* nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
[gnus] / lisp / ChangeLog
1 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4
5         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6         probably work for CJVK text, too.
7
8         * nnimap.el (nnimap-extend-tls-programs): Removed.
9         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
10
11         * tls.el (tls-starttls-switches): Remove starttls hack.
12         (open-tls-stream): Ditto.
13         (tls-find-starttls-argument): Ditto.
14
15 2010-10-13  Julien Danjou  <julien@danjou.info>
16
17         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
18         responses.
19
20 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
23
24         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
25         anything in Emacs.
26
27         * shr.el (shr-current-column): Remove buggy and unnecessary function.
28
29 2010-10-13  Julien Danjou  <julien@danjou.info>
30
31         * shr.el (shr-width): Make shr-width a defcustom with default to
32         fill-column.
33         (shr-tag-img): Use shr-width rather than fill-column.
34
35 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * dgnushack.el (byte-optimize-apply)
38         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
39
40         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
41         position when (X-)Faces exist.
42         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
43         avatars when called interactively.
44
45 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
48         gnus-article-x-face-too-ugly is bound.
49
50 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
53
54         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
55         mailbox that doesn't exist.
56
57 2010-10-12  Julien Danjou  <julien@danjou.info>
58
59         * shr.el (shr-tag-img): Encode URL properly when retrieving.
60         (shr-get-image-data): Encode URL properly when fetching from cache.
61         (shr-tag-img): Use aligned-to spaces to align correctly images.
62
63         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
64         before inserting the Gravatar.
65
66         * shr.el (shr-tag-img): Add align attribute support for <img>.
67
68 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
69
70         * gnus-gravatar.el (gnus-art): Required.
71
72         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
73         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
74         Remove long obsoleted functions.
75
76 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
79
80         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
81
82         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
83         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
84         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
85         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
86         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
87         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
88         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
89
90 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * nnimap.el (nnimap-request-rename-group): Select group read-only
93         before renaming it.
94
95         * shr.el (shr-insert): Fix up the white space only regexp.
96
97         * nnimap.el (nnimap-transform-split-mail): Not all articles have
98         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
99
100         * shr.el (shr-current-column): New function.
101         (shr-find-fill-point): New function.
102
103 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
104
105         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
106         numbers.
107
108 2010-10-11  Julien Danjou  <julien@danjou.info>
109
110         * shr.el (shr-hr-line): Add.
111         (shr-tag-hr): Use shr-hr-line to specify which character to use to
112         display hr lines.
113         (shr-max-columns): Do not change state to nil if we just inserting
114         spaces.
115
116 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus-topic.el (gnus-topic-read-group): If after the last group,
119         select the last group.
120
121 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
122
123         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
124
125 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
126
127         * dig.el (dig-mode-map): Declare and define in one step.
128
129 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
132         for Gnus.
133         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
134         (nnimap-update-qresync-info): Mark \Seen articles as read.
135
136         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
137         non-variable, too.
138
139         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
140         available.
141         (nnimap-update-info): Rely more on the current active than the param
142         active to avoid marking articles as read too much.
143
144         * auth-source.el (auth-source-create): Use (user-login-name) for the
145         user name default.
146
147         * nnimap.el (nnimap-update-info): If the server doesn't return any
148         useful info, just use the previous info.
149         (nnimap-update-info): Prefer old info over start-article.
150         (nnimap-update-qresync-info): Finish implementing QRESYNC.
151
152 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
153
154         * nnir.el (autoload): Clean up autoloads.
155         (nnir-imap-default-search-key): Renamed from
156         nnir-imap-search-field. Use key rather than value.
157         (nnir-imap-search-other): New variable.
158         (nnir-read-parm): Use it.
159         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
160         (gnus-summary-nnir-goto-thread): Modify to work with imap.
161
162 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
163
164         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
165         the process, too.
166
167 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
170         Allbery.
171
172         * shr.el: Rework the way things are indented by <li> slightly.
173
174         * gnus.el (gnus-group-set-parameter): Fix typo.
175
176         * nnimap.el: Start implementing QRESYNC support.
177
178 2010-10-09  Julien Danjou  <julien@danjou.info>
179
180         * nnir.el (nnir-engines): Fix too many arguments.
181
182 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
185         group is the "last", so that the backends like nnfolder actually save
186         their folders.
187
188         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
189         try to use that for the tls stream.
190         (nnimap-retrieve-group-data-early): Rework the marks code to heed
191         UIDVALIDITY and find out which groups are read-only and not.
192         (nnimap-get-flags): Use the same marks parsing code as the rest of
193         nnimap.
194
195 2010-10-09  Julien Danjou  <julien@danjou.info>
196
197         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
198
199         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
200         retrieving gravatars.
201
202         * shr.el (shr-table-corner): Add.
203         (shr-table-line): Add.
204         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
205
206 2010-10-08  Julien Danjou  <julien@danjou.info>
207
208         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
209
210 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
211
212         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
213
214         * gnus-sum.el (gnus-mark-article-as-unread)
215         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
216         (gnus-summary-set-bookmark): Use it.
217
218         * gnus-msg.el (gnus-setup-message): Use it.
219
220         * gnus-demon.el (gnus-demon-remove-handler): Use it.
221
222         * gnus.el (gnus-group-remove-parameter): Use it.
223
224         * gnus-group.el (gnus-group-make-web-group): Use it.
225
226         * gnus-demon.el (gnus-demon-remove-handler): Use it.
227
228         * nnregistry.el: Update docs to mention manual.
229
230         * gnus-registry.el: Update docs to mention nnregistry.el.
231         (gnus-registry-initialize): Don't install nnregistry refer method
232         automatically.
233         (gnus-registry-install-nnregistry): Remove it.
234
235 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * shr.el (shr-insert): Don't insert double spaces.
238
239 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * gnus-gravatar.el (gnus-treat-from-gravatar)
242         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
243         called interactively.
244
245         * gnus-art.el (gnus-mime-view-part-externally)
246         (gnus-mime-view-part-internally): Make predicate function passed to
247         gnus-mime-view-part-as-type assume argument is a mime type, not a list
248         of a mime type.
249
250         * shr.el (shr-table-widths): Don't use cl function `reduce'.
251
252 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * shr.el (require): Require cl when compiling.
255         (shr-tag-hr): New function.
256
257         * nnimap.el (nnimap-update-info): Remove double setting of high.
258         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
259         makes nnimap work properly on Courier again.
260
261         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
262         the variable for backwards compatability.
263
264         * mm-decode.el (mm-save-part): If given a non-directory result, expand
265         the file name before using to avoid setting mm-default-directory to
266         nil.
267
268         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
269         bidning gnus-agent variables.
270
271         * shr.el (shr-render-td): Use a cache for the table rendering function
272         to avoid getting an exponential rendering behaviour in nested tables.
273         (shr-insert): Rework the line-breaking algorithm.
274         (shr-insert): Don't leave trailing spaces.
275         (shr-insert-table): Also insert empty TDs.
276         (shr-tag-blockquote): Ensure paragraphs after </ul>.
277
278 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
279
280         * gnus-sum.el (gnus-number): Rename from `number'.
281         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
282         (gnus-summary-limit-children): Update uses correspondingly.
283
284 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
287         (gnus-gravatar-transform-address): Don't show avatars of people of
288         which mail addresses match gnus-gravatar-too-ugly.
289
290 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
291
292         * shr.el (shr-table-widths): Expand TD elements to fill available
293         space.
294
295 2010-10-07  Julien Danjou  <julien@danjou.info>
296
297         * nnimap.el (nnimap-request-rename-group): Add this method.
298
299 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
302         name from XEmacs' function-arglist.
303
304         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
305         gravatar under XEmacs.
306
307 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
308
309         * auth-source.el: Update docs with TODO items.
310
311         * gnus-sync.el: Update docs to explain state and plans.
312
313         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
314         Hooks for mark updates.
315         (gnus-request-set-mark, gnus-request-update-mark): Use them.
316
317         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
318         hooks with arguments, which is needed for mark update hooks.
319
320 2010-10-06  Julien Danjou  <julien@danjou.info>
321
322         * gnus.el (gnus-expand-group-parameter): Only return and act on what
323         was matched.
324
325         * sieve-manage.el: Update example in `Commentary'.
326
327         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
328
329         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
330         not 2000.
331         (sieve-manage-authenticate): Re-add function.
332
333 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * shr.el (shr-insert): Get 'space transition right.
336         (shr-render-td): Only delete space at the end of the TD.
337
338         * nnimap.el (nnimap-open-connection): Prepare to support
339         open-gnutls-stream.
340
341         * shr.el: Rearrange function order to be more logical.
342
343 2010-10-06  Julien Danjou  <julien@danjou.info>
344
345         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
346         (nnrss-discover-feed): Remove 404 URL in docstring.
347
348         * nnir.el: Fix Swish-E URL.
349         Fix Namazu URL.
350
351         * message.el (message-change-subject): Remove 404 URL in a comment.
352
353 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
356         called interactively.
357
358         * gnus-util.el (gnus-remove-if): Allow hash table.
359         (gnus-remove-if-not): New function.
360
361         * gnus-art.el (gnus-mime-view-part-as-type)
362         * gnus-score.el (gnus-summary-score-effect)
363         * gnus-sum.el (gnus-read-move-group-name):
364         Replace remove-if-not with gnus-remove-if-not.
365
366         * gnus-group.el (gnus-group-completing-read):
367         Regard collection as a hash table if it is not a list.
368
369 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * shr.el (shr-render-td): Allow blank/missing <TD>s.
372
373         * shr.el: Document the table-rendering algorithm.
374
375 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
378         for Emacsen having no `libxml-parse-html-region' support.
379
380 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
383         invalid URLs.
384
385         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
386         line-broken.
387         (shr-tag-img): Ignore image fetching errors.
388         (shr-overlays-in-region): Compute overlay positions correctly.
389
390         * mm-decode.el (mm-shr): Require shr.
391
392         * gnus-art.el (gnus-blocked-images): Move variable here.
393
394         * shr.el (shr-insert-table): Bind free variable.
395
396         * mm-decode.el (mm-shr): Bind shr-content-function.
397
398         * shr.el (shr-content-function): New variable.
399
400         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
401         added for symmetry.
402
403         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
404
405         * gnus-group.el (gnus-group-make-group): Doc fix.
406
407         * nnimap.el (nnimap-request-newgroups): Return success.
408
409         * shr.el (shr-find-elements): New function.
410         (shr-tag-table): Put all the images after the table.
411         (shr-tag-table): Really inhibit images inside the table.
412         (shr-collect-overlays): Copy over overlays from the TD elements to the
413         main document.
414
415         * mm-decode.el (mm-shr): Bind shr-blocked-images to
416         gnus-blocked-images.
417
418 2010-10-05  Julien Danjou  <julien@danjou.info>
419
420         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
421
422         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
423         (gnus-html-maximum-image-size): Add this function.
424         (gnus-html-put-image): Use gnus-html-maximum-image-size.
425
426         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
427         server-value of the capability is nil.
428
429 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * shr.el (shr-tag-em): Add <EM> tag.
432
433 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
434
435         * sieve-manage.el (sieve-manage-default-stream): Make default stream
436         customizable.
437
438         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
439         handing broken links to browse-url.
440
441 2010-10-05  Julien Danjou  <julien@danjou.info>
442
443         * gnus-util.el (gnus-emacs-completing-read)
444         (gnus-iswitchb-completing-read): Use autoload rather than require.
445
446 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
449         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
450         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
451         iswitchb-temp-buflist for XEmacs.
452
453         * gnus-util.el (gnus-completing-read-function): Exclude
454         gnus-icompleting-read and gnus-ido-completing-read from candidates for
455         XEmacs since iswitchb.el is very old and ido.el is unavailable in
456         XEmacs.
457
458         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
459         not to use `delete-dups' that is unavailable in XEmacs 21.4.
460
461         * gnus-html.el: Don't require help-fns under XEmacs.
462         (gnus-html-schedule-image-fetching): Work for XEmacs.
463
464         * mm-decode.el (mm-shr): Decode contents by charset.
465
466 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
469         unknown.
470
471         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
472         (shr-get-image-data): Ensure against the cache file missing.
473
474         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
475         for data.
476
477         * spam-report.el (spam-report-url-ping-plain): Don't query about
478         killing the process.
479
480         * shr.el (shr-render-td): Protect against too-wide text.
481
482 2010-10-04  Julien Danjou  <julien@danjou.info>
483
484         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
485         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
486
487         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
488         retrieved.
489
490 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * shr.el (browse-url): Required.
493         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
494         lines.
495         (shr-show-alt-text, shr-browse-image): New commands.
496         (shr-browse-url, shr-copy-url): New commands.
497
498         * gnus-sum.el (gnus-widen-article-window): New variable.
499         (gnus-summary-select-article-buffer): Use it.
500
501         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
502         without @ signs.
503
504 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
505
506         * nnir.el (nnir-run-imap): Remove spurious space in search string.
507
508 2010-10-04  Julien Danjou  <julien@danjou.info>
509
510         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
511         for XEmacs.
512
513 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
516
517         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
518         (nnimap-close-server): Implement.
519
520         * dgnushack.el (iswitchb): Require to shut up the compiler.
521
522         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
523         (shr-insert): Tweak line breaking.
524         (shr-insert): Handle <pre> better.
525         (shr-tag-li): Get <li> indentation right.
526         (shr-tag-li): Get <li> indentation even righter.
527         (shr-tag-blockquote): Ensure paragraph start.
528         (shr-make-table): Tweak table generation.
529         (shr-make-table): Fix typo.
530
531         * shr.el: Implement table rendering.
532
533 2010-10-04  Julien Danjou  <julien@danjou.info>
534
535         * gnus-html.el (gnus-html-put-image): Fix resize image code.
536
537 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * shr.el (shr-insert): Use string anchors instead of line anchors.
540
541 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * shr.el: Add headings.
544         (shr-ensure-paragraph): Actually work.
545         (shr-tag-li): Make <ul> prettier.
546         (shr-insert): Get white space at the beginning/end of elements right.
547         (shr-tag-p): Collapse subsequent <p>s.
548         (shr-ensure-paragraph): Don't insert double line feeds after blank
549         lines.
550         (shr-insert): \t is also space.
551         (shr-tag-s): Fix "s" tag name function.
552         (shr-tag-s): Fix face prop name.
553
554 2010-10-03  Julien Danjou  <julien@danjou.info>
555
556         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
557
558         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
559         gnus-window-inside-pixel-edges.
560
561         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
562         gnus-ems.
563
564         * mm-view.el (mm-inline-image-emacs): Support image resizing.
565
566         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
567         function.
568
569         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
570         resize choice.
571
572 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
575         beginning of the buffer.
576
577         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
578         article buffer again.
579
580         * shr.el (shr-tag-p): Don't insert newlines at the start of the
581         buffer.
582
583         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
584         when it's at the start of the buffer.
585
586         * shr.el (shr-tag-blockquote): Convert name.
587         (shr-rescale-image): Use the right image-size variant.
588
589         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
590         buffer isn't shown, then select the current article first instead of
591         bugging out.
592         (gnus-summary-select-article-buffer): Show both the article and summary
593         buffers again.
594
595         * shr.el (shr-fontize-cont): Protect against regions with no text.
596         Rename tag functions to shr-tag-* for enhanced security.
597         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
598
599 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
600
601         * shr.el (shr-insert):
602         * pop3.el (pop3-movemail):
603         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
604         loaded.
605
606 2010-10-03  Glenn Morris  <rgm@gnu.org>
607
608         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
609
610         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
611
612         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
613
614         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
615
616         * gnus-util.el (gnus-make-local-hook): Simplify.
617
618 2010-10-02  Julien Danjou  <julien@danjou.info>
619
620         * gnus-util.el (gnus-iswitchb-completing-read): New function.
621         (gnus-ido-completing-read): New function.
622         (gnus-emacs-completing-read): New function.
623         (gnus-completing-read): Use gnus-completing-read-function.
624         Add gnus-completing-read-function.
625
626 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * shr.el (shr-insert-document): Autoload.
629         (shr-img): Be silent.
630         (shr-insert): Add a newline after every picture before text.
631         (shr-add-font): Use overlays for combining faces.
632         (shr-insert): Pass upwards the text start point.
633
634         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
635         possible.
636         (mm-shr): New function.
637
638 2010-10-02  Julien Danjou  <julien@danjou.info>
639
640         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
641         should go backward.
642
643 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
644
645         * shr.el (shr): Fix typo in provide call.
646
647 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * shr.el: New file.
650
651         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
652
653         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
654         completing read.
655
656 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
659         we're being queried about.  Suggested by Dan Jacobson.
660
661         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
662         by Jason Eisner.
663
664         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
665         table, too.  Suggested by Stefan Wiens.
666         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
667         the table unnecessary.  Suggested by Stefan Wiens.
668
669         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
670         longer needed, and probably doesn't work either, as pointed out by
671         Stefan Wiens.
672         (gnus-summary-exit): Remove call to the clearing function.
673         (gnus-summary-exit-no-update): Ditto.
674
675         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
676         instead of gnus-eval-in-buffer-window to avoid popping up frames.
677         Reported by Stefan Monnier.
678         (gnus-summary-save-in-rmail): Ditto.
679
680         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
681         article buffer, instead of both the article buffer and the summary
682         buffer.  Sort of suggested by Dan Jacobson.
683
684         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
685
686         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
687         Suggested by Dan Jacobson.
688
689         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
690         documentation clearer.
691
692         * message.el (message-shorten-references): Comment on the number "21".
693         Suggested by Stefan Monnier.
694
695         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
696         Suggested by Dan Jacobson.
697
698         * gnus.el (gnus-large-newsgroup): Mention
699         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
700
701         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
702         externalize attachments.  Bug reported by Steve Wen.
703
704         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
705         really message anything to the user.
706
707         * nnmail.el (nnmail-article-group): Allow using the fancy split method
708         directly.
709
710         * nnimap.el (nnimap-request-group): Low higher than high to signal no
711         messages in empty groups.
712
713 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
714
715         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
716         non-UIDNEXT group.
717
718 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
721         not the value from the collection.
722
723         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
724         values.  This sometimes happens on some groups that have no info.
725         (nnimap-request-newgroups): New function.
726
727 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
728
729         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
730         check into `gnus-registry-initialize'.
731         (gnus-registry-initialize): Ditto.
732         Fix and extend header docs.
733
734 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
737         regexp backtrace overflows.
738
739         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
740         for starttls that tls.el implements; i.e. openssl.
741
742         * tls.el (tls-starttls-switches): Give up on using starttls with
743         gnutls-cli.
744         (tls-program): Add --insecure to be consistent with the defaults from
745         openssl s_client.  Now all three commands are insecure.
746
747 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * lpath.el: Bind completion-styles-alist for XEmacs.
750
751         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
752         (gravatar-create-image): New function that's an alias to
753         gnus-xmas-create-image, gnus-create-image, or create-image.
754         (gravatar-data->image): Use it.
755
756 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
757
758         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
759         install the nnregistry refer method.
760         (gnus-registry-install-hooks): Use it.
761         (gnus-registry-unfollowed-groups): Add nnmairix to the default
762         unfollowed groups.
763
764 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
765
766         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
767         expanding threads.
768
769 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * nnir.el: Use the server names without suffixes (bug #7009).
772
773         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
774         unencrypted to STARTTLS, if possible.
775
776 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
777
778         * message.el (message-ignored-supersedes-headers): Strip Injection-*
779         headers before superseding.
780
781 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * nnrss.el (nnrss-use-local): Add documentation.
784
785         * nnimap.el (nnimap-extend-tls-programs): New function.
786         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
787         (nnimap-wait-for-connection): Accept the greeting from the stupid
788         output from openssl s_client -starttls, too.
789
790         * tls.el (tls-starttls-switches): New variable.
791         (tls-find-starttls-argument): Use it.
792         (open-tls-stream): Ditto.
793
794         * netrc.el (netrc-credentials): Return the value of the "default"
795         entry.
796         (netrc-machine): Ditto.
797
798         * nnimap.el (nnimap-find-article-by-message-id): Really return the
799         article number.
800         (nnimap-split-fancy): New variable.
801         (nnimap-split-incoming-mail): Use it.
802
803         * nntp.el (nntp-server-list-active-group): Document.
804
805         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
806         SELECT to get the message-id.
807
808         * mail-source.el (mail-sources): Removed webmail support.
809         (defvar): Ditto.
810         (mail-source-fetcher-alist): Ditto.
811         (mail-source-fetch-webmail): Removed.
812
813         * webmail.el: Removed -- doesn't seem relevant any more.
814
815         * gnus.el: Fix up make-obsolete-variable declarations throughout.
816
817         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
818         the \r.
819
820 2010-09-30  Julien Danjou  <julien@danjou.info>
821
822         * gnus-agent.el (gnus-agent-add-group): Fix call to
823         gnus-completing-read.
824
825 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * nndoc.el (nndoc-retrieve-groups): New function.
828
829         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
830         `default', use nnmail-split-methods.
831         (nnimap-request-article): Downcase the NILs so that they are nil.
832
833         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
834         symbol.
835
836         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
837         code, since if the user has requested network, that's what they ought
838         to get.
839         (nnimap-request-set-mark): Erase the buffer before issuing commands.
840         (nnimap-split-rule): Mark as obsolete.
841
842         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
843         variable.
844
845         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
846         correct slot, too.
847
848 2010-09-29  Julien Danjou  <julien@danjou.info>
849
850         * gnus.el (gnus-local-domain): Declare variable obsolete.
851
852         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
853         computing.
854         (gnus-ido-completing-read): Require ido.
855
856 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * gnus-registry.el: Don't prompt on load, which makes it impossible to
859         build Gnus.
860
861         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
862         when interpreting the structures.
863         (nnimap-request-accept-article): Add \r\n to the lines to make this
864         work with Cyrus.
865
866         * nndraft.el (nndraft-request-expire-articles): Use the group name
867         instead if "nndraft".  Fix found by Nils Ackermann.
868
869 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
870
871         * nnregistry.el: Added.
872
873 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
874
875         * nnmail.el (group, group-art-list, group-art):
876         Remove unneeded directives.
877
878 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
881         (mm-mime-charset)
882         * rfc2047.el (rfc2047-syntax-table)
883         * utf7.el (utf7-utf-16-coding-system): Comment fix.
884
885         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
886         rather than `insert-file-contents' and `eval-region'.
887
888         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
889         construction.
890
891         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
892
893         * time-date.el: No need to require cl for Emacs 21.
894
895 2010-09-29  Julien Danjou  <julien@danjou.info>
896
897         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
898         replacement of `gnus-gravatar-relief' to mimic
899         `gnus-faces-properties-alist'.
900         Add :version property.
901
902 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * mail-source.el (mail-source-report-new-mail)
905         * message.el (message-default-mail-headers)
906         * mm-decode.el (mm-valid-image-format-p): Comment fix.
907
908         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
909
910 2010-09-28  Julien Danjou  <julien@danjou.info>
911
912         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
913         mail-address contains the same string as real-name.
914
915         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
916         non-blank in header, otherwise it'll get stripped.
917
918         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
919         real-name, and then for mail address rather than doing : or , search.
920
921 2010-09-27  Julien Danjou  <julien@danjou.info>
922
923         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
924         (gnus-server-goto-server): Use gnus-completing-read.
925
926         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
927
928         * mm-util.el (defalias): Use gnus-completing-read.
929         (mm-codepage-setup): Use gnus-completing-read.
930
931         * smime.el (smime-sign-buffer): Use gnus-completing-read.
932         (smime-decrypt-buffer): Use gnus-completing-read.
933
934         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
935
936         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
937         (mml-minibuffer-read-disposition): Use gnus-completing-read.
938         (mml-insert-multipart): Use gnus-completing-read.
939
940         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
941
942         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
943
944         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
945
946         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
947
948         * gnus.el (gnus-read-method): Use gnus-completing-read.
949
950         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
951
952         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
953         (gnus-mime-action-on-part): Use gnus-completing-read.
954         (gnus-article-encrypt-body): Use gnus-completing-read.
955
956         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
957         (gnus-topic-move-matching): Use gnus-completing-read.
958         (gnus-topic-copy-matching): Use gnus-completing-read.
959         (gnus-topic-sort-topics): Use gnus-completing-read.
960         (gnus-topic-move): Use gnus-completing-read.
961
962         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
963         (gnus-agent-add-group): Use gnus-completing-read.
964
965         * nnmairix.el (nnmairix-create-server-and-default-group): Use
966         gnus-completing-read.
967         (nnmairix-update-groups): Use gnus-completing-read.
968         (nnmairix-get-server): Use gnus-completing-read.
969         (nnmairix-backend-to-server): Use gnus-completing-read.
970         (nnmairix-goto-original-article): Use gnus-completing-read.
971         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
972
973         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
974
975         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
976         (gnus-group-make-useful-group): Use gnus-completing-read.
977         (gnus-group-make-web-group): Use gnus-completing-read.
978         (gnus-group-add-to-virtual): Use gnus-completing-read.
979         (gnus-group-browse-foreign-server): Use gnus-completing-read.
980
981         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
982         (gnus-summary-limit-to-extra): Use gnus-completing-read.
983         (gnus-summary-execute-command): Use gnus-completing-read.
984         (gnus-summary-respool-article): Use gnus-completing-read.
985         (gnus-read-move-group-name): Use gnus-completing-read.
986
987         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
988         (gnus-summary-score-effect): Use gnus-completing-read.
989
990         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
991
992         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
993         right completing-read function.
994         (gnus-use-ido): New variable
995         (gnus-completing-read-with-default): Remove.
996
997 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1000         x-focus-frame.
1001
1002         * nnimap.el (auth-source-forget-user-or-password)
1003         (auth-source-user-or-password): Autoload.
1004
1005         * message.el (message-from-style, message-interactive)
1006         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1007         (message-yank-prefix, message-indentation-spaces, message-signature)
1008         (message-signature-file): Add comment.
1009
1010 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1013         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1014         new articles.
1015
1016         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1017         parts.
1018         (nnimap-request-article): Work with the t setting, too.
1019
1020         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1021         that you don't get flashes of other buffers.
1022         (gnus-summary-show-complete-article): Intern before setting.
1023
1024 2010-09-27  David Engster  <dengste@eml.cc>
1025
1026         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1027         well as HEADERS.
1028         (nnmairix-retrieve-headers): Provide new argument for the above.
1029
1030 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * gnus-sum.el (gnus-summary-move-article): Don't alter
1033         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1034         group.
1035
1036         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1037
1038         * message.el (message-cite-prefix-regexp): Revert my last edit.
1039
1040         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1041         variable instead of the Gnus variable.
1042
1043         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1044
1045         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1046         again.
1047
1048         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1049         since some servers don't like it.
1050         (nnimap-open-connection): Forget credentials if the server says the
1051         password was wrong.
1052         (nnimap-parse-line): Protect against invalid data.
1053
1054         * gnus-sum.el (gnus-summary-move-article): Add comment.
1055         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1056         nothing alters it while scanning for new messages.
1057
1058         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1059         which may or may not help.
1060         (nnimap-open-connection): If we're doing a stream connection, and then
1061         discover we're on a STARTTLS-capable server, then open a STARTTLS
1062         connection instead.
1063
1064 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * nnimap.el (utf7): Required.
1067
1068         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1069         prefix.
1070
1071 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1072
1073         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1074
1075 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * nnimap.el (nnimap-request-accept-article): Message the error on
1078         error.
1079
1080 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1083
1084 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * nndoc.el (nndoc-request-list): Return success always.
1087
1088         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1089         `fetch-old' -- we only want to fetch the articles we've requested.  The
1090         rest are in the agent, probably.
1091         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1092         disappeared server" to something low.  It's not important.
1093
1094         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1095         arrived before the FETCH data.
1096
1097         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1098         target here, because we don't know the Gnus name of the group.
1099
1100         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1101         for the correct group.
1102
1103         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1104
1105         * gnus.el (gnus): Give a final warning after startup.
1106
1107         * gnus-util.el (gnus-action-message-log): New variable.
1108         (gnus-message): Use it.
1109         (gnus-final-warning): New function.
1110
1111         * nnimap.el (nnimap-open-connection): Record the greeting.
1112         (nnimap): Add greeting.
1113
1114 2010-09-26  Julien Danjou  <julien@danjou.info>
1115
1116         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1117         arguments.
1118         (gnus-html-wash-images): Fix spec computing to include start/end.
1119
1120         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1121
1122 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1125         deletion.
1126         (nnimap-retrieve-headers): Don't select the group, because that's
1127         already done by nnimap-possibly-change-group.
1128
1129         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1130         (gnus-picon-transform-address): Use it.
1131
1132         * mail-source.el (mail-source-value): Revert previous patch.
1133
1134         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1135         on failure.
1136         (nnimap-open-connection): Look up both virtual and physical server name
1137         credentials.
1138
1139         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1140
1141 2009-02-07  Dave Love  <fx@gnu.org>
1142
1143         * tls.el (open-tls-stream): Don't query killing process.
1144
1145 2009-02-08  Dave Love  <fx@gnu.org>
1146
1147         * gnus-win.el (gnus-window-to-buffer-helper,
1148         gnus-all-windows-visible-p): Function needn't be a symbol.
1149
1150         * mail-source.el (mail-source-value): Function needn't be a symbol.
1151
1152 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * message.el (message-cite-prefix-regexp): Remove } from the cite
1155         prefix.
1156
1157         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1158         highlight again, so that the highlight is correct.
1159
1160         * gnus-picon.el (gnus-picon): Remove again.
1161         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1162
1163         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1164         doing the header highlightling, so that the background colour of the
1165         picon is correct.
1166
1167         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1168         (gnus-picon): Ditto.
1169         (gnus-picon): Reinstate.  The background colour for picons is white.
1170         (gnus-picon-insert-glyph): Make the background white.
1171
1172         * nnml.el (nnml-open-nov): Don't return dead buffers.
1173
1174         * auth-source.el (auth-source-create): Query the user for whether to
1175         store the credentials.
1176
1177         * netrc.el (netrc-store-data): New function.
1178
1179         * auth-source.el (auth-source-user-or-password): Use the existing auth
1180         sources, if any, for creation.
1181
1182         * gnus.el (gnus-group-fast-parameter): Return the last matching
1183         parameter instead of the first matching parameter.
1184
1185 2010-09-26  Julien Danjou  <julien@danjou.info>
1186
1187         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1188
1189 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * mml2015.el (mml2015-use): Remove gpg support.
1192
1193         * mml1991.el (mml1991-function-alist): Remove gpg function.
1194         (mml1991-gpg-sign): Removed.
1195
1196 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1197
1198         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1199         (gnus-browse-unsubscribe-current-group): Document it.
1200         (gnus-browse-unsubscribe-group): Use it.
1201
1202 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1205         address to the To list for easier response.
1206
1207         * gnus.el (gnus-play-startup-jingle): Removed.
1208         (gnus-splash): Don't play jingle.
1209         (gnus): Silence gnus-load message.
1210
1211         * gnus-art.el (gnus-treat-play-sounds): Removed.
1212
1213         * gnus.el (gnus-play-jingle): Remove audio support.
1214
1215         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1216
1217         * earcon.el: Removed -- no users.
1218
1219         * gnus-audio.el: Removed -- no users of this package.
1220
1221         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1222
1223         * gnus-start.el (gnus-setup-news): Remove nocem support.
1224
1225         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1226
1227         * gnus.el (gnus-use-nocem): Removed.
1228
1229         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1230         Removed.
1231
1232         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1233         uses NoCeM any more.
1234
1235         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1236         (gnus-button-ctan-handler): Ditto.
1237         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1238         (gnus-button-ctan-directory-regexp): Ditto.
1239         (gnus-button-handle-ctan): Ditto.
1240         (gnus-button-tex-level): Ditto.
1241         (gnus-button-alist): Removed CTAN stuff.
1242
1243 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1246         nnimap-streaming test.
1247
1248         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1249         servers twice.
1250
1251         * nnimap.el (nnimap-open-connection): Add more error reporting when
1252         nnimap fails early.
1253
1254         * nnheader.el (nnheader-get-report-string): New function.
1255         (nnheader-get-report): Use it.
1256
1257         * gnus-int.el (gnus-check-server): Say what the error was when opening
1258         failed.
1259
1260         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1261         using streaming.
1262
1263 2010-09-25  Julien Danjou  <julien@danjou.info>
1264
1265         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1266         gnus-window-inside-pixel-edges.
1267
1268 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1271
1272         * mm-decode.el (mm-save-part): Allow saving to other directories the
1273         normal Emacs way.
1274
1275         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1276         by Jay Berkenbilt.
1277
1278         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1279         there isn't a single byte.
1280
1281         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1282         just do it.  It doesn't really seem to matter what the user responds
1283         here, I think, so it's just a confusing question.
1284
1285         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1286         non-streaming case.
1287
1288         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1289         (gnus-article-encrypt-body): Use it.
1290
1291         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1292         keystroke.
1293
1294         * nnimap.el (nnimap-find-wanted-parts-1): Use
1295         gnus-fetch-partial-articles.
1296
1297         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1298
1299         * nnimap.el (nnimap-insert-partial-structure): New function.
1300         (nnimap-get-partial-article): New function.
1301         (nnimap-request-article): Use it.
1302         (nnimap-wait-for-response): Return whether the wait was successful.
1303         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1304         retrieval wasn't successful.
1305         (nnimap-retrieve-group-data-early): Allow throttling servers.
1306         (nnimap-streaming): New variable.
1307         (nnimap-fetch-partial-articles): Removed.
1308
1309         * mm-decode.el (mm-with-part): Protect against killed buffers.
1310
1311         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1312         for prettier summary display.
1313
1314 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1315
1316         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1317         directly.
1318
1319 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1322         apparently third-party libraries depend on it.
1323
1324         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1325         before starting negotiation.
1326
1327         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1328         privacy reasons.
1329         (gnus-treat-mail-gravatar): Ditto.
1330
1331         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1332         buffer when inserting images.  Inserting text into the headers, for
1333         instance, can make them invalid.
1334
1335 2010-09-25  Julien Danjou  <julien@danjou.info>
1336
1337         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1338         variables.
1339
1340         * nnheader.el: Remove useless variables news-reply-yank-from and
1341         news-reply-yank-message-id.
1342
1343         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1344         variables.
1345
1346         * mml1991.el: Remove useless mml1991-verbose.
1347
1348         * gnus.el: Remove useless variable gnus-use-generic-from.
1349         Remove obsolete variable gnus-topic-indentation.
1350
1351         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1352
1353         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1354
1355         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1356
1357         * gnus-group.el: Remove useless gnus-group-icon-cache.
1358         Remove useless gnus-ephemeral-group-server.
1359
1360         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1361
1362         * mml2015.el: Remove useless mml2015-verbose.
1363
1364         * mml-smime.el: Remove useless mml-smime-verbose.
1365
1366         * gnus.el: Remove useless gnus-local-domain.
1367
1368         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1369         gnus-gravatar-size.
1370
1371         * gnus-art.el: Remove useless gnus-treat-translate.
1372
1373 2010-09-24  Julien Danjou  <julien@danjou.info>
1374
1375         * gnus-sum.el: Add support for Gravatars.
1376
1377         * gnus-art.el: Add support for Gravatars.
1378
1379         * gnus-gravatar.el: Add this file.
1380
1381         * gravatar.el: Add this file.
1382
1383 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1386
1387         * gnus-group.el (gnus-group-fetch-faq): Removed.
1388
1389         * gnus.el (gnus-group-faq-directory): Removed.
1390
1391         * gnus-group.el (gnus-group-fetch-charter): Removed.
1392
1393         * gnus.el (gnus-group-charter-alist): Removed.
1394
1395         * gnus-group.el (gnus-group-archive-directory): Removed.
1396         (gnus-group-recent-archive-directory): Ditto.
1397         (gnus-group-make-archive-group): Removed.
1398
1399         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1400
1401         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1402         use the same article number for all the cached articles.
1403
1404         * nnimap.el (nnimap-command): Register the last command time so
1405         that we can use it for idling NOOPs.
1406         (nnimap-open-connection): Start the keeplive timer.
1407         (nnimap-make-process-buffer): Store all the process buffers.
1408         (nnimap-keepalive): New function.
1409
1410         * starttls.el: (starttls-open-stream): Add autoload cookie.
1411
1412 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1413
1414         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1415         handling.
1416
1417 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1420         its data structures.
1421
1422         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1423         instead of the cl.el copy-list.
1424         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1425         equalp.
1426
1427 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1428
1429         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1430         and tool-bar-local-item-from-menu.
1431
1432         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1433         mode-line-highlight face for Emacs.
1434
1435         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1436         loading gnus-sum.elc; fix comment for canlock-verify.
1437         (gnus-article-jump-to-part): Use read-number.
1438         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1439         Emacs pre-21 compatible code for help-echo.
1440         (gnus-article-next-page-1): No need to adjust the number of lines.
1441         (gnus-article-describe-bindings): Always use help-buffer.
1442
1443         * gnus-audio.el (gnus-audio-inline-sound)
1444         * gnus-cus.el (gnus-custom-mode)
1445         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1446
1447         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1448
1449         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1450         compatible code.
1451
1452 2010-09-24  Glenn Morris  <rgm@gnu.org>
1453
1454         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1455         visiting the fcc file in rmail-mode.
1456
1457         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1458
1459 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * nnir.el: Silence the byte compiler.
1462
1463         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1464         alias to browse-url-url-encode-chars if any.
1465         (gnus-html-encode-url): Use it.
1466
1467 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * gnus-start.el (gnus-use-backend-marks): New variable.
1470         (gnus-get-unread-articles-in-group): Use it.
1471
1472         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1473         makeover.
1474
1475 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1476
1477         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1478
1479 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1482         Removed.
1483         (gnus-setup-news-hook): Removed
1484         gnus-fixup-nnimap-unread-after-getting-new-news.
1485
1486         * gnus-int.el (gnus-request-update-info): Protect against backends not
1487         having the function.
1488
1489         * nnimap.el (nnimap-stream): Mention starttls.
1490         (nnimap-open-connection): Add starttls support.
1491
1492 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1493
1494         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1495
1496 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1499         BODYSTRUCTUREs.
1500         (nnimap-transform-headers): Unfold quoted {42} headers.
1501
1502         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1503         the info.
1504         (gnus-get-unread-articles): Only call updatep on backends that support
1505         it.
1506
1507         * nnweb.el (nnweb-request-update-info): NOOP.
1508
1509         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1510
1511         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1512         since it only deals with marks.
1513
1514         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1515         gnus-request-marks, and make a new gnus-request-update-info.
1516
1517         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1518         the active instead of the high number, which is usually too low.
1519
1520 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1521
1522         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1523         * encrypt.el: Removed.
1524
1525 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1528         server in symbolic form.
1529
1530         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1531         0.9.
1532
1533 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1536         (nnimap-update-info): Fix up code slightly.
1537
1538         * gnus-int.el (gnus-open-server): Add tracing for performance
1539         debugging.
1540
1541         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1542         (gnus-group-insert-group-line): Pass the real group name so that it
1543         gets the right data.
1544
1545         * gnus-start.el (gnus-get-unread-articles): Don't have
1546         `gnus-get-unread-articles-in-group' update info, since that can be
1547         really slow and doesn't seem to be needed?
1548
1549 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1550
1551         * time-date.el (date-to-time): Try using parse-time-string first before
1552         using the slower timezone-make-date-arpa-standard.
1553
1554 2010-09-22  Julien Danjou  <julien@danjou.info>
1555
1556         * gnus-group.el (gnus-group-insert-group-line): Call
1557         gnus-group-highlight-line.
1558         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1559         default hook list.
1560         (gnus-group-update-eval-form): Add new function.
1561         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1562         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1563
1564 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1567         immediate, then expire all articles.
1568         (nnimap-update-info): Fix off-by-one errors.
1569         (nnimap-flags-to-marks): Would return no marks lists for group with no
1570         flags.  Instead return the other data.
1571
1572 2010-09-22  Julien Danjou  <julien@danjou.info>
1573
1574         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1575         Only return an icon.
1576         (gnus-group-insert-group-line): Compute icon to return.
1577
1578         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1579         variable.
1580         (gnus-html-image-fetched): Only cache if
1581         gnus-html-image-automatic-caching is set.
1582         (gnus-html-image-fetched): Check for errors.
1583
1584 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1587         once per method on `g'.  This ensures that backends like nnfolder don't
1588         open all their folders.
1589
1590         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1591         (nnimap-request-list): Nix out group in the correct buffer.
1592         (nnimap-parse-flags): Implement by using `read' instead of
1593         hand-parsing.
1594         (nnimap-flags-to-marks): Pass on permanent-flags.
1595         (nnimap-make-process-buffer): Record the server name.
1596         (nnimap-parse-flags): Fix typo.
1597         (nnimap-request-scan): Run split on the server in general, not just a
1598         single group.
1599
1600         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1601         parameter, and propagate this downwards.
1602
1603         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1604         since EXAMINE changes it on the server.
1605
1606         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1607         this command might take a while.
1608
1609 2010-09-22  Julien Danjou  <julien@danjou.info>
1610
1611         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1612         harmful if you have 2 images side-by-side, they can't be properly
1613         update on text deletion.  Using text-property is safer here.
1614         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1615         data.
1616
1617 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * nnimap.el (nnimap-expunge-inbox): Removed.
1620         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1621         (nnimap-expunge): Flip default to t.
1622
1623         * gnus.el (gnus-method-to-server): Don't push things to the cache
1624         unless it's unique.
1625         (gnus-server-to-method): Ditto.
1626
1627 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1628
1629         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1630
1631 2010-09-22  Julien Danjou  <julien@danjou.info>
1632
1633         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1634         get the start of data.
1635         (gnus-html-encode-url): Add this function to encode special chars in
1636         URL.
1637         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1638         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1639
1640         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1641         default.
1642         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1643
1644         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1645         images alt-text.
1646         (gnus-html-put-image): Put alt-text as help-echo.
1647
1648 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1651         * mm-util.el (mm-decompress-buffer)
1652         * nnir.el (nnir-run-find-grep)
1653         * pop3.el (pop3-list): Use 3rd arg of split-string.
1654
1655         * time-date.el (format-seconds): Comment fix.
1656
1657         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1658         and byte-optimize-form-code-walker.
1659         (dgnushack-make-auto-load): Don't advise make-autoload.
1660
1661         * lpath.el: Remove Emacs 21 stuff.
1662
1663 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1666         outside the active range.  Suggested by Dan Christensen.
1667
1668         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1669         slightly later to avoid double-getting it.
1670
1671         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1672         previous patch.
1673
1674         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1675
1676 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1677
1678         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1679
1680 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * gnus-int.el (gnus-open-server): Give a better error message in the
1683         "go offline" case.
1684
1685         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1686         marks for nnimap, which is seldom the right thing to do.
1687
1688         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1689         (gnus-same-method-different-name): New function.
1690
1691         * nnimap.el (parse-time): Require.
1692
1693         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1694         method in the presence of many similar methods.
1695
1696         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1697
1698         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1699         nnml-inhibit-expiry.
1700
1701         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1702         find out whether methods are equal.
1703
1704         * nnimap.el (nnimap-find-expired-articles): New function.
1705         (nnimap-process-expiry-targets): New function.
1706         (nnimap-request-move-article): Request the article before looking at
1707         what the Message-ID is.  Fix found by Andrew Cohen.
1708         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1709
1710         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1711         for oldness in addition to being a predicate.
1712
1713         * nnimap.el (nnimap-request-group): When we have zero articles, return
1714         the right data to Gnus.
1715         (nnimap-request-expire-articles): Only delete articles immediately if
1716         the target is 'delete.
1717
1718         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1719         method, this would bug out.
1720
1721         * gnus-group.el (gnus-group-expunge-group): Renamed from
1722         gnus-group-nnimap-expunge, and implemented as a normal interface
1723         function.
1724
1725         * gnus-int.el (gnus-request-expunge-group): New function.
1726
1727         * nnimap.el (nnimap-request-create-group): Implement.
1728         (nnimap-request-expunge-group): New function.
1729
1730 2010-09-21  Julien Danjou  <julien@danjou.info>
1731
1732         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1733         (gnus-html-cache-expired): Add new function.
1734         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1735         wethever we should display image for fetch it.
1736         Compute alt-text earlier to pass it to the fetching function too.
1737         (gnus-html-schedule-image-fetching): Change function argument to only
1738         get one image at a time, not a list.
1739         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1740         cache.
1741         (gnus-html-get-image-data): New function to retrieve image data from
1742         cache.
1743         (gnus-html-put-image): Change buffer argument to use image data rather
1744         than file, and place image above region rather than inserting a new
1745         one. Do not take alt-text as argument, since it's useless now: we place
1746         the image above alt-text.
1747         (gnus-html-prune-cache): Remove.
1748         (gnus-html-show-images): Start to fetch image when we find one, do not
1749         push into a temporary list.
1750         (gnus-html-prefetch-images): Only fetch image if they have expired.
1751         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1752         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1753
1754 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1757
1758 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1761         spec inser "*" if the group isn't active instead of 0.
1762
1763         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1764         opening the server.
1765         (nnimap-request-delete-group): Implement group deletion.
1766         (nnimap-transform-headers): Return the size of the entire message in
1767         the Bytes header, not just the size of the first part.
1768         (nnimap-request-move-article): When moving an article from nnimap,
1769         request the article first so the accepting form has an article to
1770         accept.  Reported by Dan Christensen.
1771         (nnimap-command): Make sure that the error message doesn't error out.
1772
1773 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1774
1775         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1776         we haven't requested anything.
1777
1778 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1781         "".  Fix found by Andrew Cohen.
1782
1783         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1784         instead of -encode-string.
1785
1786 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1789
1790         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1791         by mm-subst-char-in-string.
1792
1793 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1796         waiting for the connection string.
1797
1798         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1799         arriving.
1800
1801         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1802         bogus characters.  This allows selecting certain Gmail groups.
1803
1804         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1805         (nnimap-fetch-partial-articles): New variable.
1806         (nnimap-open-connection): When looking for credentials, also use the
1807         nnimap-server-port.
1808         (nnimap-request-article): Return the group/article number, so that Gnus
1809         `^' works as expected.
1810         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1811         them.
1812
1813         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1814         comments.
1815         (gnus-methods-sloppily-equal): New function.
1816         (gnus): When using the development version of Gnus, load the gnus-load
1817         file.
1818
1819         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1820         `gnus-open-server' on each method before trying to scan them etc.  This
1821         ensures that all the backend parameters are set correctly.
1822
1823         * nnimap.el (nnimap-authenticator): New variable.
1824         (nnimap-open-connection): Allow anonymous login.
1825         (nnimap-transform-headers): The chars header is called Chars not
1826         Bytes.
1827         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1828         drops.
1829
1830         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1831         patch, found by Knut Anders Hatlen.
1832
1833 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1834
1835         * gnus-agent.el (gnus-agent-batch-confirmation)
1836         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1837         to gnus-message.
1838         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1839         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1840         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1841         * gnus-int.el (gnus-open-server): Likewise.
1842         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1843         (gnus-score-check-syntax): Likewise.
1844         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1845         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1846         Likewise.
1847         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1848
1849 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1852         calling conventions so that prefetch doesn't bug out.
1853
1854 2010-09-19  Julien Danjou  <julien@danjou.info>
1855
1856         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1857         rather than `subst-char-in-region' in order to be able to replace ASCII
1858         char by UTF-8 ones.
1859
1860         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1861         than curl.
1862         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1863         the right URL and ALT text on images.
1864         (gnus-html-wash-tags): Fix tag case.
1865         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1866         (gnus-article-html): Add -o display_ins_del=2 option.
1867         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1868
1869 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1872         the extra mail headers, which sometimes seem to happen for unknown
1873         reasons.
1874
1875         * mail-parse.el (mail-header-encode-parameter): Define as
1876         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1877         (or most, perhaps?) mail readers don't understand the latter, but do
1878         understand the former.
1879
1880         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1881         to nil, so that no methods are automatically agentized.  I think this
1882         is probably what most users want.
1883
1884         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1885         from url-retrieve, for instance about invalid URLs.
1886
1887         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1888         groups that have no articles.
1889         (nnimap-request-article): Check that we really got an article when we
1890         requested one.
1891
1892         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1893         doesn't exist.
1894
1895         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1896         nntp buffer so the agent can save it.
1897         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1898         that CRLF doesn't get translated to \n.
1899         (nnimap-open-connection): Don't make 'shell commands only send \n.
1900
1901 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1902
1903         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1904         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1905         Update var name.
1906         (nnml-generate-nov-file): Use dolist.
1907         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1908         Use with-current-buffer.
1909
1910 2010-09-18  Julien Danjou  <julien@danjou.info>
1911
1912         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1913         parallel.
1914
1915 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1918         the range update right.
1919         (nnimap-request-group): Don't make `M-g' bug out on group with no
1920         marks.
1921         (nnoo): Required, so that other packages can require nnimap.
1922         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1923         command we're looking for.  This helps when the server sends more
1924         responses after we've gotten everything we expected.
1925         (nnimap): Add a `newlinep' field to keep track of end-of-line
1926         conventions.
1927         Don't send CRLF to things that don't want it.
1928         (nnimap-request-accept-article): Ditto.
1929
1930 2010-09-18  Julien Danjou  <julien@danjou.info>
1931
1932         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1933         than curl to retrieve images.
1934
1935 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1938         the marks.
1939         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1940         (nnimap-wait-for-connection): New function.
1941         (nnimap-open-connection): If we have PREAUTH, don't query for login
1942         credentials.
1943         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1944         when doing a partial update.
1945
1946 2010-09-18  Julien Danjou  <julien@danjou.info>
1947
1948         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1949         tags.
1950
1951 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * nnimap.el (nnimap-credentials): New function.
1954         (nnimap-open-connection): Use the new function to look for credentials
1955         also on the numeric equivalents of "imap" and "imaps".
1956
1957         * gnus-start.el (gnus-activate-group): Send the info to
1958         gnus-request-group.
1959
1960         * nnimap.el (nnimap-request-group): Have the "check" version of the
1961         function parse flags and update the info, so that a `M-g' get a total
1962         resync of all flags from the group.
1963
1964         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1965         to allow backends to alter the info on group selection.  Also alter all
1966         the backend -request-group functions to take the parameter.
1967
1968         * nnimap.el (nnimap-store-info): New function.
1969         (nnimap-update-info): Store the info for later usage.
1970         (nnimap-request-group): Use the stored info for the dont-check case, so
1971         that we don't retrieve all marks when we enter a group.
1972
1973         * nnimap.el: Use deffoo instead of defun for interface functions.
1974
1975         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1976         update the group info.  This makes the nndraft groups, for instance, go
1977         back to their old behaviour.
1978
1979         * gnus-sum.el (gnus-select-newsgroup): Indent.
1980
1981         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1982         in.
1983         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1984         nothing.
1985
1986         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1987         from methods that are denied.
1988
1989         * gnus-int.el (gnus-method-denied-p): New function.
1990
1991         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1992         store the password instead of netrc.
1993         (nnimap-open-connection): Don't error out when we can't make a
1994         connections.
1995
1996         * auth-source.el (auth-source-create): In the password prompt, say what
1997         we're querying for.  Also prompt for user name if that hasn't been
1998         given.
1999
2000         * nnimap.el (nnimap-with-process-buffer): Removed.
2001
2002 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2005         method when we're reading from the agent.
2006
2007         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2008
2009         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2010         that's probably most useful for users.
2011
2012         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2013         "failed" all the time.
2014
2015         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2016         ...)) with (with-current-buffer ... ).
2017
2018         * nntp.el (nntp-open-server): Return whether the open was successful or
2019         not.
2020
2021         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2022         select an unread unseen article first.
2023
2024         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2025         /etc/services, supply some sensible port defaults.
2026
2027         * dgnushack.el: Define netrc-credentials.
2028
2029 2010-09-17  Julien Danjou  <julien@danjou.info>
2030
2031         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2032
2033 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2034
2035         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2036         doesn't have any parameters.
2037
2038 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2041         only upcased checks.
2042
2043         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2044
2045         * nnimap.el (nnimap-open-shell-stream): New function.
2046         (nnimap-open-connection): Use it.
2047         (nnimap-transform-headers): Get the number of lines in each message.
2048         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2049         number of lines.
2050         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2051         problem.
2052
2053         * utf7.el (utf7-encode): Autoload.
2054
2055         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2056         to allow the mail splitting to not return a default group.  This is
2057         useful for nnimap, which will leave unmatched mail in the inbox.
2058
2059         * nnimap.el: Rewritten.
2060
2061         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2062         nnimap usage.
2063
2064         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2065         if the move is internal, so that nnimap can do fast internal moves.
2066
2067         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2068         data.
2069         (gnus-read-active-for-groups): Support finishing the early retrieval of
2070         data.
2071
2072         * gnus-range.el (gnus-range-nconcat): New function.
2073
2074         * gnus-int.el (gnus-finish-retrieve-group-infos)
2075         (gnus-retrieve-group-data-early): New functions.
2076
2077 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2078
2079         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2080         (nnrss-retrieve-groups):
2081         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2082         (pop3-quit): Use with-current-buffer.
2083
2084 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2087         instead of nnheader-accept-process-output.
2088
2089         * dgnushack.el (dgnushack-compile): Add comment.
2090
2091         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2092
2093         * gnus-html.el (gnus-html-schedule-image-fetching)
2094         (gnus-html-prefetch-images): Replace process-kill-without-query by
2095         gnus-set-process-query-on-exit-flag.
2096
2097 2010-09-16  Romain Francoise  <romain@orebokech.com>
2098
2099         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2100
2101 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2104         parameter to unintern is mandatory-ish in Emacs 24.
2105
2106         * gnus-html.el (gnus-html-schedule-image-fetching)
2107         (gnus-html-prefetch-images): Check for curl before using it.
2108
2109         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2110         depend on curl, which isn't essential.
2111
2112         * imap.el: Revert back to version
2113         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2114         seem problematic.
2115
2116 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2117
2118         * gnus-registry.el (gnus-registry-install-shortcuts):
2119         Explicitly pass `obarray' to `unintern' to avoid a warning.
2120
2121 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122
2123         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2124         change.
2125
2126         * nnrss.el (nnrss-request-list): Removed this function and related
2127         functions, including the moreover stuff.
2128
2129 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * nnrss.el (nnrss-retrieve-groups): New function.
2132
2133 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2134
2135         * .dir-locals.el: Add no-byte-compile cookie.
2136
2137 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * time-date.el (format-seconds): Comment fix.
2140
2141         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2142         for back end that doesn't support request-scan.
2143
2144 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145
2146         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2147         then do request scans from the backends.
2148
2149         * netrc.el (netrc-credentials): New conveniency function.
2150
2151         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2152         avoid running a hook per line, since this takes a lot of time,
2153         profiling shows.
2154         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2155         directly if gnus-visual-p is true.
2156
2157 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2160         groups; replace mapcar with dolist which is a bit faster; pass groups
2161         info to gnus-read-active-file-1.
2162         (gnus-read-active-file-1): Scan only specified groups if the new
2163         optional arg `infos' is given.
2164
2165 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2168
2169         * pop3.el (pop3-movemail): Removed.
2170         (pop3-streaming-movemail): Renamed to pop3-movemail.
2171
2172         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2173         don't restrict end-tag searches to the end of the line.
2174
2175 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2178         articles of every unchecked group to t, which means unknown since the
2179         server has never been opened.
2180
2181 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * gnus-html.el (gnus-html-show-alt-text): New command.
2184         (gnus-html-browse-image): Ditto.
2185         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2186         to browse the image directly.
2187         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2188         better.
2189
2190         * gnus-async.el (gnus-async-article-callback): Call
2191         `gnus-html-prefetch-images' unconditionally.
2192
2193         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2194         before feeding URLs to curl.
2195
2196 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2199         internal images as deletable by `W D D'.
2200
2201         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2202         (gnus-async-article-callback): Fix typo.
2203
2204 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2205
2206         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2207         current line to work around bugs in the output from w3m.
2208
2209         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2210         for groups that want that.
2211
2212         * nntp.el (nntp-wait-for-string): Supply a timeout for
2213         accept-process-output to ensure progress.
2214
2215         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2216         level to get unread articles from, then use that for foreign groups,
2217         too.
2218
2219         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2220         confuses the rest of the function.
2221
2222         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2223         for the methods that support -retrieve-groups, too.
2224
2225         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2226
2227 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2228
2229         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2230         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2231
2232         * pop3.el: Require cl when compiling.
2233         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2234
2235 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2236
2237         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2238         that aren't going to be activated.
2239         (gnus-get-unread-articles): Fix up the last commit.
2240
2241         * gnus-html.el (gnus-article-html): Allow calling without specifying
2242         the handle.  In that case, dissect the buffer first.
2243
2244         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2245
2246         * nnimap.el (nnimap-open-connection): Revert the change that would look
2247         into authinfo for imaps instead of imap.
2248
2249         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2250         say that you don't want to call gnus-request-group with don-check, but
2251         do check the reponse.  This is for virtual groups only.
2252         (gnus-get-unread-articles): Count the archive groups as secondary, so
2253         that they're activated the same way as before.
2254
2255         * imap.el (imap-message-map): Removed optional buffer parameter, since
2256         no callers use it.
2257         (imap-message-get): Ditto.
2258         (imap-message-put): Ditto.
2259         (imap-mailbox-map): Ditto.
2260         (imap-mailbox-put): Ditto.
2261         (imap-mailbox-get): Ditto.
2262         (imap-mailbox-get): Revert last change for this function.
2263
2264         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2265         case-insensitively.
2266         (nnimap-debug): Removed.
2267
2268         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2269         to use `imap-fetch' instead.  According to the comments, this should be
2270         safe, since all other IMAP clients use the 1:* syntax.
2271         (imap-enable-exchange-bug-workaround): Removed.
2272         (imap-debug): Removed -- doesn't seem very useful.
2273
2274         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2275         mail from a file, and the file doesn't exist.
2276
2277         * imap.el (imap-log): New convenience function used throughout instead
2278         of repeating the same code all over the place.
2279
2280         * pop3.el (pop3-streaming-movemail): Return t for success.
2281
2282         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2283         .authinfo if we're using ssl connection.
2284
2285         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2286         already have if we're in a main Gnus `g' run.
2287
2288         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2289
2290 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2293
2294         * nnmh.el (nnmh-request-list-1): Bind `file'.
2295
2296         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2297         alias to set-process-query-on-exit-flag or process-kill-without-query.
2298         (pop3-open-server): Use it.
2299
2300 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2303         box to the Incoming file.  Fixes mistake in previous checkin.
2304
2305         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2306         request loop (for debugging purposes) removed.
2307
2308         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2309         culprit is more visible.
2310         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2311         (nnml-add-incremental-nov): New functions to do "incremental" nov
2312         updates, where we just append to the end of the existing nov files
2313         without reading/writing them in full.
2314
2315         * mail-source.el (mail-source-delete-crash-box): Really only check the
2316         incoming files once in a while.
2317
2318         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2319
2320         * mail-source.el (mail-source-delete-crash-box): Only check the
2321         incoming files for deletion once per day to save a lot of file
2322         accesses.
2323
2324         * pop3.el (pop3-logon): Fix up unbound variable typo.
2325
2326         * mail-source.el (pop3-streaming-movemail): Autoload.
2327
2328         * pop3.el (pop3-streaming-movemail): Respect
2329         pop3-leave-mail-on-server.
2330
2331         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2332         retrieval.
2333
2334         * pop3.el (pop3-process-filter): Removed unused function.
2335         (pop3-streaming-movemail, pop3-send-streaming-command)
2336         (pop3-wait-for-messages, pop3-write-to-file)
2337         (pop3-number-of-responses): New functions for streaming pop3
2338         retrieval.
2339
2340         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2341         come from no known methods.
2342         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2343         list.
2344
2345         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2346         message sizes.
2347         (pop3-movemail): Use erase-buffer instead of looping and deleting
2348         regions, which seems rather odd.
2349
2350         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2351         file once per `g' run.
2352
2353         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2354         directories.  This makes the draft queue directory work.
2355
2356         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2357         data from the backends, so that we only request the list of groups from
2358         each method once.  This should speed things up considerably.
2359
2360         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2361         detect that it's not implemented.
2362
2363         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2364         we actually do recurse down into the tree, but don't stat all leaf
2365         nodes.
2366
2367         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2368         then say so instead of bugging out.
2369
2370         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2371         files exist before trying to read them.
2372
2373         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2374         around <pre_int>.
2375
2376         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2377
2378         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2379
2380 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * mm-util.el (mm-image-load-path): Just return the image directories,
2383         not all directories in the path in addition to the image directories.
2384         (mm-image-load-path): Maintain a cache of the image directories so that
2385         the `g' command in Gnus doesn't have to stat dozens of directories each
2386         time.
2387
2388         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2389         (gnus-html-wash-tags): Add a new `i' command to insert images.
2390         (gnus-html-insert-image): New command and keystroke.
2391         (gnus-html-redisplay-with-images): New command and keystroke.
2392         (gnus-html-show-images): Renamed command.
2393         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2394         spacers.
2395         (gnus-html-wash-tags): Decode entities at the end, so that entities
2396         inside the tags don't mess up the rest of the "parsing".
2397
2398         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2399         so that nnimap methods aren't agentized by default.  There's apparently
2400         many problems related to agent/imap behaviour.
2401
2402         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2403
2404         * gnus-html.el: Doc fix.
2405
2406 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2409         specifier-spec-list for Emacs 21.
2410
2411         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2412         glyph-width and glyph-height instead of display-graphic-p and
2413         image-size; make avoidance of displaying small images work for XEmacs.
2414
2415         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2416         for XEmacs.
2417
2418         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2419         of symbol that holds plist data.
2420         (gnus-process-plist): Remove plist of process after getting it.
2421
2422 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * message.el (message-generate-hashcash): Change default to
2425         'opportunistic if hashcash is installed.
2426
2427         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2428         (gnus-html-put-image): Only call image-size once, since it's somewhat
2429         time-consuming on remote X servers.
2430
2431 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2434         type on data, not a file name.
2435
2436         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2437         window-pixel-edges for Emacs 21.
2438
2439         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2440         decoded contents.
2441         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2442
2443 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2446         group line format, since it isn't very interesting.
2447
2448         * gnus-agent.el (gnus-agent-short-article),
2449         (gnus-agent-long-article): Increase values for these two variables,
2450         since most people are likely to have more network connection and
2451         storage than before.
2452
2453         * gnus.el (gnus-refer-article-method): Change default to 'current.
2454         When referring an article, the common behaviour is to refer it from the
2455         current select method, not the native select method.  The chances of
2456         the native select method having the message in question is rather slim
2457         these days.
2458
2459         * gnus-sum.el (gnus-auto-select-subject): Change default to
2460         `unseen-or-unread'.  I think it's likely that most people want to
2461         select an unseen article over a previously seen, but unread one.
2462
2463         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2464         means that in the article buffer none of the minor mode elements will
2465         be shown, usually, and this is not desirable in most cases.
2466
2467         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2468         that commands like `d' (and the like) go to the next line in the
2469         buffer, instead of the next unread article.  I think this is the
2470         behaviour that is most natural for most users.
2471         (gnus-single-article-buffer): Change default to nil, so that people can
2472         have as many article buffers open as they have summary buffer.  I think
2473         this is the most natural way for the groups to behave.
2474
2475         * message.el (message-generate-new-buffers): Change default to
2476         `unsent', so that all new message buffers start their names with the
2477         string "*unsent", and it's easier to find the buffers if you move from
2478         them.
2479
2480 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2483         small.  They're probably tracking images.
2484         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2485         (gnus-html-rescale-image): Yet another try at getting the image sizing
2486         right.
2487
2488         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2489         nntp-marks-file-name is nil.
2490
2491 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2492
2493         * gnus-html.el (gnus-html-wash-tags)
2494         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2495         Better logging.
2496
2497 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2500
2501         * gnus-html.el (gnus-html-wash-tags): Check the value of
2502         gnus-blocked-images in the summary buffer.
2503
2504 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2505
2506         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2507
2508 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2511         like "a", it seems like.
2512         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2513         since it needs to be picked from the correct buffer.
2514
2515         * nnwfm.el: Removed.
2516
2517         * nnlistserv.el: Removed.
2518
2519 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2520
2521         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2522         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2523
2524 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * nnkiboze.el: Removed.
2527
2528         * nndb.el: Removed.
2529
2530         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2531         alt text.
2532         (gnus-html-rescale-image): Try to get the rescaling logic right for
2533         images that are just wide and not tall.
2534
2535         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2536         overshadow variable bindings.
2537
2538 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2539
2540         * gnus-html.el (gnus-html-wash-tags)
2541         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2542         extra logging.
2543
2544 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2547         (gnus-max-image-proportion): New variable.
2548         (gnus-html-rescale-image): New function.
2549         (gnus-html-put-image): Rescale images.
2550
2551 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2552
2553         Fix up some byte-compiler warnings.
2554         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2555         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2556         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2557         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2558         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2559         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2560         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2561
2562 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * gnus-html.el (gnus-article-html): Decode contents by charset.
2565
2566 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2569         (gnus-html-frame-width, gnus-blocked-images)
2570         * message.el (message-prune-recipient-rules): Add custom version.
2571         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2572
2573         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2574         functions.
2575
2576         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2577         gnus-process-get.
2578
2579 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2580
2581         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2582         instead of lsub directly.
2583
2584 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * nnwarchive.el: Removed.
2587
2588         * gnus-soup.el: Removed.
2589
2590         * nnsoup.el: Removed.
2591
2592         * nnultimate.el: Removed.
2593
2594         * gnus-html.el (gnus-blocked-images): New variable.
2595
2596         * message.el (message-prune-recipients): New function.
2597         (message-prune-recipient-rules): New variable.
2598
2599         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2600         guess whether a long line is natural text or not.
2601
2602         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2603         gnus-process-plist and friends for compatibility.
2604
2605 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2606
2607         * gnus-html.el: Require packages that define macros used in this file.
2608         (gnus-article-mouse-face): Declare to silence byte-compiler.
2609         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2610         process-get.
2611         (gnus-html-put-image): Use plist-get to avoid getf.
2612         (gnus-html-prefetch-images): Use with-current-buffer.
2613
2614 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gnus-ems.el: Provide compatibility functions for
2617         gnus-set-process-plist.
2618
2619         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2620         header-line-format for XEmacs 21.4.
2621
2622         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2623         * gnus.el (gnus-valid-select-methods)
2624         * message.el (message-send-mail-partially-limit)
2625         * mm-decode.el (mm-text-html-renderer)
2626         * mml.el (mml-insert-mime-headers-always)
2627         * smiley.el (smiley-regexp-alist): Bump custom version.
2628
2629 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * gnus-html.el: require mm-url.
2632         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2633         with the url to `url'.
2634         (gnus-html-wash-tags): Support cid: URLs/images.
2635
2636 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637
2638         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2639         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2640         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2641
2642         * gnus-move.el: Removed file, since it doesn't really work.
2643
2644         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2645         UTF-8.  This seems to fix problems with some German web feeds.
2646
2647         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2648         at the top so that the proper colours are applied.
2649
2650         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2651         don't have dots in their names.
2652
2653         * gnus-art.el (gnus-article-view-part): Doc fix.
2654
2655         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2656         XEmacs-compatible.
2657         (gnus-html-put-image): Don't do images on non-graphic displays.
2658
2659         * nnslashdot.el: Removed this unused backend.
2660
2661         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2662         actions.
2663         (gnus-undo-register-1): Revert last change.
2664
2665         * gnus-group.el (gnus-group-completing-read): Protect against not
2666         having completion-styles bound.
2667
2668         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2669         make broken recipients happier.
2670
2671         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2672
2673         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2674         point parameter.
2675
2676         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2677
2678         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2679         completion-styles for group selection.
2680
2681 2009-02-04  Andreas Schwab  <schwab@suse.de>
2682
2683         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2684         headers and regexp-quote the match if necessary.
2685
2686 2009-03-24  Miles Bader  <miles@gnu.org>
2687
2688         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2689         the blinking smiley.
2690
2691 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2692
2693         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2694         blink smiley.
2695
2696 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2699         where the dribbel file lives exists.
2700
2701         * message.el (message-send-mail-partially-limit): Change the default to
2702         nil, since most people don't want this.
2703
2704         * mm-url.el (mm-url-decode-entities): Also decode entities like
2705         &#x3212.
2706
2707 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2708
2709         * gnus-sum.el (gnus-summary-idna-message):
2710         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2711         Hyperlink urls in docstrings with URL `...'.
2712
2713 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2714
2715         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2716         functions.
2717
2718 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2721         say what the mouseover text should be.
2722
2723         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2724         version of the mm-w3m-safe-url-regexp variable to only download images
2725         in the groups where we want that to happen.
2726
2727         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2728
2729         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2730         easier debugging.
2731         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2732         big pictures in the article buffer.
2733
2734         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2735         gnus-article-html.
2736         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2737         w3m.
2738
2739         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2740
2741 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2744         which doesn't exist.
2745
2746         * message.el (message-inhibit-ecomplete): New variable to allow some
2747         function to inhibit ecomplete address storage.
2748         (message-resend): Disable ecomplete message storage when resending
2749         messages.
2750
2751         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2752
2753 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2756         Save excursion while copying, moving, and deleting articles in order to
2757         prevent the cursor from jumping to unforeseen place.
2758
2759 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * lpath.el: No need to bind bookmark-current-buffer,
2762         bookmark-yank-point and bookmark-make-record-function.
2763
2764 2010-08-17  Glenn Morris  <rgm@gnu.org>
2765
2766         * gnus-sync.el: Require gnus components whose functions are used.
2767
2768         * gnus-art.el (bookmark-make-record-function):
2769         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2770         Declare for compiler.
2771
2772         * mm-url.el (mml-compute-boundary): Autoload.
2773
2774 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2777
2778 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2779
2780         Typo fix "hoo4a" -> "hook".
2781
2782         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2783
2784 2010-08-14  Glenn Morris  <rgm@gnu.org>
2785
2786         * gnus-sync.el (gnus-sync): Fix defgroup version.
2787
2788 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2789
2790         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2791
2792         * gnus-sync.el: Fix docs.
2793         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2794         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2795
2796 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2797
2798         Optimizations for gnus-sync.el.
2799
2800         * gnus-sync.el: Add docs about gnus-sync-backend
2801         possibilities.
2802         (gnus-sync-save): Remove unnecessary message.
2803         (gnus-sync-read): Optimize and show what groups were skipped.
2804
2805 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2806
2807         Minor bug fixes for gnus-sync.el.
2808
2809         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2810         read the sync on get-new-news.
2811
2812         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2813         quiet.
2814
2815         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2816
2817 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2818
2819         Make saving and restoring of hidden threads work with overlays.
2820         Patch applied by Ted Zlatanov.
2821
2822         * gnus-sum.el (gnus-hidden-threads-configuration)
2823         (gnus-restore-hidden-threads-configuration): Update to deal with text
2824         properties, rather than searching for a magic character.
2825
2826 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2827
2828         New gnus-sync.el library for synchronization of marks.
2829
2830         * gnus-sync.el: New library for synchronization of marks.
2831
2832         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2833         renamed from `gnus-registry-grep-in-list'.
2834
2835         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2836
2837         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2838
2839 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2842         determining charset of text fails.
2843
2844 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * nnmail.el (nnmail-get-new-mail-1): Revert.
2847
2848         * nnml.el (nnml-active-number): Make sure names of newly created groups
2849         in nnml-group-alist are encoded.
2850
2851 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2854         containing non-ASCII characters in active file for nnml back end.
2855
2856 2010-07-24  David Engster  <dengste@eml.cc>
2857
2858         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2859         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2860
2861 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2862
2863         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2864         tag (Bug#6654).
2865
2866 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2867
2868         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2869         the article buffer, not the summary buffer.
2870
2871 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2874         Emacs 23 as well.
2875
2876 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2877
2878         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2879         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2880
2881 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2882
2883         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2884         Patch applied by Karl Fogel.
2885
2886         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2887         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2888
2889 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2890
2891         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2892         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2893         C-w still not working correctly from Article buffers; Thierry's
2894         patch to fix that will be applied after this.
2895
2896         * gnus-art.el (bookmark-make-record-function): New local variable.
2897
2898         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2899         article buffer.
2900         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2901
2902 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2903
2904         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2905         on changes in bookmark.el.
2906
2907 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2910         `no-log' instead of message not to log prompt string.
2911
2912 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2913
2914         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2915         the *other* type of HTML form submission.
2916
2917 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2918
2919         * auth-source.el (auth-source-pick): If choice does not contain a
2920         questioned keyword, set the check to t.
2921
2922 2010-06-12  Romain Francoise  <romain@orebokech.com>
2923
2924         * gnus-util.el (gnus-date-get-time): Move up before first use.
2925
2926 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2929         (gnus-article-edit-part): Bind it to make last part that is substituted
2930         or deleted visible.
2931         (gnus-mime-display-single): Buttonize part of which id equals to
2932         gnus-mime-buttonized-part-id.
2933
2934 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2935
2936         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2937         (gnus-dd-mmm): Use gnus-date-get-time.
2938         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2939         simplify logic.
2940         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2941         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2942
2943 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2944
2945         * auth-source.el (top): Autoload `secrets-list-collections',
2946         `secrets-create-item', `secrets-delete-item'.
2947         (auth-sources): Fix tag string.
2948         (auth-get-source, auth-source-retrieve, auth-source-create)
2949         (auth-source-delete): New defuns.
2950         (auth-source-pick): Rewrite in order to avoid 2 passes.
2951         (auth-source-forget-user-or-password): New parameter USERNAME.
2952         (auth-source-user-or-password): New parameters CREATE-MISSING and
2953         DELETE-EXISTING.  Retrieve password interactively, if needed.
2954
2955 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2956
2957         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2958         deleting unused directories when gnus-expert-user is t.
2959
2960 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2963         for each temp file when gnus-article-browse-delete-temp is ask.
2964
2965 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2966
2967         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2968         Lisp calls to delete-backward-char by calls to delete-char.
2969
2970 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2971
2972         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2973
2974 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2975
2976         * password-cache.el (password-cache-remove): Fix docstring.
2977
2978 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2981         article unless decoding article to be saved.
2982
2983 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2986         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2987         generated within the mm-with-unibyte-current-buffer macro.
2988
2989 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2992         to nil when we're in a mml-preview buffer and no group is selected.
2993
2994 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2995
2996         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2997         when catching the `C-g'.  Reported by "Leo".
2998
2999 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * message.el (message-forward-make-body-plain)
3002         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3003         multibyte-string-p.
3004
3005         * lpath.el: Revert.
3006
3007 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * message.el (message-forward-make-body-mml): Assume original message
3010         is multibyte string; error on unibyte.
3011         (message-forward-make-body-plain): Ditto; don't add excessive newline
3012         in body end.
3013
3014         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3015
3016 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3017
3018         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3019         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3020
3021 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * mm-extern.el (mm-extern-url): Don't use
3024         mm-with-unibyte-current-buffer.
3025         (mm-extern-cache-contents): Use with-current-buffer instead of
3026         save-excursion + set-buffer.
3027
3028 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * mm-util.el (mm-emacs-mule): Remove.
3031
3032 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3033
3034         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3035         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3036         change.
3037
3038 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3041         bind the default value of enable-multibyte-characters to nil.
3042
3043 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * message.el (message-forward-make-body-plain)
3046         (message-forward-make-body-mml):
3047         Don't use mm-with-unibyte-current-buffer.
3048
3049 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3050
3051         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3052
3053 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3054
3055         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3056         (Bug#5592).
3057
3058 2010-05-07  Julien Danjou  <julien@danjou.info>
3059
3060         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3061         it to mm-pipe-part.
3062
3063         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3064         it is given.
3065
3066 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * binhex.el (binhex-decode-region-internal)
3069         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3070         (dns-query)
3071         * nnweb.el (nnweb-gmane-search)
3072         * pgg-parse.el (pgg-parse-armor)
3073         * pgg.el (pgg-verify-region)
3074         * sha1.el (sha1-string-external)
3075         * uudecode.el (uudecode-decode-region-internal)
3076         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3077         XEmacs.
3078
3079         * gnus-art.el (gnus-article-browse-html-parts)
3080         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3081         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3082         make-temp-file.
3083
3084         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3085         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3086         compiling.
3087
3088         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3089         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3090         XEmacs when compiling.
3091
3092         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3093         gnus-pick-mode-off-hook for XEmacs when compiling.
3094         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3095         gnus-binary-mode-off-hook for XEmacs when compiling.
3096
3097         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3098         nil if char-charset is not available.
3099
3100         * imap.el (imap-disable-multibyte)
3101         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3102         macros.
3103
3104         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3105         instead of encode-coding-string.
3106
3107         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3108         'xemacs) instead of mm-emacs-mule to switch function definitions.
3109         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3110
3111         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3112         bind temporary-file-directory for XEmacs;
3113         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3114         timer-set-function for XEmacs 21.4 and SXEmacs;
3115         bind timer-list for XEmacs 21.4 and SXEmacs;
3116         fbind char-charset and find-charset-region for non-Mule XEmacs;
3117         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3118         encode-coding-region and encode-coding-string for XEmacs having no
3119         file-coding feature.
3120
3121 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3122
3123         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3124
3125 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3128         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3129
3130 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3131
3132         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3133         alias `jka-compr-delete-temp-file' no longer exists.
3134
3135 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3136
3137         Use define-minor-mode in Gnus where applicable.
3138         * mml.el (mml-mode): Use define-minor-mode.
3139         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3140         (gnus-undo-mode): Use define-minor-mode.
3141         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3142         (gnus-dead-summary-mode): Use define-minor-mode.
3143         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3144         Initialize in declaration.
3145         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3146         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3147         (gnus-mailing-list-mode): Use define-minor-mode.
3148         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3149         (gnus-draft-mode): Use define-minor-mode.
3150         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3151         (gnus-dired-mode): Use define-minor-mode.
3152
3153 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3154
3155         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3156         handles on recursive mml-to-mime translation and check them for
3157         boundary delimiter collisions.  Reported by Greg Troxel.
3158
3159 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3162
3163 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3164
3165         * mm-util.el (mm-find-buffer-file-coding-system):
3166         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3167
3168 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3169
3170         * message.el (message-generate-headers): Record insertion of optional
3171         headers as well.  Otherwise the check to prevent repeated insertion of
3172         optional headers is a no-op.
3173
3174 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3175
3176         * smime.el: Don't mention CVS.
3177
3178         * nnrss.el (nnrss-fetch): Don't mention CVS.
3179
3180         * nnir.el: Don't mention CVS.
3181
3182 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3183
3184         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3185
3186 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * lpath.el: Fbind bookmark-default-handler,
3189         bookmark-get-bookmark-record, bookmark-make-record-default,
3190         bookmark-prop-get for Emacs <23 and XEmacs.
3191
3192 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3193
3194         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3195         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3196         Use with-current-buffer to silence the byte-compiler.
3197         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3198         bother to require `gnus'.
3199         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3200
3201 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3202
3203         * gnus-sum.el (gnus-summary-bookmark-make-record)
3204         (gnus-summary-bookmark-jump): New functions.
3205         (gnus-summary-mode): Setup bookmark support.
3206
3207 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3208
3209         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3210         if set.
3211
3212 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3215         gnus-article-browse-html-save-cid-image; make it work recursively for
3216         forwarded messages as well.
3217         (gnus-article-browse-html-parts): Work when prefix arg is given.
3218         (gnus-article-browse-html-article): Doc fix.
3219
3220 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3221
3222         * message.el (message-default-mail-headers):
3223         (message-default-headers): Carry the value mail-default-headers over
3224         into message-default-mail-headers, rather than message-default-headers.
3225
3226 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3227
3228         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3229         charset.
3230
3231         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3232         charset into the <meta> tag when the article is encoded to utf-8.
3233
3234 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3237         directories as well.
3238         (gnus-article-browse-html-parts): Work for images that do not specify
3239         file names; delete temp directory when quitting; insert header at the
3240         right place; use file: scheme for image files.
3241
3242 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3243
3244         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3245         (gnus-article-browse-html-parts): Use it to make temporary cid image
3246         files in addition to html file so that browser may display them.
3247
3248 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3251
3252 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3253
3254         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3255
3256 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3257
3258         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3259         about Secret Service API sources.  Improve Customize options.
3260         (auth-source-pick): Change to accept any number of search parameters.
3261         Implement fallbacks iteratively, not recursively.  Add scoring on the
3262         second pass and sort by score.  Call Secret Service API when needed.
3263         (auth-source-user-or-password): Use it.  Call Secret Service API
3264         directly when needed to get the user name and the password.
3265
3266 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3267
3268         * message.el (message-interactive): Doc fix.
3269         (message-qmail-inject-args): Reflow.
3270         (message-kill-to-signature): Fix typo in docstring.
3271
3272         * smiley.el (smiley-buffer): Fix typo in docstring.
3273
3274 2010-03-24  Glenn Morris  <rgm@gnu.org>
3275
3276         * mail-source.el (gnus-message): Declare.
3277         (mail-source-delete-old-incoming): Require gnus-util.
3278
3279 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3282
3283         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3284
3285         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3286         password-cache's default if it is not bound.
3287         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3288         password-cache-expiry's default if it is not bound.
3289
3290         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3291         available in Emacs 21.
3292
3293         * lpath.el: Suppress compiler warnings for:
3294         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3295         XEmacs;
3296         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3297         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3298         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3299
3300 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3301
3302         * auth-source.el (auth-sources): Fix up definition so extra parameters
3303         are always inline.
3304
3305 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3306
3307         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3308         wasn't updated after mismatch.  Clear cached mailbox info correctly
3309         when uidvalidity changes.
3310         (nnimap-group-prefixed-name): New function to avoid some code
3311         duplication.
3312         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3313         (nnimap-request-group): Use it.
3314         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3315         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3316         with many imap folders.  This is done by caching the group status from
3317         the imap server persistently in a group parameter `imap-status'.  (This
3318         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3319         but not persistently, so every Gnus startup was still very slow.)
3320
3321 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3322
3323         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3324         delete the extra newline.  Otherwise editing of :string and :number
3325         types don't work.
3326
3327 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3328
3329         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3330         secrets.el dependency.
3331         (auth-sources): Add optional user name.  Add secrets.el configuration
3332         choice (unused right now).
3333
3334 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3335
3336         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3337         `gnus-registry-install-shortcuts' fill in the functions.
3338
3339         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3340         warnings.
3341         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3342         (gnus-registry-install-shortcuts): Populate and use it in a
3343         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3344
3345 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3346
3347         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3348         In-place substitutions for the group name encoding/decoding.
3349         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3350         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3351         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3352         (nnimap-update-unseen, nnimap-request-list)
3353         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3354         (nnimap-request-set-mark, nnimap-split-to-groups)
3355         (nnimap-split-articles, nnimap-request-newgroups)
3356         (nnimap-request-create-group, nnimap-request-accept-article)
3357         (nnimap-request-delete-group, nnimap-request-rename-group)
3358         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3359         `encoded-mbx' for consistency.
3360         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3361         variable `imap-current-mailbox'.
3362
3363         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3364         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3365
3366 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3367
3368         * pop3.el (pop3-display-message-size-flag): Display message size byte
3369         counts during POP3 download.
3370         (pop3-movemail): Use it.
3371         (pop3-list): Implement listing of available messages.
3372
3373 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3374
3375         * nnir.el (nnir-get-article-nov-override-function): New function to
3376         override the normal NOV retrieval.
3377         (nnir-retrieve-headers): Use it.
3378
3379 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3380
3381         * auth-source.el (netrc-machine-user-or-password): Autoload.
3382
3383 2010-03-19  Glenn Morris  <rgm@gnu.org>
3384
3385         Stop message.el from loading about 40 libraries it doesn't always need.
3386         The general approach is to autoload rather than require, and to
3387         require in the specific functions rather than the file.  (Bug#5642)
3388
3389         * gmm-utils.el: Don't require wid-edit.
3390         (widget-create-child-value, widget-convert, widget-default-get):
3391         Autoload.
3392
3393         * gnus-util.el: Don't require time-date, netrc.
3394         (message-fetch-field, gnus-group-name-decode): Declare rather than
3395         autoloading.
3396         (gnus-fetch-field): Require message.
3397         (gnus-decode-newsgroups): Require gnus-group.
3398
3399         * ietf-drums.el: Don't require time-date.
3400
3401         * message.el: Don't require hashcash, canlock, ecomplete.
3402         Do require mail-utils.  Require nnheader only when compiling.
3403         (smtpmail-default-smtp-server): Remove declaration.
3404         (message-send-mail-function): Check smtpmail-default-smtp-server
3405         is bound rather than requiring smtpmail.
3406         (message-auto-save-directory, message-insert-signature): Use
3407         expand-file-name rather than nnheader-concat.
3408         (nnheader-insert-file-contents): Autoload.
3409         (hashcash-wait-async): Declare.
3410         (message-send-mail): Only call gnus-setup-posting-charset if
3411         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3412         (message-send-mail-with-sendmail): Require sendmail.
3413         (canlock-password, canlock-password-for-verify): Declare.
3414         (message-canlock-password): Require canlock.
3415         (nnheader-get-report): Autoload.
3416         (gnus-setup-posting-charset): Declare.
3417         (message-send-news): Require gnus-msg.
3418         (message-make-references, message-make-in-reply-to): Use mail-header-id
3419         rather than the alias mail-header-message-id.
3420         (ecomplete-add-item, ecomplete-save): Declare.
3421         (message-put-addresses-in-ecomplete): Require ecomplete.
3422         (ecomplete-display-matches): Autoload.
3423
3424         * mm-decode.el: Don't require mailcap, gnus-util.
3425         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3426         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3427         Autoload.
3428         (mailcap-mime-extensions): Declare.
3429
3430         * mm-encode.el: Don't require mailcap.
3431         (mailcap-extension-to-mime): Autoload.
3432
3433         * mml-sec.el: Don't require password-cache.
3434
3435         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3436         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3437         (mml-minibuffer-read-type): Require mailcap.
3438         (mml-preview): Require gnus-msg.
3439
3440         * mml1991.el: Require password-cache.
3441         (password-cache-expiry): Remove declaration.
3442
3443         * mml2015.el: Require password-cache.
3444         (password-cache-expiry): Remove declaration.
3445
3446         * nneething.el (mailcap): Require mailcap.
3447
3448         * nnheader.el (declare-function): Add compatibility stub.
3449         (message-remove-header): Declare rather than autoload.
3450         (nnheader-replace-header): Require message.
3451
3452         * nnimap.el (declare-function): Add compatibility stub.
3453         (netrc-parse, netrc-machine-user-or-password): Declare.
3454         (nnimap-open-connection): Require netrc.
3455
3456         * nntp.el (declare-function): Add compatibility stub.
3457         (netrc-parse, netrc-machine, netrc-get): Declare.
3458         (nntp-send-authinfo): Require netrc.
3459
3460         * rfc2047.el: Don't require qp.
3461         (quoted-printable-encode-region, quoted-printable-decode-string):
3462         Autoload.
3463
3464         * sieve-mode.el: Don't require easymenu.
3465         (easy-menu-add-item): Autoload it.
3466
3467         * spam-stat.el (time-to-number-of-days): Autoload it.
3468
3469 2010-03-19  Glenn Morris  <rgm@gnu.org>
3470
3471         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3472
3473 2010-03-18  Glenn Morris  <rgm@gnu.org>
3474
3475         * hashcash.el (declare-function): Remove duplicate definition.
3476
3477 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3478
3479         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3480         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3481         value if any backslash escapes).
3482
3483 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3486         if it is available.  (bug#5647)
3487
3488         * lpath.el: Suppress compiler warning for coding-system-from-name for
3489         Emacs 21 and XEmacs.
3490
3491 2010-03-14  Juri Linkov  <juri@jurta.org>
3492
3493         * hmac-def.el:
3494         * hmac-md5.el:
3495         * netrc.el: Fix keywords.
3496
3497 2010-02-26  Glenn Morris  <rgm@gnu.org>
3498
3499         * message.el (message-send-mail-function): Change the default, so that
3500         it inherits from a customized send-mail-function.  (Bug#5643)
3501
3502 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3503
3504         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3505         shell-command-to-string signals an error (bug#5299).
3506
3507 2010-02-24  Glenn Morris  <rgm@gnu.org>
3508
3509         * message.el (message-smtpmail-send-it)
3510         (message-send-mail-with-mailclient): Doc fixes.
3511
3512 2010-02-16  Glenn Morris  <rgm@gnu.org>
3513
3514         * message.el (message-default-mail-headers): Change the default value
3515         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3516
3517 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3520         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3521
3522 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3523
3524         * time-date.el (date-to-time): Doc fix (Bug#5408).
3525
3526 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3527
3528         * message.el (message-mail): Just pass yank-action on to message-setup.
3529         (message-setup): Handle (FUN . ARGS) form of yank-action.
3530         (message-with-reply-buffer, message-widen-reply)
3531         (message-yank-original): Handle non-buffer values of
3532         message-reply-buffer (Bug#4080).
3533         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3534
3535 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3536
3537         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3538         Fix typo in docstring.
3539
3540 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3541
3542         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3543         response.
3544
3545 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3548
3549         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3550
3551         * message.el (message-check-news-header-syntax): Protect against a
3552         string that `rfc822-addresses' returns when parsing fails.
3553
3554 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3557         (gnus-previous-char-property-change): New functions.
3558
3559         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3560
3561 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3562
3563         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3564         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3565
3566 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3567
3568         * message.el (message-exchange-point-and-mark): Rework last change to
3569         avoid using optional arg of exchange-point-and-mark, for backward
3570         compatibility.
3571
3572 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3573
3574         * message.el (message-exchange-point-and-mark): Call
3575         exchange-point-and-mark with an argument rather than setting
3576         mark-active by hand (Bug#5175).
3577
3578 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * nntp.el (nntp-service-to-port): Work for service expressed with
3581         numeric string; replace [:digit:] with [0-9] for XEmacs.
3582
3583 2009-12-17  Glenn Morris  <rgm@gnu.org>
3584
3585         * gnus-group.el (gnus-bug-group-download-format-alist):
3586         Change emacs entry to debbugs.gnu.org.  Bump :version.
3587
3588 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3591
3592 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3593
3594         * message.el (message-info): Explain why we use `Info-goto-node'.
3595
3596 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3599
3600 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3601
3602         * message.el (message-completion-in-region): New compatibility function.
3603         (message-expand-group): Use it.
3604
3605 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3608         with no unread article should be listed if the 2nd arg `predicate' is
3609         given.
3610
3611 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3614
3615 2009-11-29  Juri Linkov  <juri@jurta.org>
3616
3617         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3618         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3619         on `gnus-recenter'. (Bug#4698, Bug#4981)
3620
3621 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3622
3623         * sha1.el (sha1-string-external): default-directory "/" in case
3624         otherwise non-existent.  process-connection-type pipe for touch of
3625         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3626
3627 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3628
3629         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3630         it's comms related and sgml-mode.el has "comm" on that basis too.
3631
3632 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3635         containing tspecial characters if they have been already quoted.
3636
3637 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3638
3639         * dns-mode.el (auto-mode-alist): Purecopy string.
3640
3641 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3642
3643         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3644
3645 2009-10-24  Glenn Morris  <rgm@gnu.org>
3646
3647         * gnus-art.el (help-xref-stack-item): Define for compiler.
3648
3649 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3650
3651         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3652
3653 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3656
3657 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3660         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3661
3662 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3665         (gnus-overlays-in): New alias to overlays-in.
3666
3667         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3668         gnus-overlay-get, and gnus-delete-overlay.
3669         (gnus-summary-show-thread): Make it work as well for systems in which
3670         next-single-char-property-change is not available.
3671         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3672
3673         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3674         (gnus-overlay-get): New alias to extent-property.
3675         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3676
3677         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3678         SXEmacs.
3679
3680         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3681         SXEmacs.
3682
3683 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3684
3685         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3686
3687 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3688
3689         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3690         and XEmacs that don't have `remove-overlays'.
3691
3692 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3693
3694         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3695         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3696         selective display.  Use overlays instead.
3697
3698 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3699
3700         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3701
3702 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3703
3704         * spam-stat.el (spam-stat-load): Fix typo in message.
3705
3706 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3707
3708         * dig.el (dig-invoke): Fix typo in docstring.
3709         (query-dig): Reflow docstring.
3710
3711 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3712
3713         * gnus-art.el (gnus-article-encrypt-body):
3714         * message.el (message-check-recipients):
3715         * mm-util.el (mm-codepage-setup):
3716         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3717         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3718
3719 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3720
3721         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3722         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3723         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3724         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3725         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3726
3727 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3728
3729         * dig.el: Add "Keywords: comm", as per net-utils.el.
3730
3731 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3732
3733         * dig.el (dig-mode): Use define-derived-mode.
3734
3735 2009-09-19  Glenn Morris  <rgm@gnu.org>
3736
3737         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3738
3739 2009-09-18  Glenn Morris  <rgm@gnu.org>
3740
3741         * gnus-diary.el (gnus-diary-check-message):
3742         * message.el (message-insert-formatted-citation-line):
3743         * nnbabyl.el (top-level):
3744         * nndiary.el (nndiary-schedule):
3745         Fix typos in condition-case handlers.
3746
3747 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3750         configuration that provides the sole article window in a frame;
3751         position point correctly after deleting a part.
3752
3753 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3754
3755         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3756         (spam-resolve-registrations-routine): Use it to unregister articles
3757         that change status.
3758
3759 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3762         with XEmacs.
3763         (parse-time-string-chars): Use it.
3764
3765 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * imap.el (imap-interactive-login): Better messages.
3768         (imap-open): Fix bug with renamed buffer on reconnect.
3769         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3770         for easier debugging and cleaner code.  On successful (guessed based on
3771         server capabilities) secondary authentication, set imap-state
3772         correctly.
3773         (imap-last-authenticator): Define imap-last-authenticator as a variable
3774         to avoid warnings.
3775
3776 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * nnrss.el (nnrss-request-article): Remove binding of
3779         default-enable-multibyte-characters that has gotten needless by
3780         the 2007-07-13 change in rfc2047-encode-message-header.
3781
3782         * mml.el (mml-insert-multipart): Error on the message header.
3783         (mml-insert-part): Error on the message header; position point at
3784         the end of a MIME tag.
3785
3786 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * time-date.el (autoload): Expand define-obsolete-function-alias into
3789         defalias and make-obsolete for old Emacsen that Gnus supports.
3790         (with-no-warnings): Define it for old Emacsen.
3791         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3792         is available.
3793         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3794         float-time is available; suppress compile warning for time-to-seconds.
3795
3796         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3797         (gnus-float-time): Alias to float-time if it exists.
3798
3799         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3800         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3801         float-time is available; suppress compile warning for time-to-seconds.
3802
3803         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3804         XEmacs.
3805
3806 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         * imap.el (imap-message-map): Docstring fix.
3809
3810 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3813         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3814         Add the optional argument `encoding' that overrides the default.
3815
3816         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3817         mm-encode-buffer.
3818
3819 2009-09-04  Glenn Morris  <rgm@gnu.org>
3820
3821         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3822         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3823         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3824         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3825         * mm-util.el (mm-with-unibyte-current-buffer)
3826         (mm-find-buffer-file-coding-system):
3827         * yenc.el (yenc-decode-region): Use default-value rather than
3828         default-enable-multibyte-characters.
3829
3830 2009-09-03  Glenn Morris  <rgm@gnu.org>
3831
3832         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3833         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3834         than default-enable-multibyte-characters.
3835
3836 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3837
3838         * gnus-art.el (gnus-article-read-summary-keys):
3839         Fix gnus-buffer-configuration's value temporarily used.
3840
3841 2009-09-02  Glenn Morris  <rgm@gnu.org>
3842
3843         * gnus-util.el (gnus-float-time): New function.
3844         * gnus-delay.el (gnus-delay-article):
3845         * gnus-sum.el (gnus-thread-latest-date):
3846         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3847         * nnspool.el (nnspool-request-newgroups):
3848         Use gnus-float-time rather than time-to-seconds.
3849         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3850
3851         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3852         (gnus-header-subject-face, gnus-header-newsgroups-face)
3853         (gnus-header-name-face, gnus-header-content-face):
3854         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3855         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3856         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3857         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3858         (gnus-cite-face-11):
3859         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3860         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3861         (gnus-server-closed-face, gnus-server-denied-face)
3862         (gnus-server-offline-face):
3863         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3864         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3865         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3866         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3867         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3868         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3869         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3870         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3871         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3872         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3873         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3874         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3875         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3876         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3877         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3878         (gnus-summary-high-undownloaded-face)
3879         (gnus-summary-low-undownloaded-face)
3880         (gnus-summary-normal-undownloaded-face)
3881         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3882         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3883         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3884         (gnus-splash-face):
3885         * message.el (message-header-to-face, message-header-cc-face)
3886         (message-header-subject-face, message-header-newsgroups-face)
3887         (message-header-other-face, message-header-name-face)
3888         (message-header-xheader-face, message-separator-face)
3889         (message-cited-text-face, message-mml-face):
3890         * sieve-mode.el (sieve-control-commands-face)
3891         (sieve-action-commands-face, sieve-test-commands-face)
3892         (sieve-tagged-arguments-face):
3893         * spam.el (spam-face):
3894         Mark face aliases with "-face" in the name as obsolete.
3895
3896 2009-09-01  Glenn Morris  <rgm@gnu.org>
3897
3898         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3899         than goto-line.
3900
3901 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3904         Don't move point if the command is invoked inside the message header.
3905
3906 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3907
3908         * imap.el (imap-send-command): Simplify.
3909         (imap-wait-for-tag): point-max -> buffer-size.
3910
3911 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3912
3913         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3914         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3915         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3916         * nnir.el (nnir-swish-e-index-file):
3917         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3918         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3919         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3920         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3921         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3922         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3923
3924 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3927         Don't save excursion.
3928
3929 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3930
3931         * nnheader.el (nnheader-find-file-noselect):
3932         * mm-util.el (mm-insert-file-contents):
3933         Use (default-value 'major-mode) instead of default-major-mode.
3934
3935 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3936
3937         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3938
3939 2009-08-26  Glenn Morris  <rgm@gnu.org>
3940
3941         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3942         than placing in files.el.
3943
3944 2009-08-25  Glenn Morris  <rgm@gnu.org>
3945
3946         * nnir.el (top-level): Don't require cl at run-time.
3947         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3948         Replace cl-function substitute with gnus-replace-in-string.
3949         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3950         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3951         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3952         simplified expansions.
3953
3954 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3955
3956         * dig.el (dig): Add autoload cookie.
3957
3958 2009-08-22  Glenn Morris  <rgm@gnu.org>
3959
3960         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3961         goto-line.
3962
3963 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3964
3965         * parse-time.el (parse-time-string-chars): Save match data.
3966
3967 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3968
3969         * parse-time.el (parse-time-string-chars): Compute using character
3970         classes, to handle non-ascii characters (Bug#3190).
3971
3972 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3975
3976         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3977         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3978         (gnus-mm-display-part, gnus-mime-display-single)
3979         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3980         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3981
3982         * gnus-sum.el
3983         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3984         (gnus-summary-move-article): Add expirable mark to articles copied or
3985         moved to group that has auto-expire turned on if the option is non-nil.
3986
3987 2009-07-24  Glenn Morris  <rgm@gnu.org>
3988
3989         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3990         Fix typo.  (Bug#3903)
3991
3992 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3995         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3996         that should not be used for draft articles.
3997         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3998         that has no concern in minor mode keys.
3999         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4000         Abolish.
4001
4002 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4005         article without making inquiry to a user for unknown encoding.
4006
4007         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4008         (nnmaildir--scan): Assume i-node and device number that file-attributes
4009         returns might be cons-cell.
4010
4011         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4012
4013         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4014
4015 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4016
4017         * auth-source.el: Remove docs now in auth.texi.  Don't use
4018         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4019         `auth-source-hide-passwords' and use them.
4020
4021 2009-07-15  Glenn Morris  <rgm@gnu.org>
4022
4023         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4024
4025 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4028         excessive whitespace from the default values of title and description.
4029
4030 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4033         mail-fetch-field to fetch Content-Description header in order to
4034         exclude newlines.
4035
4036 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4037
4038         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4039         format used by GnuPG 2.0.11.
4040
4041 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4044         to deleted part.
4045
4046 2009-05-30  David Engster  <dengste@eml.cc>
4047
4048         * nnmairix.el: Remove old documentation in the commentary block.
4049         (nnmairix-request-group): Do not update active file for nnml back ends.
4050         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4051         end so that overview files are ignored.
4052         (nnmairix-update-groups): Make updating the groups more robust by using
4053         marks.
4054         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4055         with dollar characters in message-id.
4056
4057 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4058
4059         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4060         2008-12-25 in dns.el.
4061
4062 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4063
4064         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4065         could happen if the text is only composed of spaces and/or tabs.
4066
4067 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4068
4069         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4070         when sending a queued message to avoid extra mml tags.
4071
4072 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4075
4076 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4079         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4080         rmail-toggle-header for XEmacs;
4081         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4082
4083 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * gnus-dired.el: Remove autoload for gnus-setup-message.
4086         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4087         displaying Gnus logo; always use compose-mail.
4088
4089 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4092
4093 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4096         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4097         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4098         available.
4099         (gnus-nocem-epg-verify): New function.
4100
4101 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4104
4105 2009-02-15  Glenn Morris  <rgm@gnu.org>
4106
4107         * gnus-util.el (rmail-insert-rmail-file-header)
4108         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4109         autoloads.
4110         (rmail-default-rmail-file): Remove unnecessary declaration.
4111         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4112
4113 2009-02-14  Glenn Morris  <rgm@gnu.org>
4114
4115         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4116         variable (only used in gnus-util, which declares it anyway).
4117         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4118         which was only needed by gnus-art (changed to not use it any more).
4119         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4120         only used in gnus-util, which autoloads it itself.
4121         (rmail-update-summary): Fix autoload.
4122
4123         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4124         rather than rmail-output-to-rmail-file.
4125
4126 2009-02-07  Glenn Morris  <rgm@gnu.org>
4127
4128         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4129         autoload of function that no longer exists.
4130         (rmail-toggle-header): Declare.
4131         (message-forward-rmail-make-body): Handle mbox Rmail.
4132
4133 2009-01-31  Glenn Morris  <rgm@gnu.org>
4134
4135         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4136         2009-01-09 change.
4137
4138 2009-01-31  Dave Love  <fx@gnu.org>
4139
4140         * imap.el (imap-fetch-safe): Bind debug-on-error.
4141         (imap-debug): Add imap-fetch-safe.
4142
4143 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4144
4145         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4146         (auth-source-forget-all-cached): New convenience function.
4147         (auth-source-user-or-password): Accept list of modes or a single mode.
4148
4149         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4150         auth-source modes.
4151
4152         * netrc.el (netrc-machine-user-or-password): Use list of
4153         auth-source modes.
4154
4155         * nnimap.el (nnimap-open-connection): Use list of
4156         auth-source modes.
4157
4158         * nntp.el (nntp-send-authinfo): Use list of
4159         auth-source modes.
4160
4161 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4162
4163         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4164         now.
4165
4166 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4169         coding system in XEmacs; add a workaround for XEmacs.
4170
4171         * lpath.el: Fbind coding-system-aliasee.
4172
4173 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4176         of current-language-environment.
4177
4178 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4179
4180         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4181         available at runtime.
4182
4183 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4186
4187 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4188
4189         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4190         the greatest positive fixnum value doesn't work under an XEmacs with
4191         bignum support; use the most-positive-fixnum constant instead,
4192         available since Emacs 21.1 with cl and XEmacs 21.1.
4193
4194 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4197         XEmacs gets not to work.
4198
4199 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * mm-util.el (mm-coding-system-priorities): Allow the value like
4202         "Japanese (UTF-8)" of current-language-environment.
4203
4204 2009-01-09  Glenn Morris  <rgm@gnu.org>
4205
4206         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4207         with last-command-event.
4208
4209 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4210
4211         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4212         in the doc string.
4213
4214         * message.el (message-fix-before-sending): Amend comment.
4215
4216 2009-01-08  Dave Love  <fx@gnu.org>
4217
4218         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4219
4220 2009-01-07  David Engster  <dengste@eml.cc>
4221
4222         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4223         simplified server definitions by converting it via
4224         gnus-server-to-method.
4225
4226 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4229         parameter's operands.
4230
4231 2009-01-06  David Engster  <dengste@eml.cc>
4232
4233         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4234         primary select method (for gnus-group-mark-article-as-read).
4235
4236 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4237
4238         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4239         `(gnus)Face', not `(gnus)X-Face'.
4240
4241 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * mm-util.el (mm-ucs-to-char): New function.
4244
4245         * mm-url.el (mm-url-decode-entities): Use it.
4246
4247         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4248         unicode-to-char.
4249
4250 2009-01-05  Dave Love  <fx@gnu.org>
4251
4252         * time-date.el: Require cl for `declare'.
4253
4254 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4255
4256         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4257         Dave Love.
4258
4259 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * message.el (message-fix-before-sending): Add `eight-bit' to
4262         illegible-text check.
4263
4264 2009-01-03  Michael Olson  <mwolson@gnu.org>
4265
4266         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4267         `headers' is nil.  This can occur if the IMAP server does not have
4268         permissions to read messages from a folder, but can write new messages
4269         to the folder.
4270         (nnimap-request-article-part): Do not insert `data' if it is nil.
4271
4272         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4273         characters which will confuse `read', so skip past them.
4274
4275 2009-01-01  Dave Love  <fx@gnu.org>
4276
4277         * imap.el (imap-string-to-integer): Fix typo.
4278         (imap-fetch-safe): New function.
4279         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4280
4281         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4282
4283         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4284         (imap-parse-greeting): Fix doc strings.
4285         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4286         (imap-parse-flag-list): Make messages unique.
4287         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4288
4289         * nnimap.el: Fix author email.
4290         (nnimap-split-rule): Add FIXME comment.
4291         (nnimap-debug): Fix doc string.
4292
4293 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4294
4295         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4296
4297 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4298
4299         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4300         nslookup if resolv.conf isn't available.
4301         (dns-query): Rename from query-dns.
4302         (dns-query-cached): Rename from query-dns-cached.
4303
4304 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4307         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4308         to check if those variables exist (first appeared in Emacs 18.50).
4309
4310 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * mm-util.el (mm-line-number-at-pos): New function.
4313
4314         * spam-report.el (spam-report-process-queue): Use it.
4315
4316 2008-12-24  David Engster  <dengste@eml.cc>
4317
4318         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4319         parameters that haven't existed as variables as buffer-local variables.
4320
4321 2008-12-23  Dave Love  <fx@gnu.org>
4322
4323         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4324         cadar.
4325
4326         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4327         imap-starttls-p.
4328         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4329
4330 2008-12-22  Dave Love  <fx@gnu.org>
4331
4332         * imap.el: Fix author email.  Doc fixes.
4333         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4334         reply.
4335
4336 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4337
4338         * spam-report.el (spam-report-gmane-max-requests): New constant.
4339         (spam-report-gmane-wait): New variable.
4340         (spam-report-gmane-ham, spam-report-gmane-spam)
4341         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4342         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4343         the server.
4344
4345         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4346         Add explanations.
4347
4348         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4349         nnheader-accept-process-output and nnheader-read-timeout if available.
4350         (pop3-movemail): Use it.
4351
4352         * message.el (message-check-news-body-syntax): Fix signature check if
4353         there's an attachment.
4354
4355 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * mm-util.el: Add comments to the mm- emulating functions.
4358
4359 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4360
4361         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4362         by Stephen Berman <stephen.berman@gmx.net>.
4363
4364 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * mm-util.el (mm-substring-no-properties): New function.
4367         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4368         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4369         (mm-string-to-multibyte): Doc fix.
4370
4371         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4372
4373 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4374
4375         * mml.el (mml-attach-file): Strip text properties from file name.
4376         (Bug#1574)
4377
4378 2008-12-16  Glenn Morris  <rgm@gnu.org>
4379
4380         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4381
4382 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4385         knows since the charset specified might be a bogus alias that
4386         mm-charset-synonym-alist provides.
4387
4388 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4389
4390         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4391         "ISO_8859-1".
4392
4393         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4394
4395 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * mm-util.el (mm-charset-eval-alist):
4398         Define it before mm-charset-to-coding-system.
4399         (mm-charset-to-coding-system): Add optional argument `silent';
4400         define it before mm-charset-override-alist.
4401         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4402         default value if it can be used in Emacs currently running;
4403         silence mm-charset-to-coding-system.
4404
4405 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4408         `allow-override' which says whether to use `mm-charset-override-alist'.
4409         (rfc2047-decode-encoded-words): Use it.
4410
4411         * mm-util.el (mm-charset-override-alist): Fix custom type;
4412         add `(gb2312 . gbk)' to choices.
4413
4414 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4417         fast.
4418
4419         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4420
4421         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4422
4423 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4424
4425         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4426         on links.
4427
4428         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4429
4430 2008-12-03  Lute Kamstra  <lute@gnu.org>
4431
4432         * sha1.el: Remove leading * from docstrings of defcustoms,
4433         deffaces, defconsts and defuns.
4434
4435 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4438         users' addresses that don't have domain parts.
4439         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4440         rather than message-narrow-to-head since there will be the message
4441         header separator.
4442
4443 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4444
4445         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4446         since the result is inserted in a unibyte buffer anyway.
4447         (nnimap-demule-use-string-to-multibyte): Remove.
4448         (nnimap-demule): Alias it to mm-string-to-multibyte.
4449
4450 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4451
4452         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4453         variable for debugging bug#464 and bug#1174.
4454         (nnimap-demule): Use it.
4455
4456 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4457
4458         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4459         score calculation correctly.
4460
4461 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4462
4463         * message.el (message-send-mail): Just set the buffer to unibyte
4464         rather than use mm-with-unibyte-current-buffer which does a lot more.
4465         (message-send-mail-partially): Don't bother with
4466         mm-with-unibyte-current-buffer since it's already been made unibyte by
4467         message-send-mail.
4468
4469 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4470
4471         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4472
4473 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4474
4475         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4476
4477 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4480         require itself and to remove `with-no-warnings'.
4481
4482 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4483
4484         * starttls.el (starttls-any-program-available): Get the name of the
4485         available TLS layer program.
4486         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4487         well as the host name in the "opening" message.
4488
4489         * auth-source.el (auth-source-cache, auth-source-do-cache)
4490         (auth-source-user-or-password): Cache passwords and logins by default,
4491         allow override with `auth-source-do-cache'.
4492         (auth-source-forget-user-or-password): Allow users to remove cache
4493         entries if needed.
4494
4495 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4496
4497         * md4.el (md4-buffer): Fix typo in docstring.
4498         (md4, md4-64): Doc fixes.
4499         (md4-pack-int32): Reflow docstring.
4500
4501 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4504         condition-case to only the forward-sexp call.
4505
4506 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4507
4508         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4509         quotes contained.  Make it more robust regardless by an extra
4510         condition-case wrapper.
4511
4512 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4515
4516 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * nnml.el (nnml-request-expire-articles): Check if the function set to
4519         `nnmail-expiry-target' returns the symbol `delete'.
4520
4521         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4522
4523         * nnmail.el (nnmail-expiry-target): Fix custom type.
4524
4525 2008-10-02  Glenn Morris  <rgm@gnu.org>
4526
4527         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4528         Silence compiler warning.
4529
4530 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4531
4532         * tls.el (open-tls-stream): Show the actual command being
4533         executed, instead of the format string.
4534
4535 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * lpath.el: Fbind codepage-setup for Emacs 23.
4538
4539 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4540
4541         * mml.el (mml-menu): Don't assume mml2015 is bound.
4542
4543 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4546         exists.
4547
4548 2008-09-27  Glenn Morris  <rgm@gnu.org>
4549
4550         * gnus-util.el (mail-header-remove-comments): Autoload it.
4551
4552 2008-09-27  Andreas Schwab  <schwab@suse.de>
4553
4554         * gnus-util.el (gnus-split-references): Strip comments.
4555         (gnus-parent-id): Likewise.
4556
4557 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4558
4559         * message.el (message-confirm-send): Fix version.
4560
4561 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * message.el (message-idna-to-ascii-rhs-1): Use
4564         mail-extract-address-components rather than mail-header-parse-addresses
4565         that is an alias by default to ietf-drums-parse-addresses that does not
4566         support non-ASCII names in headers' contents.
4567
4568 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4569
4570         * message.el (message-confirm-send): Fixed variable documentation to
4571         avoid the "y/n" wording.
4572
4573 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4574
4575         * message.el (message-set-auto-save-file-name): Save to a different
4576         filename so multiple messages (especially drafts) can be recovered.
4577
4578 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4579
4580         * message.el (message-confirm-send): Add appropriate version.
4581
4582 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4583
4584         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4585         defvar.
4586
4587 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4588
4589         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4590         (mm-pkcs7-enveloped-magic): Ditto.
4591
4592 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4593
4594         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4595         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4596
4597 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4598
4599         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4600         default, it's better.
4601
4602 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4603
4604         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4605         summary line gnus-number property and ignore them (with a warning
4606         message).
4607
4608 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4611         macro caddr in the interactive form since it won't be expanded.
4612
4613 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4616         `charset'; fix name of function called recursively.
4617         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4618
4619 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4622         (gnus-mime-set-charset-parameters): New function.
4623         (gnus-mime-view-part-as-charset): Use it to correctly display part
4624         specifying wrong charset.
4625
4626 2008-09-08  David Engster  <dengste@eml.cc>
4627
4628         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4629         in completing-read for back end server.
4630
4631 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4632
4633         * message.el (message-confirm-send): New variable to confirm sending a
4634         message.
4635         (message-send): Use it.
4636
4637 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4638
4639         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4640
4641 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4644
4645 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4646
4647         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4648         prevent tracking too many groups.
4649         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4650         Use it.
4651
4652 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4653
4654         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4655         moving point to the bottom of the window in order to avoid recentering.
4656
4657 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4660
4661         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4662         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4663         (gnus-article-beginning-of-window): Fix calculation.
4664
4665 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-msg.el (gnus-summary-supersede-article)
4668         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4669         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4670         message header.
4671
4672 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4673
4674         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4675         pending output coming after the status change.
4676
4677 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4678
4679         * message.el:
4680         * gnus-start.el:
4681         * gnus-registry.el: Remove VMS support.
4682
4683 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4686         macro.
4687         (rfc2104-hash): Use it.
4688
4689 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4690
4691         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4692         (gnus-summary-sort-by-most-recent-date): New commands.
4693         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4694         and menu entries.
4695
4696 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4699         don't redisplay article for raw contents; remove plural articles stuff.
4700
4701         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4702         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4703         on gnus-summary-save-article; display results properly.
4704
4705 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * lpath.el: No need to fbind ns-focus-frame.
4708
4709 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4712
4713 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4716         gnus-save-all-headers.
4717
4718 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4719
4720         * gnus-util.el (ns-focus-frame): Remove declaration.
4721         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4722         like x.
4723
4724 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4725
4726         * rfc2104.el (rfc2104-zero): Delete defconst.
4727         (rfc2104-hex-alist): Likewise.
4728         (rfc2104-hex-to-int): Delete func.
4729         (rfc2104-hexstring-to-bitstring): Likewise.
4730         (rfc2104-nybbles): New defconst.
4731         (rfc2104-hash): Rewrite for speed.
4732
4733 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * tls.el (open-tls-stream): Make it work with the 2nd argument
4736         BUFFER that is a string but does not exist as a buffer object, as
4737         mentioned in the doc-string.
4738
4739 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4742         SXEmacs.
4743
4744 2008-07-16  Glenn Morris  <rgm@gnu.org>
4745
4746         * gnus-util.el (ns-focus-frame): Declare for compiler.
4747
4748 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4751         set as a group parameter.
4752         (gnus-summary-save-in-pipe): Work when it is called independently.
4753         (gnus-summary-pipe-to-muttprint): Don't modify
4754         gnus-summary-pipe-output-default-command.
4755
4756 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4757
4758         * message.el (message-send-mail-with-sendmail):
4759         Display the error message.
4760
4761 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * gnus-art.el (gnus-default-article-saver):
4764         Add gnus-summary-save-in-pipe to choices.
4765         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4766         gnus-summary-pipe-output-default-command as the default command.
4767         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4768         instead of gnus-last-shell-command.
4769
4770         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4771         New user option.
4772         (gnus-summary-muttprint-program): Mention the value will be changed.
4773         (gnus-summary-save-article): Force showing of all headers.
4774         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4775
4776 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4777
4778         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4779
4780 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4781
4782         * nnimap.el (nnimap-id):
4783         * sieve-manage.el (sieve-manage-open): Doc fixes.
4784
4785 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4786
4787         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4788         if available.
4789
4790 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4791
4792         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4793
4794         * nnkiboze.el (nnkiboze-generate-group):
4795         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4796
4797         * nnmairix.el: Require CL.
4798
4799 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * dgnushack.el: Autoload get-display-table and put-display-table for
4802         XEmacs 21.5.
4803
4804         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4805         21.4 and SXEmacs.
4806
4807 2008-06-15  David Engster  <dengste@eml.cc>
4808
4809         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4810
4811 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4812
4813         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4814         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4815         runtime choice under XEmacs.
4816
4817         * gnus-sum.el (gnus-summary-set-display-table):
4818         Use `gnus-put-display-table', `gnus-get-display-table',
4819         `gnus-set-display-table' for the display table, instead of `aset'.
4820
4821         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4822         Use `gnus-put-display-table', `gnus-get-display-table',
4823         `gnus-set-display-table' for the display table.
4824
4825 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4826
4827         * nnmairix.el: Add autoloads.
4828
4829 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * nnmairix.el (nnmairix-delete-recreate-group)
4832         (nnmairix-update-and-clear-marks): Fix error messages.
4833
4834 2008-06-14  David Engster  <dengste@eml.cc>
4835
4836         * nnmairix.el: Upgrade to version 0.6.
4837         (nnmairix-group-toggle-propmarks-this-group)
4838         (nnmairix-group-toggle-readmarks-this-group)
4839         (nnmairix-group-delete-recreate-this-group)
4840         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4841         (nnmairix-remove-tick-mark-original-article): New commands.
4842         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4843         (nnmairix-propagate-marks-to-nnmairix-groups)
4844         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4845         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4846         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4847         functions needed for marks propagation and manipulation of read marks.
4848         (nnmairix-update-groups): New function.
4849         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4850         (nnmairix-determine-original-group-from-registry)
4851         (nnmairix-determine-original-group-from-path)
4852         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4853         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4854         New helper functions.
4855         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4856         keystrokes for new commands.
4857         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4858         (nnmairix-request-group): Check allow-fast group parameter.
4859         (nnmairix-request-create-group): Set allow-fast group parameter if
4860         nnmairix-allowfast-default is set.
4861         (nnmairix-close-group): Propagate marks upon closing if needed.
4862         (nnmairix-group-toggle-threads-this-group): Use new.
4863         nnmairix-group-toggle-parameter helper function.
4864         (nnmairix-search): Better check for empty search result.
4865         (nnmairix-goto-original-article): Use new helper functions for
4866         determining original article.
4867         (nnmairix-show-original-article): Make sure message-id is in brackets.
4868         (nnmairix-call-mairix-binary): Change variable name.
4869         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4870         helper function.
4871         (nnmairix-widget-toggle-activate): Fix doc string.
4872
4873 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * nnir.el: Require edmacro when compiling with XEmacs.
4876         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4877         available in Emacs 21.
4878
4879 2008-06-11  Glenn Morris  <rgm@gnu.org>
4880
4881         * gnus-util.el (x-focus-frame):
4882         * gnus.el (image-size):
4883         * mm-decode.el (image-size): Declare.
4884
4885         * gnus-picon.el (declare-function): Add compat definition.
4886         (image-size): Declare.
4887
4888         * gnus-group.el (tool-bar-map):
4889         * gnus-sum.el (tool-bar-map): Define for compiler.
4890
4891         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4892
4893         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4894
4895         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4896         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4897         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4898         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4899         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4900         * sieve-manage.el, spam-report.el, spam.el:
4901         Remove unnecessary eval-and-compile of autoloads.
4902
4903 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4904
4905         * auth-source.el: Precise Tramp doc.
4906
4907 2008-06-07  Glenn Morris  <rgm@gnu.org>
4908
4909         * nnmairix.el: Remove unnecessary eval-when-compile.
4910
4911 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * lpath.el: Fbind propertize for XEmacs 21.4.
4914
4915 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4916
4917         * nnir.el: Move here from ../contrib.
4918
4919 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4920
4921         * gnus-util.el (gnus-read-shell-command): New function.
4922         * mm-decode.el (mm-pipe-part):
4923         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4924
4925 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4928
4929 2008-06-03  Glenn Morris  <rgm@gnu.org>
4930
4931         * pop3.el (nnheader-accept-process-output): Autoload it.
4932
4933 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4936         are not 2-digit hexadecimal characters that follow `%'s.
4937
4938 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4939
4940         * message.el (message-bogus-recipient-p): Fix type in doc string.
4941         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4942         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4943         Improve custom options.
4944         (message-bogus-recipient-p): Adjust accordingly.
4945
4946 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4947
4948         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4949         long-form month and day names.
4950
4951 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * dgnushack.el: Autoload debug, eudc-expand-inline and
4954         pgg-snarf-keys-region for XEmacs.
4955
4956         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4957
4958         * nnmairix.el: Require edmacro when compiling with XEmacs.
4959
4960 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4961
4962         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4963         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4964
4965 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4966
4967         * auth-source.el: Add more docs.
4968
4969         * netrc.el (netrc-machine): Always match if the port is not given.
4970
4971 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4972
4973         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4974         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4975         retrieval faster in some cases, but might make CPU usage larger.  If
4976         this has any bad side effects, we might revert this change.
4977
4978         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4979         seems to make mail retrieval much, much faster.
4980         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4981         unconditionally.
4982
4983         * gnus-draft.el (gnus-group-send-queue): Bind
4984         message-send-mail-partially-limit to nil to avoid being prompted.
4985
4986 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4987
4988         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4989
4990         * message.el (message-bogus-address-regexp): Fix and improve custom
4991         type.
4992         (message-setup-hook): Add message-check-recipients as custom option.
4993
4994 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4995
4996         * message.el (message-cite-function): Remove bogus autoload which crept
4997         in during merge from v5-10.
4998
4999 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5000
5001         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5002
5003         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5004
5005         * auth-source.el: Preliminary Tramp docs.
5006         (auth-sources): Change the default auth-sources to use
5007         EPA .gpg files.
5008
5009 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5010
5011         * nntp.el: Autoload `auth-source-user-or-password'.
5012         (nntp-send-authinfo): Use it.
5013
5014         * nnimap.el: Autoload `auth-source-user-or-password'.
5015         (nnimap-open-connection): Use it.
5016
5017         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5018         for the gnus-message function.
5019         (auth-source-user-or-password): Use it.
5020
5021 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5022
5023         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5024         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5025         (rfc2104-hash): Use it.
5026
5027 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5028
5029         * gnus-art.el (gnus-article-toggle-truncate-lines):
5030         Don't use `iff' in docstring.
5031
5032 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5033
5034         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5035
5036         * gnus-util.el (gnus-extract-address-component-name)
5037         (gnus-extract-address-component-email): Convenience functions around
5038         `gnus-extract-address-components'.
5039
5040         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5041         Use `gnus-extract-address-component-email' to fix bug of comparing full
5042         sender name to `user-mail-address'.
5043
5044 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5045
5046         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5047         catch/throw to optimize.
5048         (gnus-registry-find-keywords): Just use member to find a keyword.
5049
5050 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5051
5052         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5053         is current before calling gnus-server-prepare.
5054         (gnus-server-setup-buffer, gnus-server-update-server)
5055         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5056
5057 2008-05-04  Juri Linkov  <juri@jurta.org>
5058
5059         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5060         (mailcap-file-default-commands): Use mailcap-replace-in-string
5061         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5062         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5063
5064 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5065
5066         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5067
5068 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5069
5070         * gnus.el: Bump version to 0.11.
5071
5072 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5073
5074         * gnus.el: No Gnus v0.10 is released.
5075
5076 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5077
5078         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5079         hooks.
5080         (gnus-update-read-articles): Speed up non-marks-using users.
5081         (gnus-use-marks): Define gnus-use-marks.
5082         (gnus-propagate-marks): Rename variable to something more sensible.
5083
5084 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5085
5086         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5087         (gmm-image-load-path-for-library): Fix typos in docstrings.
5088         (gmm-message): Reflow docstring.
5089
5090 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5091
5092         * mail-source.el (mail-source-set-1, mail-source-bind):
5093         Move auth-source code out of the macro to clean it up and fix bugs.
5094
5095 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5096
5097         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5098         by sender if it's equal to user-mail-address, it's likely to be
5099         useless.
5100
5101         * mail-source.el (mail-source-bind): Don't use user or password if they
5102         are not bound.  Unintern them if they are nil.  Don't use server unless
5103         it's bound, and default it to empty string otherwise.
5104
5105 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5106
5107         * mail-source.el: Load auth-source.el.
5108         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5109         get user name or password, if auth-sources is set up.
5110
5111         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5112         strategy of splitting with parent.
5113         (gnus-registry-split-fancy-with-parent)
5114         (gnus-registry-post-process-groups): Use it and fix prior
5115         bug (returning a list as the split result).
5116
5117         * auth-source.el (auth-sources): Remove server parameter.
5118         (auth-source-pick, auth-source-user-or-password)
5119         (auth-source-user-or-password-imap)
5120         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5121         (auth-source-user-or-password-sftp)
5122         (auth-source-user-or-password-smtp): Remove server parameter.
5123
5124 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5125
5126         * smime.el (smime-sign-region, smime-encrypt-region)
5127         (smime-decrypt-region):
5128         Remove redundant calls to `generate-new-buffer-name'.
5129
5130 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5131
5132         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5133         Don't use QP for message/rfc822.
5134         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5135
5136 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5137
5138         * sieve-manage.el (sieve-string-bytes): Remove.
5139         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5140         correct byte-length only if the process's coding-system is the same as
5141         the one used internally by Emacs to represent strings.
5142
5143 2008-04-22  Juri Linkov  <juri@jurta.org>
5144
5145         * mailcap.el (mailcap-file-default-commands): New function.
5146
5147 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5148
5149         * message.el (message-signature-separator, message-cite-function):
5150         Change custom version.
5151
5152 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5153
5154         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5155         commands.
5156         (tls-checktrust): Ditto.
5157
5158 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5159
5160         * mm-decode.el (mm-display-external): Make temp file read-only.
5161
5162 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5163
5164         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5165         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5166         `C-c C-f d'.
5167
5168 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5169
5170         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5171
5172 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5173
5174         * gnus.el: Bump version to 0.9.
5175
5176 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5177
5178         * gnus.el: No Gnus v0.8 is released.
5179
5180 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5181
5182         * mail-source.el (mail-source-value):
5183         Prefer fboundp to functionp so it works with macros as well.
5184
5185 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5186
5187         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5188         Fix last change in case the element is not even a symbol.
5189
5190 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5191
5192         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5193         Prefer fboundp to functionp so it works with macros as well.
5194
5195 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5196
5197         * auth-source.el: Added docs.
5198         (auth-sources): Modify format to support server.
5199         (auth-source-pick, auth-source-user-or-password)
5200         (auth-source-user-or-password-imap)
5201         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5202         (auth-source-user-or-password-sftp)
5203         (auth-source-user-or-password-smtp): Add server parameter.
5204
5205 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5206
5207         * gnus-registry.el: Initialize the registry when gnus-registry-install
5208         is t.
5209
5210 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * compface.el (uncompface): Make buffer unibyte.
5213
5214 2008-04-05  Glenn Morris  <rgm@gnu.org>
5215
5216         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5217
5218 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5219
5220         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5221         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5222
5223         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5224         multibyteness after rather than before erasing it.
5225
5226         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5227         mm-with-multibyte.
5228         (gnus-request-article-this-buffer): Make sure the proper decoding is
5229         used if gnus-original-article-buffer happens to be unibyte.
5230
5231         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5232         default-enable-multibyte-characters.
5233
5234         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5235         default-enable-multibyte-characters.
5236
5237         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5238
5239         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5240
5241 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5242
5243         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5244         (imap-message-copyuid-1): Use it.
5245         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5246         J. Williams in
5247         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5248
5249         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5250         imap-enable-exchange-bug-workaround.
5251         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5252
5253 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5254
5255         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5256         a 100 byte status-checks into a 2-3MB transfer for each group.
5257         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5258         to enable bug workaround or not.
5259         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5260
5261 2008-03-31  Glenn Morris  <rgm@gnu.org>
5262
5263         * message.el (mml2015-use): Declare for compiler.
5264         (message-info): Require mml2015 when appropriate.
5265
5266 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5269         whitespace.
5270
5271 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5272
5273         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5274         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5275         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5276         (nntp-service-to-port): New function.
5277         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5278         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5279         (nntp-open-netcat-stream): New function.
5280         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5281
5282 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5283
5284         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5285
5286 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5287
5288         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5289
5290 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5291
5292         * dns.el (dns-write): Use set-buffer-multibyte.
5293
5294 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5295
5296         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5297
5298 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * message.el (message-signature-separator): Change default.
5301         Improve custom type.
5302         (message-cite-function): Change default to
5303         message-cite-original-without-signature.
5304
5305         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5306         toggle.
5307
5308         * message.el (message-check-news-body-syntax): Fix signature check.
5309         (message-setup-1): Mark buffer as unmodified _after_ running
5310         message-setup-hook and handling message-alternative-emails.
5311         (message-shorten-references): Be more strict when building list of
5312         valid references to comply with GNKSA.
5313
5314         * gnus-group.el (gnus-read-ephemeral-bug-group)
5315         (gnus-read-ephemeral-debian-bug-group)
5316         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5317
5318         * message.el (message-info): Don't use booleanp which isn't supported
5319         in Emacs 21 and XEmacs.
5320
5321 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5324         gnus-group-gmane-group-download-format.
5325         (gnus-group-read-ephemeral-gmane-group): Rename from
5326         gnus-group-read-ephemeral-gmane-group.
5327         (gnus-read-ephemeral-gmane-group-url): Rename from
5328         gnus-group-read-ephemeral-gmane-group-url.
5329         (gnus-bug-group-download-format-alist): New variable.
5330         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5331         (gnus-read-ephemeral-emacs-bug-group): New commands.
5332
5333 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5334
5335         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5336         (gnus-visible-headers): Improve custom type.
5337
5338 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * mml.el (mml-menu): Add workarounds for XEmacs.
5341
5342         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5343         X-Boundary header.
5344
5345         * message.el (message-simplify-recipients): Fix previous commit.
5346
5347 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5348
5349         * mm-util.el (mm-set-buffer-multibyte): New function.
5350         * mm-decode.el (mm-copy-to-buffer): Use it.
5351
5352 2008-03-19  Glenn Morris  <rgm@gnu.org>
5353
5354         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5355         Accidentally removed in the sync process with Emacs.
5356
5357 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5358
5359         * message.el (message-alter-recipients-discard-bogus-full-name):
5360         New function.
5361         (message-alter-recipients-function): New variable.
5362         (message-get-reply-headers): Use it.
5363         (message-replace-header): New helper function.
5364         (message-recipients-without-full-name): New variable.
5365         (message-simplify-recipients): New command.
5366
5367         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5368
5369         * message.el (message-info): Handle EasyPG manual.
5370
5371         * mml.el (mml-menu): Add entry for EasyPG.
5372
5373 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5374
5375         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5376         parameter.
5377
5378         * message.el (message-disassociate-draft): Specify drafts group name
5379         fully.
5380
5381 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5382
5383         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5384         unnecessary duplicates from the match list.
5385
5386 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5389
5390         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5391
5392         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5393         args of `how-many' of which the XEmacs version doesn't take; declare
5394         Info-index-next as function.
5395
5396 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5397
5398         * gnus-score.el (gnus-score-headers): Fix handling of
5399         gnus-inhibit-slow-scoring.
5400
5401         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5402         string.
5403         (gnus-button-url-regexp): Improve handling of parenthesis.
5404         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5405         (gnus-button-handle-info-keystrokes): Handle index entries.
5406
5407 2008-03-15  Glenn Morris  <rgm@gnu.org>
5408
5409         * parse-time.el (parse-time-string): Simplify.
5410
5411 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5414         Incoming* files.
5415
5416 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5417
5418         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5419         (auth-source-pick): Use it.
5420
5421 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5422
5423         * binhex.el (binhex-decode-region-internal):
5424         * uudecode.el (uudecode-decode-region-internal):
5425         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5426         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5427         setting default-enable-multibyte-characters.
5428
5429 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5430
5431         * auth-source.el (auth-source-protocols)
5432         (auth-source-protocols-customize, auth-source-choices): Added and
5433         modified variable customizations and defaults.
5434         (auth-source-pick, auth-source-user-or-password)
5435         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5436         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5437         (auth-source-user-or-password-sftp)
5438         (auth-source-user-or-password-smtp): Use new variables and provide an
5439         interface to netrc.el.
5440
5441 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5444         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5445         Make sure the nntp port to specify is a string.
5446
5447 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5448
5449         * nntp.el: Use with-current-buffer.
5450         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5451         dubious mm-with-unibyte-current-buffer.
5452         (nntp-with-open-group-function): New function extracted from
5453         nntp-with-open-group macro.
5454         (nntp-with-open-group): Use the function, so it's easier to debug.
5455         Add indentation and debugging info.
5456         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5457         the use of the netcat alternatives.
5458
5459         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5460         Avoid mm-string-as-multibyte as well.
5461
5462         * nnweb.el (nnweb-insert-html):
5463         Remove use of nnheader-string-as-multibyte.
5464
5465         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5466         (nnheader-string-as-multibyte): Remove.
5467
5468         * mm-view.el: Use inhibit-read-only.
5469         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5470         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5471         or unibyte-string.
5472
5473         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5474         (mm-uu-yenc-extract): Use with-current-buffer.
5475
5476         * gnus-soup.el (gnus-soup-send-packet): Don't use
5477         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5478
5479         * nnmh.el: Use with-current-buffer.
5480         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5481         mm-string-as-multibyte on the output of mm-encode-coding-string.
5482
5483         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5484         (nnimap-request-move-article): Use with-current-buffer.
5485
5486         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5487         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5488         conversion uses string-make-unibyte rather than string-as-unibyte.
5489
5490         * gnus-msg.el: Use with-current-buffer.
5491
5492         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5493
5494 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5495
5496         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5497         string for caching if it is 'PIN.
5498
5499 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * lpath.el: Consider the case without Emacs/W3.
5502
5503 2008-03-08  Glenn Morris  <rgm@gnu.org>
5504
5505         * time-date.el (date-to-time, time-subtract, time-add)
5506         (safe-date-to-time): Doc fixes.
5507
5508 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * mail-source.el (mail-source-delete-old-incoming-confirm):
5511         Change default to nil.
5512         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5513
5514 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * lpath.el: Rearrange.
5517
5518         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5519         (gnus-article-goto-prev-page): Work for articles having ^L's.
5520
5521         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5522
5523         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5524
5525 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5526
5527         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5528         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5529         (gnus-bookmark-jump): Adjust some variable names.
5530
5531 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * auth-source.el: New package.
5534         (auth-source-choices): Add customization entry point variable.
5535
5536         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5537         bug.
5538
5539 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5540
5541         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5542         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5543         (gnus-registry-install-shortcuts): Rename from
5544         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5545         the `gnus-registry-mark-map' keymap dynamically from
5546         `gnus-registry-marks'.  The generated functions update the summary line
5547         when a registry mark is added or deleted, and will call
5548         `gnus-registry-install-p' (see the comments in the code).
5549         (gnus-registry-user-format-function-M): Use concat intelligently.
5550
5551         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5552         the registry mark functions.
5553
5554 2008-03-05  Glenn Morris  <rgm@gnu.org>
5555
5556         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5557         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5558         gnus-art.
5559         (top-level): No need to load own source when compiling.
5560
5561 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5562
5563         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5564         Suggested by <chris.anderton@zetnet.co.uk>.
5565
5566 2008-03-04  Glenn Morris  <rgm@gnu.org>
5567
5568         * gnus-sum.el (top-level): No need to require gnus when compiling,
5569         since unconditionally required near start of file.
5570         (gnus-summary-display-while-building): Move definition before use.
5571
5572 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5573
5574         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5575         formatting function.
5576
5577 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5578
5579         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5580         with plists.
5581         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5582         Use new format.
5583
5584 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5587         `where-is-internal' that returns a range of key sequences.
5588
5589 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5590
5591         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5592
5593         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5594         (gnus-summary-jump-to-group): Consider windows on other displayed
5595         frames as well.  Similar changes might be needed elsewhere, but that's
5596         the one I've bumped into during my use.
5597
5598         * nndoc.el (nndoc-oe-dbx-type-p):
5599         * gnus-msg.el (gnus-debug):
5600         * gnus-group.el (gnus-update-group-mark-positions):
5601         Use mm-string-to-multibyte.
5602
5603 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5604
5605         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5606         doesn't handle NotDashEscaped.
5607
5608         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5609         (mml-dnd-attach-options): Fix typo in custom choice.
5610
5611         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5612         nndoc-article-type to mbox.
5613         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5614
5615         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5616         to nil, instead of html2text.
5617
5618         * imap.el (imap-debug): Add `imap-ping-server'.
5619
5620         * gnus-bookmark.el: Add FIXMEs.
5621
5622         * message.el (message-form-letter-separator)
5623         (message-send-form-letter-delay): New variables.
5624         (message-send-form-letter): Use them.  New command to send form
5625         letters.  Requested by Uwe Siart.
5626         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5627
5628 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5629
5630         * Update copyright years.
5631
5632 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5633
5634         Sync from EMACS_22_BASE.
5635
5636         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5637
5638 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5639
5640         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5641         empty author.
5642
5643 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * gnus-registry.el (gnus-registry-marks): Add variable for
5646         customization of marks and their appearance.
5647         (gnus-registry-read-mark): Use it.
5648         (gnus-registry-do-marks): Add utility function to loop through
5649         `gnus-registry-marks'.
5650         (gnus-registry-install-shortcuts-and-menus): Add function to install
5651         shortcuts and menus.
5652         (gnus-registry-initialize): Use it.
5653         (gnus-registry-default-mark): Clarify documentation.
5654
5655 2008-02-29  Glenn Morris  <rgm@gnu.org>
5656
5657         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5658         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5659         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5660         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5661         Change defcustom :version from 23.0 to 23.1.
5662
5663 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5664
5665         * gnus-registry.el (gnus-registry-follow-group-p)
5666         (gnus-registry-post-process-groups): Add functions to aid registry
5667         splitting and improve logging.  Clarify behavior in function
5668         documentation.
5669         (gnus-registry-split-fancy-with-parent): Use them.
5670
5671 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5672
5673         * gnus-art.el: Use with-current-buffer.
5674
5675 2008-02-27  David Engster  <dengste@eml.cc>
5676
5677         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5678         Express real group name in the response.
5679
5680 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5683         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5684         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5685         autoload gnus-registry-fetch-group when compiling.
5686         (nnmairix-request-group-with-article-number-correction): Remove
5687         unreferenced argument passed to nnmairix-call-backend.
5688
5689 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5692         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5693         Wilde.
5694
5695 2008-02-27  Glenn Morris  <rgm@gnu.org>
5696
5697         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5698         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5699         variables to defconsts.  Convert comments to doc-strings.
5700         (nnmairix-last-server, nnmairix-current-server): Convert from free
5701         variables to defvars.  Convert comments to doc-strings.
5702         (gnus-registry-fetch-group): Autoload.
5703         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5704         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5705         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5706         caddr.
5707         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5708         nnmairix-request-group-with-article-number-correction call.
5709         (nnmairix-fast, nnmairix-group): New, less general names, for free
5710         variables passed from nnmairix-request-group to
5711         nnmairix-request-group-with-article-number-correction.  Declare.
5712         (nnmairix-request-group-with-article-number-correction):
5713         Use nnmairix-fast, nnmairix-group rather than fast, group.
5714
5715 2008-02-26  David Engster  <dengste@eml.cc>
5716
5717         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5718         version 0.5.
5719
5720 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5721
5722         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5723         instead of making an extra function call.  Don't add the current group
5724         to articles only when they have the group.  Use
5725         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5726         Reported by David <de_bb@arcor.de>.
5727
5728 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5731         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5732
5733 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5734
5735         * mail-source.el (mail-source-delete-incoming): Change default.
5736         Supplement doc string.
5737
5738         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5739
5740 2008-02-14  Glenn Morris  <rgm@gnu.org>
5741
5742         * time-date.el (format-seconds): New function.
5743
5744 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5745
5746         * nnmail.el (nnmail-message-id-cache-file): Derive from
5747         `gnus-home-directory'.
5748
5749 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5750
5751         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5752         Document negative prefix.
5753
5754         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5755
5756 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757
5758         * message.el (message-unsent-separator): Add the Exim bounce
5759         separator.
5760
5761 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5762
5763         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5764         list.
5765         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5766         recipient/signer list.
5767
5768 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * Makefile.in (datarootdir): Define.
5771         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5772         name that might contain whitespace.
5773
5774 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5775
5776         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5777         fbound (Emacs 23 unicode), signal an error.
5778
5779 2008-02-08  Glenn Morris  <rgm@gnu.org>
5780
5781         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5782
5783 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5784
5785         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5786         ports to the calls to `netrc-machine-user-or-password' in addition to
5787         "imap" and "imaps".
5788
5789 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5790
5791         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5792
5793         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5794
5795 2008-02-01  Kenichi Handa  <handa@m17n.org>
5796
5797         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5798         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5799         (rfc2104-hash): Convert the result of concat to unibyte string.
5800
5801 2008-02-01  Dave Love  <fx@gnu.org>
5802
5803         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5804         coding-system-for-read.
5805         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5806
5807 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5810         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5811         <hanche@math.ntnu.no>.
5812
5813 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5816
5817         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5818
5819 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5820
5821         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5822         * message.el (message-beginning-of-line): Use featurep instead of bound
5823         tests in order to resolve conditionals at compile time.
5824
5825 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5826
5827         * mail-source.el (mail-sources): Add `group' choice.
5828
5829         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5830         parameter `in-group' to control into which group the articles go.
5831         Add treatment of `group' mail-source.
5832
5833 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5836
5837         * mm-decode.el (mm-dissect-buffer): Decode description.
5838
5839         * mml.el (mml-to-mime): Encode message header first.
5840
5841 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5844         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5845
5846         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5847         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5848
5849 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5850
5851         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5852
5853 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5856         prefix keys.
5857         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5858         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5859         gnus-xmas.el.
5860
5861         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5862         (gnus-xmas-article-describe-bindings): New function.
5863         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5864         gnus-xmas-article-describe-bindings.
5865
5866         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5867
5868 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5869
5870         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5871         Add new variables for article mark management.
5872         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5873         list of extra data entries which, when present, will indicate that the
5874         article ID should not be trimmed from the registry.
5875         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5876         functions.
5877         (gnus-registry-read-mark): New function to read a mark name from the
5878         user.
5879         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5880         (gnus-registry-set-article-mark-internal): New functions to add and
5881         remove marks.
5882         (gnus-registry-get-article-marks): New function to show the marks for
5883         an article, or retrieve them for further use.
5884
5885 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5888         keys when no argument is given.
5889
5890 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * imap.el (imap-ping-server): New variable.
5893         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5894         (imap-ping-server): Minor doc string fixes.
5895
5896 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5897
5898         * imap.el (imap-ping-server): New function.
5899         (imap-opened): Call imap-ping-server.
5900
5901 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5902
5903         * gnus-sum.el (gnus-article-sort-by-random)
5904         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5905         jidanni@jidanni.org.
5906
5907 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-art.el (gnus-article-describe-bindings): New function.
5910         (gnus-article-read-summary-keys): Use it.
5911         (gnus-article-mode-map): Bind `C-h b' to it.
5912
5913 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5916         XEmacs.
5917         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5918         against non-character events.
5919
5920         * lpath.el: Fbind map-keymap for Emacs 21.
5921
5922 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5923
5924         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5925         command.
5926         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5927         instead of END.  Change name of the temp file.
5928         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5929         customizable.
5930
5931 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5934         bind `S W' to gnus-article-wide-reply-with-original; set default
5935         binding to gnus-article-read-summary-send-keys.
5936         (gnus-article-read-summary-keys): Fix the order of keys; display
5937         continuation keys correctly in the echo area; describe bindings
5938         correctly when keys end with `C-h'.
5939         (gnus-article-read-summary-send-keys): New function.
5940         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5941         for gnus-article-read-summary-send-keys; display continuation keys
5942         correctly in the echo area.
5943         (gnus-article-reply-with-original): Ignore prefix argument.
5944         (gnus-article-wide-reply-with-original): New function.
5945
5946         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5947         Emacs 21.
5948
5949 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5952         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5953
5954 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5955
5956         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5957         (gnus-group-read-ephemeral-gmane-group): New command.
5958
5959 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5960
5961         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5962
5963 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5964
5965         * message.el (message-send-mail-function): Increase custom version.
5966
5967         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5968         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5969
5970 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5971
5972         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5973         for the cases where imap-authenticate is called with a nil buffer
5974         parameter.
5975
5976 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5979         html parts correctly; support forwarded messages.
5980         (gnus-article-browse-html-article): Remove work buffers.
5981
5982         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5983         compiling.
5984         (netrc-bound-and-true-p): New macro.
5985         (netrc-parse): Use it instead of bound-and-true-p that is not available
5986         in XEmacs 21.4.
5987
5988 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5989
5990         * gnus-registry.el (gnus-registry-mark-article)
5991         (gnus-registry-article-marks): Add functionality to mark articles
5992         through the Gnus registry.
5993
5994         * encrypt.el: Clarify documentation for the new pgg method.
5995         (encrypt-file-alist): Add PGG option.
5996         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5997         functionality.  Abstract password key and messaging to external
5998         functions.
5999         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6000         (encrypt-message-method-and-cipher): Add new convenience external
6001         functions.
6002         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6003         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6004
6005         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6006         (netrc-parse): Use encrypt-file-alist to determine if
6007         encrypt-find-model or encrypt-insert-file-contents should be used.
6008
6009         * encrypt.el: Clarify documentation.  Load password-cache or
6010         password, whichever one is found first, instead of autoloading.
6011
6012 2007-12-19  Glenn Morris  <rgm@gnu.org>
6013
6014         * mml.el (message-options-set, message-narrow-to-head)
6015         (message-in-body-p, message-mail-p, message-encode-message-body):
6016         Autoload.
6017         (message-remove-header, message-narrow-to-headers-or-head)
6018         (message-subscribed-p, message-make-mail-followup-to)
6019         (message-position-on-field, message-news-p)
6020         (message-options-set-recipient, message-generate-headers)
6021         (message-sort-headers): Declare as functions.
6022
6023 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6024
6025         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6026         convention in doc string.
6027
6028 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6031         title to html parts.
6032         (gnus-article-browse-html-article): Pass message header to it.
6033
6034         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6035
6036 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6037
6038         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6039         or password compatible with XEmacs.
6040
6041 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6044         format document.
6045         (gnus-mime-delete-part): Don't write description line if empty.
6046         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6047
6048 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6049
6050         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6051         (gnus-summary-mark-read-and-unread-as-read)
6052         (gnus-summary-mark-current-read-and-unread-as-read)
6053         (gnus-summary-mark-unread-as-ticked): Doc fix.
6054         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6055
6056 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6059         Christoph Conrad <christoph.conrad@gmx.de>.
6060
6061 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6062
6063         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6064         yes-or-no-p.
6065
6066 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * mm-decode.el (mm-add-meta-html-tag): New function.
6069         (mm-save-part-to-file, mm-pipe-part): Use it.
6070
6071         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6072         gnus-y-or-n-p instead of y-or-n-p.
6073         (gnus-article-browse-html-parts): Work with message/external-body; use
6074         mm-add-meta-html-tag.
6075
6076 2007-12-11  Glenn Morris  <rgm@gnu.org>
6077
6078         * gnus-cache.el: Require gnus-sum not just when compiling.
6079
6080         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6081
6082         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6083         definitions before use.
6084
6085         * mm-decode.el: Require gnus-util.
6086         (mm-remove-part): Only call delete-annotation on XEmacs.
6087
6088         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6089
6090         * nnmail.el: Require gnus-int.
6091
6092         * spam.el: Move `require's before `eval-when-compile's.
6093
6094         * gnus-ems.el (gnus-alive-p):
6095         * gnus-fun.el (message-goto-eoh):
6096         * gnus-util.el (gnus-group-name-decode):
6097         * mail-source.el (gnus-compress-sequence):
6098         * message.el (Info-goto-node, format-spec):
6099         * mm-bodies.el (message-options-get):
6100         * mm-decode.el (mm-view-pkcs7):
6101         * mm-util.el (gmm-write-region):
6102         * mml-smime.el (mml-compute-boundary)
6103         (gnus-completing-read-with-default):
6104         * mml.el (widget-button-press, gnus-make-hashtable):
6105         * mml1991.el (mm-decode-content-transfer-encoding)
6106         (mm-encode-content-transfer-encoding)
6107         (message-options-get, message-options-set):
6108         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6109         * nnfolder.el (gnus-request-group):
6110         * nnheader.el (ietf-drums-unfold-fws):
6111         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6112         * smime.el (gnus-run-mode-hooks):
6113         * spam-stat.el (gnus-message): Autoload.
6114
6115         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6116         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6117         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6118         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6119         Add declare-function compatibility definition.
6120
6121         * gnus-cache.el (nnvirtual-find-group-art):
6122         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6123         (gnus-add-image, gnus-add-wash-type):
6124         * gnus-group.el (nnkiboze-score-file):
6125         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6126         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6127         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6128         (message-tokenize-header, gnus-get-buffer-create)
6129         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6130         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6131         * gnus.el (gnus-group-decoded-name):
6132         * mail-source.el (imap-capability):
6133         * mm-bodies.el (message-options-set):
6134         * mm-decode.el (gnus-configure-windows):
6135         * mm-extern.el (message-goto-body):
6136         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6137         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6138         (epg-sub-key-validity, message-options-set):
6139         * mml.el (widget-event-point, gnus-configure-windows):
6140         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6141         * mml2015.el (epg-check-configuration, epg-configuration)
6142         (message-options-set):
6143         * nndb.el (nndb-request-article):
6144         * nnfolder.el (gnus-request-create-group):
6145         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6146         * nnmaildir.el (gnus-group-mark-article-read):
6147         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6148         * rfc1843.el (message-fetch-field):
6149         * spam.el (gnus-extract-address-components):
6150         Declare as functions.
6151
6152 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6155
6156         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6157
6158         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6159         bind show-trailing-whitespace for XEmacs.
6160
6161 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6164         new no-op macro for backward compatibility.
6165
6166         * imap.el (imap-string-to-integer): New function.
6167
6168 2007-12-09  Glenn Morris  <rgm@gnu.org>
6169
6170         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6171
6172         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6173         * message.el, mm-view.el, sieve-manage.el, smime.el:
6174         Add declare-function compatibility definition.
6175
6176         * gnus-art.el (w3-region, w3m-region, Info-menu):
6177         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6178         * gnus-sum.el (gnus-get-predicate):
6179         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6180         * message.el (mail-abbrev-in-expansion-header-p):
6181         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6182         (w3m-detect-meta-charset, w3m-region):
6183         * sieve-manage.el (password-read, password-cache-add)
6184         (password-cache-remove):
6185         * smime.el (password-read-and-add): Declare as functions.
6186
6187 2007-12-08  David Kastrup  <dak@gnu.org>
6188
6189         * gnus-sum.el (gnus-summary-simplify-subject-query):
6190         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6191         `message'.
6192
6193 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6196         it to bind idna-program, installation-directory, defined-colors, and
6197         face-attribute for XEmacs of the version that compiles defcustom forms.
6198
6199 2007-12-07  Glenn Morris  <rgm@gnu.org>
6200
6201         * gnus-art.el (article-make-date-line): Revert previous change.
6202
6203 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6206
6207 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6208
6209         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6210         Call gnus-add-to-range ranges only once with a prepared article-list.
6211
6212 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6213
6214         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6215         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6216         group names with backslashes.  Reported by Tassilo Horn
6217         <tassilo@member.fsf.org>.
6218
6219 2007-12-06  Deepak Goel  <deego3@gmail.com>
6220
6221         * gnus-art.el (article-make-date-line):
6222         * gnus-start.el (gnus-load):
6223         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6224
6225 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-art.el (gnus-use-idna)
6228         * gnus-start.el (gnus-site-init-file)
6229         * message.el (message-use-idna)
6230         * mm-uu.el (mm-uu-hide-markers)
6231         * smiley.el (smiley-style): Revert changes that suppress warnings.
6232
6233 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6236         specify charset to html source.  Reported by Christoph Conrad
6237         <christoph.conrad@gmx.de>.
6238
6239 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6242         idna-program in order to suppress byte compile warning issued by XEmacs
6243         that came to byte compile the default value section of defcustom forms
6244         recently.
6245
6246         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6247         value of installation-directory.
6248
6249         * message.el (message-use-idna): Don't directly refer to the value of
6250         idna-program.
6251
6252         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6253
6254         * smiley.el (smiley-style): Don't directly call face-attribute.
6255
6256 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6259
6260         * gnus-dired.el: Reduce Gnus dependencies.
6261         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6262         require.  Use autoloads instead.
6263         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6264         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6265         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6266         (gnus-dired-mode): Adjust doc string.
6267         (gnus-dired-mail-mode): New variable.
6268         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6269         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6270         (gnus-dired-mail-buffers): New function.  Return mail or message
6271         composition buffers.
6272         (gnus-dired-attach): Use it.
6273         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6274         NO-DECODE.
6275         (gnus-dired-print): Use `gnus-print-buffer' depending on
6276         `gnus-dired-mail-mode'.
6277
6278 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * rfc2047.el (rfc2047-encoded-word-regexp)
6281         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6282         explaining what regexp patterns are for.
6283
6284 2007-12-04  Glenn Morris  <rgm@gnu.org>
6285
6286         * password.el: Move to password-cache.el.
6287
6288         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6289         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6290         * mml-smime.el (password-read, password-cache-add)
6291         (password-cache-remove):
6292         No need to autoload, since mml-sec requires password.
6293
6294         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6295         * message.el (gnus-extract-address-components):
6296         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6297
6298         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6299         password.
6300
6301 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6302
6303         * mailcap.el: Reduce dependencies.
6304         (mail-header-parse-content-type): Autoload.
6305         (mailcap-delete-duplicates): New alias.
6306         (mailcap-mime-info): Add optional argument NO-DECODE.
6307         (mailcap-mime-types): Use mailcap-delete-duplicates.
6308
6309         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6310
6311 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6312
6313         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6314         (imap-parse-status): Upcase status-att for servers that sends them
6315         lower-case (e.g., MS Exchange 2007).
6316
6317 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6318
6319         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6320         function.
6321
6322         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6323         (gnus-uu-yenc-article): New function.
6324
6325         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6326
6327         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6328         buffer.
6329
6330 2007-12-02  Glenn Morris  <rgm@gnu.org>
6331
6332         * binhex.el (binhex): New custom group.
6333         (binhex-decoder-program, binhex-decoder-switches)
6334         (binhex-use-external): Move to the binhex custom group.
6335
6336         * uudecode.el (uudecode): New custom group.
6337         (uudecode-decoder-program, uudecode-decoder-switches)
6338         (uudecode-use-external): Move to the uudecode custom group.
6339
6340         * netrc.el (top-level): Don't load `encrypt' features.
6341         (netrc-parse): Don't use encrypt.
6342         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6343
6344         * encrypt.el: Remove file.
6345
6346 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6349         matches on patches.
6350
6351         * gnus-art.el (gnus-article-browse-html-article): Mention
6352         `mm-text-html-renderer' in the doc string.
6353
6354         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6355         string.  Add comments.
6356
6357         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6358         if rhs is ASCII.
6359
6360 2007-12-01  Glenn Morris  <rgm@gnu.org>
6361
6362         * mail-source.el (top-level): Require format-spec before
6363         eval-when-compile.
6364
6365 2007-11-30  Glenn Morris  <rgm@gnu.org>
6366
6367         * encrypt.el: Require password, rather than autoloading password-read.
6368
6369 2007-11-29  Glenn Morris  <rgm@gnu.org>
6370
6371         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6372         (sasl-make-client, sasl-next-step, sasl-step-data)
6373         (sasl-step-set-data): Declare as functions.
6374
6375 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6378
6379 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6380
6381         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6382         certs should be verified and what is to be done in the event of a
6383         verification failure.
6384
6385         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6386         caller can indicate whether the cache should be disregarded for this
6387         call.  This way the result of the call is reproducible at all times and
6388         can be considered a canonical server name for the supplied method.
6389         (gnus-agent-method-p): Canonicalize server names by pushing their
6390         method through `gnus-method-to-server' using the no-cache argument.
6391
6392         * gnus-srvr.el (gnus-server-insert-server-line): Call
6393         `gnus-method-to-server' with `no-cache' argument.
6394
6395         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6396         gnus-agent-possibly-synchronize-flags as this should be called when the
6397         server is actually being opened.
6398         (gnus-agent-possibly-synchronize-flags)
6399         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6400         flags file of an agentized server to the latter function.
6401
6402         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6403         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6404         after a connection has been established successfully.
6405
6406 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-art.el (article-display-face): Force to display face if called
6409         interactively; check if gnus-article-x-face-too-ugly matches author.
6410         (article-display-x-face): Display face even if From header is missing
6411         as article-display-face does.
6412
6413 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6414
6415         * hashcash.el (message-narrow-to-headers-or-head)
6416         (message-fetch-field, message-goto-eoh)
6417         (message-narrow-to-headers): Declare as functions.
6418
6419 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * mail-source.el (mail-sources): Default to fetch from file for
6422         compatibility with default of nnmail-spool-file.
6423
6424 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6427         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6428         to look for encoded word that should be encoded again.
6429         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6430         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6431         encoding pattern.
6432         (rfc2047-decode-region): Switch strict regexp and loose one according
6433         to rfc2047-allow-irregular-q-encoded-words.
6434
6435 2007-11-25  Romain Francoise  <romain@orebokech.com>
6436
6437         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6438
6439 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * tls.el (tls-program): Provide more custom choices from
6442         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6443         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6444
6445 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6446
6447         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6448         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6449
6450         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6451         `nnmail-spool-file'.
6452
6453         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6454         `nnmail-spool-file'.
6455
6456         * gnus-move.el (gnus-change-server): Ditto.
6457
6458         * gnus-kill.el (gnus-batch-score): Ditto.
6459
6460         * gnus-cache.el (gnus-jog-cache): Ditto.
6461
6462         * gnus-msg.el (gnus-summary-reply):
6463         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6464
6465 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6466
6467         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6468         version.  Minor improvement to doc strings.
6469         (tls-program): Add comment.
6470
6471 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6472
6473         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6474         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6475         mismatch between the hostname provided in the certificate and the name
6476         of the host connnecting to.
6477         (open-tls-stream): Use them.  Check certificates against trusted root
6478         certificates.
6479
6480 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * gnus-cache.el (gnus-cache-generate-nov-databases):
6483         Use nnml-generate-nov-databases-directory instead of
6484         nnml-generate-nov-databases-1.
6485
6486 2007-11-24  Glenn Morris  <rgm@gnu.org>
6487
6488         * message.el (message-tool-bar-retro): Update for rename
6489         mail_send.xpm->mail-send.xpm.
6490
6491 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6492
6493         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6494         `smime-ldap-search' for Emacs 22 and up.
6495
6496 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6497
6498         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6499
6500         * message.el (message-send-mail-function): Fix error convention.
6501         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6502         (message-widen-reply, message-send-mail, message-talkative-question)
6503         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6504         (message-clone-locals, message-send-news): Use with-current-buffer.
6505         (message-insert-or-toggle-importance): Remove unused var `valid'.
6506         (message-make-references): Remove unused var `new-references'.
6507         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6508
6509 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6510
6511         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6512         (spam-split-symbolic-return-positive): Reflow docstring.
6513         (spam-backends, spam-summary-exit-behavior)
6514         (spam-mark-ham-unread-before-move-from-spam-group)
6515         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6516         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6517         (spam-clear-cache, spam-backend-check, spam-install-backend)
6518         (spam-install-statistical-backend, spam-list-of-processors)
6519         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6520         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6521         (spam-check-crm114, spam-initialize, spam-unload-hook):
6522         Fix typos in docstrings.
6523
6524 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6527         been checked if they have never been read and those group levels are
6528         higher than the one that a user specified.
6529
6530 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6533         foreign groups unless a group level is specified by a user.
6534         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6535
6536 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6537
6538         * message.el (message-send-mail-function): Require sendmail.
6539
6540 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6541
6542         * message.el (message-send-mail-function): Check for smtpmail too.
6543
6544         * utf7.el (utf7-encode, utf7-decode): Use coding system
6545         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6546
6547         * message.el (message-send-mail-function): New function.
6548         (message-send-mail-function): Set default using
6549         message-send-mail-function.  Adjust doc string.
6550         (message-send-mail-with-mailclient): New function.
6551
6552 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6553
6554         * smime.el (from):
6555         * rfc2047.el (message-posting-charset):
6556         * qp.el (mm-use-ultra-safe-encoding):
6557         * pop3.el (parse-time-months):
6558         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6559         * nnml.el (files):
6560         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6561         (jka-compr-compression-info-list, ange-ftp-path-format)
6562         (efs-path-regexp):
6563         * nndiary.el (files):
6564         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6565         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6566         (epg-digest-algorithm-alist, inhibit-redisplay)
6567         (password-cache-expiry):
6568         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6569         (pgg-output-buffer, password-cache-expiry):
6570         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6571         (efs-path-regexp):
6572         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6573         (inhibit-redisplay):
6574         * mm-uu.el (file-name, start-point, end-point, entry)
6575         (gnus-newsgroup-name, gnus-newsgroup-charset):
6576         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6577         (latin-unity-ucs-list):
6578         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6579         (mm-uu-binhex-decode-function):
6580         * message.el (gnus-message-group-art, gnus-list-identifiers)
6581         (rmail-enable-mime-composing, gnus-local-organization)
6582         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6583         (gnus-read-active-file, facemenu-add-face-function)
6584         (facemenu-remove-face-function, gnus-article-decoded-p)
6585         (tool-bar-mode):
6586         * mail-source.el (display-time-mail-function):
6587         * gnus-util.el (nnmail-pathname-coding-system)
6588         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6589         (gnus-original-article-buffer, gnus-user-agent)
6590         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6591         (xemacs-codename, sxemacs-codename, emacs-program-version):
6592         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6593         * gnus-start.el (gnus-agent-covered-methods)
6594         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6595         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6596         (gnus-newsgroup-headers, gnus-group-list-mode)
6597         (gnus-group-mark-positions, gnus-newsgroup-data)
6598         (gnus-newsgroup-unreads, nnoo-state-alist)
6599         (gnus-current-select-method, mail-sources)
6600         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6601         (nnmail-spool-file, gnus-cache-active-hashtb):
6602         * gnus-mh.el (mh-lib-progs):
6603         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6604         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6605         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6606         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6607         (gnus-group-buffer):
6608         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6609         (font-lock-set-defaults):
6610         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6611         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6612         (gnus-summary-post-menu, total-parts, type, condition, length):
6613         * gnus-agent.el (gnus-agent-read-agentview):
6614         * flow-fill.el (show-trailing-whitespace):
6615         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6616         eval-and-compile wrappers for byte compiler pacifiers.
6617
6618         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6619         (mm-display-inline-fontify): Check for featurep 'xemacs not
6620         extent-list.
6621
6622         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6623         itimer-list.
6624         (mm-create-image-xemacs): Only do something for XEmacs.
6625         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6626
6627         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6628
6629         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6630         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6631
6632 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6633
6634         * nnimap.el (nnimap-split-download-body):
6635         * gnus-demon.el (gnus-demon):
6636         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6637
6638 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6641         macros.
6642         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6643         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6644         copy data from unibyte buffer to multibyte current buffer.
6645         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6646         to copy data from unibyte current buffer to multibyte buffer.
6647         (nntp-make-process-buffer): Make process buffer unibyte.
6648
6649         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6650
6651 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6652
6653         * pop3.el (pop3-open-server): Accept and process data more robustly at
6654         connexion start to avoid spurious "POP SSL connexion failed" errors.
6655
6656 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6659         read group names.
6660
6661 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6664
6665 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6668         (nnmail-save-active): Use a unibyte buffer when saving active file,
6669         which may contain non-ASCII group names.
6670
6671         * nnml.el (nnml-request-group): Decode group names in messages.
6672
6673 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * message.el (message-citation-line-function)
6676         (message-insert-formatted-citation-line): Fix spelling of
6677         `message-insert-formated-citation-line'.
6678
6679 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6680
6681         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6682
6683 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6686         nnmail-pathname-coding-system.
6687
6688         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6689         that a user enters; decode group names in messages.
6690
6691         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6692
6693 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6694
6695         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6696
6697         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6698
6699         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6700         risky local variable.
6701
6702         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6703
6704 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6705
6706         * encrypt.el: Improve documentation to fix function name typo.
6707         Reported by Daiki Ueno <ueno@unixuser.org>.
6708
6709 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6712         even if the point is not in the last page of an article.
6713         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6714         back to the previous page.
6715
6716 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6719
6720 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6723
6724 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6725
6726         * message.el (message-check-news-body-syntax): Avoid
6727         mm-string-as-multibyte.
6728         (message-hide-headers): Don't assume (point-min)==1.
6729
6730 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6731
6732         * message.el (message-remove-blank-cited-lines): Fix if remove is
6733         given.
6734         (message-bogus-address-regexp): New variable.
6735         (message-bogus-recipient-p): New function.
6736         (message-check-recipients): New command.
6737         (message-syntax-checks): Add `bogus-recipient'.
6738         (message-fix-before-sending): Add `bogus-recipient'.
6739
6740         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6741         (gnus-treat-body-boundary): Don't test window-system.
6742
6743 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6744
6745         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6746
6747 2007-10-28  Miles Bader  <miles@gnu.org>
6748
6749         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6750         at compile-time too.
6751
6752 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6753
6754         * gnus-msg.el (gnus-message-setup-hook): Add
6755         `message-remove-blank-cited-lines' to options.
6756
6757 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * message.el (message-remove-blank-cited-lines): New function.
6760         Suggested by Karl Plästerer.
6761
6762 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6765         mapc.
6766
6767         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6768         (top-level): Use mapc to set functions to be traced for debugging.
6769
6770         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6771         called for effect with while loop.
6772
6773         * message.el (message-talkative-question): Replace mapcar called for
6774         effect with mapc.
6775
6776         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6777         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6778         called for effect with dolist.
6779
6780         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6781
6782         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6783         gnus-extra-headers and nnmail-extra-headers.
6784
6785         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6786         called for effect with dolist.
6787         (top-level): Use mapc to set functions to be traced for debugging.
6788
6789         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6790         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6791         dolist.
6792
6793         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6794         Replace mapcar called for effect with mapc.
6795         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6796         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6797         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6798         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6799
6800         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6801         remove-if that's a cl function.
6802
6803         * webmail.el (webmail-debug): Replace mapcar called for effect with
6804         dolist.
6805
6806         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6807         with mapc.
6808
6809 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6812         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6813         with while loop.
6814
6815         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6816         functions from article-* functions.
6817         (gnus-multi-decode-header): Replace mapcar called for effect with
6818         dolist.
6819
6820         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6821         (gnus-bookmark-show-details): Replace mapcar called for effect with
6822         while loop.
6823
6824         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6825         called for effect with while loop.
6826
6827         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6828         with dolist.
6829
6830         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6831         mapcar called for effect with dolist.
6832
6833         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6834
6835         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6836         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6837         Replace mapcar called for effect with dolist.
6838         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6839         mapc.
6840
6841         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6842         Replace mapcar called for effect with dolist.
6843         (gnus-topic-list): Replace mapcar called for effect with mapc.
6844
6845         * gnus.el: Use mapc instead of mapcar to add autoloads.
6846
6847 2007-10-23  Richard Stallman  <rms@gnu.org>
6848
6849         * gnus-group.el (gnus-group-highlight): Mark as risky.
6850
6851 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus.el (gnus-server-to-method): Return method found first in
6854         gnus-newsrc-alist.
6855
6856         * gnus-art.el (gnus-article-highlight-signature)
6857         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6858         button overlay without the front stickiness.
6859
6860 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6861
6862         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6863         overview buffer needed a catch to receive its throw.
6864         (gnus-agent-flush-cache): Declared as interactive to make this function
6865         easier to use.
6866
6867 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6868
6869         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6870         `next-line'.
6871
6872 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6875         exclude address matching message-dont-reply-to-names.
6876
6877 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * gnus-util.el (gnus-string<): New function.
6880
6881         * gnus-sum.el (gnus-article-sort-by-author)
6882         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6883
6884 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6887         the frame-focus tag is set in gnus-buffer-configuration.
6888
6889 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6892         the front stickiness.
6893
6894 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6897         url pattern; remove duplicate one.
6898         (gnus-article-extend-url-button): New function.
6899         (gnus-article-add-buttons): Use it.
6900         (gnus-button-push): Use concatenated url that it makes.
6901
6902 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6903
6904         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6905
6906 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6907
6908         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6909         Don't hardcode point-min==1.
6910
6911 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6914         Fix comment about "iso8859-1".
6915
6916 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6917
6918         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6919         ones returned from the verify-function.
6920
6921         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6922         mml2015-extract-cleartext-signature if extraction failed.
6923
6924 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6925
6926         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6927         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6928         failed.
6929
6930 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6933
6934 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6937         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6938         recommends to use EasyPG instead of PGG.
6939
6940         * pgg.el: Revert to revision 6.23.2.16.
6941
6942         * pgg-def.el: Revert to revision 6.6.2.14.
6943
6944         * pgg-gpg.el: Revert to revision 6.23.2.34.
6945
6946 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6947
6948         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6949         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6950         thread for both the null and zero (kill/expire thread) universal prefix
6951         cases.
6952         (gnus-summary-expire-thread): Add new function to expire a thread,
6953         using gnus-summary-kill-thread.
6954         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6955         shortcuts for gnus-summary-expire-thread.
6956         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6957         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6958
6959 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6962         extras value, so an extras entry can be deleted.
6963         (gnus-registry-delete-extra-entry): Use it.
6964         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6965         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6966         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6967         storage through the gnus-registry, and provide an appropriate API for
6968         it.
6969
6970 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6973         Suggested by Leo <sdl.web@gmail.com>.
6974
6975         * gnus.el: Do.
6976
6977 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6980         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6981
6982         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6983
6984         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6985         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6986
6987 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6990         newline.
6991         (nnmbox-request-accept-article): Don't change article in source buffer;
6992         narrow to header to use message-fetch-field rather than
6993         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6994         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6995         as delimiters; make sure article ends with newline.
6996         (nnmbox-delete-mail): Correct last position of article to be deleted;
6997         ignore X-Gnus-Newsgroup header in article body.
6998         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6999         positions; make sure article ends with newline.
7000
7001         * message.el (message-display-abbrev): Don't infloop when a user
7002         inserts SPC in the beginning of header.
7003
7004         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7005         coding-system-for-read and coding-system-for-write for XEmacs having no
7006         file-coding feature.
7007
7008         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7009
7010 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7011
7012         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7013         list of groups not followed by default.  Fix type to be regexp.
7014         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7015
7016 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7017
7018         * hmac-def.el (define-hmac-function): Switch from old-style to
7019         new-style backquotes.
7020
7021         * md4.el (md4-make-step): Likewise.
7022
7023 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7026         raw-text coding system when saving .newsrc file, which may contain
7027         non-ASCII group names.
7028
7029 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-cus.el (gnus-score-extra): New widget.
7032         (gnus-score-extra-convert): New function.
7033         (gnus-score-customize): Use it for Extra.
7034
7035 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7036
7037         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7038         (mml2015-mailcrypt-clear-verify): Use it.
7039         (mml2015-gpg-clear-verify): Use it.
7040         (mml2015-pgg-clear-verify): Use it.
7041         (mml2015-epg-clear-verify): Replace the current part with the output
7042         from GnuPG; don't extract the plaintext by itself.
7043
7044         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7045         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7046         mml2015-clear-verify-function; don't touch the armor headers or
7047         dash-escaped text here.
7048
7049 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7052         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7053         parts, or application/octet-stream as a last resort.
7054         (gnus-mime-view-part-as-type): Don't toggle display.
7055         (gnus-mime-view-part-as-charset): Don't turn off display before
7056         querying charset.
7057
7058         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7059         stuff to undisplayer function in Emacs.
7060         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7061
7062         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7063         text/calendar parts.
7064
7065 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7068         decoding text/calendar parts.
7069
7070         * message.el (message-forward-make-body-mime): Always mark body as
7071         having no illegible text; remove signed-or-encrypted argument.
7072         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7073
7074         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7075         (mml-generate-mime-1): Don't encode body if it is specified to be in
7076         raw form; don't make buffer be unibyte when inserting multibyte string.
7077
7078 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7079
7080         * sha1.el: Fix up comment style.
7081         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7082         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7083
7084         * hex-util.el: Fix up comment style.
7085         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7086
7087         * gnus-salt.el: Use with-current-buffer.
7088         (gnus-pick-setup-message): Fix long-standing typo.
7089
7090 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * imap.el (imap-logout-timeout): New variable.
7093         (imap-logout, imap-logout-wait): New functions.
7094         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7095
7096         * nnimap.el (nnimap-logout-timeout): New server variable.
7097         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7098         nnimap-logout-timeout.
7099
7100         * gnus-art.el (gnus-article-summary-command-nosave)
7101         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7102
7103 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus.el (gnus-maximum-newsgroup): New variable.
7106
7107         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7108         according to gnus-maximum-newsgroup.
7109
7110         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7111         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7112         Limit the range of articles according to gnus-maximum-newsgroup.
7113
7114 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7115
7116         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7117         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7118         Don't perform gnus-configure-windows here; reuse existing sticky
7119         article buffer.
7120
7121         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7122         it doesn't exist in gnus-article-mode.
7123
7124 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7127         (gnus-agent-decoded-group-name): New function.
7128         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7129         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7130
7131 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7132
7133         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7134         Add binding for gnus-sticky-article.
7135         (gnus-summary-exit): Don't kill sticky article buffers.
7136
7137         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7138         article buffer.
7139         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7140         (gnus-kill-sticky-article-buffers): New commands.
7141
7142 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * nntp.el (nntp-xref-number-is-evil): New server variable.
7145         (nntp-find-group-and-number): If it is non-nil, don't trust article
7146         numbers in the Xref header.
7147
7148 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * gnus-agent.el (gnus-agent-read-group): New function.
7151         (gnus-agent-flush-group, gnus-agent-expire-group)
7152         (gnus-agent-regenerate-group): Use it.
7153         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7154         nnmail-pathname-coding-system.
7155
7156 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7159
7160         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7161         that are unread as unread, and also as selected so that information of
7162         marks having been changed by a user may be updated when exiting group.
7163
7164 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7167         calculated ignoring signature parts to gnus-treat-article.
7168
7169 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7170
7171         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7172         a point here in order to keep the window start.
7173         (gnus-insert-mime-security-button): Make a button overlay without the
7174         front stickiness.
7175         (gnus-mime-display-security): Goto the end of a button.
7176
7177         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7178
7179 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7182         group-name-at-point.
7183         (gnus-group-completing-read): New function that offers decoded
7184         non-ASCII group names for completion.
7185         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7186         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7187         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7188         (gnus-group-fetch-control): Use it.
7189         (gnus-fetch-group): Use group-name-at-point for the initial value
7190         rather than the default value; use gnus-alive-p.
7191
7192         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7193         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7194         (gnus-summary-post-news): Use gnus-group-completing-read.
7195
7196         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7197         (gnus-read-move-group-name): Decode group name for completion.
7198
7199 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7200
7201         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7202         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7203         Yamaoka slightly modified the code).
7204
7205 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7208         (nnmail-split-incoming): Bind it.
7209
7210         * nnml.el (nnml-group-name-charset): New function.
7211         (nnml-decoded-group-name): Use it; don't decode group name if
7212         nnmail-group-names-not-encoded-p is non-nil.
7213         (nnml-encoded-group-name): New function.
7214         (nnml-group-pathname): Inline nnml-decoded-group-name.
7215         (nnml-request-expire-articles): Decode group name in message.
7216         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7217         nnmail-pathname-coding-system.
7218         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7219         not decoded ones according to nnmail-group-names-not-encoded-p.
7220         (nnml-generate-active-info): Use nnml-encoded-group-name.
7221
7222 2007-08-08  Glenn Morris  <rgm@gnu.org>
7223
7224         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7225         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7226         doc-strings and comments.
7227
7228 2007-07-25  Glenn Morris  <rgm@gnu.org>
7229
7230         * Relicense all FSF files to GPLv3 or later.
7231
7232 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-sum.el (gnus-summary-move-article): Make
7235         gnus-summary-respool-article work.
7236
7237 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7240         string.
7241
7242 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7243
7244         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7245         that should be ignored when comparing distant RSS articles with local
7246         ones.
7247         (nnrss-make-hash-index): New function.  Create a hash index according
7248         to the ignored fields.
7249         (nnrss-check-group): Use it.
7250
7251 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7254
7255         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7256
7257         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7258         the new optional argument ENCODED is non-nil.
7259         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7260         coding system for encoding group name.
7261         (gnus-group-make-rss-group): Pass un-encoded group name to
7262         gnus-group-make-group.
7263         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7264         encoded.
7265
7266         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7267         Encode group name to which articles are moved or copied.
7268         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7269         coding system for encoding Newsgroup, Followup-To and Xref headers.
7270
7271         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7272         marks; use nnheader-file-coding-system to write a file.
7273         (nnagent-retrieve-headers): Bind file-name-coding-system to
7274         nnmail-pathname-coding-system.
7275
7276         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7277
7278         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7279         (nnml-request-article, nnml-request-create-group)
7280         (nnml-request-rename-group, nnml-find-id)
7281         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7282         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7283         (nnml-save-marks): Use nnml-group-pathname instead of
7284         nnmail-group-pathname.
7285
7286         (nnml-request-create-group, nnml-request-expire-articles)
7287         (nnml-request-move-article, nnml-request-delete-group)
7288         (nnml-deletable-article-p, nnml-possibly-create-directory)
7289         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7290         (nnml-open-marks): Bind file-name-coding-system to
7291         nnmail-pathname-coding-system.
7292
7293         (nnml-request-article): Pass server argument to nnml-find-group-number.
7294         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7295         server argument to nnml-possibly-create-directory.
7296         (nnml-request-accept-article): Pass server argument to
7297         nnml-active-number and nnml-save-mail.
7298         (nnml-find-group-number): Pass server argument to nnml-find-id.
7299         (nnml-request-update-info): Pass server argument to
7300         nnml-marks-changed-p.
7301
7302         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7303         (nnml-save-mail, nnml-active-number): Add server argument.
7304
7305         (nnml-request-delete-group): Warn if group is missing.
7306         (nnml-get-nov-buffer): Decode group name.
7307         (nnml-generate-active-info): Encode group name.
7308         (nnml-open-marks): Decode group name in messages.
7309
7310 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7313         if it is not specified.
7314         (gnus-article-pipe-part, gnus-article-save-part)
7315         (gnus-article-interactively-view-part, gnus-article-copy-part)
7316         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7317         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7318         (gnus-article-replace-part, gnus-article-delete-part)
7319         (gnus-article-view-part-as-type): Pass raw prefix argument to
7320         gnus-article-part-wrapper.
7321
7322 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-agent.el (gnus-agent-save-active): Bind
7325         nnheader-file-coding-system to gnus-agent-file-coding-system.
7326
7327         * gnus-cache.el (gnus-cache-save-buffers)
7328         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7329         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7330         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7331         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7332         (gnus-cache-generate-active, gnus-cache-rename-group)
7333         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7334         (gnus-cache-update-overview-total-fetched-for): Bind
7335         file-name-coding-system to nnmail-pathname-coding-system.
7336         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7337         variables.
7338         (gnus-cache-decoded-group-name): New function.
7339         (gnus-cache-file-name): Use it.
7340         (gnus-cache-generate-active): Use non-decoded group name for active.
7341
7342         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7343         right place.
7344         (gnus-write-active-file): Don't break non-ASCII group names.
7345
7346         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7347         nnmail-pathname-coding-system.
7348
7349         * lpath.el: Bind default-file-name-coding-system,
7350         file-name-coding-system and language-info-alist for XEmacs.
7351
7352         * gnus-uu.el (gnus-uu-decode-save): Typo.
7353
7354 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7357
7358 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7361         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7362         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7363         (gnus-agent-flush-group, gnus-agent-flush-cache)
7364         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7365         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7366         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7367         (gnus-agent-regenerate-group)
7368         (gnus-agent-update-files-total-fetched-for)
7369         (gnus-agent-update-view-total-fetched-for): Bind
7370         file-name-coding-system to nnmail-pathname-coding-system.
7371         (gnus-agent-group-pathname): Don't encode file names by
7372         nnmail-pathname-coding-system.
7373         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7374         coding-system-for-write instead of buffer-file-coding-system to
7375         gnus-agent-file-coding-system.
7376
7377         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7378         Decode group name.
7379
7380         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7381
7382         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7383         (gnus-read-newsrc-el-file): Make group names unibyte.
7384
7385         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7386         nnmail-pathname-coding-system.
7387
7388         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7389         (nnrss-request-delete-group): Bind file-name-coding-system to
7390         nnmail-pathname-coding-system.
7391         (nnrss-read-server-data, nnrss-read-group-data): Bind
7392         file-name-coding-system correctly.
7393         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7394
7395         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7396         (nntp-server-to-method-cache): New variable.
7397         (nntp-group-pathname): New function that decodes non-ASCII group names.
7398         (nntp-possibly-create-directory, nntp-marks-changed-p)
7399         (nntp-save-marks, nntp-open-marks): Use it.
7400         (nntp-possibly-create-directory, nntp-open-marks):
7401         Bind file-name-coding-system to nnmail-pathname-coding-system.
7402         (nntp-open-marks): Decode group names when bootstrapping marks.
7403
7404         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7405         Newsgroups and Folowup-To headers.
7406
7407 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7410         (gnus-server-closed-face, gnus-server-denied-face)
7411         (gnus-server-offline-face): Remove variable.
7412         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7413
7414         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7415         of modifying message-stack directly for XEmacs.
7416
7417         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7418         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7419         if the coding-system argument is nil for XEmacs.
7420
7421         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7422         mm-charset-override-alist.
7423
7424         * rfc2047.el: Don't require base64; require rfc2045 for the function
7425         rfc2045-encode-string.
7426         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7427         to quote the parameter value.
7428
7429 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7432         form in gnus-group-name-charset-method-alist.
7433
7434         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7435         overrides the default layout edit-form.
7436
7437         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7438
7439         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7440
7441 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7442
7443         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7444         as unfetched articles.
7445
7446 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7449
7450 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7453         original back end that keeps marks in the local system.
7454
7455 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7458         arg of pop-to-buffer for XEmacs.
7459         (gnus-article-read-summary-keys): Ditto; don't restore window
7460         configuration if summary command ends up with neither article buffer
7461         nor summary buffer; describe bindings if summary keys end with C-h.
7462
7463 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * message.el (message-fix-before-sending): Skip raw message part to be
7466         forwarded while checking illegible text.
7467         (message-forward-make-body-mime, message-forward-make-body): Mark
7468         signed or encrypted raw message as having no illegible text.
7469
7470 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7473         (gnus-message-with-timestamp-1): New macro.
7474         (gnus-message-with-timestamp): New function.
7475         (gnus-message): Use them.
7476
7477         * nnheader.el (nnheader-message): Use them.
7478
7479 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7482         .newsrc.eld file.
7483
7484 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-agent.el (gnus-agent-fetch-headers)
7487         (gnus-agent-retrieve-headers): Bind
7488         gnus-decode-encoded-address-function to identity.
7489
7490         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7491         available also when the server returns simply a dot.
7492
7493         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7494
7495 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7498
7499 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * gnus-ems.el (gnus-x-splash): Make it work.
7502
7503         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7504         from being used.
7505
7506         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7507
7508 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7511         4th and the 5th arguments.
7512
7513         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7514         the front stickiness.
7515         (gnus-article-summary-command-nosave): Correct the order of the
7516         arguments passed to pop-to-buffer.
7517         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7518         summary command ends up with the article buffer.
7519
7520         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7521         the same faces.
7522
7523 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7524
7525         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7526
7527 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7528
7529         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7530         * gnus-sum.el (gnus-summary-highlight):
7531         * pgg.el (pgg-sign-region, pgg-sign):
7532         * mail-source.el (mail-source-delete-old-incoming-confirm):
7533         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7534
7535 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * gnus-art.el (gnus-mime-view-part-externally)
7538         (gnus-mime-view-part-internally): Fix predicate function passed to
7539         completing-read.
7540
7541         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7542
7543         * gnus.el (gnus-update-message-archive-method): Add :version.
7544
7545 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus.el (gnus-update-message-archive-method): New variable.
7548
7549         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7550         according to gnus-message-archive-method if
7551         gnus-update-message-archive-method is non-nil.
7552
7553 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7556         by Loic Dachary <loic@dachary.org>.
7557         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7558
7559 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * message.el (message-pop-to-buffer): Add switch-function argument.
7562         (message-mail): Pass switch-function argument to it.
7563
7564 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7565
7566         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7567         Improve doc string.
7568
7569 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7572         (gnus-header-content)
7573         * gnus-cite.el (gnus-cite-10)
7574         * gnus-srvr.el (gnus-server-closed)
7575         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7576         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7577         (gnus-group-mail-3-empty, gnus-group-mail-low)
7578         (gnus-group-mail-low-empty, gnus-splash)
7579         * message.el (message-header-to, message-header-cc)
7580         (message-header-subject, message-header-other, message-header-name)
7581         (message-header-xheader, message-separator, message-cited-text)
7582         (message-mml): Lighten colors of faces used for dark background.
7583
7584 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7585
7586         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7587         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7588
7589 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * message.el (message-narrow-to-headers-or-head):
7592         Ignore mail-header-separator in the body.
7593
7594 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7595
7596         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7597         same as window size.
7598
7599 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7600
7601         * message.el (message-font-lock-keywords): Use message-header-xheader
7602         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7603         ahead of the anything pattern, to get it recognised.
7604
7605 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7608         spam.el loads uses it in the compiled defadvice form.
7609
7610 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7611
7612         * gnus-sum.el (gnus-articles-to-read)
7613         (gnus-summary-insert-old-articles): Don't truncate group name for
7614         `read-string'.
7615
7616         * gnus-util.el (gnus-limit-string): Delete this function.
7617
7618         * gnus-sum.el (gnus-simplify-subject-fully): Use
7619         `truncate-string-to-width' instead.
7620
7621 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7622
7623         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7624         if, on summary exit, the next group has to be selected.
7625         (gnus-summary-exit): Use it.
7626
7627 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7630         non-break space.
7631
7632 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7635         Check if group is not a directory.
7636         (nnfolder-request-expire-articles): Don't delete articles if the target
7637         group is not available.
7638
7639         * nnml.el (nnml-request-create-group): Properly check if group is not a
7640         file.
7641         (nnml-request-expire-articles): Don't delete articles if the target
7642         group is not available.
7643
7644         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7645         Don't quote characters that are within parentheses.
7646
7647 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7650         (gnus-handle-ephemeral-exit): Select article according to it.
7651
7652 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7653
7654         * message.el (message-insert-formated-citation-line): Remove newline.
7655         (message-citation-line-format): Add final \n here so that the user can
7656         avoid a blank line.
7657
7658 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7659
7660         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7661         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7662         Update lanl/arXiv support.
7663
7664 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * gnus.el: Bump version number.
7667
7668 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * gnus.el (gnus-version-number): Bump version.
7671
7672 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7673
7674         * gnus.el: No Gnus v0.6 is released.
7675
7676 2007-04-27  Didier Verna  <didier@xemacs.org>
7677
7678         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7679         * gmm-utils.el (gmm-regexp-concat): here.
7680         * message.el: Don't require 'gnus-util.
7681         (message-dont-reply-to-names): Handle name change above.
7682         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7683
7684 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7687         since the initial value varies according to the system.
7688
7689 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7692
7693 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7694
7695         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7696
7697 2007-04-24  Didier Verna  <didier@xemacs.org>
7698
7699         Improve the type of gnus-ignored-from-addresses.
7700         * gnus-util.el (gnus-orify-regexp): New function.
7701         * message.el (gnus-util): Require it.
7702         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7703         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7704         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7705
7706 2007-04-24  Didier Verna  <didier@xemacs.org>
7707
7708         * gnus-sum.el:
7709         * gnus-utils.el: Fix some trailing whitespaces.
7710
7711 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7714         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7715         article's Message-ID; refer parent article in summary buffer.
7716
7717         * message.el (message-bounce): Call mime-to-mml.
7718
7719         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7720         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7721         optimize and/or forms properly.
7722
7723 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7726         URL.
7727
7728 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7731
7732 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7735         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7736         displayed of multipart/alternative part if it is invoked from summary
7737         buffer.
7738
7739         * mm-view.el (mm-inline-text-html-render-with-w3m)
7740         (mm-inline-text-html-render-with-w3m-standalone)
7741         (mm-inline-render-with-function): Use mail-parse-charset by default.
7742
7743 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7744
7745         * parse-time.el (parse-time-string-chars): Check if CHAR
7746         is less than the length of parse-time-syntax.
7747
7748 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7751         from gnus-newsgroup-processable.
7752
7753 2007-04-16  Didier Verna  <didier@xemacs.org>
7754
7755         * gnus-msg.el (gnus-configure-posting-styles): Handle
7756         message-signature-directory properly with :file syntax.  Reported by
7757         "Leo".
7758
7759 2007-04-11  Didier Verna  <didier@xemacs.org>
7760
7761         New user option: message-signature-directory.
7762         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7763         * message.el (message-insert-signature): Ditto.
7764         * message.el (message-signature-file): Doc update.
7765         * message.el (message-signature-directory): New.
7766
7767 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * gnus-msg.el (gnus-inews-yank-articles): Use
7770         message-exchange-point-and-mark instead of exchange-point-and-mark.
7771
7772 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * message.el (message-yank-original): Make sure cited text ends with
7775         newline; don't exchange point and mark.
7776
7777 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7778
7779         * tls.el (open-tls-stream): Properly handle case where there
7780         is no associated buffer.
7781
7782 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7783
7784         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7785         message-yank-original, make sure (< mark TEXT point).
7786
7787 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * message.el (message-fill-column): New variable.
7790         (message-mode): Use it.  Add comment on a possible new hook.
7791
7792         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7793         (nnmail-get-new-mail): Reformat.
7794
7795         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7796
7797         * gmm-utils.el: Fix Commentary.
7798         (gmm-tool-bar-from-list): Fix typo in doc string.
7799
7800 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7801
7802         * message.el (message-yank-original): Don't switch point and mark
7803         unnecessarily to put point and mark as documented.
7804
7805 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7806
7807         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7808         from the message heads.
7809
7810 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7811
7812         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7813         article buffer does not have a window.  This may not be the best
7814         solution but is certainly better than setting the start of the null,
7815         that is the current, window.
7816
7817 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7820         (gnus-draft-setup): Run it.
7821
7822         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7823         gnus-score-fast-scoring.  Allow regexp.
7824         (gnus-score-headers): Use it.
7825
7826         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7827         XEmacs.
7828
7829         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7830         string.
7831         (gnus-button-alist): Also catch `<f1> k ...'.
7832         (gnus-treat-display-x-face): Fix doc string.
7833
7834 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7835
7836         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7837         evaluation of gnus-extended-version to ensure correct generation of the
7838         User-Agent header when message-generate-headers-first is used.
7839
7840 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7841
7842         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7843         hashcash-path is nil.  Don't call callback with incorrect number of
7844         parameters if val is 0.
7845
7846 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7847
7848         * message.el (message-required-news-headers):
7849         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7850
7851 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7852
7853         * tls.el (open-tls-stream): In handshake-waiting loop,
7854         don't wait more if there is output available to process.
7855
7856 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7857
7858         * tls.el (tls-program): Doc fix.
7859
7860 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * message.el (message-generate-new-buffers): Change the meaning of the
7863         nil value; add `standard' to the choices; treat t as `unique'; improve
7864         doc string.
7865         (gnus-select-frame-set-input-focus): Autoload.
7866         (message-buffer-name): Search for the existing message buffer if
7867         message-generate-new-buffers is nil or `standard'; treat the value t of
7868         message-generate-new-buffers as `unique'.
7869         (message-pop-to-buffer): Raise the frame already displaying the message
7870         buffer; clear the echo area after querying.
7871         (message-setup): Pass the `continue' argument to compose-mail.
7872         (message-mail): Prefer `switch-function' if it is given; search for the
7873         existing message buffer if the `continue' argument is non-nil; pass
7874         continue and switch-function arguments to compose-mail by way of
7875         message-setup.
7876         (message-mail-other-window): Adjust argument of message-setup.
7877         (message-mail-other-frame): Ditto.
7878
7879 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7882         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7883         to turn font-lock on when turning gnus-message-citation-mode on.
7884
7885 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7886
7887         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7888         (mml-smime-function-alist): New variable; add epg as the backend.
7889         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7890         mml-smime- functions instead.
7891         * mm-view.el: Require smime.
7892
7893 2007-03-05  Didier Verna  <didier@xemacs.org>
7894
7895         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7896         instead of just inheritance for posting styles.
7897         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7898
7899 2007-02-24  Chris Moore  <dooglus@gmail.com>
7900
7901         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7902         * pgg-pgp.el (pgg-pgp-encrypt-region):
7903         * pgg-gpg.el (pgg-gpg-encrypt-region):
7904         Check pgg-encrypt-for-me if no other recipients.
7905
7906 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7907
7908         * tls.el (tls-certtool-program): Fix custom type.
7909
7910 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7913         and point-at-eol instead of line-(beginning|end)-position.
7914
7915         * assistant.el (assistant-parse-buffer): Ditto.
7916
7917         * netrc.el (netrc-parse-services): Ditto.
7918
7919 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7920
7921         * mml2015.el (mml2015-epg-find-usable-key): New function.
7922         (mml2015-epg-sign): Use it.
7923         (mml2015-epg-encrypt): Use it.
7924
7925 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * message.el (message-make-in-reply-to): Quote name containing
7928         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7929         if there are special characters.  Reported by NAKAJI Hiroyuki
7930         <nakaji@jp.freebsd.org>.
7931
7932 2007-02-27  Didier Verna  <didier@xemacs.org>
7933
7934         Include the group parameters as well as the topic ones in the
7935         inheritance filter process.
7936         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7937         argument GROUP-PARAMS-LIST.
7938         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7939
7940 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * nntp.el (nntp-never-echoes-commands)
7943         (nntp-open-connection-functions-never-echo-commands): New variables.
7944         (nntp-send-command): Use them.
7945
7946 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7947
7948         * mml2015.el (mml2015-epg-verify): Simplified.
7949
7950 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * mml.el (mml-content-disposition-alist): New user option.
7953         (mml-content-disposition): New function.
7954         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7955         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7956
7957 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7958
7959         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7960         verification.
7961
7962 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7963
7964         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7965         articles posted in the last 24 hours.
7966
7967 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7968
7969         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7970
7971 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7972
7973         * nntp.el (nntp-send-command): Don't wait for echoes when
7974         nntp-open-ssl-stream is used.
7975
7976 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7979         (gnus-message-add-citation-keywords)
7980         (gnus-message-remove-citation-keywords): Remove.
7981         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7982         directly, make the variables in font-lock-defaults buffer-local, add
7983         gnus-message-citation-keywords to them and then update the value of
7984         font-lock-keywords.
7985
7986 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * message.el (message-cite-original-1): Don't call
7989         gnus-article-highlight-citation.
7990
7991         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7992         citations; fix line count.
7993
7994 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7997         (gnus-message-add-citation-keywords)
7998         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7999         versions of font-lock-add-keywords and font-lock-remove-keywords to
8000         work with XEmacs correctly.
8001
8002 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * gnus-cite.el (gnus-cite-face-list): Set the values of
8005         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8006         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8007         (gnus-message-cite-prefix-regexp): New variable.
8008         (gnus-message-search-citation-line): Use it; protect against long
8009         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8010         the 0th match data for Emacs.
8011         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8012         (gnus-message-add-citation-keywords): Append keywords rather than
8013         prepending; emulate font-lock-add-keywords if it is not available.
8014         (gnus-message-remove-citation-keywords): Emulate
8015         font-lock-remove-keywords if it is not available.
8016
8017         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8018
8019         * message.el (message-cite-prefix-regexp): Set the value of
8020         gnus-message-cite-prefix-regexp.
8021
8022 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8023
8024         * nnweb.el (nnweb-google-parse-1): Update parser.
8025
8026 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8027
8028         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8029
8030 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8031
8032         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8033         regexp.
8034
8035 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8038         string-to-multibyte.
8039         (uudecode-decode-region-internal): Use it.
8040
8041         * lpath.el: Fbind string-as-multibyte for XEmacs.
8042
8043 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8046         custom choice.
8047
8048         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8049
8050 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8051
8052         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8053
8054         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8055         `write-region' to respect `mm-inhibit-file-name-handlers'.
8056
8057 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8060         Use gnus-home-directory instead of "~/" or "$HOME".
8061
8062 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8063
8064         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8065         to mention filename.
8066         Add comments at beginning regarding usage.
8067         (encrypt-write-file-contents): Change interactive so a string is
8068         acceptable.  If the file has no associated model, show an error instead
8069         of a nonsense prompt.
8070
8071 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8072
8073         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8074         Thanks to Yoshihiko Yamada for kind notification of this typo.
8075
8076 2007-01-12  Kenichi Handa  <handa@m17n.org>
8077
8078         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8079         multibyte buffer.
8080
8081 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * gnus-score.el (gnus-score-fast-scoring): New variable.
8084         (gnus-score-headers): Use it.
8085
8086         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8087
8088         * message.el (message-cite-original-1): Call
8089         gnus-article-highlight-citation if requested.
8090         (message-make-from): Allow name and address as optional arguments.
8091
8092         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8093
8094         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8095         bugs to doc string.
8096         (gnus-button-alist): Add mid\\|message-id.
8097         (gnus-button-fetch-group): Extend for use in
8098         `browse-url-browser-function'.
8099         (gnus-button-url-regexp): Try to catch paired parentheses like in
8100         Wikipedia URLs.
8101
8102         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8103         Suggested by Simon Krahnke <overlord@gmx.li>.
8104
8105 2007-01-13  Romain Francoise  <romain@orebokech.com>
8106
8107         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8108         Update copyright.
8109
8110 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8111
8112         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8113
8114 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8115
8116         * gnus-registry.el (gnus-registry-unfollowed-groups)
8117         (gnus-registry-split-fancy-with-parent): Fix documentation.
8118
8119 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8122         from nnweb groups.
8123
8124 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125
8126         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8127         Xref urls.  Erase buffer before requesting head.
8128
8129 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8132         customizable.
8133
8134 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8135
8136         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8137         no signing key is found.
8138         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8139         no encrypting and/or signing key is found.
8140
8141 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8144
8145 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8146
8147         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8148         headers read from disk with the ones newly found in the current search.
8149         This should no longer cause problems, because the article numbers in
8150         Gmane's `nov.php' output are ignored since the previous change.
8151
8152 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8153
8154         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8155
8156 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8159         replace-regexp-in-string; bind url-version; fbind display-images-p and
8160         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8161         find-face and set-itimer-function for Emacs; bind itimer-list for
8162         Emacs.
8163
8164         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8165
8166 2007-01-01  Romain Francoise  <romain@orebokech.com>
8167
8168         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8169
8170 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8171
8172         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8173         `define-minor-mode' macro definition expanded properly.
8174         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8175         exclude it there.
8176
8177         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8178         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8179         `fboundp' test.
8180         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8181         This is OK to autoload in (S)XEmacs now.
8182
8183 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8186         keystroke.
8187         (gnus-summary-limit-to-singletons): Fix typo.
8188
8189         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8190         else fails.
8191
8192 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8193
8194         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8195         docstring.
8196
8197         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8198         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8199         (gnus-summary-insert-dormant-articles): Fix typo in message.
8200
8201 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8204         nil for XEmacs.
8205         (gnus-message-citation-mode): Don't autoload in XEmacs.
8206
8207         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8208
8209 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8210
8211         * nnimap.el (nnimap-expunge-search-string): Mention
8212         nnimap-search-uids-not-since-is-evil in docstring.
8213
8214 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * spam.el: Revert to make-obsolete-variable because
8217         define-obsolete-variable-alias is not supported in Emacs 21.
8218
8219         * spam.el (spam-ifile-path, spam-ifile-database-path)
8220         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8221         make-obsolete-variable.
8222         (spam-bsfilter-path, spam-bsfilter-program)
8223         (spam-spamassassin-path, spam-spamassassin-program)
8224         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8225         use "path" inappropriately.
8226         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8227         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8228         variable names.
8229
8230 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8231
8232         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8233         summary buffer.
8234
8235         * password.el (password-cache-remove): Use clear-string to burn
8236         password, if available.
8237
8238 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8239
8240         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8241
8242         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8243
8244         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8245         (gnus-message-highlight-citation): Move defcustom here from
8246         gnus-cite.el.
8247         (gnus-message-citation-mode): Autoload.
8248
8249         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8250         checks to make it compile with XEmacs.
8251         (gnus-message-citation-mode): New minor mode.
8252         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8253         (gnus-message-highlight-citation): New variables.
8254         (gnus-message-search-citation-line)
8255         (gnus-message-add-citation-keywords)
8256         (gnus-message-remove-citation-keywords)
8257         (turn-on-gnus-message-citation-mode)
8258         (turn-off-gnus-message-citation-mode): New functions.
8259
8260 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8261
8262         * gnus-cite.el: Enable highlighting of different citation levels in
8263         message-mode.
8264
8265 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * message.el (message-make-fqdn): Fix comment.
8268         (message-bogus-system-names): Add ".local".
8269
8270         * spam.el (spam-ifile-path, spam-ifile-program)
8271         (spam-ifile-database-path, spam-ifile-database)
8272         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8273         Don't use "path" inappropriately.
8274         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8275         strings.
8276         (spam-check-ifile, spam-ifile-register-with-ifile)
8277         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8278         new variable names.
8279
8280         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8281         (gnus-treat-display-smileys): Simplify using
8282         gnus-image-type-available-p.
8283
8284         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8285         available.
8286
8287         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8288         `display-images-p' if available.
8289
8290 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8293         one after turning on the buffer's multibyteness instead of decoding
8294         them directly in the unibyte buffer that causes unexpected conversion
8295         in Emacs 23 (unicode).
8296
8297 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8298
8299         * message.el (message-generate-hashcash): Fix custom type.
8300
8301 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8302
8303         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8304
8305 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8308         disconnect icons.  Add help text.
8309
8310 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8311
8312         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8313         negated to be consistent with the others we handle.
8314
8315 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8318         version of gnus-summary-buffer to something, so that we can use two
8319         article buffers at the same time.
8320
8321 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8322
8323         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8324         trigger all the extra headers.
8325         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8326         sorting.
8327
8328 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8329
8330         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8331         solid groups.
8332
8333 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8334
8335         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8336
8337 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8338
8339         * legacy-gnus-agent.el: Add Copyright notice.
8340
8341 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8342
8343         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8344
8345 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8346
8347         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8348
8349         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8350         to make it work reliably in CVS Emacs.
8351         (gnus-summary-limit-strange-charsets-predicate)
8352         (gnus-summary-limit-to-predicate): New functions.
8353
8354 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8355
8356         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8357         specifying array size.
8358         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8359         array if it is too small.
8360         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8361         (gnus-sort-threads-loop): New function.
8362
8363 2006-12-06  Chris Moore  <dooglus@gmail.com>
8364
8365         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8366         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8367
8368 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8369
8370         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8371         options.
8372
8373 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8374
8375         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8376         DOS-ing the recipient.
8377
8378         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8379         the headers when creating the mapping to avoid mismappings.
8380         (nnweb-gmane-create-mapping): Always nix out old mapping.
8381
8382 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8385         and mm-verify-option to never.
8386
8387 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * message.el (message-signed-or-encrypted-p): New function.
8390         (message-forward-make-body): Use it.
8391
8392         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8393         Replace encode-coding-string with mm-encode-coding-string.
8394
8395 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * nneething.el (nneething-decode-file-name): Replace
8398         decode-coding-string with mm-decode-coding-string.
8399
8400         * gnus-int.el (gnus-open-server): Say failed server's name.
8401
8402 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8403
8404         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8405         strings to a single string.  Quote `errors-file-name'.
8406         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8407         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8408         Adjust calls.  Use `shell-quote-argument'.
8409
8410 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8411
8412         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8413         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8414
8415         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8416         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8417         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8418         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8419         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8420         (gnus-subscribe-newsgroup, gnus-1):
8421         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8422         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8423         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8424         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8425
8426 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8427
8428         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8429         keystroke.
8430         (gnus-summary-limit-to-bodies): Implement headersp.
8431
8432 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8433
8434         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8435
8436 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8439
8440 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8441
8442         * message.el (message-generate-hashcash): Expand range of values to
8443         include `opportunistic'.
8444         (message-send-mail): Use it.
8445
8446 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8447
8448         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8449         and comment it.
8450
8451         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8452
8453 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8454
8455         * gnus-util.el (gnus-extract-address-components): Improve comment.
8456
8457 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * gnus-util.el (gnus-extract-address-components): Work with address in
8460         which the name portion contains @.
8461
8462         * lpath.el: Fbind custom-autoload.
8463
8464 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * gnus.el (gnus-start): Move custom group up.
8467         (gnus-select-method): Don't autoload, but make it available for
8468         `customize-variable'.
8469         (gnus-getenv-nntpserver): Don't autoload.
8470
8471 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8472
8473         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8474
8475 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8476
8477         * message.el (message-sendmail-extra-arguments): New variable.
8478         (message-send-mail-with-sendmail): Use it.
8479
8480 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8483         mm-with-unibyte-current-buffer to make string unibyte.
8484
8485         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8486         mm-string-as-multibyte.
8487
8488 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8489
8490         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8491         Reported by Werner Koch <wk@gnupg.org>.
8492
8493 2006-11-14  Daiki Ueno  <ueno@p360>
8494
8495         * mml2015.el: Autoload epa-select-keys when compiling.
8496
8497 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8498
8499         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8500         message-options.
8501         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8502
8503 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8504
8505         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8506         EasyPG (< 0.0.6).
8507         (mml2015-always-trust): New user option.
8508         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8509         prompt.
8510
8511 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * nntp.el (nntp-authinfo-force): New variable.
8514         (nntp-send-authinfo): Use it.
8515
8516 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8519         decode encoded words.  Improve prompt.  Add comment about forwarding.
8520         (message-replacement-char): Move up.
8521
8522 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8523
8524         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8525         instead of gnus-intersection because arguments of gnus-sorted-nunion
8526         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8527
8528 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8529
8530         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8531         (message-simplify-subject-functions): Enable
8532         message-strip-subject-encoded-words by default.
8533
8534 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * message.el (message-strip-subject-encoded-words): New function.
8537         (message-simplify-subject-functions): New variable.
8538         (message-simplify-subject): Use it.  Fix typo in doc string.
8539         Support message-strip-subject-encoded-words.
8540
8541 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8542
8543         * gnus-diary.el (gnus-diary-delay-format-function):
8544         * nndiary.el (nndiary-reminders):
8545         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8546
8547 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * gnus-art.el (article-hide-boring-headers): Fetch date from
8550         gnus-original-article-buffer to avoid problems with localized date
8551         strings.
8552
8553 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8556
8557 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8560         New variables.
8561         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8562         (mm-charset-synonym-alist): Move some entries to
8563         mm-codepage-iso-8859-list.
8564         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8565         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8566
8567 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8570
8571 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8574         with Emacs 21 and XEmacs.
8575
8576 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8577
8578         * spam.el (spam-parse-address): New function for better parsing,
8579         catching errors, etc.
8580         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8581
8582 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * mm-view.el: Add interactive arg to html2text autoload.
8585
8586 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8589
8590 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8593         variables.
8594         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8595         (mm-charset-synonym-alist): Move some entries to
8596         mm-codepage-iso-8859-list.
8597
8598         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8599
8600 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8601
8602         * message.el (message-citation-line-format)
8603         (message-insert-formated-citation-line): Fix implementation of %E, %N
8604         and %n according to the doc string.
8605
8606 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8607
8608         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8609         car-safe to avoid bad parses.
8610
8611 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8614         names.
8615
8616         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8617
8618 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8621         header.
8622
8623         * message.el (message-draft-headers): Add Date.
8624         (message-headers-to-generate): Fix typo in docstring.
8625
8626         * nndraft.el (nndraft-required-headers): New variable.
8627         (nndraft-generate-headers): Use it.
8628
8629         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8630
8631 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8632
8633         * gnus-registry.el (gnus-registry-wash-for-keywords)
8634         (gnus-registry-find-keywords): New functions to allow easy searching of
8635         articles that are in the registry.
8636
8637 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8640         ietf-drums-parse-address instead of gnus-extract-address-components.
8641         Reported by Damien Elmes <damien@repose.cx>.
8642
8643 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * gnus.el (gnus-mime): Remove unused custom group.
8646
8647 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8648
8649         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8650         "blank line" when searching for end of armor headers.
8651
8652 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gmm-utils.el (gmm-write-region): Fix variable name.
8655
8656 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * gmm-utils.el (gmm-write-region): New function based on compatibility
8659         code from `mm-make-temp-file'.
8660
8661         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8662
8663         * nnmaildir.el (nnmaildir--update-nov)
8664         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8665         Use `gmm-write-region'.
8666
8667 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8668
8669         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8670         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8671
8672         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8673
8674         * message.el (message-replacement-char): New variable.
8675         (message-fix-before-sending): Use it.
8676         (message-simplify-subject): New function to remove duplicate code.
8677         (message-reply, message-followup): Use it.
8678
8679         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8680         gnus-summary-limit-to-articles.
8681
8682 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-util.el (gnus-with-local-quit): New macro.
8685
8686         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8687
8688 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8689
8690         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8691         ignore non-string data.
8692
8693 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8694
8695         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8696         non-string data (needs to be done in the registry too).
8697
8698 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8699
8700         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8701         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8702         (gnus-registry-split-fancy-with-parent)
8703         (gnus-registry-fetch-simplified-message-subject-fast)
8704         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8705         Remove text properties on ingress into the registry and when it's saved.
8706         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8707         registry from entries with no groups.
8708
8709 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8710
8711         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8712         function to remove string properties.
8713
8714 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * gmm-utils.el (gmm): Adjust custom version.
8717
8718         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8719         custom version.
8720
8721         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8722
8723 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8724
8725         * gnus-art.el (gnus-insert-prev-page-button)
8726         (gnus-insert-next-page-button): Simplify.  Reformat.
8727
8728 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8729
8730         * gnus-art.el (gnus-insert-prev-page-button)
8731         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8732
8733 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8734
8735         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8736
8737 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8738
8739         * gnus-art.el (gnus-insert-mime-button)
8740         (gnus-insert-mime-security-button):
8741         Apply gnus-article-button-face to MIME and security buttons.
8742
8743 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8746         readable.
8747
8748 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8751
8752 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8753
8754         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8755         `browse-url-of-file' instead of `browse-url'.
8756
8757 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8758
8759         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8760         regexp.  Articles containing quotation were cut prematurely.
8761
8762 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * message.el (message-cite-original-1): Use nobody by default for the
8765         value of From header.
8766         (message-reply): Ditto.
8767
8768 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8769
8770         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8771         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8772         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8773
8774 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8777         mails in the doc string.  Add some URLs in comment.
8778         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8779
8780 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8783         backslashes handling and the way to find boundaries of quoted strings.
8784
8785 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8786
8787         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8788         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8789         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8790         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8791
8792 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8795         doc string.
8796         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8797
8798 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * lpath.el: Fbind epg-check-configuration.
8801
8802 2006-09-06  Simon Josefsson  <jas@extundo.com>
8803
8804         * mml2015.el (mml2015-use): Doc fix, mention epg.
8805
8806 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8807
8808         * mml2015.el (mml2015-use): Default to epg, if available.
8809
8810 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8811
8812         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8813         message-sender.
8814         (mml1991-epg-encrypt): Ditto.
8815         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8816         message-sender.
8817         (mml2015-epg-encrypt): Ditto.
8818
8819 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8820
8821         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8822         several common directories.
8823
8824 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8825
8826         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8827         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8828
8829 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-art.el (article-decode-encoded-words): Make it fast.
8832
8833 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8836
8837         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8838         in quoted string into `\'.
8839
8840 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8843         Use standard-syntax-table.
8844
8845 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus-art.el (gnus-decode-address-function): New variable.
8848         (article-decode-encoded-words): Use it to decode headers which are
8849         assumed to contain addresses.
8850         (gnus-mime-delete-part): Remove useless `or'.
8851
8852         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8853         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8854         (gnus-nov-parse-line): Use it to decode From header.
8855         (gnus-get-newsgroup-headers): Ditto.
8856         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8857
8858         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8859         (mail-decode-encoded-address-string): New alias.
8860
8861         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8862         New function.
8863         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8864         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8865         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8866         (rfc2047-decode-string): Ditto.
8867         (rfc2047-decode-address-region): New function.
8868         (rfc2047-decode-address-string): New function.
8869
8870 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * message.el (message-caesar-buffer-body): Allow rotating headers.
8873
8874         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8875
8876         * message.el (message-insert-formated-citation-line): Fix %f.
8877         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8878
8879 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8882         (gnus-bookmark-mouse-available-p): New macro.
8883         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8884         (gnus-bookmark-bmenu-show-infos): Use it.
8885         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8886         (gnus-bookmark-bmenu-hide-infos): Ditto.
8887         (gnus-bookmark-remove-properties): New function.
8888         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8889         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8890         (gnus-bookmark-write-file): Bind coding-system-for-write.
8891         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8892         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8893         group before selecting it.
8894         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8895         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8896         quit-window if it is not available; use gnus-mouse-2 and bind it to
8897         gnus-bookmark-bmenu-select-by-mouse.
8898         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8899         (gnus-bookmark-bmenu-select-by-mouse): New function.
8900
8901 2006-08-13  Romain Francoise  <romain@orebokech.com>
8902
8903         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8904         space.
8905
8906 2006-08-10  Romain Francoise  <romain@orebokech.com>
8907
8908         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8909         (dns-mode-soa-auto-increment-serial): New user option.
8910         (dns-mode-soa-maybe-increment-serial): New function.
8911         (dns-mode): Add the latter to `write-contents-functions'.
8912
8913 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * compface.el (uncompface): Use binary rather than raw-text-unix.
8916
8917 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * compface.el (uncompface): Make sure the eol conversion doesn't take
8920         place when communicating with the external programs.  Reported by
8921         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8922
8923 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8926
8927 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8928
8929         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8930         Make it more robust by parsing author and date independently.
8931
8932 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8935
8936 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8937
8938         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8939         first matching secret key.
8940         (mml2015-epg-encrypt): Ditto.
8941
8942         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8943         first matching secret key.
8944         (mml1991-epg-encrypt): Ditto.
8945
8946         * mml2015.el (mml2015-encrypt-to-self): New user option.
8947         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8948         mml2015-epg-encrypt-to-self is set.
8949
8950         * mml1991.el (mml1991-encrypt-to-self): New variable.
8951         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8952         mml1991-epg-encrypt-to-self is set.
8953
8954         * mml2015.el (mml2015-signers): New user option.
8955         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8956         (mml2015-epg-encrypt): Allow to select signing keys.
8957
8958         * mml1991.el (mml1991-signers): New variable.
8959         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8960         (mml1991-epg-encrypt): Allow to select signing keys.
8961
8962 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * nnheader.el (nnheader-insert-head): Make it work even if the file
8965         uses CRLF for the line-break code.
8966
8967 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8968
8969         * mml2015.el: Require mml-sec instead of password.
8970         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8971         (mml2015-cache-passphrase): Inherit the default value from
8972         mml-secure-cache-passphrase.
8973         (mml2015-passphrase-cache-expiry): Inherit the default value from
8974         mml-secure-passphrase-cache-expiry.
8975
8976         * mml1991.el: Require mml-sec instead of password.
8977         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8978         (mml1991-cache-passphrase): Inherit the default value from
8979         mml-secure-cache-passphrase.
8980         (mml1991-passphrase-cache-expiry): Inherit the default value from
8981         mml-secure-passphrase-cache-expiry.
8982
8983         * mml-sec.el: Require password.
8984         (mml-secure-verbose): New user option.
8985         (mml-secure-cache-passphrase): New user option.
8986         (mml-secure-passphrase-cache-expiry): New user option.
8987
8988 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8989
8990         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8991         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8992         andreas@altroot.de (Andreas Vögele).
8993
8994         FIXME: Use `tiny change'?
8995
8996 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8997
8998         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8999         workaround for the url package included with Emacs.
9000
9001         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9002
9003 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9006         correctly.  This fixes a bug caused by the 2006-05-12 change.
9007
9008 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9009
9010         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9011         some information about the error when saying that the `bogus' mail
9012         group will be used.
9013
9014 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9015
9016         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9017         string.
9018
9019 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9020
9021         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9022
9023 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9024
9025         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9026
9027 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9028
9029         * mml1991.el (mml1991-function-alist): Add epg.
9030         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9031         (mml1991-epg-encrypt): New functions.
9032
9033 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9034
9035         * mml2015.el (mml2015-verbose): New variable.
9036         (mml2015-cache-passphrase): Ditto.
9037         (mml2015-passphrase-cache-expiry): Ditto.
9038         (mml2015-function-alist): Add epg.
9039         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9040         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9041         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9042         functions.
9043
9044 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9045
9046         * message.el (message-cite-original-1): Preserve region when removing
9047         quoted text due to X-No-Archive in order to avoid bogus attribution
9048         when citing multiple messages.
9049
9050 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9051
9052         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9053         Kenneth Jacker <khj@be.cs.appstate.edu>.
9054
9055 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9056
9057         * gnus-diary.el (gnus-user-format-function-d)
9058         (gnus-user-format-function-D): Autoload.
9059
9060         * imap.el (Commentary): Fix typo.
9061
9062         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9063         2006-04-22 contribution.
9064
9065 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9066
9067         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9068         It didn't really fix the bogosity I'm seeing with solid web groups.
9069
9070 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9071
9072         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9073         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9074         created using server names.  If we use the feature without declaring
9075         it, Gnus does not properly manage server and group state.
9076
9077         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9078         bound.
9079
9080 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9081
9082         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9083         looking up the method using GROUP's prefix before inventing a new one.
9084         It is used on killed/unknown groups in various places where returning
9085         an all-new method isn't expected by the caller.
9086
9087         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9088         and match semantics of gnus-group-real-prefix.
9089
9090 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * nnmail.el (nnmail-broken-references-mailers): New variable.
9093         (nnmail-ignore-broken-references): New function generalizing
9094         nnmail-fix-eudora-headers.
9095         (nnmail-fix-eudora-headers): Now obsolete.
9096
9097         * gnus-art.el (gnus-button-handle-custom): Support
9098         `customize-apropos*'.
9099
9100 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9101
9102         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9103
9104         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9105         articles.
9106
9107 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * message.el (message-cite-reply-above): New variable.
9110         (message-yank-original): Use it.
9111
9112 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9115
9116 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9117
9118         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9119         as read.
9120
9121         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9122
9123 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9126         (gnus-bookmark-default-file): Use gnus-directory.
9127         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9128         Remove "*" in doc string.
9129         (gnus-bookmark-write-file): Simplify.
9130         (gnus-bookmark-maybe-sort-alist): Use `when'.
9131         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9132         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9133         FIXME about Emacs 21 and XEmacs compatibility.
9134         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9135         compatibility.
9136         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9137         compatibility.
9138         (gnus-bookmark-menu-heading): Fix version.
9139
9140 2006-06-19  Bastien Guerry  <bzg@altern.org>
9141
9142         * gnus-bookmark.el: New file.
9143
9144 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * message.el (message-syntax-checks): Doc fix.
9147
9148 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9149
9150         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9151         unsubscribed groups as if they were killed ones.  It causes duplicate
9152         entries in gnus-newsrc-alist.
9153
9154 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * message.el (message-syntax-checks): Doc fix.
9157         (message-send-mail): Add check for continuation headers.
9158         (message-check-news-header-syntax): Fix regexp used to check for
9159         continuation headers.
9160
9161 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9164
9165 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9166
9167         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9168
9169 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9172         default-truncate-lines.
9173
9174 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9177         to fill the utf-8 entry.
9178
9179         * lpath.el: Fbind unicode-precedence-list.
9180
9181 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9182
9183         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9184
9185 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9186
9187         * gnus-agent.el (directory-files-and-attributes): Move all the way
9188         forward (the third and final move).
9189         (gnus-agent-read-agentview): Trap reconstruction errors due to
9190         nonexistant directory.  Handle by returning nil.
9191
9192 2006-05-30  Didier Verna  <didier@xemacs.org>
9193
9194         * message.el (message-dont-reply-to-names): Update the custom type.
9195         * message.el (message-dont-reply-to-names): New defsubst: potentially
9196         convert a list of regexps into a single one.
9197         * message.el (message-get-reply-headers): Use it.
9198         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9199
9200 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * gnus-agent.el (directory-files-and-attributes): Move forward.
9203
9204 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * gnus-ml.el (gnus-mailing-list-subscribe)
9207         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9208         (gnus-mailing-list-message): Fix doc strings.
9209
9210 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9211
9212         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9213         of doing it manually.
9214
9215 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9218         comment.
9219
9220 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9221
9222         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9223         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9224         (gnus-agent-read-local): All symbols allocated in my-obarray.
9225         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9226         (gnus-agent-regenerate-group): Check numeric names to see if they are
9227         messages or groups.
9228         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9229         better way of do this...)
9230
9231         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9232         'dummy.group' (there should be a better way of do this...)
9233
9234 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9237         (gnus-saved-headers): Ditto.
9238         (gnus-default-article-saver): Mention functions may have properties.
9239         (gnus-article-save): Override gnus-save-all-headers and
9240         gnus-saved-headers by :headers property which saver function may have.
9241         (gnus-summary-save-in-file): Add :headers property.
9242         (gnus-summary-write-to-file): Ditto.
9243
9244         * gnus-sum.el (gnus-summary-save-article): Bind
9245         gnus-prompt-before-saving to t when saving many articles in a file;
9246         always show all headers.
9247
9248         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9249
9250 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9253         marks.
9254
9255         * message.el (message-indent-citation): Add optional arguments to allow
9256         using it outside of message buffers.
9257
9258         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9259         (gnus-article-treat-unfold-headers): Use it.
9260         (gnus-article-truncate-lines): New variable.
9261         (gnus-article-mode): Use it.
9262         (gnus-article-toggle-truncate-lines): New function.
9263
9264         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9265         gnus-article-toggle-truncate-lines.
9266
9267         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9268         coding system in XEmacs, use binary.
9269
9270 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9273         after-load-alist.
9274
9275         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9276         this function should save decoded articles.
9277         (gnus-summary-write-to-file): Use property to specify this function
9278         should save decoded articles and specify gnus-summary-save-in-file
9279         should be used to save articles other than the first one when saving
9280         many articles.
9281         (gnus-summary-save-body-in-file): Use property to specify this
9282         function should save decoded articles.
9283         (gnus-summary-write-body-to-file): Use property to specify this
9284         function should save decoded articles and specify
9285         gnus-summary-save-body-in-file should be used to save articles other
9286         than the first one when saving many articles.
9287
9288         * gnus-sum.el (gnus-summary-save-article): Simplify.
9289
9290 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * gnus-art.el (gnus-default-article-saver): Add
9293         gnus-summary-write-body-to-file.
9294         (gnus-article-save-coding-system): Don't use coding system object
9295         in XEmacs.
9296         (gnus-read-save-file-name): Add optional `dir-var' argument which
9297         specifies directory in which files are saved; work even if optional
9298         `variable' argument is not specified.
9299         (gnus-summary-write-to-file): Read file name.
9300         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9301         (gnus-summary-write-body-to-file): New function.
9302
9303         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9304         (gnus-summary-local-variables): Add it.
9305         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9306         (gnus-summary-save-article): Remove optional `decode' argument;
9307         determine whether to decode articles by the value of
9308         gnus-default-article-saver; when saving many files using
9309         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9310         it first and use gnus-summary-save-in-file or
9311         gnus-summary-save-body-in-file thereafter unless
9312         gnus-prompt-before-saving is always; move point to article which
9313         will be saved.
9314         (gnus-summary-save-article-file): Revert.
9315         (gnus-summary-write-article-file): Revert.
9316         (gnus-summary-save-article-body-file): Revert.
9317         (gnus-summary-write-article-body-file): New function.
9318
9319 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * gnus-art.el (gnus-default-article-saver): Doc fix.
9322         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9323         from gnus-summary-save-article-coding-system, and default to a
9324         certain coding system.
9325         (gnus-output-to-file): Add coding cookie and encode text according
9326         to gnus-article-save-coding-system; don't use mm-append-to-file.
9327
9328         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9329         gnus-art.el and rename to gnus-article-save-coding-system.
9330         (gnus-summary-save-article): Require gnus-art; don't show all
9331         headers if it decodes articles; don't add coding cookie here;
9332         don't bind mm-text-coding-system-for-write.
9333         (gnus-summary-save-article-file): Save decoded articles.
9334         (gnus-summary-write-article-file): When saving many files, use
9335         gnus-summary-write-to-file first and gnus-summary-save-in-file
9336         thereafter unless gnus-prompt-before-saving is always.
9337         (gnus-summary-save-article-body-file): Save decoded articles.
9338
9339         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9340
9341 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9342
9343         * nnrss.el (nnrss-check-group): Bind hash-index.
9344
9345 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9346
9347         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9348         its hash index.  Store this hash in `nnrss-group-data'.
9349         (nnrss-read-group-data): Update accordingly.
9350
9351 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9352
9353         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9354         entry.
9355
9356         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9357         gnus-article-browse-html-article.
9358
9359 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9360
9361         * gnus-sum.el (gnus-summary-mime-map): Add
9362         gnus-article-browse-html-article.
9363
9364         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9365
9366 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9369         suitable coding systems in customize.
9370
9371 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * mail-source.el (mail-sources): Fix custom type.
9374
9375 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9376
9377         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9378         (gnus-summary-expire-articles-now): Shorten prompt.
9379
9380         * gmm-utils.el (wid-edit): Require.
9381         (defun-gmm): Renamed from `gmm-defun-compat'.
9382         (gmm-image-search-load-path): Use it.
9383         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9384
9385 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9388         variable.
9389         (gnus-summary-save-article): Add optional `decode' argument.  If
9390         it is set and gnus-summary-save-article-coding-system is non-nil,
9391         save decoded article.
9392         (gnus-summary-write-article-file): Save decoded article if
9393         gnus-summary-save-article-coding-system is non-nil.
9394
9395         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9396         type.
9397
9398 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9401
9402 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9405         first to test gnus-single-article-buffer which may be buffer-local.
9406
9407         * gnus-sum.el (gnus-summary-setup-buffer): Make
9408         gnus-single-article-buffer buffer-local and nil in ephemeral
9409         group; make gnus-article-buffer, gnus-article-current, and
9410         gnus-original-article-buffer always buffer-local.
9411         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9412         group.
9413         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9414
9415 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * nnml.el (nnml-request-compact-group): Compressed files might not
9418         have .gz extension.
9419
9420 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9421
9422         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9423         (mm-copy-to-buffer): Use with-current-buffer.
9424         (mm-display-part): Simplify.
9425         (mm-inlinable-p): Add optional arg `type'.
9426
9427 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9428
9429         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9430         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9431         Try harder to show the attachment internally or externally using
9432         gnus-mime-view-part-as-type.
9433
9434 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9435
9436         * message.el (message-from-style, message-signature-separator)
9437         (message-user-organization-file, message-send-mail-function)
9438         (message-citation-line-function, message-yank-prefix)
9439         (message-indent-citation-function, message-signature)
9440         (message-signature-file, message-signature-insert-empty-line):
9441         Remove autoloads.
9442
9443         * gnus-art.el (gnus-buttonized-mime-types): Remove
9444         "multipart/signed".  Revert 2006-04-26 change.
9445
9446 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9447
9448         * gnus.el (gnus-version-number): Bump version.
9449
9450 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9451
9452         * gnus.el: No Gnus v0.5 is released.
9453
9454 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9455
9456         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9457         fetching articles by message-id.
9458
9459 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9460
9461         * message.el (hashcash): Require hashcash as normal.
9462
9463         * ecomplete.el (ecomplete-highlight-match-line): Use
9464         point-at-eol.
9465         (ecomplete-highlight-match-line): Use `highlight', because that
9466         face exists in both Emacs and XEmacs.
9467
9468         * message.el (message-display-abbrev): Use point-at-bol.
9469
9470         * mail-source.el: Don't require timer/timer-funcs.
9471
9472         * gnus-async.el: Ditto.
9473
9474         * password.el: Ditto.
9475
9476         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9477
9478         * mm-url.el: Ditto.
9479
9480         * gnus-xmas.el: Don't require timer-funcs.
9481
9482         * mm-util.el: Require timer/timer-funcs.
9483
9484 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9485
9486         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9487         Close.
9488
9489 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9492         unibyte after clear-decrypt function runs.
9493
9494         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9495         returns as a unibyte string.
9496
9497 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * lpath.el: Revert.
9500
9501         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9502         (pgg-gpg-process-sentinel): Revert.
9503
9504         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9505         (pgg-pgp-lookup-key): Revert.
9506
9507         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9508         (pgg-pgp5-lookup-key): Revert.
9509
9510         * pgg.el (pgg-fetch-key): Revert.
9511
9512 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * lpath.el: Fbind string-as-multibyte for XEmacs.
9515
9516         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9517         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9518         (mml1991-pgg-encrypt): Ditto.
9519
9520         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9521         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9522         a multibyte buffer.
9523
9524         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9525         (pgg-pgp-lookup-key): Ditto.
9526
9527         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9528         (pgg-pgp5-lookup-key): Ditto.
9529
9530         * pgg.el (pgg-fetch-key): Ditto.
9531
9532 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * message.el (message-user-organization-file): Check several
9535         locations of the organization file.
9536
9537         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9538         Add gnus-article-view-part-as-type.
9539
9540         * gnus-art.el (gnus-article-view-part-as-type): New function.
9541
9542         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9543         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9544
9545         * mml.el: Simplify autoload.
9546         (mml-mode): defvar dnd-protocol-alist instead of using
9547         symbol-value.
9548         (mml-default-directory): New variable.
9549         (mml-minibuffer-read-file): Use it.
9550         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9551
9552         * message.el (message-citation-line-format): New variable.
9553         (message-insert-formated-citation-line): New function.
9554         (message-citation-line-function): Add
9555         `message-insert-formated-citation-line' to custom type.
9556
9557         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9558         to doc string.
9559
9560         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9561         depending on mm-verify-option.
9562
9563 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9566         binding pgg-* variables; reimplement the section which prevents
9567         MIME header from being signed.
9568         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9569         pgg-text-mode; remove a blank line at the top of body.
9570
9571         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9572         lines at the top of body; use gnus-newsgroup-charset if there's no
9573         Charset header.
9574
9575 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * message.el (message-self-insert-commands): Doc fix.
9578
9579         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9580         (mm-uu-pgp-encrypted-test): Ditto.
9581         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9582         between header and body; return application/pgp-encrypted handle
9583         if decryption failed; decode decrypted body by charset.
9584
9585         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9586         element match to application/pgp-*.
9587
9588 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9589
9590         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9591         HTML.
9592
9593 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * mail-source.el (mail-source-call-script): Message the error
9596         string.
9597
9598 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599
9600         * gnus-util.el (gnus-byte-compile): Use it.
9601
9602 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9603
9604         * gnus-util.el (kill-empty-logs): New function.
9605
9606 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9607
9608         * message.el (message-mail-alias-type): Doc fix.
9609         (message-mail-alias-type-p): New function.
9610         (message-send): Use it.
9611         (message-mode): Ditto.
9612         (message-strip-forbidden-properties): Ditto.
9613
9614         * ecomplete.el (ecomplete-database-file-coding-system): New
9615         variable.
9616         (ecomplete-save): Use it.
9617         (ecomplete-setup): Use it.
9618
9619 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * message.el (message-self-insert-commands): New variable.
9622         (message-strip-forbidden-properties): Use it.
9623
9624 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9625
9626         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9627         that doesn't make XEmacs choke.
9628
9629 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * gnus-util.el (gnus-replace-in-string):
9632         Prefer replace-regexp-in-string over of replace-in-string.
9633
9634 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * gnus-util.el (gnus-select-frame-set-input-focus):
9637         Use select-frame-set-input-focus if it is available in XEmacs; use
9638         definition defined in Emacs 22 for old Emacsen.
9639
9640         * dgnushack.el: Autoload unmorse-region for XEmacs.
9641
9642         * lpath.el: Bind cursor-in-non-selected-windows and
9643         select-frame-set-input-focus for XEmacs.
9644
9645 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9648
9649 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9650
9651         * gnus-registry.el (gnus-registry-cache-save): Remove text
9652         properties when saving via the temp buffer.
9653
9654 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9655
9656         * message.el (message-generate-hashcash): Honor custom type.
9657
9658 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * message.el (message-generate-hashcash): Default to non-nil when
9661         hashcash is found.
9662
9663         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9664         (gnus-refer-thread-limit): Increase default to 500.
9665
9666         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9667
9668         * flow-fill.el (fill-flowed): Allow delete-space.
9669
9670 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9671
9672         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9673         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9674         Remove autoloads.
9675
9676 2006-04-18  Simon Josefsson  <jas@extundo.com>
9677
9678         * message.el (message-generate-hashcash): Default to.
9679
9680 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9683         concatenating segments rather than before concatenating them.
9684
9685 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9688
9689 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9690
9691         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9692
9693         * message.el (message-forward-make-body-plain): Allow
9694         message-forward-ignored-headers to be a list.
9695         (message-remove-ignored-headers): Factor out into function.
9696         (message-forward-make-body-mml): Use it.
9697
9698         * imap.el (imap-quote-specials): New function.
9699         (imap-login-auth): Quote specials.
9700
9701         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9702         (rfc2231-parse-string): Allow concatanation of parameters that
9703         aren't contiguous.  The test case is
9704           (mail-header-parse-content-type "message/external-body;
9705             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9706             access-type=LOCAL-FILE;
9707             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9708
9709 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9710
9711         * nntp.el (nntp-accept-process-output): Return the value of
9712         `nnheader-accept-process-output'.
9713
9714 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9715
9716         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9717         (gnus-button-alist): Recognize more diff formats.
9718         (gnus-button-patch): Strip directory.
9719
9720 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9723         Emacs 22 when setting focus.
9724
9725 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * gnus-art.el (gnus-article-treat-types): Do treatment of
9728         text/x-verbatim parts.
9729         (gnus-button-patch): New command.
9730
9731         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9732         addresses that contain invalid characters.
9733
9734 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * message.el (message-put-addresses-in-ecomplete): Use
9737         gnus-replace-in-string.
9738         (message-is-yours-p): Use the more correct
9739         mail-header-parse-address instead of
9740         mail-extract-address-components.
9741         (message-put-addresses-in-ecomplete): Fix typo.
9742
9743         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9744         keystroke.
9745
9746         * gnus-art.el (gnus-treatment-function-alist): Change order of
9747         newsgroups/generic header folding to avoid double-folding.
9748
9749         * message.el (message-hidden-headers): Add X-Draft-From.
9750
9751         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9752         command.
9753         (gnus-summary-repeat-search-article-backward): New command.
9754
9755         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9756         groups in the parent topic.
9757
9758 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9759
9760         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9761         (spam-extra-header-to-number): Return the CRM114 number as a
9762         number instead of a string.
9763
9764 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9765
9766         * gnus-art.el (gnus-face-properties-alist): Moved here from
9767         gnus-fun.
9768
9769         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9770
9771 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9772
9773         * message.el (message-strip-forbidden-properties): Only display on
9774         self-insert-command.
9775
9776         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9777         reindent.
9778         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9779
9780 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9781
9782         * smiley.el (smiley-style): Fix typo.
9783
9784 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9785
9786         * hashcash.el (hashcash-insert-payment-async-2): Use
9787         message-goto-eoh instead of doing it manually.
9788         (mail-add-payment): Use message-narrow-to-header instead of trying
9789         to do the same itself.
9790
9791         * message.el (message-hidden-headers): Add Face.
9792
9793         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9794         reparenting code.
9795         (gnus-summary-reparent-children): Refactored out code.
9796         (gnus-summary-thread-map): New keystroke.
9797         (gnus-summary-reparent-children): Make into command.
9798
9799         * smiley.el (smiley-style): Default to `medium' if using a large
9800         font.
9801
9802         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9803         does it itself.
9804
9805         * message.el (message-point-in-header-p): Simplify definition.
9806
9807 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9808
9809         * nnagent.el (nnagent-request-set-mark): Silence log file
9810         writing.
9811         (nnagent-request-set-mark): Use write-region instead of
9812         append-to-file.
9813
9814         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9815         strange select method.
9816
9817         * ecomplete.el (ecomplete-display-matches): Get highlightling
9818         right.
9819         (ecomplete-display-matches): Use literals.
9820         (ecomplete-display-matches): Disable message logging.
9821
9822         * message.el (message-display-abbrev): Small optimization.
9823
9824         * ecomplete.el (ecomplete-display-matches): Allow automatic
9825         display.
9826
9827         * message.el (message-strip-forbidden-properties): Display
9828         abbrevs.
9829         (message-display-abbrev): Get automatic display right.
9830
9831         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9832         keystrokes.
9833
9834 2006-04-13  Romain Francoise  <romain@orebokech.com>
9835
9836         TODO: Backport to v5-10!
9837
9838         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9839         Moved here (and renamed) from gnus-registry.el.
9840
9841         * gnus-registry.el: Require gnus-util.
9842         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9843
9844 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9845
9846         * gnus-group.el (gnus-group-catchup-current): Change
9847         if-then-else-if-then-else into cond.
9848         (gnus-group-catchup): Indent.
9849         (group-name-at-point): New function.
9850         (gnus-fetch-group): Provide default from thing at point.
9851
9852 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853
9854         * message.el (message-display-abbrev): Fix regexp.
9855
9856         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9857         choosing.
9858         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9859         dead variables.
9860
9861         * message.el (message-newline-and-indent): Remove debugging.
9862         (message-display-abbrev): Use new implementation.
9863
9864 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9865
9866         * gnus-art.el (gnus-article-mode): Set
9867         cursor-in-non-selected-windows to nil.
9868
9869         * smiley.el: Revert previous change.
9870         (smiley-data-directory): defvar it before using it in the
9871         defcustom of `smiley-style'.
9872
9873 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9874
9875         * message.el (message-newline-and-indent): New function.
9876
9877         * ecomplete.el: Implement more bits.
9878
9879         * message.el (message-put-addresses-in-ecomplete): Clean up the
9880         string.
9881
9882         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9883
9884         * gnus-sum.el (gnus-summary-save-parts): Bind
9885         gnus-summary-save-parts-counter and use it to make unique file
9886         names.
9887
9888         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9889
9890         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9891         parameter to say whether to actually parse the individual
9892         addresses.
9893
9894         * message.el (message-put-addresses-in-ecomplete): New function.
9895         (ecomplete): Require.
9896         (message-mail-alias-type): Add ecomplete as an option.
9897
9898 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9899
9900         * flow-fill.el (fill-flowed): Remove trailing space from blank
9901         quoted lines.
9902
9903 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9904
9905         * smiley.el (smiley-style): Move definition later to avoid a
9906         compilation warning.
9907
9908 2006-04-12  Kenichi Handa  <handa@m17n.org>
9909
9910         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9911         buffer and then decode the buffer text if necessary.
9912         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9913         first, and after mm-encode-body, change the buffer to unibyte.
9914         Use mm-disable-multibyte instead of set-buffer-multibyte.
9915
9916 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9919         Content-Type header instead of Content-Disposition header.
9920         (gnus-mime-inline-part): Ditto.
9921         (gnus-mime-view-part-as-charset): Ignore charset that the part
9922         specifies.
9923
9924         * mm-decode.el (mm-display-part): Work with external parts and
9925         usual parts similarly.
9926
9927         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9928         instead of gnus-display-mime.
9929
9930         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9931         instead of with-temp-buffer.
9932
9933         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9934         tag to summarized topics part in order to encode non-ASCII text.
9935
9936 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9937
9938         * smiley.el (smiley-style): New variable.
9939         (smiley-directory): New function.
9940         (smiley-data-directory): Derive from `smiley-style' using
9941         `smiley-directory'.
9942         (smiley-regexp-alist): Add new entries.
9943
9944         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9945         (gnus-article-browse-delete-temp): Add :version.
9946
9947 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9948
9949         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9950         the sieve region.
9951
9952 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9953
9954         * gnus.el (gnus-version-number): Bump version.
9955
9956 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * gnus.el: No Gnus v0.4 is released.
9959
9960 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9961
9962         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9963         layout.
9964
9965         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9966         unknown charset.
9967
9968         * message.el (message-header-synonyms): Add Original-To to the
9969         default.
9970
9971         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9972         optional parameter.
9973
9974 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * gnus-fun.el (gnus): Require it for gnus-directory.
9977
9978 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9981
9982 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9983
9984         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9985
9986 2006-04-05  Simon Josefsson  <jas@extundo.com>
9987
9988         * password.el (password-reset): New function.
9989
9990 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9991
9992         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9993         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9994
9995 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9996
9997         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9998         Some whitespace was matched into the url, which broke browsing hits
9999         > 100 when mm-url-use-external was nil.
10000
10001 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10002
10003         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10004         gnus-extra-headers for 'Newsgroups.
10005
10006         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10007         bound.
10008
10009 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10010
10011         * pgg-gpg.el: Clean up process buffers every time gpg processes
10012         complete.
10013
10014 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10017         doc string.
10018
10019 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10020
10021         * pgg-gpg.el (pgg-gpg-process-filter)
10022         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10023
10024         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10025         lines, temporary fix.
10026
10027 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10028
10029         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10030
10031 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10032
10033         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10034         default-enable-multibyte-characters.  This reverts the change from
10035         revision 6.17 which is no longer necessary because the passphrase
10036         is sent separately now.  GnuPG messages are unreadable under
10037         multibyte locales with default-enable-multibyte-characters set to
10038         nil.
10039
10040 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * message.el (message-tool-bar-gnome): Move "spell".
10043
10044 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10045
10046         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10047         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10048         instead.
10049
10050 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10051
10052         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10053         newsgroups handling for NNTP overviews which don't include
10054         Newsgroups.
10055
10056 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10057
10058         * message.el (message-resend): Bind message-generate-hashcash to nil.
10059
10060 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10061
10062         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10063         when searching for already-paid recipients.
10064
10065 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10066
10067         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10068         passphrases when it is not needed.
10069         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10070         passphrase stuff from gpg, should only be necessary when you use
10071         gpg with a smartcard.
10072
10073 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * mml.el (mml-insert-mime): Ignore cached contents of
10076         message/external-body part.
10077
10078         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10079         (mm-insert-part): Ditto.
10080
10081 2006-03-23  Simon Josefsson  <jas@extundo.com>
10082
10083         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10084         Reiner.
10085         (pgg-gpg-use-agent-p): Use it again.
10086
10087 2006-03-23  Simon Josefsson  <jas@extundo.com>
10088
10089         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10090         older emacsen.
10091         (pgg-gpg-use-agent-p): Don't use it.
10092
10093 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10096         if we can.
10097
10098 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10099
10100         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10101         (pgg-gpg-update-agent): New function.
10102         (pgg-gpg-use-agent-p): New function.
10103         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10104         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10105         (pgg-gpg-sign-region): Use it.
10106
10107 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10110         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10111
10112 2006-03-21  Simon Josefsson  <jas@extundo.com>
10113
10114         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10115         <wilde@sha-bang.de>.
10116         (pgg-gpg-use-agent): New variable.
10117         (pgg-gpg-process-region): Use it.
10118         (pgg-gpg-encrypt-region): Likewise.
10119         (pgg-gpg-encrypt-symmetric-region): Likewise.
10120         (pgg-gpg-decrypt-region): Likewise.
10121         (pgg-gpg-sign-region): Likewise.
10122         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10123
10124 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10127
10128         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10129         Add comment on version.
10130
10131 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10132
10133         * smiley.el: Add missing test smiley.
10134
10135 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * mm-decode.el (mm-with-part): New macro.
10138         (mm-get-part): Use it; work with message/external-body as well.
10139         (mm-save-part): Treat name and filename equally.
10140
10141         * mm-extern.el (mm-extern-cache-contents): New function.
10142         (mm-inline-external-body): Use it; force the part to be displayed;
10143         move undisplayer added to the cached handle to the parent.
10144
10145         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10146         (gnus-mime-view-part-as-type): Work with message/external-body.
10147
10148         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10149
10150 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10153         images in image-load-path.  [Sync with image.el, revision 1.60, in
10154         Emacs.]
10155
10156 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10157
10158         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10159         path rather than symbol.  Always return list of directories.
10160         Guarantee that image directory comes first.  [Sync with image.el,
10161         revision 1.59, in Emacs.]
10162
10163         * message.el (message-make-tool-bar): Adjust to new API of
10164         `gmm-image-load-path-for-library'.
10165
10166         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10167
10168         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10169
10170 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10171
10172         * gnus-art.el (gnus-article-only-boring-p):
10173         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10174         intangible text.
10175         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10176
10177 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10178
10179         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10180         `defun' instead of `gmm-defun-compat'.
10181
10182 2006-03-14  Simon Josefsson  <jas@extundo.com>
10183
10184         * message.el (message-unique-id): Don't use message-number-base36
10185         if (user-uid) is a float.
10186         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10187
10188 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10189
10190         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10191
10192         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10193         empty line between a part and a message part.
10194
10195 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * smiley.el: Add more test smileys.
10198         (smiley-data-directory, smiley-regexp-alist)
10199         (gnus-smiley-file-types): Fix doc strings.
10200         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10201         adding new elements.
10202         (smiley-mouse-map): Unused code.  Make it a comment.
10203
10204 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10207         scan latest NoCeM messages instead of old ones.
10208         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10209         delimiters that are recently used.
10210         (gnus-nocem-load-cache): Add autoload cookie.
10211
10212         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10213
10214         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10215         level which is larger than gnus-use-nocem is specified.
10216
10217         * gnus-group.el (gnus-group-get-new-news): Ditto.
10218
10219 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10220
10221         * gnus-util.el (gnus-tool-bar-update): New function.
10222
10223         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10224         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10225
10226         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10227
10228         * gnus-group.el (gnus-group-redraw-when-idle)
10229         (gnus-group-redraw-check): Remove.
10230         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10231
10232 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10235         if optional last element is specified in splits (FIELD VALUE...).
10236
10237 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10240         to gmm-image-load-path-for-library.  Call with no-error argument.
10241         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10242
10243         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10244
10245         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10246
10247         * gmm-utils.el (gmm-image-load-path): Remove alias.
10248
10249 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * gmm-utils.el (gmm-image-load-path): Add alias.
10252
10253         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10254         nnml-generate-nov-databases-1.
10255         (nnml-generate-nov-databases): Use it.
10256         (nnml-generate-nov-databases-directory): Document no-active
10257         argument.
10258
10259         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10260         directory if path is t.  Add no-error.
10261
10262         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10263         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10264
10265         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10266         resetting gnus-article-browse-html-temp-list.
10267
10268         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10269         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10270         Add example to docstring.  Rename local variables.  Move error
10271         checks to default case in cond and simplify.
10272
10273 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10276         handle is multipart when calling it recursively.
10277         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10278
10279 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10280
10281         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10282         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10283
10284 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10287         is loaded.
10288
10289         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10290         loaded.
10291
10292 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10295         to "Emacs 23 (unicode)" in doc string.
10296
10297         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10298         "Emacs 23 (unicode)" in comment.
10299
10300 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10303
10304         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10305         characters 160 through 255 in Emacs 23.
10306
10307 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10308
10309         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10310         gnus-article-browse-html-temp.
10311         (gnus-article-browse-delete-temp): Make it customizable.  Add
10312         `file'.  Adjust doc string.
10313         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10314         query for each file.  Adjust doc string.
10315         (gnus-article-browse-html-parts): Add
10316         `gnus-article-browse-delete-temp-files' to
10317         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10318
10319 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10320
10321         * gnus-art.el (gnus-article-browse-html-temp)
10322         (gnus-article-browse-delete-temp): New variables.
10323         (gnus-article-browse-delete-temp-files): New function.
10324         (gnus-article-browse-html-parts): Use it.
10325
10326 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10329
10330         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10331         string.
10332
10333         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10334         gnus-summary-insert-new-articles when unplugged.  Remove
10335         gnus-summary-search-article-forward.
10336
10337         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10338         display-visual-class instead of display-color-cells.
10339
10340 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * dgnushack.el: Autoload customize-group for XEmacs.
10343
10344         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10345         message/* containing non-ASCII text properly.
10346
10347 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * message.el: Require gmm-utils, remove autoloads.
10350         (message-tool-bar): Set default based on
10351         gmm-tool-bar-style.
10352         (message-tool-bar-gnome): Add gmm-customize-mode.
10353
10354         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10355         gmm-tool-bar-style.
10356         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10357
10358         * gnus-group.el (gnus-group-tool-bar): Set default based on
10359         gmm-tool-bar-style.
10360         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10361
10362         * gmm-utils.el (gmm-image-directory): Rename variable from
10363         gmm-image-load-path.
10364         (gmm-image-load-path): Use gmm-image-directory.
10365         (gmm-customize-mode): New function.
10366         (gmm-tool-bar-style): New variable.
10367
10368         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10369         gnus-group-redraw-line-number.
10370         (gnus-group-redraw-check): Simplify.
10371         (gnus-group-tool-bar-update): Remove redraw check.
10372         (gnus-group-make-tool-bar): Add redraw check.
10373
10374 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10375
10376         * gnus-art.el (gnus-button): Add missing parentheses.
10377
10378 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * lpath.el: Fbind line-number-at-pos.
10381
10382 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10385
10386 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * gnus-art.el (gnus-button): New face.
10389         (gnus-article-button-face): Use it.
10390
10391         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10392         gnus-summary-next-page.  Re-order.
10393
10394         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10395         next-node are now included.
10396         (gnus-group-redraw-line-number): New internal variable.
10397         (gnus-group-redraw-check): Helper function for updating the tool
10398         bar.
10399         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10400
10401         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10402
10403         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10404         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10405         Use it to match format of Spamassassin 3.0 and later.  Reported by
10406         IRIE Tetsuya <irie@t.email.ne.jp>.
10407         (spam-check-bogofilter)
10408         (spam-bogofilter-register-with-bogofilter): Fix args of
10409         `gnus-error' calls.
10410
10411 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10414         unnecessary interaction when sending queued mails.  Reported by
10415         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10416
10417 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10418
10419         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10420         first or last are nil.
10421
10422 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10423
10424         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10425
10426 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10427
10428         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10429
10430 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10431
10432         * dns.el (query-dns): Protect more against buggy tcp output.
10433
10434 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10437         nov.php.
10438
10439 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10440
10441         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10442         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10443         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10444         output on the server side.
10445         (nnweb-google-create-mapping): Update regexps and add some
10446         progress indication.
10447
10448 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10449
10450         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10451         gnus-agent-toggle-plugged.  Re-order icons.
10452         (gnus-group-tool-bar-gnome): Add
10453         gnus-group-{prev,next}-unread-group.
10454         (gnus-group-tool-bar-gnome): Re-order icons.
10455
10456         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10457         gnus-summary-insert-new-articles.
10458
10459         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10460         comments.
10461
10462         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10463         also available in Emacs 21.3.
10464
10465         * message.el (message-fix-before-sending): Change "Emacs 22" to
10466         "Emacs 23 (unicode)" in comment.
10467
10468         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10469         "Emacs 23 (unicode)" in comment.
10470
10471         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10472         comment.
10473         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10474
10475         * mm-view.el (mm-fill-flowed): Add :version.
10476
10477 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10480         and load-path.
10481
10482 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * message.el: Autoload gmm-image-load-path.
10485         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10486         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10487         consitency.
10488
10489         * gmm-utils.el (gmm-image-load-path): Also search in
10490         "../etc/images".  Don't set gmm-image-load-path if we don't find
10491         the image.
10492
10493 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * gmm-utils.el (gmm-image-load-path): Don't make
10496         `gmm-image-load-path' include subdirectories which the second arg
10497         `image' might specify.
10498
10499         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10500         subdirectory to icon file names.
10501
10502         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10503
10504 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10507         gmm-image-load-path calls.
10508
10509         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10510
10511         * message.el (message-make-tool-bar): Ditto.
10512
10513         * mml.el (mml-preview): Added comment concerning tool bar icons.
10514
10515         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10516         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10517
10518         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10519         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10520
10521         * message.el (message-tool-bar-gnome): Use new icon names.
10522         (message-make-tool-bar): Use `gmm-image-load-path'.
10523
10524         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10525         functions from MH-E.
10526         (gmm-image-load-path): New variable from MH-E.
10527         (gmm-image-load-path): New function from MH-E.  Added arguments
10528         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10529         *-image-load-path-called-flag.
10530
10531 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10532
10533         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10534
10535 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10536
10537         * nnimap.el (nnimap-request-move-article): Change folder back to
10538         source group before deleting.
10539
10540 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10541
10542         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10543
10544         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10545         mm-url.
10546
10547         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10548
10549 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10552         coding system which mm-charset-to-coding-system returns for a
10553         given charset is valid.
10554
10555 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10556
10557         * html2text.el (html2text-remove-tag-list):
10558         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10559
10560 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10561
10562         * gnus-cus.el: Revert 2005-10-17 change.
10563
10564 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * gnus-art.el (article-strip-banner): Call
10567         article-really-strip-banner only when the regexp match is made.
10568
10569 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10570
10571         * gnus-art.el (article-strip-banner): Use
10572         gnus-extract-address-components instead of
10573         mail-header-parse-addresses to make it work with non-ASCII text;
10574         remove mail-encode-encoded-word-string.
10575
10576         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10577         values which are surrounded with \"...\"; make it never cause a
10578         Lisp error; give up parsing of parameters if it failed in
10579         extracting type.
10580
10581 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10582
10583         * smime.el (smime-cert-by-ldap-1): Fix bug where
10584         `smime-ldap-search' returns results without userCertificates.
10585
10586 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10589
10590 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * spam.el (spam-check-spamassassin-headers): Adapt format for
10593         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10594         <ari@mbf.ocn.ne.jp>.
10595         (spam-list-of-processors): Add spam-use-gmane.
10596
10597 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10600         make-temp-file; make it work with XEmacs as well.
10601
10602         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10603         mm-make-temp-file.
10604
10605         * mm-decode.el (mm-display-external): Use the 3rd arg of
10606         mm-make-temp-file.
10607         (mm-create-image-xemacs): Ditto.
10608
10609 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10612         with message-narrow-to-headers.
10613         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10614         (gnus-draft-check-draft-articles): New function.
10615         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10616
10617 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * gnus-art.el (gnus-article-browse-html-parts):
10620         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10621         Don't use suffix argument for mm-make-temp-file for Emacs 21
10622         compatibility.  Remove useless `format'.
10623
10624 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10625
10626         * nnweb.el (nnweb-google-wash-article): Update regexps.
10627         (nnweb-group-alist): Use defvoo instead of defvar.
10628
10629 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10632         re-loading nn* modules.
10633
10634 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10635
10636         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10637         for `tool-bar-mode' and don't check it's default-value.
10638
10639         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10640
10641         * message.el (message-make-tool-bar): Ditto.
10642
10643         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10644         `substring'.  Shorten tmp-file name.
10645
10646         * gnus.el: Remove bogus comment.
10647
10648 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10649
10650         * gnus-art.el (gnus-article-browse-html-parts): New function.
10651         (gnus-article-browse-html-article): New function for viewing html
10652         articles with a browser.
10653
10654 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10655
10656         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10657         in elisp.
10658         (pgg-gpg-encrypt-symmetric-region): Ditto.
10659         (pgg-gpg-sign-region): Ditto.
10660
10661         * pgg-def.el (pgg-text-mode): New variable.
10662
10663         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10664         (mml2015-pgg-encrypt): Ditto.
10665
10666         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10667         (mml1991-pgg-encrypt): Ditto.
10668
10669 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10672         message-make-date instead of current-time-string.
10673
10674         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10675         to gnus-decoded which mm-uu might set.
10676
10677 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10680         don't decode quoted parameters; remove misimported Emacs code.
10681         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10682         (rfc2231-decode-encoded-string): Don't use split-string which
10683         behaves differently according to Emacs version; use
10684         mm-decode-coding-region to convert charset to coding-system.
10685         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10686         (rfc2231-encode-string): Remove misimported Emacs code.
10687
10688 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10691         when calling mail-header-parse-content-type.
10692         (article-de-quoted-unreadable): Ditto.
10693         (article-de-base64-unreadable): Ditto.
10694         (article-wash-html): Ditto.
10695
10696         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10697         calling mail-header-parse-content-type and
10698         mail-header-parse-content-disposition.
10699         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10700         mail-header-parse-content-type.
10701
10702         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10703         insert charset and format parameters; encode description after
10704         inserting it to buffer.
10705         (mml-insert-parameter): Fold lines properly even if a parameter is
10706         segmented into two or more lines; change the max column to 76.
10707
10708         * rfc1843.el (rfc1843-decode-article-body): Don't use
10709         ignore-errors when calling mail-header-parse-content-type.
10710
10711         * rfc2231.el (rfc2231-parse-string): Return at least type if
10712         possible; don't cause an error even if it fails in parsing of
10713         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10714         (rfc2231-encode-string): Don't break lines at the beginning, leave
10715         it to mml-insert-parameter.
10716
10717         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10718         calling mail-header-parse-content-type.
10719
10720 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10721
10722         * spam-report.el (spam-report-gmane-use-article-number):
10723         Improve doc string.
10724         (spam-report-gmane-internal): Check if a suitable header was found
10725         in the article.
10726
10727 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10730         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10731
10732 2006-02-05  Romain Francoise  <romain@orebokech.com>
10733
10734         Update copyright notices of all files in the gnus directory.
10735
10736 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10737
10738         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10739
10740 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10743         segmented lines of parameter value to cope with Thunderbird 1.5
10744         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10745         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10746         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10747
10748 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10749
10750         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10751         parts.
10752
10753 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10754
10755         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10756         there's only one active file for all servers.
10757         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10758         solid groups.  Gnus might have used a FAST request to select the group.
10759         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10760         and nnweb-search redundantly in the active file.
10761         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10762         (nnweb-request-create-group): Don't use ARGS.
10763         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10764         initialisations.  Let nnoo do the work.
10765
10766 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10769         Say the part has been decoded.
10770
10771         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10772
10773 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10774
10775         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10776         mailcap-viewer-test-cache when there's no 'test clause, since that
10777         will invert the meaning of a "nil" test previously determined by
10778         mailcap-mailcap-entry-passes-test.
10779
10780 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10783         compiling.
10784
10785         * gnus-sum.el: Ditto.
10786
10787         * message.el: Don't bind tool-bar-map when compiling.
10788
10789 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10792
10793 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10794
10795         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10796         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10797         current Google Groups.
10798
10799 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10800
10801         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10802         and tool-bar-mode.
10803
10804         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10805         and tool-bar-mode.
10806
10807         * message.el (message-tool-bar-update): Simplify.
10808         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10809
10810         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10811         gnus-summary-buffer.
10812         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10813         gnus-summary-reply.
10814
10815         * gmm-utils.el (gmm): Add :version.
10816
10817 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * Makefile.in (clean): New rule.
10820         (distclean): Use it.
10821
10822 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10823
10824         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10825         autoload.
10826
10827 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * gmm-utils.el (gmm-verbose): Add :group.
10830
10831 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * message.el: Change some comments WRT tool-bars.
10834
10835         * gnus-sum.el (gnus-summary-tool-bar)
10836         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10837         (gnus-summary-tool-bar-zap-list): New variables.
10838         (gnus-summary-make-tool-bar): Complete rewrite using
10839         `gmm-tool-bar-from-list'.
10840
10841         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10842         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10843         variables.
10844         (gnus-group-make-tool-bar): Complete rewrite using
10845         `gmm-tool-bar-from-list'.
10846         (gnus-group-tool-bar-update): New function.
10847
10848         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10849
10850 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10853         is dissected into a single part of which the type is the same as
10854         the given one; decode charset.
10855
10856 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10857
10858         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10859         into alists as symbol not string, since that's what
10860         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10861         look for.
10862
10863 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10866         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10867
10868         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10869
10870 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10873         (gnus-xmas-mime-security-button-menu): New function.
10874
10875         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10876         (gnus-mime-security-button-menu): New definition.
10877         (gnus-mime-security-button-map): Use them.
10878         (gnus-mime-security-button-menu): New function.
10879         (gnus-insert-mime-security-button): Addition to help echo.
10880         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10881         (gnus-mime-security-pipe-part): New functions.
10882
10883         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10884         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10885
10886         * mm-decode.el (mm-handle-set-disposition): Remove.
10887         (mm-handle-set-description): Remove.
10888
10889 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10892         (mm-w3m-standalone-supports-m17n-p): New function.
10893         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10894         w3m usage.
10895
10896         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10897         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10898
10899 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * message.el (message-tool-bar-zap-list): Use
10902         gmm-tool-bar-zap-list as custom type.
10903         (message-tool-bar-update): New function.
10904         (message-tool-bar, message-tool-bar-gnome)
10905         (message-tool-bar-retro): Add message-tool-bar-update.
10906         (message-tool-bar-gnome): Add flyspell-buffer.
10907
10908         * gnus-util.el (gnus-error): Describe `args'.
10909
10910         * gmm-utils.el (gmm-error): Describe `args'.
10911         (gmm-tool-bar-zap-list): New widget.
10912         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10913
10914 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10917         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10918         the number of recursive calls.
10919
10920         * mm-decode.el (mm-handle-set-disposition): New macro.
10921         (mm-handle-set-description): New macro.
10922
10923 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10924
10925         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10926         encoding.
10927
10928 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10929
10930         * message.el (message-tool-bar-zap-list, message-tool-bar)
10931         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10932         (message-tool-bar-local-item-from-menu): Remove.
10933         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10934         (message-make-tool-bar): New function.
10935         (message-mode): Use `message-make-tool-bar'.
10936
10937         * gmm-utils.el: New file.
10938         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10939         (gmm-lazy): New widget copied from `nnmail.el'.
10940         (gmm-tool-bar-from-list): New function for creating customizable
10941         tool bars.
10942         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10943         output.
10944         (gmm): Add :prefix to defgroup.
10945
10946 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10947
10948         * gmm-utils.el (gmm-widget-p): New function.
10949
10950 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10951
10952         * mml.el (mml-attach-file): Describe `description' in doc string.
10953         (mml-menu): Add Emacs MIME manual and PGG manual.
10954
10955 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10956
10957         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10958
10959 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10960
10961         * nntp.el (nntp-end-of-line): Doc fix.
10962
10963 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10964
10965         * imap.el (imap-open): Handle case where buffer is a buffer
10966         object.
10967
10968 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10969
10970         * gnus-delay.el (gnus-delay): Don't autoload.
10971         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10972         to be re-loaded when customizing the `gnus-delay' group.
10973
10974 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10975
10976         * message.el (message-insert-citation-line): Use newlines.
10977
10978 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10979
10980         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10981         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10982         these routines, so the passphrase can be managed externally and
10983         passed in to the system.
10984         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10985         pgg-add-passphrase-to-cache function.
10986
10987         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10988         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10989         these routines, so the passphrase can be managed externally and
10990         passed in to the system.
10991         (pgg-pgp5-sign-region): Use new name of
10992         pgg-add-passphrase-to-cache function.
10993
10994 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10995
10996         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10997         part of the decoded armor to find the key-identifier.
10998         (pgg-gpg-lookup-key-owner): New function to return the
10999         human-readable identifier of a key owner.
11000         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11001         itself.
11002         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11003         the key value) if we have a key and can match it against a secret
11004         key.  Also, added a note pointing out fact that the prompt only
11005         indicates the first matching key.
11006
11007         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11008         pgg-decrypt-region.
11009         (pgg-add-passphrase-to-cache): Rename from
11010         `pgg-add-passphrase-cache' to reduce confusion (all callers
11011         changed).
11012         (pgg-remove-passphrase-from-cache): Rename from
11013         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11014         changed).
11015         (pgg-read-passphrase, pgg-add-passphrase-cache)
11016         (pgg-remove-passphrase-cache): Add informative docstrings.
11017         (pgg-decrypt): Convey provided passphrase in subordinate call to
11018         pgg-decrypt-region.
11019
11020 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11021
11022         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11023         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11024         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11025         'passphrase' argument, so the passphrase can be managed externally
11026         and then passed in to the system.
11027
11028         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11029         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11030         so the passphrase cache can be used reliably with identifiers
11031         besides a pgp packet's key id.
11032
11033         * pgg-gpg.el (pgg-gpg-encrypt-region)
11034         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11035         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11036         these routines, so the passphrase can be managed externally and
11037         passed in to the system.
11038
11039         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11040         'notruncate' argument, so the passphrase cache can be used
11041         reliably with identifiers besides a pgp packet's key id.
11042
11043 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11044
11045         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11046         symmetric encryption.
11047         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11048         encrypted session key.
11049         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11050         message ask for the passphrase in a proper way.
11051
11052         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11053         New user commands for symmetric encryption.
11054
11055 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11058
11059         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11060
11061 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11062
11063         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11064
11065 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * mm-decode.el (mm-inlined-types): Add application/pgp.
11068         (mm-automatic-display): Ditto.
11069
11070         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11071         part as text.
11072
11073 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * nnrss.el: Update copyright.
11076         (nnrss-opml-import): Query whether to subscribe to each entry.
11077
11078         * gnus-art.el:
11079         * gnus-sum.el:
11080         * gnus-xmas.el:
11081         * messagexmas.el:
11082         * mm-uu.el:
11083         * mm-view.el: Update copyright.
11084
11085 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11086
11087         * message.el (message-info): New function.
11088         (message-mode-menu): Add it.
11089         Update copyright.
11090
11091         * ChangeLog: Fix and update copyright.
11092
11093 2006-01-13  Romain Francoise  <romain@orebokech.com>
11094
11095         * message.el (message-forward-subject-name-subject): Prefer the
11096         address to 'nowhere' if the sender has no name.
11097         Fix typo.  Update copyright year.
11098
11099 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * gnus-art.el (article-wash-html): Use
11102         gnus-summary-show-article-charset-alist if a numeric arg is given.
11103         (gnus-article-wash-html-with-w3m-standalone): New function.
11104
11105         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11106         mm-inline-text-html-render-with-w3m-standalone.
11107         (mm-text-html-washer-alist): Map w3m-standalone to
11108         gnus-article-wash-html-with-w3m-standalone.
11109         (mm-inline-text-html-render-with-w3m-standalone): New function.
11110
11111 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11114         Improve LaTeX.
11115
11116 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11119         (nnrss-request-article): Render text/plain parts as HTML.
11120
11121         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11122         the buffer.
11123
11124 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11125
11126         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11127         custom definition of `gnus-posting-styles'.
11128
11129         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11130         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11131
11132 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11135         Use nntp for bug archive.
11136
11137 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11140         parts.
11141         (nnrss-normalize-date): New function converts ISO 8601 date into
11142         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11143         (nnrss-check-group): Use it.
11144
11145 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11146
11147         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11148
11149         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11150         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11151         (nnrss-insert-w3): Ditto.
11152
11153 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11156         the articles to be forwarded including the case where neither a
11157         number of articles nor a region is specified.
11158
11159 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11160
11161         * nnrss.el (nnrss-request-article): Fix last change; fill
11162         text/plain parts.
11163
11164 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11167         in text/plain part.
11168         (nnrss-check-group): Don't add excessive newline to dc:subject.
11169
11170 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11171
11172         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11173         article.
11174
11175 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11176
11177         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11178         (nnml-use-compressed-files, nnml-save-mail): Support other
11179         comression programs such as bzip2.
11180
11181 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11182
11183         * dns.el (query-dns): Make sure we check the buffer size before
11184         removing tcp headers.
11185
11186 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11189         remove MIME buttons associated with multipart/alternative parts.
11190         (gnus-mime-display-alternative): Tag buttons using `article-type'
11191         text property.
11192
11193         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11194         associated with multipart/alternative parts.
11195
11196         * gnus-art.el (gnus-signature-separator): Fix custom type.
11197
11198         * mm-decode.el (mm-inlined-types): Fix custom type.
11199         (mm-keep-viewer-alive-types): Ditto.
11200         (mm-automatic-display): Ditto.
11201         (mm-attachment-override-types): Ditto.
11202         (mm-inline-override-types): Ditto.
11203         (mm-automatic-external-display): Ditto.
11204
11205 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11206
11207         * spam-report.el (spam-report-user-mail-address)
11208         (spam-report-user-agent): New variables.
11209         (spam-report-url-ping-plain): Use spam-report-user-agent.
11210
11211 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11212
11213         * gnus-art.el (gnus-button-handle-custom): Do not just use
11214         `customize-apropos' for any "M-x customize-*" button but the
11215         function called for.  Accept both the function name and its
11216         argument in order to achieve this.
11217         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11218         function name to `gnus-button-handle-custom' in case of "M-x
11219         customize-*" buttons.
11220
11221 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11224         multipart/alternative and add xref to mm-discouraged-alternatives
11225         in doc string.
11226
11227         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11228         gnus-buttonized-mime-types in doc string.
11229
11230 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11233         Suggest image/.* in the doc string.
11234
11235 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11238         message-marks (Debian bug #342521).
11239
11240 2005-12-12  Simon Josefsson  <jas@extundo.com>
11241
11242         * password.el (password-read-from-cache): Add.
11243         (password-read): Use it.
11244
11245 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11248         us-ascii as a MIME charset.
11249
11250         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11251         against the case where the 2nd arg TYPE is nil.
11252
11253 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * pop3.el (pop3-stream-type): Fix custom version.
11256
11257         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11258
11259 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11260
11261         * mm-decode.el (mm-display-external): Add missing cdr.
11262
11263 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11266         RFC1524) if it is in mailcap or add a suffix according to
11267         mailcap-mime-extensions when generating a temp filename; postpone
11268         deleting a temp file for 2 seconds for some wrappers, shell
11269         scripts, and so on, which might exit right after having started a
11270         viewer command as a background job.
11271
11272 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * nntp.el (nntp-marks-directory): Fix custom group.
11275
11276         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11277         steps when < 10.
11278
11279         * gnus-start.el (gnus-no-server-1): Mention
11280         `gnus-level-default-subscribed' in doc string.
11281
11282 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11283
11284         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11285         parens.
11286
11287 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-xmas.el (gnus-use-toolbar): Revert.
11290         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11291         gnus-use-toolbar is default.
11292
11293         * messagexmas.el (message-use-toolbar): Revert.
11294         (message-setup-toolbar): Use global default-toolbar if
11295         message-use-toolbar is default.
11296
11297 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11300         according to default-toolbar-visible-p.
11301
11302         * messagexmas.el (message-use-toolbar): Ditto.
11303
11304 2005-11-26  Dave Love  <fx@gnu.org>
11305
11306         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11307         (tls-program, tls-success): Provide openssl alternative.
11308
11309         * starttls.el: Doc fixes.
11310         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11311         SERVICE to PORT.
11312
11313         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11314         port null or service name.
11315         (starttls-negotiate): Autoload.
11316
11317 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * message.el (message-kill-to-signature): Fix interactive spec.
11320
11321 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * pop3.el (pop3-open-server): Recognize a string as a service name.
11324
11325 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11326
11327         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11328
11329 2005-11-23  Dave Love  <fx@gnu.org>
11330
11331         Add pop3s, pop3/starttls.
11332
11333         * pop3.el (pop3-authentication-scheme): Clarify doc.
11334         (open-tls-stream, starttls-open-stream): Autoload.
11335         (pop3-stream-type): New.
11336         (pop3-open-server): Use it.
11337
11338         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11339         for POP.
11340         (mail-source-keyword-map): Add :stream for POP.
11341         (mail-source-fetch-pop): Use pop3-stream-type.
11342
11343 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11346         of current-time-string.
11347
11348 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11349
11350         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11351         date header.
11352
11353 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11354
11355         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11356         it can seriously impact performance as it bypasses the agent's
11357         local caches.
11358
11359 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11360
11361         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11362         must be explicitly online rather than "not explicitly offline" for
11363         its flags to be synchronized.
11364
11365         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11366         that gnus-uu-unmark-thread will function correctly.
11367
11368         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11369         1024K is instead displayed as 1M.
11370
11371 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11372
11373         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11374
11375 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11376
11377         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11378
11379 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11380
11381         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11382         error message to display actual error condition.
11383         (gnus-agent-save-local): Avoid saving symbols that are bound to
11384         nil as they simply result in a warning message in
11385         gnus-agent-read-local.
11386
11387 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11390         rather than make-variable-buffer-local for file-precious-flag.
11391
11392 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11393
11394         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11395         for duplicates which are removed.  The invalid sort check then
11396         triggers a rescan after the sort as sorting may have moved
11397         duplicate entries such that they can be cheaply detected.
11398
11399 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11402
11403 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11404
11405         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11406         internal variable to a custom variable.  Changed default value
11407         from compressed(2) to uncompressed(1).
11408         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11409         support for uncompressed agentview files.  Taken together, reading
11410         the agentview file should now be 6-7 times faster.
11411
11412 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11413
11414         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11415         as a buffer-local variable.  This avoids creating truncated
11416         dribble files as a result of a hang up, eg.
11417
11418 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11419
11420         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11421         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11422         XEmacs.
11423
11424 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * gnus-start.el (gnus-start-draft-setup): Enforce
11427         `gnus-draft-mode' for nndraft:drafts at startup.
11428
11429         * gnus.el (gnus-splash): Change custom group.
11430         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11431         allow-list argument.
11432
11433         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11434         string.
11435
11436 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11437
11438         * gnus-art.el (gnus-default-article-saver): Add user-defined
11439         `function' to custom type.
11440
11441 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11442
11443         * imap.el (imap-open): Handle case where buffer is a buffer
11444         object.
11445
11446 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11447
11448         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11449         long lines.
11450         (gnus-cache-delete-group): Wrap doc strings.
11451
11452         * gnus-agent.el (gnus-agent-rename-group)
11453         (gnus-agent-delete-group): Wrap doc strings.
11454
11455 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * messagexmas.el (message-use-toolbar): Change the valid values
11458         into default, top, bottom, left, and right.
11459         (message-toolbar-thickness): New variable.
11460         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11461         well.
11462         (message-setup-toolbar): Make it work.
11463
11464         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11465         (gnus-use-toolbar): Change the valid values into default, top,
11466         bottom, left, and right.
11467         (gnus-toolbar-thickness): New variable.
11468         (gnus-xmas-setup-toolbar): New function.
11469         (gnus-xmas-setup-group-toolbar): Use it.
11470         (gnus-xmas-setup-summary-toolbar): Use it.
11471
11472 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11473
11474         * gnus-start.el (gnus-1): Add "native" to
11475         gnus-predefined-server-alist.
11476
11477         * gnus.el (gnus-method-to-server): Don't add "native" to the
11478         lists here, because that leads to problems when
11479         gnus-select-method is bound.
11480
11481 2005-11-09  Simon Josefsson  <jas@extundo.com>
11482
11483         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11484         use (not sort-by-date) instead.
11485
11486 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11487
11488         * gnus-delay.el (gnus-delay-group): Don't autoload.
11489         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11490         to be re-loaded when customizing the `gnus-delay' group.
11491
11492 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11493
11494         * message.el: Revert last changes.
11495         (message-insert-citation-line): Use newlines.
11496
11497 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11498
11499         * message.el (message-courtesy-message)
11500         (message-mark-insert-begin, message-mark-insert-end)
11501         (message-elide-ellipsis, message-cancel-message)
11502         (message-add-header, message-change-subject)
11503         (message-cross-post-followup-to-header)
11504         (message-cross-post-insert-note, message-reduce-to-to-cc)
11505         (message-widen-reply, message-delete-not-region)
11506         (message-kill-to-signature, message-insert-signature)
11507         (message-insert-importance-high, message-insert-importance-low)
11508         (message-insert-or-toggle-importance)
11509         (message-insert-disposition-notification-to)
11510         (message-indent-citation, message-yank-original)
11511         (message-cite-original-without-signature, message-cite-original)
11512         (message-insert-citation-line, message-position-on-field)
11513         (message-fix-before-sending, message-send-mail-partially)
11514         (message-send-mail, message-send-mail-with-sendmail)
11515         (message-send-mail-with-qmail, message-send-news)
11516         (message-check-news-header-syntax, message-generate-headers)
11517         (message-insert-courtesy-copy, message-fill-address)
11518         (message-fill-header, message-shorten-references)
11519         (message-setup-1, message-cancel-news)
11520         (message-forward-make-body-plain, message-forward-make-body-mime)
11521         (message-forward-make-body-mml, message-encode-message-body)
11522         (message-forward-make-body-digest-plain)
11523         (message-forward-make-body-digest-mime)
11524         (message-use-alternative-email-as-from): Insert `hard-newline'
11525         instead of ordinary newlines.
11526
11527 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * message.el (message-generate-headers): Downcase the argument
11530         given to message-check-element.
11531
11532 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11533
11534         * nntp.el (nntp-authinfo-rejected): New error condition.
11535         (nntp-wait-for): Use new error condition to signal authentication
11536         error.
11537         (nntp-retrieve-data): Rethrow new error condition to break out of
11538         recursive call to nntp-send-authinfo.
11539
11540 2005-11-08  Romain Francoise  <romain@orebokech.com>
11541
11542         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11543         (gnus-summary-exit-map): Bind to `Z p'.
11544         (gnus-summary-make-menu-bar): Add menu item.
11545
11546 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11549         (gnus-treat-*): Add `first' in all doc strings.
11550
11551         * gnus-group.el (gnus-group-compact-group): Fix typo.
11552
11553 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * gnus.el (gnus-parameters-case-fold-search): New variable.
11556         (gnus-parameters-get-parameter): Use it.
11557
11558         * gnus-score.el (gnus-home-score-file): Doc fix.
11559
11560 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11561
11562         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11563
11564 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * mm-util.el (mm-special-display-p): New function.
11567
11568         * mml.el (mml-preview): Use it; doc fix.
11569
11570 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11571
11572         * imap.el (imap-open): Handle case where buffer is a buffer object.
11573
11574 2005-10-29  Romain Francoise  <romain@orebokech.com>
11575
11576         * message.el (message-fix-before-sending): Fix comment.
11577
11578 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11579
11580         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11581
11582 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11583
11584         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11585         Used in gnus-score.el.
11586
11587 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11590
11591 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11592
11593         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11594         whitespace removed in revision 7.8.  Use concatenated string to
11595         protect trailing whitespace.
11596
11597 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11598
11599         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11600         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11601         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11602         Courier IMAP ("some version from 2004").  Mostly based on similar
11603         code in the same function.
11604
11605 2005-10-26  Didier Verna  <didier@xemacs.org>
11606
11607         * gnus-group.el (gnus-group-compact-group): Invalidate original
11608         article buffer.
11609         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11610         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11611         NOV database and in article itself.
11612         Invalidate article backlog.
11613
11614 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11617
11618 2005-10-26  Simon Josefsson  <jas@extundo.com>
11619
11620         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11621         part of 2004-07-25 change.
11622
11623 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * message.el (message-display-completion-list): New function.
11626         (message-expand-group): Use it; make sure the Completions buffer
11627         is modifiable.
11628 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11629
11630         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11631         user-mail-name is an empty string.
11632
11633 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11636         depending on gnus-score-decay-constant.
11637
11638         * encrypt.el (encrypt-insert-file-contents)
11639         (encrypt-write-file-contents): Don't use `gnus-message'.
11640
11641         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11642         arguments.
11643         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11644         arguments to mm-uu-verbatim-marks-extract.
11645         (mm-uu-hide-markers): New variable.
11646         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11647
11648         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11649         (gnus-convert-image-to-face-command): Use "convert" by default to
11650         allow other input image formats.
11651         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11652         accordingly.
11653
11654 2005-10-23  Simon Josefsson  <jas@extundo.com>
11655
11656         * imap.el (imap-gssapi-program): Align command line parameters
11657         with latest GNU SASL.
11658         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11659
11660 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11661
11662         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11663         HTML.
11664         (nnslashdot-request-article): Ditto.
11665
11666         * lpath.el (featurep): Add nobreak-char-display.
11667
11668 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11669
11670         * mail-source.el (mail-source-fetch-pop): Require pop3.
11671         (mail-source-check-pop): Ditto.
11672
11673 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11676         errors.
11677
11678 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11681         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11682
11683         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11684
11685         * mm-bodies.el (mm-decode-string): Call
11686         `mm-charset-to-coding-system' with allow-override argument.
11687
11688 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11691         (rfc2047-charset-to-coding-system): New function.
11692         (rfc2047-decode-encoded-words): New function.
11693         (rfc2047-decode-region): Use them.
11694         (rfc2047-decode-cte): Remove.
11695         (rfc2047-parse-and-decode): Remove.
11696         (rfc2047-decode): Remove.
11697
11698 2005-10-15  Kenichi Handa  <handa@m17n.org>
11699
11700         * rfc2047.el (rfc2047-decode-cte): New function.
11701         (rfc2047-decode-region): Change the way to decode successive
11702         encoded-words: decode B- or Q-encoding in each encoded-word,
11703         concatenate them, and decode it as charset.
11704
11705 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * lpath.el: Fbind codepage-setup for XEmacs.
11708
11709 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11710
11711         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11712         widget-move-and-invoke.
11713         (gnus-custom-mode): Use gnus-custom-map.
11714
11715 2005-10-15  Bill Wohler  <wohler@newt.com>
11716
11717         * message.el (message-tool-bar-map): Renamed image file from
11718         mail_send to mail/send.
11719
11720 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11721
11722         * message.el (message-expand-group): Pass the common
11723         prefix substring of completion to `display-completion-list'.
11724
11725 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11726
11727         * mml-sec.el (mml-secure-method): New internal variable.
11728         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11729         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11730         functions using mml-secure-method.
11731
11732         * mml.el (mml-mode-map): Add key bindings for those functions.
11733         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11734         Harder <harder@myrealbox.com>.
11735         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11736         end of message if point is the headers of the message.
11737
11738         * message.el (message-in-body-p): New function.
11739
11740         * assistant.el: Autoload gnus-util and netrc.
11741
11742         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11743         Use `mm-charset-override-alist' only when decoding.
11744
11745         * mm-bodies.el (mm-decode-body): Call
11746         `mm-charset-to-coding-system' with allow-override argument.
11747
11748         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11749         `filename' from Content-Disposition if Content-Type doesn't
11750         provide `name'.
11751         (gnus-mime-view-part-as-type): Set default instead of
11752         initial-input.
11753
11754 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11755
11756         * format-spec.el (format-spec): Propagate text properties of % spec.
11757
11758 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11759
11760         * gnus-art.el (gnus-treat-predicate): Add `first'.
11761
11762 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11763
11764         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11765         (mm-charset-override-alist): New variable.
11766         (mm-charset-to-coding-system): Use it.
11767         (mm-codepage-setup): New helper function.
11768         (mm-charset-eval-alist): New variable.
11769         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11770         about unknown charsets.
11771
11772         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11773
11774 2005-10-04  David Hansen  <david.hansen@gmx.net>
11775
11776         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11777         (nnrss-check-group): Ditto.
11778
11779 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11782         Rename x-gnus-verbatim to x-verbatim.
11783         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11784
11785         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11786         x-verbatim.
11787
11788         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11789
11790         * gnus-util.el (gnus-remove-duplicates): Remove.
11791
11792         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11793         instead of gnus-remove-duplicates.
11794
11795         * message.el (message-remove-duplicates): Remove.
11796         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11797         message-remove-duplicates.
11798
11799         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11800         available, else use implementation from `delete-dups'.
11801
11802         * message.el (message-insert-expires): New function.
11803         (message-mode-map): Add key binding.
11804         (message-mode-field-menu): Add menu entry.
11805         (message-mode): Document it.
11806         (message-make-expires-date): Use `message-make-date'.
11807
11808 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11809
11810         * message.el (message-make-expires-date): New function.
11811
11812 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * Makefile.in (list-installed-shadows): New entry.
11815         (install): Use it.
11816         (remove-installed-shadows): New entry.
11817
11818         * dgnushack.el (dgnushack-default-load-path): New variable.
11819         (dgnushack-find-lisp-shadows): New function.
11820         (dgnushack-remove-lisp-shadows): New function.
11821
11822 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * Makefile.in (install-el-elc): New entry.
11825         (install): Use it so that .el files are necessarily installed.
11826
11827 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11830
11831 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11832
11833         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11834         function rather than the diff-mode.el package.
11835         (mm-display-external): Use with-current-buffer.
11836         (mm-viewer-completion-map, mm-viewer-completion-map):
11837         Move initialization inside declaration.
11838
11839 2005-09-29  Simon Josefsson  <jas@extundo.com>
11840
11841         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11842         autoload mail-check-payment.
11843         (spam-check-hashcash): Define unconditionally, since hashcash.el
11844         is part of Gnus now.  Ignore errors from payment checking.
11845
11846 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * message.el (message-bold-region, message-unbold-region): Rename
11849         from `bold-region' and `unbold-region'.
11850
11851         * message.el: Remove useless autoloads.
11852
11853 2005-09-28  Simon Josefsson  <jas@extundo.com>
11854
11855         * message.el (message-use-idna): Default to t.
11856         (message-use-idna): Test whether encoding works too.  Doc fix.
11857
11858 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11859
11860         * nntp.el (nntp-warn-about-losing-connection): Remove.
11861
11862 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11865         customizable.  Change default value.
11866         (mm-uu-diff-groups-regexp): Change default value.
11867         (mm-uu-type-alist): Add doc string.
11868         (mm-uu-configure): Add doc string.  Make it interactive.
11869         (mm-uu-tex-groups-regexp): New variable.
11870         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11871         (mm-uu-type-alist): Add LaTeX documents.
11872         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11873         of "text/verbatim".
11874         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11875
11876         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11877         instead of "text/verbatim".
11878
11879         * message.el (message-mark-inserted-region)
11880         (message-mark-insert-file): Use slrn style marks when called with
11881         prefix argument.
11882
11883 2005-09-27  Simon Josefsson  <jas@extundo.com>
11884
11885         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11886
11887 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11888
11889         * message.el (message-remove-duplicates): New function.
11890         Implementation borrowed from `gnus-remove-duplicates'.
11891         (message-idna-to-ascii-rhs): Also encode idna addresses in
11892         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11893         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11894         only ask about the same idna domain once per header and also tell
11895         in what header to replace the idna domain.
11896
11897         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11898         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11899         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11900         a header is decoded and not just the last one.
11901
11902 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11905         has been decoded.
11906
11907         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11908         (mm-insert-part): Don't modify text if it has been decoded.
11909
11910         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11911         decoded.
11912
11913         * mm-view.el (mm-inline-text): Don't strip text props unless
11914         decoding enriched or richtext parts.
11915
11916 2005-09-25  Romain Francoise  <romain@orebokech.com>
11917
11918         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11919         * gnus-start.el (gnus-subscribe-interactively):
11920         * gnus-uu.el (gnus-uu-grab-articles):
11921         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11922         space.
11923
11924 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11925
11926         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11927         * mm-view.el (mm-view-pkcs7-decrypt):
11928         * gnus-sum.el (gnus-summary-limit-to-extra)
11929         (gnus-summary-respool-article, gnus-read-move-group-name):
11930         * gnus-score.el (gnus-summary-increase-score):
11931         * gnus-util.el (gnus-completing-read-with-default):
11932         * gnus-art.el (gnus-read-save-file-name)
11933         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11934         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11935         * message.el (message-check-news-header-syntax):
11936         Follow convention for reading with the minibuffer.
11937
11938 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11939
11940         * spam-report.el (spam-report-url-ping-plain):
11941         Use gnus-extended-version as User-Agent.
11942
11943         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11944         default value is nil.
11945
11946         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11947         (mm-uu-verbatim-marks-extract): New function.
11948         (mm-uu-extract): New face.
11949         (mm-uu-copy-to-buffer): Use it.
11950
11951         * spam-report.el (spam-report-gmane-ham): Renamed from
11952         `spam-report-gmane-unspam'.
11953         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11954         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11955
11956         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11957         Autoload.
11958         (spam-report-gmane-unregister-routine): Renamed
11959         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11960
11961 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11962
11963         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11964         (spam-report-gmane-unregister-routine): Add support for gmane
11965         unregistration.
11966
11967         * spam-report.el (spam-report-gmane-unspam)
11968         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11969         (spam-report-gmane): Change to take a single article and do unspam
11970         registration.
11971
11972 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11973
11974         * mm-url.el (mm-url-decode-entities): Fix regexp.
11975
11976 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11977
11978         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11979         default to nil, to be able to use Gnus at all.  If the default
11980         switches to something else, then the function should be fixed not
11981         be exceedingly slow.
11982
11983 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11984
11985         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11986         fail hard.
11987
11988         * spam-report.el: Add better Keywords line.
11989
11990         * spam.el: Add Maintainer and better Keywords line.
11991
11992 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11993
11994         * gnus-art.el (gnus-article-replace-part)
11995         (gnus-mime-replace-part): New functions.
11996         (gnus-mime-action-alist, gnus-mime-button-commands)
11997         (gnus-mime-save-part-and-strip): Added file argument.
11998         (gnus-article-part-wrapper): Added interactive argument.
11999
12000         * gnus-sum.el (gnus-summary-mime-map): Add
12001         `gnus-article-replace-part'.
12002
12003 2005-09-19  Didier Verna  <didier@xemacs.org>
12004
12005         The nnml compaction feature:
12006         * nnml.el (nnml-request-compact-group): New function.
12007         * nnml.el (nnml-request-compact): New function.
12008         * gnus-int.el (gnus-request-compact-group): New function.
12009         * gnus-int.el (gnus-request-compact): New function.
12010         * gnus-group.el (gnus-group-compact-group): New function.
12011         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12012         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12013         * gnus-srvr.el (gnus-server-compact-server): New function.
12014         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12015         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12016
12017 2005-09-18  Deepak Goel  <deego@gnufans.org>
12018
12019         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12020         format spec.
12021
12022 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12025
12026 2005-09-15  Romain Francoise  <romain@orebokech.com>
12027
12028         * message.el (message-fill-paragraph): Clarify docstring.
12029
12030 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gnus-art.el (gnus-mime-display-part): Protect against broken
12033         MIME messages.
12034
12035 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12038         before parsing header.
12039
12040 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12041
12042         * html2text.el (html2text-replace-list): Add new entities.
12043
12044 2005-09-11  Romain Francoise  <romain@orebokech.com>
12045
12046         * message.el (message-alternative-emails): Improve docstring.
12047         (message-setup-1): Call `message-use-alternative-email-as-from'
12048         after `message-setup-hook' to give it precedence over posting
12049         styles, etc.
12050         (message-use-alternative-email-as-from): Add docstring.  Remove
12051         the original From header if present.
12052
12053         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12054         (nnml-save-mail): Use it.
12055
12056         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12057         articles.  Add new argument `silent'.
12058         (gnus-uu-mark-all): Report the total number of marked articles.
12059
12060 2005-09-10  Romain Francoise  <romain@orebokech.com>
12061
12062         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12063         (gnus-uu-mark-series): Likewise.
12064
12065 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * spam-report.el (spam-report-gmane): Fix generation of spam
12068         report URL.
12069
12070 2005-09-10  Simon Josefsson  <jas@extundo.com>
12071
12072         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12073         t, based on discussion on the ding list with Robert Epprecht
12074         <epprecht@solnet.ch>.
12075
12076 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12077
12078         * spam-report.el (spam-report-gmane): Make it work without
12079         X-Report-Spam header.  Gmane now only provides Archived-At.
12080         This is only used if `spam-report-gmane-use-article-number' is nil.
12081         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12082
12083         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12084         make `gnus-summary-sort-by-recipient' work with threading.
12085
12086         * nnweb.el (nnweb-google-wash-article): Print a message if article
12087         is not available.
12088
12089 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12090
12091         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12092         change.  Decode text/* parts content before displaying.
12093
12094 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12097
12098 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12101
12102         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12103         url-package-name, url-package-version,
12104         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12105         w3m-display-inline-images, and w3m-minor-mode-map.
12106
12107 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12108
12109         * message.el (message-tab-body-function): Fix mismatched custom type.
12110
12111         * gnus.el (gnus-group-change-level-function): Ditto.
12112
12113         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12114
12115         * gnus-art.el (gnus-signature-limit)
12116         (gnus-article-mime-part-function): Ditto.
12117
12118 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * mml.el (mml-mode): Silence the byte compiler.
12121
12122         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12123         using `(sit-for 0)' before moving the point to the specified part;
12124         skip unbuttonized parts.
12125         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12126         return to the summary window if gnus-auto-select-part is non-nil.
12127
12128 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12131         variables.
12132         (mml-dnd-attach-file, mml-mode): Use them.
12133
12134         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12135         Make fetching article by MID work again for Google Groups.  Added
12136         FIXME concerning gnus-group-make-web-group.
12137
12138         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12139         Don't depend on Gnus by using mail-extract-address-components if
12140         gnus-extract-address-components is not bound.
12141
12142 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12143
12144         * gnus-art.el (gnus-mime-display-security): Don't display the
12145         signature, but only the signed part.
12146
12147 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12150
12151         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12152         list, not listp.
12153
12154 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12155
12156         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12157         when encoding.
12158
12159         * mm-bodies.el (mm-decode-content-transfer-encoding):
12160         De-canonicalize CRLF for all text content types, not just
12161         text/plain.
12162
12163 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12166         valid article; point arrow and cursor at the MIME button.
12167
12168 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12171         Suggested by Dan Christensen <jdc@uwo.ca>.
12172
12173         * mm-decode.el (mm-save-part): Enable change of prompt.
12174
12175 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12176
12177         * gnus-msg.el (gnus-inews-add-send-actions): Made
12178         `message-post-method' lambda parameter ARG `&optional'.
12179
12180 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12181
12182         * gnus-sum.el (gnus-summary-mime-map): Added
12183         gnus-article-save-part-and-strip, gnus-article-delete-part and
12184         gnus-article-jump-to-part.
12185
12186         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12187         (gnus-article-edit-part): Use it.
12188         (gnus-article-part-wrapper): Added no-handle argument.
12189         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12190         functions.
12191
12192 2005-08-29  Romain Francoise  <romain@orebokech.com>
12193
12194         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12195         docstring.
12196         (gnus-face-from-file): Likewise.
12197
12198 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12201         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12202         non-nil.
12203         (gnus-auto-select-part): New variable.
12204         (gnus-article-jump-to-part): New function.
12205         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12206         (gnus-mime-delete-part): Allow selecting specified part after
12207         deleting or stripping parts.
12208         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12209         part if argument is bogus.
12210
12211 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12212
12213         * gnus-art.el (w3m-minor-mode-map):
12214         * gnus-spec.el (gnus-newsrc-file-version):
12215         * gnus-util.el (nnmail-active-file-coding-system)
12216         (gnus-original-article-buffer, gnus-user-agent):
12217         * gnus.el (gnus-ham-process-destinations)
12218         (gnus-parameter-ham-marks-alist)
12219         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12220         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12221         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12222         * mm-decode.el (gnus-current-window-configuration):
12223         * mm-extern.el (gnus-article-mime-handles):
12224         * mm-url.el (url-current-object, url-package-name)
12225         (url-package-version):
12226         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12227         (smime-keys, w3m-cid-retrieve-function-alist)
12228         (w3m-current-buffer, w3m-display-inline-images)
12229         (w3m-minor-mode-map):
12230         * mml-smime.el (gnus-extract-address-components):
12231         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12232         (gnus-newsrc-hashtb, message-default-charset)
12233         (message-deletable-headers, message-options)
12234         (message-posting-charset, message-required-mail-headers)
12235         (message-required-news-headers):
12236         * mml1991.el (mc-pgp-always-sign):
12237         * mml2015.el (mc-pgp-always-sign):
12238         * nnheader.el (nnmail-extra-headers):
12239         * rfc1843.el (gnus-decode-encoded-word-function)
12240         (gnus-decode-header-function, gnus-newsgroup-name):
12241         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12242
12243 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12244
12245         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12246         the end of the date treatments.
12247
12248 2005-08-15  Simon Josefsson  <jas@extundo.com>
12249
12250         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12251         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12252         Capello and Romain Francoise.
12253         (pgg-fetch-key-function): Removed, not used?
12254         (pgg-insert-url-with-w3): Require url, to get
12255         url-insert-file-contents regardless of where it is defined.
12256
12257 2005-08-13  Romain Francoise  <romain@orebokech.com>
12258
12259         * message.el (message-cite-original-1): New function.
12260         (message-cite-original): Use it.
12261         (message-cite-original-without-signature): Ditto.
12262
12263 2005-08-08  Romain Francoise  <romain@orebokech.com>
12264
12265         * message.el (message-yank-empty-prefix): New variable.
12266         (message-indent-citation): Use it.
12267         (message-cite-original-without-signature): Respect X-No-Archive.
12268
12269 2005-08-08  Simon Josefsson  <jas@extundo.com>
12270
12271         * pgg.el: Autoload url-insert-file-contents instead of loading
12272         w3/url.
12273         (pgg-insert-url-with-w3): Don't load url here.
12274
12275 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12276
12277         * message.el (message-kill-to-signature): Don't insert newline at
12278         bol.
12279         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12280
12281 2005-08-06  Romain Francoise  <romain@orebokech.com>
12282
12283         * message.el (message-user-fqdn): Fix typo in docstring.
12284
12285 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12286
12287         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12288
12289         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12290
12291 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * mm-bodies.el (mm-encode-body): Use coding system rather than
12294         charset to encode text.
12295
12296         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12297         number of charsets if utf-8 is available (XEmacs).
12298
12299 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12300
12301         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12302         taken from `gnus-button-mid-or-mail-regexp'.
12303         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12304         (gnus-button-alist): Improve regexp for domain part of the MIDs
12305         for news:localpart@domain buttons.
12306         (gnus-button-ctan-directory-regexp): Update.
12307
12308 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * sieve-manage.el (sieve-manage-interactive-login): Use
12311         make-local-variable rather than make-variable-buffer-local.
12312         (sieve-manage-open): Ditto.
12313         (sieve-manage-authenticate): Ditto.
12314
12315         * mml.el (mml-generate-mime-1): Make the content type default to
12316         text/plain if the filename is not specified.
12317
12318 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12321         instead of insert-buffer.
12322
12323         * message.el (message-yank-original): Ditto; set the mark at the
12324         end of the yanked message.
12325
12326 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12329         lines to scroll rather than to stop it.
12330
12331         * mml.el (mml-generate-default-type): Add doc string.
12332         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12333         default to application/octet-stream when determining the content
12334         type if it is not specified for the part or the mml contents; add
12335         a comment about mml-generate-default-type.
12336
12337 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12340         make it default to application/octet-stream when determining the
12341         content type if it is not specified for the external contents.
12342
12343 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12346         segmented parameter but also other parameters might be there.
12347
12348 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * mm-decode.el (mm-display-external): Delete temp file, directory
12351         and buffer immediately if the external process is exited.
12352
12353 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12356         fewer lines than that of scroll-margin.
12357         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12358
12359 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-art.el (gnus-article-next-page): Revert.
12362         (gnus-article-beginning-of-window): New macro.
12363         (gnus-article-next-page-1): Use it.
12364         (gnus-article-prev-page): Ditto.
12365         (gnus-article-edit-part): Use insert-buffer-substring instead of
12366         insert-buffer.
12367         (gnus-article-edit-exit): Ditto.
12368
12369         * gnus-util.el (gnus-beginning-of-window): Remove.
12370         (gnus-end-of-window): Remove.
12371
12372         * lpath.el: Don't bind header-line-format and scroll-margin.
12373
12374 2005-07-25  Simon Josefsson  <jas@extundo.com>
12375
12376         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12377         to have the url package without w3.  Reported by Daiki Ueno
12378         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12379
12380 2005-07-20  Didier Verna  <didier@xemacs.org>
12381
12382         * gnus-diary.el: Remove the description comment (nndiary is now
12383         properly documented in the Gnus manual).
12384         Fix the spelling of "Back End".
12385         * nndiary.el: Ditto.
12386         Fix the copyright notice.
12387
12388 2005-07-18  Romain Francoise  <romain@orebokech.com>
12389
12390         * gnus-sum.el (gnus-summary-to-prefix)
12391         (gnus-summary-newsgroup-prefix): New variables.
12392         (gnus-summary-from-or-to-or-newsgroups): Use them.
12393
12394 2005-07-17  Romain Francoise  <romain@orebokech.com>
12395
12396         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12397         space as it's generally not especially interesting to the user.
12398
12399 2005-07-16  Romain Francoise  <romain@orebokech.com>
12400
12401         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12402         nil to avoid prompting and file modification if one of the
12403         messages at the top of the nnfolder file contains a copyright
12404         notice.
12405         Update copyright notice.
12406
12407         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12408         instead of `current-time-string' as the latter creates a time
12409         string that is not RFC 2822 compliant (it lacks the zone).
12410         Update copyright notice.
12411
12412 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12413
12414         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12415         for text/rtf.  Display default in prompt.  Pass default for M-n.
12416
12417         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12418
12419 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12420
12421         * gnus-msg.el (gnus-button-mailto): Remove
12422         save-selected-window-window hackery because it relies on
12423         save-selected-window internals.
12424
12425 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12428         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12429         (gnus-article-prev-page): Ditto.
12430
12431         * gnus-util.el (gnus-beginning-of-window): New function.
12432         (gnus-end-of-window): New function.
12433
12434         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12435
12436 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12437
12438         * gnus-score.el (gnus-score-edit-all-score): Set
12439         gnus-score-edit-exit-function to gnus-score-edit-done and call
12440         gnus-message.
12441
12442 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12443
12444         * gnus-msg.el (gnus-button-mailto): Remove
12445         save-selected-window-window hackery because it relies on
12446         save-selected-window internals.
12447
12448 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12451         add-minor-mode.
12452         (gnus-binary-mode): Ditto.
12453
12454         * gnus-topic.el (gnus-topic-mode): Ditto.
12455
12456 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12457
12458         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12459         (gnus-article-prev-page): Take scroll-margin into consideration.
12460
12461 2005-07-04  Lute Kamstra  <lute@gnu.org>
12462
12463         Update FSF's address in GPL notices.
12464
12465 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12466
12467         * gnus.el (gnus-exit):
12468         * gnus-group.el (gnus-group-icons):
12469         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12470
12471         * gnus-nocem.el (gnus-nocem):
12472         * message.el (message-various, message-buffers, message-sending)
12473         (message-interface, message-forwarding, message-insertion)
12474         (message-headers, message-news, message-mail):
12475         * pgg-gpg.el (pgg-gpg):
12476         * pgg-parse.el (pgg-parse):
12477         * pgg-pgp.el (pgg-pgp):
12478         * pgg-pgp5.el (pgg-pgp5):
12479         * pop3.el (pop3): Finish `defgroup' description with period.
12480
12481 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-art.el (article-display-face): Improve the efficiency.
12484         (article-display-x-face): Ditto; remove grey x-face stuff.
12485
12486 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12487
12488         * gnus-art.el (article-display-face): Correct the position in
12489         which Faces are inserted.
12490
12491 2005-06-29  Didier Verna  <didier@xemacs.org>
12492
12493         * gnus-art.el (article-display-face): Display faces in correct
12494         order.
12495
12496 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12499         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12500         (gnus-nocem-check-article): Fetch the Type header.
12501         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12502         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12503         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12504         make sure gnus-nocem-hashtb is initialized.
12505         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12506         (gnus-nocem-unwanted-article-p): Ditto.
12507
12508         * pgg.el (pgg-verify): Return the verification result.
12509
12510 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12511
12512         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12513         is ascii.
12514
12515 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12516
12517         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12518         `show-nonbreak-escape'.
12519
12520 2005-06-23  Lute Kamstra  <lute@gnu.org>
12521
12522         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12523
12524         * dig.el (dig-mode):
12525         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12526
12527 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12528
12529         * nnimap.el (nnimap-split-download-body): Fix spellings.
12530
12531 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12532
12533         * gnus-art.el (gnus-article-encrypt-body):
12534         * gnus-cus.el (gnus-score-customize):
12535         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12536         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12537
12538 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12539
12540         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12541         header by looking for magic "MII" at the beginnig.
12542
12543 2005-06-16  Miles Bader  <miles@gnu.org>
12544
12545         * gnus-xmas.el (gnus-xmas-group-startup-message):
12546         Use renamed gnus-splash face.
12547
12548         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12549         (assistant-field-face): New backward-compatibility alias for renamed
12550         face.
12551         (assistant-render-text): Use renamed assistant-field face.
12552
12553         * spam.el (spam): Remove "-face" suffix from face name.
12554         (spam-face): New backward-compatibility alias for renamed face.
12555         (spam-face, spam-initialize): Use renamed spam face.
12556
12557         * message.el (message-header-to, message-header-cc)
12558         (message-header-subject, message-header-newsgroups)
12559         (message-header-other, message-header-name)
12560         (message-header-xheader, message-separator, message-cited-text)
12561         (message-mml): Remove "-face" suffix from face names.
12562         (message-header-to-face, message-header-cc-face)
12563         (message-header-subject-face, message-header-newsgroups-face)
12564         (message-header-other-face, message-header-name-face)
12565         (message-header-xheader-face, message-separator-face)
12566         (message-cited-text-face, message-mml-face):
12567         New backward-compatibility aliases for renamed faces.
12568         (message-font-lock-keywords): Use renamed message faces.
12569
12570         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12571         (sieve-test-commands, sieve-tagged-arguments):
12572         Remove "-face" suffix from face names.
12573         (sieve-control-commands-face, sieve-action-commands-face)
12574         (sieve-test-commands-face, sieve-tagged-arguments-face):
12575         New backward-compatibility aliases for renamed faces.
12576         (sieve-control-commands-face, sieve-action-commands-face)
12577         (sieve-test-commands-face, sieve-tagged-arguments-face):
12578         Use renamed sieve faces.
12579
12580         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12581         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12582         (gnus-group-news-3-empty, gnus-group-news-4)
12583         (gnus-group-news-4-empty, gnus-group-news-5)
12584         (gnus-group-news-5-empty, gnus-group-news-6)
12585         (gnus-group-news-6-empty, gnus-group-news-low)
12586         (gnus-group-news-low-empty, gnus-group-mail-1)
12587         (gnus-group-mail-1-empty, gnus-group-mail-2)
12588         (gnus-group-mail-2-empty, gnus-group-mail-3)
12589         (gnus-group-mail-3-empty, gnus-group-mail-low)
12590         (gnus-group-mail-low-empty, gnus-summary-selected)
12591         (gnus-summary-cancelled, gnus-summary-high-ticked)
12592         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12593         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12594         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12595         (gnus-summary-low-undownloaded)
12596         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12597         (gnus-summary-low-unread, gnus-summary-normal-unread)
12598         (gnus-summary-high-read, gnus-summary-low-read)
12599         (gnus-summary-normal-read, gnus-splash):
12600         Remove "-face" suffix from face names.
12601         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12602         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12603         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12604         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12605         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12606         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12607         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12608         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12609         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12610         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12611         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12612         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12613         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12614         (gnus-summary-normal-ticked-face)
12615         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12616         (gnus-summary-normal-ancient-face)
12617         (gnus-summary-high-undownloaded-face)
12618         (gnus-summary-low-undownloaded-face)
12619         (gnus-summary-normal-undownloaded-face)
12620         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12621         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12622         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12623         (gnus-splash-face):
12624         New backward-compatibility aliases for renamed faces.
12625         (gnus-group-startup-message): Use renamed gnus faces.
12626
12627         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12628         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12629         (gnus-server-agent): Remove "-face" suffix from face names.
12630         (gnus-server-agent-face, gnus-server-opened-face)
12631         (gnus-server-closed-face, gnus-server-denied-face)
12632         (gnus-server-offline-face):
12633         New backward-compatibility aliases for renamed faces.
12634         (gnus-server-agent-face, gnus-server-opened-face)
12635         (gnus-server-closed-face, gnus-server-denied-face)
12636         (gnus-server-offline-face): Use renamed gnus faces.
12637
12638         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12639         Remove "-face" suffix from face names.
12640         (gnus-picon-xbm-face, gnus-picon-face):
12641         New backward-compatibility aliases for renamed faces.
12642
12643         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12644         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12645         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12646         (gnus-cite-11): Remove "-face" suffix from face names.
12647         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12648         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12649         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12650         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12651         New backward-compatibility aliases for renamed faces.
12652         (gnus-cite-attribution-face, gnus-cite-face-list)
12653         (gnus-article-boring-faces): Use renamed gnus faces.
12654
12655         * gnus-art.el (gnus-signature, gnus-header-from)
12656         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12657         (gnus-header-content): Remove "-face" suffix from face names.
12658         (gnus-signature-face, gnus-header-from-face)
12659         (gnus-header-subject-face, gnus-header-newsgroups-face)
12660         (gnus-header-name-face, gnus-header-content-face):
12661         New backward-compatibility aliases for renamed faces.
12662         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12663
12664         * gnus-sum.el (gnus-summary-selected-face)
12665         (gnus-summary-highlight): Use renamed gnus faces.
12666         * gnus-group.el (gnus-group-highlight): Likewise.
12667
12668 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12669
12670         * gnus-sieve.el (gnus-sieve-article-add-rule):
12671         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12672         * spam-stat.el (spam-stat-buffer-change-to-spam)
12673         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12674
12675         * message.el (message-is-yours-p):
12676         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12677
12678 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * mm-view.el (mm-inline-text): Withdraw the last change.
12681
12682 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12685         executing enriched-decode.
12686
12687 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12690         charset of tar files.
12691
12692 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12693
12694         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12695
12696 2005-06-04  Lute Kamstra  <lute@gnu.org>
12697
12698         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12699         information is never recorded.
12700
12701 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12702
12703         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12704
12705 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * pop3.el (pop3-apop): Run md5 in the binary mode.
12708
12709         * starttls.el (starttls-set-process-query-on-exit-flag):
12710         Use eval-and-compile.
12711
12712 2005-05-31  Simon Josefsson  <jas@extundo.com>
12713
12714         * smime.el (smime-replace-in-string): Define.
12715         (smime-cert-by-ldap-1): Use it.
12716
12717 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-art.el (article-display-x-face): Replace
12720         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12721
12722         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12723         set-process-query-on-exit-flag or process-kill-without-query.
12724
12725         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12726         loop instead of replace-regexp.
12727
12728         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12729         instead of process-kill-without-query if it is available.
12730
12731         * lpath.el: Fbind ldap-search-entries.
12732
12733         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12734         instead of find-file-hooks if it is available.
12735
12736         * mml1991.el: Bind pgg-default-user-id when compiling.
12737
12738         * mml2015.el: Bind pgg-default-user-id when compiling.
12739
12740         * nndraft.el (nndraft-request-associate-buffer):
12741         Use write-contents-functions instead of write-contents-hooks if it is
12742         available.
12743
12744         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12745         instead of find-file-hooks if it is available.
12746
12747         * nntp.el (nntp-open-connection): Replace
12748         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12749         (nntp-open-ssl-stream): Ditto.
12750         (nntp-open-tls-stream): Ditto.
12751
12752         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12753         set-process-query-on-exit-flag or process-kill-without-query.
12754         (starttls-open-stream-gnutls): Use it instead of
12755         process-kill-without-query.
12756         (starttls-open-stream): Ditto.
12757
12758 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12759
12760         * smime.el (smime-cert-by-ldap-1): Don't use
12761         replace-regexp-in-string.
12762
12763 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12764
12765         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12766
12767         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12768         in PEM format.  Adjust to the XEmacs compability.
12769
12770 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12771
12772         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12773         by `string-to-number'.
12774         * gnus-agent.el (gnus-agent-regenerate-group)
12775         (gnus-agent-fetch-articles): Ditto.
12776         * gnus-art.el (gnus-button-fetch-group): Ditto.
12777         * gnus-cache.el (gnus-cache-generate-active)
12778         (gnus-cache-articles-in-group): Ditto.
12779         * gnus-group.el (gnus-group-set-current-level)
12780         (gnus-group-insert-group-line): Ditto.
12781         * gnus-score.el (gnus-score-set-expunge-below)
12782         (gnus-score-set-mark-below, gnus-summary-score-effect)
12783         (gnus-summary-score-entry): Ditto.
12784         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12785         (gnus-soup-pack): Ditto.
12786         * gnus-spec.el (gnus-xmas-format): Ditto.
12787         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12788         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12789         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12790         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12791         * nndb.el (nndb-get-remote-expire-response): Ditto.
12792         * nndiary.el (nndiary-parse-schedule-value)
12793         (nndiary-string-to-number, nndiary-request-replace-article)
12794         (nndiary-request-article): Ditto.
12795         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12796         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12797         * nneething.el (nneething-make-head): Ditto.
12798         * nnfolder.el (nnfolder-request-article)
12799         (nnfolder-retrieve-headers): Ditto.
12800         * nnheader.el (nnheader-file-to-number): Ditto.
12801         * nnkiboze.el (nnkiboze-request-article): Ditto.
12802         * nnmail.el (nnmail-process-unix-mail-format)
12803         (nnmail-process-babyl-mail-format): Ditto.
12804         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12805         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12806         (nnmh-request-create-group, nnmh-request-list-1)
12807         (nnmh-request-group, nnmh-request-article): Ditto.
12808         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12809         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12810         * nnsoup.el (nnsoup-make-active): Ditto.
12811         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12812         * nntp.el (nntp-find-group-and-number)
12813         (nntp-retrieve-headers-with-xover): Ditto.
12814         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12815         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12816         (pgg-format-key-identifier): Ditto.
12817         * pop3.el (pop3-last, pop3-stat): Ditto.
12818         * qp.el (quoted-printable-decode-region): Ditto.
12819
12820         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12821         of concat.
12822
12823 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12826
12827         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12828
12829         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12830
12831         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12832
12833         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12834
12835         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12836
12837         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12838         (gnus-carpal-mode): Ditto.
12839
12840         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12841         (gnus-browse-mode): Ditto.
12842
12843         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12844
12845         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12846
12847 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12848
12849         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12850
12851 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * gnus-util.el (gnus-run-mode-hooks): New function.
12854
12855         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12856
12857         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12858         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12859
12860 2005-05-27  Lute Kamstra  <lute@gnu.org>
12861
12862         * dns-mode.el (dns-mode): Specify customization group.
12863
12864 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12865
12866         * gnus-agent.el (gnus-agent-make-mode-line-string):
12867         Use mode-line-highlight as mouse-face.
12868
12869 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * canlock.el (canlock): Change the parent group to news.
12872
12873         * deuglify.el (gnus-outlook-deuglify): Add :group.
12874
12875         * dig.el (dig): Add :group.
12876
12877         * dns-mode.el (dns-mode): Add :group.
12878
12879         * encrypt.el (encrypt): Add :group.
12880
12881         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12882         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12883         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12884         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12885         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12886
12887         * gnus-diary.el (gnus-diary): Add :group.
12888
12889         * gnus.el (gnus-group-news-1-face): Add :group.
12890         (gnus-group-news-1-empty-face): Ditto.
12891         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12892         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12893         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12894         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12895         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12896         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12897         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12898         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12899         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12900         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12901         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12902         (gnus-summary-high-ticked-face): Ditto.
12903         (gnus-summary-low-ticked-face): Ditto.
12904         (gnus-summary-normal-ticked-face): Ditto.
12905         (gnus-summary-high-ancient-face): Ditto.
12906         (gnus-summary-low-ancient-face): Ditto.
12907         (gnus-summary-normal-ancient-face): Ditto.
12908         (gnus-summary-high-undownloaded-face): Ditto.
12909         (gnus-summary-low-undownloaded-face): Ditto.
12910         (gnus-summary-normal-undownloaded-face): Ditto.
12911         (gnus-summary-high-unread-face): Ditto.
12912         (gnus-summary-low-unread-face): Ditto.
12913         (gnus-summary-normal-unread-face): Ditto.
12914         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12915         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12916
12917         * hashcash.el (hashcash): New custom group.
12918         (hashcash-default-payment): Add :group.
12919         (hashcash-payment-alist): Ditto.
12920         (hashcash-default-accept-payment): Ditto.
12921         (hashcash-accept-resources): Ditto.
12922         (hashcash-path): Ditto.
12923         (hashcash-extra-generate-parameters): Ditto.
12924         (hashcash-double-spend-database): Ditto.
12925         (hashcash-in-news): Ditto.
12926
12927         * message.el (message-minibuffer-local-map): Add :group.
12928
12929         * netrc.el (netrc): Add :group.
12930
12931         * sieve-manage.el (sieve-manage-log): Add :group.
12932         (sieve-manage-default-user): Diito.
12933         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12934         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12935         (sieve-manage-authenticators): Ditto.
12936         (sieve-manage-authenticator-alist): Ditto.
12937         (sieve-manage-default-port): Ditto.
12938
12939         * sieve-mode.el (sieve-control-commands-face): Add :group.
12940         (sieve-action-commands-face): Ditto.
12941         (sieve-test-commands-face): Ditto.
12942         (sieve-tagged-arguments-face): Ditto.
12943
12944         * smime.el (smime): Add :group.
12945
12946         * spam-report.el (spam-report): Add :group.
12947
12948         * spam.el (spam, spam-face): Add :group.
12949
12950 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12951
12952         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12953         return \n.\n.\n at the end of articles.  Protect against that.
12954         (nntp-with-open-group): Allow debugging.
12955
12956         * nnheader.el (mail-header-set-extra): Make into a function
12957         because I just could't understand how to quote the list properly.
12958
12959         * dns.el (query-dns-cached): New function.
12960
12961 2005-05-26  Lute Kamstra  <lute@gnu.org>
12962
12963         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12964
12965 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12968
12969         * gnus-art.el: Don't autoload mail-extract-address-components.
12970
12971         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12972         eval-and-compile to evaluate it.
12973
12974         * hashcash.el: Don't autoload executable-find.
12975
12976         * nndb.el: Don't declare the nndb back end two or more times; don't
12977         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12978
12979         * nntp.el: Autoload format-spec instead of format; use
12980         eval-and-compile to evaluate autoload forms.
12981
12982 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12983
12984         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12985
12986 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12987
12988         * gnus.el (gnus-version-number): Bump version.
12989
12990 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12991
12992         * gnus.el: No Gnus v0.3 is released.
12993
12994 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12995
12996         * lpath.el (featurep): Bind show-nonbreak-escape.
12997
12998 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * gnus-art.el (gnus-article-edit-part): Disable undo.
13001
13002 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13005         gnus-article-date-lapsed-new-header is t if date timer is active;
13006         skip headers in which the original date value is empty.
13007         (gnus-article-save-original-date): Redefine it as a macro.
13008         (gnus-display-mime): Use it.
13009
13010 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-art.el (article-date-ut): Support converting date in
13013         forwarded parts as well.
13014         (gnus-article-save-original-date): New function.
13015         (gnus-display-mime): Use it.
13016
13017 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13018
13019         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13020         enclosure element of <item>.
13021
13022 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * message.el (message-kill-buffer-query): Renamed from
13025         `message-kill-buffer-query-if-modified'.  Added :version.
13026
13027 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13030         window layout.
13031
13032 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13033
13034         * mml.el: Autoload dnd when compiling.
13035
13036 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13037
13038         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13039         x-dnd-*.
13040
13041 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * qp.el (quoted-printable-encode-region): Save excursion.
13044
13045 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13046
13047         * message.el (message-kill-buffer-query-if-modified): Add new variable
13048         so the user can kill a modified message buffer quickly.
13049         (message-kill-buffer): Use it.
13050
13051 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * lpath.el: Fbind display-time-event-handler; don't fbind
13054         string-to-multibyte.
13055
13056         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13057
13058 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13061         contained in text because xml.el decodes entities) with LFs.
13062
13063 2005-04-11  Lute Kamstra  <lute@gnu.org>
13064
13065         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13066         differently.
13067
13068 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13069
13070         * mm-util.el (mm-detect-coding-region): Typo.
13071
13072 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13075
13076 2005-04-06  Deepak Goel  <deego@gnufans.org>
13077
13078         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13079         user-function allow user modifications of the scores.
13080         (spam-stat-score-buffer-user): New function, to allow
13081         user-computed modifications to the score.
13082         (spam-stat-score-buffer-user-functions): List of additional
13083         scoring functions.
13084         (spam-stat-error-holder): Global temporary error holder.
13085         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13086         variable.
13087
13088 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13089
13090         * gnus-registry.el (gnus-registry-clean-empty-function)
13091         (gnus-registry-trim, gnus-registry-fetch-groups)
13092         (gnus-registry-delete-group): Groups that match
13093         `gnus-registry-ignored-groups' are removed from the registry
13094         entries, not just ignored for splitting.  This helps clean up the
13095         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13096         to get all the groups a message ID is in.
13097
13098         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13099         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13100         (spam-stat-score-buffer-user-functions): Add :number custom type.
13101
13102 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13105         argument in XEmacs.
13106
13107         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13108         (nnrss-request-group): Decode group name first.
13109         (nnrss-request-article): Make a text/plain article if mml-to-mime
13110         failed.
13111         (nnrss-get-encoding): Return a compatible encoding according to
13112         nnrss-compatible-encoding-alist.
13113         (nnrss-find-el): Use consp instead of listp.
13114         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13115
13116 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13119         which Emacs 20 doesn't support.
13120         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13121
13122 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13123
13124         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13125         silence the byte compiler inside the defun.
13126
13127         * gnus-demon.el (parse-time-string): Add autoload.
13128
13129         * gnus-delay.el (parse-time-string): Add autoload.
13130
13131         * gnus-art.el (parse-time-string): Add autoload.
13132
13133         * nnultimate.el (parse-time): Require for `parse-time-string'.
13134
13135 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13138
13139         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13140
13141         * smime.el (smime-ldap-host-list): Add :version.
13142
13143 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13144
13145         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13146         pass it to `gnus-browse-read-group'.
13147         (gnus-browse-read-group): Add NUMBER argument and pass it to
13148         `gnus-group-read-ephemeral-group'.
13149
13150         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13151         argument and pass it to `gnus-group-read-group'.
13152
13153 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13154
13155         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13156         mm-xemacs-find-mime-charset-1 if we have the mule feature
13157         available at runtime.
13158
13159 2005-03-25  Werner Lemberg  <wl@gnu.org>
13160
13161         * nnmaildir.el: Replace `illegal' with `invalid'.
13162
13163 2005-03-23  Lute Kamstra  <lute@gnu.org>
13164
13165         * time-date.el: Add comment on time value formats.
13166         Don't require parse-time.
13167         (with-decoded-time-value): New macro.
13168         (encode-time-value): New function.
13169         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13170         (days-to-time): Return a valid time value when arg is huge.
13171         (time-since): Use time-subtract.
13172         (time-to-number-of-days): Use time-to-seconds.
13173
13174 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13175
13176         * gnus-start.el (gnus-display-time-event-handler):
13177         Check display-time-timer at runtime rather than only at load time
13178         in case display-time-mode is turned off in the mean time.
13179
13180 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13183         used.
13184
13185         * nneething.el (nneething-map-file-directory): Derive from
13186         `gnus-directory'.
13187
13188         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13189         the To/Cc button.
13190
13191 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13192
13193         * nnmaildir.el (nnmaildir-request-accept-article):
13194         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13195
13196 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13197
13198         * gnus-async.el: Require timer-funcs at compile time when in
13199         XEmacs for `run-with-idle-timer'.
13200
13201 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13202
13203         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13204         autoloaded function.
13205
13206 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13207
13208         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13209
13210 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13211
13212         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13213
13214 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13215
13216         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13217         gnus-expert-user to default.
13218
13219 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13220
13221         * nnimap.el (nnimap-open-server): Ditto.
13222
13223         * imap.el (imap-authenticate): Fix typo.
13224
13225 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13226
13227         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13228         buffer (since IMAP server might return FETCH response out of
13229         order, and the nntp buffer must be sorted).
13230
13231 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13232
13233         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13234         comparison on string.
13235
13236         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13237         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13238         (gnus-agent-summary-fetch-series): Modified to protect against
13239         gnus-agent-summary-fetch-group clearing processable flags.
13240         (gnus-agent-synchronize-group-flags): Update live group buffer as
13241         synchronization may occur due to the user toggle the plugged
13242         status.
13243         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13244         successfully downloaded.
13245         (gnus-agent-expire-group-1): Avoid using markers when the overview
13246         is in ascending order; greatly improves performance.
13247         (gnus-agent-regenerate-group): Use
13248         gnus-agent-synchronize-group-flags to reset read status in both
13249         gnus and server.
13250         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13251
13252 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13253
13254         * message.el: Don't autoload former message-utils variables.
13255         (message-strip-subject-trailing-was): Change doc string.
13256
13257         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13258         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13259         (nnweb-google-search): Add "hl=en" here.
13260         (nnweb-google-parse-1, nnweb-google-create-mapping):
13261         Don't hardcode URL.
13262
13263 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * message.el (message-get-reply-headers, message-followup):
13266         Mention related variables `message-use-followup-to' and
13267         `message-use-mail-followup-to', in the information buffer.
13268
13269         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13270         of broken groups(-beta).google.com.
13271
13272 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13273
13274         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13275         parameter to invoked gnus-request-move-article; remove the
13276         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13277         all at once instead of once per article.
13278         (gnus-summary-remove-process-mark): Accept a list of articles as
13279         well as a single article for processing.
13280
13281         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13282         parameter.
13283
13284         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13285
13286         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13287
13288         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13289         parameter.
13290
13291         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13292         parameter.
13293
13294         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13295         parameter and remove the gnus-sum-hint-move-is-internal variable.
13296
13297         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13298         parameter.
13299
13300         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13301         parameter.
13302
13303         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13304         parameter.
13305
13306         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13307
13308         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13309         parameter.
13310
13311         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13312         parameter.
13313
13314 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13315
13316         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13317         a more conservative way.
13318
13319 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13320
13321         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13322         buffer, so it moves the window's cursor.
13323
13324 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13325
13326         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13327         `mm-dissect-multipart' and receive the from field as an (optional)
13328         argument from `mm-dissect-multipart'.
13329         (mm-dissect-multipart): Receive the from field as an argument and
13330         pass it on when we call `mm-dissect-buffer' on MIME parts.
13331         Fixes verification/decryption of signed/encrypted MIME parts.
13332
13333 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13334
13335         * gnus-sum.el (gnus-summary-move-article): Set
13336         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13337         whatever it calls (right now, only nnimap-request-move article
13338         respects it).
13339
13340         * nnimap.el (nnimap-request-move-article): When
13341         gnus-sum-hint-move-is-internal is set, don't do the extra
13342         nnimap-request-article.
13343
13344 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13345
13346         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13347
13348         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13349         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13350
13351         * gnus-sum.el (gnus-summary-caesar-message):
13352         Apply `gnus-treat-article' after rotation.
13353
13354         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13355         doc string.
13356
13357 2005-02-22  Simon Josefsson  <jas@extundo.com>
13358
13359         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13360         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13361         <arne@arnested.dk>.
13362         (encrypt): Add password-cache and password-cache-expiry as group
13363         members.
13364
13365 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13366
13367         * smime.el (smime-ldap-host-list): Doc fix.
13368         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13369         cache) password.
13370         (smime-sign-region): Use it.
13371         (smime-decrypt-region): Use it.
13372         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13373         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13374         fails.
13375         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13376         certificate from DER to PEM format rather than calling openssl.
13377
13378         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13379
13380         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13381         for signing/encryption.
13382
13383         * mml.el (mml-parse-1): Use them.
13384
13385 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13386
13387         * nnrss.el (nnrss-verbose): Removed.
13388         (nnrss-request-group): Use `nnheader-message' instead.
13389
13390 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13391
13392         * nnrss.el (nnrss-verbose): New variable.
13393         (nnrss-request-group): Make it say nnrss is requesting a group.
13394
13395 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13398         Handle news URL with given port correctly.
13399
13400 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13403         containing special characters.
13404
13405         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13406
13407         * mml.el (mime-to-mml): Ditto.
13408
13409         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13410         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13411         (rfc2047-decode-region): Quote decoded words containing special
13412         characters when rfc2047-quote-decoded-words-containing-tspecials
13413         is non-nil.
13414
13415 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13416
13417         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13418
13419         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13420
13421 2005-02-15  Simon Josefsson  <jas@extundo.com>
13422
13423         * nnimap.el (nnimap-debug): Doc fix.
13424
13425         * imap.el (imap-debug): Doc fix.
13426
13427 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13428
13429         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13430
13431 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13432
13433         * gnus.el (spam-contents): Improve docs for spam-contents
13434         parameter in its variable incarnation.
13435
13436 2005-02-14  Simon Josefsson  <jas@extundo.com>
13437
13438         * smime-ldap.el: Use require instead of load-library for ldap.
13439         (smime-ldap-search): Indent.
13440         (smime-ldap-search-internal): Shorten line.
13441
13442         * smime.el (smime-cert-by-dns): Add doc-string.
13443         (smime-cert-by-ldap-1): Indent.
13444
13445         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13446         mml-smime-get-dns-ldap.
13447         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13448
13449 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13450
13451         * smime.el: Require smime-ldap.
13452         (smime-ldap-host-list): New variable.
13453         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13454
13455         * mml-smime.el (mml-smime-encrypt-query): New function.
13456         (mml-smime-encrypt-query): Use it.
13457
13458         * smime-ldap.el: New file.
13459
13460 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13463
13464 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13465
13466         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13467         argument in doc string.  Make query for type more clear.
13468
13469 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13470
13471         * gnus.el (gnus-group-startup-message): Search for gnus images in
13472         etc/images/gnus.
13473         * mm-util.el (mm-image-load-path): Likewise.
13474         * smiley.el (smiley-data-directory): Search for smilies in
13475         etc/images/smilies.
13476
13477 2005-02-09  Kim F. Storm  <storm@cua.dk>
13478
13479         Change Emacs release version from 21.4 to 22.1 throughout.
13480         Change Emacs development version from 21.3.50 to 22.0.50.
13481
13482 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13485
13486         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13487         non-Mule XEmacs as well.
13488         (mm-decompress-buffer): Signal an error intentionally if it does
13489         not decompress compressed data because auto-compression-mode is
13490         disabled.
13491
13492 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13493
13494         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13495         an ID in the registry even if it has no groups.
13496
13497 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13500         merge it into mm-decompress-buffer.
13501         (gnus-mime-copy-part): Use the MIME part charset, the value which
13502         a user specified or gnus-newsgroup-charset for decoding, like
13503         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13504         save-buffer what was used.  Suggested by Kevin Ryde
13505         <user42@zip.com.au>.
13506         (gnus-mime-inline-part): Allow the name parameter as well as the
13507         filename parameter; force decompressing of compressed data; always
13508         display contents being not decoded as unibyte.
13509
13510         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13511         as well as the filename parameter.
13512
13513         * mm-util.el (mm-decompress-buffer): Merge
13514         gnus-mime-jka-compr-maybe-uncompress.
13515         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13516         of compressed data.
13517
13518 2005-02-08  Simon Josefsson  <jas@extundo.com>
13519
13520         * imap.el (imap-log): Doc fix.
13521
13522 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13525         the coding cookies; decompress compressed parts.
13526
13527         * mml.el (mml-generate-mime-1): Add the charset parameter according
13528         to the value which a user specified manually or the coding cookie.
13529
13530         * mm-util.el (mm-string-to-multibyte): New function.
13531         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13532         (mm-coding-system-to-mime-charset): New function.
13533         (mm-decompress-buffer): New function.
13534         (mm-find-buffer-file-coding-system): New function.
13535
13536         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13537         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13538         parts.
13539
13540 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13541
13542         * mm-view.el (mm-display-inline-fontify): Decode a part according
13543         to the charset parameter.
13544
13545 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13548         prefix arg is neither nil nor a number, as info specifies.
13549
13550 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13551
13552         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13553         timestamps.
13554
13555 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13556
13557         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13558         groups error checking and notify user.
13559
13560 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13561
13562         * message.el (message-send-mail-function): Check existence of
13563         sendmail-program first before using default value
13564         `message-send-mail-with-sendmail'.  Otherwise use more generic
13565         `smtpmail-send-it'.
13566
13567 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * nntp.el (nntp-request-update-info): Always return nil.
13570
13571 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13572
13573         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13574
13575 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13576
13577         * message.el (message-beginning-of-line): Change the behavior when
13578         invoked between BOL and : so that it first moves backward.
13579
13580 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13583         article buffer when editing of the article is discarded.
13584         (gnus-article-prepare): Revert.
13585
13586 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * gnus-art.el (gnus-article-prepare):
13589         Remove message-strip-forbidden-properties from the local hook.
13590
13591 2005-01-27  Simon Josefsson  <jas@extundo.com>
13592
13593         * password.el (password-cache-add): Only start one timer per key.
13594         Reported by Derek Atkins <warlord@MIT.EDU>.
13595
13596 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13597
13598         * run-at-time.el: Removed.  It is no longer needed as
13599         timer-funcs.el in the xemacs-base package has a working version of
13600         `run-at-time'.
13601
13602         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13603
13604         * password.el: Require timer-funcs instead of run-at-time in
13605         XEmacs.
13606         Remove `password-run-at-time' macro.
13607         (password-cache-add): Use `run-at-time' instead of
13608         `password-run-at-time'.
13609
13610         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13611         Remove `nnheader-cancel-function-timers' alias,
13612         `cancel-function-timers' exists in XEmacs in timer-funcs.
13613
13614         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13615         for `run-with-idle-timer'.
13616
13617         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13618         for `run-at-time'.
13619
13620         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13621         for `with-timeout'.
13622
13623         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13624         the same as for XEmacs 21.4.
13625         No need to ignore `run-with-idle-timer', this function exists in
13626         XEmacs now in timer-funcs.el in the xemacs-base package.
13627         (dgnushack-compile): No need to delete
13628         run-at-time.el from the list of files to compile because it
13629         doesn't exist anymore.
13630
13631 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13634         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13635
13636 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13637
13638         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13639         sensitively.
13640
13641 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13642
13643         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13644
13645 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13646
13647         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13648         which will be inserted according to the multibyteness of a buffer
13649         rather than the type of contents.  Suggested by ARISAWA Akihiro
13650         <ari@mbf.ocn.ne.jp>.
13651
13652         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13653         of string which old xml.el may return rather than a string.
13654
13655 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13658
13659 2005-01-16  Simon Josefsson  <jas@extundo.com>
13660
13661         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13662         idn/idna.el isn't available.
13663         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13664         <michael@waxrat.com>.
13665
13666         * hashcash.el: Remove non-FSF copyright header.
13667
13668         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13669         (hashcash-generate-payment): Use it.
13670         (hashcash-generate-payment-async): Use it.
13671
13672 2005-01-15  Simon Josefsson  <jas@extundo.com>
13673
13674         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13675         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13676
13677         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13678         gnus-summary-idna-message.
13679         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13680         (gnus-summary-idna-message): New function.
13681
13682 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13683
13684         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13685         gnus-novice-user.
13686
13687 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * nnrss.el (nnrss-request-delete-group): Delete entries in
13690         nnrss-group-alist as well.
13691         (nnrss-save-server-data): Insert newline.
13692
13693 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13694
13695         * gnus.el (gnus-user-agent): Use list of symbols instead of
13696         symbols.  Display full version number for (S)XEmacs.  Optionally
13697         display (S)XEmacs codename.
13698
13699         * gnus-util.el (gnus-emacs-version): Update for new
13700         `gnus-user-agent'.
13701
13702         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13703         Gnus version.
13704
13705 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13706
13707         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13708         which is unreadable in some setups.
13709
13710 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * gnus-spec.el (gnus-update-format-specifications): Flush the
13713         group format spec cache if it doesn't support decoded group names.
13714
13715 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13718         Allow to apply decay on score files matching a regexp.
13719
13720 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13723         compatibility in %g and %c.
13724
13725 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13728         name for only %g and %c.
13729         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13730         of gnus-tmp-group to decoded group name.
13731         (gnus-group-make-rss-group): Exclude `/'s from group names.
13732
13733 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * nnrss.el (nnrss-get-encoding): Fix regexp.
13736
13737 2004-12-27  Simon Josefsson  <jas@extundo.com>
13738
13739         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13740         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13741         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13742
13743 2004-12-17  Kim F. Storm  <storm@cua.dk>
13744
13745         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13746
13747         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13748
13749 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13750
13751         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13752
13753 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * nnrss.el: Require rfc2047 and mml.
13756         (nnrss-file-coding-system): New variable.
13757         (nnrss-format-string): Redefine it as an inline function.
13758         (nnrss-decode-group-name): New function.
13759         (nnrss-string-as-multibyte): Remove.
13760         (nnrss-retrieve-headers): Decode group name; don't use
13761         nnrss-format-string.
13762         (nnrss-request-group): Decode group name.
13763         (nnrss-request-article): Decode group name; allow a Message-ID as
13764         well as an article number; don't use nnrss-format-string; encode a
13765         Message-ID string which may contain non-ASCII characters; use
13766         mml-to-mime to compose a MIME article.
13767         (nnrss-request-expire-articles): Decode group name.
13768         (nnrss-request-delete-group): Decode group name.
13769         (nnrss-fetch): Clarify error message.
13770         (nnrss-read-server-data): Use insert-file-contents instead of load;
13771         bind file-name-coding-system; use multibyte buffer.
13772         (nnrss-save-server-data): Bind coding-system-for-write to the
13773         value of nnrss-file-coding-system; bind file-name-coding-system;
13774         add coding cookie.
13775         (nnrss-read-group-data): Use insert-file-contents instead of load;
13776         bind file-name-coding-system; use multibyte buffer.
13777         (nnrss-save-group-data): Bind coding-system-for-write to the
13778         value of nnrss-file-coding-system; bind file-name-coding-system.
13779         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13780         make it work with non-ASCII text.
13781         (nnrss-find-el): Make it work with old xml.el as well.
13782
13783 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13784
13785         * nnrss.el (nnrss-get-encoding): New function.
13786         (nnrss-fetch): Use unibyte buffer initially; bind
13787         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13788         decode contents according to the encoding attribute.
13789         (nnrss-save-group-data): Add coding cookie.
13790         (nnrss-mime-encode-string): New function.
13791         (nnrss-check-group): Use it to encode subject and author.
13792
13793 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13794
13795         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13796         imaginary variable.
13797
13798 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13801         correctly even if there are wide characters.
13802
13803 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13804
13805         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13806         downcased symbol names; make a new cache instead of reusing
13807         bbdb-hashtable.
13808
13809 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13812         concatenating segments rather than before concatenating them.
13813         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13814
13815         * message.el (message-get-reply-headers): Bind `extra'.
13816
13817 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13818
13819         * message.el (message-extra-wide-headers): New variable.
13820         (message-get-reply-headers): Use it.
13821
13822 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13825         (gnus-agent-group-pathname): Ditto.
13826
13827         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13828
13829         * gnus-group.el (gnus-group-make-group): Decode group name.
13830         (gnus-group-make-rss-group): Register the group data after opening
13831         the nnrss group.
13832
13833 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13834
13835         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13836         by expiry now get marked as read.
13837
13838 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13841
13842 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13843
13844         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13845         unify Latin characters in XEmacs.
13846         (mm-find-mime-charset-region): Use it.
13847
13848 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * gnus-util.el (gnus-delete-directory): New function.
13851
13852         * gnus-agent.el (gnus-agent-delete-group): Use it.
13853
13854         * gnus-cache.el (gnus-cache-delete-group): Use it.
13855
13856 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13859         names.
13860
13861 2004-12-16  Simon Josefsson  <jas@extundo.com>
13862
13863         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13864
13865 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13868
13869         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13870         (gnus-group-set-current-level): Decode group name.
13871
13872 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13873
13874         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13875         failed.
13876
13877 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * gnus-group.el (gnus-group-delete-group): Decode group name.
13880         (gnus-group-make-rss-group): Encode group name.
13881         (gnus-group-catchup-current): Decode group name.
13882         (gnus-group-kill-group): Decode group name.
13883
13884 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13885
13886         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13887
13888 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * gnus-group.el (gnus-group-make-rss-group):
13891         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13892
13893         * gnus-start.el (gnus-setup-news): Honor user's setting to
13894         gnus-message-archive-method.  Suggested by Lute Kamstra
13895         <lute@gnu.org>.
13896
13897 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13898
13899         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13900         global counterparts of the buffer-local variables.
13901
13902 2004-11-16  Romain Francoise  <romain@orebokech.com>
13903
13904         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13905         counterparts of the buffer-local variables.
13906
13907 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13908
13909         * message.el (message-forbidden-properties): Fixed typo in doc
13910         string.
13911
13912 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13913
13914         * gnus-util.el (gnus-replace-in-string): Added doc string.
13915
13916         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13917         to avoid problems when splitting mails with many recipients.
13918
13919 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13920
13921         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13922         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13923
13924 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13925
13926         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13927         if there is no hashtable in memory or file modification time is
13928         newer than cached timestamp.
13929
13930 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13931
13932         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13933         not-matching option.
13934
13935 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13936
13937         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13938         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13939         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13940         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13941         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13942         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13943
13944 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * message.el (message-forward-make-body-mml): Remove headers
13947         according to message-forward-ignored-headers if a message is decoded.
13948
13949 2004-12-02  Romain Francoise  <romain@orebokech.com>
13950
13951         * message.el (message-forward-make-body-plain): Always remove
13952         headers according to message-forward-ignored-headers.
13953
13954 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13955
13956         * spam.el (spam-summary-prepare-exit): Remove the
13957         gnus-summary-limit pop for now, it has problems with ham marks for
13958         me.
13959
13960 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13961
13962         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13963         correctly.
13964
13965 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13966
13967         * format-spec.el (format-spec): Message the char.
13968
13969 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13970
13971         * gnus-art.el (gnus-split-methods): Reformat comments.
13972
13973         * spam.el (spam-summary-prepare-exit): Remove article limits
13974         before exiting the summary buffer.
13975
13976 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13979         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13980
13981         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13982         order to silence the byte compiler.
13983
13984         * spam.el: Fix the way to silence the byte compiler, which
13985         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13986         bbdb-search-simple, spam-BBDB-register-routine,
13987         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13988         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13989         spam-stat-buffer-is-spam, spam-stat-load,
13990         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13991         spam-stat-save and spam-stat-split-fancy.
13992
13993 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13996         which may confuse users.
13997         (canlock-password-for-verify): Ditto.
13998
13999         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14000
14001         * gnus-art.el (gnus-emphasis-alist): Ditto.
14002
14003         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14004
14005         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14006
14007         * gnus-start.el (gnus-save-killed-list): Ditto.
14008
14009         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14010         (gnus-sum-thread-tree-root): Ditto.
14011         (gnus-sum-thread-tree-false-root): Ditto.
14012         (gnus-sum-thread-tree-single-indent): Ditto.
14013
14014         * message.el (message-courtesy-message): Ditto.
14015         (message-archive-note): Ditto.
14016         (message-subscribed-address-file): Ditto.
14017         (message-user-fqdn): Ditto.
14018
14019         * spam-report.el (spam-report-gmane-regex): Ditto.
14020
14021         * spam.el (spam-blackhole-good-server-regex): Ditto.
14022
14023 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * mml.el (mml-preview): Widen the message buffer before copying
14026         the contents to the preview buffer; sort headers before previewing.
14027
14028         * message.el (message-hidden-headers): Fix the way to avoid a bug
14029         in the `repeat' widget in Emacs 21.3 or earlier.
14030
14031 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * message.el (message-hidden-headers): Default to "^References:".
14034         Improve customization type.  Suggested by Reiner Steib
14035         <Reiner.Steib@gmx.de>.
14036
14037 2004-11-25  Romain Francoise  <romain@orebokech.com>
14038
14039         * message.el (message-strip-forbidden-properties): Remove check for
14040         obsolete `message-hidden' text property, hidden headers are not
14041         accessible in the buffer anymore.
14042
14043 2004-11-22  Romain Francoise  <romain@orebokech.com>
14044
14045         * message.el (message-header-format-alist): Add `From' in list
14046         so that it can be sorted.
14047         (message-fix-before-sending): Widen and sort headers before
14048         sending.
14049         (message-hide-headers): Use narrowing to hide headers by moving
14050         them to the top of the buffer and narrowing to the region
14051         underneath.
14052
14053 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14054
14055         * message.el (message-strip-forbidden-properties): Bind
14056         buffer-read-only (etc) to nil.
14057
14058 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14061         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14062
14063 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14064
14065         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14066
14067 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14068
14069         * dns.el (query-dns): Use sit-for to time instead of
14070         accept-process-output, since that doesn't seem to work on udp
14071         sockets.
14072
14073 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14076
14077 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14078
14079         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14080         doc string.  Improve doc string.
14081
14082 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * nntp.el (nntp-request-update-info): Return nil if
14085         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14086         may not call gnus-activate-group which uselessly issues the GROUP
14087         commands for all nntp groups and wastes time.  Reported by Romain
14088         Francoise <romain@orebokech.com>.
14089
14090         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14091
14092 2004-11-15  Simon Josefsson  <jas@extundo.com>
14093
14094         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14095         headers separately.
14096         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14097         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14098
14099 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14100
14101         * gnus-start.el (gnus-convert-old-newsrc):
14102         Assign legacy-gnus-agent to 5.10.7.
14103
14104 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14105
14106         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14107         start of the lines.
14108
14109 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14110
14111         * hashcash.el (hashcash-default-payment): Change default to 20.
14112         (hashcash-default-accept-payment): Change default to 20.
14113         (hashcash-process-alist): New variable.
14114         (hashcash-generate-payment-async): Add.
14115         (hashcash-already-paid-p): Add.
14116         (hashcash-insert-payment): Don't generate payments twice.
14117         (hashcash-insert-payment-async): Add.
14118         (hashcash-insert-payment-async-2): Add.
14119         (hashcash-cancel-async): Add.
14120         (hashcash-wait-async): Add.
14121         (hashcash-processes-running-p): Add.
14122         (hashcash-wait-or-cancel): Add.
14123         (mail-add-payment): New optional argument.  Conditionally start
14124         asynchronous calculation.
14125         (mail-add-payment-async): Add.
14126
14127         * message.el (message-send-mail): Wait for asynchronous hashcash
14128         results.  Don't clobber existing X-Hashcash headers.
14129         (message-setup-1): Call mail-add-payment-async when
14130         message-generate-hashcash is non-nil.
14131
14132 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14133
14134         * message.el (message-use-alternative-email-as-from): Examine the
14135         From header as well; use message-make-from in order to include a
14136         user's full name.
14137
14138 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14141         default; improve customization type.
14142         (gnus-emphasis-custom-with-format): New macro.
14143         (gnus-emphasis-custom-value-to-external): New function.
14144         (gnus-emphasis-custom-value-to-internal): New function.
14145
14146 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14147
14148         * dns.el (query-dns): Resolve reverse addresses.
14149
14150 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14151
14152         * gnus-group.el (gnus-group-get-new-news): Use it.
14153
14154         * gnus-start.el (gnus-check-reasonable-setup): New function.
14155
14156 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14159         "Args out of range" error.  Reported by Arnaud Giersch
14160         <arnaud.giersch@free.fr>.
14161
14162 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14163
14164         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14165
14166 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14167
14168         * spam.el (spam group): Add :version.
14169
14170         * pgg-def.el (pgg group): Add :version.
14171
14172 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * gnus-art.el (gnus-article-edit-article): Don't associate the
14175         article buffer with a draft file.  This is a temporary measure
14176         against the 2004-08-22 change to gnus-article-edit-mode.
14177
14178 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14181         (html2text-format-tags): Remove unused variable `attr'.
14182
14183 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14184
14185         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14186
14187         * tls.el (tls-process-connection-type, tls-success)
14188         (tls-certtool-program): Add :version.
14189
14190         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14191         (starttls-extra-arguments, starttls-process-connection-type)
14192         (starttls-connect, starttls-failure, starttls-success): Add :version.
14193
14194         * spam-stat.el (spam-stat): Add :version.
14195
14196         * sieve.el (sieve): Add :version.
14197
14198         * sha1.el (sha1): Add :version.
14199         (sha1-use-external): Remove redundant version.
14200
14201         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14202         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14203         (nnmail-split-fancy-match-partial-words)
14204         (nnmail-split-lowercase-expanded): Add :version.
14205
14206         * nndiary.el (nndiary): Add :version.
14207
14208         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14209
14210         * mml-sec.el (mml-default-sign-method)
14211         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14212         Add :version.
14213
14214         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14215
14216         * mm-url.el (mm-url-use-external, mm-url-program)
14217         (mm-url-arguments): Add :version.
14218
14219         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14220         (mm-attachment-file-modes, mm-decrypt-option)
14221         (mm-w3m-safe-url-regexp): Add :version.
14222
14223         * message.el (message-cite-prefix-regexp)
14224         (message-sendmail-envelope-from, message-minibuffer-local-map)
14225         (message-user-fqdn, message-completion-alist): Add :version.
14226
14227         * gnus-win.el (gnus-configure-windows-hook)
14228         (gnus-use-frames-on-any-display): Add :version.
14229
14230         * gnus-art.el (gnus-article-address-banner-alist)
14231         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14232         (gnus-treat-from-picon, gnus-treat-mail-picon)
14233         (gnus-treat-x-pgp-sig): Add :version.
14234
14235         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14236         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14237         (gnus-summary-article-delete-hook)
14238         (gnus-summary-display-while-building): Add :version.
14239
14240         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14241         (gnus-get-top-new-news-hook): Add :version.
14242
14243         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14244         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14245
14246         * gnus-registry.el (gnus-registry): Add :version.
14247
14248         * gnus-spec.el (gnus-use-correct-string-widths)
14249         (gnus-make-format-preserve-properties): Add :version.
14250
14251         * gnus.el (gnus-group-charter-alist)
14252         (gnus-group-fetch-control-use-browse-url)
14253         (gnus-install-group-spam-parameters): Add :version.
14254
14255         * gnus-diary.el (gnus-diary): Add :version.
14256
14257         * gnus-delay.el (gnus-delay): Add :version.
14258
14259         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14260         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14261         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14262         Add :version.
14263
14264         * gnus-agent.el (gnus-agent-max-fetch-size)
14265         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14266         (gnus-agent-prompt-send-queue): Add :version.
14267
14268         * deuglify.el (gnus-outlook-deuglify): Add :version.
14269
14270         * html2text.el: Beautify code.  Improve doc strings.  Some
14271         checkdoc cleanup.
14272         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14273
14274 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14275
14276         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14277
14278 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14279
14280         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14281         when package is loaded.
14282
14283         * spam.el (spam-summary-score-preferred-header): Add global preference
14284         for people who want to override the default SpamAssassin over
14285         Bogofilter preference (when both are set).
14286         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14287         (spam-user-format-function-S): Check
14288         spam-summary-score-preferred-header.
14289         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14290         (spam-user-format-function-S): Format the score correctly.
14291
14292 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14295         signature file.  Suggested by Manoj Srivastava
14296         <srivasta@golden-gryphon.com>.
14297
14298         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14299         iso-2022-jp even in the Japanese language environment.
14300         Suggested by Jason Rumney <jasonr@gnu.org>.
14301
14302 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14305         use the same characters as the dummy marks; make it free from
14306         getting affected by the language environment.
14307         (gnus-summary-read-group-1): Update mark positions only when the
14308         format spec is updated.
14309
14310         * gnus-spec.el (gnus-update-format-specifications): Return a list
14311         of updated types.
14312
14313 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14316         of boundp to check if display-warning is available.
14317
14318 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14319
14320         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14321
14322 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * nnspool.el (nnspool-spool-directory): Use news-path if the
14325         news-directory variable is not bound.
14326
14327         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14328         function instead of display-warning if it is not available.
14329
14330 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14331
14332         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14333         v5-10: Use `point-at-bol'.
14334
14335 2004-10-26  Simon Josefsson  <jas@extundo.com>
14336
14337         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14338         <chenggao@gmail.com>.
14339
14340 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14343         instead.
14344
14345 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14346
14347         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14348         to remove a server from the nnimap-server-buffer-alist.
14349         (nnimap-open-connection, nnimap-close-server): Use it.
14350
14351         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14352
14353 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14356         running the major-mode function.
14357
14358 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14359
14360         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14361         dummy marks in the right way.
14362
14363 2004-10-18  David Edmondson  <dme@dme.org>
14364
14365         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14366         excessively.
14367
14368 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14369
14370         * gnus-util.el (gnus-split-references): Accept a nil references
14371         string and go on blissfully.
14372
14373         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14374         cases where the references string is non-nil but has no references.
14375
14376         * encrypt.el: Add autoload tags.
14377
14378         * spam.el (spam-resolve-registrations-routine): Remove article
14379         from unregistration list too.  Reported by David Hanak
14380         <dhanak@isis.vanderbilt.edu>
14381
14382 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14383
14384         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14385         nil.  Changed custom type.
14386
14387 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14390
14391         * gnus-sum.el (gnus-summary-move-article): Use it.
14392
14393 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14394
14395         * encrypt.el: Add autoload cookies.
14396
14397         * spam.el (spam-backend-article-list-property)
14398         (spam-backend-get-article-todo-list)
14399         (spam-backend-put-article-todo-list)
14400         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14401         Resolve registrations separately.
14402         (spam-register-routine): Format comments.
14403         (spam-unregister-routine, spam-register-routine): Always call with
14404         specific-articles, no default list.
14405         (spam-summary-prepare-exit): Use the spam-classifications function.
14406
14407         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14408         gnus-encrypt.el.
14409
14410         * encrypt.el: Copied from gnus-encrypt.el.
14411
14412         * gnus-encrypt.el: Commented that it's obsolete.
14413
14414 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14417         (gnus-score-save): Use it.
14418
14419         * message.el (message-bury): Use `window-dedicated-p'.
14420
14421 2004-10-15  Simon Josefsson  <jas@extundo.com>
14422
14423         * pop3.el (top-level): Don't require nnheader.
14424         (pop3-read-timeout): Add.
14425         (pop3-accept-process-output): Add.
14426         (pop3-read-response, pop3-retr): Use it.
14427
14428 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14429
14430         * spam.el (spam-register-routine): Move comment.
14431         (spam-verify-bogofilter): Use 'unknown for the initial
14432         spam-bogofilter-valid state, not 'never.
14433
14434         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14435         for netrc-machine.
14436
14437         * nnimap.el (nnimap-open-connection): Use
14438         netrc-machine-user-or-password.
14439
14440 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14441
14442         * gnus-registry.el (gnus-registry-unload-hook):
14443         Set as a variable with add-hook.
14444
14445         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14446         of news-path.
14447
14448         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14449
14450         * spam.el: Delete duplicate `provide'.
14451         (spam-unload-hook): Set as a variable with add-hook.
14452
14453 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14456         in the doc string.
14457
14458         * message.el (message-ignored-news-headers)
14459         (message-ignored-supersedes-headers)
14460         (message-ignored-resent-headers)
14461         (message-forward-ignored-headers): Improve custom type.
14462
14463 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * message.el (message-tokenize-header): Fix 2004-09-06 change
14466         which used point-min in the wrong place.
14467
14468 2004-10-12  Simon Josefsson  <jas@extundo.com>
14469
14470         * tls.el (tls-certtool-program): New variable.
14471         (tls-certificate-information): New function, based on
14472         ssl-certificate-information.
14473
14474 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * compface.el: Move the version of ELisp-based uncompface program
14477         to the contrib directory because of the copyright problem.
14478
14479 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * message.el (message-kill-buffer): Raise the current frame.
14482
14483 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14484
14485         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14486
14487         * gnus.el (message-y-or-n-p): Autoload.
14488
14489         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14490         (pop3-password-required, pop3-authentication-scheme)
14491         (pop3-leave-mail-on-server): Made customizable.
14492         (pop3): New custom group.
14493         (pop3-retr): Remove `sleep-for' statements.
14494         Suggested by Dave Love <fx@gnu.org>.
14495
14496         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14497         Windows/DOS.
14498
14499         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14500         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14501         Dave Love <fx@gnu.org>.
14502
14503         * mml.el (mml-minibuffer-read-disposition): Require match.
14504         Suggested by Dave Love <fx@gnu.org>.
14505
14506 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14509         doc string.
14510
14511 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14514
14515 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14516
14517         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14518         instead of calling `mm-insert-inline', to decode text/* parts
14519         before displaying them.
14520
14521 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * mm-uu.el (mm-uu-text-plain-type): New variable.
14524         (mm-uu-pgp-signed-extract-1): Use it.
14525         (mm-uu-pgp-encrypted-extract-1): Use it.
14526         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14527         bind mm-uu-text-plain-type with that value.
14528         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14529         mm-uu-dissect.
14530
14531 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * gnus-group.el (gnus-update-group-mark-positions):
14534         * gnus-sum.el (gnus-update-summary-mark-positions):
14535         * message.el (message-check-news-body-syntax):
14536         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14537         of string-as-multibyte.
14538
14539 2004-10-05  Juri Linkov  <juri@jurta.org>
14540
14541         * gnus-group.el (gnus-update-group-mark-positions):
14542         * gnus-sum.el (gnus-update-summary-mark-positions):
14543         * message.el (message-check-news-body-syntax):
14544         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14545         8-bit unibyte values to a multibyte string for search functions.
14546
14547 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14550         (mm-uu-dissect-text-parts): New function.
14551
14552         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14553         dissect text parts.
14554
14555         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14556         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14557
14558         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14559
14560         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14561         gnus-current-topics instead of gnus-current-topic.
14562
14563 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14564
14565         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14566
14567 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14568
14569         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14570         where approriate.
14571
14572         * nnml.el (nnml-generate-active-info): do.
14573
14574         * nndiary.el (nndiary-generate-active-info): do.
14575
14576         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14577         (gnus-topic-move): do.
14578
14579         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14580         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14581
14582         * gnus-srvr.el (gnus-server-prepare)
14583         (gnus-server-open-all-servers): do.
14584
14585         * gnus-msg.el (gnus-summary-cancel-article)
14586         (gnus-summary-resend-message)
14587         (gnus-summary-mail-crosspost-complaint): do.
14588
14589         * gnus-move.el (gnus-change-server): do.
14590
14591         * gnus-group.el (gnus-group-unmark-all-groups)
14592         (gnus-group-set-current-level): do.
14593
14594 2004-10-04  Simon Josefsson  <jas@extundo.com>
14595
14596         * message.el (message-generate-hashcash): Doc fix.
14597
14598 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14599
14600         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14601         avoid infinite recursion via gnus-get-function.
14602
14603 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14604
14605         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14606
14607         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14608
14609         * nnmail.el (nnmail-split-history): do.
14610
14611         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14612         (nnml-request-delete-group): do.
14613
14614         * nnslashdot.el (nnslashdot-read-groups): do.
14615
14616         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14617         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14618
14619         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14620         (nnspool-sift-nov-with-sed): Use last.
14621         (nnspool-retrieve-headers-with-nov): Use mapc.
14622         (nnspool-request-newgroups): Use dolist.
14623         (nnspool-request-group): Use last.
14624
14625         * nntp.el (nntp-read-server-type): Use dolist.
14626
14627         * nnvirtual.el (nnvirtual-create-mapping)
14628         (nnvirtual-update-read-and-marked): Use dolist.
14629         (nnvirtual-convert-headers): Simplify.
14630
14631 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14632
14633         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14634         support for sync'ing tick marks.
14635
14636 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14639         there's no visible header.
14640
14641 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14642
14643         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14644         necessary, pass full group name to gnus-request-set-marks.
14645
14646 2004-10-01  Simon Josefsson  <jas@extundo.com>
14647
14648         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14649         acroread.
14650
14651 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14652
14653         * spam-report.el (spam-report-gmane): Fix interactive.
14654
14655         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14656
14657         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14658         when writing file.
14659         (gnus-agent-synchronize-flags): Don't default to being
14660         interactive.
14661
14662 2004-09-30  Simon Josefsson  <jas@extundo.com>
14663
14664         * message.el (message-generate-hashcash): Add.
14665         (message-send-mail): Use it, call mail-add-payment.
14666
14667 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14668
14669         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14670
14671 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14672
14673         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14674         gnus-requst-update-info with explicit code to sync the in-memory
14675         info read flags with the marks being sync'd to the backend.
14676
14677         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14678
14679 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14680
14681         * spam.el (spam-verify-bogofilter): Add new function.
14682         (spam-check-bogofilter)
14683         (spam-bogofilter-register-with-bogofilter): Use it.
14684         (spam-verify-bogofilter): Add small fixes.
14685
14686 2004-09-28  Simon Josefsson  <jas@extundo.com>
14687
14688         * hashcash.el (hashcash-generate-payment): Revert.
14689
14690 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14691
14692         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14693         gnus-extract-references instead of gnus-split-references.
14694
14695         * gnus-util.el (gnus-extract-references): Add new function, analogous
14696         to gnus-split-references but extracts only the message-ID without
14697         anything extra.
14698
14699         * hashcash.el (hashcash-generate-payment)
14700         (hashcash-check-payment): Do the right thing if hashcash-path is
14701         nil (because the hashcash program could not be found).
14702
14703         * spam.el (spam-use-hashcash): Remove comment.
14704
14705 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14706
14707         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14708         (gnus-cache-enter-article, gnus-cache-remove-article)
14709         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14710
14711         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14712
14713         * gnus-art.el (article-hide-boring-headers)
14714         (article-translate-strings, article-display-face)
14715         (gnus-article-mime-match-handle-first)
14716         (gnus-article-highlight-headers)
14717         (gnus-article-add-buttons-to-head): do.
14718
14719 2004-09-27  Simon Josefsson  <jas@extundo.com>
14720
14721         * hashcash.el: New version, from
14722         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14723         ../contrib/.
14724
14725 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14728
14729 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14730
14731         * gnus-dup.el (gnus-dup-open): Use mapc.
14732         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14733
14734         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14735         Reported by Stefan Wiens <s.wi@gmx.net>.
14736
14737         * gnus.el (gnus-shutdown): Use dolist.
14738
14739         * gnus-undo.el (gnus-undo): Use mapc.
14740
14741         * nnrss.el (nnrss-generate-active): do.
14742
14743         * message.el (message-cite-original-without-signature)
14744         (message-cite-original): Use mapc.
14745         (message-do-actions, message-make-forward-subject): Use dolist.
14746
14747 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14748
14749         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14750         deletion to remove entire duplicate line.  Fixes merged article
14751         number bug.
14752
14753 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14754
14755         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14756         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14757         first ask if you want to open a server and then, even when you
14758         responded with no, asking if you want to synchronize the server's
14759         flags.
14760         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14761         multi-line expressions.
14762         (gnus-agent-synchronize-group-flags): New internal function.
14763         Updates marks in memory (in the info structure) AND in the
14764         backend.
14765
14766         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14767
14768         * nnagent.el (nnagent-request-set-mark): Use
14769         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14770         method, to ensure that synchronization updates marks in the
14771         backend and in the info (in memory) structure.
14772
14773 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14776         convention fully; don't miss the root article of a thread; make
14777         the X-Draft-From header with correct article numbers.
14778
14779 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14780
14781         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14782         unless plugged.  Disable the agent so that an open failure causes
14783         an error.
14784
14785         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14786         Reverted 2004-09-21 change.  The backend must be opened while
14787         synchronizing flags even when the backend stores the flags
14788         locally.
14789
14790 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14793         in `header' match.  Reported by Svend Tollak Munkejord.
14794
14795         * message.el (message-cite-original): Fix use of
14796         `message-cite-articles-with-x-no-archive'.
14797
14798 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14801         (gnus-window-to-buffer): Ditto.
14802
14803         * mml.el (mml-preview-buffer): New variable.
14804         (mml-preview): Manage window layout with gnus-buffer-configuration.
14805
14806         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14807         X-Draft-From header even if those articles aren't quoted.
14808
14809 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14810
14811         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14812         (gnus-request-set-mark, gnus-request-update-mark): Use new
14813         g-s-t-u-l-m to decide to use backend even when unplugged.
14814
14815 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14818         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14819
14820 2004-09-20  Simon Josefsson  <jas@extundo.com>
14821
14822         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14823         "utf-16-le".
14824
14825 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14826
14827         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14828
14829 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * uudecode.el (uudecode-use-external): Add :version.
14832
14833         * smime.el (smime-CA-file, smime-encrypt-cipher)
14834         (smime-dns-server): Add :version.
14835
14836         * smiley.el (gnus-smiley-file-types): Add :version.
14837
14838         * sha1.el (sha1-use-external): Add :version.
14839
14840         * pgg-def.el (pgg-query-keyserver): Add :version.
14841
14842         * nnmail.el (nnmail-fancy-expiry-targets)
14843         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14844         Add :version.
14845
14846         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14847         (nnimap-retrieve-groups-asynchronous): Add :version.
14848         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14849
14850         * mml.el (mml-content-disposition-parameters)
14851         (mml-insert-mime-headers-always): Add :version.
14852
14853         * mm-util.el (mm-coding-system-priorities): Add :version.
14854
14855         * mm-decode.el (mm-inline-text-html-with-images)
14856         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14857         (mm-verify-option): Add :version.
14858         (mm-text-html-renderer): Change :version.
14859
14860         * message.el (message-fcc-externalize-attachments)
14861         (message-required-headers, message-draft-headers)
14862         (message-subject-trailing-was-query)
14863         (message-subject-trailing-was-ask-regexp)
14864         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14865         (message-mark-insert-end, message-archive-header)
14866         (message-archive-note, message-cross-post-default)
14867         (message-cross-post-note, message-followup-to-note)
14868         (message-cross-post-note-function, message-use-mail-followup-to)
14869         (message-subscribed-address-functions)
14870         (message-subscribed-address-file, message-subscribed-addresses)
14871         (message-subscribed-regexps, message-allow-no-recipients)
14872         (message-yank-cited-prefix, message-signature-insert-empty-line)
14873         (message-hidden-headers, message-hierarchical-addresses)
14874         (message-mail-user-agent, message-use-idna)
14875         (message-valid-fqdn-regexp)
14876         (message-strip-special-text-properties, message-header-synonyms)
14877         (message-beginning-of-line, message-tab-body-function): Add :version.
14878         (message-insert-canlock, message-wide-reply-confirm-recipients):
14879         Change :version.
14880
14881         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14882         and :version.
14883         (mail-source-delete-old-incoming-confirm)
14884         (mail-source-movemail-program): Add :version.
14885
14886         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14887         (gnus-agent-cache, gnus-agent): Change :version.
14888
14889         * gnus-util.el (gnus-use-byte-compile): Change :version.
14890
14891         * gnus-sum.el (gnus-summary-make-false-root-always)
14892         (gnus-summary-default-high-score)
14893         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14894         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14895         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14896         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14897         (gnus-sum-thread-tree-single-indent)
14898         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14899         (gnus-sum-thread-tree-leaf-with-other)
14900         (gnus-sum-thread-tree-single-leaf): Add :version.
14901         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14902         (gnus-article-loose-mime): Change :version.
14903
14904         * gnus-start.el (gnus-backup-startup-file)
14905         (gnus-save-startup-file-via-temp-buffer): Add :version.
14906
14907         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14908         (gnus-server-offline-face): Add :version.
14909
14910         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14911
14912         * gnus-msg.el (gnus-gcc-externalize-attachments)
14913         (gnus-debug-files, gnus-debug-exclude-variables)
14914         (gnus-discouraged-post-methods): Change :version.
14915         (gnus-confirm-mail-reply-to-news)
14916         (gnus-confirm-treat-mail-like-news): Add :version.
14917
14918         * gnus-int.el (gnus-server-unopen-status): Add :version.
14919
14920         * gnus-group.el (gnus-group-jump-to-group-prompt)
14921         (gnus-large-ephemeral-newsgroup)
14922         (gnus-fetch-old-ephemeral-headers): Add :version.
14923
14924         * gnus-fun.el (gnus-x-face-directory)
14925         (gnus-convert-pbm-to-x-face-command)
14926         (gnus-convert-image-to-x-face-command)
14927         (gnus-convert-image-to-face-command): Add :version.
14928
14929         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14930
14931         * gnus-cite.el (gnus-cite-blank-line-after-header)
14932         (gnus-article-boring-faces): Add :version.
14933
14934         * gnus-art.el (gnus-buttonized-mime-types)
14935         (gnus-inhibit-mime-unbuttonizing)
14936         (gnus-treat-display-face)
14937         (gnus-treat-body-boundary): Change :version.
14938         (gnus-body-boundary-delimiter, gnus-picon-databases)
14939         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14940         (gnus-treat-date-english, gnus-treat-fold-headers)
14941         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14942         (gnus-treat-mail-picon, gnus-treat-wash-html)
14943         (gnus-article-encrypt-protocol)
14944         (gnus-use-idna, gnus-article-over-scroll)
14945         (gnus-mime-display-multipart-alternative-as-mixed)
14946         (gnus-mime-display-multipart-related-as-mixed)
14947         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14948         (gnus-ctan-url, gnus-button-ctan-handler)
14949         (gnus-button-handle-ctan-bogus-regexp)
14950         (gnus-button-ctan-directory-regexp)
14951         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14952         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14953         (gnus-button-man-level, gnus-button-emacs-level)
14954         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14955
14956         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14957         (gnus-agent-go-online): Change :version.
14958         (gnus-agent-expire-unagentized-dirs)
14959         (gnus-agent-auto-agentize-methods): Add :version.
14960
14961         * flow-fill.el (fill-flowed-display-column)
14962         (fill-flowed-encode-column): Add :version.
14963
14964         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14965         (gnus-outlook-deuglify-unwrap-max)
14966         (gnus-outlook-deuglify-cite-marks)
14967         (gnus-outlook-deuglify-unwrap-stop-chars)
14968         (gnus-outlook-deuglify-no-wrap-chars)
14969         (gnus-outlook-deuglify-attrib-cut-regexp)
14970         (gnus-outlook-deuglify-attrib-verb-regexp)
14971         (gnus-outlook-deuglify-attrib-end-regexp)
14972         (gnus-outlook-display-hook): Add :version.
14973
14974         * binhex.el (binhex-use-external): Add :version.
14975
14976 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14979         and `invisible'.
14980
14981 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14982
14983         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14984         in gnus-registry-trim.
14985
14986 2004-09-13  Simon Josefsson  <jas@extundo.com>
14987
14988         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14989
14990         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14991
14992         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14993         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14994         <yamaoka@jpl.org>.
14995         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14996         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14997         <yamaoka@jpl.org>.
14998
14999         * sieve.el (sieve-manage-mode): Ditto.
15000
15001 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15004
15005 2004-09-11  Simon Josefsson  <jas@extundo.com>
15006
15007         * dns-mode.el: Add.
15008
15009         * mm-view.el (mm-display-dns-inline): Add.
15010
15011         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15012         (mm-automatic-display): Ditto.
15013
15014         * mailcap.el (mailcap-mime-data): Add text/dns.
15015         (mailcap-mime-extensions): Map .soa to text/dns.
15016
15017 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15018
15019         * gnus-art.el (article-decode-mime-words, article-babel)
15020         (gnus-article-highlight-signature, gnus-article-add-buttons)
15021         (gnus-signature-toggle): Remove unnecessary bindings of
15022         `inhibit-read-only' inherited from v5.10 merge.
15023
15024 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15025
15026         * nntp.el (nntp): New customization group.
15027         (nntp-authinfo-file): Add customization group.
15028
15029         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15030
15031         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15032
15033         * gnus.el (to-address, to-list, subscribed)
15034         (large-newsgroup-initial): Ditto.
15035
15036         * flow-fill.el (fill-flowed-display-column)
15037         (fill-flowed-encode-column): Ditto.
15038
15039 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15040
15041         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15042         Use point-min rather than 1.
15043         (message-send-mail): Use buffer-size rather than point-max.
15044
15045         * gnus-sum.el (gnus-summary-search-article-forward):
15046         Signal a specific `search-failed' rather than a generic `error'.
15047
15048         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15049         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15050         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15051
15052 2004-09-10  Simon Josefsson  <jas@extundo.com>
15053
15054         * nndb.el (require): Remove tcp and duplicate cl.
15055
15056 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * gnus-agent.el (directory-files-and-attributes): Move forward.
15059
15060 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15061
15062         * gnus-agent.el (directory-files-and-attributes): Optionally
15063         defined to support XEmacs.
15064
15065 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15066
15067         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15068         to avoid run-time CL dependencies.
15069         (gnus-agent-unfetch-articles): New function.
15070         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15071         article numbers even when local .overview file is missing.
15072         (gnus-agent-read-article-number): New function.  Only accepts
15073         27-bit article numbers.
15074         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15075         gnus-agent-read-article-number.
15076         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15077         from backend while recognizing that article numbers in .overview
15078         must be valid.
15079         (gnus-agent-update-files-total-fetched-for): Use
15080         directory-files-and-attributes to improve performance.
15081         * gnus-int.el (gnus-request-move-article): Use
15082         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15083         improve performance.
15084
15085         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15086         some users confused by references to .newsrc when they only have a
15087         .newsrc.eld file.
15088         (gnus-convert-mark-converter-prompt)
15089         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15090         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15091         New function.  Used internally to only display 'gnus converting
15092         files' message when actually necessary.
15093
15094         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15095         methods now autoloaded.
15096
15097 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15100         identifiers.
15101
15102 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * gnus-picon.el: Fix indentation and closing parenthesis.
15105
15106 2004-09-01  Simon Josefsson  <jas@extundo.com>
15107
15108         * message.el (message-canlock-generate): Require sha1, not
15109         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15110         to require within a function.  Sadly, if sha1.el isn't loaded, the
15111         let binding in m-c-g will hide the defcustom definition, which is
15112         bad.)
15113
15114         * canlock.el: Require sha1, not sha1-el.
15115
15116         * message.el: Don't autoload sha1 (there is a autoload cookie in
15117         sha1.el).
15118
15119         * sha1-el.el: Renamed to sha1.el.
15120
15121 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15122
15123         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15124
15125 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15126
15127         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15128
15129 2004-08-30  Kim F. Storm  <storm@cua.dk>
15130
15131         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15132
15133         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15134         Add :group 'nnimap.
15135
15136 2004-08-30  Andreas Schwab  <schwab@suse.de>
15137
15138         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15139         ?* and ?\;.
15140
15141         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15142         and ?\' to symbol instead of whitespace.
15143
15144 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15147
15148         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15149         instead of re-search-forward.
15150
15151         * gnus-uu.el (gnus-uu-save-article): Ditto.
15152         (gnus-uu-post-encode-uuencode): Ditto.
15153
15154         * html2text.el (html2text-clean-list-items): Ditto.
15155         (html2text-clean-dtdd): Ditto.
15156         (html2text-format-tags): Ditto.
15157
15158         * message.el (message-send-mail-with-sendmail): Fix regexp.
15159         (message-fill-field-general): Use search-forward instead of
15160         re-search-forward.
15161         (unbold-region): Ditto.
15162
15163         * nnrss.el (nnrss-request-article): Ditto.
15164
15165         * nnslashdot.el (nnslashdot-request-article): Ditto.
15166
15167         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15168
15169         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15170         "Unrecognized menu descriptor" error in XEmacs.
15171
15172 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15173
15174         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15175         parent article of a sparse article in the thread hashtb.
15176
15177 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15178
15179         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15180         (nnmail-expand-newtext): Lowercase expanded entries if
15181         nnmail-split-lowercase-expanded is non-nil.
15182
15183 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15186
15187         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15188         of gnus-tmp-news-method into string under XEmacs.  It will be
15189         passed to gnus-correct-length which takes only a string argument.
15190
15191 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * gnus-util.el (gnus-bind-print-variables): New macro.
15194         (gnus-prin1): Use it.
15195         (gnus-prin1-to-string): Use it.
15196         (gnus-pp): New function.
15197         (gnus-pp-to-string): New function.
15198
15199         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15200         Replace pp-to-string with gnus-pp-to-string.
15201         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15202         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15203         * gnus-msg.el (gnus-debug): Ditto.
15204         * gnus-score.el (gnus-score-save): Ditto.
15205         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15206         gnus-pp-to-string.
15207         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15208         with gnus-pp.
15209         * score-mode.el (gnus-score-pretty-print): Ditto.
15210         * webmail.el (webmail-debug): Ditto.
15211
15212 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15213
15214         * gnus-art.el (article-display-face, article-display-x-face):
15215         Use buffer-read-only.
15216
15217 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * gnus-art.el (article-hide-list-identifiers):
15220         Bind inhibit-read-only as t.
15221
15222 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15223
15224         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15225
15226 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15227
15228         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15229         (gnus-narrow-to-page): Don't assume point-min == 1.
15230         (gnus-article-edit-mode): Derive from message-mode.
15231
15232         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15233         point-min == 1.
15234
15235         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15236         Disable incorrect use of `assert'.
15237
15238         * message.el (message-mode): Set comment-start-skip.
15239
15240
15241 2004-08-22  Sam Steingold  <sds@gnu.org>
15242
15243         * pop3.el (pop3-leave-mail-on-server): New user variable.
15244         (pop3-movemail): Delete mail only when it is nil.
15245
15246 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15247
15248         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15249
15250         * mml.el (mml-preview): Use `pop-to-buffer'.
15251
15252         * message.el (message-goto-mail-followup-to): Insert after "To".
15253         (message-carefully-insert-headers): Add comment.
15254
15255         * gnus.el: Remove unused variable `gnus-article-check-size'.
15256
15257         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15258
15259         * gnus-art.el (gnus-button-alist): Improve
15260         `gnus-button-handle-library' entry.
15261
15262 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15263
15264         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15265         downcase, since XEmacs capitalizes error messages differently.
15266
15267 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15268
15269         * nntp.el: Add (require 'gnus) due to reference to
15270         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15271
15272 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15273
15274         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15275         `mm-fill-flowed'.
15276
15277         * mm-decode.el (mm-dissect-singlepart): Check it.
15278
15279 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15280
15281         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15282         'imap' for netrc parsing.
15283
15284 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * mailcap.el (mailcap-mime-data): Mark as risky.
15287
15288 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15291         may be included in the encoded word.
15292         (rfc2047-encode): Don't append a space if the encoded word
15293         includes close parenthesis.
15294
15295 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15298         of text within parentheses.
15299
15300 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15301
15302         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15303         (gnus-encrypt-write-file-contents): Make the password key the file
15304         name PLUS the cipher, not just the cipher.  Also remove failed
15305         passwords from the cache.
15306
15307 2004-08-06  Simon Josefsson  <jas@extundo.com>
15308
15309         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15310         fix.
15311
15312 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15313
15314         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15315         LWSP.
15316
15317 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15318
15319         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15320         to append in-reply-to: data to the references: header.
15321
15322         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15323         (netrc-parse): Use gnus-encrypt.el functions.
15324
15325         * gnus-encrypt.el: Add new file for encryption support; currently
15326         does only a few GPG ciphers and an internal XOR cipher.
15327
15328         * password.el: Add comments on using password-read-and-add.
15329         (password-read-and-add): Add function to read and add the
15330         password to the cache at once.
15331
15332 2004-07-28  Simon Josefsson  <jas@extundo.com>
15333
15334         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15335         parameter (but don't use it, for now).
15336
15337         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15338         instead of hard coding to nil.
15339
15340 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15343         as mm-inline-image-xemacs does.
15344
15345 2004-07-26  Simon Josefsson  <jas@extundo.com>
15346
15347         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15348         Revert part of 2004-07-17 change below.
15349
15350 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15353         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15354
15355 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15356
15357         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15358         quotes that actually start with ">" at the beginning of the
15359         lines.
15360
15361 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * rfc2047.el (rfc2047-encode-region): Fix last change.
15364         (rfc2047-encode-parameter): Remove useless concat.
15365
15366 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15369         encode special characters; fix some kind of misconfigured headers;
15370         signal a real error if debug-on-quit or debug-on-error is non-nil.
15371         (rfc2047-encode-max-chars): New variable.
15372         (rfc2047-encode-1): Use it.
15373         (rfc2047-encode-parameter): New function.
15374
15375         * mml.el (mml-insert-parameter): Remove an excessive space.
15376
15377 2004-07-17  Simon Josefsson  <jas@extundo.com>
15378
15379         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15380         Kai Grossjohann <kai@emptydomain.de>.
15381         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15382         (gnus-group-make-menu-bar): Ditto.
15383
15384         * gnus-util.el (gnus-group-server): Add.
15385
15386 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15387
15388         * message.el (message-clone-locals): Clone sendmail and smtp
15389         variables.
15390
15391 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * rfc2047.el (rfc2047-encode-region): Fix last change.
15394
15395 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15398         characters as non-special.
15399
15400 2004-07-09  Simon Josefsson  <jas@extundo.com>
15401
15402         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15403         Users will lose all flag changes made while unplugged with
15404         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15405         good default.  See numerous reports on ding mailing list.
15406
15407 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15408
15409         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15410         add generate-head-function and generate-article-function to the
15411         rfc822-forward entry.
15412         (nndoc-rfc822-forward-generate-article): New function.
15413         (nndoc-rfc822-forward-generate-head): New function.
15414
15415         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15416
15417 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15418
15419         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15420         respect display group parameter and gnus-summary-expunge-below.
15421         (gnus-articles-to-read): Remove unused reference to display group
15422         parameter.
15423
15424 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15425
15426         * nnheader.el (nnheader-uniquify-message-id): New experimental
15427         variable.
15428         (nnheader-nov-read-message-id): Use it.
15429
15430         * spam-report.el (spam-report-gmane): Add interactive.
15431
15432 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15435         qp-or-base64 for the application/* types.
15436
15437 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15438
15439         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15440
15441 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15442
15443         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15444         trim value.
15445
15446 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15447
15448         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15449         New macro and function.
15450         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15451
15452 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15455         after-load-alist.
15456
15457 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15458
15459         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15460         update info that isn't there.
15461
15462 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15463
15464         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15465         entry.
15466
15467 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * mm-view.el (mm-inline-render-with-function): Use multibyte
15470         buffer; decode html source by charset.
15471
15472         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15473
15474         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15475         Mule-UCS is loaded under XEmacs.
15476         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15477
15478 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15479
15480         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15481
15482 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * mm-util.el (mm-coding-system-p): Return a coding-system.
15485         (mm-mime-mule-charset-alist): Use shift_jis instead of
15486         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15487         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15488         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15489         instead of japanese-shift-jis and iso-latin-1 respectively in
15490         order to share the default value with both Emacs and XEmacs-mule.
15491         (mm-mule-charset-to-mime-charset): Make
15492         mm-coding-system-priorities effective.
15493         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15494         while predicating of candidates upon the priorities.
15495
15496 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15497
15498         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15499         gnus-uu-invert-processable.
15500
15501         * gnus.el: Autoload gnus-uu-invert-processable.
15502
15503 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * mm-util.el (mm-with-multibyte-buffer): New macro.
15506
15507         * rfc2047.el (rfc2047-encode-string): Use it.
15508         (rfc2047-encode-region): Move point to the end of the region after
15509         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15510
15511 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15514         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15515
15516 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15519         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15520         Karl Chen <quarl@nospam.quarl.org>.
15521
15522 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15523
15524         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15525         invalid addresses.
15526
15527 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15528
15529         * spam.el: Change section markers, revise TODO list.
15530         (spam-backends): Make new master list of all installed backends.
15531         (spam-summary-exit-behavior): Add new variable to determine how
15532         messages moves are done at summary exit.
15533         (spam-move-spam-nonspam-groups-only)
15534         (spam-process-ham-in-nonham-groups)
15535         (spam-process-ham-in-spam-groups): Remove variables, the
15536         spam-summary-exit-behavior variable should be used to manage this
15537         behavior.
15538         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15539         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15540         and spam-old-spam-articles.
15541         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15542         Add empty variables, placeholders for the backends they represent.
15543         (spam-set-difference): Move, unchanged.
15544         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15545         unless the user has a processor variable.
15546         (spam-classifications, spam-classification-valid-p)
15547         (spam-backend-properties, spam-backend-property-valid-p)
15548         (spam-backend-function-type-valid-p)
15549         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15550         (spam-report-articles-gmane, spam-report-articles-resend):
15551         Remove functions, they are not needed.
15552         (spam-install-backend-super, spam-backend-list)
15553         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15554         (spam-backend-function, spam-backend-ham-registration-function)
15555         (spam-backend-spam-registration-function)
15556         (spam-backend-ham-unregistration-function)
15557         (spam-backend-spam-unregistration-function)
15558         (spam-backend-statistical-p, spam-backend-mover-p)
15559         (spam-install-backend-alias, spam-install-checkonly-backend)
15560         (spam-install-mover-backend, spam-install-nocheck-backend)
15561         (spam-install-backend, spam-install-statistical-backend)
15562         (spam-install-statistical-checkonly-backend): Add backend installation
15563         support.
15564         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15565         (spam-group-processor-p): Use the new backend code and respect the
15566         summary exit behavior.
15567         (spam-mark-spam-as-expired-and-move-routine): Remove.
15568         (spam-summary-prepare): Change to use the new spam-old-articles
15569         variable.
15570         (spam-copy-or-move-routine, spam-copy-spam-routine)
15571         (spam-move-spam-routine, spam-copy-ham-routine)
15572         (spam-move-ham-routine): Add code to copy/move ham or spam.
15573         (spam-fetch-field-fast): Improve doc and code, plus allow the
15574         'number request.
15575         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15576         variables.
15577         (spam-split, spam-find-spam): Use the new backend code.
15578         (spam-registration-functions): Remove variable.
15579         (spam-unregister-routine): Add convenience wrapper.
15580         (spam-log-undo-registration, spam-register-routine)
15581         (spam-log-processing-to-registry)
15582         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15583         where possible.
15584         (spam-check-gmane-xref, spam-check-regex-headers)
15585         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15586         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15587         (spam-check-bogofilter-headers, spam-check-spamoracle)
15588         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15589         (spam-check-crm114-headers): Use the spam-split-group that
15590         spam-split prepares, no need to determine it every time.
15591
15592         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15593         to the nnheader-parse-naked-head call.
15594
15595         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15596
15597         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15598         the nnheader-nov-read-message-id call.
15599
15600 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15603         gnus-activate-group twice.  Suggested by Markus Peter
15604         <warp@spin.de>.
15605
15606 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus-art.el (gnus-article-time-format): Exchange the order of
15609         day and month in the default value; fix customization type.
15610         (article-date-ut): Use add-text-properties.
15611         (article-make-date-line): Use message-make-date instead of
15612         current-time-string.
15613
15614         * message.el (message-fetch-field): Don't use set-text-properties.
15615         (message-make-date): Simplify.
15616
15617         * messagexmas.el (message-xmas-make-date): New function.
15618         (message-xmas-redefine): Defalias message-make-date to it.
15619
15620 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15623         (rfc2047-encode-region): Treat text within parentheses as special;
15624         show the original text when error has occurred.
15625
15626         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15627         already-computed method to gnus-activate-group.
15628
15629         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15630         same select-methods identical Lisp objects.
15631
15632         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15633         object when modifying the info.
15634
15635 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15638         gnus-opened-servers since it has never been opened with the new
15639         configuration yet.
15640
15641 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15644         arg to nnheader-generate-fake-message-id.
15645
15646 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15647
15648         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15649         number and build a fake message ID localized to a group and
15650         article number (so it's repeatable from that point on).
15651         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15652         ID format.
15653
15654         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15655         nnheader-generate-fake-message-id with the article number.
15656
15657 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15658
15659         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15660         end-of-buffer.
15661
15662 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15663
15664         * message.el (message-ignored-supersedes-headers): Add Approved.
15665
15666 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15669         goto-char.
15670         (rfc2047-encode): Fold the line before encoding.
15671
15672 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15673
15674         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15675         folding -- not all headers can be folded, and this should be done
15676         by the message composition mode.  Probably.  I think.
15677
15678 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15681         fast.
15682
15683         * gnus-ems.el (gnus-remove-image): Don't use
15684         message-text-with-property; remove only the image found first.
15685
15686         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15687         found first.
15688
15689 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15690
15691         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15692
15693 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * message.el (message-text-with-property): Make it fast and accept
15696         optional arguments.
15697         (message-strip-forbidden-properties): Use it.
15698         (message-fix-before-sending): Follow the m-t-w-p change.
15699
15700         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15701
15702 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * gnus-art.el (article-hide-headers): Don't change the buffer
15705         mistakenly when performing mml-preview even if
15706         gnus-single-article-buffer is nil.
15707
15708 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15709
15710         * message.el (message-expand-name-databases): New user option.
15711         (message-expand-name): Use it.
15712
15713 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15714
15715         * spam.el (spam-report-articles-resend)
15716         (spam-report-resend-register-routine): Allow ham reporting.
15717         (spam-report-resend-register-ham-routine): Add wrapper.
15718         (spam-registration-functions): Add ham resending functions.
15719         (spam-list-of-processors): Add ham resend processor.
15720
15721         * gnus.el (ham-resend-to): Add new group parameter.
15722         (spam-process): Add ham resend option.
15723
15724         * spam-report.el (spam-report-resend): Allow reporting ham.
15725         (spam-report-resend-ham): Add wrapper.
15726
15727 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15728
15729         * message.el (message-cite-articles-with-x-no-archive): New
15730         variable.
15731         (message-cite-original): Use it.
15732
15733 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15734
15735         * message.el (message-cite-original): Respect X-No-Archive.
15736
15737 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-art.el (article-hide-headers): Refer to the values for
15740         gnus-ignored-headers and gnus-visible-headers in the summary
15741         buffer since a user may have set them as group parameters.
15742
15743 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15744
15745         * assistant.el (assistant-node-name): Add convenience function.
15746         (assistant-render-text, assistant-render-node): Add error handling,
15747         plus handle multiple next nodes.
15748         (assistant-find-next-node): Comment out for now.
15749         (assistant-find-next-nodes): Add function, returns list of next
15750         nodes.
15751
15752 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15753
15754         * mail-source.el (mail-source-directory): Fix doc-string.
15755
15756 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15757
15758         * assistant.el (assistant-render-text, assistant-eval): Add :set
15759         widget type, which is different because it takes and returns a
15760         list.  Much hilarity ensues.
15761
15762 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15765
15766         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15767         doc-string.
15768
15769         * gnus-start.el (gnus-activate-group): Added doc-string.
15770
15771 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15774
15775 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15776
15777         * assistant.el (assistant-render-text): Try to add a :set
15778         widget, more to come.
15779
15780         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15781         strings.
15782         (spam-report-articles-resend)
15783         (spam-register-routine): Do registration iff any articles warrant
15784         it.
15785         (spam-summary-prepare-exit): Change log message for nil group
15786         destinations.
15787
15788 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15789
15790         * spam.el (spam-report-resend-register-routine): Allow
15791         spam-report-resend-to to be a group parameter or a global value.
15792
15793 2004-05-26  Simon Josefsson  <jas@extundo.com>
15794
15795         * starttls.el: Merge with my GNUTLS based starttls.el.
15796         (starttls-gnutls-program, starttls-use-gnutls)
15797         (starttls-extra-arguments, starttls-process-connection-type)
15798         (starttls-connect, starttls-failure, starttls-success): New
15799         variables.
15800         (starttls-program, starttls-extra-args): Doc fix.
15801         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15802         functions.
15803         (starttls-negotiate, starttls-open-stream): Check
15804         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15805         function if it is set.
15806
15807 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15808
15809         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15810         structured fields.
15811
15812 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15815
15816 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15817
15818         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15819         variable.
15820         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15821         assigning the spam-mark to new messages.
15822
15823 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15824
15825         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15826
15827 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15830
15831         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15832         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15833         default.
15834
15835 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15836
15837         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15838         correct data.
15839
15840 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15841
15842         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15843         (spam-group-processor-p): Fix function.
15844         (spam-group-processor-multiple-p)
15845         (spam-group-spam-processor-report-gmane-p)
15846         (spam-group-spam-processor-report-resend-p)
15847         (spam-group-spam-processor-bogofilter-p)
15848         (spam-group-spam-processor-blacklist-p)
15849         (spam-group-spam-processor-ifile-p)
15850         (spam-group-ham-processor-ifile-p)
15851         (spam-group-spam-processor-spamoracle-p)
15852         (spam-group-spam-processor-crm114-p)
15853         (spam-group-ham-processor-bogofilter-p)
15854         (spam-group-spam-processor-stat-p)
15855         (spam-group-ham-processor-stat-p)
15856         (spam-group-ham-processor-whitelist-p)
15857         (spam-group-ham-processor-BBDB-p)
15858         (spam-group-ham-processor-spamoracle-p)
15859         (spam-group-ham-processor-copy-p): Remove functions with some
15860         prejudice against unneeded code.
15861         (spam-report-articles-resend)
15862         (spam-report-resend-register-routine): Allow the group/topic
15863         spam-resend-to value to override spam-report-resend-to.
15864         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15865         properly now.
15866
15867         * gnus.el (spam-resend-to): Add group/topic parameter.
15868         (spam-process): Move the OBSOLETE processors to the end of the
15869         choices.
15870
15871 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15872
15873         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15874         with resend-to set to nil, and then ask the user if necessary.
15875         (spam-report-resend): spam-report-resend takes a list of articles, not
15876         separate article numbers.
15877
15878 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15881         addition to emacs-w3m.
15882
15883 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15884
15885         * assistant.el (assistant-authinfo-data): New function.
15886         (assistant-eval): Eval for entire assistant.
15887
15888         * netrc.el (netrc-services-file): New variable.
15889         (netrc-parse-services): New function.
15890         (netrc-find-service-name): New function.
15891         (netrc-find-service-number): New function.
15892         (netrc-port-equal): New function.
15893         (netrc-machine): Use it.
15894
15895         * nnimap.el (nnimap-open-connection): Use netrc.
15896
15897         * gnus-util.el (gnus-netrc-get): Remove aliases.
15898
15899         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15900
15901         * assistant.el (wid-edit): Fix compilation.
15902
15903         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15904
15905 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15906
15907         * gnus-util.el (gnus-set-file-modes): New function.  (small
15908         patch).
15909
15910 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15911
15912         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15913
15914         * assistant.el (assistant-render-node): Fix up rendering and
15915         read-only text.
15916         (assistant-render-node): Reset.
15917         (assistant-make-read-only): Not sticky.
15918
15919 2004-05-20  Danny Siu  <dsiu@adobe.com>
15920
15921         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15922         centered even when gnus-auto-center-summary is t.
15923
15924 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15925
15926         * dns.el (dns-get-txt-answer): New function.
15927         (dns-read-txt): Ditto.
15928         (query-dns): Use it.
15929
15930 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15933         active for foreign groups even if the group level is higher than
15934         the specified value.
15935
15936 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15937
15938         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15939         non-active groups.
15940
15941         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15942
15943 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15944
15945         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15946
15947 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15948
15949         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15950         (spam-crm114-header, spam-crm114-spam-switch)
15951         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15952         (spam-crm114-positive-spam-header)
15953         (spam-crm114-database-directory, spam-list-of-processors)
15954         (spam-group-spam-processor-crm114-p)
15955         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15956         (spam-generic-score, spam-list-of-checks)
15957         (spam-list-of-statistical-checks, spam-registration-functions)
15958         (spam-check-crm114-headers, spam-crm114-score)
15959         (spam-check-crm114, spam-crm114-register-with-crm114)
15960         (spam-crm114-register-spam-routine)
15961         (spam-crm114-unregister-spam-routine)
15962         (spam-crm114-register-ham-routine)
15963         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15964         asjo@koldfront.dk (Adam Sjøgren).
15965
15966         * gnus.el: Add spam-use-crm114.
15967
15968         * spam.el (spam-list-of-processors, spam-registration-functions):
15969         Add spam-use-resend.
15970         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15971         (spam-report-articles-gmane): Add doc fix.
15972         (spam-report-articles-resend, spam-report-resend-register-routine):
15973         Add wrappers around spam-report-resend-to.
15974
15975         * spam-report.el (spam-report-resend-to, spam-report-resend):
15976         Add support for resending spam.
15977         (spam-report-gmane): Fix line length >80.
15978
15979         * gnus.el (spam-process): Add spam-use-resend.
15980
15981 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15982
15983         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15984         number of processed spam messages.
15985         (spam-ham-copy-or-move-routine): Return the number of processed
15986         ham messages.
15987         (spam-summary-prepare-exit): Use the above values to decide
15988         whether status messages shouled be displayed.
15989
15990 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15993         `rfc2047-encoding-function-alist' in order to avoid conflicting
15994         with the old version.
15995         (rfc2047-encode-region): Concatenate words containing non-ASCII
15996         characters in structured fields; don't encode space-delimited
15997         ASCII words even in unstructured fields; don't break words at
15998         char-category boundaries.
15999         (rfc2047-encode-1): New function.
16000         (rfc2047-encode): Use it; encode text so that it occupies the
16001         maximum width within 76-column; work correctly on Q encoding for
16002         iso-2022-* charsets.
16003         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16004         sure not to break a line just after the header name.
16005         (rfc2047-b-encode-region): Removed.
16006         (rfc2047-b-encode-string): New function.
16007         (rfc2047-q-encode-region): Removed.
16008         (rfc2047-q-encode-string): New function.
16009
16010         * mm-util.el (mm-replace-in-string): New function.
16011
16012 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16013
16014         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16015         get it right.
16016         (gnus-inews-make-draft): Really.
16017
16018 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16019
16020         * nnmh.el (nnmh-request-list-1): Don't check the link count
16021         before descending.  (small patch)
16022
16023 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16024
16025         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16026         stuff.
16027
16028         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16029         on real group name.
16030
16031         * gnus-art.el (gnus-signature-limit): Doc fix.
16032
16033         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16034
16035         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16036
16037 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16038
16039         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16040         isn't a string.
16041
16042 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16043
16044         * gnus-draft.el (gnus-draft-send): Bind
16045         rfc2047-encode-encoded-words.
16046
16047         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16048         (rfc2047-encodable-p): Say that =? needs encoding.
16049         (rfc2047-encode-encoded-words): New variable.
16050
16051         * gnus-group.el (gnus-group-select-group): Doc fix.
16052
16053         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16054
16055         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16056         to nil.
16057
16058         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16059
16060         * nnheader.el (nnheader-get-lines-and-char): New function.
16061
16062 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16063
16064         * gnus-msg.el (gnus-summary-followup-with-original): Document
16065         yanking of region when active.
16066
16067 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16070         groups if the group level is higher than the specified value.
16071
16072 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16073
16074         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16075         (gnus-group-jump-to-group): Added prefix argument using
16076         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16077         non-active group.
16078
16079         * compface.el (uncompface): Be verbose when changing
16080         `uncompface-use-external'.
16081
16082         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16083         handle manual section.
16084
16085 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16086
16087         * gnus-art.el (gnus-button-alist): Revert previous change.
16088
16089 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16090
16091         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16092
16093 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16094
16095         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16096         whether backend can accept message.
16097
16098         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16099
16100 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16101
16102         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16103         Avoid creating directory when nntp-marks-is-evil is true.
16104         Reported by Reiner Steib.
16105
16106 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16107
16108         * gnus-picon.el (gnus-picon-style): New variable.
16109         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16110         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16111         Jesper Harder <harder@ifa.au.dk>.
16112
16113 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16114
16115         * message.el (message-fill-field): Return point.
16116         (message-generate-headers): Go to end of field.
16117
16118         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16119         stuff for non-living groups.
16120
16121 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16122
16123         * gnus-art.el (gnus-article-followup-with-original)
16124         (gnus-article-reply-with-original): gnus-mark-active-p ->
16125         gnus-region-active-p.
16126
16127 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16128
16129         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16130         only when there is spam or ham to be processed.
16131
16132 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16133
16134         * mail-source.el (mail-source-delete-crash-box): Refactor.
16135         (mail-source-fetch): Use it.
16136         (mail-source-fetch-file): Ditto.
16137         (mail-source-fetch-directory): Run postscript in loop.
16138         (mail-source-fetch-pop): Delete.
16139         (mail-source-fetch-maildir): Ditto.
16140         (mail-source-fetch-imap): Ditto.
16141
16142         * imap.el (imap-authenticators): Comment out sasl.
16143
16144         * message.el (message-skip-to-next-address): New function.
16145         (message-fill-header-address): Refactor.
16146         (message-fill-address): Use it.
16147         (message-delete-address): Use it.
16148         (message-fill-header-general): Refactor.
16149         (message-fill-field-address): Rename.
16150         (message-narrow-to-field): Find the start of the header.
16151         (message-header-format-alist): Don't pre-fill.
16152         (message-fill-header): Removed.
16153         (message-insert-header): New function.
16154         (message-shorten-references): Use it.
16155
16156         * rfc2047.el (rfc2047-field-value): Strip props.
16157
16158         * mail-parse.el (mail-header-make-address): New alias.
16159
16160         * ietf-drums.el (ietf-drums-make-address): New function.
16161
16162         * imap.el: Add compiler directives.
16163
16164         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16165
16166         * gnus-art.el (article-decode-idna-rhs): Don't use
16167         message-idna-inside-rhs-p.
16168
16169 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16170
16171         * message.el (message-idna-inside-rhs-p): Removed.
16172         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16173
16174         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16175         false positives.
16176
16177 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16178
16179         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16180
16181 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16182
16183         * nneething.el (nneething-file-name): Don't create spurious
16184         files.
16185
16186         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16187         (gnus-inews-do-gcc): Remove sleep.
16188
16189         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16190         part under point.
16191
16192         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16193         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16194
16195 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16196
16197         * spam.el (spam-summary-prepare-exit): Fixed (length).
16198
16199 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16200
16201         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16202         as expired without moving it" message when there are spam
16203         messages left.
16204
16205 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16206
16207         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16208         header is not nil.
16209
16210 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16211
16212         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16213         nntp-possibly-create-directory, not nntp-possibly-change-group.
16214         (nntp-marks-changed-p): New arg SERVER.
16215         (nntp-request-update-info): Adjust caller.
16216
16217 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16218
16219         * nntp.el (nntp-save-marks): Pass missing arg.
16220
16221 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16222
16223         * nntp.el: Support marks.
16224         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16225         (nntp-marks-modtime, nntp-marks-directory): New variables.
16226         (nntp-request-set-mark, nntp-request-update-info)
16227         (nntp-possibly-create-directory, nntp-marks-changed-p)
16228         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16229         functions.
16230
16231 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16232
16233         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16234         (gnus-xmas-redefine): Rename.
16235
16236         * gnus-score.el (gnus-score-insert-help): Use
16237         gnus-select-lowest-window.
16238
16239         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16240         appt-select-lowest-window and rename to gnus-select-lowest-window.
16241
16242         * gnus.el: do.
16243
16244 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16245
16246         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16247         encodings of MIME-encoded words, in order to improve
16248         interoperability with several broken MUAs.
16249
16250 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16251
16252         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16253         tags, only when charsets are not specified in headers.
16254         (mm-inline-text-html-render-with-w3m): Ditto.
16255
16256         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16257         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16258
16259 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16260
16261         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16262         instead of MIME-decoded from fields when checking
16263         `gnus-article-address-banner-alist'.
16264
16265 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16266
16267         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16268         description rather than subject.
16269
16270 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16271
16272         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16273
16274 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16275
16276         * gnus.el (gnus-version-number): Bump.
16277
16278 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16279
16280         * gnus.el: No Gnus v0.2 is released.
16281
16282 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16283
16284         * gnus-agent.el (gnus-agent-read-agentview): Inline
16285         gnus-uncompress-range.
16286
16287 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16288
16289         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16290         `exec-installed-p'.
16291
16292 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16293
16294         * gnus.el (spam-process, spam-autodetect-methods): Add
16295         bsfilter and bsfilter-headers.
16296
16297         * spam.el (spam-bsfilter): New customize group.
16298         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16299         (spam-bsfilter-header, spam-bsfilter-probability-header)
16300         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16301         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16302         (spam-bsfilter-database-directory): New options.
16303         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16304         (spam-list-of-statistical-checks, spam-registration-functions):
16305         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16306         (spam-bsfilter-score): New command.
16307         (spam-check-bsfilter-headers, spam-check-bsfilter)
16308         (spam-bsfilter-register-with-bsfilter)
16309         (spam-bsfilter-register-spam-routine)
16310         (spam-bsfilter-unregister-spam-routine)
16311         (spam-bsfilter-register-ham-routine)
16312         (spam-bsfilter-unregister-ham-routine): New functions.
16313         (spam-generic-score): Support bsfilter; Accept an optional argument
16314         to recalcurate spam score even if scoring header has already been
16315         added.
16316         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16317         optional argument to recalcurate spam score even if scoring header
16318         has already been added.
16319
16320 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16321
16322         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16323         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16324         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16325         link is missing.
16326
16327 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16328
16329         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16330         (html2text-get-attr): Rewrite.
16331
16332         * message.el (message-setup-1): Remove redundant put-text-property
16333         on mail-header-separator.
16334
16335 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16336
16337         * gnus-registry.el (gnus-registry-cache-whitespace)
16338         (gnus-registry-action, gnus-registry-spool-action)
16339         (gnus-registry-split-fancy-with-parent): Change message levels
16340         from 5 to 3 or 7, as needed.
16341
16342         * spam.el (spam-summary-prepare-exit)
16343         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16344         (spam-split, spam-find-spam, spam-log-undo-registration)
16345         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16346         level from 5 to 6.
16347
16348 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16351         2004-03-04 change).
16352
16353 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16354
16355         * sieve-manage.el (sieve-manage-open):
16356         * nnweb.el (nnweb-insert-html):
16357         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16358         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16359         * nnspool.el (nnspool-request-group):
16360         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16361         * nnml.el (nnml-request-update-info):
16362         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16363         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16364         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16365         (nnimap-request-set-mark):
16366         * nnfolder.el (nnfolder-request-update-info):
16367         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16368         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16369         * gnus-uu.el (gnus-uu-find-articles-matching):
16370         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16371         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16372         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16373         * gnus-nocem.el (gnus-nocem-scan-groups):
16374         * gnus-int.el (gnus-start-news-server):
16375         * gnus-group.el (gnus-group-make-kiboze-group)
16376         (gnus-group-browse-foreign-server):
16377         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16378         Use mapc when appropriate.
16379
16380 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16381
16382         FIXME: Make separate entries for each person.
16383
16384         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16385         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16386         <shields@msrl.com>:
16387
16388         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16389         may need for spam sorting and scoring.
16390         (spam-user-format-function-S): Add user format function suitable for
16391         general use.
16392         (spam-article-sort-by-spam-status): Add sorting function for summary
16393         sorting.
16394         (spam-extra-header-to-number): Add function to get a score from a
16395         header.
16396         (spam-summary-score): Add function to get a numeric score from the
16397         headers.
16398         (spam-generic-score): Fix function doc, was in wrong place.
16399         (spam-initialize): Take symbols when it's run, and install the
16400         extra headers that spam-necessary-extra-headers thinks we need.
16401
16402 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16403
16404         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16405         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16406
16407 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16408
16409         * gnus-sum.el (gnus-set-global-variables)
16410         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16411         (gnus-article-get-xrefs, gnus-summary-best-group)
16412         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16413         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16414         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16415         Use with-current-buffer.
16416
16417 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16418
16419         * spam.el (spam-summary-prepare-exit): Simplify logic.
16420         (spam-fetch-article-header): Read the article header if it's not
16421         available.
16422         (spam-list-articles): Simplify logic.
16423         (spam-filelist-register-routine): Fix bug with unregister-list.
16424
16425         * gnus-registry.el: Fix comments at beginning.
16426
16427 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16428
16429         * message.el (message-cater-to-broken-inn): Remove.
16430         (message-shorten-references): Make sure the total folded length of
16431         References is shorter than 998 characters to cater to a bug in INN
16432         2.3.  Also, don't pretend that references aren't folded -- this
16433         hasn't worked for a while.
16434
16435 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16436
16437         * gnus-agent.el (gnus-agentize):
16438         gnus-agent-send-mail-real-function no longer set to current value
16439         of message-send-mail-function but rather a lambda that calls
16440         message-send-mail-function.  The change makes the agent real-time
16441         responsive to user changes to message-send-mail-function.
16442
16443 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16444
16445         * legacy-gnus-agent.el
16446         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16447         help from Florian Weimer <fw@deneb.enyo.de>
16448
16449 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16450
16451         * nnmail.el (nnmail-cache-insert): Revert last change.
16452
16453 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * nnmail.el (nnmail-cache-insert): Always check whether
16456         nnmail-cache-ignore-groups matches a group name.
16457
16458 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16459
16460         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16461         (spam-find-spam, spam-log-processing-to-registry)
16462         (spam-log-registered-p, spam-log-unregistration-needed-p)
16463         (spam-log-undo-registration): Use gnus-message instead of
16464         gnus-error, none of these errors are fatal.
16465
16466         * gnus-registry.el (gnus-registry-clean-empty-function)
16467         (gnus-registry-clean-empty): Remove only empty entries without
16468         extra data.
16469
16470 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16471
16472         * spam-stat.el (spam-stat-buffer-change-to-spam)
16473         (spam-stat-buffer-change-to-non-spam): Change (error) to
16474         (gnus-message 8) invocation.
16475
16476 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * nntp.el (nntp-via-netcat-command): New variable.
16479         (nntp-via-netcat-switches): New variable.
16480         (nntp-open-via-rlogin-and-netcat): New function.
16481         (nntp-open-connection-function): Doc fix.
16482         (nntp-telnet-command): Doc fix.
16483         (nntp-end-of-line): Doc fix.
16484         (nntp-via-rlogin-command): Doc fix.
16485         (nntp-via-user-name): Doc fix.
16486         (nntp-via-address): Doc fix.
16487
16488 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16491         error in Emacs 21.1.
16492
16493 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16494
16495         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16496
16497 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16498
16499         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16500         (gnus-agent-with-refreshed-group): New macro.
16501         (gnus-agent-rename-group): New function.
16502         (gnus-agent-delete-group): New function.
16503         (gnus-agent-save-group-info): Use gnus-command-method when
16504         `method' parameter is nil.  Don't write nil entries into the
16505         active file.
16506         (gnus-agent-get-group-info): New function.
16507         (gnus-agent-fetch-articles): Use
16508         gnus-agent-update-files-total-fetched-for to increment disk space
16509         used.
16510         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16511         gnus-agent-update-view-total-fetched-for to increment disk space
16512         used.
16513         (gnus-agent-get-local): Added optional parameters to avoid calling
16514         gnus-group-real-name and gnus-find-method-for-group.
16515         (gnus-agent-set-local): Delete stored entry if either min, or max,
16516         are nil.
16517         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16518         quit, use gnus-agent-regenerate-group to record existance of any
16519         articles fetched to disk before the quit occurred.
16520         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16521         gnus-agent-update-view-total-fetched-for, and
16522         gnus-agent-update-files-total-fetched-for to decrement disk space
16523         used.
16524         (gnus-agent-retrieve-headers): Use
16525         gnus-agent-update-view-total-fetched-for to increment disk space
16526         used.
16527         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16528         with gnus-agent-update-files-total-fetched-for to decrement disk
16529         space and fresh group buffer.
16530         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16531         (gnus-agent-need-update-total-fetched-for): New variable.
16532         (gnus-agent-update-files-total-fetched-for): New function.
16533         (gnus-agent-update-view-total-fetched-for): New function.
16534         (gnus-agent-total-fetched-for): New function.
16535
16536         * gnus-cache.el (gnus-cache-save-buffers): Use
16537         gnus-cache-update-overview-total-fetched-for to change disk space
16538         used by this group.
16539         (gnus-cache-possibly-enter-article): Use
16540         gnus-cache-update-file-total-fetched-for to increment disk space
16541         used by this group.
16542         (gnus-cache-possibly-remove-article): Use
16543         gnus-cache-update-file-total-fetched-for to decrement disk space
16544         used by this group.
16545         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16546         (gnus-cache-rename-group): New function.
16547         (gnus-cache-delete-group): New function.
16548         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16549         (gnus-cache-need-update-total-fetched-for): New variable.
16550         (gnus-cache-with-refreshed-group): New macro.
16551         (gnus-cache-update-file-total-fetched-for): New function.
16552         (gnus-cache-update-overview-total-fetched-for): New function.
16553         (gnus-cache-rename-group-total-fetched-for): New function.
16554         (gnus-cache-delete-group-total-fetched-for): New function.
16555         (gnus-cache-total-fetched-for): New function.
16556
16557         * gnus-group.el: Require gnus-sum and autoload functions to
16558         resolve warnings when gnus-group.el compiled alone.
16559         (gnus-group-line-format): Documented new %F.
16560         (size of Fetched data) group line format; identifies disk space
16561         used by agent and cache.
16562         (gnus-group-line-format-alist): Defined new F format.
16563         (gnus-total-fetched-for): New function.
16564         (gnus-group-delete-group): No longer update
16565         gnus-cache-active-altered as gnus-request-delete-group now keeps
16566         the cache in sync.
16567         (gnus-group-list-active): Let the agent store a server's active
16568         list if currently plugged.
16569
16570         * gnus-int.el (gnus-request-delete-group):
16571         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16572         local disk in sync with the server.
16573         (gnus-request-rename-group):
16574         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16575         local disk in sync with the server.
16576
16577         * gnus-start.el (gnus-get-unread-articles):
16578         Cosmetic simplification to logic.
16579
16580         * gnus-util.el (gnus-rename-file): New function.
16581
16582 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16583
16584         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16585
16586 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16589         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16590
16591 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16592
16593         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16594         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16595
16596 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16597
16598         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16599
16600 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16601
16602         * spam.el (spam-set-difference): Add function to replace
16603         gnus-set-difference in spam.el.
16604         (spam-summary-prepare-exit): Use spam-set-difference.
16605
16606 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16607
16608         * gnus-registry.el (gnus-registry-cache-file): Update to use
16609         gnus-dribble-directory OR gnus-home-directory OR ~.
16610         (gnus-registry-split-fancy-with-parent): Fix doc.
16611
16612 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * message.el (message-exchange-point-and-mark): Use
16615         message-mark-active-p.  Suggested by Jesper Harder
16616         <harder@ifa.au.dk>.
16617
16618 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * message.el (message-exchange-point-and-mark): Don't activate
16621         region if it was inactive.  Suggested by Hiroshi Fujishima
16622         <pooh@nature.tsukuba.ac.jp>.
16623
16624 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * gnus-art.el (article-display-face): Display Faces in the same
16627         order as X-Faces.
16628
16629 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16632
16633 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16636         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16637         (gnus-article-mime-hierarchy): Remove.
16638         (gnus-article-mime-hierarchy-next): Remove.
16639         (gnus-article-mode): Revert 2004-03-19 change.
16640         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16641         (gnus-insert-mime-button): Revert 2004-03-19 change.
16642         (gnus-mime-accumulate-hierarchy): Remove.
16643         (gnus-mime-enter-multipart): Remove.
16644         (gnus-mime-leave-multipart): Remove.
16645         (gnus-mime-display-part): Revert 2004-03-19 change.
16646         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16647
16648         * mml.el (mml-preview): Revert 2004-03-19 change.
16649
16650 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16651
16652         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16653
16654 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16657         t while entering a file name using the mm-with-multibyte macro.
16658         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16659
16660         * mm-util.el (mm-with-multibyte): New macro.
16661
16662 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16665         user option.
16666         (gnus-mime-multipart-functions): Doc and customization fix.
16667         (gnus-article-mime-hierarchy): New variable.
16668         (gnus-article-mime-hierarchy-next): New variable.
16669         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16670         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16671         gnus-article-mime-hierarchy-next to nil.
16672         (gnus-insert-mime-button): Show hierarchy numbers.
16673         (gnus-mime-accumulate-hierarchy): New function.
16674         (gnus-mime-enter-multipart): New function.
16675         (gnus-mime-leave-multipart): New function.
16676         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16677         (gnus-mime-display-alternative): Show hierarchy numbers.
16678
16679         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16680         gnus-article-mime-hierarchy-next to nil.
16681
16682 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16683
16684         * dns.el: Don't require gnus-xmas.
16685
16686 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16687
16688         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16689         inline PGP.
16690         (mml-menu): Disable mml-quote-region if mark is inactive.
16691
16692 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16695         when the group's active is not available.
16696
16697 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16700         error.
16701
16702 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16703
16704         * imap.el (imap-store-password): New variable.
16705         (imap-interactive-login): Use it.
16706         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16707
16708 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16711         window-start and hscroll to summary window.
16712
16713 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16714
16715         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16716         conversion message to newsrc-dribble when an actual conversion is
16717         performed.
16718
16719 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16720
16721         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16722
16723 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * mm-decode.el (mm-complicated-handles): New function reviving
16726         former definition of mm-multiple-handles.
16727
16728         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16729         (gnus-mime-delete-part): Use it.
16730
16731 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16732
16733         * gnus-agent.el (gnus-agent-read-local): Bind
16734         nnheader-file-coding-system to gnus-agent-file-coding-system to
16735         avoid the implicit assumption that they will always be equal.
16736         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16737         coding-system-for-write, as the with-temp-file macro first prints
16738         to a buffer then saves the buffer.
16739
16740 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16741
16742         * gnus-art.el (gnus-article-edit-part): New function.
16743         (gnus-mime-save-part-and-strip): Use it; do query instead of
16744         signaling an error; don't use mm-multiple-handles.
16745         (gnus-mime-delete-part): Ditto.
16746
16747 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16748
16749         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16750         old file versions.
16751         (gnus-group-prepare-hook): Removed function that converted list
16752         form of gnus-agent-expire-days to group properties.
16753
16754         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16755         (gnus-request-accept-article): Re-indented.
16756
16757         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16758         converters to handle old agent file formats.  Added logic for a
16759         "backup before upgrading warning".
16760         (gnus-convert-mark-converter-prompt): Developers can mark
16761         functions as needing (default), or not needing,
16762         gnus-convert-old-newsrc's "backup before upgrading warning".
16763         (gnus-convert-converter-needs-prompt): Tests whether the user
16764         should be protected from potentially irreversable changes by the
16765         function.
16766
16767         * legacy-gnus-agent.el: New.  Provides converters that are only
16768         loaded when gnus-convert-old-newsrc needs to call them.
16769
16770 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * mail-source.el (mail-source-touch-pop): Doc fix.
16773
16774         * message.el (message-smtpmail-send-it): Doc fix.
16775
16776 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16777
16778         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16779
16780         * nnmail.el (nnmail-split-fancy): do.
16781
16782         * gnus-kill.el (gnus-kill, gnus-execute): do.
16783
16784 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16785
16786         * gnus-sum.el (gnus-widget-reversible-match)
16787         (gnus-widget-reversible-to-internal)
16788         (gnus-widget-reversible-to-external): New functions.
16789         (gnus-widget-reversible): New widget.
16790         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16791
16792 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16793
16794         * gnus-sum.el (gnus-thread-sort-functions)
16795         (gnus-article-sort-functions): Document `(not F)' items.
16796
16797 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16798
16799         * spam.el (spam-use-gmane-xref): Add new backend.
16800         (spam-gmane-xref-spam-group): Add variable to control the name of the
16801         Gmane spam group.
16802         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16803         (spam-regex-headers-spam, spam-regex-headers-ham)
16804         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16805         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16806         backends and checks.
16807         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16808
16809         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16810         an autodetect method.
16811
16812 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16813
16814         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16815         articles are being added to a group.
16816         (gnus-request-replace-article): Inform the agent that articles
16817         need to be uncached as the cached contents are no longer valid.
16818
16819 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16820
16821         * binhex.el: Don't autoload executable-find.
16822
16823         * canlock.el: Don't autoload mail-fetch-field.
16824
16825         * dgnushack.el: Autoload c-mode for XEmacs.
16826
16827         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16828
16829         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16830         rmail-dont-reply-to and rmail-output.
16831
16832         * gnus-score.el: Don't autoload ffap-string-at-point.
16833
16834         * gnus-setup.el: Don't autoload sc-cite-original.
16835
16836         * imap.el: Don't autoload base64-decode-string,
16837         base64-encode-string and md5.
16838
16839         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16840         and rmail-msg-restore-non-pruned-header.
16841
16842         * mm-decode.el: Don't autoload executable-find.
16843
16844         * mm-url.el: Don't autoload executable-find.
16845
16846         * mm-view.el: Don't autoload diff-mode.
16847
16848         * nndb.el: Don't autoload news-reply-mode, news-setup,
16849         cancel-timer and telnet.
16850
16851         * password.el: Don't autoload run-at-time for Emacs.
16852
16853         * sha1-el.el: Don't autoload executable-find.
16854
16855         * sieve-mode.el: Don't autoload c-mode.
16856
16857         * uudecode.el: Don't autoload executable-find.
16858
16859 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16860
16861         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16862         (gnus-agent-possibly-alter-active): Avoid null in numeric
16863         comparison.
16864         (gnus-agent-set-local): Refuse to save null in local object table.
16865         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16866         list of articles that will be marked as unread.
16867
16868 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16871
16872 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16873
16874         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16875         language tags.
16876
16877 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16878
16879         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16880         Don't bind "obarray".
16881
16882         * gnus-sum.el (gnus-thread-sort-functions): Added
16883         `gnus-thread-sort-by-most-recent-number' and
16884         `gnus-thread-sort-by-most-recent-date'.
16885         Reported by Kai Grossjohann <kai@emptydomain.de>.
16886
16887 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16890
16891 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16892
16893         * gnus-cus.el (gnus-agent-customize-category): Removed
16894         ignore-errors macro reference that required cl to be loaded at
16895         run-time.
16896
16897         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16898         single-interval range of the form (min . max).  Previously the
16899         range had to look like ((min . max)).  Likewise, return
16900         (min . max) rather than ((min . max)).
16901         (gnus-range-map): Use gnus-range-normalize to accept
16902         single-interval range.
16903
16904         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16905         the cache, but not the agent, now appear with their usual face.
16906
16907         * dgnushack.el (loaddir): New variable that is bound to the
16908         directory containing the dgnushack.el file. Use loaddir, rather
16909         than srcdir, to update load-path. Change lets dgnushack compile
16910         code in directories other than GNUS/lisp.
16911
16912 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * lpath.el: Don't bind w3m-safe-url-regexp.
16915
16916         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16917         w3m-safe-url-regexp variable buffer-local.
16918
16919         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16920
16921 2004-02-27  Simon Josefsson  <jas@extundo.com>
16922
16923         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16924         gnus-group-real-prefix.
16925         (gnus-summary-move-article): Use it, instead of
16926         gnus-group-real-prefix.
16927
16928 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * lpath.el: Bind w3m-safe-url-regexp.
16931
16932         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16933         w3m-safe-url-regexp variable buffer-local and set it as the value
16934         of mm-w3m-safe-url-regexp.
16935
16936         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16937
16938         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16939         parsing gnus-posting-styles when the message is not for replying.
16940
16941         * dgnushack.el: Autoload sgml-mode for XEmacs.
16942
16943         * nnrss.el (nnrss-opml-export): Use
16944         mm-set-buffer-file-coding-system instead of
16945         set-buffer-file-coding-system.
16946
16947 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16948
16949         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16950         of checkdoc.el).
16951         * nnrss.el: do.
16952         * gnus-mlspl.el: do.
16953         * gnus-ml.el: do.
16954         * gnus-srvr.el: do.
16955
16956         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16957
16958 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16959
16960         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16961         Corrections to custom-manual links.
16962
16963         * gnus-art.el (gnus-article): Ditto.
16964
16965         * mm-decode.el (mime-display, mime-security): Ditto.
16966
16967 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16968
16969         * flow-fill.el: Typo.
16970
16971 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16972
16973         * spam-wash.el: New file.
16974
16975 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16976
16977         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16978
16979 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16980
16981         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16982         to be run with new-articles as LIST1, not LIST2.
16983         (spam-registration-functions): Add spam-use-ham-copy as a nil
16984         registration backend.
16985
16986 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16987
16988         * spam-stat.el (spam-stat-washing-hook): New option.
16989         (spam-stat-buffer-words): Use it.
16990         (spam-stat-process-directory, spam-stat-test-directory): Use
16991         insert-file-contents-literally.
16992         (spam-stat-coding-system): New variable.
16993         (spam-stat-load, spam-stat-save): Use it.
16994
16995 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * spam-report.el (spam-report-plug-agent): Quote
16998         spam-report-url-to-file and spam-report-url-ping-plain.
16999
17000 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17001
17002         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17003         / in mailto URLs.
17004
17005 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17006
17007         * spam-report.el (spam-report-process-queue): Fix interactive use.
17008         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17009         (spam-report-unplug-agent): Doc fixes.
17010         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17011         (spam-report-agentize, spam-report-deagentize): Autoload.
17012
17013 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17014
17015         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17016
17017         * message.el (message-setup-fill-variables): Add mml tags to
17018         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17019         <ajk@iu.edu>.
17020         (message-mode): Don't modify paragraph-separate there.
17021
17022 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * compface.el (uncompface-use-external): Default to undecided.
17025         (uncompface-use-external-threshold): New variable.
17026         (uncompface-float-time): New macro.
17027         (uncompface): Determine whether to use the external decoder if
17028         uncompface-use-external is undecided.
17029
17030 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17031
17032         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17033         after images.
17034
17035         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17036
17037 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17038
17039         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17040
17041         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17042
17043         * gnus-sum.el (gnus-summary-limit-to-age)
17044         (gnus-summary-limit-children): do.
17045
17046         * gnus-int.el (gnus-request-scan): do.
17047
17048         * gnus-group.el (gnus-group-suspend): do.
17049
17050         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17051
17052         * gnus-cite.el (gnus-cite-parse-attributions): do.
17053
17054         * gnus-agent.el (gnus-summary-set-agent-mark)
17055         (gnus-agent-regenerate-group): do.
17056
17057         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17058
17059         * binhex.el (binhex-decode-region-internal): do.
17060
17061 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * gnus-fun.el (gnus-face-properties-alist): New user option.
17064         (gnus-display-x-face-in-from): Use it.
17065
17066         * gnus-art.el (article-display-face): Ditto.
17067
17068         * compface.el (uncompface-use-external): Default to nil.
17069
17070 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17071
17072         * nntp.el (nntp-erase-buffer): New function.
17073         (nntp-retrieve-data, nntp-send-command)
17074         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17075         (nntp-possibly-change-group): Use it.
17076
17077         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17078         with-current-buffer.
17079
17080 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17081
17082         * compface.el: Merge the ELisp-based uncompface program.
17083         (compface): New customization group.
17084         (uncompface-use-external): New user option.
17085         (uncompface): Call uncompface-internal if uncompface-use-external
17086         is nil.
17087         (uncompface-internal): New function.  Note that there are also
17088         some other functions and variables added for this function.
17089
17090 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17091
17092         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17093         if necessary.
17094
17095 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17096
17097         * spam-report.el (spam-report-unplug-agent)
17098         (spam-report-plug-agent, spam-report-deagentize)
17099         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17100         Add support for the Agent in spam-report: when unplugged, report to a
17101         file; when plugged, submit all the requests.
17102
17103         * spam.el (spam-register-routine): Fix message about
17104         registration.
17105
17106 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17107
17108         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17109         dependencies.
17110         (rfc2047-encode): Use it.
17111
17112         * gnus-art.el (gnus-button-marker-list): Move before first
17113         reference.
17114
17115         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17116         (imap-parse-body): Fix format string mismatch.
17117
17118         * gnus-score.el (gnus-summary-increase-score): do.
17119
17120         * nnrss.el (nnrss-close): New function.
17121
17122 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17123
17124         * nnrss.el (nnrss-make-filename): New function.
17125         (nnrss-request-delete-group, nnrss-read-server-data)
17126         (nnrss-save-server-data, nnrss-read-group-data)
17127         (nnrss-save-group-data): Use it.
17128         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17129         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17130         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17131
17132 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17133
17134         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17135
17136 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17137
17138         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17139         files.
17140
17141         * message.el (message-generate-headers-first): Don't quote nil
17142         and t in docstrings.
17143
17144         * imap.el (imap-id): do.
17145
17146         * gnus-agent.el (gnus-agent-consider-all-articles)
17147         (gnus-agent-queue-mail): do.
17148
17149 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17150
17151         * spam-report.el (spam-report-process-queue): New function.
17152         Process requests from `spam-report-requests-file'.
17153         (spam-report-process-queue): Doc fix.
17154
17155 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17156
17157         * spam.el (spam-register-routine)
17158         (spam-log-processing-to-registry, spam-log-registered-p)
17159         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17160         Change "check" to "spam-check" for semi-clarity.
17161
17162 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17163
17164         * pop3.el: Require nnheader.
17165
17166         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17167
17168         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17169
17170         * gnus-picon.el: Require cl.
17171
17172         * gnus-fun.el: Require gnus-ems and gnus-util.
17173
17174         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17175
17176         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17177
17178         * gnus-art.el (gnus-article-edit-mode): Define before first
17179         reference.
17180
17181 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17182
17183         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17184         (gnus-uu-post-encoded): Use point-at-bol.
17185
17186         * gnus-topic.el (gnus-group-active-topic-p): do.
17187
17188         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17189
17190         * gnus-group.el (gnus-group-kill-region): do.
17191
17192         * gnus-art.el (article-date-ut): do.
17193
17194         * message.el (message-fetch-field): Remove redundant
17195         case-fold-search binding.
17196         (message-narrow-to-field): Simplify.
17197
17198 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17199
17200         * spam.el (spam-directory): Derive from `gnus-directory'.
17201
17202         * spam-report.el (spam-report-url-to-file)
17203         (spam-report-requests-file): New function and variable for offline
17204         reporting.
17205         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17206         and user defined function.
17207         (spam-report-url-ping-mm-url): Remove doubled slash.
17208
17209 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17210
17211         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17212
17213 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17214
17215         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17216         format string mismatch.
17217
17218         * sieve.el (sieve-deactivate-all): do.
17219
17220         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17221
17222         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17223
17224         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17225
17226         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17227
17228 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17229
17230         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17231         the list of checks.
17232
17233 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17234
17235         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17236         padding.
17237
17238 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17239
17240         * mm-view.el (mm-fill-flowed): New variable.
17241         (mm-inline-text): Use it.
17242
17243 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17244
17245         * spam.el (spam-spamassassin-register-ham-routine)
17246         (spam-spamassassin-register-spam-routine): Fix function names.
17247
17248 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * gnus.el (gnus-tmp-grouplens): Remove.
17251         (gnus-summary-line-format): Remove grouplens.
17252
17253         * gnus-group.el (gnus-group-line-format): Ditto.
17254
17255         * gnus-spec.el (gnus-format-specs): Ditto.
17256         (gnus-update-format-specifications): Flush the group format spec
17257         cache if there's the grouplens stuff.
17258         (gnus-parse-simple-format): Replace %l with the empty string.
17259
17260 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17261
17262         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17263         omission.
17264
17265 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17268         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17269
17270 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17271
17272         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17273         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17274         New macros and functions.
17275         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17276         Handle > NLINK_MAX messages.
17277         * nnmaildir.el (nnmaildir-request-set-mark): Use
17278         nnmaildir--emlink-p and nnmaildir--eexist-p.
17279
17280 2004-01-25  Alex Schroeder  <alex@gnu.org>
17281
17282         * spam-stat.el (spam-stat-process-directory-age): New option.
17283         (spam-stat-process-directory): Use it.
17284
17285 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17286
17287         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17288         (spam-stat-save): Accept prefix argument.
17289
17290 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17291
17292         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17293         links" error.
17294
17295 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17298         the rest of the and/or forms.
17299
17300 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17301
17302         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17303         compatibility with old .newsrc.eld files.
17304
17305         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17306
17307         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17308
17309         * gnus-start.el (gnus-1): do.
17310
17311         * gnus-group.el (gnus-group-line-format-alist): do.
17312
17313         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17314
17315         * gnus-gl.el: Remove.
17316
17317 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17318
17319         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17320         marks consisting of a single range {for example, (3 . 5)} rather
17321         than a list of a single range { ((3 . 5)) }.
17322
17323 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17324
17325         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17326         with-current-buffer.
17327         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17328         avoid consing a string.
17329
17330         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17331         Remove obsolete entries for big5 and gb2312.
17332
17333 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17334
17335         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17336         uncompressed list.
17337
17338 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17339
17340         * spam-stat.el (spam-stat-strip-xref): New function.
17341         (spam-stat-process-directory): Use it.
17342
17343         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17344         here -- it's done in message-fetch-field.
17345
17346 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17347
17348         * gnus-agent.el (gnus-agent-queue-mail)
17349         (gnus-agent-prompt-send-queue): New variables.
17350         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17351         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17352         "nndraft:queue" along to gnus-draft-send.  Use
17353         gnus-agent-prompt-send-queue.
17354         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17355         is "nndraft:queue".  Suggested by Gaute Strokkenes
17356         <gs234@srcf.ucam.org>
17357
17358         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17359         (agent-enable-undownloaded-faces): Added.
17360         (gnus-agent-cat-groups): Use eval-and-compile, not
17361         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17362         method of gnus-agent-cat-groups even when the buffer has been
17363         evaled.
17364         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17365         delete gnus-agent-save-active-1.
17366         (gnus-agent-save-groups): Deleted.  Identical to
17367         gnus-agent-save-active.
17368         (gnus-agent-write-active): No longer adjust agent's copy of active
17369         file as agent's adjustments are now stored in their own
17370         file.  Removed optional parameter.
17371         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17372         servers.  Add use of min/max range limits from server's local
17373         file.
17374         (gnus-agent-save-alist): Removed unused optional argument.
17375         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17376         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17377         (gnus-agent-set-local): A per-server file that keeps min/max range
17378         limits for articles known to the agent.  Provides a fast mechanism
17379         for altering many active ranges.
17380         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17381         active file (local makes it unnecessary).
17382         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17383
17384         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17385         (agent-enable-undownloaded-faces): Added.
17386
17387         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17388         disable it when sending to "nndraft:queue".
17389         (gnus-group-send-queue): Add safety check to avoid sending queue
17390         when unplugged.
17391
17392         * gnus-group.el (gnus-group-catchup): Use new
17393         gnus-sequence-of-unread-articles, not
17394         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17395         numbers of articles.  Use gnus-range-map to avoid having to
17396         uncompress the unread list.
17397         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17398         Fixed invalid ange-ftp reference.
17399
17400         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17401         (gnus-sorted-range-intersection): Intersection of two ranges
17402         without requiring that they first be uncompressed.
17403
17404         * gnus-start.el (gnus-activate-group): Unless blocked by the
17405         caller, possibly expand the active range to include both cached
17406         and agentized articles.
17407         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17408         multiple version-dependent converters.
17409         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17410         gnus-agent-save-active.
17411         (gnus-save-newsrc-file): Save dirty agent range limits.
17412
17413         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17414         gnus-agent-possibly-alter-active.
17415         (gnus-adjust-marked-articles): Faster handling of simple lists.
17416
17417 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17418
17419         * spam-stat.el (spam-stat-test-directory): New optional argument
17420         displays a list of files detected.  Suggested by Andrew Cohen
17421         <cohen@andy.bu.edu>.
17422         (spam-stat-buffer-words-with-scores): Don't narrow and change
17423         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17424
17425 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17426
17427         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17428         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17429         (spam-spamassassin-arguments)
17430         (spam-spamassassin-spam-flag-header)
17431         (spam-spamassassin-positive-spam-flag-header)
17432         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17433         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17434         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17435         (spam-list-of-processors, spam-list-of-checks)
17436         (spam-list-of-statistical-checks, spam-registration-functions)
17437         (spam-check-spamassassin-headers, spam-check-spamassassin)
17438         (spam-spamassassin-score)
17439         (spam-spamassassin-register-with-sa-learn)
17440         (spam-spamassassin-register-spam-routine)
17441         (spam-spamassassin-register-ham-routine)
17442         (spam-assassin-register-spam-routine)
17443         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17444         (spam-bogofilter-score): Fix to show article before scoring.
17445
17446 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17447
17448         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17449         default scoring function.
17450         (spam-generic-score): Call spam-spamassassin-score if
17451         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17452         spam-bogofilter-score otherwise.
17453
17454         * gnus.el (spam-process, spam-autodetect-methods): Add
17455         spamassassin and spamassassin-headers.
17456
17457 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17458
17459         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17460         Suppress unnecessary messages.
17461
17462 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17463
17464         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17465         make-hash-table.
17466
17467 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17468
17469         * canlock.el (base64-encode-string): Don't autoload it.
17470
17471 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * run-at-time.el: Remove useless (require 'itimer),
17474         eval-and-compile and (featurep 'xemacs).
17475
17476 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17477
17478         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17479         GROUP is a virtual group.
17480
17481 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17482
17483         * gnus.el: Autoload `message-y-or-n-p'.
17484
17485 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17486
17487         * pgg-parse.el: Remove unnecessary (require 'custom).
17488
17489         * pgg-def.el: do.
17490
17491         * nnmail.el: do.
17492
17493         * gnus-undo.el: do.
17494
17495         * gnus-picon.el: do.
17496
17497         * gnus-util.el: do.
17498
17499 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17502
17503 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17506         handle, as well as a list.
17507
17508         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17509         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17510         (mm-w3m-cid-retrieve): Simplify.
17511
17512 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17513
17514         * message.el (message-kill-to-signature): Allow prefix arg to
17515         specify number of lines to keep before signature.
17516
17517 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17518
17519         * message.el (message-kill-to-signature): Change docstring.
17520
17521 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17522
17523         * canlock.el: Always require sha1-el.
17524         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17525
17526         * message.el: Autoload sha1 only when compiling.
17527
17528         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17529         eudc-expand-inline for XEmacs.
17530
17531 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * message.el (message-canlock-generate): Require sha1-el.
17534
17535 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17536
17537         * message.el (message-expand-name): Silence the byte compiler.
17538
17539         * lpath.el: Add detect-coding-system.
17540
17541         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17542         cus-edit.
17543
17544 2004-01-13  Simon Josefsson  <jas@extundo.com>
17545
17546         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17547         Invoke gnus-score-mode.  Reported by
17548         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17549
17550         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17551         Jim Blandy <jimb@redhat.com> (tiny change).
17552
17553 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17554
17555         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17556
17557 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17558
17559         * spam.el (spam-get-article-as-string): Update to use
17560         gnus-request-article-this-buffer, much simpler.
17561         (spam-get-article-as-buffer): Remove.
17562
17563 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17564
17565         * message.el (message-expand-name): Use EUDC if the user uses that.
17566
17567 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17568
17569         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17570         character for the encoding to avoid consing a string.
17571
17572         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17573         unnecessarily.
17574
17575         * mm-util.el (mm-replace-chars-in-string): Remove.
17576
17577         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17578         of mm-replace-chars-in-string.
17579
17580 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17581
17582         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17583
17584         * mm-util.el (mm-subst-char-in-string): Support inplace.
17585
17586         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17587         a new string in every iteration.  Use shy groups.
17588
17589 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17590
17591         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17592         * gnus-soup.el (gnus-soup-group-brew):
17593         * gnus-msg.el (gnus-put-message):
17594         * gnus-move.el (gnus-group-move-group-to-server):
17595         * gnus-kill.el (gnus-batch-score):
17596         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17597         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17598         (gnus-group-update-group, gnus-group-read-group)
17599         (gnus-group-make-group, gnus-group-make-help-group)
17600         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17601         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17602         (gnus-group-sort-by-unread, gnus-group-catchup)
17603         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17604         (gnus-group-yank-group, gnus-group-set-info)
17605         (gnus-group-list-groups):
17606         * gnus.el (gnus-generate-new-group-name):
17607         * gnus-delay.el (gnus-delay-send-queue):
17608         * nnvirtual.el (nnvirtual-catchup-group):
17609         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17610         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17611         (gnus-group-prepare-topics, gnus-topic-check-topology):
17612         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17613         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17614         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17615         (gnus-group-make-articles-read):
17616         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17617         (gnus-group-change-level, gnus-kill-newsgroup)
17618         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17619         (gnus-get-unread-articles, gnus-make-articles-unread)
17620         (gnus-make-ascending-articles-unread): Use accessor
17621         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17622         to get group information for improved readability.
17623
17624
17625 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17626
17627         * gnus-art.el (article-decode-mime-words, article-babel)
17628         (gnus-article-highlight-signature, gnus-article-add-buttons)
17629         (gnus-signature-toggle): Use gnus-with-article-buffer.
17630
17631         * gnus-art.el (gnus-article-highlight-headers)
17632         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17633
17634         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17635         (gnus-article-set-globals, gnus-request-article-this-buffer)
17636         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17637         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17638         (gnus-mime-display-alternative): Use with-current-buffer.
17639
17640 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17641
17642         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17643         also under 80 char limit, and call gnus-error if needed.
17644         (spam-fetch-article-header): Fix - it was a
17645         buffer-local variable (gnus-newsgroup-data).
17646         (spam-find-spam): Use spam-generate-fake-headers, forget about
17647         spam-insert-fake-headers.
17648         (spam-insert-fake-headers): Remove.
17649
17650 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17651
17652         * deuglify.el (gnus-article-outlook-unwrap-lines)
17653         (gnus-outlook-rearrange-article)
17654         (gnus-outlook-repair-attribution-outlook)
17655         (gnus-outlook-repair-attribution-block)
17656         (gnus-outlook-repair-attribution-other): Remove redundant
17657         save-excursion.
17658
17659 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17660
17661         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17662         (spam-fetch-field-subject-fast)
17663         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17664         (spam-fetch-article-header): Add functions to deal with Gnus
17665         internals for fast retrieval of article header data.
17666         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17667
17668 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17669
17670         * pop3.el (pop3-md5): Remove.
17671         (pop3-apop): Replace pop3-md5 with md5.
17672
17673         * mm-bodies.el: base64 is always built-in.
17674
17675         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17676         with-current-buffer.
17677
17678 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * canlock.el (canlock-insert-header): Remove excessive grouping in
17681         regexp.
17682
17683         * gnus-sum.el (gnus-summary-read-document): Ditto.
17684
17685         * gnus-uu.el (gnus-uu-part-number): Ditto.
17686
17687         * html2text.el (html2text-remove-tags): Ditto.
17688         (html2text-format-tags): Ditto.
17689         (html2text-format-single-elements): Ditto.
17690
17691         * mml.el (mml-parse-1): Ditto.
17692
17693 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17694
17695         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17696
17697         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17698
17699         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17700
17701         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17702
17703 2003-11-15  Simon Josefsson  <jas@extundo.com>
17704
17705         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17706         (pgg-gpg-lookup-key): Use regexp match instead of
17707         split-string (split-string is different between emacs 21.2 and
17708         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17709
17710 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17711
17712         * gnus-art.el (gnus-mime-view-all-parts)
17713         (gnus-article-part-wrapper, gnus-article-view-part): Use
17714         with-current-buffer.
17715
17716 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17717
17718         * spam.el (spam-disable-spam-split-during-ham-respool)
17719         (spam-spamoracle-database, spam-cache-lookups)
17720         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17721         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17722         (spam-group-ham-marks, spam-group-spam-marks)
17723         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17724         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17725         also add spam-use-blackholes to the statistical checks.
17726         (spam-fetch-field-fast): Add interface to fetching fields, may
17727         become a macro.
17728         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17729         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17730         (spam-insert-fake-headers): Fake an article when needed.
17731         (spam-find-spam): Fake article when possible.
17732         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17733         (spam-check-bogofilter-headers): Use message-fetch-field instead
17734         of nnmail-fetch-field.
17735
17736 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17737
17738         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17739
17740 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17741
17742         * spam.el (spam-split): Do not require spam-use-CHECK to be
17743         enabled if that check is passed to spam-split explicitly; also
17744         fix so 'spam doesn't get converted to spam-split-group when
17745         spam-split-symbolic-return is t.
17746         (spam-find-spam): Find registrations of the article and use those
17747         instead of re-running spam-split to find the spam/ham
17748         classification of the article.
17749         (spam-log-processing-to-registry, spam-log-registered-p)
17750         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17751         Use gnus-error instead of gnus-message.
17752         (spam-log-registration-type): Add function to determine the
17753         classification of a message based on registry entries; will
17754         return nil if both 'spam and 'ham are found.
17755         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17756         a reasonably fast local cache without the loading errors.
17757         (spam-cache-lookups): Set to t by default.
17758         (spam-find-spam): Don't try to guess spam-cache-lookups.
17759         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17760         spam-caches entry.
17761         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17762         caching of whitelist/blacklist entries.
17763         (spam-check-whitelist, spam-check-blacklist): Invoke
17764         spam-from-listed-p with a type, not a cache variable.
17765         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17766
17767 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17768
17769         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17770
17771         * nnmail.el (nnmail-split-fancy): do.
17772
17773         * mml.el (mml-parse): do.
17774
17775         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17776         (gnus-score-adaptive): do.
17777
17778 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17781         (gnus-mime-button-map): Don't set keymap parent.
17782         (gnus-button-ctan-directory-regexp): Use shy grouping.
17783         (gnus-prev-page-map): Don't set keymap parent.
17784         (gnus-prev-page-map): Remove duplicated one.
17785         (gnus-next-page-map): Don't set keymap parent.
17786         (gnus-mime-security-button-map): Ditto.
17787
17788         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17789         version number.
17790
17791         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17792
17793 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17794
17795         * canlock.el (canlock-sha1-function): Remove.
17796         (canlock-sha1-function-for-verify): Remove.
17797         (canlock-openssl-program): Remove.
17798         (canlock-openssl-args): Remove.
17799         (canlock-ignore-errors): Remove.
17800         (canlock-sha1-with-openssl): Remove.
17801         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17802         (canlock-verify): Don't use canlock-ignore-errors.
17803
17804         * sha1-el.el (sha1-string-external): Make it can return a string
17805         in binary form.
17806         (sha1-region-external): Ditto.
17807         (sha1-string-internal): Ditto.
17808         (sha1-region-internal): Ditto.
17809         (sha1-region): Ditto.
17810         (sha1-string): Ditto.
17811         (sha1): Ditto.
17812
17813 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17814
17815         * spam.el (spam-report-articles-gmane): New command.
17816
17817 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17820
17821         * run-at-time.el (run-at-time-saved): Remove.
17822         (run-at-time): Doc fix.
17823
17824 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17827         (gnus-summary-limit-map): Add it.
17828         (gnus-summary-make-menu-bar): do.
17829
17830 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17831
17832         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17833         Make attempt at some caching support (done for BBDB only now).
17834         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17835         addresses to be checked.
17836         (spam-clear-cache-BBDB): Add function, to be invoked by
17837         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17838         (spam-check-BBDB): Check and use the caches, if
17839         spam-cache-lookups is on, remove superfluous (provide).
17840
17841 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17842
17843         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17844
17845 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17846
17847         * run-at-time.el (run-at-time-saved): Move to after the definition
17848         of `run-at-time'.
17849
17850         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17851
17852 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17855         mm-w3m-local-map-property.
17856
17857         * mm-view.el (mm-w3m-mode-map): Remove.
17858         (mm-w3m-local-map-property): Remove.
17859         (mm-inline-text-html-render-with-w3m): Don't use
17860         mm-w3m-local-map-property.
17861
17862 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17863
17864         * run-at-time.el: New file.
17865
17866         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17867         under Emacs.
17868
17869         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17870         of gnus-set-text-properties.
17871
17872         * gnus-uu.el (gnus-uu-save-article): Ditto.
17873
17874         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17875
17876         * gnus-cite.el (gnus-cite-parse): Ditto.
17877
17878         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17879         of gnus-.
17880
17881         * gnus-xmas.el (run-at-time): Require run-at-time.
17882
17883         * gnus.el: Changed calls to nnheader-run-at-time and
17884         password-run-at-time throughout to use run-at-time directly.
17885
17886         * password.el: Removed definition of run-at-time.
17887
17888         * nnheaderxm.el: Remove definition of run-at-time.
17889
17890 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17891
17892         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17893         in prompt.
17894
17895 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17896
17897         * messagexmas.el (message-xmas-redefine): Alias
17898         `message-make-caesar-translation-table' to
17899         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17900         version.
17901
17902         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17903         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17904         `gnus-xmas-set-text-properties'.
17905         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17906         `gnus-xmas-completing-read'.
17907         (gnus-xmas-completing-read): Removed.
17908         (gnus-xmas-open-network-stream): Removed.
17909
17910         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17911         XEmacs version.
17912
17913         * dns.el (dns-make-network-process): Use `open-network-stream'
17914         instead of `gnus-xmas-open-network-stream'.
17915
17916         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17917
17918         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17919
17920 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17921
17922         * gnus-art.el (gnus-mime-display-alternative)
17923         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17924         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17925         Don't use gnus-local-map-property.
17926
17927         * gnus-util.el (gnus-local-map-property): Remove.
17928
17929         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17930         gnus-completing-read-maybe-default with completing-read.
17931
17932         * gnus-util.el (gnus-completing-read): do.
17933         (gnus-completing-read-maybe-default): Remove.
17934
17935 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17936
17937         * password.el: Only autoload `run-at-time' if not XEmacs.
17938         Only autoload the itimer functions if XEmacs.
17939
17940 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17943         XEmacsen.
17944
17945         * dgnushack.el: Autoload executable-find for XEmacs.
17946
17947 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17948
17949         * gnus-art.el (gnus-read-string): Remove.
17950         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17951         read-string.
17952
17953 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17954
17955         * netrc.el: Autoload password-read.
17956         (netrc): Add configuration group.
17957         (netrc-encoding-method, netrc-openssl-path): Add
17958         variables for encoding and decoding of files with symmetric
17959         ciphers.
17960         (netrc-encode): Add assistant function to encode a file with
17961         netrc-encoding-method.
17962         (netrc-parse): Add interactive parameter, added optional
17963         decoding if netrc-encoding-method is non-nil but otherwise
17964         behavior is standard.
17965         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17966         Do s/encode/encrypt/ everywhere.
17967
17968         * spam.el: Remove executable-find autoload.
17969
17970 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17971
17972         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17973
17974         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17975
17976 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17977
17978         * gnus-art.el (gnus-treat-ansi-sequences)
17979         (article-treat-ansi-sequences): New variable and function.
17980         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17981
17982         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17983         Use it.
17984
17985 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17986
17987         * mm-util.el (mm-quote-arg): Remove.
17988
17989         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17990         shell-quote-argument.
17991
17992         * gnus-uu.el (gnus-uu-command): do.
17993
17994         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17995
17996         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17997         with make-char.
17998
17999         * mm-util.el (mm-make-char): Remove.
18000
18001         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18002         add-minor-mode.
18003
18004         * gnus-undo.el (gnus-undo-mode): do.
18005
18006         * gnus-topic.el (gnus-topic-mode): do.
18007
18008         * gnus-sum.el (gnus-dead-summary-mode): do.
18009
18010         * gnus-start.el (gnus-slave-mode): do.
18011
18012         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18013
18014         * gnus-ml.el (gnus-mailing-list-mode): do.
18015
18016         * gnus-gl.el (gnus-grouplens-mode): do.
18017
18018         * gnus-draft.el (gnus-draft-mode): do.
18019
18020         * gnus-dired.el (gnus-dired-mode): do.
18021
18022         * gnus-ems.el (gnus-add-minor-mode): Remove.
18023
18024         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18025         Replace gnus-char-width with char-width.
18026
18027         * gnus-ems.el (gnus-char-width): Remove.
18028
18029         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18030         Replace gnus-char-width with char-width.
18031
18032         * gnus-ems.el (gnus-char-width): Remove.
18033
18034         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18035         definition.
18036         Remove Emacs 20 hash table compatibility code.
18037
18038         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18039         20 compatibility code.
18040
18041         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18042
18043         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18044
18045         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18046         with point-at-{eol,bol}.
18047
18048         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18049
18050         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18051
18052         * flow-fill.el (fill-flowed-point-at-bol)
18053         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18054
18055         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18056         Replace with point-at-{eol,bol} throughout all files.
18057
18058 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * ntlm.el (ntlm-string-as-unibyte): New macro.
18061         (ntlm-build-auth-response): Use it.
18062
18063         Remove Emacs 20 stuff:
18064         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18065         (butlast, mapc, remove): Remove the compiler macros.
18066         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18067         of delq and copy-sequence.
18068         * gnus-art.el (popup-menu): Remove the compiler macro.
18069         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18070         Emacs 20.
18071
18072 2004-01-05  Simon Josefsson  <jas@extundo.com>
18073
18074         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18075         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18076         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18077         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18078         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18079         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18080         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18081         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18082         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18083         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18084         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18085         string-xor into ntlm-string-xor.  Suggested by
18086         Jesper Harder <harder@myrealbox.com>.
18087
18088         * ntlm.el: Don't include poem.
18089
18090         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18091         Jesper Harder <harder@myrealbox.com>.
18092
18093         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18094
18095         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18096         probably breaks emacs with DL patch, but do we care? Is anyone
18097         still using the DL stuff?)
18098
18099         * sieve-manage.el: Use the password package.
18100         (sieve-manage-read-passwd): Remove.
18101         (sieve-manage-interactive-login): Use password.  Re-add
18102         condition-case around loop.
18103
18104         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18105         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18106         the password package.
18107
18108 2003-02-19  Simon Josefsson  <jas@extundo.com>
18109
18110         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18111         token.
18112
18113 2002-08-07  Simon Josefsson  <jas@extundo.com>
18114
18115         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18116         (sieve-manage-authenticators):
18117         (sieve-manage-authenticator-alist): Add some SASL mechs.
18118         (sieve-sasl-auth): New function.
18119         (sieve-manage-cram-md5-auth):
18120         (sieve-manage-plain-auth): Rewrite using SASL library.
18121         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18122         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18123         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18124         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18125
18126 2004-01-05  Simon Josefsson  <jas@extundo.com>
18127
18128         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18129         New files.
18130
18131 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18132
18133         * gnus-group.el (gnus-no-groups-message): Update.
18134
18135         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18136
18137 2003-11-09  Simon Josefsson  <jas@extundo.com>
18138
18139         * imap.el: Support for ID IMAP extension (RFC 2971).
18140         (imap-local-variables): Add imap-id.
18141         (imap-id): New variable.
18142         (imap-id): New function.
18143         (imap-parse-response): Parse untagged ID response.
18144         * nnimap.el (nnimap-id): New variable.
18145         (nnimap-open-connection): Use it.
18146
18147 2003-12-28  Simon Josefsson  <jas@extundo.com>
18148
18149         * gnus-score.el (gnus-score-edit-all-score): New.
18150         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18151
18152 2004-01-04  Simon Josefsson  <jas@extundo.com>
18153
18154         * password.el: Add.
18155
18156 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18157
18158         * dns.el (dns-query-types): Fix typo.
18159         (dns-query-types): New function.
18160         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18161         PTR and SOA replies, see RFC 1035.
18162
18163 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18164
18165         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18166
18167         * Moved to Changelog.2.
18168
18169 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18170
18171         * gnus.el (gnus-version-number): Bump version.
18172
18173 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18174
18175         * gnus.el: No Gnus v0.1 is released.
18176
18177 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18178
18179         * gnus.el: No Gnus v0.0 is released.
18180
18181 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18182
18183         * gnus.el (gnus-version-number): Bump.
18184         (gnus-version): No.
18185
18186 See ChangeLog.2 for earlier changes.
18187
18188     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18189       Free Software Foundation, Inc.
18190
18191   This file is part of GNU Emacs.
18192
18193   GNU Emacs is free software: you can redistribute it and/or modify
18194   it under the terms of the GNU General Public License as published by
18195   the Free Software Foundation, either version 3 of the License, or
18196   (at your option) any later version.
18197
18198   GNU Emacs is distributed in the hope that it will be useful,
18199   but WITHOUT ANY WARRANTY; without even the implied warranty of
18200   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18201   GNU General Public License for more details.
18202
18203   You should have received a copy of the GNU General Public License
18204   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18205
18206 ;; Local Variables:
18207 ;; coding: utf-8
18208 ;; fill-column: 79
18209 ;; add-log-time-zone-rule: t
18210 ;; End: