* shr.el (shr-current-column): Remove buggy and unnecessary function.
[gnus] / lisp / ChangeLog
1 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4
5 2010-10-13  Julien Danjou  <julien@danjou.info>
6
7         * shr.el (shr-width): Make shr-width a defcustom with default to
8         fill-column.
9         (shr-tag-img): Use shr-width rather than fill-column.
10
11 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * dgnushack.el (byte-optimize-apply)
14         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
15
16         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
17         position when (X-)Faces exist.
18         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
19         avatars when called interactively.
20
21 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
24         gnus-article-x-face-too-ugly is bound.
25
26 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
29
30         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
31         mailbox that doesn't exist.
32
33 2010-10-12  Julien Danjou  <julien@danjou.info>
34
35         * shr.el (shr-tag-img): Encode URL properly when retrieving.
36         (shr-get-image-data): Encode URL properly when fetching from cache.
37         (shr-tag-img): Use aligned-to spaces to align correctly images.
38
39         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
40         before inserting the Gravatar.
41
42         * shr.el (shr-tag-img): Add align attribute support for <img>.
43
44 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * gnus-gravatar.el (gnus-art): Required.
47
48         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
49         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
50         Remove long obsoleted functions.
51
52 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
55
56         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
57
58         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
59         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
60         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
61         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
62         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
63         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
64         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
65
66 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * nnimap.el (nnimap-request-rename-group): Select group read-only
69         before renaming it.
70
71         * shr.el (shr-insert): Fix up the white space only regexp.
72
73         * nnimap.el (nnimap-transform-split-mail): Not all articles have
74         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
75
76         * shr.el (shr-current-column): New function.
77         (shr-find-fill-point): New function.
78
79 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
80
81         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
82         numbers.
83
84 2010-10-11  Julien Danjou  <julien@danjou.info>
85
86         * shr.el (shr-hr-line): Add.
87         (shr-tag-hr): Use shr-hr-line to specify which character to use to
88         display hr lines.
89         (shr-max-columns): Do not change state to nil if we just inserting
90         spaces.
91
92 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * gnus-topic.el (gnus-topic-read-group): If after the last group,
95         select the last group.
96
97 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
98
99         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
100
101 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
102
103         * dig.el (dig-mode-map): Declare and define in one step.
104
105 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
108         for Gnus.
109         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
110         (nnimap-update-qresync-info): Mark \Seen articles as read.
111
112         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
113         non-variable, too.
114
115         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
116         available.
117         (nnimap-update-info): Rely more on the current active than the param
118         active to avoid marking articles as read too much.
119
120         * auth-source.el (auth-source-create): Use (user-login-name) for the
121         user name default.
122
123         * nnimap.el (nnimap-update-info): If the server doesn't return any
124         useful info, just use the previous info.
125         (nnimap-update-info): Prefer old info over start-article.
126         (nnimap-update-qresync-info): Finish implementing QRESYNC.
127
128 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
129
130         * nnir.el (autoload): Clean up autoloads.
131         (nnir-imap-default-search-key): Renamed from
132         nnir-imap-search-field. Use key rather than value.
133         (nnir-imap-search-other): New variable.
134         (nnir-read-parm): Use it.
135         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
136         (gnus-summary-nnir-goto-thread): Modify to work with imap.
137
138 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
139
140         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
141         the process, too.
142
143 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
146         Allbery.
147
148         * shr.el: Rework the way things are indented by <li> slightly.
149
150         * gnus.el (gnus-group-set-parameter): Fix typo.
151
152         * nnimap.el: Start implementing QRESYNC support.
153
154 2010-10-09  Julien Danjou  <julien@danjou.info>
155
156         * nnir.el (nnir-engines): Fix too many arguments.
157
158 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
161         group is the "last", so that the backends like nnfolder actually save
162         their folders.
163
164         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
165         try to use that for the tls stream.
166         (nnimap-retrieve-group-data-early): Rework the marks code to heed
167         UIDVALIDITY and find out which groups are read-only and not.
168         (nnimap-get-flags): Use the same marks parsing code as the rest of
169         nnimap.
170
171 2010-10-09  Julien Danjou  <julien@danjou.info>
172
173         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
174
175         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
176         retrieving gravatars.
177
178         * shr.el (shr-table-corner): Add.
179         (shr-table-line): Add.
180         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
181
182 2010-10-08  Julien Danjou  <julien@danjou.info>
183
184         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
185
186 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
187
188         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
189
190         * gnus-sum.el (gnus-mark-article-as-unread)
191         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
192         (gnus-summary-set-bookmark): Use it.
193
194         * gnus-msg.el (gnus-setup-message): Use it.
195
196         * gnus-demon.el (gnus-demon-remove-handler): Use it.
197
198         * gnus.el (gnus-group-remove-parameter): Use it.
199
200         * gnus-group.el (gnus-group-make-web-group): Use it.
201
202         * gnus-demon.el (gnus-demon-remove-handler): Use it.
203
204         * nnregistry.el: Update docs to mention manual.
205
206         * gnus-registry.el: Update docs to mention nnregistry.el.
207         (gnus-registry-initialize): Don't install nnregistry refer method
208         automatically.
209         (gnus-registry-install-nnregistry): Remove it.
210
211 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * shr.el (shr-insert): Don't insert double spaces.
214
215 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * gnus-gravatar.el (gnus-treat-from-gravatar)
218         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
219         called interactively.
220
221         * gnus-art.el (gnus-mime-view-part-externally)
222         (gnus-mime-view-part-internally): Make predicate function passed to
223         gnus-mime-view-part-as-type assume argument is a mime type, not a list
224         of a mime type.
225
226         * shr.el (shr-table-widths): Don't use cl function `reduce'.
227
228 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * shr.el (require): Require cl when compiling.
231         (shr-tag-hr): New function.
232
233         * nnimap.el (nnimap-update-info): Remove double setting of high.
234         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
235         makes nnimap work properly on Courier again.
236
237         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
238         the variable for backwards compatability.
239
240         * mm-decode.el (mm-save-part): If given a non-directory result, expand
241         the file name before using to avoid setting mm-default-directory to
242         nil.
243
244         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
245         bidning gnus-agent variables.
246
247         * shr.el (shr-render-td): Use a cache for the table rendering function
248         to avoid getting an exponential rendering behaviour in nested tables.
249         (shr-insert): Rework the line-breaking algorithm.
250         (shr-insert): Don't leave trailing spaces.
251         (shr-insert-table): Also insert empty TDs.
252         (shr-tag-blockquote): Ensure paragraphs after </ul>.
253
254 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
255
256         * gnus-sum.el (gnus-number): Rename from `number'.
257         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
258         (gnus-summary-limit-children): Update uses correspondingly.
259
260 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
263         (gnus-gravatar-transform-address): Don't show avatars of people of
264         which mail addresses match gnus-gravatar-too-ugly.
265
266 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * shr.el (shr-table-widths): Expand TD elements to fill available
269         space.
270
271 2010-10-07  Julien Danjou  <julien@danjou.info>
272
273         * nnimap.el (nnimap-request-rename-group): Add this method.
274
275 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
278         name from XEmacs' function-arglist.
279
280         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
281         gravatar under XEmacs.
282
283 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
284
285         * auth-source.el: Update docs with TODO items.
286
287         * gnus-sync.el: Update docs to explain state and plans.
288
289         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
290         Hooks for mark updates.
291         (gnus-request-set-mark, gnus-request-update-mark): Use them.
292
293         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
294         hooks with arguments, which is needed for mark update hooks.
295
296 2010-10-06  Julien Danjou  <julien@danjou.info>
297
298         * gnus.el (gnus-expand-group-parameter): Only return and act on what
299         was matched.
300
301         * sieve-manage.el: Update example in `Commentary'.
302
303         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
304
305         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
306         not 2000.
307         (sieve-manage-authenticate): Re-add function.
308
309 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * shr.el (shr-insert): Get 'space transition right.
312         (shr-render-td): Only delete space at the end of the TD.
313
314         * nnimap.el (nnimap-open-connection): Prepare to support
315         open-gnutls-stream.
316
317         * shr.el: Rearrange function order to be more logical.
318
319 2010-10-06  Julien Danjou  <julien@danjou.info>
320
321         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
322         (nnrss-discover-feed): Remove 404 URL in docstring.
323
324         * nnir.el: Fix Swish-E URL.
325         Fix Namazu URL.
326
327         * message.el (message-change-subject): Remove 404 URL in a comment.
328
329 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
332         called interactively.
333
334         * gnus-util.el (gnus-remove-if): Allow hash table.
335         (gnus-remove-if-not): New function.
336
337         * gnus-art.el (gnus-mime-view-part-as-type)
338         * gnus-score.el (gnus-summary-score-effect)
339         * gnus-sum.el (gnus-read-move-group-name):
340         Replace remove-if-not with gnus-remove-if-not.
341
342         * gnus-group.el (gnus-group-completing-read):
343         Regard collection as a hash table if it is not a list.
344
345 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * shr.el (shr-render-td): Allow blank/missing <TD>s.
348
349         * shr.el: Document the table-rendering algorithm.
350
351 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
354         for Emacsen having no `libxml-parse-html-region' support.
355
356 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
359         invalid URLs.
360
361         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
362         line-broken.
363         (shr-tag-img): Ignore image fetching errors.
364         (shr-overlays-in-region): Compute overlay positions correctly.
365
366         * mm-decode.el (mm-shr): Require shr.
367
368         * gnus-art.el (gnus-blocked-images): Move variable here.
369
370         * shr.el (shr-insert-table): Bind free variable.
371
372         * mm-decode.el (mm-shr): Bind shr-content-function.
373
374         * shr.el (shr-content-function): New variable.
375
376         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
377         added for symmetry.
378
379         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
380
381         * gnus-group.el (gnus-group-make-group): Doc fix.
382
383         * nnimap.el (nnimap-request-newgroups): Return success.
384
385         * shr.el (shr-find-elements): New function.
386         (shr-tag-table): Put all the images after the table.
387         (shr-tag-table): Really inhibit images inside the table.
388         (shr-collect-overlays): Copy over overlays from the TD elements to the
389         main document.
390
391         * mm-decode.el (mm-shr): Bind shr-blocked-images to
392         gnus-blocked-images.
393
394 2010-10-05  Julien Danjou  <julien@danjou.info>
395
396         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
397
398         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
399         (gnus-html-maximum-image-size): Add this function.
400         (gnus-html-put-image): Use gnus-html-maximum-image-size.
401
402         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
403         server-value of the capability is nil.
404
405 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * shr.el (shr-tag-em): Add <EM> tag.
408
409 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
410
411         * sieve-manage.el (sieve-manage-default-stream): Make default stream
412         customizable.
413
414         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
415         handing broken links to browse-url.
416
417 2010-10-05  Julien Danjou  <julien@danjou.info>
418
419         * gnus-util.el (gnus-emacs-completing-read)
420         (gnus-iswitchb-completing-read): Use autoload rather than require.
421
422 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
425         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
426         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
427         iswitchb-temp-buflist for XEmacs.
428
429         * gnus-util.el (gnus-completing-read-function): Exclude
430         gnus-icompleting-read and gnus-ido-completing-read from candidates for
431         XEmacs since iswitchb.el is very old and ido.el is unavailable in
432         XEmacs.
433
434         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
435         not to use `delete-dups' that is unavailable in XEmacs 21.4.
436
437         * gnus-html.el: Don't require help-fns under XEmacs.
438         (gnus-html-schedule-image-fetching): Work for XEmacs.
439
440         * mm-decode.el (mm-shr): Decode contents by charset.
441
442 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
445         unknown.
446
447         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
448         (shr-get-image-data): Ensure against the cache file missing.
449
450         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
451         for data.
452
453         * spam-report.el (spam-report-url-ping-plain): Don't query about
454         killing the process.
455
456         * shr.el (shr-render-td): Protect against too-wide text.
457
458 2010-10-04  Julien Danjou  <julien@danjou.info>
459
460         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
461         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
462
463         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
464         retrieved.
465
466 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * shr.el (browse-url): Required.
469         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
470         lines.
471         (shr-show-alt-text, shr-browse-image): New commands.
472         (shr-browse-url, shr-copy-url): New commands.
473
474         * gnus-sum.el (gnus-widen-article-window): New variable.
475         (gnus-summary-select-article-buffer): Use it.
476
477         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
478         without @ signs.
479
480 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
481
482         * nnir.el (nnir-run-imap): Remove spurious space in search string.
483
484 2010-10-04  Julien Danjou  <julien@danjou.info>
485
486         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
487         for XEmacs.
488
489 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
492
493         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
494         (nnimap-close-server): Implement.
495
496         * dgnushack.el (iswitchb): Require to shut up the compiler.
497
498         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
499         (shr-insert): Tweak line breaking.
500         (shr-insert): Handle <pre> better.
501         (shr-tag-li): Get <li> indentation right.
502         (shr-tag-li): Get <li> indentation even righter.
503         (shr-tag-blockquote): Ensure paragraph start.
504         (shr-make-table): Tweak table generation.
505         (shr-make-table): Fix typo.
506
507         * shr.el: Implement table rendering.
508
509 2010-10-04  Julien Danjou  <julien@danjou.info>
510
511         * gnus-html.el (gnus-html-put-image): Fix resize image code.
512
513 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * shr.el (shr-insert): Use string anchors instead of line anchors.
516
517 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * shr.el: Add headings.
520         (shr-ensure-paragraph): Actually work.
521         (shr-tag-li): Make <ul> prettier.
522         (shr-insert): Get white space at the beginning/end of elements right.
523         (shr-tag-p): Collapse subsequent <p>s.
524         (shr-ensure-paragraph): Don't insert double line feeds after blank
525         lines.
526         (shr-insert): \t is also space.
527         (shr-tag-s): Fix "s" tag name function.
528         (shr-tag-s): Fix face prop name.
529
530 2010-10-03  Julien Danjou  <julien@danjou.info>
531
532         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
533
534         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
535         gnus-window-inside-pixel-edges.
536
537         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
538         gnus-ems.
539
540         * mm-view.el (mm-inline-image-emacs): Support image resizing.
541
542         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
543         function.
544
545         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
546         resize choice.
547
548 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
551         beginning of the buffer.
552
553         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
554         article buffer again.
555
556         * shr.el (shr-tag-p): Don't insert newlines at the start of the
557         buffer.
558
559         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
560         when it's at the start of the buffer.
561
562         * shr.el (shr-tag-blockquote): Convert name.
563         (shr-rescale-image): Use the right image-size variant.
564
565         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
566         buffer isn't shown, then select the current article first instead of
567         bugging out.
568         (gnus-summary-select-article-buffer): Show both the article and summary
569         buffers again.
570
571         * shr.el (shr-fontize-cont): Protect against regions with no text.
572         Rename tag functions to shr-tag-* for enhanced security.
573         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
574
575 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
576
577         * shr.el (shr-insert):
578         * pop3.el (pop3-movemail):
579         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
580         loaded.
581
582 2010-10-03  Glenn Morris  <rgm@gnu.org>
583
584         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
585
586         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
587
588         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
589
590         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
591
592         * gnus-util.el (gnus-make-local-hook): Simplify.
593
594 2010-10-02  Julien Danjou  <julien@danjou.info>
595
596         * gnus-util.el (gnus-iswitchb-completing-read): New function.
597         (gnus-ido-completing-read): New function.
598         (gnus-emacs-completing-read): New function.
599         (gnus-completing-read): Use gnus-completing-read-function.
600         Add gnus-completing-read-function.
601
602 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * shr.el (shr-insert-document): Autoload.
605         (shr-img): Be silent.
606         (shr-insert): Add a newline after every picture before text.
607         (shr-add-font): Use overlays for combining faces.
608         (shr-insert): Pass upwards the text start point.
609
610         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
611         possible.
612         (mm-shr): New function.
613
614 2010-10-02  Julien Danjou  <julien@danjou.info>
615
616         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
617         should go backward.
618
619 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
620
621         * shr.el (shr): Fix typo in provide call.
622
623 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * shr.el: New file.
626
627         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
628
629         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
630         completing read.
631
632 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633
634         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
635         we're being queried about.  Suggested by Dan Jacobson.
636
637         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
638         by Jason Eisner.
639
640         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
641         table, too.  Suggested by Stefan Wiens.
642         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
643         the table unnecessary.  Suggested by Stefan Wiens.
644
645         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
646         longer needed, and probably doesn't work either, as pointed out by
647         Stefan Wiens.
648         (gnus-summary-exit): Remove call to the clearing function.
649         (gnus-summary-exit-no-update): Ditto.
650
651         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
652         instead of gnus-eval-in-buffer-window to avoid popping up frames.
653         Reported by Stefan Monnier.
654         (gnus-summary-save-in-rmail): Ditto.
655
656         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
657         article buffer, instead of both the article buffer and the summary
658         buffer.  Sort of suggested by Dan Jacobson.
659
660         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
661
662         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
663         Suggested by Dan Jacobson.
664
665         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
666         documentation clearer.
667
668         * message.el (message-shorten-references): Comment on the number "21".
669         Suggested by Stefan Monnier.
670
671         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
672         Suggested by Dan Jacobson.
673
674         * gnus.el (gnus-large-newsgroup): Mention
675         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
676
677         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
678         externalize attachments.  Bug reported by Steve Wen.
679
680         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
681         really message anything to the user.
682
683         * nnmail.el (nnmail-article-group): Allow using the fancy split method
684         directly.
685
686         * nnimap.el (nnimap-request-group): Low higher than high to signal no
687         messages in empty groups.
688
689 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
690
691         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
692         non-UIDNEXT group.
693
694 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
695
696         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
697         not the value from the collection.
698
699         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
700         values.  This sometimes happens on some groups that have no info.
701         (nnimap-request-newgroups): New function.
702
703 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
704
705         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
706         check into `gnus-registry-initialize'.
707         (gnus-registry-initialize): Ditto.
708         Fix and extend header docs.
709
710 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
713         regexp backtrace overflows.
714
715         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
716         for starttls that tls.el implements; i.e. openssl.
717
718         * tls.el (tls-starttls-switches): Give up on using starttls with
719         gnutls-cli.
720         (tls-program): Add --insecure to be consistent with the defaults from
721         openssl s_client.  Now all three commands are insecure.
722
723 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * lpath.el: Bind completion-styles-alist for XEmacs.
726
727         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
728         (gravatar-create-image): New function that's an alias to
729         gnus-xmas-create-image, gnus-create-image, or create-image.
730         (gravatar-data->image): Use it.
731
732 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
733
734         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
735         install the nnregistry refer method.
736         (gnus-registry-install-hooks): Use it.
737         (gnus-registry-unfollowed-groups): Add nnmairix to the default
738         unfollowed groups.
739
740 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
741
742         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
743         expanding threads.
744
745 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * nnir.el: Use the server names without suffixes (bug #7009).
748
749         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
750         unencrypted to STARTTLS, if possible.
751
752 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
753
754         * message.el (message-ignored-supersedes-headers): Strip Injection-*
755         headers before superseding.
756
757 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * nnrss.el (nnrss-use-local): Add documentation.
760
761         * nnimap.el (nnimap-extend-tls-programs): New function.
762         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
763         (nnimap-wait-for-connection): Accept the greeting from the stupid
764         output from openssl s_client -starttls, too.
765
766         * tls.el (tls-starttls-switches): New variable.
767         (tls-find-starttls-argument): Use it.
768         (open-tls-stream): Ditto.
769
770         * netrc.el (netrc-credentials): Return the value of the "default"
771         entry.
772         (netrc-machine): Ditto.
773
774         * nnimap.el (nnimap-find-article-by-message-id): Really return the
775         article number.
776         (nnimap-split-fancy): New variable.
777         (nnimap-split-incoming-mail): Use it.
778
779         * nntp.el (nntp-server-list-active-group): Document.
780
781         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
782         SELECT to get the message-id.
783
784         * mail-source.el (mail-sources): Removed webmail support.
785         (defvar): Ditto.
786         (mail-source-fetcher-alist): Ditto.
787         (mail-source-fetch-webmail): Removed.
788
789         * webmail.el: Removed -- doesn't seem relevant any more.
790
791         * gnus.el: Fix up make-obsolete-variable declarations throughout.
792
793         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
794         the \r.
795
796 2010-09-30  Julien Danjou  <julien@danjou.info>
797
798         * gnus-agent.el (gnus-agent-add-group): Fix call to
799         gnus-completing-read.
800
801 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * nndoc.el (nndoc-retrieve-groups): New function.
804
805         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
806         `default', use nnmail-split-methods.
807         (nnimap-request-article): Downcase the NILs so that they are nil.
808
809         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
810         symbol.
811
812         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
813         code, since if the user has requested network, that's what they ought
814         to get.
815         (nnimap-request-set-mark): Erase the buffer before issuing commands.
816         (nnimap-split-rule): Mark as obsolete.
817
818         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
819         variable.
820
821         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
822         correct slot, too.
823
824 2010-09-29  Julien Danjou  <julien@danjou.info>
825
826         * gnus.el (gnus-local-domain): Declare variable obsolete.
827
828         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
829         computing.
830         (gnus-ido-completing-read): Require ido.
831
832 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * gnus-registry.el: Don't prompt on load, which makes it impossible to
835         build Gnus.
836
837         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
838         when interpreting the structures.
839         (nnimap-request-accept-article): Add \r\n to the lines to make this
840         work with Cyrus.
841
842         * nndraft.el (nndraft-request-expire-articles): Use the group name
843         instead if "nndraft".  Fix found by Nils Ackermann.
844
845 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
846
847         * nnregistry.el: Added.
848
849 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
850
851         * nnmail.el (group, group-art-list, group-art):
852         Remove unneeded directives.
853
854 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
857         (mm-mime-charset)
858         * rfc2047.el (rfc2047-syntax-table)
859         * utf7.el (utf7-utf-16-coding-system): Comment fix.
860
861         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
862         rather than `insert-file-contents' and `eval-region'.
863
864         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
865         construction.
866
867         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
868
869         * time-date.el: No need to require cl for Emacs 21.
870
871 2010-09-29  Julien Danjou  <julien@danjou.info>
872
873         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
874         replacement of `gnus-gravatar-relief' to mimic
875         `gnus-faces-properties-alist'.
876         Add :version property.
877
878 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * mail-source.el (mail-source-report-new-mail)
881         * message.el (message-default-mail-headers)
882         * mm-decode.el (mm-valid-image-format-p): Comment fix.
883
884         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
885
886 2010-09-28  Julien Danjou  <julien@danjou.info>
887
888         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
889         mail-address contains the same string as real-name.
890
891         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
892         non-blank in header, otherwise it'll get stripped.
893
894         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
895         real-name, and then for mail address rather than doing : or , search.
896
897 2010-09-27  Julien Danjou  <julien@danjou.info>
898
899         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
900         (gnus-server-goto-server): Use gnus-completing-read.
901
902         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
903
904         * mm-util.el (defalias): Use gnus-completing-read.
905         (mm-codepage-setup): Use gnus-completing-read.
906
907         * smime.el (smime-sign-buffer): Use gnus-completing-read.
908         (smime-decrypt-buffer): Use gnus-completing-read.
909
910         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
911
912         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
913         (mml-minibuffer-read-disposition): Use gnus-completing-read.
914         (mml-insert-multipart): Use gnus-completing-read.
915
916         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
917
918         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
919
920         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
921
922         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
923
924         * gnus.el (gnus-read-method): Use gnus-completing-read.
925
926         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
927
928         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
929         (gnus-mime-action-on-part): Use gnus-completing-read.
930         (gnus-article-encrypt-body): Use gnus-completing-read.
931
932         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
933         (gnus-topic-move-matching): Use gnus-completing-read.
934         (gnus-topic-copy-matching): Use gnus-completing-read.
935         (gnus-topic-sort-topics): Use gnus-completing-read.
936         (gnus-topic-move): Use gnus-completing-read.
937
938         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
939         (gnus-agent-add-group): Use gnus-completing-read.
940
941         * nnmairix.el (nnmairix-create-server-and-default-group): Use
942         gnus-completing-read.
943         (nnmairix-update-groups): Use gnus-completing-read.
944         (nnmairix-get-server): Use gnus-completing-read.
945         (nnmairix-backend-to-server): Use gnus-completing-read.
946         (nnmairix-goto-original-article): Use gnus-completing-read.
947         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
948
949         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
950
951         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
952         (gnus-group-make-useful-group): Use gnus-completing-read.
953         (gnus-group-make-web-group): Use gnus-completing-read.
954         (gnus-group-add-to-virtual): Use gnus-completing-read.
955         (gnus-group-browse-foreign-server): Use gnus-completing-read.
956
957         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
958         (gnus-summary-limit-to-extra): Use gnus-completing-read.
959         (gnus-summary-execute-command): Use gnus-completing-read.
960         (gnus-summary-respool-article): Use gnus-completing-read.
961         (gnus-read-move-group-name): Use gnus-completing-read.
962
963         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
964         (gnus-summary-score-effect): Use gnus-completing-read.
965
966         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
967
968         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
969         right completing-read function.
970         (gnus-use-ido): New variable
971         (gnus-completing-read-with-default): Remove.
972
973 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
976         x-focus-frame.
977
978         * nnimap.el (auth-source-forget-user-or-password)
979         (auth-source-user-or-password): Autoload.
980
981         * message.el (message-from-style, message-interactive)
982         (message-cite-prefix-regexp, message-sendmail-envelope-from)
983         (message-yank-prefix, message-indentation-spaces, message-signature)
984         (message-signature-file): Add comment.
985
986 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
989         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
990         new articles.
991
992         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
993         parts.
994         (nnimap-request-article): Work with the t setting, too.
995
996         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
997         that you don't get flashes of other buffers.
998         (gnus-summary-show-complete-article): Intern before setting.
999
1000 2010-09-27  David Engster  <dengste@eml.cc>
1001
1002         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1003         well as HEADERS.
1004         (nnmairix-retrieve-headers): Provide new argument for the above.
1005
1006 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * gnus-sum.el (gnus-summary-move-article): Don't alter
1009         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1010         group.
1011
1012         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1013
1014         * message.el (message-cite-prefix-regexp): Revert my last edit.
1015
1016         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1017         variable instead of the Gnus variable.
1018
1019         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1020
1021         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1022         again.
1023
1024         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1025         since some servers don't like it.
1026         (nnimap-open-connection): Forget credentials if the server says the
1027         password was wrong.
1028         (nnimap-parse-line): Protect against invalid data.
1029
1030         * gnus-sum.el (gnus-summary-move-article): Add comment.
1031         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1032         nothing alters it while scanning for new messages.
1033
1034         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1035         which may or may not help.
1036         (nnimap-open-connection): If we're doing a stream connection, and then
1037         discover we're on a STARTTLS-capable server, then open a STARTTLS
1038         connection instead.
1039
1040 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * nnimap.el (utf7): Required.
1043
1044         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1045         prefix.
1046
1047 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1048
1049         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1050
1051 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * nnimap.el (nnimap-request-accept-article): Message the error on
1054         error.
1055
1056 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1059
1060 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * nndoc.el (nndoc-request-list): Return success always.
1063
1064         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1065         `fetch-old' -- we only want to fetch the articles we've requested.  The
1066         rest are in the agent, probably.
1067         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1068         disappeared server" to something low.  It's not important.
1069
1070         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1071         arrived before the FETCH data.
1072
1073         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1074         target here, because we don't know the Gnus name of the group.
1075
1076         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1077         for the correct group.
1078
1079         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1080
1081         * gnus.el (gnus): Give a final warning after startup.
1082
1083         * gnus-util.el (gnus-action-message-log): New variable.
1084         (gnus-message): Use it.
1085         (gnus-final-warning): New function.
1086
1087         * nnimap.el (nnimap-open-connection): Record the greeting.
1088         (nnimap): Add greeting.
1089
1090 2010-09-26  Julien Danjou  <julien@danjou.info>
1091
1092         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1093         arguments.
1094         (gnus-html-wash-images): Fix spec computing to include start/end.
1095
1096         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1097
1098 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1101         deletion.
1102         (nnimap-retrieve-headers): Don't select the group, because that's
1103         already done by nnimap-possibly-change-group.
1104
1105         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1106         (gnus-picon-transform-address): Use it.
1107
1108         * mail-source.el (mail-source-value): Revert previous patch.
1109
1110         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1111         on failure.
1112         (nnimap-open-connection): Look up both virtual and physical server name
1113         credentials.
1114
1115         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1116
1117 2009-02-07  Dave Love  <fx@gnu.org>
1118
1119         * tls.el (open-tls-stream): Don't query killing process.
1120
1121 2009-02-08  Dave Love  <fx@gnu.org>
1122
1123         * gnus-win.el (gnus-window-to-buffer-helper,
1124         gnus-all-windows-visible-p): Function needn't be a symbol.
1125
1126         * mail-source.el (mail-source-value): Function needn't be a symbol.
1127
1128 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * message.el (message-cite-prefix-regexp): Remove } from the cite
1131         prefix.
1132
1133         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1134         highlight again, so that the highlight is correct.
1135
1136         * gnus-picon.el (gnus-picon): Remove again.
1137         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1138
1139         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1140         doing the header highlightling, so that the background colour of the
1141         picon is correct.
1142
1143         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1144         (gnus-picon): Ditto.
1145         (gnus-picon): Reinstate.  The background colour for picons is white.
1146         (gnus-picon-insert-glyph): Make the background white.
1147
1148         * nnml.el (nnml-open-nov): Don't return dead buffers.
1149
1150         * auth-source.el (auth-source-create): Query the user for whether to
1151         store the credentials.
1152
1153         * netrc.el (netrc-store-data): New function.
1154
1155         * auth-source.el (auth-source-user-or-password): Use the existing auth
1156         sources, if any, for creation.
1157
1158         * gnus.el (gnus-group-fast-parameter): Return the last matching
1159         parameter instead of the first matching parameter.
1160
1161 2010-09-26  Julien Danjou  <julien@danjou.info>
1162
1163         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1164
1165 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * mml2015.el (mml2015-use): Remove gpg support.
1168
1169         * mml1991.el (mml1991-function-alist): Remove gpg function.
1170         (mml1991-gpg-sign): Removed.
1171
1172 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1173
1174         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1175         (gnus-browse-unsubscribe-current-group): Document it.
1176         (gnus-browse-unsubscribe-group): Use it.
1177
1178 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1181         address to the To list for easier response.
1182
1183         * gnus.el (gnus-play-startup-jingle): Removed.
1184         (gnus-splash): Don't play jingle.
1185         (gnus): Silence gnus-load message.
1186
1187         * gnus-art.el (gnus-treat-play-sounds): Removed.
1188
1189         * gnus.el (gnus-play-jingle): Remove audio support.
1190
1191         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1192
1193         * earcon.el: Removed -- no users.
1194
1195         * gnus-audio.el: Removed -- no users of this package.
1196
1197         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1198
1199         * gnus-start.el (gnus-setup-news): Remove nocem support.
1200
1201         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1202
1203         * gnus.el (gnus-use-nocem): Removed.
1204
1205         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1206         Removed.
1207
1208         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1209         uses NoCeM any more.
1210
1211         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1212         (gnus-button-ctan-handler): Ditto.
1213         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1214         (gnus-button-ctan-directory-regexp): Ditto.
1215         (gnus-button-handle-ctan): Ditto.
1216         (gnus-button-tex-level): Ditto.
1217         (gnus-button-alist): Removed CTAN stuff.
1218
1219 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1222         nnimap-streaming test.
1223
1224         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1225         servers twice.
1226
1227         * nnimap.el (nnimap-open-connection): Add more error reporting when
1228         nnimap fails early.
1229
1230         * nnheader.el (nnheader-get-report-string): New function.
1231         (nnheader-get-report): Use it.
1232
1233         * gnus-int.el (gnus-check-server): Say what the error was when opening
1234         failed.
1235
1236         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1237         using streaming.
1238
1239 2010-09-25  Julien Danjou  <julien@danjou.info>
1240
1241         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1242         gnus-window-inside-pixel-edges.
1243
1244 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1247
1248         * mm-decode.el (mm-save-part): Allow saving to other directories the
1249         normal Emacs way.
1250
1251         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1252         by Jay Berkenbilt.
1253
1254         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1255         there isn't a single byte.
1256
1257         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1258         just do it.  It doesn't really seem to matter what the user responds
1259         here, I think, so it's just a confusing question.
1260
1261         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1262         non-streaming case.
1263
1264         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1265         (gnus-article-encrypt-body): Use it.
1266
1267         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1268         keystroke.
1269
1270         * nnimap.el (nnimap-find-wanted-parts-1): Use
1271         gnus-fetch-partial-articles.
1272
1273         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1274
1275         * nnimap.el (nnimap-insert-partial-structure): New function.
1276         (nnimap-get-partial-article): New function.
1277         (nnimap-request-article): Use it.
1278         (nnimap-wait-for-response): Return whether the wait was successful.
1279         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1280         retrieval wasn't successful.
1281         (nnimap-retrieve-group-data-early): Allow throttling servers.
1282         (nnimap-streaming): New variable.
1283         (nnimap-fetch-partial-articles): Removed.
1284
1285         * mm-decode.el (mm-with-part): Protect against killed buffers.
1286
1287         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1288         for prettier summary display.
1289
1290 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1291
1292         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1293         directly.
1294
1295 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1298         apparently third-party libraries depend on it.
1299
1300         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1301         before starting negotiation.
1302
1303         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1304         privacy reasons.
1305         (gnus-treat-mail-gravatar): Ditto.
1306
1307         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1308         buffer when inserting images.  Inserting text into the headers, for
1309         instance, can make them invalid.
1310
1311 2010-09-25  Julien Danjou  <julien@danjou.info>
1312
1313         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1314         variables.
1315
1316         * nnheader.el: Remove useless variables news-reply-yank-from and
1317         news-reply-yank-message-id.
1318
1319         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1320         variables.
1321
1322         * mml1991.el: Remove useless mml1991-verbose.
1323
1324         * gnus.el: Remove useless variable gnus-use-generic-from.
1325         Remove obsolete variable gnus-topic-indentation.
1326
1327         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1328
1329         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1330
1331         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1332
1333         * gnus-group.el: Remove useless gnus-group-icon-cache.
1334         Remove useless gnus-ephemeral-group-server.
1335
1336         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1337
1338         * mml2015.el: Remove useless mml2015-verbose.
1339
1340         * mml-smime.el: Remove useless mml-smime-verbose.
1341
1342         * gnus.el: Remove useless gnus-local-domain.
1343
1344         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1345         gnus-gravatar-size.
1346
1347         * gnus-art.el: Remove useless gnus-treat-translate.
1348
1349 2010-09-24  Julien Danjou  <julien@danjou.info>
1350
1351         * gnus-sum.el: Add support for Gravatars.
1352
1353         * gnus-art.el: Add support for Gravatars.
1354
1355         * gnus-gravatar.el: Add this file.
1356
1357         * gravatar.el: Add this file.
1358
1359 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1362
1363         * gnus-group.el (gnus-group-fetch-faq): Removed.
1364
1365         * gnus.el (gnus-group-faq-directory): Removed.
1366
1367         * gnus-group.el (gnus-group-fetch-charter): Removed.
1368
1369         * gnus.el (gnus-group-charter-alist): Removed.
1370
1371         * gnus-group.el (gnus-group-archive-directory): Removed.
1372         (gnus-group-recent-archive-directory): Ditto.
1373         (gnus-group-make-archive-group): Removed.
1374
1375         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1376
1377         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1378         use the same article number for all the cached articles.
1379
1380         * nnimap.el (nnimap-command): Register the last command time so
1381         that we can use it for idling NOOPs.
1382         (nnimap-open-connection): Start the keeplive timer.
1383         (nnimap-make-process-buffer): Store all the process buffers.
1384         (nnimap-keepalive): New function.
1385
1386         * starttls.el: (starttls-open-stream): Add autoload cookie.
1387
1388 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1389
1390         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1391         handling.
1392
1393 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1396         its data structures.
1397
1398         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1399         instead of the cl.el copy-list.
1400         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1401         equalp.
1402
1403 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1406         and tool-bar-local-item-from-menu.
1407
1408         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1409         mode-line-highlight face for Emacs.
1410
1411         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1412         loading gnus-sum.elc; fix comment for canlock-verify.
1413         (gnus-article-jump-to-part): Use read-number.
1414         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1415         Emacs pre-21 compatible code for help-echo.
1416         (gnus-article-next-page-1): No need to adjust the number of lines.
1417         (gnus-article-describe-bindings): Always use help-buffer.
1418
1419         * gnus-audio.el (gnus-audio-inline-sound)
1420         * gnus-cus.el (gnus-custom-mode)
1421         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1422
1423         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1424
1425         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1426         compatible code.
1427
1428 2010-09-24  Glenn Morris  <rgm@gnu.org>
1429
1430         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1431         visiting the fcc file in rmail-mode.
1432
1433         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1434
1435 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * nnir.el: Silence the byte compiler.
1438
1439         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1440         alias to browse-url-url-encode-chars if any.
1441         (gnus-html-encode-url): Use it.
1442
1443 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * gnus-start.el (gnus-use-backend-marks): New variable.
1446         (gnus-get-unread-articles-in-group): Use it.
1447
1448         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1449         makeover.
1450
1451 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1452
1453         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1454
1455 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1458         Removed.
1459         (gnus-setup-news-hook): Removed
1460         gnus-fixup-nnimap-unread-after-getting-new-news.
1461
1462         * gnus-int.el (gnus-request-update-info): Protect against backends not
1463         having the function.
1464
1465         * nnimap.el (nnimap-stream): Mention starttls.
1466         (nnimap-open-connection): Add starttls support.
1467
1468 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1469
1470         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1471
1472 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1475         BODYSTRUCTUREs.
1476         (nnimap-transform-headers): Unfold quoted {42} headers.
1477
1478         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1479         the info.
1480         (gnus-get-unread-articles): Only call updatep on backends that support
1481         it.
1482
1483         * nnweb.el (nnweb-request-update-info): NOOP.
1484
1485         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1486
1487         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1488         since it only deals with marks.
1489
1490         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1491         gnus-request-marks, and make a new gnus-request-update-info.
1492
1493         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1494         the active instead of the high number, which is usually too low.
1495
1496 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1497
1498         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1499         * encrypt.el: Removed.
1500
1501 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1504         server in symbolic form.
1505
1506         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1507         0.9.
1508
1509 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1512         (nnimap-update-info): Fix up code slightly.
1513
1514         * gnus-int.el (gnus-open-server): Add tracing for performance
1515         debugging.
1516
1517         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1518         (gnus-group-insert-group-line): Pass the real group name so that it
1519         gets the right data.
1520
1521         * gnus-start.el (gnus-get-unread-articles): Don't have
1522         `gnus-get-unread-articles-in-group' update info, since that can be
1523         really slow and doesn't seem to be needed?
1524
1525 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1526
1527         * time-date.el (date-to-time): Try using parse-time-string first before
1528         using the slower timezone-make-date-arpa-standard.
1529
1530 2010-09-22  Julien Danjou  <julien@danjou.info>
1531
1532         * gnus-group.el (gnus-group-insert-group-line): Call
1533         gnus-group-highlight-line.
1534         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1535         default hook list.
1536         (gnus-group-update-eval-form): Add new function.
1537         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1538         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1539
1540 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1543         immediate, then expire all articles.
1544         (nnimap-update-info): Fix off-by-one errors.
1545         (nnimap-flags-to-marks): Would return no marks lists for group with no
1546         flags.  Instead return the other data.
1547
1548 2010-09-22  Julien Danjou  <julien@danjou.info>
1549
1550         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1551         Only return an icon.
1552         (gnus-group-insert-group-line): Compute icon to return.
1553
1554         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1555         variable.
1556         (gnus-html-image-fetched): Only cache if
1557         gnus-html-image-automatic-caching is set.
1558         (gnus-html-image-fetched): Check for errors.
1559
1560 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1563         once per method on `g'.  This ensures that backends like nnfolder don't
1564         open all their folders.
1565
1566         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1567         (nnimap-request-list): Nix out group in the correct buffer.
1568         (nnimap-parse-flags): Implement by using `read' instead of
1569         hand-parsing.
1570         (nnimap-flags-to-marks): Pass on permanent-flags.
1571         (nnimap-make-process-buffer): Record the server name.
1572         (nnimap-parse-flags): Fix typo.
1573         (nnimap-request-scan): Run split on the server in general, not just a
1574         single group.
1575
1576         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1577         parameter, and propagate this downwards.
1578
1579         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1580         since EXAMINE changes it on the server.
1581
1582         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1583         this command might take a while.
1584
1585 2010-09-22  Julien Danjou  <julien@danjou.info>
1586
1587         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1588         harmful if you have 2 images side-by-side, they can't be properly
1589         update on text deletion.  Using text-property is safer here.
1590         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1591         data.
1592
1593 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * nnimap.el (nnimap-expunge-inbox): Removed.
1596         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1597         (nnimap-expunge): Flip default to t.
1598
1599         * gnus.el (gnus-method-to-server): Don't push things to the cache
1600         unless it's unique.
1601         (gnus-server-to-method): Ditto.
1602
1603 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1604
1605         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1606
1607 2010-09-22  Julien Danjou  <julien@danjou.info>
1608
1609         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1610         get the start of data.
1611         (gnus-html-encode-url): Add this function to encode special chars in
1612         URL.
1613         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1614         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1615
1616         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1617         default.
1618         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1619
1620         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1621         images alt-text.
1622         (gnus-html-put-image): Put alt-text as help-echo.
1623
1624 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1627         * mm-util.el (mm-decompress-buffer)
1628         * nnir.el (nnir-run-find-grep)
1629         * pop3.el (pop3-list): Use 3rd arg of split-string.
1630
1631         * time-date.el (format-seconds): Comment fix.
1632
1633         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1634         and byte-optimize-form-code-walker.
1635         (dgnushack-make-auto-load): Don't advise make-autoload.
1636
1637         * lpath.el: Remove Emacs 21 stuff.
1638
1639 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1642         outside the active range.  Suggested by Dan Christensen.
1643
1644         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1645         slightly later to avoid double-getting it.
1646
1647         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1648         previous patch.
1649
1650         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1651
1652 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1653
1654         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1655
1656 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657
1658         * gnus-int.el (gnus-open-server): Give a better error message in the
1659         "go offline" case.
1660
1661         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1662         marks for nnimap, which is seldom the right thing to do.
1663
1664         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1665         (gnus-same-method-different-name): New function.
1666
1667         * nnimap.el (parse-time): Require.
1668
1669         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1670         method in the presence of many similar methods.
1671
1672         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1673
1674         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1675         nnml-inhibit-expiry.
1676
1677         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1678         find out whether methods are equal.
1679
1680         * nnimap.el (nnimap-find-expired-articles): New function.
1681         (nnimap-process-expiry-targets): New function.
1682         (nnimap-request-move-article): Request the article before looking at
1683         what the Message-ID is.  Fix found by Andrew Cohen.
1684         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1685
1686         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1687         for oldness in addition to being a predicate.
1688
1689         * nnimap.el (nnimap-request-group): When we have zero articles, return
1690         the right data to Gnus.
1691         (nnimap-request-expire-articles): Only delete articles immediately if
1692         the target is 'delete.
1693
1694         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1695         method, this would bug out.
1696
1697         * gnus-group.el (gnus-group-expunge-group): Renamed from
1698         gnus-group-nnimap-expunge, and implemented as a normal interface
1699         function.
1700
1701         * gnus-int.el (gnus-request-expunge-group): New function.
1702
1703         * nnimap.el (nnimap-request-create-group): Implement.
1704         (nnimap-request-expunge-group): New function.
1705
1706 2010-09-21  Julien Danjou  <julien@danjou.info>
1707
1708         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1709         (gnus-html-cache-expired): Add new function.
1710         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1711         wethever we should display image for fetch it.
1712         Compute alt-text earlier to pass it to the fetching function too.
1713         (gnus-html-schedule-image-fetching): Change function argument to only
1714         get one image at a time, not a list.
1715         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1716         cache.
1717         (gnus-html-get-image-data): New function to retrieve image data from
1718         cache.
1719         (gnus-html-put-image): Change buffer argument to use image data rather
1720         than file, and place image above region rather than inserting a new
1721         one. Do not take alt-text as argument, since it's useless now: we place
1722         the image above alt-text.
1723         (gnus-html-prune-cache): Remove.
1724         (gnus-html-show-images): Start to fetch image when we find one, do not
1725         push into a temporary list.
1726         (gnus-html-prefetch-images): Only fetch image if they have expired.
1727         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1728         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1729
1730 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1733
1734 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1737         spec inser "*" if the group isn't active instead of 0.
1738
1739         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1740         opening the server.
1741         (nnimap-request-delete-group): Implement group deletion.
1742         (nnimap-transform-headers): Return the size of the entire message in
1743         the Bytes header, not just the size of the first part.
1744         (nnimap-request-move-article): When moving an article from nnimap,
1745         request the article first so the accepting form has an article to
1746         accept.  Reported by Dan Christensen.
1747         (nnimap-command): Make sure that the error message doesn't error out.
1748
1749 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1750
1751         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1752         we haven't requested anything.
1753
1754 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1757         "".  Fix found by Andrew Cohen.
1758
1759         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1760         instead of -encode-string.
1761
1762 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1765
1766         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1767         by mm-subst-char-in-string.
1768
1769 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1772         waiting for the connection string.
1773
1774         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1775         arriving.
1776
1777         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1778         bogus characters.  This allows selecting certain Gmail groups.
1779
1780         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1781         (nnimap-fetch-partial-articles): New variable.
1782         (nnimap-open-connection): When looking for credentials, also use the
1783         nnimap-server-port.
1784         (nnimap-request-article): Return the group/article number, so that Gnus
1785         `^' works as expected.
1786         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1787         them.
1788
1789         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1790         comments.
1791         (gnus-methods-sloppily-equal): New function.
1792         (gnus): When using the development version of Gnus, load the gnus-load
1793         file.
1794
1795         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1796         `gnus-open-server' on each method before trying to scan them etc.  This
1797         ensures that all the backend parameters are set correctly.
1798
1799         * nnimap.el (nnimap-authenticator): New variable.
1800         (nnimap-open-connection): Allow anonymous login.
1801         (nnimap-transform-headers): The chars header is called Chars not
1802         Bytes.
1803         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1804         drops.
1805
1806         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1807         patch, found by Knut Anders Hatlen.
1808
1809 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1810
1811         * gnus-agent.el (gnus-agent-batch-confirmation)
1812         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1813         to gnus-message.
1814         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1815         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1816         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1817         * gnus-int.el (gnus-open-server): Likewise.
1818         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1819         (gnus-score-check-syntax): Likewise.
1820         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1821         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1822         Likewise.
1823         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1824
1825 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826
1827         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1828         calling conventions so that prefetch doesn't bug out.
1829
1830 2010-09-19  Julien Danjou  <julien@danjou.info>
1831
1832         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1833         rather than `subst-char-in-region' in order to be able to replace ASCII
1834         char by UTF-8 ones.
1835
1836         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1837         than curl.
1838         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1839         the right URL and ALT text on images.
1840         (gnus-html-wash-tags): Fix tag case.
1841         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1842         (gnus-article-html): Add -o display_ins_del=2 option.
1843         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1844
1845 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1848         the extra mail headers, which sometimes seem to happen for unknown
1849         reasons.
1850
1851         * mail-parse.el (mail-header-encode-parameter): Define as
1852         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1853         (or most, perhaps?) mail readers don't understand the latter, but do
1854         understand the former.
1855
1856         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1857         to nil, so that no methods are automatically agentized.  I think this
1858         is probably what most users want.
1859
1860         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1861         from url-retrieve, for instance about invalid URLs.
1862
1863         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1864         groups that have no articles.
1865         (nnimap-request-article): Check that we really got an article when we
1866         requested one.
1867
1868         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1869         doesn't exist.
1870
1871         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1872         nntp buffer so the agent can save it.
1873         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1874         that CRLF doesn't get translated to \n.
1875         (nnimap-open-connection): Don't make 'shell commands only send \n.
1876
1877 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1878
1879         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1880         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1881         Update var name.
1882         (nnml-generate-nov-file): Use dolist.
1883         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1884         Use with-current-buffer.
1885
1886 2010-09-18  Julien Danjou  <julien@danjou.info>
1887
1888         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1889         parallel.
1890
1891 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1894         the range update right.
1895         (nnimap-request-group): Don't make `M-g' bug out on group with no
1896         marks.
1897         (nnoo): Required, so that other packages can require nnimap.
1898         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1899         command we're looking for.  This helps when the server sends more
1900         responses after we've gotten everything we expected.
1901         (nnimap): Add a `newlinep' field to keep track of end-of-line
1902         conventions.
1903         Don't send CRLF to things that don't want it.
1904         (nnimap-request-accept-article): Ditto.
1905
1906 2010-09-18  Julien Danjou  <julien@danjou.info>
1907
1908         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1909         than curl to retrieve images.
1910
1911 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1914         the marks.
1915         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1916         (nnimap-wait-for-connection): New function.
1917         (nnimap-open-connection): If we have PREAUTH, don't query for login
1918         credentials.
1919         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1920         when doing a partial update.
1921
1922 2010-09-18  Julien Danjou  <julien@danjou.info>
1923
1924         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1925         tags.
1926
1927 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * nnimap.el (nnimap-credentials): New function.
1930         (nnimap-open-connection): Use the new function to look for credentials
1931         also on the numeric equivalents of "imap" and "imaps".
1932
1933         * gnus-start.el (gnus-activate-group): Send the info to
1934         gnus-request-group.
1935
1936         * nnimap.el (nnimap-request-group): Have the "check" version of the
1937         function parse flags and update the info, so that a `M-g' get a total
1938         resync of all flags from the group.
1939
1940         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1941         to allow backends to alter the info on group selection.  Also alter all
1942         the backend -request-group functions to take the parameter.
1943
1944         * nnimap.el (nnimap-store-info): New function.
1945         (nnimap-update-info): Store the info for later usage.
1946         (nnimap-request-group): Use the stored info for the dont-check case, so
1947         that we don't retrieve all marks when we enter a group.
1948
1949         * nnimap.el: Use deffoo instead of defun for interface functions.
1950
1951         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1952         update the group info.  This makes the nndraft groups, for instance, go
1953         back to their old behaviour.
1954
1955         * gnus-sum.el (gnus-select-newsgroup): Indent.
1956
1957         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1958         in.
1959         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1960         nothing.
1961
1962         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1963         from methods that are denied.
1964
1965         * gnus-int.el (gnus-method-denied-p): New function.
1966
1967         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1968         store the password instead of netrc.
1969         (nnimap-open-connection): Don't error out when we can't make a
1970         connections.
1971
1972         * auth-source.el (auth-source-create): In the password prompt, say what
1973         we're querying for.  Also prompt for user name if that hasn't been
1974         given.
1975
1976         * nnimap.el (nnimap-with-process-buffer): Removed.
1977
1978 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1981         method when we're reading from the agent.
1982
1983         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1984
1985         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1986         that's probably most useful for users.
1987
1988         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1989         "failed" all the time.
1990
1991         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1992         ...)) with (with-current-buffer ... ).
1993
1994         * nntp.el (nntp-open-server): Return whether the open was successful or
1995         not.
1996
1997         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1998         select an unread unseen article first.
1999
2000         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2001         /etc/services, supply some sensible port defaults.
2002
2003         * dgnushack.el: Define netrc-credentials.
2004
2005 2010-09-17  Julien Danjou  <julien@danjou.info>
2006
2007         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2008
2009 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2010
2011         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2012         doesn't have any parameters.
2013
2014 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2017         only upcased checks.
2018
2019         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2020
2021         * nnimap.el (nnimap-open-shell-stream): New function.
2022         (nnimap-open-connection): Use it.
2023         (nnimap-transform-headers): Get the number of lines in each message.
2024         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2025         number of lines.
2026         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2027         problem.
2028
2029         * utf7.el (utf7-encode): Autoload.
2030
2031         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2032         to allow the mail splitting to not return a default group.  This is
2033         useful for nnimap, which will leave unmatched mail in the inbox.
2034
2035         * nnimap.el: Rewritten.
2036
2037         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2038         nnimap usage.
2039
2040         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2041         if the move is internal, so that nnimap can do fast internal moves.
2042
2043         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2044         data.
2045         (gnus-read-active-for-groups): Support finishing the early retrieval of
2046         data.
2047
2048         * gnus-range.el (gnus-range-nconcat): New function.
2049
2050         * gnus-int.el (gnus-finish-retrieve-group-infos)
2051         (gnus-retrieve-group-data-early): New functions.
2052
2053 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2054
2055         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2056         (nnrss-retrieve-groups):
2057         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2058         (pop3-quit): Use with-current-buffer.
2059
2060 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2063         instead of nnheader-accept-process-output.
2064
2065         * dgnushack.el (dgnushack-compile): Add comment.
2066
2067         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2068
2069         * gnus-html.el (gnus-html-schedule-image-fetching)
2070         (gnus-html-prefetch-images): Replace process-kill-without-query by
2071         gnus-set-process-query-on-exit-flag.
2072
2073 2010-09-16  Romain Francoise  <romain@orebokech.com>
2074
2075         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2076
2077 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2080         parameter to unintern is mandatory-ish in Emacs 24.
2081
2082         * gnus-html.el (gnus-html-schedule-image-fetching)
2083         (gnus-html-prefetch-images): Check for curl before using it.
2084
2085         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2086         depend on curl, which isn't essential.
2087
2088         * imap.el: Revert back to version
2089         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2090         seem problematic.
2091
2092 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2093
2094         * gnus-registry.el (gnus-registry-install-shortcuts):
2095         Explicitly pass `obarray' to `unintern' to avoid a warning.
2096
2097 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2100         change.
2101
2102         * nnrss.el (nnrss-request-list): Removed this function and related
2103         functions, including the moreover stuff.
2104
2105 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * nnrss.el (nnrss-retrieve-groups): New function.
2108
2109 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2110
2111         * .dir-locals.el: Add no-byte-compile cookie.
2112
2113 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * time-date.el (format-seconds): Comment fix.
2116
2117         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2118         for back end that doesn't support request-scan.
2119
2120 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121
2122         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2123         then do request scans from the backends.
2124
2125         * netrc.el (netrc-credentials): New conveniency function.
2126
2127         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2128         avoid running a hook per line, since this takes a lot of time,
2129         profiling shows.
2130         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2131         directly if gnus-visual-p is true.
2132
2133 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2136         groups; replace mapcar with dolist which is a bit faster; pass groups
2137         info to gnus-read-active-file-1.
2138         (gnus-read-active-file-1): Scan only specified groups if the new
2139         optional arg `infos' is given.
2140
2141 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2144
2145         * pop3.el (pop3-movemail): Removed.
2146         (pop3-streaming-movemail): Renamed to pop3-movemail.
2147
2148         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2149         don't restrict end-tag searches to the end of the line.
2150
2151 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2154         articles of every unchecked group to t, which means unknown since the
2155         server has never been opened.
2156
2157 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus-html.el (gnus-html-show-alt-text): New command.
2160         (gnus-html-browse-image): Ditto.
2161         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2162         to browse the image directly.
2163         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2164         better.
2165
2166         * gnus-async.el (gnus-async-article-callback): Call
2167         `gnus-html-prefetch-images' unconditionally.
2168
2169         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2170         before feeding URLs to curl.
2171
2172 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2175         internal images as deletable by `W D D'.
2176
2177         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2178         (gnus-async-article-callback): Fix typo.
2179
2180 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2183         current line to work around bugs in the output from w3m.
2184
2185         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2186         for groups that want that.
2187
2188         * nntp.el (nntp-wait-for-string): Supply a timeout for
2189         accept-process-output to ensure progress.
2190
2191         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2192         level to get unread articles from, then use that for foreign groups,
2193         too.
2194
2195         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2196         confuses the rest of the function.
2197
2198         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2199         for the methods that support -retrieve-groups, too.
2200
2201         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2202
2203 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2204
2205         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2206         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2207
2208         * pop3.el: Require cl when compiling.
2209         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2210
2211 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2214         that aren't going to be activated.
2215         (gnus-get-unread-articles): Fix up the last commit.
2216
2217         * gnus-html.el (gnus-article-html): Allow calling without specifying
2218         the handle.  In that case, dissect the buffer first.
2219
2220         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2221
2222         * nnimap.el (nnimap-open-connection): Revert the change that would look
2223         into authinfo for imaps instead of imap.
2224
2225         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2226         say that you don't want to call gnus-request-group with don-check, but
2227         do check the reponse.  This is for virtual groups only.
2228         (gnus-get-unread-articles): Count the archive groups as secondary, so
2229         that they're activated the same way as before.
2230
2231         * imap.el (imap-message-map): Removed optional buffer parameter, since
2232         no callers use it.
2233         (imap-message-get): Ditto.
2234         (imap-message-put): Ditto.
2235         (imap-mailbox-map): Ditto.
2236         (imap-mailbox-put): Ditto.
2237         (imap-mailbox-get): Ditto.
2238         (imap-mailbox-get): Revert last change for this function.
2239
2240         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2241         case-insensitively.
2242         (nnimap-debug): Removed.
2243
2244         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2245         to use `imap-fetch' instead.  According to the comments, this should be
2246         safe, since all other IMAP clients use the 1:* syntax.
2247         (imap-enable-exchange-bug-workaround): Removed.
2248         (imap-debug): Removed -- doesn't seem very useful.
2249
2250         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2251         mail from a file, and the file doesn't exist.
2252
2253         * imap.el (imap-log): New convenience function used throughout instead
2254         of repeating the same code all over the place.
2255
2256         * pop3.el (pop3-streaming-movemail): Return t for success.
2257
2258         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2259         .authinfo if we're using ssl connection.
2260
2261         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2262         already have if we're in a main Gnus `g' run.
2263
2264         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2265
2266 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2269
2270         * nnmh.el (nnmh-request-list-1): Bind `file'.
2271
2272         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2273         alias to set-process-query-on-exit-flag or process-kill-without-query.
2274         (pop3-open-server): Use it.
2275
2276 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2279         box to the Incoming file.  Fixes mistake in previous checkin.
2280
2281         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2282         request loop (for debugging purposes) removed.
2283
2284         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2285         culprit is more visible.
2286         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2287         (nnml-add-incremental-nov): New functions to do "incremental" nov
2288         updates, where we just append to the end of the existing nov files
2289         without reading/writing them in full.
2290
2291         * mail-source.el (mail-source-delete-crash-box): Really only check the
2292         incoming files once in a while.
2293
2294         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2295
2296         * mail-source.el (mail-source-delete-crash-box): Only check the
2297         incoming files for deletion once per day to save a lot of file
2298         accesses.
2299
2300         * pop3.el (pop3-logon): Fix up unbound variable typo.
2301
2302         * mail-source.el (pop3-streaming-movemail): Autoload.
2303
2304         * pop3.el (pop3-streaming-movemail): Respect
2305         pop3-leave-mail-on-server.
2306
2307         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2308         retrieval.
2309
2310         * pop3.el (pop3-process-filter): Removed unused function.
2311         (pop3-streaming-movemail, pop3-send-streaming-command)
2312         (pop3-wait-for-messages, pop3-write-to-file)
2313         (pop3-number-of-responses): New functions for streaming pop3
2314         retrieval.
2315
2316         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2317         come from no known methods.
2318         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2319         list.
2320
2321         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2322         message sizes.
2323         (pop3-movemail): Use erase-buffer instead of looping and deleting
2324         regions, which seems rather odd.
2325
2326         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2327         file once per `g' run.
2328
2329         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2330         directories.  This makes the draft queue directory work.
2331
2332         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2333         data from the backends, so that we only request the list of groups from
2334         each method once.  This should speed things up considerably.
2335
2336         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2337         detect that it's not implemented.
2338
2339         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2340         we actually do recurse down into the tree, but don't stat all leaf
2341         nodes.
2342
2343         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2344         then say so instead of bugging out.
2345
2346         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2347         files exist before trying to read them.
2348
2349         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2350         around <pre_int>.
2351
2352         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2353
2354         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2355
2356 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * mm-util.el (mm-image-load-path): Just return the image directories,
2359         not all directories in the path in addition to the image directories.
2360         (mm-image-load-path): Maintain a cache of the image directories so that
2361         the `g' command in Gnus doesn't have to stat dozens of directories each
2362         time.
2363
2364         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2365         (gnus-html-wash-tags): Add a new `i' command to insert images.
2366         (gnus-html-insert-image): New command and keystroke.
2367         (gnus-html-redisplay-with-images): New command and keystroke.
2368         (gnus-html-show-images): Renamed command.
2369         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2370         spacers.
2371         (gnus-html-wash-tags): Decode entities at the end, so that entities
2372         inside the tags don't mess up the rest of the "parsing".
2373
2374         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2375         so that nnimap methods aren't agentized by default.  There's apparently
2376         many problems related to agent/imap behaviour.
2377
2378         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2379
2380         * gnus-html.el: Doc fix.
2381
2382 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2385         specifier-spec-list for Emacs 21.
2386
2387         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2388         glyph-width and glyph-height instead of display-graphic-p and
2389         image-size; make avoidance of displaying small images work for XEmacs.
2390
2391         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2392         for XEmacs.
2393
2394         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2395         of symbol that holds plist data.
2396         (gnus-process-plist): Remove plist of process after getting it.
2397
2398 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * message.el (message-generate-hashcash): Change default to
2401         'opportunistic if hashcash is installed.
2402
2403         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2404         (gnus-html-put-image): Only call image-size once, since it's somewhat
2405         time-consuming on remote X servers.
2406
2407 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2410         type on data, not a file name.
2411
2412         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2413         window-pixel-edges for Emacs 21.
2414
2415         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2416         decoded contents.
2417         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2418
2419 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2422         group line format, since it isn't very interesting.
2423
2424         * gnus-agent.el (gnus-agent-short-article),
2425         (gnus-agent-long-article): Increase values for these two variables,
2426         since most people are likely to have more network connection and
2427         storage than before.
2428
2429         * gnus.el (gnus-refer-article-method): Change default to 'current.
2430         When referring an article, the common behaviour is to refer it from the
2431         current select method, not the native select method.  The chances of
2432         the native select method having the message in question is rather slim
2433         these days.
2434
2435         * gnus-sum.el (gnus-auto-select-subject): Change default to
2436         `unseen-or-unread'.  I think it's likely that most people want to
2437         select an unseen article over a previously seen, but unread one.
2438
2439         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2440         means that in the article buffer none of the minor mode elements will
2441         be shown, usually, and this is not desirable in most cases.
2442
2443         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2444         that commands like `d' (and the like) go to the next line in the
2445         buffer, instead of the next unread article.  I think this is the
2446         behaviour that is most natural for most users.
2447         (gnus-single-article-buffer): Change default to nil, so that people can
2448         have as many article buffers open as they have summary buffer.  I think
2449         this is the most natural way for the groups to behave.
2450
2451         * message.el (message-generate-new-buffers): Change default to
2452         `unsent', so that all new message buffers start their names with the
2453         string "*unsent", and it's easier to find the buffers if you move from
2454         them.
2455
2456 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2459         small.  They're probably tracking images.
2460         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2461         (gnus-html-rescale-image): Yet another try at getting the image sizing
2462         right.
2463
2464         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2465         nntp-marks-file-name is nil.
2466
2467 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2468
2469         * gnus-html.el (gnus-html-wash-tags)
2470         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2471         Better logging.
2472
2473 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2476
2477         * gnus-html.el (gnus-html-wash-tags): Check the value of
2478         gnus-blocked-images in the summary buffer.
2479
2480 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2481
2482         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2483
2484 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2487         like "a", it seems like.
2488         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2489         since it needs to be picked from the correct buffer.
2490
2491         * nnwfm.el: Removed.
2492
2493         * nnlistserv.el: Removed.
2494
2495 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2496
2497         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2498         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2499
2500 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * nnkiboze.el: Removed.
2503
2504         * nndb.el: Removed.
2505
2506         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2507         alt text.
2508         (gnus-html-rescale-image): Try to get the rescaling logic right for
2509         images that are just wide and not tall.
2510
2511         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2512         overshadow variable bindings.
2513
2514 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2515
2516         * gnus-html.el (gnus-html-wash-tags)
2517         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2518         extra logging.
2519
2520 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521
2522         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2523         (gnus-max-image-proportion): New variable.
2524         (gnus-html-rescale-image): New function.
2525         (gnus-html-put-image): Rescale images.
2526
2527 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2528
2529         Fix up some byte-compiler warnings.
2530         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2531         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2532         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2533         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2534         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2535         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2536         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2537
2538 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * gnus-html.el (gnus-article-html): Decode contents by charset.
2541
2542 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2545         (gnus-html-frame-width, gnus-blocked-images)
2546         * message.el (message-prune-recipient-rules): Add custom version.
2547         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2548
2549         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2550         functions.
2551
2552         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2553         gnus-process-get.
2554
2555 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2556
2557         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2558         instead of lsub directly.
2559
2560 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561
2562         * nnwarchive.el: Removed.
2563
2564         * gnus-soup.el: Removed.
2565
2566         * nnsoup.el: Removed.
2567
2568         * nnultimate.el: Removed.
2569
2570         * gnus-html.el (gnus-blocked-images): New variable.
2571
2572         * message.el (message-prune-recipients): New function.
2573         (message-prune-recipient-rules): New variable.
2574
2575         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2576         guess whether a long line is natural text or not.
2577
2578         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2579         gnus-process-plist and friends for compatibility.
2580
2581 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2582
2583         * gnus-html.el: Require packages that define macros used in this file.
2584         (gnus-article-mouse-face): Declare to silence byte-compiler.
2585         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2586         process-get.
2587         (gnus-html-put-image): Use plist-get to avoid getf.
2588         (gnus-html-prefetch-images): Use with-current-buffer.
2589
2590 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * gnus-ems.el: Provide compatibility functions for
2593         gnus-set-process-plist.
2594
2595         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2596         header-line-format for XEmacs 21.4.
2597
2598         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2599         * gnus.el (gnus-valid-select-methods)
2600         * message.el (message-send-mail-partially-limit)
2601         * mm-decode.el (mm-text-html-renderer)
2602         * mml.el (mml-insert-mime-headers-always)
2603         * smiley.el (smiley-regexp-alist): Bump custom version.
2604
2605 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2606
2607         * gnus-html.el: require mm-url.
2608         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2609         with the url to `url'.
2610         (gnus-html-wash-tags): Support cid: URLs/images.
2611
2612 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2615         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2616         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2617
2618         * gnus-move.el: Removed file, since it doesn't really work.
2619
2620         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2621         UTF-8.  This seems to fix problems with some German web feeds.
2622
2623         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2624         at the top so that the proper colours are applied.
2625
2626         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2627         don't have dots in their names.
2628
2629         * gnus-art.el (gnus-article-view-part): Doc fix.
2630
2631         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2632         XEmacs-compatible.
2633         (gnus-html-put-image): Don't do images on non-graphic displays.
2634
2635         * nnslashdot.el: Removed this unused backend.
2636
2637         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2638         actions.
2639         (gnus-undo-register-1): Revert last change.
2640
2641         * gnus-group.el (gnus-group-completing-read): Protect against not
2642         having completion-styles bound.
2643
2644         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2645         make broken recipients happier.
2646
2647         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2648
2649         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2650         point parameter.
2651
2652         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2653
2654         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2655         completion-styles for group selection.
2656
2657 2009-02-04  Andreas Schwab  <schwab@suse.de>
2658
2659         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2660         headers and regexp-quote the match if necessary.
2661
2662 2009-03-24  Miles Bader  <miles@gnu.org>
2663
2664         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2665         the blinking smiley.
2666
2667 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2668
2669         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2670         blink smiley.
2671
2672 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2675         where the dribbel file lives exists.
2676
2677         * message.el (message-send-mail-partially-limit): Change the default to
2678         nil, since most people don't want this.
2679
2680         * mm-url.el (mm-url-decode-entities): Also decode entities like
2681         &#x3212.
2682
2683 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2684
2685         * gnus-sum.el (gnus-summary-idna-message):
2686         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2687         Hyperlink urls in docstrings with URL `...'.
2688
2689 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2690
2691         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2692         functions.
2693
2694 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695
2696         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2697         say what the mouseover text should be.
2698
2699         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2700         version of the mm-w3m-safe-url-regexp variable to only download images
2701         in the groups where we want that to happen.
2702
2703         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2704
2705         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2706         easier debugging.
2707         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2708         big pictures in the article buffer.
2709
2710         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2711         gnus-article-html.
2712         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2713         w3m.
2714
2715         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2716
2717 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2720         which doesn't exist.
2721
2722         * message.el (message-inhibit-ecomplete): New variable to allow some
2723         function to inhibit ecomplete address storage.
2724         (message-resend): Disable ecomplete message storage when resending
2725         messages.
2726
2727         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2728
2729 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2732         Save excursion while copying, moving, and deleting articles in order to
2733         prevent the cursor from jumping to unforeseen place.
2734
2735 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * lpath.el: No need to bind bookmark-current-buffer,
2738         bookmark-yank-point and bookmark-make-record-function.
2739
2740 2010-08-17  Glenn Morris  <rgm@gnu.org>
2741
2742         * gnus-sync.el: Require gnus components whose functions are used.
2743
2744         * gnus-art.el (bookmark-make-record-function):
2745         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2746         Declare for compiler.
2747
2748         * mm-url.el (mml-compute-boundary): Autoload.
2749
2750 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2751
2752         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2753
2754 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2755
2756         Typo fix "hoo4a" -> "hook".
2757
2758         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2759
2760 2010-08-14  Glenn Morris  <rgm@gnu.org>
2761
2762         * gnus-sync.el (gnus-sync): Fix defgroup version.
2763
2764 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2765
2766         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2767
2768         * gnus-sync.el: Fix docs.
2769         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2770         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2771
2772 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2773
2774         Optimizations for gnus-sync.el.
2775
2776         * gnus-sync.el: Add docs about gnus-sync-backend
2777         possibilities.
2778         (gnus-sync-save): Remove unnecessary message.
2779         (gnus-sync-read): Optimize and show what groups were skipped.
2780
2781 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2782
2783         Minor bug fixes for gnus-sync.el.
2784
2785         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2786         read the sync on get-new-news.
2787
2788         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2789         quiet.
2790
2791         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2792
2793 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2794
2795         Make saving and restoring of hidden threads work with overlays.
2796         Patch applied by Ted Zlatanov.
2797
2798         * gnus-sum.el (gnus-hidden-threads-configuration)
2799         (gnus-restore-hidden-threads-configuration): Update to deal with text
2800         properties, rather than searching for a magic character.
2801
2802 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2803
2804         New gnus-sync.el library for synchronization of marks.
2805
2806         * gnus-sync.el: New library for synchronization of marks.
2807
2808         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2809         renamed from `gnus-registry-grep-in-list'.
2810
2811         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2812
2813         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2814
2815 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2818         determining charset of text fails.
2819
2820 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * nnmail.el (nnmail-get-new-mail-1): Revert.
2823
2824         * nnml.el (nnml-active-number): Make sure names of newly created groups
2825         in nnml-group-alist are encoded.
2826
2827 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2830         containing non-ASCII characters in active file for nnml back end.
2831
2832 2010-07-24  David Engster  <dengste@eml.cc>
2833
2834         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2835         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2836
2837 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2838
2839         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2840         tag (Bug#6654).
2841
2842 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2845         the article buffer, not the summary buffer.
2846
2847 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2850         Emacs 23 as well.
2851
2852 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2855         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2856
2857 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2858
2859         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2860         Patch applied by Karl Fogel.
2861
2862         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2863         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2864
2865 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2866
2867         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2868         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2869         C-w still not working correctly from Article buffers; Thierry's
2870         patch to fix that will be applied after this.
2871
2872         * gnus-art.el (bookmark-make-record-function): New local variable.
2873
2874         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2875         article buffer.
2876         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2877
2878 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2879
2880         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2881         on changes in bookmark.el.
2882
2883 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2886         `no-log' instead of message not to log prompt string.
2887
2888 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2889
2890         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2891         the *other* type of HTML form submission.
2892
2893 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2894
2895         * auth-source.el (auth-source-pick): If choice does not contain a
2896         questioned keyword, set the check to t.
2897
2898 2010-06-12  Romain Francoise  <romain@orebokech.com>
2899
2900         * gnus-util.el (gnus-date-get-time): Move up before first use.
2901
2902 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2905         (gnus-article-edit-part): Bind it to make last part that is substituted
2906         or deleted visible.
2907         (gnus-mime-display-single): Buttonize part of which id equals to
2908         gnus-mime-buttonized-part-id.
2909
2910 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2911
2912         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2913         (gnus-dd-mmm): Use gnus-date-get-time.
2914         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2915         simplify logic.
2916         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2917         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2918
2919 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2920
2921         * auth-source.el (top): Autoload `secrets-list-collections',
2922         `secrets-create-item', `secrets-delete-item'.
2923         (auth-sources): Fix tag string.
2924         (auth-get-source, auth-source-retrieve, auth-source-create)
2925         (auth-source-delete): New defuns.
2926         (auth-source-pick): Rewrite in order to avoid 2 passes.
2927         (auth-source-forget-user-or-password): New parameter USERNAME.
2928         (auth-source-user-or-password): New parameters CREATE-MISSING and
2929         DELETE-EXISTING.  Retrieve password interactively, if needed.
2930
2931 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2932
2933         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2934         deleting unused directories when gnus-expert-user is t.
2935
2936 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2937
2938         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2939         for each temp file when gnus-article-browse-delete-temp is ask.
2940
2941 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2942
2943         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2944         Lisp calls to delete-backward-char by calls to delete-char.
2945
2946 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2947
2948         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2949
2950 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2951
2952         * password-cache.el (password-cache-remove): Fix docstring.
2953
2954 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2957         article unless decoding article to be saved.
2958
2959 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2962         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2963         generated within the mm-with-unibyte-current-buffer macro.
2964
2965 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2968         to nil when we're in a mml-preview buffer and no group is selected.
2969
2970 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2971
2972         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2973         when catching the `C-g'.  Reported by "Leo".
2974
2975 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * message.el (message-forward-make-body-plain)
2978         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2979         multibyte-string-p.
2980
2981         * lpath.el: Revert.
2982
2983 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * message.el (message-forward-make-body-mml): Assume original message
2986         is multibyte string; error on unibyte.
2987         (message-forward-make-body-plain): Ditto; don't add excessive newline
2988         in body end.
2989
2990         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2991
2992 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2993
2994         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2995         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2996
2997 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * mm-extern.el (mm-extern-url): Don't use
3000         mm-with-unibyte-current-buffer.
3001         (mm-extern-cache-contents): Use with-current-buffer instead of
3002         save-excursion + set-buffer.
3003
3004 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * mm-util.el (mm-emacs-mule): Remove.
3007
3008 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3009
3010         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3011         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3012         change.
3013
3014 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3015
3016         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3017         bind the default value of enable-multibyte-characters to nil.
3018
3019 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * message.el (message-forward-make-body-plain)
3022         (message-forward-make-body-mml):
3023         Don't use mm-with-unibyte-current-buffer.
3024
3025 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3026
3027         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3028
3029 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3030
3031         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3032         (Bug#5592).
3033
3034 2010-05-07  Julien Danjou  <julien@danjou.info>
3035
3036         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3037         it to mm-pipe-part.
3038
3039         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3040         it is given.
3041
3042 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * binhex.el (binhex-decode-region-internal)
3045         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3046         (dns-query)
3047         * nnweb.el (nnweb-gmane-search)
3048         * pgg-parse.el (pgg-parse-armor)
3049         * pgg.el (pgg-verify-region)
3050         * sha1.el (sha1-string-external)
3051         * uudecode.el (uudecode-decode-region-internal)
3052         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3053         XEmacs.
3054
3055         * gnus-art.el (gnus-article-browse-html-parts)
3056         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3057         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3058         make-temp-file.
3059
3060         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3061         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3062         compiling.
3063
3064         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3065         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3066         XEmacs when compiling.
3067
3068         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3069         gnus-pick-mode-off-hook for XEmacs when compiling.
3070         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3071         gnus-binary-mode-off-hook for XEmacs when compiling.
3072
3073         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3074         nil if char-charset is not available.
3075
3076         * imap.el (imap-disable-multibyte)
3077         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3078         macros.
3079
3080         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3081         instead of encode-coding-string.
3082
3083         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3084         'xemacs) instead of mm-emacs-mule to switch function definitions.
3085         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3086
3087         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3088         bind temporary-file-directory for XEmacs;
3089         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3090         timer-set-function for XEmacs 21.4 and SXEmacs;
3091         bind timer-list for XEmacs 21.4 and SXEmacs;
3092         fbind char-charset and find-charset-region for non-Mule XEmacs;
3093         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3094         encode-coding-region and encode-coding-string for XEmacs having no
3095         file-coding feature.
3096
3097 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3098
3099         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3100
3101 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3104         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3105
3106 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3107
3108         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3109         alias `jka-compr-delete-temp-file' no longer exists.
3110
3111 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3112
3113         Use define-minor-mode in Gnus where applicable.
3114         * mml.el (mml-mode): Use define-minor-mode.
3115         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3116         (gnus-undo-mode): Use define-minor-mode.
3117         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3118         (gnus-dead-summary-mode): Use define-minor-mode.
3119         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3120         Initialize in declaration.
3121         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3122         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3123         (gnus-mailing-list-mode): Use define-minor-mode.
3124         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3125         (gnus-draft-mode): Use define-minor-mode.
3126         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3127         (gnus-dired-mode): Use define-minor-mode.
3128
3129 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3130
3131         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3132         handles on recursive mml-to-mime translation and check them for
3133         boundary delimiter collisions.  Reported by Greg Troxel.
3134
3135 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3138
3139 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3140
3141         * mm-util.el (mm-find-buffer-file-coding-system):
3142         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3143
3144 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3145
3146         * message.el (message-generate-headers): Record insertion of optional
3147         headers as well.  Otherwise the check to prevent repeated insertion of
3148         optional headers is a no-op.
3149
3150 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3151
3152         * smime.el: Don't mention CVS.
3153
3154         * nnrss.el (nnrss-fetch): Don't mention CVS.
3155
3156         * nnir.el: Don't mention CVS.
3157
3158 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3159
3160         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3161
3162 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * lpath.el: Fbind bookmark-default-handler,
3165         bookmark-get-bookmark-record, bookmark-make-record-default,
3166         bookmark-prop-get for Emacs <23 and XEmacs.
3167
3168 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3169
3170         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3171         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3172         Use with-current-buffer to silence the byte-compiler.
3173         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3174         bother to require `gnus'.
3175         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3176
3177 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3178
3179         * gnus-sum.el (gnus-summary-bookmark-make-record)
3180         (gnus-summary-bookmark-jump): New functions.
3181         (gnus-summary-mode): Setup bookmark support.
3182
3183 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3184
3185         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3186         if set.
3187
3188 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3191         gnus-article-browse-html-save-cid-image; make it work recursively for
3192         forwarded messages as well.
3193         (gnus-article-browse-html-parts): Work when prefix arg is given.
3194         (gnus-article-browse-html-article): Doc fix.
3195
3196 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3197
3198         * message.el (message-default-mail-headers):
3199         (message-default-headers): Carry the value mail-default-headers over
3200         into message-default-mail-headers, rather than message-default-headers.
3201
3202 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3203
3204         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3205         charset.
3206
3207         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3208         charset into the <meta> tag when the article is encoded to utf-8.
3209
3210 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3213         directories as well.
3214         (gnus-article-browse-html-parts): Work for images that do not specify
3215         file names; delete temp directory when quitting; insert header at the
3216         right place; use file: scheme for image files.
3217
3218 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3219
3220         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3221         (gnus-article-browse-html-parts): Use it to make temporary cid image
3222         files in addition to html file so that browser may display them.
3223
3224 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3227
3228 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3229
3230         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3231
3232 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3233
3234         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3235         about Secret Service API sources.  Improve Customize options.
3236         (auth-source-pick): Change to accept any number of search parameters.
3237         Implement fallbacks iteratively, not recursively.  Add scoring on the
3238         second pass and sort by score.  Call Secret Service API when needed.
3239         (auth-source-user-or-password): Use it.  Call Secret Service API
3240         directly when needed to get the user name and the password.
3241
3242 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3243
3244         * message.el (message-interactive): Doc fix.
3245         (message-qmail-inject-args): Reflow.
3246         (message-kill-to-signature): Fix typo in docstring.
3247
3248         * smiley.el (smiley-buffer): Fix typo in docstring.
3249
3250 2010-03-24  Glenn Morris  <rgm@gnu.org>
3251
3252         * mail-source.el (gnus-message): Declare.
3253         (mail-source-delete-old-incoming): Require gnus-util.
3254
3255 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3258
3259         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3260
3261         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3262         password-cache's default if it is not bound.
3263         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3264         password-cache-expiry's default if it is not bound.
3265
3266         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3267         available in Emacs 21.
3268
3269         * lpath.el: Suppress compiler warnings for:
3270         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3271         XEmacs;
3272         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3273         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3274         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3275
3276 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3277
3278         * auth-source.el (auth-sources): Fix up definition so extra parameters
3279         are always inline.
3280
3281 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3282
3283         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3284         wasn't updated after mismatch.  Clear cached mailbox info correctly
3285         when uidvalidity changes.
3286         (nnimap-group-prefixed-name): New function to avoid some code
3287         duplication.
3288         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3289         (nnimap-request-group): Use it.
3290         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3291         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3292         with many imap folders.  This is done by caching the group status from
3293         the imap server persistently in a group parameter `imap-status'.  (This
3294         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3295         but not persistently, so every Gnus startup was still very slow.)
3296
3297 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3298
3299         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3300         delete the extra newline.  Otherwise editing of :string and :number
3301         types don't work.
3302
3303 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3304
3305         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3306         secrets.el dependency.
3307         (auth-sources): Add optional user name.  Add secrets.el configuration
3308         choice (unused right now).
3309
3310 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3311
3312         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3313         `gnus-registry-install-shortcuts' fill in the functions.
3314
3315         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3316         warnings.
3317         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3318         (gnus-registry-install-shortcuts): Populate and use it in a
3319         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3320
3321 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3322
3323         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3324         In-place substitutions for the group name encoding/decoding.
3325         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3326         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3327         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3328         (nnimap-update-unseen, nnimap-request-list)
3329         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3330         (nnimap-request-set-mark, nnimap-split-to-groups)
3331         (nnimap-split-articles, nnimap-request-newgroups)
3332         (nnimap-request-create-group, nnimap-request-accept-article)
3333         (nnimap-request-delete-group, nnimap-request-rename-group)
3334         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3335         `encoded-mbx' for consistency.
3336         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3337         variable `imap-current-mailbox'.
3338
3339         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3340         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3341
3342 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3343
3344         * pop3.el (pop3-display-message-size-flag): Display message size byte
3345         counts during POP3 download.
3346         (pop3-movemail): Use it.
3347         (pop3-list): Implement listing of available messages.
3348
3349 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3350
3351         * nnir.el (nnir-get-article-nov-override-function): New function to
3352         override the normal NOV retrieval.
3353         (nnir-retrieve-headers): Use it.
3354
3355 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3356
3357         * auth-source.el (netrc-machine-user-or-password): Autoload.
3358
3359 2010-03-19  Glenn Morris  <rgm@gnu.org>
3360
3361         Stop message.el from loading about 40 libraries it doesn't always need.
3362         The general approach is to autoload rather than require, and to
3363         require in the specific functions rather than the file.  (Bug#5642)
3364
3365         * gmm-utils.el: Don't require wid-edit.
3366         (widget-create-child-value, widget-convert, widget-default-get):
3367         Autoload.
3368
3369         * gnus-util.el: Don't require time-date, netrc.
3370         (message-fetch-field, gnus-group-name-decode): Declare rather than
3371         autoloading.
3372         (gnus-fetch-field): Require message.
3373         (gnus-decode-newsgroups): Require gnus-group.
3374
3375         * ietf-drums.el: Don't require time-date.
3376
3377         * message.el: Don't require hashcash, canlock, ecomplete.
3378         Do require mail-utils.  Require nnheader only when compiling.
3379         (smtpmail-default-smtp-server): Remove declaration.
3380         (message-send-mail-function): Check smtpmail-default-smtp-server
3381         is bound rather than requiring smtpmail.
3382         (message-auto-save-directory, message-insert-signature): Use
3383         expand-file-name rather than nnheader-concat.
3384         (nnheader-insert-file-contents): Autoload.
3385         (hashcash-wait-async): Declare.
3386         (message-send-mail): Only call gnus-setup-posting-charset if
3387         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3388         (message-send-mail-with-sendmail): Require sendmail.
3389         (canlock-password, canlock-password-for-verify): Declare.
3390         (message-canlock-password): Require canlock.
3391         (nnheader-get-report): Autoload.
3392         (gnus-setup-posting-charset): Declare.
3393         (message-send-news): Require gnus-msg.
3394         (message-make-references, message-make-in-reply-to): Use mail-header-id
3395         rather than the alias mail-header-message-id.
3396         (ecomplete-add-item, ecomplete-save): Declare.
3397         (message-put-addresses-in-ecomplete): Require ecomplete.
3398         (ecomplete-display-matches): Autoload.
3399
3400         * mm-decode.el: Don't require mailcap, gnus-util.
3401         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3402         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3403         Autoload.
3404         (mailcap-mime-extensions): Declare.
3405
3406         * mm-encode.el: Don't require mailcap.
3407         (mailcap-extension-to-mime): Autoload.
3408
3409         * mml-sec.el: Don't require password-cache.
3410
3411         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3412         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3413         (mml-minibuffer-read-type): Require mailcap.
3414         (mml-preview): Require gnus-msg.
3415
3416         * mml1991.el: Require password-cache.
3417         (password-cache-expiry): Remove declaration.
3418
3419         * mml2015.el: Require password-cache.
3420         (password-cache-expiry): Remove declaration.
3421
3422         * nneething.el (mailcap): Require mailcap.
3423
3424         * nnheader.el (declare-function): Add compatibility stub.
3425         (message-remove-header): Declare rather than autoload.
3426         (nnheader-replace-header): Require message.
3427
3428         * nnimap.el (declare-function): Add compatibility stub.
3429         (netrc-parse, netrc-machine-user-or-password): Declare.
3430         (nnimap-open-connection): Require netrc.
3431
3432         * nntp.el (declare-function): Add compatibility stub.
3433         (netrc-parse, netrc-machine, netrc-get): Declare.
3434         (nntp-send-authinfo): Require netrc.
3435
3436         * rfc2047.el: Don't require qp.
3437         (quoted-printable-encode-region, quoted-printable-decode-string):
3438         Autoload.
3439
3440         * sieve-mode.el: Don't require easymenu.
3441         (easy-menu-add-item): Autoload it.
3442
3443         * spam-stat.el (time-to-number-of-days): Autoload it.
3444
3445 2010-03-19  Glenn Morris  <rgm@gnu.org>
3446
3447         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3448
3449 2010-03-18  Glenn Morris  <rgm@gnu.org>
3450
3451         * hashcash.el (declare-function): Remove duplicate definition.
3452
3453 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3454
3455         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3456         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3457         value if any backslash escapes).
3458
3459 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3462         if it is available.  (bug#5647)
3463
3464         * lpath.el: Suppress compiler warning for coding-system-from-name for
3465         Emacs 21 and XEmacs.
3466
3467 2010-03-14  Juri Linkov  <juri@jurta.org>
3468
3469         * hmac-def.el:
3470         * hmac-md5.el:
3471         * netrc.el: Fix keywords.
3472
3473 2010-02-26  Glenn Morris  <rgm@gnu.org>
3474
3475         * message.el (message-send-mail-function): Change the default, so that
3476         it inherits from a customized send-mail-function.  (Bug#5643)
3477
3478 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3479
3480         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3481         shell-command-to-string signals an error (bug#5299).
3482
3483 2010-02-24  Glenn Morris  <rgm@gnu.org>
3484
3485         * message.el (message-smtpmail-send-it)
3486         (message-send-mail-with-mailclient): Doc fixes.
3487
3488 2010-02-16  Glenn Morris  <rgm@gnu.org>
3489
3490         * message.el (message-default-mail-headers): Change the default value
3491         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3492
3493 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3496         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3497
3498 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3499
3500         * time-date.el (date-to-time): Doc fix (Bug#5408).
3501
3502 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3503
3504         * message.el (message-mail): Just pass yank-action on to message-setup.
3505         (message-setup): Handle (FUN . ARGS) form of yank-action.
3506         (message-with-reply-buffer, message-widen-reply)
3507         (message-yank-original): Handle non-buffer values of
3508         message-reply-buffer (Bug#4080).
3509         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3510
3511 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3512
3513         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3514         Fix typo in docstring.
3515
3516 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3517
3518         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3519         response.
3520
3521 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3524
3525         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3526
3527         * message.el (message-check-news-header-syntax): Protect against a
3528         string that `rfc822-addresses' returns when parsing fails.
3529
3530 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3533         (gnus-previous-char-property-change): New functions.
3534
3535         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3536
3537 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3538
3539         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3540         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3541
3542 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3543
3544         * message.el (message-exchange-point-and-mark): Rework last change to
3545         avoid using optional arg of exchange-point-and-mark, for backward
3546         compatibility.
3547
3548 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3549
3550         * message.el (message-exchange-point-and-mark): Call
3551         exchange-point-and-mark with an argument rather than setting
3552         mark-active by hand (Bug#5175).
3553
3554 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * nntp.el (nntp-service-to-port): Work for service expressed with
3557         numeric string; replace [:digit:] with [0-9] for XEmacs.
3558
3559 2009-12-17  Glenn Morris  <rgm@gnu.org>
3560
3561         * gnus-group.el (gnus-bug-group-download-format-alist):
3562         Change emacs entry to debbugs.gnu.org.  Bump :version.
3563
3564 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3565
3566         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3567
3568 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3569
3570         * message.el (message-info): Explain why we use `Info-goto-node'.
3571
3572 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3575
3576 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3577
3578         * message.el (message-completion-in-region): New compatibility function.
3579         (message-expand-group): Use it.
3580
3581 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3584         with no unread article should be listed if the 2nd arg `predicate' is
3585         given.
3586
3587 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3590
3591 2009-11-29  Juri Linkov  <juri@jurta.org>
3592
3593         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3594         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3595         on `gnus-recenter'. (Bug#4698, Bug#4981)
3596
3597 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3598
3599         * sha1.el (sha1-string-external): default-directory "/" in case
3600         otherwise non-existent.  process-connection-type pipe for touch of
3601         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3602
3603 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3604
3605         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3606         it's comms related and sgml-mode.el has "comm" on that basis too.
3607
3608 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3611         containing tspecial characters if they have been already quoted.
3612
3613 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3614
3615         * dns-mode.el (auto-mode-alist): Purecopy string.
3616
3617 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3618
3619         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3620
3621 2009-10-24  Glenn Morris  <rgm@gnu.org>
3622
3623         * gnus-art.el (help-xref-stack-item): Define for compiler.
3624
3625 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3626
3627         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3628
3629 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3632
3633 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3636         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3637
3638 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3641         (gnus-overlays-in): New alias to overlays-in.
3642
3643         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3644         gnus-overlay-get, and gnus-delete-overlay.
3645         (gnus-summary-show-thread): Make it work as well for systems in which
3646         next-single-char-property-change is not available.
3647         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3648
3649         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3650         (gnus-overlay-get): New alias to extent-property.
3651         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3652
3653         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3654         SXEmacs.
3655
3656         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3657         SXEmacs.
3658
3659 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3660
3661         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3662
3663 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3664
3665         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3666         and XEmacs that don't have `remove-overlays'.
3667
3668 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3669
3670         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3671         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3672         selective display.  Use overlays instead.
3673
3674 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3675
3676         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3677
3678 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3679
3680         * spam-stat.el (spam-stat-load): Fix typo in message.
3681
3682 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3683
3684         * dig.el (dig-invoke): Fix typo in docstring.
3685         (query-dig): Reflow docstring.
3686
3687 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3688
3689         * gnus-art.el (gnus-article-encrypt-body):
3690         * message.el (message-check-recipients):
3691         * mm-util.el (mm-codepage-setup):
3692         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3693         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3694
3695 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3696
3697         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3698         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3699         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3700         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3701         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3702
3703 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3704
3705         * dig.el: Add "Keywords: comm", as per net-utils.el.
3706
3707 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3708
3709         * dig.el (dig-mode): Use define-derived-mode.
3710
3711 2009-09-19  Glenn Morris  <rgm@gnu.org>
3712
3713         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3714
3715 2009-09-18  Glenn Morris  <rgm@gnu.org>
3716
3717         * gnus-diary.el (gnus-diary-check-message):
3718         * message.el (message-insert-formatted-citation-line):
3719         * nnbabyl.el (top-level):
3720         * nndiary.el (nndiary-schedule):
3721         Fix typos in condition-case handlers.
3722
3723 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3726         configuration that provides the sole article window in a frame;
3727         position point correctly after deleting a part.
3728
3729 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3730
3731         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3732         (spam-resolve-registrations-routine): Use it to unregister articles
3733         that change status.
3734
3735 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3738         with XEmacs.
3739         (parse-time-string-chars): Use it.
3740
3741 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3742
3743         * imap.el (imap-interactive-login): Better messages.
3744         (imap-open): Fix bug with renamed buffer on reconnect.
3745         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3746         for easier debugging and cleaner code.  On successful (guessed based on
3747         server capabilities) secondary authentication, set imap-state
3748         correctly.
3749         (imap-last-authenticator): Define imap-last-authenticator as a variable
3750         to avoid warnings.
3751
3752 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * nnrss.el (nnrss-request-article): Remove binding of
3755         default-enable-multibyte-characters that has gotten needless by
3756         the 2007-07-13 change in rfc2047-encode-message-header.
3757
3758         * mml.el (mml-insert-multipart): Error on the message header.
3759         (mml-insert-part): Error on the message header; position point at
3760         the end of a MIME tag.
3761
3762 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * time-date.el (autoload): Expand define-obsolete-function-alias into
3765         defalias and make-obsolete for old Emacsen that Gnus supports.
3766         (with-no-warnings): Define it for old Emacsen.
3767         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3768         is available.
3769         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3770         float-time is available; suppress compile warning for time-to-seconds.
3771
3772         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3773         (gnus-float-time): Alias to float-time if it exists.
3774
3775         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3776         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3777         float-time is available; suppress compile warning for time-to-seconds.
3778
3779         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3780         XEmacs.
3781
3782 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3783
3784         * imap.el (imap-message-map): Docstring fix.
3785
3786 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3787
3788         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3789         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3790         Add the optional argument `encoding' that overrides the default.
3791
3792         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3793         mm-encode-buffer.
3794
3795 2009-09-04  Glenn Morris  <rgm@gnu.org>
3796
3797         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3798         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3799         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3800         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3801         * mm-util.el (mm-with-unibyte-current-buffer)
3802         (mm-find-buffer-file-coding-system):
3803         * yenc.el (yenc-decode-region): Use default-value rather than
3804         default-enable-multibyte-characters.
3805
3806 2009-09-03  Glenn Morris  <rgm@gnu.org>
3807
3808         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3809         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3810         than default-enable-multibyte-characters.
3811
3812 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3813
3814         * gnus-art.el (gnus-article-read-summary-keys):
3815         Fix gnus-buffer-configuration's value temporarily used.
3816
3817 2009-09-02  Glenn Morris  <rgm@gnu.org>
3818
3819         * gnus-util.el (gnus-float-time): New function.
3820         * gnus-delay.el (gnus-delay-article):
3821         * gnus-sum.el (gnus-thread-latest-date):
3822         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3823         * nnspool.el (nnspool-request-newgroups):
3824         Use gnus-float-time rather than time-to-seconds.
3825         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3826
3827         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3828         (gnus-header-subject-face, gnus-header-newsgroups-face)
3829         (gnus-header-name-face, gnus-header-content-face):
3830         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3831         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3832         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3833         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3834         (gnus-cite-face-11):
3835         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3836         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3837         (gnus-server-closed-face, gnus-server-denied-face)
3838         (gnus-server-offline-face):
3839         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3840         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3841         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3842         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3843         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3844         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3845         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3846         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3847         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3848         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3849         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3850         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3851         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3852         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3853         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3854         (gnus-summary-high-undownloaded-face)
3855         (gnus-summary-low-undownloaded-face)
3856         (gnus-summary-normal-undownloaded-face)
3857         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3858         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3859         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3860         (gnus-splash-face):
3861         * message.el (message-header-to-face, message-header-cc-face)
3862         (message-header-subject-face, message-header-newsgroups-face)
3863         (message-header-other-face, message-header-name-face)
3864         (message-header-xheader-face, message-separator-face)
3865         (message-cited-text-face, message-mml-face):
3866         * sieve-mode.el (sieve-control-commands-face)
3867         (sieve-action-commands-face, sieve-test-commands-face)
3868         (sieve-tagged-arguments-face):
3869         * spam.el (spam-face):
3870         Mark face aliases with "-face" in the name as obsolete.
3871
3872 2009-09-01  Glenn Morris  <rgm@gnu.org>
3873
3874         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3875         than goto-line.
3876
3877 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3880         Don't move point if the command is invoked inside the message header.
3881
3882 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3883
3884         * imap.el (imap-send-command): Simplify.
3885         (imap-wait-for-tag): point-max -> buffer-size.
3886
3887 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3888
3889         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3890         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3891         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3892         * nnir.el (nnir-swish-e-index-file):
3893         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3894         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3895         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3896         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3897         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3898         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3899
3900 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3903         Don't save excursion.
3904
3905 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3906
3907         * nnheader.el (nnheader-find-file-noselect):
3908         * mm-util.el (mm-insert-file-contents):
3909         Use (default-value 'major-mode) instead of default-major-mode.
3910
3911 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3912
3913         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3914
3915 2009-08-26  Glenn Morris  <rgm@gnu.org>
3916
3917         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3918         than placing in files.el.
3919
3920 2009-08-25  Glenn Morris  <rgm@gnu.org>
3921
3922         * nnir.el (top-level): Don't require cl at run-time.
3923         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3924         Replace cl-function substitute with gnus-replace-in-string.
3925         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3926         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3927         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3928         simplified expansions.
3929
3930 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3931
3932         * dig.el (dig): Add autoload cookie.
3933
3934 2009-08-22  Glenn Morris  <rgm@gnu.org>
3935
3936         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3937         goto-line.
3938
3939 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3940
3941         * parse-time.el (parse-time-string-chars): Save match data.
3942
3943 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3944
3945         * parse-time.el (parse-time-string-chars): Compute using character
3946         classes, to handle non-ascii characters (Bug#3190).
3947
3948 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3949
3950         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3951
3952         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3953         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3954         (gnus-mm-display-part, gnus-mime-display-single)
3955         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3956         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3957
3958         * gnus-sum.el
3959         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3960         (gnus-summary-move-article): Add expirable mark to articles copied or
3961         moved to group that has auto-expire turned on if the option is non-nil.
3962
3963 2009-07-24  Glenn Morris  <rgm@gnu.org>
3964
3965         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3966         Fix typo.  (Bug#3903)
3967
3968 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3971         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3972         that should not be used for draft articles.
3973         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3974         that has no concern in minor mode keys.
3975         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3976         Abolish.
3977
3978 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3981         article without making inquiry to a user for unknown encoding.
3982
3983         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3984         (nnmaildir--scan): Assume i-node and device number that file-attributes
3985         returns might be cons-cell.
3986
3987         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3988
3989         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3990
3991 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3992
3993         * auth-source.el: Remove docs now in auth.texi.  Don't use
3994         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3995         `auth-source-hide-passwords' and use them.
3996
3997 2009-07-15  Glenn Morris  <rgm@gnu.org>
3998
3999         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4000
4001 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4004         excessive whitespace from the default values of title and description.
4005
4006 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4009         mail-fetch-field to fetch Content-Description header in order to
4010         exclude newlines.
4011
4012 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4013
4014         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4015         format used by GnuPG 2.0.11.
4016
4017 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4020         to deleted part.
4021
4022 2009-05-30  David Engster  <dengste@eml.cc>
4023
4024         * nnmairix.el: Remove old documentation in the commentary block.
4025         (nnmairix-request-group): Do not update active file for nnml back ends.
4026         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4027         end so that overview files are ignored.
4028         (nnmairix-update-groups): Make updating the groups more robust by using
4029         marks.
4030         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4031         with dollar characters in message-id.
4032
4033 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4034
4035         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4036         2008-12-25 in dns.el.
4037
4038 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4039
4040         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4041         could happen if the text is only composed of spaces and/or tabs.
4042
4043 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4044
4045         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4046         when sending a queued message to avoid extra mml tags.
4047
4048 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4051
4052 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4055         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4056         rmail-toggle-header for XEmacs;
4057         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4058
4059 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * gnus-dired.el: Remove autoload for gnus-setup-message.
4062         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4063         displaying Gnus logo; always use compose-mail.
4064
4065 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4068
4069 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4072         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4073         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4074         available.
4075         (gnus-nocem-epg-verify): New function.
4076
4077 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4078
4079         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4080
4081 2009-02-15  Glenn Morris  <rgm@gnu.org>
4082
4083         * gnus-util.el (rmail-insert-rmail-file-header)
4084         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4085         autoloads.
4086         (rmail-default-rmail-file): Remove unnecessary declaration.
4087         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4088
4089 2009-02-14  Glenn Morris  <rgm@gnu.org>
4090
4091         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4092         variable (only used in gnus-util, which declares it anyway).
4093         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4094         which was only needed by gnus-art (changed to not use it any more).
4095         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4096         only used in gnus-util, which autoloads it itself.
4097         (rmail-update-summary): Fix autoload.
4098
4099         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4100         rather than rmail-output-to-rmail-file.
4101
4102 2009-02-07  Glenn Morris  <rgm@gnu.org>
4103
4104         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4105         autoload of function that no longer exists.
4106         (rmail-toggle-header): Declare.
4107         (message-forward-rmail-make-body): Handle mbox Rmail.
4108
4109 2009-01-31  Glenn Morris  <rgm@gnu.org>
4110
4111         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4112         2009-01-09 change.
4113
4114 2009-01-31  Dave Love  <fx@gnu.org>
4115
4116         * imap.el (imap-fetch-safe): Bind debug-on-error.
4117         (imap-debug): Add imap-fetch-safe.
4118
4119 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4120
4121         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4122         (auth-source-forget-all-cached): New convenience function.
4123         (auth-source-user-or-password): Accept list of modes or a single mode.
4124
4125         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4126         auth-source modes.
4127
4128         * netrc.el (netrc-machine-user-or-password): Use list of
4129         auth-source modes.
4130
4131         * nnimap.el (nnimap-open-connection): Use list of
4132         auth-source modes.
4133
4134         * nntp.el (nntp-send-authinfo): Use list of
4135         auth-source modes.
4136
4137 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4138
4139         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4140         now.
4141
4142 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4145         coding system in XEmacs; add a workaround for XEmacs.
4146
4147         * lpath.el: Fbind coding-system-aliasee.
4148
4149 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4152         of current-language-environment.
4153
4154 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4157         available at runtime.
4158
4159 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4162
4163 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4164
4165         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4166         the greatest positive fixnum value doesn't work under an XEmacs with
4167         bignum support; use the most-positive-fixnum constant instead,
4168         available since Emacs 21.1 with cl and XEmacs 21.1.
4169
4170 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4173         XEmacs gets not to work.
4174
4175 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * mm-util.el (mm-coding-system-priorities): Allow the value like
4178         "Japanese (UTF-8)" of current-language-environment.
4179
4180 2009-01-09  Glenn Morris  <rgm@gnu.org>
4181
4182         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4183         with last-command-event.
4184
4185 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4186
4187         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4188         in the doc string.
4189
4190         * message.el (message-fix-before-sending): Amend comment.
4191
4192 2009-01-08  Dave Love  <fx@gnu.org>
4193
4194         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4195
4196 2009-01-07  David Engster  <dengste@eml.cc>
4197
4198         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4199         simplified server definitions by converting it via
4200         gnus-server-to-method.
4201
4202 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4205         parameter's operands.
4206
4207 2009-01-06  David Engster  <dengste@eml.cc>
4208
4209         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4210         primary select method (for gnus-group-mark-article-as-read).
4211
4212 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4213
4214         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4215         `(gnus)Face', not `(gnus)X-Face'.
4216
4217 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * mm-util.el (mm-ucs-to-char): New function.
4220
4221         * mm-url.el (mm-url-decode-entities): Use it.
4222
4223         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4224         unicode-to-char.
4225
4226 2009-01-05  Dave Love  <fx@gnu.org>
4227
4228         * time-date.el: Require cl for `declare'.
4229
4230 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4231
4232         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4233         Dave Love.
4234
4235 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4236
4237         * message.el (message-fix-before-sending): Add `eight-bit' to
4238         illegible-text check.
4239
4240 2009-01-03  Michael Olson  <mwolson@gnu.org>
4241
4242         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4243         `headers' is nil.  This can occur if the IMAP server does not have
4244         permissions to read messages from a folder, but can write new messages
4245         to the folder.
4246         (nnimap-request-article-part): Do not insert `data' if it is nil.
4247
4248         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4249         characters which will confuse `read', so skip past them.
4250
4251 2009-01-01  Dave Love  <fx@gnu.org>
4252
4253         * imap.el (imap-string-to-integer): Fix typo.
4254         (imap-fetch-safe): New function.
4255         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4256
4257         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4258
4259         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4260         (imap-parse-greeting): Fix doc strings.
4261         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4262         (imap-parse-flag-list): Make messages unique.
4263         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4264
4265         * nnimap.el: Fix author email.
4266         (nnimap-split-rule): Add FIXME comment.
4267         (nnimap-debug): Fix doc string.
4268
4269 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4270
4271         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4272
4273 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4274
4275         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4276         nslookup if resolv.conf isn't available.
4277         (dns-query): Rename from query-dns.
4278         (dns-query-cached): Rename from query-dns-cached.
4279
4280 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4283         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4284         to check if those variables exist (first appeared in Emacs 18.50).
4285
4286 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * mm-util.el (mm-line-number-at-pos): New function.
4289
4290         * spam-report.el (spam-report-process-queue): Use it.
4291
4292 2008-12-24  David Engster  <dengste@eml.cc>
4293
4294         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4295         parameters that haven't existed as variables as buffer-local variables.
4296
4297 2008-12-23  Dave Love  <fx@gnu.org>
4298
4299         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4300         cadar.
4301
4302         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4303         imap-starttls-p.
4304         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4305
4306 2008-12-22  Dave Love  <fx@gnu.org>
4307
4308         * imap.el: Fix author email.  Doc fixes.
4309         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4310         reply.
4311
4312 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4313
4314         * spam-report.el (spam-report-gmane-max-requests): New constant.
4315         (spam-report-gmane-wait): New variable.
4316         (spam-report-gmane-ham, spam-report-gmane-spam)
4317         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4318         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4319         the server.
4320
4321         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4322         Add explanations.
4323
4324         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4325         nnheader-accept-process-output and nnheader-read-timeout if available.
4326         (pop3-movemail): Use it.
4327
4328         * message.el (message-check-news-body-syntax): Fix signature check if
4329         there's an attachment.
4330
4331 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * mm-util.el: Add comments to the mm- emulating functions.
4334
4335 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4336
4337         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4338         by Stephen Berman <stephen.berman@gmx.net>.
4339
4340 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * mm-util.el (mm-substring-no-properties): New function.
4343         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4344         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4345         (mm-string-to-multibyte): Doc fix.
4346
4347         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4348
4349 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4350
4351         * mml.el (mml-attach-file): Strip text properties from file name.
4352         (Bug#1574)
4353
4354 2008-12-16  Glenn Morris  <rgm@gnu.org>
4355
4356         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4357
4358 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4361         knows since the charset specified might be a bogus alias that
4362         mm-charset-synonym-alist provides.
4363
4364 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4365
4366         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4367         "ISO_8859-1".
4368
4369         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4370
4371 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * mm-util.el (mm-charset-eval-alist):
4374         Define it before mm-charset-to-coding-system.
4375         (mm-charset-to-coding-system): Add optional argument `silent';
4376         define it before mm-charset-override-alist.
4377         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4378         default value if it can be used in Emacs currently running;
4379         silence mm-charset-to-coding-system.
4380
4381 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4384         `allow-override' which says whether to use `mm-charset-override-alist'.
4385         (rfc2047-decode-encoded-words): Use it.
4386
4387         * mm-util.el (mm-charset-override-alist): Fix custom type;
4388         add `(gb2312 . gbk)' to choices.
4389
4390 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4393         fast.
4394
4395         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4396
4397         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4398
4399 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4400
4401         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4402         on links.
4403
4404         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4405
4406 2008-12-03  Lute Kamstra  <lute@gnu.org>
4407
4408         * sha1.el: Remove leading * from docstrings of defcustoms,
4409         deffaces, defconsts and defuns.
4410
4411 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4414         users' addresses that don't have domain parts.
4415         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4416         rather than message-narrow-to-head since there will be the message
4417         header separator.
4418
4419 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4420
4421         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4422         since the result is inserted in a unibyte buffer anyway.
4423         (nnimap-demule-use-string-to-multibyte): Remove.
4424         (nnimap-demule): Alias it to mm-string-to-multibyte.
4425
4426 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4427
4428         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4429         variable for debugging bug#464 and bug#1174.
4430         (nnimap-demule): Use it.
4431
4432 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4433
4434         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4435         score calculation correctly.
4436
4437 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4438
4439         * message.el (message-send-mail): Just set the buffer to unibyte
4440         rather than use mm-with-unibyte-current-buffer which does a lot more.
4441         (message-send-mail-partially): Don't bother with
4442         mm-with-unibyte-current-buffer since it's already been made unibyte by
4443         message-send-mail.
4444
4445 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4446
4447         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4448
4449 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4450
4451         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4452
4453 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4456         require itself and to remove `with-no-warnings'.
4457
4458 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * starttls.el (starttls-any-program-available): Get the name of the
4461         available TLS layer program.
4462         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4463         well as the host name in the "opening" message.
4464
4465         * auth-source.el (auth-source-cache, auth-source-do-cache)
4466         (auth-source-user-or-password): Cache passwords and logins by default,
4467         allow override with `auth-source-do-cache'.
4468         (auth-source-forget-user-or-password): Allow users to remove cache
4469         entries if needed.
4470
4471 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4472
4473         * md4.el (md4-buffer): Fix typo in docstring.
4474         (md4, md4-64): Doc fixes.
4475         (md4-pack-int32): Reflow docstring.
4476
4477 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4478
4479         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4480         condition-case to only the forward-sexp call.
4481
4482 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4483
4484         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4485         quotes contained.  Make it more robust regardless by an extra
4486         condition-case wrapper.
4487
4488 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4491
4492 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * nnml.el (nnml-request-expire-articles): Check if the function set to
4495         `nnmail-expiry-target' returns the symbol `delete'.
4496
4497         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4498
4499         * nnmail.el (nnmail-expiry-target): Fix custom type.
4500
4501 2008-10-02  Glenn Morris  <rgm@gnu.org>
4502
4503         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4504         Silence compiler warning.
4505
4506 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4507
4508         * tls.el (open-tls-stream): Show the actual command being
4509         executed, instead of the format string.
4510
4511 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * lpath.el: Fbind codepage-setup for Emacs 23.
4514
4515 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4516
4517         * mml.el (mml-menu): Don't assume mml2015 is bound.
4518
4519 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4522         exists.
4523
4524 2008-09-27  Glenn Morris  <rgm@gnu.org>
4525
4526         * gnus-util.el (mail-header-remove-comments): Autoload it.
4527
4528 2008-09-27  Andreas Schwab  <schwab@suse.de>
4529
4530         * gnus-util.el (gnus-split-references): Strip comments.
4531         (gnus-parent-id): Likewise.
4532
4533 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4534
4535         * message.el (message-confirm-send): Fix version.
4536
4537 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * message.el (message-idna-to-ascii-rhs-1): Use
4540         mail-extract-address-components rather than mail-header-parse-addresses
4541         that is an alias by default to ietf-drums-parse-addresses that does not
4542         support non-ASCII names in headers' contents.
4543
4544 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4545
4546         * message.el (message-confirm-send): Fixed variable documentation to
4547         avoid the "y/n" wording.
4548
4549 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4550
4551         * message.el (message-set-auto-save-file-name): Save to a different
4552         filename so multiple messages (especially drafts) can be recovered.
4553
4554 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4555
4556         * message.el (message-confirm-send): Add appropriate version.
4557
4558 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4559
4560         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4561         defvar.
4562
4563 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4564
4565         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4566         (mm-pkcs7-enveloped-magic): Ditto.
4567
4568 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4569
4570         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4571         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4572
4573 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4574
4575         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4576         default, it's better.
4577
4578 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4579
4580         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4581         summary line gnus-number property and ignore them (with a warning
4582         message).
4583
4584 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4587         macro caddr in the interactive form since it won't be expanded.
4588
4589 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4592         `charset'; fix name of function called recursively.
4593         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4594
4595 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4598         (gnus-mime-set-charset-parameters): New function.
4599         (gnus-mime-view-part-as-charset): Use it to correctly display part
4600         specifying wrong charset.
4601
4602 2008-09-08  David Engster  <dengste@eml.cc>
4603
4604         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4605         in completing-read for back end server.
4606
4607 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4608
4609         * message.el (message-confirm-send): New variable to confirm sending a
4610         message.
4611         (message-send): Use it.
4612
4613 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4614
4615         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4616
4617 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4620
4621 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4622
4623         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4624         prevent tracking too many groups.
4625         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4626         Use it.
4627
4628 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4629
4630         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4631         moving point to the bottom of the window in order to avoid recentering.
4632
4633 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4636
4637         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4638         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4639         (gnus-article-beginning-of-window): Fix calculation.
4640
4641 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * gnus-msg.el (gnus-summary-supersede-article)
4644         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4645         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4646         message header.
4647
4648 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4649
4650         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4651         pending output coming after the status change.
4652
4653 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4654
4655         * message.el:
4656         * gnus-start.el:
4657         * gnus-registry.el: Remove VMS support.
4658
4659 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4662         macro.
4663         (rfc2104-hash): Use it.
4664
4665 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4666
4667         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4668         (gnus-summary-sort-by-most-recent-date): New commands.
4669         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4670         and menu entries.
4671
4672 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4675         don't redisplay article for raw contents; remove plural articles stuff.
4676
4677         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4678         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4679         on gnus-summary-save-article; display results properly.
4680
4681 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * lpath.el: No need to fbind ns-focus-frame.
4684
4685 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4688
4689 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4692         gnus-save-all-headers.
4693
4694 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4695
4696         * gnus-util.el (ns-focus-frame): Remove declaration.
4697         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4698         like x.
4699
4700 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4701
4702         * rfc2104.el (rfc2104-zero): Delete defconst.
4703         (rfc2104-hex-alist): Likewise.
4704         (rfc2104-hex-to-int): Delete func.
4705         (rfc2104-hexstring-to-bitstring): Likewise.
4706         (rfc2104-nybbles): New defconst.
4707         (rfc2104-hash): Rewrite for speed.
4708
4709 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * tls.el (open-tls-stream): Make it work with the 2nd argument
4712         BUFFER that is a string but does not exist as a buffer object, as
4713         mentioned in the doc-string.
4714
4715 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4718         SXEmacs.
4719
4720 2008-07-16  Glenn Morris  <rgm@gnu.org>
4721
4722         * gnus-util.el (ns-focus-frame): Declare for compiler.
4723
4724 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4727         set as a group parameter.
4728         (gnus-summary-save-in-pipe): Work when it is called independently.
4729         (gnus-summary-pipe-to-muttprint): Don't modify
4730         gnus-summary-pipe-output-default-command.
4731
4732 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4733
4734         * message.el (message-send-mail-with-sendmail):
4735         Display the error message.
4736
4737 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-art.el (gnus-default-article-saver):
4740         Add gnus-summary-save-in-pipe to choices.
4741         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4742         gnus-summary-pipe-output-default-command as the default command.
4743         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4744         instead of gnus-last-shell-command.
4745
4746         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4747         New user option.
4748         (gnus-summary-muttprint-program): Mention the value will be changed.
4749         (gnus-summary-save-article): Force showing of all headers.
4750         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4751
4752 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4753
4754         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4755
4756 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4757
4758         * nnimap.el (nnimap-id):
4759         * sieve-manage.el (sieve-manage-open): Doc fixes.
4760
4761 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4762
4763         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4764         if available.
4765
4766 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4767
4768         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4769
4770         * nnkiboze.el (nnkiboze-generate-group):
4771         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4772
4773         * nnmairix.el: Require CL.
4774
4775 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * dgnushack.el: Autoload get-display-table and put-display-table for
4778         XEmacs 21.5.
4779
4780         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4781         21.4 and SXEmacs.
4782
4783 2008-06-15  David Engster  <dengste@eml.cc>
4784
4785         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4786
4787 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4788
4789         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4790         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4791         runtime choice under XEmacs.
4792
4793         * gnus-sum.el (gnus-summary-set-display-table):
4794         Use `gnus-put-display-table', `gnus-get-display-table',
4795         `gnus-set-display-table' for the display table, instead of `aset'.
4796
4797         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4798         Use `gnus-put-display-table', `gnus-get-display-table',
4799         `gnus-set-display-table' for the display table.
4800
4801 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4802
4803         * nnmairix.el: Add autoloads.
4804
4805 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4806
4807         * nnmairix.el (nnmairix-delete-recreate-group)
4808         (nnmairix-update-and-clear-marks): Fix error messages.
4809
4810 2008-06-14  David Engster  <dengste@eml.cc>
4811
4812         * nnmairix.el: Upgrade to version 0.6.
4813         (nnmairix-group-toggle-propmarks-this-group)
4814         (nnmairix-group-toggle-readmarks-this-group)
4815         (nnmairix-group-delete-recreate-this-group)
4816         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4817         (nnmairix-remove-tick-mark-original-article): New commands.
4818         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4819         (nnmairix-propagate-marks-to-nnmairix-groups)
4820         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4821         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4822         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4823         functions needed for marks propagation and manipulation of read marks.
4824         (nnmairix-update-groups): New function.
4825         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4826         (nnmairix-determine-original-group-from-registry)
4827         (nnmairix-determine-original-group-from-path)
4828         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4829         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4830         New helper functions.
4831         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4832         keystrokes for new commands.
4833         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4834         (nnmairix-request-group): Check allow-fast group parameter.
4835         (nnmairix-request-create-group): Set allow-fast group parameter if
4836         nnmairix-allowfast-default is set.
4837         (nnmairix-close-group): Propagate marks upon closing if needed.
4838         (nnmairix-group-toggle-threads-this-group): Use new.
4839         nnmairix-group-toggle-parameter helper function.
4840         (nnmairix-search): Better check for empty search result.
4841         (nnmairix-goto-original-article): Use new helper functions for
4842         determining original article.
4843         (nnmairix-show-original-article): Make sure message-id is in brackets.
4844         (nnmairix-call-mairix-binary): Change variable name.
4845         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4846         helper function.
4847         (nnmairix-widget-toggle-activate): Fix doc string.
4848
4849 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * nnir.el: Require edmacro when compiling with XEmacs.
4852         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4853         available in Emacs 21.
4854
4855 2008-06-11  Glenn Morris  <rgm@gnu.org>
4856
4857         * gnus-util.el (x-focus-frame):
4858         * gnus.el (image-size):
4859         * mm-decode.el (image-size): Declare.
4860
4861         * gnus-picon.el (declare-function): Add compat definition.
4862         (image-size): Declare.
4863
4864         * gnus-group.el (tool-bar-map):
4865         * gnus-sum.el (tool-bar-map): Define for compiler.
4866
4867         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4868
4869         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4870
4871         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4872         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4873         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4874         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4875         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4876         * sieve-manage.el, spam-report.el, spam.el:
4877         Remove unnecessary eval-and-compile of autoloads.
4878
4879 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4880
4881         * auth-source.el: Precise Tramp doc.
4882
4883 2008-06-07  Glenn Morris  <rgm@gnu.org>
4884
4885         * nnmairix.el: Remove unnecessary eval-when-compile.
4886
4887 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * lpath.el: Fbind propertize for XEmacs 21.4.
4890
4891 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4892
4893         * nnir.el: Move here from ../contrib.
4894
4895 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4896
4897         * gnus-util.el (gnus-read-shell-command): New function.
4898         * mm-decode.el (mm-pipe-part):
4899         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4900
4901 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4904
4905 2008-06-03  Glenn Morris  <rgm@gnu.org>
4906
4907         * pop3.el (nnheader-accept-process-output): Autoload it.
4908
4909 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4912         are not 2-digit hexadecimal characters that follow `%'s.
4913
4914 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4915
4916         * message.el (message-bogus-recipient-p): Fix type in doc string.
4917         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4918         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4919         Improve custom options.
4920         (message-bogus-recipient-p): Adjust accordingly.
4921
4922 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4923
4924         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4925         long-form month and day names.
4926
4927 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * dgnushack.el: Autoload debug, eudc-expand-inline and
4930         pgg-snarf-keys-region for XEmacs.
4931
4932         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4933
4934         * nnmairix.el: Require edmacro when compiling with XEmacs.
4935
4936 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4937
4938         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4939         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4940
4941 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4942
4943         * auth-source.el: Add more docs.
4944
4945         * netrc.el (netrc-machine): Always match if the port is not given.
4946
4947 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4950         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4951         retrieval faster in some cases, but might make CPU usage larger.  If
4952         this has any bad side effects, we might revert this change.
4953
4954         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4955         seems to make mail retrieval much, much faster.
4956         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4957         unconditionally.
4958
4959         * gnus-draft.el (gnus-group-send-queue): Bind
4960         message-send-mail-partially-limit to nil to avoid being prompted.
4961
4962 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4963
4964         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4965
4966         * message.el (message-bogus-address-regexp): Fix and improve custom
4967         type.
4968         (message-setup-hook): Add message-check-recipients as custom option.
4969
4970 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4971
4972         * message.el (message-cite-function): Remove bogus autoload which crept
4973         in during merge from v5-10.
4974
4975 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4976
4977         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4978
4979         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4980
4981         * auth-source.el: Preliminary Tramp docs.
4982         (auth-sources): Change the default auth-sources to use
4983         EPA .gpg files.
4984
4985 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4986
4987         * nntp.el: Autoload `auth-source-user-or-password'.
4988         (nntp-send-authinfo): Use it.
4989
4990         * nnimap.el: Autoload `auth-source-user-or-password'.
4991         (nnimap-open-connection): Use it.
4992
4993         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4994         for the gnus-message function.
4995         (auth-source-user-or-password): Use it.
4996
4997 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4998
4999         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5000         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5001         (rfc2104-hash): Use it.
5002
5003 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5004
5005         * gnus-art.el (gnus-article-toggle-truncate-lines):
5006         Don't use `iff' in docstring.
5007
5008 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5009
5010         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5011
5012         * gnus-util.el (gnus-extract-address-component-name)
5013         (gnus-extract-address-component-email): Convenience functions around
5014         `gnus-extract-address-components'.
5015
5016         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5017         Use `gnus-extract-address-component-email' to fix bug of comparing full
5018         sender name to `user-mail-address'.
5019
5020 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5021
5022         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5023         catch/throw to optimize.
5024         (gnus-registry-find-keywords): Just use member to find a keyword.
5025
5026 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5027
5028         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5029         is current before calling gnus-server-prepare.
5030         (gnus-server-setup-buffer, gnus-server-update-server)
5031         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5032
5033 2008-05-04  Juri Linkov  <juri@jurta.org>
5034
5035         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5036         (mailcap-file-default-commands): Use mailcap-replace-in-string
5037         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5038         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5039
5040 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5041
5042         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5043
5044 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5045
5046         * gnus.el: Bump version to 0.11.
5047
5048 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5049
5050         * gnus.el: No Gnus v0.10 is released.
5051
5052 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5055         hooks.
5056         (gnus-update-read-articles): Speed up non-marks-using users.
5057         (gnus-use-marks): Define gnus-use-marks.
5058         (gnus-propagate-marks): Rename variable to something more sensible.
5059
5060 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5061
5062         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5063         (gmm-image-load-path-for-library): Fix typos in docstrings.
5064         (gmm-message): Reflow docstring.
5065
5066 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5067
5068         * mail-source.el (mail-source-set-1, mail-source-bind):
5069         Move auth-source code out of the macro to clean it up and fix bugs.
5070
5071 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5072
5073         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5074         by sender if it's equal to user-mail-address, it's likely to be
5075         useless.
5076
5077         * mail-source.el (mail-source-bind): Don't use user or password if they
5078         are not bound.  Unintern them if they are nil.  Don't use server unless
5079         it's bound, and default it to empty string otherwise.
5080
5081 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * mail-source.el: Load auth-source.el.
5084         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5085         get user name or password, if auth-sources is set up.
5086
5087         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5088         strategy of splitting with parent.
5089         (gnus-registry-split-fancy-with-parent)
5090         (gnus-registry-post-process-groups): Use it and fix prior
5091         bug (returning a list as the split result).
5092
5093         * auth-source.el (auth-sources): Remove server parameter.
5094         (auth-source-pick, auth-source-user-or-password)
5095         (auth-source-user-or-password-imap)
5096         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5097         (auth-source-user-or-password-sftp)
5098         (auth-source-user-or-password-smtp): Remove server parameter.
5099
5100 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5101
5102         * smime.el (smime-sign-region, smime-encrypt-region)
5103         (smime-decrypt-region):
5104         Remove redundant calls to `generate-new-buffer-name'.
5105
5106 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5107
5108         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5109         Don't use QP for message/rfc822.
5110         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5111
5112 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5113
5114         * sieve-manage.el (sieve-string-bytes): Remove.
5115         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5116         correct byte-length only if the process's coding-system is the same as
5117         the one used internally by Emacs to represent strings.
5118
5119 2008-04-22  Juri Linkov  <juri@jurta.org>
5120
5121         * mailcap.el (mailcap-file-default-commands): New function.
5122
5123 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5124
5125         * message.el (message-signature-separator, message-cite-function):
5126         Change custom version.
5127
5128 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5129
5130         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5131         commands.
5132         (tls-checktrust): Ditto.
5133
5134 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5135
5136         * mm-decode.el (mm-display-external): Make temp file read-only.
5137
5138 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5139
5140         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5141         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5142         `C-c C-f d'.
5143
5144 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5145
5146         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5147
5148 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5149
5150         * gnus.el: Bump version to 0.9.
5151
5152 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5153
5154         * gnus.el: No Gnus v0.8 is released.
5155
5156 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5157
5158         * mail-source.el (mail-source-value):
5159         Prefer fboundp to functionp so it works with macros as well.
5160
5161 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5162
5163         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5164         Fix last change in case the element is not even a symbol.
5165
5166 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5167
5168         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5169         Prefer fboundp to functionp so it works with macros as well.
5170
5171 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5172
5173         * auth-source.el: Added docs.
5174         (auth-sources): Modify format to support server.
5175         (auth-source-pick, auth-source-user-or-password)
5176         (auth-source-user-or-password-imap)
5177         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5178         (auth-source-user-or-password-sftp)
5179         (auth-source-user-or-password-smtp): Add server parameter.
5180
5181 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5182
5183         * gnus-registry.el: Initialize the registry when gnus-registry-install
5184         is t.
5185
5186 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * compface.el (uncompface): Make buffer unibyte.
5189
5190 2008-04-05  Glenn Morris  <rgm@gnu.org>
5191
5192         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5193
5194 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5195
5196         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5197         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5198
5199         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5200         multibyteness after rather than before erasing it.
5201
5202         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5203         mm-with-multibyte.
5204         (gnus-request-article-this-buffer): Make sure the proper decoding is
5205         used if gnus-original-article-buffer happens to be unibyte.
5206
5207         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5208         default-enable-multibyte-characters.
5209
5210         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5211         default-enable-multibyte-characters.
5212
5213         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5214
5215         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5216
5217 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5218
5219         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5220         (imap-message-copyuid-1): Use it.
5221         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5222         J. Williams in
5223         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5224
5225         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5226         imap-enable-exchange-bug-workaround.
5227         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5228
5229 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5230
5231         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5232         a 100 byte status-checks into a 2-3MB transfer for each group.
5233         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5234         to enable bug workaround or not.
5235         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5236
5237 2008-03-31  Glenn Morris  <rgm@gnu.org>
5238
5239         * message.el (mml2015-use): Declare for compiler.
5240         (message-info): Require mml2015 when appropriate.
5241
5242 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5245         whitespace.
5246
5247 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5248
5249         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5250         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5251         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5252         (nntp-service-to-port): New function.
5253         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5254         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5255         (nntp-open-netcat-stream): New function.
5256         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5257
5258 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5259
5260         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5261
5262 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5263
5264         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5265
5266 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5267
5268         * dns.el (dns-write): Use set-buffer-multibyte.
5269
5270 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5271
5272         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5273
5274 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5275
5276         * message.el (message-signature-separator): Change default.
5277         Improve custom type.
5278         (message-cite-function): Change default to
5279         message-cite-original-without-signature.
5280
5281         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5282         toggle.
5283
5284         * message.el (message-check-news-body-syntax): Fix signature check.
5285         (message-setup-1): Mark buffer as unmodified _after_ running
5286         message-setup-hook and handling message-alternative-emails.
5287         (message-shorten-references): Be more strict when building list of
5288         valid references to comply with GNKSA.
5289
5290         * gnus-group.el (gnus-read-ephemeral-bug-group)
5291         (gnus-read-ephemeral-debian-bug-group)
5292         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5293
5294         * message.el (message-info): Don't use booleanp which isn't supported
5295         in Emacs 21 and XEmacs.
5296
5297 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5300         gnus-group-gmane-group-download-format.
5301         (gnus-group-read-ephemeral-gmane-group): Rename from
5302         gnus-group-read-ephemeral-gmane-group.
5303         (gnus-read-ephemeral-gmane-group-url): Rename from
5304         gnus-group-read-ephemeral-gmane-group-url.
5305         (gnus-bug-group-download-format-alist): New variable.
5306         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5307         (gnus-read-ephemeral-emacs-bug-group): New commands.
5308
5309 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5312         (gnus-visible-headers): Improve custom type.
5313
5314 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5315
5316         * mml.el (mml-menu): Add workarounds for XEmacs.
5317
5318         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5319         X-Boundary header.
5320
5321         * message.el (message-simplify-recipients): Fix previous commit.
5322
5323 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5324
5325         * mm-util.el (mm-set-buffer-multibyte): New function.
5326         * mm-decode.el (mm-copy-to-buffer): Use it.
5327
5328 2008-03-19  Glenn Morris  <rgm@gnu.org>
5329
5330         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5331         Accidentally removed in the sync process with Emacs.
5332
5333 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5334
5335         * message.el (message-alter-recipients-discard-bogus-full-name):
5336         New function.
5337         (message-alter-recipients-function): New variable.
5338         (message-get-reply-headers): Use it.
5339         (message-replace-header): New helper function.
5340         (message-recipients-without-full-name): New variable.
5341         (message-simplify-recipients): New command.
5342
5343         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5344
5345         * message.el (message-info): Handle EasyPG manual.
5346
5347         * mml.el (mml-menu): Add entry for EasyPG.
5348
5349 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5350
5351         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5352         parameter.
5353
5354         * message.el (message-disassociate-draft): Specify drafts group name
5355         fully.
5356
5357 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5358
5359         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5360         unnecessary duplicates from the match list.
5361
5362 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5365
5366         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5367
5368         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5369         args of `how-many' of which the XEmacs version doesn't take; declare
5370         Info-index-next as function.
5371
5372 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * gnus-score.el (gnus-score-headers): Fix handling of
5375         gnus-inhibit-slow-scoring.
5376
5377         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5378         string.
5379         (gnus-button-url-regexp): Improve handling of parenthesis.
5380         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5381         (gnus-button-handle-info-keystrokes): Handle index entries.
5382
5383 2008-03-15  Glenn Morris  <rgm@gnu.org>
5384
5385         * parse-time.el (parse-time-string): Simplify.
5386
5387 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5390         Incoming* files.
5391
5392 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5393
5394         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5395         (auth-source-pick): Use it.
5396
5397 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5398
5399         * binhex.el (binhex-decode-region-internal):
5400         * uudecode.el (uudecode-decode-region-internal):
5401         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5402         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5403         setting default-enable-multibyte-characters.
5404
5405 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5406
5407         * auth-source.el (auth-source-protocols)
5408         (auth-source-protocols-customize, auth-source-choices): Added and
5409         modified variable customizations and defaults.
5410         (auth-source-pick, auth-source-user-or-password)
5411         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5412         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5413         (auth-source-user-or-password-sftp)
5414         (auth-source-user-or-password-smtp): Use new variables and provide an
5415         interface to netrc.el.
5416
5417 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5420         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5421         Make sure the nntp port to specify is a string.
5422
5423 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5424
5425         * nntp.el: Use with-current-buffer.
5426         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5427         dubious mm-with-unibyte-current-buffer.
5428         (nntp-with-open-group-function): New function extracted from
5429         nntp-with-open-group macro.
5430         (nntp-with-open-group): Use the function, so it's easier to debug.
5431         Add indentation and debugging info.
5432         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5433         the use of the netcat alternatives.
5434
5435         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5436         Avoid mm-string-as-multibyte as well.
5437
5438         * nnweb.el (nnweb-insert-html):
5439         Remove use of nnheader-string-as-multibyte.
5440
5441         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5442         (nnheader-string-as-multibyte): Remove.
5443
5444         * mm-view.el: Use inhibit-read-only.
5445         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5446         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5447         or unibyte-string.
5448
5449         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5450         (mm-uu-yenc-extract): Use with-current-buffer.
5451
5452         * gnus-soup.el (gnus-soup-send-packet): Don't use
5453         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5454
5455         * nnmh.el: Use with-current-buffer.
5456         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5457         mm-string-as-multibyte on the output of mm-encode-coding-string.
5458
5459         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5460         (nnimap-request-move-article): Use with-current-buffer.
5461
5462         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5463         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5464         conversion uses string-make-unibyte rather than string-as-unibyte.
5465
5466         * gnus-msg.el: Use with-current-buffer.
5467
5468         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5469
5470 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5471
5472         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5473         string for caching if it is 'PIN.
5474
5475 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * lpath.el: Consider the case without Emacs/W3.
5478
5479 2008-03-08  Glenn Morris  <rgm@gnu.org>
5480
5481         * time-date.el (date-to-time, time-subtract, time-add)
5482         (safe-date-to-time): Doc fixes.
5483
5484 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5485
5486         * mail-source.el (mail-source-delete-old-incoming-confirm):
5487         Change default to nil.
5488         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5489
5490 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * lpath.el: Rearrange.
5493
5494         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5495         (gnus-article-goto-prev-page): Work for articles having ^L's.
5496
5497         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5498
5499         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5500
5501 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5502
5503         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5504         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5505         (gnus-bookmark-jump): Adjust some variable names.
5506
5507 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5508
5509         * auth-source.el: New package.
5510         (auth-source-choices): Add customization entry point variable.
5511
5512         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5513         bug.
5514
5515 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5516
5517         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5518         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5519         (gnus-registry-install-shortcuts): Rename from
5520         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5521         the `gnus-registry-mark-map' keymap dynamically from
5522         `gnus-registry-marks'.  The generated functions update the summary line
5523         when a registry mark is added or deleted, and will call
5524         `gnus-registry-install-p' (see the comments in the code).
5525         (gnus-registry-user-format-function-M): Use concat intelligently.
5526
5527         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5528         the registry mark functions.
5529
5530 2008-03-05  Glenn Morris  <rgm@gnu.org>
5531
5532         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5533         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5534         gnus-art.
5535         (top-level): No need to load own source when compiling.
5536
5537 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5538
5539         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5540         Suggested by <chris.anderton@zetnet.co.uk>.
5541
5542 2008-03-04  Glenn Morris  <rgm@gnu.org>
5543
5544         * gnus-sum.el (top-level): No need to require gnus when compiling,
5545         since unconditionally required near start of file.
5546         (gnus-summary-display-while-building): Move definition before use.
5547
5548 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5551         formatting function.
5552
5553 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5556         with plists.
5557         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5558         Use new format.
5559
5560 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5563         `where-is-internal' that returns a range of key sequences.
5564
5565 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5566
5567         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5568
5569         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5570         (gnus-summary-jump-to-group): Consider windows on other displayed
5571         frames as well.  Similar changes might be needed elsewhere, but that's
5572         the one I've bumped into during my use.
5573
5574         * nndoc.el (nndoc-oe-dbx-type-p):
5575         * gnus-msg.el (gnus-debug):
5576         * gnus-group.el (gnus-update-group-mark-positions):
5577         Use mm-string-to-multibyte.
5578
5579 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5582         doesn't handle NotDashEscaped.
5583
5584         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5585         (mml-dnd-attach-options): Fix typo in custom choice.
5586
5587         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5588         nndoc-article-type to mbox.
5589         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5590
5591         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5592         to nil, instead of html2text.
5593
5594         * imap.el (imap-debug): Add `imap-ping-server'.
5595
5596         * gnus-bookmark.el: Add FIXMEs.
5597
5598         * message.el (message-form-letter-separator)
5599         (message-send-form-letter-delay): New variables.
5600         (message-send-form-letter): Use them.  New command to send form
5601         letters.  Requested by Uwe Siart.
5602         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5603
5604 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * Update copyright years.
5607
5608 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         Sync from EMACS_22_BASE.
5611
5612         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5613
5614 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5615
5616         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5617         empty author.
5618
5619 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5620
5621         * gnus-registry.el (gnus-registry-marks): Add variable for
5622         customization of marks and their appearance.
5623         (gnus-registry-read-mark): Use it.
5624         (gnus-registry-do-marks): Add utility function to loop through
5625         `gnus-registry-marks'.
5626         (gnus-registry-install-shortcuts-and-menus): Add function to install
5627         shortcuts and menus.
5628         (gnus-registry-initialize): Use it.
5629         (gnus-registry-default-mark): Clarify documentation.
5630
5631 2008-02-29  Glenn Morris  <rgm@gnu.org>
5632
5633         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5634         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5635         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5636         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5637         Change defcustom :version from 23.0 to 23.1.
5638
5639 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5640
5641         * gnus-registry.el (gnus-registry-follow-group-p)
5642         (gnus-registry-post-process-groups): Add functions to aid registry
5643         splitting and improve logging.  Clarify behavior in function
5644         documentation.
5645         (gnus-registry-split-fancy-with-parent): Use them.
5646
5647 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5648
5649         * gnus-art.el: Use with-current-buffer.
5650
5651 2008-02-27  David Engster  <dengste@eml.cc>
5652
5653         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5654         Express real group name in the response.
5655
5656 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5659         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5660         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5661         autoload gnus-registry-fetch-group when compiling.
5662         (nnmairix-request-group-with-article-number-correction): Remove
5663         unreferenced argument passed to nnmairix-call-backend.
5664
5665 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5666
5667         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5668         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5669         Wilde.
5670
5671 2008-02-27  Glenn Morris  <rgm@gnu.org>
5672
5673         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5674         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5675         variables to defconsts.  Convert comments to doc-strings.
5676         (nnmairix-last-server, nnmairix-current-server): Convert from free
5677         variables to defvars.  Convert comments to doc-strings.
5678         (gnus-registry-fetch-group): Autoload.
5679         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5680         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5681         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5682         caddr.
5683         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5684         nnmairix-request-group-with-article-number-correction call.
5685         (nnmairix-fast, nnmairix-group): New, less general names, for free
5686         variables passed from nnmairix-request-group to
5687         nnmairix-request-group-with-article-number-correction.  Declare.
5688         (nnmairix-request-group-with-article-number-correction):
5689         Use nnmairix-fast, nnmairix-group rather than fast, group.
5690
5691 2008-02-26  David Engster  <dengste@eml.cc>
5692
5693         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5694         version 0.5.
5695
5696 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5697
5698         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5699         instead of making an extra function call.  Don't add the current group
5700         to articles only when they have the group.  Use
5701         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5702         Reported by David <de_bb@arcor.de>.
5703
5704 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5707         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5708
5709 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5710
5711         * mail-source.el (mail-source-delete-incoming): Change default.
5712         Supplement doc string.
5713
5714         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5715
5716 2008-02-14  Glenn Morris  <rgm@gnu.org>
5717
5718         * time-date.el (format-seconds): New function.
5719
5720 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5721
5722         * nnmail.el (nnmail-message-id-cache-file): Derive from
5723         `gnus-home-directory'.
5724
5725 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5726
5727         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5728         Document negative prefix.
5729
5730         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5731
5732 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * message.el (message-unsent-separator): Add the Exim bounce
5735         separator.
5736
5737 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5738
5739         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5740         list.
5741         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5742         recipient/signer list.
5743
5744 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * Makefile.in (datarootdir): Define.
5747         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5748         name that might contain whitespace.
5749
5750 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5753         fbound (Emacs 23 unicode), signal an error.
5754
5755 2008-02-08  Glenn Morris  <rgm@gnu.org>
5756
5757         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5758
5759 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5760
5761         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5762         ports to the calls to `netrc-machine-user-or-password' in addition to
5763         "imap" and "imaps".
5764
5765 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5766
5767         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5768
5769         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5770
5771 2008-02-01  Kenichi Handa  <handa@m17n.org>
5772
5773         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5774         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5775         (rfc2104-hash): Convert the result of concat to unibyte string.
5776
5777 2008-02-01  Dave Love  <fx@gnu.org>
5778
5779         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5780         coding-system-for-read.
5781         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5782
5783 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5784
5785         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5786         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5787         <hanche@math.ntnu.no>.
5788
5789 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5792
5793         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5794
5795 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5796
5797         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5798         * message.el (message-beginning-of-line): Use featurep instead of bound
5799         tests in order to resolve conditionals at compile time.
5800
5801 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5802
5803         * mail-source.el (mail-sources): Add `group' choice.
5804
5805         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5806         parameter `in-group' to control into which group the articles go.
5807         Add treatment of `group' mail-source.
5808
5809 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5812
5813         * mm-decode.el (mm-dissect-buffer): Decode description.
5814
5815         * mml.el (mml-to-mime): Encode message header first.
5816
5817 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5820         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5821
5822         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5823         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5824
5825 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5826
5827         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5828
5829 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5832         prefix keys.
5833         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5834         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5835         gnus-xmas.el.
5836
5837         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5838         (gnus-xmas-article-describe-bindings): New function.
5839         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5840         gnus-xmas-article-describe-bindings.
5841
5842         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5843
5844 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5845
5846         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5847         Add new variables for article mark management.
5848         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5849         list of extra data entries which, when present, will indicate that the
5850         article ID should not be trimmed from the registry.
5851         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5852         functions.
5853         (gnus-registry-read-mark): New function to read a mark name from the
5854         user.
5855         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5856         (gnus-registry-set-article-mark-internal): New functions to add and
5857         remove marks.
5858         (gnus-registry-get-article-marks): New function to show the marks for
5859         an article, or retrieve them for further use.
5860
5861 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5864         keys when no argument is given.
5865
5866 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5867
5868         * imap.el (imap-ping-server): New variable.
5869         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5870         (imap-ping-server): Minor doc string fixes.
5871
5872 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5873
5874         * imap.el (imap-ping-server): New function.
5875         (imap-opened): Call imap-ping-server.
5876
5877 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5878
5879         * gnus-sum.el (gnus-article-sort-by-random)
5880         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5881         jidanni@jidanni.org.
5882
5883 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5884
5885         * gnus-art.el (gnus-article-describe-bindings): New function.
5886         (gnus-article-read-summary-keys): Use it.
5887         (gnus-article-mode-map): Bind `C-h b' to it.
5888
5889 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5892         XEmacs.
5893         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5894         against non-character events.
5895
5896         * lpath.el: Fbind map-keymap for Emacs 21.
5897
5898 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5901         command.
5902         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5903         instead of END.  Change name of the temp file.
5904         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5905         customizable.
5906
5907 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5910         bind `S W' to gnus-article-wide-reply-with-original; set default
5911         binding to gnus-article-read-summary-send-keys.
5912         (gnus-article-read-summary-keys): Fix the order of keys; display
5913         continuation keys correctly in the echo area; describe bindings
5914         correctly when keys end with `C-h'.
5915         (gnus-article-read-summary-send-keys): New function.
5916         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5917         for gnus-article-read-summary-send-keys; display continuation keys
5918         correctly in the echo area.
5919         (gnus-article-reply-with-original): Ignore prefix argument.
5920         (gnus-article-wide-reply-with-original): New function.
5921
5922         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5923         Emacs 21.
5924
5925 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5928         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5929
5930 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5933         (gnus-group-read-ephemeral-gmane-group): New command.
5934
5935 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5936
5937         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5938
5939 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5940
5941         * message.el (message-send-mail-function): Increase custom version.
5942
5943         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5944         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5945
5946 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5947
5948         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5949         for the cases where imap-authenticate is called with a nil buffer
5950         parameter.
5951
5952 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5955         html parts correctly; support forwarded messages.
5956         (gnus-article-browse-html-article): Remove work buffers.
5957
5958         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5959         compiling.
5960         (netrc-bound-and-true-p): New macro.
5961         (netrc-parse): Use it instead of bound-and-true-p that is not available
5962         in XEmacs 21.4.
5963
5964 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5965
5966         * gnus-registry.el (gnus-registry-mark-article)
5967         (gnus-registry-article-marks): Add functionality to mark articles
5968         through the Gnus registry.
5969
5970         * encrypt.el: Clarify documentation for the new pgg method.
5971         (encrypt-file-alist): Add PGG option.
5972         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5973         functionality.  Abstract password key and messaging to external
5974         functions.
5975         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5976         (encrypt-message-method-and-cipher): Add new convenience external
5977         functions.
5978         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5979         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5980
5981         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5982         (netrc-parse): Use encrypt-file-alist to determine if
5983         encrypt-find-model or encrypt-insert-file-contents should be used.
5984
5985         * encrypt.el: Clarify documentation.  Load password-cache or
5986         password, whichever one is found first, instead of autoloading.
5987
5988 2007-12-19  Glenn Morris  <rgm@gnu.org>
5989
5990         * mml.el (message-options-set, message-narrow-to-head)
5991         (message-in-body-p, message-mail-p, message-encode-message-body):
5992         Autoload.
5993         (message-remove-header, message-narrow-to-headers-or-head)
5994         (message-subscribed-p, message-make-mail-followup-to)
5995         (message-position-on-field, message-news-p)
5996         (message-options-set-recipient, message-generate-headers)
5997         (message-sort-headers): Declare as functions.
5998
5999 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6002         convention in doc string.
6003
6004 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6007         title to html parts.
6008         (gnus-article-browse-html-article): Pass message header to it.
6009
6010         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6011
6012 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6015         or password compatible with XEmacs.
6016
6017 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6018
6019         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6020         format document.
6021         (gnus-mime-delete-part): Don't write description line if empty.
6022         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6023
6024 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6025
6026         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6027         (gnus-summary-mark-read-and-unread-as-read)
6028         (gnus-summary-mark-current-read-and-unread-as-read)
6029         (gnus-summary-mark-unread-as-ticked): Doc fix.
6030         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6031
6032 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6035         Christoph Conrad <christoph.conrad@gmx.de>.
6036
6037 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6038
6039         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6040         yes-or-no-p.
6041
6042 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * mm-decode.el (mm-add-meta-html-tag): New function.
6045         (mm-save-part-to-file, mm-pipe-part): Use it.
6046
6047         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6048         gnus-y-or-n-p instead of y-or-n-p.
6049         (gnus-article-browse-html-parts): Work with message/external-body; use
6050         mm-add-meta-html-tag.
6051
6052 2007-12-11  Glenn Morris  <rgm@gnu.org>
6053
6054         * gnus-cache.el: Require gnus-sum not just when compiling.
6055
6056         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6057
6058         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6059         definitions before use.
6060
6061         * mm-decode.el: Require gnus-util.
6062         (mm-remove-part): Only call delete-annotation on XEmacs.
6063
6064         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6065
6066         * nnmail.el: Require gnus-int.
6067
6068         * spam.el: Move `require's before `eval-when-compile's.
6069
6070         * gnus-ems.el (gnus-alive-p):
6071         * gnus-fun.el (message-goto-eoh):
6072         * gnus-util.el (gnus-group-name-decode):
6073         * mail-source.el (gnus-compress-sequence):
6074         * message.el (Info-goto-node, format-spec):
6075         * mm-bodies.el (message-options-get):
6076         * mm-decode.el (mm-view-pkcs7):
6077         * mm-util.el (gmm-write-region):
6078         * mml-smime.el (mml-compute-boundary)
6079         (gnus-completing-read-with-default):
6080         * mml.el (widget-button-press, gnus-make-hashtable):
6081         * mml1991.el (mm-decode-content-transfer-encoding)
6082         (mm-encode-content-transfer-encoding)
6083         (message-options-get, message-options-set):
6084         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6085         * nnfolder.el (gnus-request-group):
6086         * nnheader.el (ietf-drums-unfold-fws):
6087         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6088         * smime.el (gnus-run-mode-hooks):
6089         * spam-stat.el (gnus-message): Autoload.
6090
6091         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6092         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6093         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6094         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6095         Add declare-function compatibility definition.
6096
6097         * gnus-cache.el (nnvirtual-find-group-art):
6098         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6099         (gnus-add-image, gnus-add-wash-type):
6100         * gnus-group.el (nnkiboze-score-file):
6101         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6102         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6103         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6104         (message-tokenize-header, gnus-get-buffer-create)
6105         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6106         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6107         * gnus.el (gnus-group-decoded-name):
6108         * mail-source.el (imap-capability):
6109         * mm-bodies.el (message-options-set):
6110         * mm-decode.el (gnus-configure-windows):
6111         * mm-extern.el (message-goto-body):
6112         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6113         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6114         (epg-sub-key-validity, message-options-set):
6115         * mml.el (widget-event-point, gnus-configure-windows):
6116         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6117         * mml2015.el (epg-check-configuration, epg-configuration)
6118         (message-options-set):
6119         * nndb.el (nndb-request-article):
6120         * nnfolder.el (gnus-request-create-group):
6121         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6122         * nnmaildir.el (gnus-group-mark-article-read):
6123         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6124         * rfc1843.el (message-fetch-field):
6125         * spam.el (gnus-extract-address-components):
6126         Declare as functions.
6127
6128 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6131
6132         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6133
6134         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6135         bind show-trailing-whitespace for XEmacs.
6136
6137 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6140         new no-op macro for backward compatibility.
6141
6142         * imap.el (imap-string-to-integer): New function.
6143
6144 2007-12-09  Glenn Morris  <rgm@gnu.org>
6145
6146         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6147
6148         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6149         * message.el, mm-view.el, sieve-manage.el, smime.el:
6150         Add declare-function compatibility definition.
6151
6152         * gnus-art.el (w3-region, w3m-region, Info-menu):
6153         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6154         * gnus-sum.el (gnus-get-predicate):
6155         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6156         * message.el (mail-abbrev-in-expansion-header-p):
6157         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6158         (w3m-detect-meta-charset, w3m-region):
6159         * sieve-manage.el (password-read, password-cache-add)
6160         (password-cache-remove):
6161         * smime.el (password-read-and-add): Declare as functions.
6162
6163 2007-12-08  David Kastrup  <dak@gnu.org>
6164
6165         * gnus-sum.el (gnus-summary-simplify-subject-query):
6166         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6167         `message'.
6168
6169 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6172         it to bind idna-program, installation-directory, defined-colors, and
6173         face-attribute for XEmacs of the version that compiles defcustom forms.
6174
6175 2007-12-07  Glenn Morris  <rgm@gnu.org>
6176
6177         * gnus-art.el (article-make-date-line): Revert previous change.
6178
6179 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6180
6181         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6182
6183 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6184
6185         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6186         Call gnus-add-to-range ranges only once with a prepared article-list.
6187
6188 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6189
6190         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6191         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6192         group names with backslashes.  Reported by Tassilo Horn
6193         <tassilo@member.fsf.org>.
6194
6195 2007-12-06  Deepak Goel  <deego3@gmail.com>
6196
6197         * gnus-art.el (article-make-date-line):
6198         * gnus-start.el (gnus-load):
6199         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6200
6201 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * gnus-art.el (gnus-use-idna)
6204         * gnus-start.el (gnus-site-init-file)
6205         * message.el (message-use-idna)
6206         * mm-uu.el (mm-uu-hide-markers)
6207         * smiley.el (smiley-style): Revert changes that suppress warnings.
6208
6209 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6212         specify charset to html source.  Reported by Christoph Conrad
6213         <christoph.conrad@gmx.de>.
6214
6215 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6218         idna-program in order to suppress byte compile warning issued by XEmacs
6219         that came to byte compile the default value section of defcustom forms
6220         recently.
6221
6222         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6223         value of installation-directory.
6224
6225         * message.el (message-use-idna): Don't directly refer to the value of
6226         idna-program.
6227
6228         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6229
6230         * smiley.el (smiley-style): Don't directly call face-attribute.
6231
6232 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6233
6234         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6235
6236         * gnus-dired.el: Reduce Gnus dependencies.
6237         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6238         require.  Use autoloads instead.
6239         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6240         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6241         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6242         (gnus-dired-mode): Adjust doc string.
6243         (gnus-dired-mail-mode): New variable.
6244         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6245         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6246         (gnus-dired-mail-buffers): New function.  Return mail or message
6247         composition buffers.
6248         (gnus-dired-attach): Use it.
6249         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6250         NO-DECODE.
6251         (gnus-dired-print): Use `gnus-print-buffer' depending on
6252         `gnus-dired-mail-mode'.
6253
6254 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * rfc2047.el (rfc2047-encoded-word-regexp)
6257         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6258         explaining what regexp patterns are for.
6259
6260 2007-12-04  Glenn Morris  <rgm@gnu.org>
6261
6262         * password.el: Move to password-cache.el.
6263
6264         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6265         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6266         * mml-smime.el (password-read, password-cache-add)
6267         (password-cache-remove):
6268         No need to autoload, since mml-sec requires password.
6269
6270         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6271         * message.el (gnus-extract-address-components):
6272         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6273
6274         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6275         password.
6276
6277 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6278
6279         * mailcap.el: Reduce dependencies.
6280         (mail-header-parse-content-type): Autoload.
6281         (mailcap-delete-duplicates): New alias.
6282         (mailcap-mime-info): Add optional argument NO-DECODE.
6283         (mailcap-mime-types): Use mailcap-delete-duplicates.
6284
6285         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6286
6287 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6288
6289         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6290         (imap-parse-status): Upcase status-att for servers that sends them
6291         lower-case (e.g., MS Exchange 2007).
6292
6293 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6294
6295         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6296         function.
6297
6298         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6299         (gnus-uu-yenc-article): New function.
6300
6301         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6302
6303         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6304         buffer.
6305
6306 2007-12-02  Glenn Morris  <rgm@gnu.org>
6307
6308         * binhex.el (binhex): New custom group.
6309         (binhex-decoder-program, binhex-decoder-switches)
6310         (binhex-use-external): Move to the binhex custom group.
6311
6312         * uudecode.el (uudecode): New custom group.
6313         (uudecode-decoder-program, uudecode-decoder-switches)
6314         (uudecode-use-external): Move to the uudecode custom group.
6315
6316         * netrc.el (top-level): Don't load `encrypt' features.
6317         (netrc-parse): Don't use encrypt.
6318         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6319
6320         * encrypt.el: Remove file.
6321
6322 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6323
6324         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6325         matches on patches.
6326
6327         * gnus-art.el (gnus-article-browse-html-article): Mention
6328         `mm-text-html-renderer' in the doc string.
6329
6330         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6331         string.  Add comments.
6332
6333         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6334         if rhs is ASCII.
6335
6336 2007-12-01  Glenn Morris  <rgm@gnu.org>
6337
6338         * mail-source.el (top-level): Require format-spec before
6339         eval-when-compile.
6340
6341 2007-11-30  Glenn Morris  <rgm@gnu.org>
6342
6343         * encrypt.el: Require password, rather than autoloading password-read.
6344
6345 2007-11-29  Glenn Morris  <rgm@gnu.org>
6346
6347         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6348         (sasl-make-client, sasl-next-step, sasl-step-data)
6349         (sasl-step-set-data): Declare as functions.
6350
6351 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6352
6353         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6354
6355 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6356
6357         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6358         certs should be verified and what is to be done in the event of a
6359         verification failure.
6360
6361         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6362         caller can indicate whether the cache should be disregarded for this
6363         call.  This way the result of the call is reproducible at all times and
6364         can be considered a canonical server name for the supplied method.
6365         (gnus-agent-method-p): Canonicalize server names by pushing their
6366         method through `gnus-method-to-server' using the no-cache argument.
6367
6368         * gnus-srvr.el (gnus-server-insert-server-line): Call
6369         `gnus-method-to-server' with `no-cache' argument.
6370
6371         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6372         gnus-agent-possibly-synchronize-flags as this should be called when the
6373         server is actually being opened.
6374         (gnus-agent-possibly-synchronize-flags)
6375         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6376         flags file of an agentized server to the latter function.
6377
6378         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6379         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6380         after a connection has been established successfully.
6381
6382 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-art.el (article-display-face): Force to display face if called
6385         interactively; check if gnus-article-x-face-too-ugly matches author.
6386         (article-display-x-face): Display face even if From header is missing
6387         as article-display-face does.
6388
6389 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6390
6391         * hashcash.el (message-narrow-to-headers-or-head)
6392         (message-fetch-field, message-goto-eoh)
6393         (message-narrow-to-headers): Declare as functions.
6394
6395 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6396
6397         * mail-source.el (mail-sources): Default to fetch from file for
6398         compatibility with default of nnmail-spool-file.
6399
6400 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6403         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6404         to look for encoded word that should be encoded again.
6405         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6406         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6407         encoding pattern.
6408         (rfc2047-decode-region): Switch strict regexp and loose one according
6409         to rfc2047-allow-irregular-q-encoded-words.
6410
6411 2007-11-25  Romain Francoise  <romain@orebokech.com>
6412
6413         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6414
6415 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6416
6417         * tls.el (tls-program): Provide more custom choices from
6418         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6419         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6420
6421 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6424         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6425
6426         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6427         `nnmail-spool-file'.
6428
6429         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6430         `nnmail-spool-file'.
6431
6432         * gnus-move.el (gnus-change-server): Ditto.
6433
6434         * gnus-kill.el (gnus-batch-score): Ditto.
6435
6436         * gnus-cache.el (gnus-jog-cache): Ditto.
6437
6438         * gnus-msg.el (gnus-summary-reply):
6439         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6440
6441 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6444         version.  Minor improvement to doc strings.
6445         (tls-program): Add comment.
6446
6447 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6448
6449         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6450         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6451         mismatch between the hostname provided in the certificate and the name
6452         of the host connnecting to.
6453         (open-tls-stream): Use them.  Check certificates against trusted root
6454         certificates.
6455
6456 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * gnus-cache.el (gnus-cache-generate-nov-databases):
6459         Use nnml-generate-nov-databases-directory instead of
6460         nnml-generate-nov-databases-1.
6461
6462 2007-11-24  Glenn Morris  <rgm@gnu.org>
6463
6464         * message.el (message-tool-bar-retro): Update for rename
6465         mail_send.xpm->mail-send.xpm.
6466
6467 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6468
6469         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6470         `smime-ldap-search' for Emacs 22 and up.
6471
6472 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6473
6474         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6475
6476         * message.el (message-send-mail-function): Fix error convention.
6477         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6478         (message-widen-reply, message-send-mail, message-talkative-question)
6479         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6480         (message-clone-locals, message-send-news): Use with-current-buffer.
6481         (message-insert-or-toggle-importance): Remove unused var `valid'.
6482         (message-make-references): Remove unused var `new-references'.
6483         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6484
6485 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6486
6487         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6488         (spam-split-symbolic-return-positive): Reflow docstring.
6489         (spam-backends, spam-summary-exit-behavior)
6490         (spam-mark-ham-unread-before-move-from-spam-group)
6491         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6492         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6493         (spam-clear-cache, spam-backend-check, spam-install-backend)
6494         (spam-install-statistical-backend, spam-list-of-processors)
6495         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6496         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6497         (spam-check-crm114, spam-initialize, spam-unload-hook):
6498         Fix typos in docstrings.
6499
6500 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6503         been checked if they have never been read and those group levels are
6504         higher than the one that a user specified.
6505
6506 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6509         foreign groups unless a group level is specified by a user.
6510         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6511
6512 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * message.el (message-send-mail-function): Require sendmail.
6515
6516 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * message.el (message-send-mail-function): Check for smtpmail too.
6519
6520         * utf7.el (utf7-encode, utf7-decode): Use coding system
6521         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6522
6523         * message.el (message-send-mail-function): New function.
6524         (message-send-mail-function): Set default using
6525         message-send-mail-function.  Adjust doc string.
6526         (message-send-mail-with-mailclient): New function.
6527
6528 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6529
6530         * smime.el (from):
6531         * rfc2047.el (message-posting-charset):
6532         * qp.el (mm-use-ultra-safe-encoding):
6533         * pop3.el (parse-time-months):
6534         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6535         * nnml.el (files):
6536         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6537         (jka-compr-compression-info-list, ange-ftp-path-format)
6538         (efs-path-regexp):
6539         * nndiary.el (files):
6540         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6541         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6542         (epg-digest-algorithm-alist, inhibit-redisplay)
6543         (password-cache-expiry):
6544         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6545         (pgg-output-buffer, password-cache-expiry):
6546         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6547         (efs-path-regexp):
6548         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6549         (inhibit-redisplay):
6550         * mm-uu.el (file-name, start-point, end-point, entry)
6551         (gnus-newsgroup-name, gnus-newsgroup-charset):
6552         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6553         (latin-unity-ucs-list):
6554         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6555         (mm-uu-binhex-decode-function):
6556         * message.el (gnus-message-group-art, gnus-list-identifiers)
6557         (rmail-enable-mime-composing, gnus-local-organization)
6558         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6559         (gnus-read-active-file, facemenu-add-face-function)
6560         (facemenu-remove-face-function, gnus-article-decoded-p)
6561         (tool-bar-mode):
6562         * mail-source.el (display-time-mail-function):
6563         * gnus-util.el (nnmail-pathname-coding-system)
6564         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6565         (gnus-original-article-buffer, gnus-user-agent)
6566         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6567         (xemacs-codename, sxemacs-codename, emacs-program-version):
6568         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6569         * gnus-start.el (gnus-agent-covered-methods)
6570         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6571         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6572         (gnus-newsgroup-headers, gnus-group-list-mode)
6573         (gnus-group-mark-positions, gnus-newsgroup-data)
6574         (gnus-newsgroup-unreads, nnoo-state-alist)
6575         (gnus-current-select-method, mail-sources)
6576         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6577         (nnmail-spool-file, gnus-cache-active-hashtb):
6578         * gnus-mh.el (mh-lib-progs):
6579         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6580         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6581         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6582         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6583         (gnus-group-buffer):
6584         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6585         (font-lock-set-defaults):
6586         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6587         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6588         (gnus-summary-post-menu, total-parts, type, condition, length):
6589         * gnus-agent.el (gnus-agent-read-agentview):
6590         * flow-fill.el (show-trailing-whitespace):
6591         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6592         eval-and-compile wrappers for byte compiler pacifiers.
6593
6594         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6595         (mm-display-inline-fontify): Check for featurep 'xemacs not
6596         extent-list.
6597
6598         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6599         itimer-list.
6600         (mm-create-image-xemacs): Only do something for XEmacs.
6601         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6602
6603         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6604
6605         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6606         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6607
6608 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6609
6610         * nnimap.el (nnimap-split-download-body):
6611         * gnus-demon.el (gnus-demon):
6612         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6613
6614 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6617         macros.
6618         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6619         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6620         copy data from unibyte buffer to multibyte current buffer.
6621         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6622         to copy data from unibyte current buffer to multibyte buffer.
6623         (nntp-make-process-buffer): Make process buffer unibyte.
6624
6625         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6626
6627 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6628
6629         * pop3.el (pop3-open-server): Accept and process data more robustly at
6630         connexion start to avoid spurious "POP SSL connexion failed" errors.
6631
6632 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6635         read group names.
6636
6637 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6640
6641 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6642
6643         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6644         (nnmail-save-active): Use a unibyte buffer when saving active file,
6645         which may contain non-ASCII group names.
6646
6647         * nnml.el (nnml-request-group): Decode group names in messages.
6648
6649 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * message.el (message-citation-line-function)
6652         (message-insert-formatted-citation-line): Fix spelling of
6653         `message-insert-formated-citation-line'.
6654
6655 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6656
6657         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6658
6659 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6662         nnmail-pathname-coding-system.
6663
6664         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6665         that a user enters; decode group names in messages.
6666
6667         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6668
6669 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6672
6673         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6674
6675         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6676         risky local variable.
6677
6678         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6679
6680 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6681
6682         * encrypt.el: Improve documentation to fix function name typo.
6683         Reported by Daiki Ueno <ueno@unixuser.org>.
6684
6685 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6688         even if the point is not in the last page of an article.
6689         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6690         back to the previous page.
6691
6692 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6695
6696 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6699
6700 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6701
6702         * message.el (message-check-news-body-syntax): Avoid
6703         mm-string-as-multibyte.
6704         (message-hide-headers): Don't assume (point-min)==1.
6705
6706 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * message.el (message-remove-blank-cited-lines): Fix if remove is
6709         given.
6710         (message-bogus-address-regexp): New variable.
6711         (message-bogus-recipient-p): New function.
6712         (message-check-recipients): New command.
6713         (message-syntax-checks): Add `bogus-recipient'.
6714         (message-fix-before-sending): Add `bogus-recipient'.
6715
6716         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6717         (gnus-treat-body-boundary): Don't test window-system.
6718
6719 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6720
6721         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6722
6723 2007-10-28  Miles Bader  <miles@gnu.org>
6724
6725         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6726         at compile-time too.
6727
6728 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6729
6730         * gnus-msg.el (gnus-message-setup-hook): Add
6731         `message-remove-blank-cited-lines' to options.
6732
6733 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * message.el (message-remove-blank-cited-lines): New function.
6736         Suggested by Karl Plästerer.
6737
6738 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6741         mapc.
6742
6743         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6744         (top-level): Use mapc to set functions to be traced for debugging.
6745
6746         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6747         called for effect with while loop.
6748
6749         * message.el (message-talkative-question): Replace mapcar called for
6750         effect with mapc.
6751
6752         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6753         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6754         called for effect with dolist.
6755
6756         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6757
6758         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6759         gnus-extra-headers and nnmail-extra-headers.
6760
6761         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6762         called for effect with dolist.
6763         (top-level): Use mapc to set functions to be traced for debugging.
6764
6765         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6766         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6767         dolist.
6768
6769         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6770         Replace mapcar called for effect with mapc.
6771         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6772         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6773         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6774         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6775
6776         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6777         remove-if that's a cl function.
6778
6779         * webmail.el (webmail-debug): Replace mapcar called for effect with
6780         dolist.
6781
6782         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6783         with mapc.
6784
6785 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6788         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6789         with while loop.
6790
6791         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6792         functions from article-* functions.
6793         (gnus-multi-decode-header): Replace mapcar called for effect with
6794         dolist.
6795
6796         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6797         (gnus-bookmark-show-details): Replace mapcar called for effect with
6798         while loop.
6799
6800         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6801         called for effect with while loop.
6802
6803         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6804         with dolist.
6805
6806         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6807         mapcar called for effect with dolist.
6808
6809         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6810
6811         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6812         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6813         Replace mapcar called for effect with dolist.
6814         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6815         mapc.
6816
6817         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6818         Replace mapcar called for effect with dolist.
6819         (gnus-topic-list): Replace mapcar called for effect with mapc.
6820
6821         * gnus.el: Use mapc instead of mapcar to add autoloads.
6822
6823 2007-10-23  Richard Stallman  <rms@gnu.org>
6824
6825         * gnus-group.el (gnus-group-highlight): Mark as risky.
6826
6827 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus.el (gnus-server-to-method): Return method found first in
6830         gnus-newsrc-alist.
6831
6832         * gnus-art.el (gnus-article-highlight-signature)
6833         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6834         button overlay without the front stickiness.
6835
6836 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6837
6838         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6839         overview buffer needed a catch to receive its throw.
6840         (gnus-agent-flush-cache): Declared as interactive to make this function
6841         easier to use.
6842
6843 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6844
6845         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6846         `next-line'.
6847
6848 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6851         exclude address matching message-dont-reply-to-names.
6852
6853 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus-util.el (gnus-string<): New function.
6856
6857         * gnus-sum.el (gnus-article-sort-by-author)
6858         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6859
6860 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6863         the frame-focus tag is set in gnus-buffer-configuration.
6864
6865 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6868         the front stickiness.
6869
6870 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6873         url pattern; remove duplicate one.
6874         (gnus-article-extend-url-button): New function.
6875         (gnus-article-add-buttons): Use it.
6876         (gnus-button-push): Use concatenated url that it makes.
6877
6878 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6879
6880         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6881
6882 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6883
6884         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6885         Don't hardcode point-min==1.
6886
6887 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6890         Fix comment about "iso8859-1".
6891
6892 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6893
6894         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6895         ones returned from the verify-function.
6896
6897         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6898         mml2015-extract-cleartext-signature if extraction failed.
6899
6900 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6901
6902         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6903         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6904         failed.
6905
6906 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6907
6908         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6909
6910 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6913         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6914         recommends to use EasyPG instead of PGG.
6915
6916         * pgg.el: Revert to revision 6.23.2.16.
6917
6918         * pgg-def.el: Revert to revision 6.6.2.14.
6919
6920         * pgg-gpg.el: Revert to revision 6.23.2.34.
6921
6922 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6925         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6926         thread for both the null and zero (kill/expire thread) universal prefix
6927         cases.
6928         (gnus-summary-expire-thread): Add new function to expire a thread,
6929         using gnus-summary-kill-thread.
6930         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6931         shortcuts for gnus-summary-expire-thread.
6932         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6933         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6934
6935 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6936
6937         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6938         extras value, so an extras entry can be deleted.
6939         (gnus-registry-delete-extra-entry): Use it.
6940         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6941         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6942         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6943         storage through the gnus-registry, and provide an appropriate API for
6944         it.
6945
6946 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6949         Suggested by Leo <sdl.web@gmail.com>.
6950
6951         * gnus.el: Do.
6952
6953 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6956         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6957
6958         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6959
6960         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6961         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6962
6963 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6966         newline.
6967         (nnmbox-request-accept-article): Don't change article in source buffer;
6968         narrow to header to use message-fetch-field rather than
6969         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6970         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6971         as delimiters; make sure article ends with newline.
6972         (nnmbox-delete-mail): Correct last position of article to be deleted;
6973         ignore X-Gnus-Newsgroup header in article body.
6974         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6975         positions; make sure article ends with newline.
6976
6977         * message.el (message-display-abbrev): Don't infloop when a user
6978         inserts SPC in the beginning of header.
6979
6980         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6981         coding-system-for-read and coding-system-for-write for XEmacs having no
6982         file-coding feature.
6983
6984         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6985
6986 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6987
6988         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6989         list of groups not followed by default.  Fix type to be regexp.
6990         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6991
6992 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6993
6994         * hmac-def.el (define-hmac-function): Switch from old-style to
6995         new-style backquotes.
6996
6997         * md4.el (md4-make-step): Likewise.
6998
6999 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7002         raw-text coding system when saving .newsrc file, which may contain
7003         non-ASCII group names.
7004
7005 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-cus.el (gnus-score-extra): New widget.
7008         (gnus-score-extra-convert): New function.
7009         (gnus-score-customize): Use it for Extra.
7010
7011 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7012
7013         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7014         (mml2015-mailcrypt-clear-verify): Use it.
7015         (mml2015-gpg-clear-verify): Use it.
7016         (mml2015-pgg-clear-verify): Use it.
7017         (mml2015-epg-clear-verify): Replace the current part with the output
7018         from GnuPG; don't extract the plaintext by itself.
7019
7020         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7021         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7022         mml2015-clear-verify-function; don't touch the armor headers or
7023         dash-escaped text here.
7024
7025 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7028         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7029         parts, or application/octet-stream as a last resort.
7030         (gnus-mime-view-part-as-type): Don't toggle display.
7031         (gnus-mime-view-part-as-charset): Don't turn off display before
7032         querying charset.
7033
7034         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7035         stuff to undisplayer function in Emacs.
7036         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7037
7038         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7039         text/calendar parts.
7040
7041 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7044         decoding text/calendar parts.
7045
7046         * message.el (message-forward-make-body-mime): Always mark body as
7047         having no illegible text; remove signed-or-encrypted argument.
7048         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7049
7050         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7051         (mml-generate-mime-1): Don't encode body if it is specified to be in
7052         raw form; don't make buffer be unibyte when inserting multibyte string.
7053
7054 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7055
7056         * sha1.el: Fix up comment style.
7057         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7058         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7059
7060         * hex-util.el: Fix up comment style.
7061         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7062
7063         * gnus-salt.el: Use with-current-buffer.
7064         (gnus-pick-setup-message): Fix long-standing typo.
7065
7066 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * imap.el (imap-logout-timeout): New variable.
7069         (imap-logout, imap-logout-wait): New functions.
7070         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7071
7072         * nnimap.el (nnimap-logout-timeout): New server variable.
7073         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7074         nnimap-logout-timeout.
7075
7076         * gnus-art.el (gnus-article-summary-command-nosave)
7077         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7078
7079 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus.el (gnus-maximum-newsgroup): New variable.
7082
7083         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7084         according to gnus-maximum-newsgroup.
7085
7086         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7087         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7088         Limit the range of articles according to gnus-maximum-newsgroup.
7089
7090 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7091
7092         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7093         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7094         Don't perform gnus-configure-windows here; reuse existing sticky
7095         article buffer.
7096
7097         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7098         it doesn't exist in gnus-article-mode.
7099
7100 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7103         (gnus-agent-decoded-group-name): New function.
7104         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7105         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7106
7107 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7108
7109         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7110         Add binding for gnus-sticky-article.
7111         (gnus-summary-exit): Don't kill sticky article buffers.
7112
7113         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7114         article buffer.
7115         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7116         (gnus-kill-sticky-article-buffers): New commands.
7117
7118 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * nntp.el (nntp-xref-number-is-evil): New server variable.
7121         (nntp-find-group-and-number): If it is non-nil, don't trust article
7122         numbers in the Xref header.
7123
7124 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * gnus-agent.el (gnus-agent-read-group): New function.
7127         (gnus-agent-flush-group, gnus-agent-expire-group)
7128         (gnus-agent-regenerate-group): Use it.
7129         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7130         nnmail-pathname-coding-system.
7131
7132 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7135
7136         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7137         that are unread as unread, and also as selected so that information of
7138         marks having been changed by a user may be updated when exiting group.
7139
7140 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7143         calculated ignoring signature parts to gnus-treat-article.
7144
7145 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7148         a point here in order to keep the window start.
7149         (gnus-insert-mime-security-button): Make a button overlay without the
7150         front stickiness.
7151         (gnus-mime-display-security): Goto the end of a button.
7152
7153         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7154
7155 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7158         group-name-at-point.
7159         (gnus-group-completing-read): New function that offers decoded
7160         non-ASCII group names for completion.
7161         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7162         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7163         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7164         (gnus-group-fetch-control): Use it.
7165         (gnus-fetch-group): Use group-name-at-point for the initial value
7166         rather than the default value; use gnus-alive-p.
7167
7168         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7169         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7170         (gnus-summary-post-news): Use gnus-group-completing-read.
7171
7172         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7173         (gnus-read-move-group-name): Decode group name for completion.
7174
7175 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7176
7177         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7178         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7179         Yamaoka slightly modified the code).
7180
7181 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7184         (nnmail-split-incoming): Bind it.
7185
7186         * nnml.el (nnml-group-name-charset): New function.
7187         (nnml-decoded-group-name): Use it; don't decode group name if
7188         nnmail-group-names-not-encoded-p is non-nil.
7189         (nnml-encoded-group-name): New function.
7190         (nnml-group-pathname): Inline nnml-decoded-group-name.
7191         (nnml-request-expire-articles): Decode group name in message.
7192         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7193         nnmail-pathname-coding-system.
7194         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7195         not decoded ones according to nnmail-group-names-not-encoded-p.
7196         (nnml-generate-active-info): Use nnml-encoded-group-name.
7197
7198 2007-08-08  Glenn Morris  <rgm@gnu.org>
7199
7200         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7201         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7202         doc-strings and comments.
7203
7204 2007-07-25  Glenn Morris  <rgm@gnu.org>
7205
7206         * Relicense all FSF files to GPLv3 or later.
7207
7208 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-sum.el (gnus-summary-move-article): Make
7211         gnus-summary-respool-article work.
7212
7213 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7214
7215         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7216         string.
7217
7218 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7219
7220         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7221         that should be ignored when comparing distant RSS articles with local
7222         ones.
7223         (nnrss-make-hash-index): New function.  Create a hash index according
7224         to the ignored fields.
7225         (nnrss-check-group): Use it.
7226
7227 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7230
7231         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7232
7233         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7234         the new optional argument ENCODED is non-nil.
7235         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7236         coding system for encoding group name.
7237         (gnus-group-make-rss-group): Pass un-encoded group name to
7238         gnus-group-make-group.
7239         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7240         encoded.
7241
7242         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7243         Encode group name to which articles are moved or copied.
7244         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7245         coding system for encoding Newsgroup, Followup-To and Xref headers.
7246
7247         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7248         marks; use nnheader-file-coding-system to write a file.
7249         (nnagent-retrieve-headers): Bind file-name-coding-system to
7250         nnmail-pathname-coding-system.
7251
7252         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7253
7254         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7255         (nnml-request-article, nnml-request-create-group)
7256         (nnml-request-rename-group, nnml-find-id)
7257         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7258         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7259         (nnml-save-marks): Use nnml-group-pathname instead of
7260         nnmail-group-pathname.
7261
7262         (nnml-request-create-group, nnml-request-expire-articles)
7263         (nnml-request-move-article, nnml-request-delete-group)
7264         (nnml-deletable-article-p, nnml-possibly-create-directory)
7265         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7266         (nnml-open-marks): Bind file-name-coding-system to
7267         nnmail-pathname-coding-system.
7268
7269         (nnml-request-article): Pass server argument to nnml-find-group-number.
7270         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7271         server argument to nnml-possibly-create-directory.
7272         (nnml-request-accept-article): Pass server argument to
7273         nnml-active-number and nnml-save-mail.
7274         (nnml-find-group-number): Pass server argument to nnml-find-id.
7275         (nnml-request-update-info): Pass server argument to
7276         nnml-marks-changed-p.
7277
7278         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7279         (nnml-save-mail, nnml-active-number): Add server argument.
7280
7281         (nnml-request-delete-group): Warn if group is missing.
7282         (nnml-get-nov-buffer): Decode group name.
7283         (nnml-generate-active-info): Encode group name.
7284         (nnml-open-marks): Decode group name in messages.
7285
7286 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7289         if it is not specified.
7290         (gnus-article-pipe-part, gnus-article-save-part)
7291         (gnus-article-interactively-view-part, gnus-article-copy-part)
7292         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7293         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7294         (gnus-article-replace-part, gnus-article-delete-part)
7295         (gnus-article-view-part-as-type): Pass raw prefix argument to
7296         gnus-article-part-wrapper.
7297
7298 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-agent.el (gnus-agent-save-active): Bind
7301         nnheader-file-coding-system to gnus-agent-file-coding-system.
7302
7303         * gnus-cache.el (gnus-cache-save-buffers)
7304         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7305         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7306         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7307         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7308         (gnus-cache-generate-active, gnus-cache-rename-group)
7309         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7310         (gnus-cache-update-overview-total-fetched-for): Bind
7311         file-name-coding-system to nnmail-pathname-coding-system.
7312         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7313         variables.
7314         (gnus-cache-decoded-group-name): New function.
7315         (gnus-cache-file-name): Use it.
7316         (gnus-cache-generate-active): Use non-decoded group name for active.
7317
7318         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7319         right place.
7320         (gnus-write-active-file): Don't break non-ASCII group names.
7321
7322         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7323         nnmail-pathname-coding-system.
7324
7325         * lpath.el: Bind default-file-name-coding-system,
7326         file-name-coding-system and language-info-alist for XEmacs.
7327
7328         * gnus-uu.el (gnus-uu-decode-save): Typo.
7329
7330 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7333
7334 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7337         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7338         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7339         (gnus-agent-flush-group, gnus-agent-flush-cache)
7340         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7341         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7342         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7343         (gnus-agent-regenerate-group)
7344         (gnus-agent-update-files-total-fetched-for)
7345         (gnus-agent-update-view-total-fetched-for): Bind
7346         file-name-coding-system to nnmail-pathname-coding-system.
7347         (gnus-agent-group-pathname): Don't encode file names by
7348         nnmail-pathname-coding-system.
7349         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7350         coding-system-for-write instead of buffer-file-coding-system to
7351         gnus-agent-file-coding-system.
7352
7353         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7354         Decode group name.
7355
7356         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7357
7358         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7359         (gnus-read-newsrc-el-file): Make group names unibyte.
7360
7361         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7362         nnmail-pathname-coding-system.
7363
7364         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7365         (nnrss-request-delete-group): Bind file-name-coding-system to
7366         nnmail-pathname-coding-system.
7367         (nnrss-read-server-data, nnrss-read-group-data): Bind
7368         file-name-coding-system correctly.
7369         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7370
7371         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7372         (nntp-server-to-method-cache): New variable.
7373         (nntp-group-pathname): New function that decodes non-ASCII group names.
7374         (nntp-possibly-create-directory, nntp-marks-changed-p)
7375         (nntp-save-marks, nntp-open-marks): Use it.
7376         (nntp-possibly-create-directory, nntp-open-marks):
7377         Bind file-name-coding-system to nnmail-pathname-coding-system.
7378         (nntp-open-marks): Decode group names when bootstrapping marks.
7379
7380         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7381         Newsgroups and Folowup-To headers.
7382
7383 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7386         (gnus-server-closed-face, gnus-server-denied-face)
7387         (gnus-server-offline-face): Remove variable.
7388         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7389
7390         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7391         of modifying message-stack directly for XEmacs.
7392
7393         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7394         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7395         if the coding-system argument is nil for XEmacs.
7396
7397         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7398         mm-charset-override-alist.
7399
7400         * rfc2047.el: Don't require base64; require rfc2045 for the function
7401         rfc2045-encode-string.
7402         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7403         to quote the parameter value.
7404
7405 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7408         form in gnus-group-name-charset-method-alist.
7409
7410         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7411         overrides the default layout edit-form.
7412
7413         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7414
7415         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7416
7417 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7420         as unfetched articles.
7421
7422 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7425
7426 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7429         original back end that keeps marks in the local system.
7430
7431 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7434         arg of pop-to-buffer for XEmacs.
7435         (gnus-article-read-summary-keys): Ditto; don't restore window
7436         configuration if summary command ends up with neither article buffer
7437         nor summary buffer; describe bindings if summary keys end with C-h.
7438
7439 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * message.el (message-fix-before-sending): Skip raw message part to be
7442         forwarded while checking illegible text.
7443         (message-forward-make-body-mime, message-forward-make-body): Mark
7444         signed or encrypted raw message as having no illegible text.
7445
7446 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7449         (gnus-message-with-timestamp-1): New macro.
7450         (gnus-message-with-timestamp): New function.
7451         (gnus-message): Use them.
7452
7453         * nnheader.el (nnheader-message): Use them.
7454
7455 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7456
7457         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7458         .newsrc.eld file.
7459
7460 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * gnus-agent.el (gnus-agent-fetch-headers)
7463         (gnus-agent-retrieve-headers): Bind
7464         gnus-decode-encoded-address-function to identity.
7465
7466         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7467         available also when the server returns simply a dot.
7468
7469         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7470
7471 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7474
7475 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * gnus-ems.el (gnus-x-splash): Make it work.
7478
7479         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7480         from being used.
7481
7482         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7483
7484 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7487         4th and the 5th arguments.
7488
7489         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7490         the front stickiness.
7491         (gnus-article-summary-command-nosave): Correct the order of the
7492         arguments passed to pop-to-buffer.
7493         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7494         summary command ends up with the article buffer.
7495
7496         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7497         the same faces.
7498
7499 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7500
7501         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7502
7503 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7504
7505         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7506         * gnus-sum.el (gnus-summary-highlight):
7507         * pgg.el (pgg-sign-region, pgg-sign):
7508         * mail-source.el (mail-source-delete-old-incoming-confirm):
7509         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7510
7511 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-art.el (gnus-mime-view-part-externally)
7514         (gnus-mime-view-part-internally): Fix predicate function passed to
7515         completing-read.
7516
7517         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7518
7519         * gnus.el (gnus-update-message-archive-method): Add :version.
7520
7521 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus.el (gnus-update-message-archive-method): New variable.
7524
7525         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7526         according to gnus-message-archive-method if
7527         gnus-update-message-archive-method is non-nil.
7528
7529 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7532         by Loic Dachary <loic@dachary.org>.
7533         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7534
7535 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * message.el (message-pop-to-buffer): Add switch-function argument.
7538         (message-mail): Pass switch-function argument to it.
7539
7540 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7543         Improve doc string.
7544
7545 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7548         (gnus-header-content)
7549         * gnus-cite.el (gnus-cite-10)
7550         * gnus-srvr.el (gnus-server-closed)
7551         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7552         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7553         (gnus-group-mail-3-empty, gnus-group-mail-low)
7554         (gnus-group-mail-low-empty, gnus-splash)
7555         * message.el (message-header-to, message-header-cc)
7556         (message-header-subject, message-header-other, message-header-name)
7557         (message-header-xheader, message-separator, message-cited-text)
7558         (message-mml): Lighten colors of faces used for dark background.
7559
7560 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7561
7562         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7563         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7564
7565 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * message.el (message-narrow-to-headers-or-head):
7568         Ignore mail-header-separator in the body.
7569
7570 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7573         same as window size.
7574
7575 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7576
7577         * message.el (message-font-lock-keywords): Use message-header-xheader
7578         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7579         ahead of the anything pattern, to get it recognised.
7580
7581 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7584         spam.el loads uses it in the compiled defadvice form.
7585
7586 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7587
7588         * gnus-sum.el (gnus-articles-to-read)
7589         (gnus-summary-insert-old-articles): Don't truncate group name for
7590         `read-string'.
7591
7592         * gnus-util.el (gnus-limit-string): Delete this function.
7593
7594         * gnus-sum.el (gnus-simplify-subject-fully): Use
7595         `truncate-string-to-width' instead.
7596
7597 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7598
7599         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7600         if, on summary exit, the next group has to be selected.
7601         (gnus-summary-exit): Use it.
7602
7603 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7606         non-break space.
7607
7608 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7611         Check if group is not a directory.
7612         (nnfolder-request-expire-articles): Don't delete articles if the target
7613         group is not available.
7614
7615         * nnml.el (nnml-request-create-group): Properly check if group is not a
7616         file.
7617         (nnml-request-expire-articles): Don't delete articles if the target
7618         group is not available.
7619
7620         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7621         Don't quote characters that are within parentheses.
7622
7623 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7626         (gnus-handle-ephemeral-exit): Select article according to it.
7627
7628 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * message.el (message-insert-formated-citation-line): Remove newline.
7631         (message-citation-line-format): Add final \n here so that the user can
7632         avoid a blank line.
7633
7634 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7635
7636         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7637         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7638         Update lanl/arXiv support.
7639
7640 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * gnus.el: Bump version number.
7643
7644 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7645
7646         * gnus.el (gnus-version-number): Bump version.
7647
7648 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7649
7650         * gnus.el: No Gnus v0.6 is released.
7651
7652 2007-04-27  Didier Verna  <didier@xemacs.org>
7653
7654         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7655         * gmm-utils.el (gmm-regexp-concat): here.
7656         * message.el: Don't require 'gnus-util.
7657         (message-dont-reply-to-names): Handle name change above.
7658         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7659
7660 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7663         since the initial value varies according to the system.
7664
7665 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7668
7669 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7670
7671         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7672
7673 2007-04-24  Didier Verna  <didier@xemacs.org>
7674
7675         Improve the type of gnus-ignored-from-addresses.
7676         * gnus-util.el (gnus-orify-regexp): New function.
7677         * message.el (gnus-util): Require it.
7678         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7679         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7680         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7681
7682 2007-04-24  Didier Verna  <didier@xemacs.org>
7683
7684         * gnus-sum.el:
7685         * gnus-utils.el: Fix some trailing whitespaces.
7686
7687 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7690         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7691         article's Message-ID; refer parent article in summary buffer.
7692
7693         * message.el (message-bounce): Call mime-to-mml.
7694
7695         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7696         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7697         optimize and/or forms properly.
7698
7699 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7702         URL.
7703
7704 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7707
7708 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7711         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7712         displayed of multipart/alternative part if it is invoked from summary
7713         buffer.
7714
7715         * mm-view.el (mm-inline-text-html-render-with-w3m)
7716         (mm-inline-text-html-render-with-w3m-standalone)
7717         (mm-inline-render-with-function): Use mail-parse-charset by default.
7718
7719 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7720
7721         * parse-time.el (parse-time-string-chars): Check if CHAR
7722         is less than the length of parse-time-syntax.
7723
7724 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7727         from gnus-newsgroup-processable.
7728
7729 2007-04-16  Didier Verna  <didier@xemacs.org>
7730
7731         * gnus-msg.el (gnus-configure-posting-styles): Handle
7732         message-signature-directory properly with :file syntax.  Reported by
7733         "Leo".
7734
7735 2007-04-11  Didier Verna  <didier@xemacs.org>
7736
7737         New user option: message-signature-directory.
7738         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7739         * message.el (message-insert-signature): Ditto.
7740         * message.el (message-signature-file): Doc update.
7741         * message.el (message-signature-directory): New.
7742
7743 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * gnus-msg.el (gnus-inews-yank-articles): Use
7746         message-exchange-point-and-mark instead of exchange-point-and-mark.
7747
7748 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * message.el (message-yank-original): Make sure cited text ends with
7751         newline; don't exchange point and mark.
7752
7753 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7754
7755         * tls.el (open-tls-stream): Properly handle case where there
7756         is no associated buffer.
7757
7758 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7759
7760         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7761         message-yank-original, make sure (< mark TEXT point).
7762
7763 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7764
7765         * message.el (message-fill-column): New variable.
7766         (message-mode): Use it.  Add comment on a possible new hook.
7767
7768         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7769         (nnmail-get-new-mail): Reformat.
7770
7771         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7772
7773         * gmm-utils.el: Fix Commentary.
7774         (gmm-tool-bar-from-list): Fix typo in doc string.
7775
7776 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7777
7778         * message.el (message-yank-original): Don't switch point and mark
7779         unnecessarily to put point and mark as documented.
7780
7781 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7782
7783         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7784         from the message heads.
7785
7786 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7787
7788         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7789         article buffer does not have a window.  This may not be the best
7790         solution but is certainly better than setting the start of the null,
7791         that is the current, window.
7792
7793 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7794
7795         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7796         (gnus-draft-setup): Run it.
7797
7798         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7799         gnus-score-fast-scoring.  Allow regexp.
7800         (gnus-score-headers): Use it.
7801
7802         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7803         XEmacs.
7804
7805         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7806         string.
7807         (gnus-button-alist): Also catch `<f1> k ...'.
7808         (gnus-treat-display-x-face): Fix doc string.
7809
7810 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7811
7812         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7813         evaluation of gnus-extended-version to ensure correct generation of the
7814         User-Agent header when message-generate-headers-first is used.
7815
7816 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7817
7818         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7819         hashcash-path is nil.  Don't call callback with incorrect number of
7820         parameters if val is 0.
7821
7822 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7823
7824         * message.el (message-required-news-headers):
7825         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7826
7827 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7828
7829         * tls.el (open-tls-stream): In handshake-waiting loop,
7830         don't wait more if there is output available to process.
7831
7832 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7833
7834         * tls.el (tls-program): Doc fix.
7835
7836 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * message.el (message-generate-new-buffers): Change the meaning of the
7839         nil value; add `standard' to the choices; treat t as `unique'; improve
7840         doc string.
7841         (gnus-select-frame-set-input-focus): Autoload.
7842         (message-buffer-name): Search for the existing message buffer if
7843         message-generate-new-buffers is nil or `standard'; treat the value t of
7844         message-generate-new-buffers as `unique'.
7845         (message-pop-to-buffer): Raise the frame already displaying the message
7846         buffer; clear the echo area after querying.
7847         (message-setup): Pass the `continue' argument to compose-mail.
7848         (message-mail): Prefer `switch-function' if it is given; search for the
7849         existing message buffer if the `continue' argument is non-nil; pass
7850         continue and switch-function arguments to compose-mail by way of
7851         message-setup.
7852         (message-mail-other-window): Adjust argument of message-setup.
7853         (message-mail-other-frame): Ditto.
7854
7855 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7858         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7859         to turn font-lock on when turning gnus-message-citation-mode on.
7860
7861 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7862
7863         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7864         (mml-smime-function-alist): New variable; add epg as the backend.
7865         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7866         mml-smime- functions instead.
7867         * mm-view.el: Require smime.
7868
7869 2007-03-05  Didier Verna  <didier@xemacs.org>
7870
7871         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7872         instead of just inheritance for posting styles.
7873         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7874
7875 2007-02-24  Chris Moore  <dooglus@gmail.com>
7876
7877         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7878         * pgg-pgp.el (pgg-pgp-encrypt-region):
7879         * pgg-gpg.el (pgg-gpg-encrypt-region):
7880         Check pgg-encrypt-for-me if no other recipients.
7881
7882 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7883
7884         * tls.el (tls-certtool-program): Fix custom type.
7885
7886 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7889         and point-at-eol instead of line-(beginning|end)-position.
7890
7891         * assistant.el (assistant-parse-buffer): Ditto.
7892
7893         * netrc.el (netrc-parse-services): Ditto.
7894
7895 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7896
7897         * mml2015.el (mml2015-epg-find-usable-key): New function.
7898         (mml2015-epg-sign): Use it.
7899         (mml2015-epg-encrypt): Use it.
7900
7901 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * message.el (message-make-in-reply-to): Quote name containing
7904         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7905         if there are special characters.  Reported by NAKAJI Hiroyuki
7906         <nakaji@jp.freebsd.org>.
7907
7908 2007-02-27  Didier Verna  <didier@xemacs.org>
7909
7910         Include the group parameters as well as the topic ones in the
7911         inheritance filter process.
7912         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7913         argument GROUP-PARAMS-LIST.
7914         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7915
7916 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * nntp.el (nntp-never-echoes-commands)
7919         (nntp-open-connection-functions-never-echo-commands): New variables.
7920         (nntp-send-command): Use them.
7921
7922 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7923
7924         * mml2015.el (mml2015-epg-verify): Simplified.
7925
7926 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * mml.el (mml-content-disposition-alist): New user option.
7929         (mml-content-disposition): New function.
7930         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7931         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7932
7933 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7934
7935         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7936         verification.
7937
7938 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7939
7940         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7941         articles posted in the last 24 hours.
7942
7943 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7944
7945         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7946
7947 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7948
7949         * nntp.el (nntp-send-command): Don't wait for echoes when
7950         nntp-open-ssl-stream is used.
7951
7952 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7955         (gnus-message-add-citation-keywords)
7956         (gnus-message-remove-citation-keywords): Remove.
7957         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7958         directly, make the variables in font-lock-defaults buffer-local, add
7959         gnus-message-citation-keywords to them and then update the value of
7960         font-lock-keywords.
7961
7962 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * message.el (message-cite-original-1): Don't call
7965         gnus-article-highlight-citation.
7966
7967         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7968         citations; fix line count.
7969
7970 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7973         (gnus-message-add-citation-keywords)
7974         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7975         versions of font-lock-add-keywords and font-lock-remove-keywords to
7976         work with XEmacs correctly.
7977
7978 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-cite.el (gnus-cite-face-list): Set the values of
7981         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7982         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7983         (gnus-message-cite-prefix-regexp): New variable.
7984         (gnus-message-search-citation-line): Use it; protect against long
7985         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7986         the 0th match data for Emacs.
7987         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7988         (gnus-message-add-citation-keywords): Append keywords rather than
7989         prepending; emulate font-lock-add-keywords if it is not available.
7990         (gnus-message-remove-citation-keywords): Emulate
7991         font-lock-remove-keywords if it is not available.
7992
7993         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7994
7995         * message.el (message-cite-prefix-regexp): Set the value of
7996         gnus-message-cite-prefix-regexp.
7997
7998 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7999
8000         * nnweb.el (nnweb-google-parse-1): Update parser.
8001
8002 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8003
8004         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8005
8006 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8007
8008         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8009         regexp.
8010
8011 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8014         string-to-multibyte.
8015         (uudecode-decode-region-internal): Use it.
8016
8017         * lpath.el: Fbind string-as-multibyte for XEmacs.
8018
8019 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8022         custom choice.
8023
8024         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8025
8026 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8027
8028         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8029
8030         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8031         `write-region' to respect `mm-inhibit-file-name-handlers'.
8032
8033 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8036         Use gnus-home-directory instead of "~/" or "$HOME".
8037
8038 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8039
8040         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8041         to mention filename.
8042         Add comments at beginning regarding usage.
8043         (encrypt-write-file-contents): Change interactive so a string is
8044         acceptable.  If the file has no associated model, show an error instead
8045         of a nonsense prompt.
8046
8047 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8048
8049         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8050         Thanks to Yoshihiko Yamada for kind notification of this typo.
8051
8052 2007-01-12  Kenichi Handa  <handa@m17n.org>
8053
8054         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8055         multibyte buffer.
8056
8057 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8058
8059         * gnus-score.el (gnus-score-fast-scoring): New variable.
8060         (gnus-score-headers): Use it.
8061
8062         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8063
8064         * message.el (message-cite-original-1): Call
8065         gnus-article-highlight-citation if requested.
8066         (message-make-from): Allow name and address as optional arguments.
8067
8068         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8069
8070         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8071         bugs to doc string.
8072         (gnus-button-alist): Add mid\\|message-id.
8073         (gnus-button-fetch-group): Extend for use in
8074         `browse-url-browser-function'.
8075         (gnus-button-url-regexp): Try to catch paired parentheses like in
8076         Wikipedia URLs.
8077
8078         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8079         Suggested by Simon Krahnke <overlord@gmx.li>.
8080
8081 2007-01-13  Romain Francoise  <romain@orebokech.com>
8082
8083         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8084         Update copyright.
8085
8086 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8087
8088         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8089
8090 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8091
8092         * gnus-registry.el (gnus-registry-unfollowed-groups)
8093         (gnus-registry-split-fancy-with-parent): Fix documentation.
8094
8095 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8098         from nnweb groups.
8099
8100 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8103         Xref urls.  Erase buffer before requesting head.
8104
8105 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8108         customizable.
8109
8110 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8111
8112         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8113         no signing key is found.
8114         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8115         no encrypting and/or signing key is found.
8116
8117 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8118
8119         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8120
8121 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8122
8123         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8124         headers read from disk with the ones newly found in the current search.
8125         This should no longer cause problems, because the article numbers in
8126         Gmane's `nov.php' output are ignored since the previous change.
8127
8128 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8129
8130         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8131
8132 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8135         replace-regexp-in-string; bind url-version; fbind display-images-p and
8136         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8137         find-face and set-itimer-function for Emacs; bind itimer-list for
8138         Emacs.
8139
8140         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8141
8142 2007-01-01  Romain Francoise  <romain@orebokech.com>
8143
8144         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8145
8146 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8147
8148         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8149         `define-minor-mode' macro definition expanded properly.
8150         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8151         exclude it there.
8152
8153         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8154         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8155         `fboundp' test.
8156         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8157         This is OK to autoload in (S)XEmacs now.
8158
8159 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8160
8161         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8162         keystroke.
8163         (gnus-summary-limit-to-singletons): Fix typo.
8164
8165         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8166         else fails.
8167
8168 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8169
8170         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8171         docstring.
8172
8173         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8174         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8175         (gnus-summary-insert-dormant-articles): Fix typo in message.
8176
8177 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8178
8179         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8180         nil for XEmacs.
8181         (gnus-message-citation-mode): Don't autoload in XEmacs.
8182
8183         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8184
8185 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8186
8187         * nnimap.el (nnimap-expunge-search-string): Mention
8188         nnimap-search-uids-not-since-is-evil in docstring.
8189
8190 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * spam.el: Revert to make-obsolete-variable because
8193         define-obsolete-variable-alias is not supported in Emacs 21.
8194
8195         * spam.el (spam-ifile-path, spam-ifile-database-path)
8196         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8197         make-obsolete-variable.
8198         (spam-bsfilter-path, spam-bsfilter-program)
8199         (spam-spamassassin-path, spam-spamassassin-program)
8200         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8201         use "path" inappropriately.
8202         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8203         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8204         variable names.
8205
8206 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8207
8208         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8209         summary buffer.
8210
8211         * password.el (password-cache-remove): Use clear-string to burn
8212         password, if available.
8213
8214 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8217
8218         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8219
8220         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8221         (gnus-message-highlight-citation): Move defcustom here from
8222         gnus-cite.el.
8223         (gnus-message-citation-mode): Autoload.
8224
8225         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8226         checks to make it compile with XEmacs.
8227         (gnus-message-citation-mode): New minor mode.
8228         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8229         (gnus-message-highlight-citation): New variables.
8230         (gnus-message-search-citation-line)
8231         (gnus-message-add-citation-keywords)
8232         (gnus-message-remove-citation-keywords)
8233         (turn-on-gnus-message-citation-mode)
8234         (turn-off-gnus-message-citation-mode): New functions.
8235
8236 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8237
8238         * gnus-cite.el: Enable highlighting of different citation levels in
8239         message-mode.
8240
8241 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * message.el (message-make-fqdn): Fix comment.
8244         (message-bogus-system-names): Add ".local".
8245
8246         * spam.el (spam-ifile-path, spam-ifile-program)
8247         (spam-ifile-database-path, spam-ifile-database)
8248         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8249         Don't use "path" inappropriately.
8250         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8251         strings.
8252         (spam-check-ifile, spam-ifile-register-with-ifile)
8253         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8254         new variable names.
8255
8256         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8257         (gnus-treat-display-smileys): Simplify using
8258         gnus-image-type-available-p.
8259
8260         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8261         available.
8262
8263         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8264         `display-images-p' if available.
8265
8266 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8269         one after turning on the buffer's multibyteness instead of decoding
8270         them directly in the unibyte buffer that causes unexpected conversion
8271         in Emacs 23 (unicode).
8272
8273 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8274
8275         * message.el (message-generate-hashcash): Fix custom type.
8276
8277 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8278
8279         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8280
8281 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8282
8283         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8284         disconnect icons.  Add help text.
8285
8286 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8287
8288         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8289         negated to be consistent with the others we handle.
8290
8291 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8292
8293         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8294         version of gnus-summary-buffer to something, so that we can use two
8295         article buffers at the same time.
8296
8297 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8298
8299         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8300         trigger all the extra headers.
8301         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8302         sorting.
8303
8304 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8305
8306         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8307         solid groups.
8308
8309 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8310
8311         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8312
8313 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * legacy-gnus-agent.el: Add Copyright notice.
8316
8317 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8318
8319         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8320
8321 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8324
8325         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8326         to make it work reliably in CVS Emacs.
8327         (gnus-summary-limit-strange-charsets-predicate)
8328         (gnus-summary-limit-to-predicate): New functions.
8329
8330 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8331
8332         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8333         specifying array size.
8334         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8335         array if it is too small.
8336         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8337         (gnus-sort-threads-loop): New function.
8338
8339 2006-12-06  Chris Moore  <dooglus@gmail.com>
8340
8341         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8342         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8343
8344 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8345
8346         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8347         options.
8348
8349 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8350
8351         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8352         DOS-ing the recipient.
8353
8354         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8355         the headers when creating the mapping to avoid mismappings.
8356         (nnweb-gmane-create-mapping): Always nix out old mapping.
8357
8358 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8361         and mm-verify-option to never.
8362
8363 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * message.el (message-signed-or-encrypted-p): New function.
8366         (message-forward-make-body): Use it.
8367
8368         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8369         Replace encode-coding-string with mm-encode-coding-string.
8370
8371 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * nneething.el (nneething-decode-file-name): Replace
8374         decode-coding-string with mm-decode-coding-string.
8375
8376         * gnus-int.el (gnus-open-server): Say failed server's name.
8377
8378 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8379
8380         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8381         strings to a single string.  Quote `errors-file-name'.
8382         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8383         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8384         Adjust calls.  Use `shell-quote-argument'.
8385
8386 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8387
8388         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8389         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8390
8391         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8392         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8393         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8394         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8395         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8396         (gnus-subscribe-newsgroup, gnus-1):
8397         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8398         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8399         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8400         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8401
8402 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403
8404         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8405         keystroke.
8406         (gnus-summary-limit-to-bodies): Implement headersp.
8407
8408 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8409
8410         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8411
8412 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8415
8416 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8417
8418         * message.el (message-generate-hashcash): Expand range of values to
8419         include `opportunistic'.
8420         (message-send-mail): Use it.
8421
8422 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8423
8424         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8425         and comment it.
8426
8427         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8428
8429 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * gnus-util.el (gnus-extract-address-components): Improve comment.
8432
8433 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * gnus-util.el (gnus-extract-address-components): Work with address in
8436         which the name portion contains @.
8437
8438         * lpath.el: Fbind custom-autoload.
8439
8440 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * gnus.el (gnus-start): Move custom group up.
8443         (gnus-select-method): Don't autoload, but make it available for
8444         `customize-variable'.
8445         (gnus-getenv-nntpserver): Don't autoload.
8446
8447 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8448
8449         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8450
8451 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * message.el (message-sendmail-extra-arguments): New variable.
8454         (message-send-mail-with-sendmail): Use it.
8455
8456 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8459         mm-with-unibyte-current-buffer to make string unibyte.
8460
8461         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8462         mm-string-as-multibyte.
8463
8464 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8465
8466         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8467         Reported by Werner Koch <wk@gnupg.org>.
8468
8469 2006-11-14  Daiki Ueno  <ueno@p360>
8470
8471         * mml2015.el: Autoload epa-select-keys when compiling.
8472
8473 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8474
8475         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8476         message-options.
8477         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8478
8479 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8480
8481         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8482         EasyPG (< 0.0.6).
8483         (mml2015-always-trust): New user option.
8484         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8485         prompt.
8486
8487 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * nntp.el (nntp-authinfo-force): New variable.
8490         (nntp-send-authinfo): Use it.
8491
8492 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8495         decode encoded words.  Improve prompt.  Add comment about forwarding.
8496         (message-replacement-char): Move up.
8497
8498 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8499
8500         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8501         instead of gnus-intersection because arguments of gnus-sorted-nunion
8502         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8503
8504 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8507         (message-simplify-subject-functions): Enable
8508         message-strip-subject-encoded-words by default.
8509
8510 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * message.el (message-strip-subject-encoded-words): New function.
8513         (message-simplify-subject-functions): New variable.
8514         (message-simplify-subject): Use it.  Fix typo in doc string.
8515         Support message-strip-subject-encoded-words.
8516
8517 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8518
8519         * gnus-diary.el (gnus-diary-delay-format-function):
8520         * nndiary.el (nndiary-reminders):
8521         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8522
8523 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * gnus-art.el (article-hide-boring-headers): Fetch date from
8526         gnus-original-article-buffer to avoid problems with localized date
8527         strings.
8528
8529 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8532
8533 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8536         New variables.
8537         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8538         (mm-charset-synonym-alist): Move some entries to
8539         mm-codepage-iso-8859-list.
8540         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8541         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8542
8543 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8546
8547 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8550         with Emacs 21 and XEmacs.
8551
8552 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * spam.el (spam-parse-address): New function for better parsing,
8555         catching errors, etc.
8556         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8557
8558 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8559
8560         * mm-view.el: Add interactive arg to html2text autoload.
8561
8562 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8565
8566 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8567
8568         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8569         variables.
8570         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8571         (mm-charset-synonym-alist): Move some entries to
8572         mm-codepage-iso-8859-list.
8573
8574         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8575
8576 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * message.el (message-citation-line-format)
8579         (message-insert-formated-citation-line): Fix implementation of %E, %N
8580         and %n according to the doc string.
8581
8582 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8583
8584         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8585         car-safe to avoid bad parses.
8586
8587 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8590         names.
8591
8592         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8593
8594 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8597         header.
8598
8599         * message.el (message-draft-headers): Add Date.
8600         (message-headers-to-generate): Fix typo in docstring.
8601
8602         * nndraft.el (nndraft-required-headers): New variable.
8603         (nndraft-generate-headers): Use it.
8604
8605         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8606
8607 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8608
8609         * gnus-registry.el (gnus-registry-wash-for-keywords)
8610         (gnus-registry-find-keywords): New functions to allow easy searching of
8611         articles that are in the registry.
8612
8613 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8614
8615         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8616         ietf-drums-parse-address instead of gnus-extract-address-components.
8617         Reported by Damien Elmes <damien@repose.cx>.
8618
8619 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8620
8621         * gnus.el (gnus-mime): Remove unused custom group.
8622
8623 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8624
8625         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8626         "blank line" when searching for end of armor headers.
8627
8628 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * gmm-utils.el (gmm-write-region): Fix variable name.
8631
8632 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * gmm-utils.el (gmm-write-region): New function based on compatibility
8635         code from `mm-make-temp-file'.
8636
8637         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8638
8639         * nnmaildir.el (nnmaildir--update-nov)
8640         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8641         Use `gmm-write-region'.
8642
8643 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8646         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8647
8648         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8649
8650         * message.el (message-replacement-char): New variable.
8651         (message-fix-before-sending): Use it.
8652         (message-simplify-subject): New function to remove duplicate code.
8653         (message-reply, message-followup): Use it.
8654
8655         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8656         gnus-summary-limit-to-articles.
8657
8658 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * gnus-util.el (gnus-with-local-quit): New macro.
8661
8662         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8663
8664 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8665
8666         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8667         ignore non-string data.
8668
8669 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8670
8671         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8672         non-string data (needs to be done in the registry too).
8673
8674 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8675
8676         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8677         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8678         (gnus-registry-split-fancy-with-parent)
8679         (gnus-registry-fetch-simplified-message-subject-fast)
8680         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8681         Remove text properties on ingress into the registry and when it's saved.
8682         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8683         registry from entries with no groups.
8684
8685 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8686
8687         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8688         function to remove string properties.
8689
8690 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * gmm-utils.el (gmm): Adjust custom version.
8693
8694         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8695         custom version.
8696
8697         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8698
8699 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * gnus-art.el (gnus-insert-prev-page-button)
8702         (gnus-insert-next-page-button): Simplify.  Reformat.
8703
8704 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8705
8706         * gnus-art.el (gnus-insert-prev-page-button)
8707         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8708
8709 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8710
8711         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8712
8713 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8714
8715         * gnus-art.el (gnus-insert-mime-button)
8716         (gnus-insert-mime-security-button):
8717         Apply gnus-article-button-face to MIME and security buttons.
8718
8719 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8720
8721         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8722         readable.
8723
8724 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8727
8728 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8729
8730         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8731         `browse-url-of-file' instead of `browse-url'.
8732
8733 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8734
8735         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8736         regexp.  Articles containing quotation were cut prematurely.
8737
8738 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * message.el (message-cite-original-1): Use nobody by default for the
8741         value of From header.
8742         (message-reply): Ditto.
8743
8744 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8745
8746         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8747         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8748         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8749
8750 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8751
8752         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8753         mails in the doc string.  Add some URLs in comment.
8754         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8755
8756 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8759         backslashes handling and the way to find boundaries of quoted strings.
8760
8761 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8762
8763         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8764         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8765         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8766         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8767
8768 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8771         doc string.
8772         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8773
8774 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * lpath.el: Fbind epg-check-configuration.
8777
8778 2006-09-06  Simon Josefsson  <jas@extundo.com>
8779
8780         * mml2015.el (mml2015-use): Doc fix, mention epg.
8781
8782 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8783
8784         * mml2015.el (mml2015-use): Default to epg, if available.
8785
8786 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8787
8788         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8789         message-sender.
8790         (mml1991-epg-encrypt): Ditto.
8791         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8792         message-sender.
8793         (mml2015-epg-encrypt): Ditto.
8794
8795 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8796
8797         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8798         several common directories.
8799
8800 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8801
8802         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8803         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8804
8805 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-art.el (article-decode-encoded-words): Make it fast.
8808
8809 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8812
8813         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8814         in quoted string into `\'.
8815
8816 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8819         Use standard-syntax-table.
8820
8821 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * gnus-art.el (gnus-decode-address-function): New variable.
8824         (article-decode-encoded-words): Use it to decode headers which are
8825         assumed to contain addresses.
8826         (gnus-mime-delete-part): Remove useless `or'.
8827
8828         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8829         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8830         (gnus-nov-parse-line): Use it to decode From header.
8831         (gnus-get-newsgroup-headers): Ditto.
8832         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8833
8834         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8835         (mail-decode-encoded-address-string): New alias.
8836
8837         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8838         New function.
8839         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8840         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8841         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8842         (rfc2047-decode-string): Ditto.
8843         (rfc2047-decode-address-region): New function.
8844         (rfc2047-decode-address-string): New function.
8845
8846 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * message.el (message-caesar-buffer-body): Allow rotating headers.
8849
8850         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8851
8852         * message.el (message-insert-formated-citation-line): Fix %f.
8853         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8854
8855 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8858         (gnus-bookmark-mouse-available-p): New macro.
8859         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8860         (gnus-bookmark-bmenu-show-infos): Use it.
8861         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8862         (gnus-bookmark-bmenu-hide-infos): Ditto.
8863         (gnus-bookmark-remove-properties): New function.
8864         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8865         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8866         (gnus-bookmark-write-file): Bind coding-system-for-write.
8867         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8868         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8869         group before selecting it.
8870         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8871         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8872         quit-window if it is not available; use gnus-mouse-2 and bind it to
8873         gnus-bookmark-bmenu-select-by-mouse.
8874         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8875         (gnus-bookmark-bmenu-select-by-mouse): New function.
8876
8877 2006-08-13  Romain Francoise  <romain@orebokech.com>
8878
8879         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8880         space.
8881
8882 2006-08-10  Romain Francoise  <romain@orebokech.com>
8883
8884         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8885         (dns-mode-soa-auto-increment-serial): New user option.
8886         (dns-mode-soa-maybe-increment-serial): New function.
8887         (dns-mode): Add the latter to `write-contents-functions'.
8888
8889 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * compface.el (uncompface): Use binary rather than raw-text-unix.
8892
8893 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * compface.el (uncompface): Make sure the eol conversion doesn't take
8896         place when communicating with the external programs.  Reported by
8897         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8898
8899 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8902
8903 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8904
8905         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8906         Make it more robust by parsing author and date independently.
8907
8908 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8911
8912 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8913
8914         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8915         first matching secret key.
8916         (mml2015-epg-encrypt): Ditto.
8917
8918         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8919         first matching secret key.
8920         (mml1991-epg-encrypt): Ditto.
8921
8922         * mml2015.el (mml2015-encrypt-to-self): New user option.
8923         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8924         mml2015-epg-encrypt-to-self is set.
8925
8926         * mml1991.el (mml1991-encrypt-to-self): New variable.
8927         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8928         mml1991-epg-encrypt-to-self is set.
8929
8930         * mml2015.el (mml2015-signers): New user option.
8931         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8932         (mml2015-epg-encrypt): Allow to select signing keys.
8933
8934         * mml1991.el (mml1991-signers): New variable.
8935         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8936         (mml1991-epg-encrypt): Allow to select signing keys.
8937
8938 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * nnheader.el (nnheader-insert-head): Make it work even if the file
8941         uses CRLF for the line-break code.
8942
8943 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8944
8945         * mml2015.el: Require mml-sec instead of password.
8946         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8947         (mml2015-cache-passphrase): Inherit the default value from
8948         mml-secure-cache-passphrase.
8949         (mml2015-passphrase-cache-expiry): Inherit the default value from
8950         mml-secure-passphrase-cache-expiry.
8951
8952         * mml1991.el: Require mml-sec instead of password.
8953         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8954         (mml1991-cache-passphrase): Inherit the default value from
8955         mml-secure-cache-passphrase.
8956         (mml1991-passphrase-cache-expiry): Inherit the default value from
8957         mml-secure-passphrase-cache-expiry.
8958
8959         * mml-sec.el: Require password.
8960         (mml-secure-verbose): New user option.
8961         (mml-secure-cache-passphrase): New user option.
8962         (mml-secure-passphrase-cache-expiry): New user option.
8963
8964 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8965
8966         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8967         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8968         andreas@altroot.de (Andreas Vögele).
8969
8970         FIXME: Use `tiny change'?
8971
8972 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8973
8974         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8975         workaround for the url package included with Emacs.
8976
8977         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8978
8979 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8982         correctly.  This fixes a bug caused by the 2006-05-12 change.
8983
8984 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8985
8986         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8987         some information about the error when saying that the `bogus' mail
8988         group will be used.
8989
8990 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8991
8992         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8993         string.
8994
8995 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8996
8997         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8998
8999 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9000
9001         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9002
9003 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9004
9005         * mml1991.el (mml1991-function-alist): Add epg.
9006         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9007         (mml1991-epg-encrypt): New functions.
9008
9009 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9010
9011         * mml2015.el (mml2015-verbose): New variable.
9012         (mml2015-cache-passphrase): Ditto.
9013         (mml2015-passphrase-cache-expiry): Ditto.
9014         (mml2015-function-alist): Add epg.
9015         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9016         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9017         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9018         functions.
9019
9020 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9021
9022         * message.el (message-cite-original-1): Preserve region when removing
9023         quoted text due to X-No-Archive in order to avoid bogus attribution
9024         when citing multiple messages.
9025
9026 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9027
9028         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9029         Kenneth Jacker <khj@be.cs.appstate.edu>.
9030
9031 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9032
9033         * gnus-diary.el (gnus-user-format-function-d)
9034         (gnus-user-format-function-D): Autoload.
9035
9036         * imap.el (Commentary): Fix typo.
9037
9038         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9039         2006-04-22 contribution.
9040
9041 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9042
9043         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9044         It didn't really fix the bogosity I'm seeing with solid web groups.
9045
9046 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9047
9048         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9049         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9050         created using server names.  If we use the feature without declaring
9051         it, Gnus does not properly manage server and group state.
9052
9053         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9054         bound.
9055
9056 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9057
9058         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9059         looking up the method using GROUP's prefix before inventing a new one.
9060         It is used on killed/unknown groups in various places where returning
9061         an all-new method isn't expected by the caller.
9062
9063         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9064         and match semantics of gnus-group-real-prefix.
9065
9066 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * nnmail.el (nnmail-broken-references-mailers): New variable.
9069         (nnmail-ignore-broken-references): New function generalizing
9070         nnmail-fix-eudora-headers.
9071         (nnmail-fix-eudora-headers): Now obsolete.
9072
9073         * gnus-art.el (gnus-button-handle-custom): Support
9074         `customize-apropos*'.
9075
9076 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077
9078         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9079
9080         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9081         articles.
9082
9083 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9084
9085         * message.el (message-cite-reply-above): New variable.
9086         (message-yank-original): Use it.
9087
9088 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9091
9092 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9095         as read.
9096
9097         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9098
9099 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9102         (gnus-bookmark-default-file): Use gnus-directory.
9103         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9104         Remove "*" in doc string.
9105         (gnus-bookmark-write-file): Simplify.
9106         (gnus-bookmark-maybe-sort-alist): Use `when'.
9107         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9108         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9109         FIXME about Emacs 21 and XEmacs compatibility.
9110         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9111         compatibility.
9112         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9113         compatibility.
9114         (gnus-bookmark-menu-heading): Fix version.
9115
9116 2006-06-19  Bastien Guerry  <bzg@altern.org>
9117
9118         * gnus-bookmark.el: New file.
9119
9120 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * message.el (message-syntax-checks): Doc fix.
9123
9124 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9125
9126         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9127         unsubscribed groups as if they were killed ones.  It causes duplicate
9128         entries in gnus-newsrc-alist.
9129
9130 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * message.el (message-syntax-checks): Doc fix.
9133         (message-send-mail): Add check for continuation headers.
9134         (message-check-news-header-syntax): Fix regexp used to check for
9135         continuation headers.
9136
9137 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9140
9141 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9142
9143         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9144
9145 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9148         default-truncate-lines.
9149
9150 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9153         to fill the utf-8 entry.
9154
9155         * lpath.el: Fbind unicode-precedence-list.
9156
9157 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9158
9159         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9160
9161 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9162
9163         * gnus-agent.el (directory-files-and-attributes): Move all the way
9164         forward (the third and final move).
9165         (gnus-agent-read-agentview): Trap reconstruction errors due to
9166         nonexistant directory.  Handle by returning nil.
9167
9168 2006-05-30  Didier Verna  <didier@xemacs.org>
9169
9170         * message.el (message-dont-reply-to-names): Update the custom type.
9171         * message.el (message-dont-reply-to-names): New defsubst: potentially
9172         convert a list of regexps into a single one.
9173         * message.el (message-get-reply-headers): Use it.
9174         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9175
9176 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-agent.el (directory-files-and-attributes): Move forward.
9179
9180 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * gnus-ml.el (gnus-mailing-list-subscribe)
9183         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9184         (gnus-mailing-list-message): Fix doc strings.
9185
9186 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9187
9188         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9189         of doing it manually.
9190
9191 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9194         comment.
9195
9196 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9197
9198         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9199         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9200         (gnus-agent-read-local): All symbols allocated in my-obarray.
9201         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9202         (gnus-agent-regenerate-group): Check numeric names to see if they are
9203         messages or groups.
9204         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9205         better way of do this...)
9206
9207         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9208         'dummy.group' (there should be a better way of do this...)
9209
9210 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9211
9212         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9213         (gnus-saved-headers): Ditto.
9214         (gnus-default-article-saver): Mention functions may have properties.
9215         (gnus-article-save): Override gnus-save-all-headers and
9216         gnus-saved-headers by :headers property which saver function may have.
9217         (gnus-summary-save-in-file): Add :headers property.
9218         (gnus-summary-write-to-file): Ditto.
9219
9220         * gnus-sum.el (gnus-summary-save-article): Bind
9221         gnus-prompt-before-saving to t when saving many articles in a file;
9222         always show all headers.
9223
9224         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9225
9226 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9229         marks.
9230
9231         * message.el (message-indent-citation): Add optional arguments to allow
9232         using it outside of message buffers.
9233
9234         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9235         (gnus-article-treat-unfold-headers): Use it.
9236         (gnus-article-truncate-lines): New variable.
9237         (gnus-article-mode): Use it.
9238         (gnus-article-toggle-truncate-lines): New function.
9239
9240         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9241         gnus-article-toggle-truncate-lines.
9242
9243         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9244         coding system in XEmacs, use binary.
9245
9246 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9249         after-load-alist.
9250
9251         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9252         this function should save decoded articles.
9253         (gnus-summary-write-to-file): Use property to specify this function
9254         should save decoded articles and specify gnus-summary-save-in-file
9255         should be used to save articles other than the first one when saving
9256         many articles.
9257         (gnus-summary-save-body-in-file): Use property to specify this
9258         function should save decoded articles.
9259         (gnus-summary-write-body-to-file): Use property to specify this
9260         function should save decoded articles and specify
9261         gnus-summary-save-body-in-file should be used to save articles other
9262         than the first one when saving many articles.
9263
9264         * gnus-sum.el (gnus-summary-save-article): Simplify.
9265
9266 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-art.el (gnus-default-article-saver): Add
9269         gnus-summary-write-body-to-file.
9270         (gnus-article-save-coding-system): Don't use coding system object
9271         in XEmacs.
9272         (gnus-read-save-file-name): Add optional `dir-var' argument which
9273         specifies directory in which files are saved; work even if optional
9274         `variable' argument is not specified.
9275         (gnus-summary-write-to-file): Read file name.
9276         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9277         (gnus-summary-write-body-to-file): New function.
9278
9279         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9280         (gnus-summary-local-variables): Add it.
9281         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9282         (gnus-summary-save-article): Remove optional `decode' argument;
9283         determine whether to decode articles by the value of
9284         gnus-default-article-saver; when saving many files using
9285         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9286         it first and use gnus-summary-save-in-file or
9287         gnus-summary-save-body-in-file thereafter unless
9288         gnus-prompt-before-saving is always; move point to article which
9289         will be saved.
9290         (gnus-summary-save-article-file): Revert.
9291         (gnus-summary-write-article-file): Revert.
9292         (gnus-summary-save-article-body-file): Revert.
9293         (gnus-summary-write-article-body-file): New function.
9294
9295 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * gnus-art.el (gnus-default-article-saver): Doc fix.
9298         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9299         from gnus-summary-save-article-coding-system, and default to a
9300         certain coding system.
9301         (gnus-output-to-file): Add coding cookie and encode text according
9302         to gnus-article-save-coding-system; don't use mm-append-to-file.
9303
9304         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9305         gnus-art.el and rename to gnus-article-save-coding-system.
9306         (gnus-summary-save-article): Require gnus-art; don't show all
9307         headers if it decodes articles; don't add coding cookie here;
9308         don't bind mm-text-coding-system-for-write.
9309         (gnus-summary-save-article-file): Save decoded articles.
9310         (gnus-summary-write-article-file): When saving many files, use
9311         gnus-summary-write-to-file first and gnus-summary-save-in-file
9312         thereafter unless gnus-prompt-before-saving is always.
9313         (gnus-summary-save-article-body-file): Save decoded articles.
9314
9315         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9316
9317 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * nnrss.el (nnrss-check-group): Bind hash-index.
9320
9321 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9322
9323         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9324         its hash index.  Store this hash in `nnrss-group-data'.
9325         (nnrss-read-group-data): Update accordingly.
9326
9327 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9330         entry.
9331
9332         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9333         gnus-article-browse-html-article.
9334
9335 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9336
9337         * gnus-sum.el (gnus-summary-mime-map): Add
9338         gnus-article-browse-html-article.
9339
9340         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9341
9342 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9345         suitable coding systems in customize.
9346
9347 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * mail-source.el (mail-sources): Fix custom type.
9350
9351 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9352
9353         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9354         (gnus-summary-expire-articles-now): Shorten prompt.
9355
9356         * gmm-utils.el (wid-edit): Require.
9357         (defun-gmm): Renamed from `gmm-defun-compat'.
9358         (gmm-image-search-load-path): Use it.
9359         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9360
9361 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9364         variable.
9365         (gnus-summary-save-article): Add optional `decode' argument.  If
9366         it is set and gnus-summary-save-article-coding-system is non-nil,
9367         save decoded article.
9368         (gnus-summary-write-article-file): Save decoded article if
9369         gnus-summary-save-article-coding-system is non-nil.
9370
9371         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9372         type.
9373
9374 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9377
9378 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9381         first to test gnus-single-article-buffer which may be buffer-local.
9382
9383         * gnus-sum.el (gnus-summary-setup-buffer): Make
9384         gnus-single-article-buffer buffer-local and nil in ephemeral
9385         group; make gnus-article-buffer, gnus-article-current, and
9386         gnus-original-article-buffer always buffer-local.
9387         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9388         group.
9389         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9390
9391 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * nnml.el (nnml-request-compact-group): Compressed files might not
9394         have .gz extension.
9395
9396 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9397
9398         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9399         (mm-copy-to-buffer): Use with-current-buffer.
9400         (mm-display-part): Simplify.
9401         (mm-inlinable-p): Add optional arg `type'.
9402
9403 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9404
9405         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9406         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9407         Try harder to show the attachment internally or externally using
9408         gnus-mime-view-part-as-type.
9409
9410 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9411
9412         * message.el (message-from-style, message-signature-separator)
9413         (message-user-organization-file, message-send-mail-function)
9414         (message-citation-line-function, message-yank-prefix)
9415         (message-indent-citation-function, message-signature)
9416         (message-signature-file, message-signature-insert-empty-line):
9417         Remove autoloads.
9418
9419         * gnus-art.el (gnus-buttonized-mime-types): Remove
9420         "multipart/signed".  Revert 2006-04-26 change.
9421
9422 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9423
9424         * gnus.el (gnus-version-number): Bump version.
9425
9426 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9427
9428         * gnus.el: No Gnus v0.5 is released.
9429
9430 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9431
9432         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9433         fetching articles by message-id.
9434
9435 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * message.el (hashcash): Require hashcash as normal.
9438
9439         * ecomplete.el (ecomplete-highlight-match-line): Use
9440         point-at-eol.
9441         (ecomplete-highlight-match-line): Use `highlight', because that
9442         face exists in both Emacs and XEmacs.
9443
9444         * message.el (message-display-abbrev): Use point-at-bol.
9445
9446         * mail-source.el: Don't require timer/timer-funcs.
9447
9448         * gnus-async.el: Ditto.
9449
9450         * password.el: Ditto.
9451
9452         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9453
9454         * mm-url.el: Ditto.
9455
9456         * gnus-xmas.el: Don't require timer-funcs.
9457
9458         * mm-util.el: Require timer/timer-funcs.
9459
9460 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9461
9462         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9463         Close.
9464
9465 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9468         unibyte after clear-decrypt function runs.
9469
9470         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9471         returns as a unibyte string.
9472
9473 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * lpath.el: Revert.
9476
9477         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9478         (pgg-gpg-process-sentinel): Revert.
9479
9480         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9481         (pgg-pgp-lookup-key): Revert.
9482
9483         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9484         (pgg-pgp5-lookup-key): Revert.
9485
9486         * pgg.el (pgg-fetch-key): Revert.
9487
9488 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * lpath.el: Fbind string-as-multibyte for XEmacs.
9491
9492         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9493         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9494         (mml1991-pgg-encrypt): Ditto.
9495
9496         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9497         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9498         a multibyte buffer.
9499
9500         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9501         (pgg-pgp-lookup-key): Ditto.
9502
9503         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9504         (pgg-pgp5-lookup-key): Ditto.
9505
9506         * pgg.el (pgg-fetch-key): Ditto.
9507
9508 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * message.el (message-user-organization-file): Check several
9511         locations of the organization file.
9512
9513         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9514         Add gnus-article-view-part-as-type.
9515
9516         * gnus-art.el (gnus-article-view-part-as-type): New function.
9517
9518         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9519         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9520
9521         * mml.el: Simplify autoload.
9522         (mml-mode): defvar dnd-protocol-alist instead of using
9523         symbol-value.
9524         (mml-default-directory): New variable.
9525         (mml-minibuffer-read-file): Use it.
9526         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9527
9528         * message.el (message-citation-line-format): New variable.
9529         (message-insert-formated-citation-line): New function.
9530         (message-citation-line-function): Add
9531         `message-insert-formated-citation-line' to custom type.
9532
9533         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9534         to doc string.
9535
9536         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9537         depending on mm-verify-option.
9538
9539 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9542         binding pgg-* variables; reimplement the section which prevents
9543         MIME header from being signed.
9544         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9545         pgg-text-mode; remove a blank line at the top of body.
9546
9547         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9548         lines at the top of body; use gnus-newsgroup-charset if there's no
9549         Charset header.
9550
9551 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9552
9553         * message.el (message-self-insert-commands): Doc fix.
9554
9555         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9556         (mm-uu-pgp-encrypted-test): Ditto.
9557         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9558         between header and body; return application/pgp-encrypted handle
9559         if decryption failed; decode decrypted body by charset.
9560
9561         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9562         element match to application/pgp-*.
9563
9564 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9565
9566         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9567         HTML.
9568
9569 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9570
9571         * mail-source.el (mail-source-call-script): Message the error
9572         string.
9573
9574 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9575
9576         * gnus-util.el (gnus-byte-compile): Use it.
9577
9578 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9579
9580         * gnus-util.el (kill-empty-logs): New function.
9581
9582 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9583
9584         * message.el (message-mail-alias-type): Doc fix.
9585         (message-mail-alias-type-p): New function.
9586         (message-send): Use it.
9587         (message-mode): Ditto.
9588         (message-strip-forbidden-properties): Ditto.
9589
9590         * ecomplete.el (ecomplete-database-file-coding-system): New
9591         variable.
9592         (ecomplete-save): Use it.
9593         (ecomplete-setup): Use it.
9594
9595 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * message.el (message-self-insert-commands): New variable.
9598         (message-strip-forbidden-properties): Use it.
9599
9600 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601
9602         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9603         that doesn't make XEmacs choke.
9604
9605 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * gnus-util.el (gnus-replace-in-string):
9608         Prefer replace-regexp-in-string over of replace-in-string.
9609
9610 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-util.el (gnus-select-frame-set-input-focus):
9613         Use select-frame-set-input-focus if it is available in XEmacs; use
9614         definition defined in Emacs 22 for old Emacsen.
9615
9616         * dgnushack.el: Autoload unmorse-region for XEmacs.
9617
9618         * lpath.el: Bind cursor-in-non-selected-windows and
9619         select-frame-set-input-focus for XEmacs.
9620
9621 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9624
9625 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9626
9627         * gnus-registry.el (gnus-registry-cache-save): Remove text
9628         properties when saving via the temp buffer.
9629
9630 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9631
9632         * message.el (message-generate-hashcash): Honor custom type.
9633
9634 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635
9636         * message.el (message-generate-hashcash): Default to non-nil when
9637         hashcash is found.
9638
9639         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9640         (gnus-refer-thread-limit): Increase default to 500.
9641
9642         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9643
9644         * flow-fill.el (fill-flowed): Allow delete-space.
9645
9646 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9649         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9650         Remove autoloads.
9651
9652 2006-04-18  Simon Josefsson  <jas@extundo.com>
9653
9654         * message.el (message-generate-hashcash): Default to.
9655
9656 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9659         concatenating segments rather than before concatenating them.
9660
9661 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9664
9665 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9666
9667         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9668
9669         * message.el (message-forward-make-body-plain): Allow
9670         message-forward-ignored-headers to be a list.
9671         (message-remove-ignored-headers): Factor out into function.
9672         (message-forward-make-body-mml): Use it.
9673
9674         * imap.el (imap-quote-specials): New function.
9675         (imap-login-auth): Quote specials.
9676
9677         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9678         (rfc2231-parse-string): Allow concatanation of parameters that
9679         aren't contiguous.  The test case is
9680           (mail-header-parse-content-type "message/external-body;
9681             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9682             access-type=LOCAL-FILE;
9683             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9684
9685 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9686
9687         * nntp.el (nntp-accept-process-output): Return the value of
9688         `nnheader-accept-process-output'.
9689
9690 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9691
9692         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9693         (gnus-button-alist): Recognize more diff formats.
9694         (gnus-button-patch): Strip directory.
9695
9696 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9697
9698         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9699         Emacs 22 when setting focus.
9700
9701 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9702
9703         * gnus-art.el (gnus-article-treat-types): Do treatment of
9704         text/x-verbatim parts.
9705         (gnus-button-patch): New command.
9706
9707         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9708         addresses that contain invalid characters.
9709
9710 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * message.el (message-put-addresses-in-ecomplete): Use
9713         gnus-replace-in-string.
9714         (message-is-yours-p): Use the more correct
9715         mail-header-parse-address instead of
9716         mail-extract-address-components.
9717         (message-put-addresses-in-ecomplete): Fix typo.
9718
9719         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9720         keystroke.
9721
9722         * gnus-art.el (gnus-treatment-function-alist): Change order of
9723         newsgroups/generic header folding to avoid double-folding.
9724
9725         * message.el (message-hidden-headers): Add X-Draft-From.
9726
9727         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9728         command.
9729         (gnus-summary-repeat-search-article-backward): New command.
9730
9731         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9732         groups in the parent topic.
9733
9734 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9735
9736         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9737         (spam-extra-header-to-number): Return the CRM114 number as a
9738         number instead of a string.
9739
9740 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9741
9742         * gnus-art.el (gnus-face-properties-alist): Moved here from
9743         gnus-fun.
9744
9745         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9746
9747 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * message.el (message-strip-forbidden-properties): Only display on
9750         self-insert-command.
9751
9752         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9753         reindent.
9754         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9755
9756 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9757
9758         * smiley.el (smiley-style): Fix typo.
9759
9760 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9761
9762         * hashcash.el (hashcash-insert-payment-async-2): Use
9763         message-goto-eoh instead of doing it manually.
9764         (mail-add-payment): Use message-narrow-to-header instead of trying
9765         to do the same itself.
9766
9767         * message.el (message-hidden-headers): Add Face.
9768
9769         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9770         reparenting code.
9771         (gnus-summary-reparent-children): Refactored out code.
9772         (gnus-summary-thread-map): New keystroke.
9773         (gnus-summary-reparent-children): Make into command.
9774
9775         * smiley.el (smiley-style): Default to `medium' if using a large
9776         font.
9777
9778         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9779         does it itself.
9780
9781         * message.el (message-point-in-header-p): Simplify definition.
9782
9783 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * nnagent.el (nnagent-request-set-mark): Silence log file
9786         writing.
9787         (nnagent-request-set-mark): Use write-region instead of
9788         append-to-file.
9789
9790         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9791         strange select method.
9792
9793         * ecomplete.el (ecomplete-display-matches): Get highlightling
9794         right.
9795         (ecomplete-display-matches): Use literals.
9796         (ecomplete-display-matches): Disable message logging.
9797
9798         * message.el (message-display-abbrev): Small optimization.
9799
9800         * ecomplete.el (ecomplete-display-matches): Allow automatic
9801         display.
9802
9803         * message.el (message-strip-forbidden-properties): Display
9804         abbrevs.
9805         (message-display-abbrev): Get automatic display right.
9806
9807         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9808         keystrokes.
9809
9810 2006-04-13  Romain Francoise  <romain@orebokech.com>
9811
9812         TODO: Backport to v5-10!
9813
9814         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9815         Moved here (and renamed) from gnus-registry.el.
9816
9817         * gnus-registry.el: Require gnus-util.
9818         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9819
9820 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9821
9822         * gnus-group.el (gnus-group-catchup-current): Change
9823         if-then-else-if-then-else into cond.
9824         (gnus-group-catchup): Indent.
9825         (group-name-at-point): New function.
9826         (gnus-fetch-group): Provide default from thing at point.
9827
9828 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9829
9830         * message.el (message-display-abbrev): Fix regexp.
9831
9832         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9833         choosing.
9834         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9835         dead variables.
9836
9837         * message.el (message-newline-and-indent): Remove debugging.
9838         (message-display-abbrev): Use new implementation.
9839
9840 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9841
9842         * gnus-art.el (gnus-article-mode): Set
9843         cursor-in-non-selected-windows to nil.
9844
9845         * smiley.el: Revert previous change.
9846         (smiley-data-directory): defvar it before using it in the
9847         defcustom of `smiley-style'.
9848
9849 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9850
9851         * message.el (message-newline-and-indent): New function.
9852
9853         * ecomplete.el: Implement more bits.
9854
9855         * message.el (message-put-addresses-in-ecomplete): Clean up the
9856         string.
9857
9858         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9859
9860         * gnus-sum.el (gnus-summary-save-parts): Bind
9861         gnus-summary-save-parts-counter and use it to make unique file
9862         names.
9863
9864         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9865
9866         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9867         parameter to say whether to actually parse the individual
9868         addresses.
9869
9870         * message.el (message-put-addresses-in-ecomplete): New function.
9871         (ecomplete): Require.
9872         (message-mail-alias-type): Add ecomplete as an option.
9873
9874 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9875
9876         * flow-fill.el (fill-flowed): Remove trailing space from blank
9877         quoted lines.
9878
9879 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9880
9881         * smiley.el (smiley-style): Move definition later to avoid a
9882         compilation warning.
9883
9884 2006-04-12  Kenichi Handa  <handa@m17n.org>
9885
9886         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9887         buffer and then decode the buffer text if necessary.
9888         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9889         first, and after mm-encode-body, change the buffer to unibyte.
9890         Use mm-disable-multibyte instead of set-buffer-multibyte.
9891
9892 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9895         Content-Type header instead of Content-Disposition header.
9896         (gnus-mime-inline-part): Ditto.
9897         (gnus-mime-view-part-as-charset): Ignore charset that the part
9898         specifies.
9899
9900         * mm-decode.el (mm-display-part): Work with external parts and
9901         usual parts similarly.
9902
9903         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9904         instead of gnus-display-mime.
9905
9906         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9907         instead of with-temp-buffer.
9908
9909         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9910         tag to summarized topics part in order to encode non-ASCII text.
9911
9912 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9913
9914         * smiley.el (smiley-style): New variable.
9915         (smiley-directory): New function.
9916         (smiley-data-directory): Derive from `smiley-style' using
9917         `smiley-directory'.
9918         (smiley-regexp-alist): Add new entries.
9919
9920         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9921         (gnus-article-browse-delete-temp): Add :version.
9922
9923 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9924
9925         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9926         the sieve region.
9927
9928 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9929
9930         * gnus.el (gnus-version-number): Bump version.
9931
9932 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * gnus.el: No Gnus v0.4 is released.
9935
9936 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937
9938         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9939         layout.
9940
9941         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9942         unknown charset.
9943
9944         * message.el (message-header-synonyms): Add Original-To to the
9945         default.
9946
9947         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9948         optional parameter.
9949
9950 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9951
9952         * gnus-fun.el (gnus): Require it for gnus-directory.
9953
9954 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9957
9958 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9959
9960         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9961
9962 2006-04-05  Simon Josefsson  <jas@extundo.com>
9963
9964         * password.el (password-reset): New function.
9965
9966 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9967
9968         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9969         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9970
9971 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9972
9973         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9974         Some whitespace was matched into the url, which broke browsing hits
9975         > 100 when mm-url-use-external was nil.
9976
9977 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9980         gnus-extra-headers for 'Newsgroups.
9981
9982         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9983         bound.
9984
9985 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9986
9987         * pgg-gpg.el: Clean up process buffers every time gpg processes
9988         complete.
9989
9990 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9993         doc string.
9994
9995 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9996
9997         * pgg-gpg.el (pgg-gpg-process-filter)
9998         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9999
10000         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10001         lines, temporary fix.
10002
10003 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10006
10007 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10008
10009         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10010         default-enable-multibyte-characters.  This reverts the change from
10011         revision 6.17 which is no longer necessary because the passphrase
10012         is sent separately now.  GnuPG messages are unreadable under
10013         multibyte locales with default-enable-multibyte-characters set to
10014         nil.
10015
10016 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * message.el (message-tool-bar-gnome): Move "spell".
10019
10020 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10023         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10024         instead.
10025
10026 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10027
10028         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10029         newsgroups handling for NNTP overviews which don't include
10030         Newsgroups.
10031
10032 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10033
10034         * message.el (message-resend): Bind message-generate-hashcash to nil.
10035
10036 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10037
10038         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10039         when searching for already-paid recipients.
10040
10041 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10042
10043         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10044         passphrases when it is not needed.
10045         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10046         passphrase stuff from gpg, should only be necessary when you use
10047         gpg with a smartcard.
10048
10049 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * mml.el (mml-insert-mime): Ignore cached contents of
10052         message/external-body part.
10053
10054         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10055         (mm-insert-part): Ditto.
10056
10057 2006-03-23  Simon Josefsson  <jas@extundo.com>
10058
10059         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10060         Reiner.
10061         (pgg-gpg-use-agent-p): Use it again.
10062
10063 2006-03-23  Simon Josefsson  <jas@extundo.com>
10064
10065         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10066         older emacsen.
10067         (pgg-gpg-use-agent-p): Don't use it.
10068
10069 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10070
10071         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10072         if we can.
10073
10074 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10075
10076         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10077         (pgg-gpg-update-agent): New function.
10078         (pgg-gpg-use-agent-p): New function.
10079         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10080         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10081         (pgg-gpg-sign-region): Use it.
10082
10083 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10086         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10087
10088 2006-03-21  Simon Josefsson  <jas@extundo.com>
10089
10090         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10091         <wilde@sha-bang.de>.
10092         (pgg-gpg-use-agent): New variable.
10093         (pgg-gpg-process-region): Use it.
10094         (pgg-gpg-encrypt-region): Likewise.
10095         (pgg-gpg-encrypt-symmetric-region): Likewise.
10096         (pgg-gpg-decrypt-region): Likewise.
10097         (pgg-gpg-sign-region): Likewise.
10098         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10099
10100 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10103
10104         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10105         Add comment on version.
10106
10107 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * smiley.el: Add missing test smiley.
10110
10111 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * mm-decode.el (mm-with-part): New macro.
10114         (mm-get-part): Use it; work with message/external-body as well.
10115         (mm-save-part): Treat name and filename equally.
10116
10117         * mm-extern.el (mm-extern-cache-contents): New function.
10118         (mm-inline-external-body): Use it; force the part to be displayed;
10119         move undisplayer added to the cached handle to the parent.
10120
10121         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10122         (gnus-mime-view-part-as-type): Work with message/external-body.
10123
10124         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10125
10126 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10127
10128         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10129         images in image-load-path.  [Sync with image.el, revision 1.60, in
10130         Emacs.]
10131
10132 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10133
10134         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10135         path rather than symbol.  Always return list of directories.
10136         Guarantee that image directory comes first.  [Sync with image.el,
10137         revision 1.59, in Emacs.]
10138
10139         * message.el (message-make-tool-bar): Adjust to new API of
10140         `gmm-image-load-path-for-library'.
10141
10142         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10143
10144         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10145
10146 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10147
10148         * gnus-art.el (gnus-article-only-boring-p):
10149         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10150         intangible text.
10151         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10152
10153 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10156         `defun' instead of `gmm-defun-compat'.
10157
10158 2006-03-14  Simon Josefsson  <jas@extundo.com>
10159
10160         * message.el (message-unique-id): Don't use message-number-base36
10161         if (user-uid) is a float.
10162         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10163
10164 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10167
10168         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10169         empty line between a part and a message part.
10170
10171 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10172
10173         * smiley.el: Add more test smileys.
10174         (smiley-data-directory, smiley-regexp-alist)
10175         (gnus-smiley-file-types): Fix doc strings.
10176         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10177         adding new elements.
10178         (smiley-mouse-map): Unused code.  Make it a comment.
10179
10180 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10183         scan latest NoCeM messages instead of old ones.
10184         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10185         delimiters that are recently used.
10186         (gnus-nocem-load-cache): Add autoload cookie.
10187
10188         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10189
10190         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10191         level which is larger than gnus-use-nocem is specified.
10192
10193         * gnus-group.el (gnus-group-get-new-news): Ditto.
10194
10195 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * gnus-util.el (gnus-tool-bar-update): New function.
10198
10199         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10200         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10201
10202         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10203
10204         * gnus-group.el (gnus-group-redraw-when-idle)
10205         (gnus-group-redraw-check): Remove.
10206         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10207
10208 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10211         if optional last element is specified in splits (FIELD VALUE...).
10212
10213 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10214
10215         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10216         to gmm-image-load-path-for-library.  Call with no-error argument.
10217         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10218
10219         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10220
10221         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10222
10223         * gmm-utils.el (gmm-image-load-path): Remove alias.
10224
10225 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * gmm-utils.el (gmm-image-load-path): Add alias.
10228
10229         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10230         nnml-generate-nov-databases-1.
10231         (nnml-generate-nov-databases): Use it.
10232         (nnml-generate-nov-databases-directory): Document no-active
10233         argument.
10234
10235         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10236         directory if path is t.  Add no-error.
10237
10238         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10239         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10240
10241         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10242         resetting gnus-article-browse-html-temp-list.
10243
10244         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10245         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10246         Add example to docstring.  Rename local variables.  Move error
10247         checks to default case in cond and simplify.
10248
10249 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10252         handle is multipart when calling it recursively.
10253         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10254
10255 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10256
10257         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10258         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10259
10260 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10261
10262         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10263         is loaded.
10264
10265         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10266         loaded.
10267
10268 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10271         to "Emacs 23 (unicode)" in doc string.
10272
10273         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10274         "Emacs 23 (unicode)" in comment.
10275
10276 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10279
10280         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10281         characters 160 through 255 in Emacs 23.
10282
10283 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10286         gnus-article-browse-html-temp.
10287         (gnus-article-browse-delete-temp): Make it customizable.  Add
10288         `file'.  Adjust doc string.
10289         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10290         query for each file.  Adjust doc string.
10291         (gnus-article-browse-html-parts): Add
10292         `gnus-article-browse-delete-temp-files' to
10293         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10294
10295 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10296
10297         * gnus-art.el (gnus-article-browse-html-temp)
10298         (gnus-article-browse-delete-temp): New variables.
10299         (gnus-article-browse-delete-temp-files): New function.
10300         (gnus-article-browse-html-parts): Use it.
10301
10302 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10305
10306         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10307         string.
10308
10309         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10310         gnus-summary-insert-new-articles when unplugged.  Remove
10311         gnus-summary-search-article-forward.
10312
10313         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10314         display-visual-class instead of display-color-cells.
10315
10316 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10317
10318         * dgnushack.el: Autoload customize-group for XEmacs.
10319
10320         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10321         message/* containing non-ASCII text properly.
10322
10323 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * message.el: Require gmm-utils, remove autoloads.
10326         (message-tool-bar): Set default based on
10327         gmm-tool-bar-style.
10328         (message-tool-bar-gnome): Add gmm-customize-mode.
10329
10330         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10331         gmm-tool-bar-style.
10332         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10333
10334         * gnus-group.el (gnus-group-tool-bar): Set default based on
10335         gmm-tool-bar-style.
10336         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10337
10338         * gmm-utils.el (gmm-image-directory): Rename variable from
10339         gmm-image-load-path.
10340         (gmm-image-load-path): Use gmm-image-directory.
10341         (gmm-customize-mode): New function.
10342         (gmm-tool-bar-style): New variable.
10343
10344         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10345         gnus-group-redraw-line-number.
10346         (gnus-group-redraw-check): Simplify.
10347         (gnus-group-tool-bar-update): Remove redraw check.
10348         (gnus-group-make-tool-bar): Add redraw check.
10349
10350 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10351
10352         * gnus-art.el (gnus-button): Add missing parentheses.
10353
10354 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * lpath.el: Fbind line-number-at-pos.
10357
10358 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10361
10362 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * gnus-art.el (gnus-button): New face.
10365         (gnus-article-button-face): Use it.
10366
10367         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10368         gnus-summary-next-page.  Re-order.
10369
10370         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10371         next-node are now included.
10372         (gnus-group-redraw-line-number): New internal variable.
10373         (gnus-group-redraw-check): Helper function for updating the tool
10374         bar.
10375         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10376
10377         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10378
10379         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10380         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10381         Use it to match format of Spamassassin 3.0 and later.  Reported by
10382         IRIE Tetsuya <irie@t.email.ne.jp>.
10383         (spam-check-bogofilter)
10384         (spam-bogofilter-register-with-bogofilter): Fix args of
10385         `gnus-error' calls.
10386
10387 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10388
10389         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10390         unnecessary interaction when sending queued mails.  Reported by
10391         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10392
10393 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10394
10395         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10396         first or last are nil.
10397
10398 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10399
10400         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10401
10402 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10403
10404         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10405
10406 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10407
10408         * dns.el (query-dns): Protect more against buggy tcp output.
10409
10410 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10413         nov.php.
10414
10415 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10416
10417         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10418         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10419         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10420         output on the server side.
10421         (nnweb-google-create-mapping): Update regexps and add some
10422         progress indication.
10423
10424 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10427         gnus-agent-toggle-plugged.  Re-order icons.
10428         (gnus-group-tool-bar-gnome): Add
10429         gnus-group-{prev,next}-unread-group.
10430         (gnus-group-tool-bar-gnome): Re-order icons.
10431
10432         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10433         gnus-summary-insert-new-articles.
10434
10435         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10436         comments.
10437
10438         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10439         also available in Emacs 21.3.
10440
10441         * message.el (message-fix-before-sending): Change "Emacs 22" to
10442         "Emacs 23 (unicode)" in comment.
10443
10444         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10445         "Emacs 23 (unicode)" in comment.
10446
10447         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10448         comment.
10449         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10450
10451         * mm-view.el (mm-fill-flowed): Add :version.
10452
10453 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10456         and load-path.
10457
10458 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * message.el: Autoload gmm-image-load-path.
10461         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10462         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10463         consitency.
10464
10465         * gmm-utils.el (gmm-image-load-path): Also search in
10466         "../etc/images".  Don't set gmm-image-load-path if we don't find
10467         the image.
10468
10469 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * gmm-utils.el (gmm-image-load-path): Don't make
10472         `gmm-image-load-path' include subdirectories which the second arg
10473         `image' might specify.
10474
10475         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10476         subdirectory to icon file names.
10477
10478         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10479
10480 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10481
10482         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10483         gmm-image-load-path calls.
10484
10485         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10486
10487         * message.el (message-make-tool-bar): Ditto.
10488
10489         * mml.el (mml-preview): Added comment concerning tool bar icons.
10490
10491         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10492         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10493
10494         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10495         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10496
10497         * message.el (message-tool-bar-gnome): Use new icon names.
10498         (message-make-tool-bar): Use `gmm-image-load-path'.
10499
10500         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10501         functions from MH-E.
10502         (gmm-image-load-path): New variable from MH-E.
10503         (gmm-image-load-path): New function from MH-E.  Added arguments
10504         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10505         *-image-load-path-called-flag.
10506
10507 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10508
10509         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10510
10511 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10512
10513         * nnimap.el (nnimap-request-move-article): Change folder back to
10514         source group before deleting.
10515
10516 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10517
10518         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10519
10520         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10521         mm-url.
10522
10523         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10524
10525 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10528         coding system which mm-charset-to-coding-system returns for a
10529         given charset is valid.
10530
10531 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10532
10533         * html2text.el (html2text-remove-tag-list):
10534         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10535
10536 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10537
10538         * gnus-cus.el: Revert 2005-10-17 change.
10539
10540 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-art.el (article-strip-banner): Call
10543         article-really-strip-banner only when the regexp match is made.
10544
10545 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * gnus-art.el (article-strip-banner): Use
10548         gnus-extract-address-components instead of
10549         mail-header-parse-addresses to make it work with non-ASCII text;
10550         remove mail-encode-encoded-word-string.
10551
10552         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10553         values which are surrounded with \"...\"; make it never cause a
10554         Lisp error; give up parsing of parameters if it failed in
10555         extracting type.
10556
10557 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10558
10559         * smime.el (smime-cert-by-ldap-1): Fix bug where
10560         `smime-ldap-search' returns results without userCertificates.
10561
10562 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10565
10566 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * spam.el (spam-check-spamassassin-headers): Adapt format for
10569         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10570         <ari@mbf.ocn.ne.jp>.
10571         (spam-list-of-processors): Add spam-use-gmane.
10572
10573 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10576         make-temp-file; make it work with XEmacs as well.
10577
10578         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10579         mm-make-temp-file.
10580
10581         * mm-decode.el (mm-display-external): Use the 3rd arg of
10582         mm-make-temp-file.
10583         (mm-create-image-xemacs): Ditto.
10584
10585 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10588         with message-narrow-to-headers.
10589         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10590         (gnus-draft-check-draft-articles): New function.
10591         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10592
10593 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10594
10595         * gnus-art.el (gnus-article-browse-html-parts):
10596         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10597         Don't use suffix argument for mm-make-temp-file for Emacs 21
10598         compatibility.  Remove useless `format'.
10599
10600 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10601
10602         * nnweb.el (nnweb-google-wash-article): Update regexps.
10603         (nnweb-group-alist): Use defvoo instead of defvar.
10604
10605 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10608         re-loading nn* modules.
10609
10610 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10611
10612         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10613         for `tool-bar-mode' and don't check it's default-value.
10614
10615         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10616
10617         * message.el (message-make-tool-bar): Ditto.
10618
10619         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10620         `substring'.  Shorten tmp-file name.
10621
10622         * gnus.el: Remove bogus comment.
10623
10624 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10625
10626         * gnus-art.el (gnus-article-browse-html-parts): New function.
10627         (gnus-article-browse-html-article): New function for viewing html
10628         articles with a browser.
10629
10630 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10631
10632         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10633         in elisp.
10634         (pgg-gpg-encrypt-symmetric-region): Ditto.
10635         (pgg-gpg-sign-region): Ditto.
10636
10637         * pgg-def.el (pgg-text-mode): New variable.
10638
10639         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10640         (mml2015-pgg-encrypt): Ditto.
10641
10642         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10643         (mml1991-pgg-encrypt): Ditto.
10644
10645 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10648         message-make-date instead of current-time-string.
10649
10650         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10651         to gnus-decoded which mm-uu might set.
10652
10653 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10656         don't decode quoted parameters; remove misimported Emacs code.
10657         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10658         (rfc2231-decode-encoded-string): Don't use split-string which
10659         behaves differently according to Emacs version; use
10660         mm-decode-coding-region to convert charset to coding-system.
10661         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10662         (rfc2231-encode-string): Remove misimported Emacs code.
10663
10664 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10667         when calling mail-header-parse-content-type.
10668         (article-de-quoted-unreadable): Ditto.
10669         (article-de-base64-unreadable): Ditto.
10670         (article-wash-html): Ditto.
10671
10672         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10673         calling mail-header-parse-content-type and
10674         mail-header-parse-content-disposition.
10675         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10676         mail-header-parse-content-type.
10677
10678         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10679         insert charset and format parameters; encode description after
10680         inserting it to buffer.
10681         (mml-insert-parameter): Fold lines properly even if a parameter is
10682         segmented into two or more lines; change the max column to 76.
10683
10684         * rfc1843.el (rfc1843-decode-article-body): Don't use
10685         ignore-errors when calling mail-header-parse-content-type.
10686
10687         * rfc2231.el (rfc2231-parse-string): Return at least type if
10688         possible; don't cause an error even if it fails in parsing of
10689         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10690         (rfc2231-encode-string): Don't break lines at the beginning, leave
10691         it to mml-insert-parameter.
10692
10693         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10694         calling mail-header-parse-content-type.
10695
10696 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10697
10698         * spam-report.el (spam-report-gmane-use-article-number):
10699         Improve doc string.
10700         (spam-report-gmane-internal): Check if a suitable header was found
10701         in the article.
10702
10703 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10706         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10707
10708 2006-02-05  Romain Francoise  <romain@orebokech.com>
10709
10710         Update copyright notices of all files in the gnus directory.
10711
10712 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10713
10714         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10715
10716 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10719         segmented lines of parameter value to cope with Thunderbird 1.5
10720         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10721         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10722         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10723
10724 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10725
10726         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10727         parts.
10728
10729 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10730
10731         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10732         there's only one active file for all servers.
10733         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10734         solid groups.  Gnus might have used a FAST request to select the group.
10735         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10736         and nnweb-search redundantly in the active file.
10737         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10738         (nnweb-request-create-group): Don't use ARGS.
10739         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10740         initialisations.  Let nnoo do the work.
10741
10742 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10745         Say the part has been decoded.
10746
10747         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10748
10749 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10750
10751         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10752         mailcap-viewer-test-cache when there's no 'test clause, since that
10753         will invert the meaning of a "nil" test previously determined by
10754         mailcap-mailcap-entry-passes-test.
10755
10756 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10757
10758         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10759         compiling.
10760
10761         * gnus-sum.el: Ditto.
10762
10763         * message.el: Don't bind tool-bar-map when compiling.
10764
10765 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10766
10767         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10768
10769 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10770
10771         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10772         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10773         current Google Groups.
10774
10775 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10776
10777         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10778         and tool-bar-mode.
10779
10780         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10781         and tool-bar-mode.
10782
10783         * message.el (message-tool-bar-update): Simplify.
10784         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10785
10786         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10787         gnus-summary-buffer.
10788         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10789         gnus-summary-reply.
10790
10791         * gmm-utils.el (gmm): Add :version.
10792
10793 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * Makefile.in (clean): New rule.
10796         (distclean): Use it.
10797
10798 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10799
10800         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10801         autoload.
10802
10803 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gmm-utils.el (gmm-verbose): Add :group.
10806
10807 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * message.el: Change some comments WRT tool-bars.
10810
10811         * gnus-sum.el (gnus-summary-tool-bar)
10812         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10813         (gnus-summary-tool-bar-zap-list): New variables.
10814         (gnus-summary-make-tool-bar): Complete rewrite using
10815         `gmm-tool-bar-from-list'.
10816
10817         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10818         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10819         variables.
10820         (gnus-group-make-tool-bar): Complete rewrite using
10821         `gmm-tool-bar-from-list'.
10822         (gnus-group-tool-bar-update): New function.
10823
10824         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10825
10826 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10829         is dissected into a single part of which the type is the same as
10830         the given one; decode charset.
10831
10832 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10833
10834         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10835         into alists as symbol not string, since that's what
10836         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10837         look for.
10838
10839 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10842         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10843
10844         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10845
10846 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10849         (gnus-xmas-mime-security-button-menu): New function.
10850
10851         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10852         (gnus-mime-security-button-menu): New definition.
10853         (gnus-mime-security-button-map): Use them.
10854         (gnus-mime-security-button-menu): New function.
10855         (gnus-insert-mime-security-button): Addition to help echo.
10856         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10857         (gnus-mime-security-pipe-part): New functions.
10858
10859         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10860         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10861
10862         * mm-decode.el (mm-handle-set-disposition): Remove.
10863         (mm-handle-set-description): Remove.
10864
10865 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10868         (mm-w3m-standalone-supports-m17n-p): New function.
10869         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10870         w3m usage.
10871
10872         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10873         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10874
10875 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10876
10877         * message.el (message-tool-bar-zap-list): Use
10878         gmm-tool-bar-zap-list as custom type.
10879         (message-tool-bar-update): New function.
10880         (message-tool-bar, message-tool-bar-gnome)
10881         (message-tool-bar-retro): Add message-tool-bar-update.
10882         (message-tool-bar-gnome): Add flyspell-buffer.
10883
10884         * gnus-util.el (gnus-error): Describe `args'.
10885
10886         * gmm-utils.el (gmm-error): Describe `args'.
10887         (gmm-tool-bar-zap-list): New widget.
10888         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10889
10890 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10893         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10894         the number of recursive calls.
10895
10896         * mm-decode.el (mm-handle-set-disposition): New macro.
10897         (mm-handle-set-description): New macro.
10898
10899 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10902         encoding.
10903
10904 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10905
10906         * message.el (message-tool-bar-zap-list, message-tool-bar)
10907         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10908         (message-tool-bar-local-item-from-menu): Remove.
10909         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10910         (message-make-tool-bar): New function.
10911         (message-mode): Use `message-make-tool-bar'.
10912
10913         * gmm-utils.el: New file.
10914         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10915         (gmm-lazy): New widget copied from `nnmail.el'.
10916         (gmm-tool-bar-from-list): New function for creating customizable
10917         tool bars.
10918         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10919         output.
10920         (gmm): Add :prefix to defgroup.
10921
10922 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10923
10924         * gmm-utils.el (gmm-widget-p): New function.
10925
10926 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10927
10928         * mml.el (mml-attach-file): Describe `description' in doc string.
10929         (mml-menu): Add Emacs MIME manual and PGG manual.
10930
10931 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10932
10933         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10934
10935 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10936
10937         * nntp.el (nntp-end-of-line): Doc fix.
10938
10939 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10940
10941         * imap.el (imap-open): Handle case where buffer is a buffer
10942         object.
10943
10944 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10945
10946         * gnus-delay.el (gnus-delay): Don't autoload.
10947         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10948         to be re-loaded when customizing the `gnus-delay' group.
10949
10950 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10951
10952         * message.el (message-insert-citation-line): Use newlines.
10953
10954 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10955
10956         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10957         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10958         these routines, so the passphrase can be managed externally and
10959         passed in to the system.
10960         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10961         pgg-add-passphrase-to-cache function.
10962
10963         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10964         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10965         these routines, so the passphrase can be managed externally and
10966         passed in to the system.
10967         (pgg-pgp5-sign-region): Use new name of
10968         pgg-add-passphrase-to-cache function.
10969
10970 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10971
10972         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10973         part of the decoded armor to find the key-identifier.
10974         (pgg-gpg-lookup-key-owner): New function to return the
10975         human-readable identifier of a key owner.
10976         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10977         itself.
10978         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10979         the key value) if we have a key and can match it against a secret
10980         key.  Also, added a note pointing out fact that the prompt only
10981         indicates the first matching key.
10982
10983         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10984         pgg-decrypt-region.
10985         (pgg-add-passphrase-to-cache): Rename from
10986         `pgg-add-passphrase-cache' to reduce confusion (all callers
10987         changed).
10988         (pgg-remove-passphrase-from-cache): Rename from
10989         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10990         changed).
10991         (pgg-read-passphrase, pgg-add-passphrase-cache)
10992         (pgg-remove-passphrase-cache): Add informative docstrings.
10993         (pgg-decrypt): Convey provided passphrase in subordinate call to
10994         pgg-decrypt-region.
10995
10996 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10997
10998         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10999         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11000         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11001         'passphrase' argument, so the passphrase can be managed externally
11002         and then passed in to the system.
11003
11004         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11005         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11006         so the passphrase cache can be used reliably with identifiers
11007         besides a pgp packet's key id.
11008
11009         * pgg-gpg.el (pgg-gpg-encrypt-region)
11010         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11011         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11012         these routines, so the passphrase can be managed externally and
11013         passed in to the system.
11014
11015         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11016         'notruncate' argument, so the passphrase cache can be used
11017         reliably with identifiers besides a pgp packet's key id.
11018
11019 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11020
11021         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11022         symmetric encryption.
11023         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11024         encrypted session key.
11025         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11026         message ask for the passphrase in a proper way.
11027
11028         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11029         New user commands for symmetric encryption.
11030
11031 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11034
11035         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11036
11037 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11038
11039         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11040
11041 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * mm-decode.el (mm-inlined-types): Add application/pgp.
11044         (mm-automatic-display): Ditto.
11045
11046         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11047         part as text.
11048
11049 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * nnrss.el: Update copyright.
11052         (nnrss-opml-import): Query whether to subscribe to each entry.
11053
11054         * gnus-art.el:
11055         * gnus-sum.el:
11056         * gnus-xmas.el:
11057         * messagexmas.el:
11058         * mm-uu.el:
11059         * mm-view.el: Update copyright.
11060
11061 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11062
11063         * message.el (message-info): New function.
11064         (message-mode-menu): Add it.
11065         Update copyright.
11066
11067         * ChangeLog: Fix and update copyright.
11068
11069 2006-01-13  Romain Francoise  <romain@orebokech.com>
11070
11071         * message.el (message-forward-subject-name-subject): Prefer the
11072         address to 'nowhere' if the sender has no name.
11073         Fix typo.  Update copyright year.
11074
11075 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-art.el (article-wash-html): Use
11078         gnus-summary-show-article-charset-alist if a numeric arg is given.
11079         (gnus-article-wash-html-with-w3m-standalone): New function.
11080
11081         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11082         mm-inline-text-html-render-with-w3m-standalone.
11083         (mm-text-html-washer-alist): Map w3m-standalone to
11084         gnus-article-wash-html-with-w3m-standalone.
11085         (mm-inline-text-html-render-with-w3m-standalone): New function.
11086
11087 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11090         Improve LaTeX.
11091
11092 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11095         (nnrss-request-article): Render text/plain parts as HTML.
11096
11097         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11098         the buffer.
11099
11100 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11101
11102         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11103         custom definition of `gnus-posting-styles'.
11104
11105         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11106         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11107
11108 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11109
11110         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11111         Use nntp for bug archive.
11112
11113 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11116         parts.
11117         (nnrss-normalize-date): New function converts ISO 8601 date into
11118         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11119         (nnrss-check-group): Use it.
11120
11121 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11124
11125         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11126         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11127         (nnrss-insert-w3): Ditto.
11128
11129 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11132         the articles to be forwarded including the case where neither a
11133         number of articles nor a region is specified.
11134
11135 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * nnrss.el (nnrss-request-article): Fix last change; fill
11138         text/plain parts.
11139
11140 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11143         in text/plain part.
11144         (nnrss-check-group): Don't add excessive newline to dc:subject.
11145
11146 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11147
11148         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11149         article.
11150
11151 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11152
11153         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11154         (nnml-use-compressed-files, nnml-save-mail): Support other
11155         comression programs such as bzip2.
11156
11157 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158
11159         * dns.el (query-dns): Make sure we check the buffer size before
11160         removing tcp headers.
11161
11162 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11165         remove MIME buttons associated with multipart/alternative parts.
11166         (gnus-mime-display-alternative): Tag buttons using `article-type'
11167         text property.
11168
11169         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11170         associated with multipart/alternative parts.
11171
11172         * gnus-art.el (gnus-signature-separator): Fix custom type.
11173
11174         * mm-decode.el (mm-inlined-types): Fix custom type.
11175         (mm-keep-viewer-alive-types): Ditto.
11176         (mm-automatic-display): Ditto.
11177         (mm-attachment-override-types): Ditto.
11178         (mm-inline-override-types): Ditto.
11179         (mm-automatic-external-display): Ditto.
11180
11181 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11182
11183         * spam-report.el (spam-report-user-mail-address)
11184         (spam-report-user-agent): New variables.
11185         (spam-report-url-ping-plain): Use spam-report-user-agent.
11186
11187 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11188
11189         * gnus-art.el (gnus-button-handle-custom): Do not just use
11190         `customize-apropos' for any "M-x customize-*" button but the
11191         function called for.  Accept both the function name and its
11192         argument in order to achieve this.
11193         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11194         function name to `gnus-button-handle-custom' in case of "M-x
11195         customize-*" buttons.
11196
11197 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11200         multipart/alternative and add xref to mm-discouraged-alternatives
11201         in doc string.
11202
11203         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11204         gnus-buttonized-mime-types in doc string.
11205
11206 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11209         Suggest image/.* in the doc string.
11210
11211 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11214         message-marks (Debian bug #342521).
11215
11216 2005-12-12  Simon Josefsson  <jas@extundo.com>
11217
11218         * password.el (password-read-from-cache): Add.
11219         (password-read): Use it.
11220
11221 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11224         us-ascii as a MIME charset.
11225
11226         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11227         against the case where the 2nd arg TYPE is nil.
11228
11229 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * pop3.el (pop3-stream-type): Fix custom version.
11232
11233         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11234
11235 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11236
11237         * mm-decode.el (mm-display-external): Add missing cdr.
11238
11239 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11242         RFC1524) if it is in mailcap or add a suffix according to
11243         mailcap-mime-extensions when generating a temp filename; postpone
11244         deleting a temp file for 2 seconds for some wrappers, shell
11245         scripts, and so on, which might exit right after having started a
11246         viewer command as a background job.
11247
11248 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * nntp.el (nntp-marks-directory): Fix custom group.
11251
11252         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11253         steps when < 10.
11254
11255         * gnus-start.el (gnus-no-server-1): Mention
11256         `gnus-level-default-subscribed' in doc string.
11257
11258 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11259
11260         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11261         parens.
11262
11263 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gnus-xmas.el (gnus-use-toolbar): Revert.
11266         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11267         gnus-use-toolbar is default.
11268
11269         * messagexmas.el (message-use-toolbar): Revert.
11270         (message-setup-toolbar): Use global default-toolbar if
11271         message-use-toolbar is default.
11272
11273 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11276         according to default-toolbar-visible-p.
11277
11278         * messagexmas.el (message-use-toolbar): Ditto.
11279
11280 2005-11-26  Dave Love  <fx@gnu.org>
11281
11282         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11283         (tls-program, tls-success): Provide openssl alternative.
11284
11285         * starttls.el: Doc fixes.
11286         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11287         SERVICE to PORT.
11288
11289         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11290         port null or service name.
11291         (starttls-negotiate): Autoload.
11292
11293 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * message.el (message-kill-to-signature): Fix interactive spec.
11296
11297 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * pop3.el (pop3-open-server): Recognize a string as a service name.
11300
11301 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11302
11303         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11304
11305 2005-11-23  Dave Love  <fx@gnu.org>
11306
11307         Add pop3s, pop3/starttls.
11308
11309         * pop3.el (pop3-authentication-scheme): Clarify doc.
11310         (open-tls-stream, starttls-open-stream): Autoload.
11311         (pop3-stream-type): New.
11312         (pop3-open-server): Use it.
11313
11314         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11315         for POP.
11316         (mail-source-keyword-map): Add :stream for POP.
11317         (mail-source-fetch-pop): Use pop3-stream-type.
11318
11319 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11322         of current-time-string.
11323
11324 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11325
11326         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11327         date header.
11328
11329 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11330
11331         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11332         it can seriously impact performance as it bypasses the agent's
11333         local caches.
11334
11335 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11336
11337         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11338         must be explicitly online rather than "not explicitly offline" for
11339         its flags to be synchronized.
11340
11341         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11342         that gnus-uu-unmark-thread will function correctly.
11343
11344         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11345         1024K is instead displayed as 1M.
11346
11347 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11348
11349         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11350
11351 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11352
11353         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11354
11355 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11356
11357         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11358         error message to display actual error condition.
11359         (gnus-agent-save-local): Avoid saving symbols that are bound to
11360         nil as they simply result in a warning message in
11361         gnus-agent-read-local.
11362
11363 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11366         rather than make-variable-buffer-local for file-precious-flag.
11367
11368 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11369
11370         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11371         for duplicates which are removed.  The invalid sort check then
11372         triggers a rescan after the sort as sorting may have moved
11373         duplicate entries such that they can be cheaply detected.
11374
11375 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11378
11379 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11380
11381         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11382         internal variable to a custom variable.  Changed default value
11383         from compressed(2) to uncompressed(1).
11384         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11385         support for uncompressed agentview files.  Taken together, reading
11386         the agentview file should now be 6-7 times faster.
11387
11388 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11389
11390         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11391         as a buffer-local variable.  This avoids creating truncated
11392         dribble files as a result of a hang up, eg.
11393
11394 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11395
11396         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11397         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11398         XEmacs.
11399
11400 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gnus-start.el (gnus-start-draft-setup): Enforce
11403         `gnus-draft-mode' for nndraft:drafts at startup.
11404
11405         * gnus.el (gnus-splash): Change custom group.
11406         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11407         allow-list argument.
11408
11409         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11410         string.
11411
11412 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * gnus-art.el (gnus-default-article-saver): Add user-defined
11415         `function' to custom type.
11416
11417 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11418
11419         * imap.el (imap-open): Handle case where buffer is a buffer
11420         object.
11421
11422 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11425         long lines.
11426         (gnus-cache-delete-group): Wrap doc strings.
11427
11428         * gnus-agent.el (gnus-agent-rename-group)
11429         (gnus-agent-delete-group): Wrap doc strings.
11430
11431 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * messagexmas.el (message-use-toolbar): Change the valid values
11434         into default, top, bottom, left, and right.
11435         (message-toolbar-thickness): New variable.
11436         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11437         well.
11438         (message-setup-toolbar): Make it work.
11439
11440         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11441         (gnus-use-toolbar): Change the valid values into default, top,
11442         bottom, left, and right.
11443         (gnus-toolbar-thickness): New variable.
11444         (gnus-xmas-setup-toolbar): New function.
11445         (gnus-xmas-setup-group-toolbar): Use it.
11446         (gnus-xmas-setup-summary-toolbar): Use it.
11447
11448 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11449
11450         * gnus-start.el (gnus-1): Add "native" to
11451         gnus-predefined-server-alist.
11452
11453         * gnus.el (gnus-method-to-server): Don't add "native" to the
11454         lists here, because that leads to problems when
11455         gnus-select-method is bound.
11456
11457 2005-11-09  Simon Josefsson  <jas@extundo.com>
11458
11459         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11460         use (not sort-by-date) instead.
11461
11462 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11463
11464         * gnus-delay.el (gnus-delay-group): Don't autoload.
11465         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11466         to be re-loaded when customizing the `gnus-delay' group.
11467
11468 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11469
11470         * message.el: Revert last changes.
11471         (message-insert-citation-line): Use newlines.
11472
11473 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11474
11475         * message.el (message-courtesy-message)
11476         (message-mark-insert-begin, message-mark-insert-end)
11477         (message-elide-ellipsis, message-cancel-message)
11478         (message-add-header, message-change-subject)
11479         (message-cross-post-followup-to-header)
11480         (message-cross-post-insert-note, message-reduce-to-to-cc)
11481         (message-widen-reply, message-delete-not-region)
11482         (message-kill-to-signature, message-insert-signature)
11483         (message-insert-importance-high, message-insert-importance-low)
11484         (message-insert-or-toggle-importance)
11485         (message-insert-disposition-notification-to)
11486         (message-indent-citation, message-yank-original)
11487         (message-cite-original-without-signature, message-cite-original)
11488         (message-insert-citation-line, message-position-on-field)
11489         (message-fix-before-sending, message-send-mail-partially)
11490         (message-send-mail, message-send-mail-with-sendmail)
11491         (message-send-mail-with-qmail, message-send-news)
11492         (message-check-news-header-syntax, message-generate-headers)
11493         (message-insert-courtesy-copy, message-fill-address)
11494         (message-fill-header, message-shorten-references)
11495         (message-setup-1, message-cancel-news)
11496         (message-forward-make-body-plain, message-forward-make-body-mime)
11497         (message-forward-make-body-mml, message-encode-message-body)
11498         (message-forward-make-body-digest-plain)
11499         (message-forward-make-body-digest-mime)
11500         (message-use-alternative-email-as-from): Insert `hard-newline'
11501         instead of ordinary newlines.
11502
11503 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * message.el (message-generate-headers): Downcase the argument
11506         given to message-check-element.
11507
11508 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11509
11510         * nntp.el (nntp-authinfo-rejected): New error condition.
11511         (nntp-wait-for): Use new error condition to signal authentication
11512         error.
11513         (nntp-retrieve-data): Rethrow new error condition to break out of
11514         recursive call to nntp-send-authinfo.
11515
11516 2005-11-08  Romain Francoise  <romain@orebokech.com>
11517
11518         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11519         (gnus-summary-exit-map): Bind to `Z p'.
11520         (gnus-summary-make-menu-bar): Add menu item.
11521
11522 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11525         (gnus-treat-*): Add `first' in all doc strings.
11526
11527         * gnus-group.el (gnus-group-compact-group): Fix typo.
11528
11529 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus.el (gnus-parameters-case-fold-search): New variable.
11532         (gnus-parameters-get-parameter): Use it.
11533
11534         * gnus-score.el (gnus-home-score-file): Doc fix.
11535
11536 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11537
11538         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11539
11540 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * mm-util.el (mm-special-display-p): New function.
11543
11544         * mml.el (mml-preview): Use it; doc fix.
11545
11546 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11547
11548         * imap.el (imap-open): Handle case where buffer is a buffer object.
11549
11550 2005-10-29  Romain Francoise  <romain@orebokech.com>
11551
11552         * message.el (message-fix-before-sending): Fix comment.
11553
11554 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11555
11556         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11557
11558 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11559
11560         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11561         Used in gnus-score.el.
11562
11563 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11566
11567 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11568
11569         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11570         whitespace removed in revision 7.8.  Use concatenated string to
11571         protect trailing whitespace.
11572
11573 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11574
11575         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11576         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11577         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11578         Courier IMAP ("some version from 2004").  Mostly based on similar
11579         code in the same function.
11580
11581 2005-10-26  Didier Verna  <didier@xemacs.org>
11582
11583         * gnus-group.el (gnus-group-compact-group): Invalidate original
11584         article buffer.
11585         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11586         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11587         NOV database and in article itself.
11588         Invalidate article backlog.
11589
11590 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11591
11592         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11593
11594 2005-10-26  Simon Josefsson  <jas@extundo.com>
11595
11596         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11597         part of 2004-07-25 change.
11598
11599 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * message.el (message-display-completion-list): New function.
11602         (message-expand-group): Use it; make sure the Completions buffer
11603         is modifiable.
11604 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11605
11606         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11607         user-mail-name is an empty string.
11608
11609 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11612         depending on gnus-score-decay-constant.
11613
11614         * encrypt.el (encrypt-insert-file-contents)
11615         (encrypt-write-file-contents): Don't use `gnus-message'.
11616
11617         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11618         arguments.
11619         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11620         arguments to mm-uu-verbatim-marks-extract.
11621         (mm-uu-hide-markers): New variable.
11622         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11623
11624         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11625         (gnus-convert-image-to-face-command): Use "convert" by default to
11626         allow other input image formats.
11627         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11628         accordingly.
11629
11630 2005-10-23  Simon Josefsson  <jas@extundo.com>
11631
11632         * imap.el (imap-gssapi-program): Align command line parameters
11633         with latest GNU SASL.
11634         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11635
11636 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11637
11638         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11639         HTML.
11640         (nnslashdot-request-article): Ditto.
11641
11642         * lpath.el (featurep): Add nobreak-char-display.
11643
11644 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11645
11646         * mail-source.el (mail-source-fetch-pop): Require pop3.
11647         (mail-source-check-pop): Ditto.
11648
11649 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11652         errors.
11653
11654 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11657         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11658
11659         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11660
11661         * mm-bodies.el (mm-decode-string): Call
11662         `mm-charset-to-coding-system' with allow-override argument.
11663
11664 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11667         (rfc2047-charset-to-coding-system): New function.
11668         (rfc2047-decode-encoded-words): New function.
11669         (rfc2047-decode-region): Use them.
11670         (rfc2047-decode-cte): Remove.
11671         (rfc2047-parse-and-decode): Remove.
11672         (rfc2047-decode): Remove.
11673
11674 2005-10-15  Kenichi Handa  <handa@m17n.org>
11675
11676         * rfc2047.el (rfc2047-decode-cte): New function.
11677         (rfc2047-decode-region): Change the way to decode successive
11678         encoded-words: decode B- or Q-encoding in each encoded-word,
11679         concatenate them, and decode it as charset.
11680
11681 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * lpath.el: Fbind codepage-setup for XEmacs.
11684
11685 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11686
11687         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11688         widget-move-and-invoke.
11689         (gnus-custom-mode): Use gnus-custom-map.
11690
11691 2005-10-15  Bill Wohler  <wohler@newt.com>
11692
11693         * message.el (message-tool-bar-map): Renamed image file from
11694         mail_send to mail/send.
11695
11696 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11697
11698         * message.el (message-expand-group): Pass the common
11699         prefix substring of completion to `display-completion-list'.
11700
11701 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * mml-sec.el (mml-secure-method): New internal variable.
11704         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11705         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11706         functions using mml-secure-method.
11707
11708         * mml.el (mml-mode-map): Add key bindings for those functions.
11709         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11710         Harder <harder@myrealbox.com>.
11711         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11712         end of message if point is the headers of the message.
11713
11714         * message.el (message-in-body-p): New function.
11715
11716         * assistant.el: Autoload gnus-util and netrc.
11717
11718         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11719         Use `mm-charset-override-alist' only when decoding.
11720
11721         * mm-bodies.el (mm-decode-body): Call
11722         `mm-charset-to-coding-system' with allow-override argument.
11723
11724         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11725         `filename' from Content-Disposition if Content-Type doesn't
11726         provide `name'.
11727         (gnus-mime-view-part-as-type): Set default instead of
11728         initial-input.
11729
11730 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11731
11732         * format-spec.el (format-spec): Propagate text properties of % spec.
11733
11734 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11735
11736         * gnus-art.el (gnus-treat-predicate): Add `first'.
11737
11738 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11741         (mm-charset-override-alist): New variable.
11742         (mm-charset-to-coding-system): Use it.
11743         (mm-codepage-setup): New helper function.
11744         (mm-charset-eval-alist): New variable.
11745         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11746         about unknown charsets.
11747
11748         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11749
11750 2005-10-04  David Hansen  <david.hansen@gmx.net>
11751
11752         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11753         (nnrss-check-group): Ditto.
11754
11755 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11758         Rename x-gnus-verbatim to x-verbatim.
11759         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11760
11761         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11762         x-verbatim.
11763
11764         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11765
11766         * gnus-util.el (gnus-remove-duplicates): Remove.
11767
11768         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11769         instead of gnus-remove-duplicates.
11770
11771         * message.el (message-remove-duplicates): Remove.
11772         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11773         message-remove-duplicates.
11774
11775         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11776         available, else use implementation from `delete-dups'.
11777
11778         * message.el (message-insert-expires): New function.
11779         (message-mode-map): Add key binding.
11780         (message-mode-field-menu): Add menu entry.
11781         (message-mode): Document it.
11782         (message-make-expires-date): Use `message-make-date'.
11783
11784 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11785
11786         * message.el (message-make-expires-date): New function.
11787
11788 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * Makefile.in (list-installed-shadows): New entry.
11791         (install): Use it.
11792         (remove-installed-shadows): New entry.
11793
11794         * dgnushack.el (dgnushack-default-load-path): New variable.
11795         (dgnushack-find-lisp-shadows): New function.
11796         (dgnushack-remove-lisp-shadows): New function.
11797
11798 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * Makefile.in (install-el-elc): New entry.
11801         (install): Use it so that .el files are necessarily installed.
11802
11803 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11806
11807 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11808
11809         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11810         function rather than the diff-mode.el package.
11811         (mm-display-external): Use with-current-buffer.
11812         (mm-viewer-completion-map, mm-viewer-completion-map):
11813         Move initialization inside declaration.
11814
11815 2005-09-29  Simon Josefsson  <jas@extundo.com>
11816
11817         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11818         autoload mail-check-payment.
11819         (spam-check-hashcash): Define unconditionally, since hashcash.el
11820         is part of Gnus now.  Ignore errors from payment checking.
11821
11822 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * message.el (message-bold-region, message-unbold-region): Rename
11825         from `bold-region' and `unbold-region'.
11826
11827         * message.el: Remove useless autoloads.
11828
11829 2005-09-28  Simon Josefsson  <jas@extundo.com>
11830
11831         * message.el (message-use-idna): Default to t.
11832         (message-use-idna): Test whether encoding works too.  Doc fix.
11833
11834 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11835
11836         * nntp.el (nntp-warn-about-losing-connection): Remove.
11837
11838 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11839
11840         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11841         customizable.  Change default value.
11842         (mm-uu-diff-groups-regexp): Change default value.
11843         (mm-uu-type-alist): Add doc string.
11844         (mm-uu-configure): Add doc string.  Make it interactive.
11845         (mm-uu-tex-groups-regexp): New variable.
11846         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11847         (mm-uu-type-alist): Add LaTeX documents.
11848         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11849         of "text/verbatim".
11850         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11851
11852         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11853         instead of "text/verbatim".
11854
11855         * message.el (message-mark-inserted-region)
11856         (message-mark-insert-file): Use slrn style marks when called with
11857         prefix argument.
11858
11859 2005-09-27  Simon Josefsson  <jas@extundo.com>
11860
11861         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11862
11863 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11864
11865         * message.el (message-remove-duplicates): New function.
11866         Implementation borrowed from `gnus-remove-duplicates'.
11867         (message-idna-to-ascii-rhs): Also encode idna addresses in
11868         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11869         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11870         only ask about the same idna domain once per header and also tell
11871         in what header to replace the idna domain.
11872
11873         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11874         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11875         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11876         a header is decoded and not just the last one.
11877
11878 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11881         has been decoded.
11882
11883         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11884         (mm-insert-part): Don't modify text if it has been decoded.
11885
11886         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11887         decoded.
11888
11889         * mm-view.el (mm-inline-text): Don't strip text props unless
11890         decoding enriched or richtext parts.
11891
11892 2005-09-25  Romain Francoise  <romain@orebokech.com>
11893
11894         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11895         * gnus-start.el (gnus-subscribe-interactively):
11896         * gnus-uu.el (gnus-uu-grab-articles):
11897         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11898         space.
11899
11900 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11901
11902         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11903         * mm-view.el (mm-view-pkcs7-decrypt):
11904         * gnus-sum.el (gnus-summary-limit-to-extra)
11905         (gnus-summary-respool-article, gnus-read-move-group-name):
11906         * gnus-score.el (gnus-summary-increase-score):
11907         * gnus-util.el (gnus-completing-read-with-default):
11908         * gnus-art.el (gnus-read-save-file-name)
11909         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11910         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11911         * message.el (message-check-news-header-syntax):
11912         Follow convention for reading with the minibuffer.
11913
11914 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11915
11916         * spam-report.el (spam-report-url-ping-plain):
11917         Use gnus-extended-version as User-Agent.
11918
11919         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11920         default value is nil.
11921
11922         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11923         (mm-uu-verbatim-marks-extract): New function.
11924         (mm-uu-extract): New face.
11925         (mm-uu-copy-to-buffer): Use it.
11926
11927         * spam-report.el (spam-report-gmane-ham): Renamed from
11928         `spam-report-gmane-unspam'.
11929         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11930         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11931
11932         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11933         Autoload.
11934         (spam-report-gmane-unregister-routine): Renamed
11935         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11936
11937 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11938
11939         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11940         (spam-report-gmane-unregister-routine): Add support for gmane
11941         unregistration.
11942
11943         * spam-report.el (spam-report-gmane-unspam)
11944         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11945         (spam-report-gmane): Change to take a single article and do unspam
11946         registration.
11947
11948 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * mm-url.el (mm-url-decode-entities): Fix regexp.
11951
11952 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11953
11954         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11955         default to nil, to be able to use Gnus at all.  If the default
11956         switches to something else, then the function should be fixed not
11957         be exceedingly slow.
11958
11959 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11960
11961         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11962         fail hard.
11963
11964         * spam-report.el: Add better Keywords line.
11965
11966         * spam.el: Add Maintainer and better Keywords line.
11967
11968 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11969
11970         * gnus-art.el (gnus-article-replace-part)
11971         (gnus-mime-replace-part): New functions.
11972         (gnus-mime-action-alist, gnus-mime-button-commands)
11973         (gnus-mime-save-part-and-strip): Added file argument.
11974         (gnus-article-part-wrapper): Added interactive argument.
11975
11976         * gnus-sum.el (gnus-summary-mime-map): Add
11977         `gnus-article-replace-part'.
11978
11979 2005-09-19  Didier Verna  <didier@xemacs.org>
11980
11981         The nnml compaction feature:
11982         * nnml.el (nnml-request-compact-group): New function.
11983         * nnml.el (nnml-request-compact): New function.
11984         * gnus-int.el (gnus-request-compact-group): New function.
11985         * gnus-int.el (gnus-request-compact): New function.
11986         * gnus-group.el (gnus-group-compact-group): New function.
11987         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11988         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11989         * gnus-srvr.el (gnus-server-compact-server): New function.
11990         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11991         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11992
11993 2005-09-18  Deepak Goel  <deego@gnufans.org>
11994
11995         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11996         format spec.
11997
11998 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11999
12000         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12001
12002 2005-09-15  Romain Francoise  <romain@orebokech.com>
12003
12004         * message.el (message-fill-paragraph): Clarify docstring.
12005
12006 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * gnus-art.el (gnus-mime-display-part): Protect against broken
12009         MIME messages.
12010
12011 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12014         before parsing header.
12015
12016 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12017
12018         * html2text.el (html2text-replace-list): Add new entities.
12019
12020 2005-09-11  Romain Francoise  <romain@orebokech.com>
12021
12022         * message.el (message-alternative-emails): Improve docstring.
12023         (message-setup-1): Call `message-use-alternative-email-as-from'
12024         after `message-setup-hook' to give it precedence over posting
12025         styles, etc.
12026         (message-use-alternative-email-as-from): Add docstring.  Remove
12027         the original From header if present.
12028
12029         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12030         (nnml-save-mail): Use it.
12031
12032         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12033         articles.  Add new argument `silent'.
12034         (gnus-uu-mark-all): Report the total number of marked articles.
12035
12036 2005-09-10  Romain Francoise  <romain@orebokech.com>
12037
12038         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12039         (gnus-uu-mark-series): Likewise.
12040
12041 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12042
12043         * spam-report.el (spam-report-gmane): Fix generation of spam
12044         report URL.
12045
12046 2005-09-10  Simon Josefsson  <jas@extundo.com>
12047
12048         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12049         t, based on discussion on the ding list with Robert Epprecht
12050         <epprecht@solnet.ch>.
12051
12052 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * spam-report.el (spam-report-gmane): Make it work without
12055         X-Report-Spam header.  Gmane now only provides Archived-At.
12056         This is only used if `spam-report-gmane-use-article-number' is nil.
12057         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12058
12059         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12060         make `gnus-summary-sort-by-recipient' work with threading.
12061
12062         * nnweb.el (nnweb-google-wash-article): Print a message if article
12063         is not available.
12064
12065 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12066
12067         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12068         change.  Decode text/* parts content before displaying.
12069
12070 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12073
12074 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12077
12078         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12079         url-package-name, url-package-version,
12080         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12081         w3m-display-inline-images, and w3m-minor-mode-map.
12082
12083 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12084
12085         * message.el (message-tab-body-function): Fix mismatched custom type.
12086
12087         * gnus.el (gnus-group-change-level-function): Ditto.
12088
12089         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12090
12091         * gnus-art.el (gnus-signature-limit)
12092         (gnus-article-mime-part-function): Ditto.
12093
12094 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * mml.el (mml-mode): Silence the byte compiler.
12097
12098         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12099         using `(sit-for 0)' before moving the point to the specified part;
12100         skip unbuttonized parts.
12101         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12102         return to the summary window if gnus-auto-select-part is non-nil.
12103
12104 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12107         variables.
12108         (mml-dnd-attach-file, mml-mode): Use them.
12109
12110         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12111         Make fetching article by MID work again for Google Groups.  Added
12112         FIXME concerning gnus-group-make-web-group.
12113
12114         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12115         Don't depend on Gnus by using mail-extract-address-components if
12116         gnus-extract-address-components is not bound.
12117
12118 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12119
12120         * gnus-art.el (gnus-mime-display-security): Don't display the
12121         signature, but only the signed part.
12122
12123 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12124
12125         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12126
12127         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12128         list, not listp.
12129
12130 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12131
12132         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12133         when encoding.
12134
12135         * mm-bodies.el (mm-decode-content-transfer-encoding):
12136         De-canonicalize CRLF for all text content types, not just
12137         text/plain.
12138
12139 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12142         valid article; point arrow and cursor at the MIME button.
12143
12144 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12147         Suggested by Dan Christensen <jdc@uwo.ca>.
12148
12149         * mm-decode.el (mm-save-part): Enable change of prompt.
12150
12151 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12152
12153         * gnus-msg.el (gnus-inews-add-send-actions): Made
12154         `message-post-method' lambda parameter ARG `&optional'.
12155
12156 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * gnus-sum.el (gnus-summary-mime-map): Added
12159         gnus-article-save-part-and-strip, gnus-article-delete-part and
12160         gnus-article-jump-to-part.
12161
12162         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12163         (gnus-article-edit-part): Use it.
12164         (gnus-article-part-wrapper): Added no-handle argument.
12165         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12166         functions.
12167
12168 2005-08-29  Romain Francoise  <romain@orebokech.com>
12169
12170         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12171         docstring.
12172         (gnus-face-from-file): Likewise.
12173
12174 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12177         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12178         non-nil.
12179         (gnus-auto-select-part): New variable.
12180         (gnus-article-jump-to-part): New function.
12181         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12182         (gnus-mime-delete-part): Allow selecting specified part after
12183         deleting or stripping parts.
12184         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12185         part if argument is bogus.
12186
12187 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12188
12189         * gnus-art.el (w3m-minor-mode-map):
12190         * gnus-spec.el (gnus-newsrc-file-version):
12191         * gnus-util.el (nnmail-active-file-coding-system)
12192         (gnus-original-article-buffer, gnus-user-agent):
12193         * gnus.el (gnus-ham-process-destinations)
12194         (gnus-parameter-ham-marks-alist)
12195         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12196         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12197         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12198         * mm-decode.el (gnus-current-window-configuration):
12199         * mm-extern.el (gnus-article-mime-handles):
12200         * mm-url.el (url-current-object, url-package-name)
12201         (url-package-version):
12202         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12203         (smime-keys, w3m-cid-retrieve-function-alist)
12204         (w3m-current-buffer, w3m-display-inline-images)
12205         (w3m-minor-mode-map):
12206         * mml-smime.el (gnus-extract-address-components):
12207         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12208         (gnus-newsrc-hashtb, message-default-charset)
12209         (message-deletable-headers, message-options)
12210         (message-posting-charset, message-required-mail-headers)
12211         (message-required-news-headers):
12212         * mml1991.el (mc-pgp-always-sign):
12213         * mml2015.el (mc-pgp-always-sign):
12214         * nnheader.el (nnmail-extra-headers):
12215         * rfc1843.el (gnus-decode-encoded-word-function)
12216         (gnus-decode-header-function, gnus-newsgroup-name):
12217         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12218
12219 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12220
12221         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12222         the end of the date treatments.
12223
12224 2005-08-15  Simon Josefsson  <jas@extundo.com>
12225
12226         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12227         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12228         Capello and Romain Francoise.
12229         (pgg-fetch-key-function): Removed, not used?
12230         (pgg-insert-url-with-w3): Require url, to get
12231         url-insert-file-contents regardless of where it is defined.
12232
12233 2005-08-13  Romain Francoise  <romain@orebokech.com>
12234
12235         * message.el (message-cite-original-1): New function.
12236         (message-cite-original): Use it.
12237         (message-cite-original-without-signature): Ditto.
12238
12239 2005-08-08  Romain Francoise  <romain@orebokech.com>
12240
12241         * message.el (message-yank-empty-prefix): New variable.
12242         (message-indent-citation): Use it.
12243         (message-cite-original-without-signature): Respect X-No-Archive.
12244
12245 2005-08-08  Simon Josefsson  <jas@extundo.com>
12246
12247         * pgg.el: Autoload url-insert-file-contents instead of loading
12248         w3/url.
12249         (pgg-insert-url-with-w3): Don't load url here.
12250
12251 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12252
12253         * message.el (message-kill-to-signature): Don't insert newline at
12254         bol.
12255         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12256
12257 2005-08-06  Romain Francoise  <romain@orebokech.com>
12258
12259         * message.el (message-user-fqdn): Fix typo in docstring.
12260
12261 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12262
12263         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12264
12265         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12266
12267 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * mm-bodies.el (mm-encode-body): Use coding system rather than
12270         charset to encode text.
12271
12272         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12273         number of charsets if utf-8 is available (XEmacs).
12274
12275 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12278         taken from `gnus-button-mid-or-mail-regexp'.
12279         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12280         (gnus-button-alist): Improve regexp for domain part of the MIDs
12281         for news:localpart@domain buttons.
12282         (gnus-button-ctan-directory-regexp): Update.
12283
12284 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * sieve-manage.el (sieve-manage-interactive-login): Use
12287         make-local-variable rather than make-variable-buffer-local.
12288         (sieve-manage-open): Ditto.
12289         (sieve-manage-authenticate): Ditto.
12290
12291         * mml.el (mml-generate-mime-1): Make the content type default to
12292         text/plain if the filename is not specified.
12293
12294 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12297         instead of insert-buffer.
12298
12299         * message.el (message-yank-original): Ditto; set the mark at the
12300         end of the yanked message.
12301
12302 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12305         lines to scroll rather than to stop it.
12306
12307         * mml.el (mml-generate-default-type): Add doc string.
12308         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12309         default to application/octet-stream when determining the content
12310         type if it is not specified for the part or the mml contents; add
12311         a comment about mml-generate-default-type.
12312
12313 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12316         make it default to application/octet-stream when determining the
12317         content type if it is not specified for the external contents.
12318
12319 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12322         segmented parameter but also other parameters might be there.
12323
12324 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12325
12326         * mm-decode.el (mm-display-external): Delete temp file, directory
12327         and buffer immediately if the external process is exited.
12328
12329 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12332         fewer lines than that of scroll-margin.
12333         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12334
12335 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * gnus-art.el (gnus-article-next-page): Revert.
12338         (gnus-article-beginning-of-window): New macro.
12339         (gnus-article-next-page-1): Use it.
12340         (gnus-article-prev-page): Ditto.
12341         (gnus-article-edit-part): Use insert-buffer-substring instead of
12342         insert-buffer.
12343         (gnus-article-edit-exit): Ditto.
12344
12345         * gnus-util.el (gnus-beginning-of-window): Remove.
12346         (gnus-end-of-window): Remove.
12347
12348         * lpath.el: Don't bind header-line-format and scroll-margin.
12349
12350 2005-07-25  Simon Josefsson  <jas@extundo.com>
12351
12352         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12353         to have the url package without w3.  Reported by Daiki Ueno
12354         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12355
12356 2005-07-20  Didier Verna  <didier@xemacs.org>
12357
12358         * gnus-diary.el: Remove the description comment (nndiary is now
12359         properly documented in the Gnus manual).
12360         Fix the spelling of "Back End".
12361         * nndiary.el: Ditto.
12362         Fix the copyright notice.
12363
12364 2005-07-18  Romain Francoise  <romain@orebokech.com>
12365
12366         * gnus-sum.el (gnus-summary-to-prefix)
12367         (gnus-summary-newsgroup-prefix): New variables.
12368         (gnus-summary-from-or-to-or-newsgroups): Use them.
12369
12370 2005-07-17  Romain Francoise  <romain@orebokech.com>
12371
12372         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12373         space as it's generally not especially interesting to the user.
12374
12375 2005-07-16  Romain Francoise  <romain@orebokech.com>
12376
12377         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12378         nil to avoid prompting and file modification if one of the
12379         messages at the top of the nnfolder file contains a copyright
12380         notice.
12381         Update copyright notice.
12382
12383         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12384         instead of `current-time-string' as the latter creates a time
12385         string that is not RFC 2822 compliant (it lacks the zone).
12386         Update copyright notice.
12387
12388 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12389
12390         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12391         for text/rtf.  Display default in prompt.  Pass default for M-n.
12392
12393         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12394
12395 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12396
12397         * gnus-msg.el (gnus-button-mailto): Remove
12398         save-selected-window-window hackery because it relies on
12399         save-selected-window internals.
12400
12401 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12404         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12405         (gnus-article-prev-page): Ditto.
12406
12407         * gnus-util.el (gnus-beginning-of-window): New function.
12408         (gnus-end-of-window): New function.
12409
12410         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12411
12412 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12413
12414         * gnus-score.el (gnus-score-edit-all-score): Set
12415         gnus-score-edit-exit-function to gnus-score-edit-done and call
12416         gnus-message.
12417
12418 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12419
12420         * gnus-msg.el (gnus-button-mailto): Remove
12421         save-selected-window-window hackery because it relies on
12422         save-selected-window internals.
12423
12424 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12427         add-minor-mode.
12428         (gnus-binary-mode): Ditto.
12429
12430         * gnus-topic.el (gnus-topic-mode): Ditto.
12431
12432 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12433
12434         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12435         (gnus-article-prev-page): Take scroll-margin into consideration.
12436
12437 2005-07-04  Lute Kamstra  <lute@gnu.org>
12438
12439         Update FSF's address in GPL notices.
12440
12441 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12442
12443         * gnus.el (gnus-exit):
12444         * gnus-group.el (gnus-group-icons):
12445         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12446
12447         * gnus-nocem.el (gnus-nocem):
12448         * message.el (message-various, message-buffers, message-sending)
12449         (message-interface, message-forwarding, message-insertion)
12450         (message-headers, message-news, message-mail):
12451         * pgg-gpg.el (pgg-gpg):
12452         * pgg-parse.el (pgg-parse):
12453         * pgg-pgp.el (pgg-pgp):
12454         * pgg-pgp5.el (pgg-pgp5):
12455         * pop3.el (pop3): Finish `defgroup' description with period.
12456
12457 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * gnus-art.el (article-display-face): Improve the efficiency.
12460         (article-display-x-face): Ditto; remove grey x-face stuff.
12461
12462 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * gnus-art.el (article-display-face): Correct the position in
12465         which Faces are inserted.
12466
12467 2005-06-29  Didier Verna  <didier@xemacs.org>
12468
12469         * gnus-art.el (article-display-face): Display faces in correct
12470         order.
12471
12472 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12475         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12476         (gnus-nocem-check-article): Fetch the Type header.
12477         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12478         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12479         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12480         make sure gnus-nocem-hashtb is initialized.
12481         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12482         (gnus-nocem-unwanted-article-p): Ditto.
12483
12484         * pgg.el (pgg-verify): Return the verification result.
12485
12486 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12487
12488         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12489         is ascii.
12490
12491 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12492
12493         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12494         `show-nonbreak-escape'.
12495
12496 2005-06-23  Lute Kamstra  <lute@gnu.org>
12497
12498         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12499
12500         * dig.el (dig-mode):
12501         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12502
12503 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12504
12505         * nnimap.el (nnimap-split-download-body): Fix spellings.
12506
12507 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12508
12509         * gnus-art.el (gnus-article-encrypt-body):
12510         * gnus-cus.el (gnus-score-customize):
12511         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12512         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12513
12514 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12515
12516         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12517         header by looking for magic "MII" at the beginnig.
12518
12519 2005-06-16  Miles Bader  <miles@gnu.org>
12520
12521         * gnus-xmas.el (gnus-xmas-group-startup-message):
12522         Use renamed gnus-splash face.
12523
12524         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12525         (assistant-field-face): New backward-compatibility alias for renamed
12526         face.
12527         (assistant-render-text): Use renamed assistant-field face.
12528
12529         * spam.el (spam): Remove "-face" suffix from face name.
12530         (spam-face): New backward-compatibility alias for renamed face.
12531         (spam-face, spam-initialize): Use renamed spam face.
12532
12533         * message.el (message-header-to, message-header-cc)
12534         (message-header-subject, message-header-newsgroups)
12535         (message-header-other, message-header-name)
12536         (message-header-xheader, message-separator, message-cited-text)
12537         (message-mml): Remove "-face" suffix from face names.
12538         (message-header-to-face, message-header-cc-face)
12539         (message-header-subject-face, message-header-newsgroups-face)
12540         (message-header-other-face, message-header-name-face)
12541         (message-header-xheader-face, message-separator-face)
12542         (message-cited-text-face, message-mml-face):
12543         New backward-compatibility aliases for renamed faces.
12544         (message-font-lock-keywords): Use renamed message faces.
12545
12546         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12547         (sieve-test-commands, sieve-tagged-arguments):
12548         Remove "-face" suffix from face names.
12549         (sieve-control-commands-face, sieve-action-commands-face)
12550         (sieve-test-commands-face, sieve-tagged-arguments-face):
12551         New backward-compatibility aliases for renamed faces.
12552         (sieve-control-commands-face, sieve-action-commands-face)
12553         (sieve-test-commands-face, sieve-tagged-arguments-face):
12554         Use renamed sieve faces.
12555
12556         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12557         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12558         (gnus-group-news-3-empty, gnus-group-news-4)
12559         (gnus-group-news-4-empty, gnus-group-news-5)
12560         (gnus-group-news-5-empty, gnus-group-news-6)
12561         (gnus-group-news-6-empty, gnus-group-news-low)
12562         (gnus-group-news-low-empty, gnus-group-mail-1)
12563         (gnus-group-mail-1-empty, gnus-group-mail-2)
12564         (gnus-group-mail-2-empty, gnus-group-mail-3)
12565         (gnus-group-mail-3-empty, gnus-group-mail-low)
12566         (gnus-group-mail-low-empty, gnus-summary-selected)
12567         (gnus-summary-cancelled, gnus-summary-high-ticked)
12568         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12569         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12570         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12571         (gnus-summary-low-undownloaded)
12572         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12573         (gnus-summary-low-unread, gnus-summary-normal-unread)
12574         (gnus-summary-high-read, gnus-summary-low-read)
12575         (gnus-summary-normal-read, gnus-splash):
12576         Remove "-face" suffix from face names.
12577         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12578         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12579         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12580         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12581         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12582         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12583         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12584         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12585         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12586         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12587         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12588         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12589         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12590         (gnus-summary-normal-ticked-face)
12591         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12592         (gnus-summary-normal-ancient-face)
12593         (gnus-summary-high-undownloaded-face)
12594         (gnus-summary-low-undownloaded-face)
12595         (gnus-summary-normal-undownloaded-face)
12596         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12597         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12598         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12599         (gnus-splash-face):
12600         New backward-compatibility aliases for renamed faces.
12601         (gnus-group-startup-message): Use renamed gnus faces.
12602
12603         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12604         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12605         (gnus-server-agent): Remove "-face" suffix from face names.
12606         (gnus-server-agent-face, gnus-server-opened-face)
12607         (gnus-server-closed-face, gnus-server-denied-face)
12608         (gnus-server-offline-face):
12609         New backward-compatibility aliases for renamed faces.
12610         (gnus-server-agent-face, gnus-server-opened-face)
12611         (gnus-server-closed-face, gnus-server-denied-face)
12612         (gnus-server-offline-face): Use renamed gnus faces.
12613
12614         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12615         Remove "-face" suffix from face names.
12616         (gnus-picon-xbm-face, gnus-picon-face):
12617         New backward-compatibility aliases for renamed faces.
12618
12619         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12620         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12621         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12622         (gnus-cite-11): Remove "-face" suffix from face names.
12623         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12624         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12625         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12626         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12627         New backward-compatibility aliases for renamed faces.
12628         (gnus-cite-attribution-face, gnus-cite-face-list)
12629         (gnus-article-boring-faces): Use renamed gnus faces.
12630
12631         * gnus-art.el (gnus-signature, gnus-header-from)
12632         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12633         (gnus-header-content): Remove "-face" suffix from face names.
12634         (gnus-signature-face, gnus-header-from-face)
12635         (gnus-header-subject-face, gnus-header-newsgroups-face)
12636         (gnus-header-name-face, gnus-header-content-face):
12637         New backward-compatibility aliases for renamed faces.
12638         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12639
12640         * gnus-sum.el (gnus-summary-selected-face)
12641         (gnus-summary-highlight): Use renamed gnus faces.
12642         * gnus-group.el (gnus-group-highlight): Likewise.
12643
12644 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12645
12646         * gnus-sieve.el (gnus-sieve-article-add-rule):
12647         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12648         * spam-stat.el (spam-stat-buffer-change-to-spam)
12649         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12650
12651         * message.el (message-is-yours-p):
12652         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12653
12654 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * mm-view.el (mm-inline-text): Withdraw the last change.
12657
12658 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12661         executing enriched-decode.
12662
12663 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12664
12665         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12666         charset of tar files.
12667
12668 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12669
12670         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12671
12672 2005-06-04  Lute Kamstra  <lute@gnu.org>
12673
12674         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12675         information is never recorded.
12676
12677 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12678
12679         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12680
12681 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * pop3.el (pop3-apop): Run md5 in the binary mode.
12684
12685         * starttls.el (starttls-set-process-query-on-exit-flag):
12686         Use eval-and-compile.
12687
12688 2005-05-31  Simon Josefsson  <jas@extundo.com>
12689
12690         * smime.el (smime-replace-in-string): Define.
12691         (smime-cert-by-ldap-1): Use it.
12692
12693 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * gnus-art.el (article-display-x-face): Replace
12696         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12697
12698         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12699         set-process-query-on-exit-flag or process-kill-without-query.
12700
12701         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12702         loop instead of replace-regexp.
12703
12704         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12705         instead of process-kill-without-query if it is available.
12706
12707         * lpath.el: Fbind ldap-search-entries.
12708
12709         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12710         instead of find-file-hooks if it is available.
12711
12712         * mml1991.el: Bind pgg-default-user-id when compiling.
12713
12714         * mml2015.el: Bind pgg-default-user-id when compiling.
12715
12716         * nndraft.el (nndraft-request-associate-buffer):
12717         Use write-contents-functions instead of write-contents-hooks if it is
12718         available.
12719
12720         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12721         instead of find-file-hooks if it is available.
12722
12723         * nntp.el (nntp-open-connection): Replace
12724         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12725         (nntp-open-ssl-stream): Ditto.
12726         (nntp-open-tls-stream): Ditto.
12727
12728         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12729         set-process-query-on-exit-flag or process-kill-without-query.
12730         (starttls-open-stream-gnutls): Use it instead of
12731         process-kill-without-query.
12732         (starttls-open-stream): Ditto.
12733
12734 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12735
12736         * smime.el (smime-cert-by-ldap-1): Don't use
12737         replace-regexp-in-string.
12738
12739 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12740
12741         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12742
12743         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12744         in PEM format.  Adjust to the XEmacs compability.
12745
12746 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12747
12748         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12749         by `string-to-number'.
12750         * gnus-agent.el (gnus-agent-regenerate-group)
12751         (gnus-agent-fetch-articles): Ditto.
12752         * gnus-art.el (gnus-button-fetch-group): Ditto.
12753         * gnus-cache.el (gnus-cache-generate-active)
12754         (gnus-cache-articles-in-group): Ditto.
12755         * gnus-group.el (gnus-group-set-current-level)
12756         (gnus-group-insert-group-line): Ditto.
12757         * gnus-score.el (gnus-score-set-expunge-below)
12758         (gnus-score-set-mark-below, gnus-summary-score-effect)
12759         (gnus-summary-score-entry): Ditto.
12760         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12761         (gnus-soup-pack): Ditto.
12762         * gnus-spec.el (gnus-xmas-format): Ditto.
12763         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12764         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12765         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12766         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12767         * nndb.el (nndb-get-remote-expire-response): Ditto.
12768         * nndiary.el (nndiary-parse-schedule-value)
12769         (nndiary-string-to-number, nndiary-request-replace-article)
12770         (nndiary-request-article): Ditto.
12771         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12772         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12773         * nneething.el (nneething-make-head): Ditto.
12774         * nnfolder.el (nnfolder-request-article)
12775         (nnfolder-retrieve-headers): Ditto.
12776         * nnheader.el (nnheader-file-to-number): Ditto.
12777         * nnkiboze.el (nnkiboze-request-article): Ditto.
12778         * nnmail.el (nnmail-process-unix-mail-format)
12779         (nnmail-process-babyl-mail-format): Ditto.
12780         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12781         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12782         (nnmh-request-create-group, nnmh-request-list-1)
12783         (nnmh-request-group, nnmh-request-article): Ditto.
12784         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12785         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12786         * nnsoup.el (nnsoup-make-active): Ditto.
12787         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12788         * nntp.el (nntp-find-group-and-number)
12789         (nntp-retrieve-headers-with-xover): Ditto.
12790         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12791         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12792         (pgg-format-key-identifier): Ditto.
12793         * pop3.el (pop3-last, pop3-stat): Ditto.
12794         * qp.el (quoted-printable-decode-region): Ditto.
12795
12796         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12797         of concat.
12798
12799 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12802
12803         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12804
12805         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12806
12807         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12808
12809         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12810
12811         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12812
12813         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12814         (gnus-carpal-mode): Ditto.
12815
12816         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12817         (gnus-browse-mode): Ditto.
12818
12819         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12820
12821         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12822
12823 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12824
12825         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12826
12827 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus-util.el (gnus-run-mode-hooks): New function.
12830
12831         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12832
12833         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12834         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12835
12836 2005-05-27  Lute Kamstra  <lute@gnu.org>
12837
12838         * dns-mode.el (dns-mode): Specify customization group.
12839
12840 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12841
12842         * gnus-agent.el (gnus-agent-make-mode-line-string):
12843         Use mode-line-highlight as mouse-face.
12844
12845 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * canlock.el (canlock): Change the parent group to news.
12848
12849         * deuglify.el (gnus-outlook-deuglify): Add :group.
12850
12851         * dig.el (dig): Add :group.
12852
12853         * dns-mode.el (dns-mode): Add :group.
12854
12855         * encrypt.el (encrypt): Add :group.
12856
12857         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12858         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12859         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12860         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12861         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12862
12863         * gnus-diary.el (gnus-diary): Add :group.
12864
12865         * gnus.el (gnus-group-news-1-face): Add :group.
12866         (gnus-group-news-1-empty-face): Ditto.
12867         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12868         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12869         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12870         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12871         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12872         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12873         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12874         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12875         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12876         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12877         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12878         (gnus-summary-high-ticked-face): Ditto.
12879         (gnus-summary-low-ticked-face): Ditto.
12880         (gnus-summary-normal-ticked-face): Ditto.
12881         (gnus-summary-high-ancient-face): Ditto.
12882         (gnus-summary-low-ancient-face): Ditto.
12883         (gnus-summary-normal-ancient-face): Ditto.
12884         (gnus-summary-high-undownloaded-face): Ditto.
12885         (gnus-summary-low-undownloaded-face): Ditto.
12886         (gnus-summary-normal-undownloaded-face): Ditto.
12887         (gnus-summary-high-unread-face): Ditto.
12888         (gnus-summary-low-unread-face): Ditto.
12889         (gnus-summary-normal-unread-face): Ditto.
12890         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12891         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12892
12893         * hashcash.el (hashcash): New custom group.
12894         (hashcash-default-payment): Add :group.
12895         (hashcash-payment-alist): Ditto.
12896         (hashcash-default-accept-payment): Ditto.
12897         (hashcash-accept-resources): Ditto.
12898         (hashcash-path): Ditto.
12899         (hashcash-extra-generate-parameters): Ditto.
12900         (hashcash-double-spend-database): Ditto.
12901         (hashcash-in-news): Ditto.
12902
12903         * message.el (message-minibuffer-local-map): Add :group.
12904
12905         * netrc.el (netrc): Add :group.
12906
12907         * sieve-manage.el (sieve-manage-log): Add :group.
12908         (sieve-manage-default-user): Diito.
12909         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12910         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12911         (sieve-manage-authenticators): Ditto.
12912         (sieve-manage-authenticator-alist): Ditto.
12913         (sieve-manage-default-port): Ditto.
12914
12915         * sieve-mode.el (sieve-control-commands-face): Add :group.
12916         (sieve-action-commands-face): Ditto.
12917         (sieve-test-commands-face): Ditto.
12918         (sieve-tagged-arguments-face): Ditto.
12919
12920         * smime.el (smime): Add :group.
12921
12922         * spam-report.el (spam-report): Add :group.
12923
12924         * spam.el (spam, spam-face): Add :group.
12925
12926 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12927
12928         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12929         return \n.\n.\n at the end of articles.  Protect against that.
12930         (nntp-with-open-group): Allow debugging.
12931
12932         * nnheader.el (mail-header-set-extra): Make into a function
12933         because I just could't understand how to quote the list properly.
12934
12935         * dns.el (query-dns-cached): New function.
12936
12937 2005-05-26  Lute Kamstra  <lute@gnu.org>
12938
12939         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12940
12941 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12944
12945         * gnus-art.el: Don't autoload mail-extract-address-components.
12946
12947         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12948         eval-and-compile to evaluate it.
12949
12950         * hashcash.el: Don't autoload executable-find.
12951
12952         * nndb.el: Don't declare the nndb back end two or more times; don't
12953         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12954
12955         * nntp.el: Autoload format-spec instead of format; use
12956         eval-and-compile to evaluate autoload forms.
12957
12958 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12959
12960         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12961
12962 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12963
12964         * gnus.el (gnus-version-number): Bump version.
12965
12966 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12967
12968         * gnus.el: No Gnus v0.3 is released.
12969
12970 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12971
12972         * lpath.el (featurep): Bind show-nonbreak-escape.
12973
12974 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * gnus-art.el (gnus-article-edit-part): Disable undo.
12977
12978 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12981         gnus-article-date-lapsed-new-header is t if date timer is active;
12982         skip headers in which the original date value is empty.
12983         (gnus-article-save-original-date): Redefine it as a macro.
12984         (gnus-display-mime): Use it.
12985
12986 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-art.el (article-date-ut): Support converting date in
12989         forwarded parts as well.
12990         (gnus-article-save-original-date): New function.
12991         (gnus-display-mime): Use it.
12992
12993 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12994
12995         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12996         enclosure element of <item>.
12997
12998 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * message.el (message-kill-buffer-query): Renamed from
13001         `message-kill-buffer-query-if-modified'.  Added :version.
13002
13003 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13006         window layout.
13007
13008 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * mml.el: Autoload dnd when compiling.
13011
13012 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13015         x-dnd-*.
13016
13017 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * qp.el (quoted-printable-encode-region): Save excursion.
13020
13021 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13022
13023         * message.el (message-kill-buffer-query-if-modified): Add new variable
13024         so the user can kill a modified message buffer quickly.
13025         (message-kill-buffer): Use it.
13026
13027 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13028
13029         * lpath.el: Fbind display-time-event-handler; don't fbind
13030         string-to-multibyte.
13031
13032         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13033
13034 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13037         contained in text because xml.el decodes entities) with LFs.
13038
13039 2005-04-11  Lute Kamstra  <lute@gnu.org>
13040
13041         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13042         differently.
13043
13044 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13045
13046         * mm-util.el (mm-detect-coding-region): Typo.
13047
13048 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13051
13052 2005-04-06  Deepak Goel  <deego@gnufans.org>
13053
13054         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13055         user-function allow user modifications of the scores.
13056         (spam-stat-score-buffer-user): New function, to allow
13057         user-computed modifications to the score.
13058         (spam-stat-score-buffer-user-functions): List of additional
13059         scoring functions.
13060         (spam-stat-error-holder): Global temporary error holder.
13061         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13062         variable.
13063
13064 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13065
13066         * gnus-registry.el (gnus-registry-clean-empty-function)
13067         (gnus-registry-trim, gnus-registry-fetch-groups)
13068         (gnus-registry-delete-group): Groups that match
13069         `gnus-registry-ignored-groups' are removed from the registry
13070         entries, not just ignored for splitting.  This helps clean up the
13071         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13072         to get all the groups a message ID is in.
13073
13074         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13075         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13076         (spam-stat-score-buffer-user-functions): Add :number custom type.
13077
13078 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13081         argument in XEmacs.
13082
13083         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13084         (nnrss-request-group): Decode group name first.
13085         (nnrss-request-article): Make a text/plain article if mml-to-mime
13086         failed.
13087         (nnrss-get-encoding): Return a compatible encoding according to
13088         nnrss-compatible-encoding-alist.
13089         (nnrss-find-el): Use consp instead of listp.
13090         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13091
13092 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13095         which Emacs 20 doesn't support.
13096         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13097
13098 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13099
13100         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13101         silence the byte compiler inside the defun.
13102
13103         * gnus-demon.el (parse-time-string): Add autoload.
13104
13105         * gnus-delay.el (parse-time-string): Add autoload.
13106
13107         * gnus-art.el (parse-time-string): Add autoload.
13108
13109         * nnultimate.el (parse-time): Require for `parse-time-string'.
13110
13111 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13114
13115         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13116
13117         * smime.el (smime-ldap-host-list): Add :version.
13118
13119 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13122         pass it to `gnus-browse-read-group'.
13123         (gnus-browse-read-group): Add NUMBER argument and pass it to
13124         `gnus-group-read-ephemeral-group'.
13125
13126         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13127         argument and pass it to `gnus-group-read-group'.
13128
13129 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13130
13131         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13132         mm-xemacs-find-mime-charset-1 if we have the mule feature
13133         available at runtime.
13134
13135 2005-03-25  Werner Lemberg  <wl@gnu.org>
13136
13137         * nnmaildir.el: Replace `illegal' with `invalid'.
13138
13139 2005-03-23  Lute Kamstra  <lute@gnu.org>
13140
13141         * time-date.el: Add comment on time value formats.
13142         Don't require parse-time.
13143         (with-decoded-time-value): New macro.
13144         (encode-time-value): New function.
13145         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13146         (days-to-time): Return a valid time value when arg is huge.
13147         (time-since): Use time-subtract.
13148         (time-to-number-of-days): Use time-to-seconds.
13149
13150 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13151
13152         * gnus-start.el (gnus-display-time-event-handler):
13153         Check display-time-timer at runtime rather than only at load time
13154         in case display-time-mode is turned off in the mean time.
13155
13156 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13159         used.
13160
13161         * nneething.el (nneething-map-file-directory): Derive from
13162         `gnus-directory'.
13163
13164         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13165         the To/Cc button.
13166
13167 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13168
13169         * nnmaildir.el (nnmaildir-request-accept-article):
13170         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13171
13172 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13173
13174         * gnus-async.el: Require timer-funcs at compile time when in
13175         XEmacs for `run-with-idle-timer'.
13176
13177 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13178
13179         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13180         autoloaded function.
13181
13182 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13183
13184         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13185
13186 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13187
13188         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13189
13190 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13191
13192         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13193         gnus-expert-user to default.
13194
13195 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13196
13197         * nnimap.el (nnimap-open-server): Ditto.
13198
13199         * imap.el (imap-authenticate): Fix typo.
13200
13201 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13202
13203         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13204         buffer (since IMAP server might return FETCH response out of
13205         order, and the nntp buffer must be sorted).
13206
13207 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13208
13209         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13210         comparison on string.
13211
13212         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13213         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13214         (gnus-agent-summary-fetch-series): Modified to protect against
13215         gnus-agent-summary-fetch-group clearing processable flags.
13216         (gnus-agent-synchronize-group-flags): Update live group buffer as
13217         synchronization may occur due to the user toggle the plugged
13218         status.
13219         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13220         successfully downloaded.
13221         (gnus-agent-expire-group-1): Avoid using markers when the overview
13222         is in ascending order; greatly improves performance.
13223         (gnus-agent-regenerate-group): Use
13224         gnus-agent-synchronize-group-flags to reset read status in both
13225         gnus and server.
13226         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13227
13228 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * message.el: Don't autoload former message-utils variables.
13231         (message-strip-subject-trailing-was): Change doc string.
13232
13233         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13234         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13235         (nnweb-google-search): Add "hl=en" here.
13236         (nnweb-google-parse-1, nnweb-google-create-mapping):
13237         Don't hardcode URL.
13238
13239 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * message.el (message-get-reply-headers, message-followup):
13242         Mention related variables `message-use-followup-to' and
13243         `message-use-mail-followup-to', in the information buffer.
13244
13245         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13246         of broken groups(-beta).google.com.
13247
13248 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13249
13250         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13251         parameter to invoked gnus-request-move-article; remove the
13252         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13253         all at once instead of once per article.
13254         (gnus-summary-remove-process-mark): Accept a list of articles as
13255         well as a single article for processing.
13256
13257         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13258         parameter.
13259
13260         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13261
13262         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13263
13264         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13265         parameter.
13266
13267         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13268         parameter.
13269
13270         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13271         parameter and remove the gnus-sum-hint-move-is-internal variable.
13272
13273         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13274         parameter.
13275
13276         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13277         parameter.
13278
13279         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13280         parameter.
13281
13282         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13283
13284         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13285         parameter.
13286
13287         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13288         parameter.
13289
13290 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13291
13292         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13293         a more conservative way.
13294
13295 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13296
13297         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13298         buffer, so it moves the window's cursor.
13299
13300 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13301
13302         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13303         `mm-dissect-multipart' and receive the from field as an (optional)
13304         argument from `mm-dissect-multipart'.
13305         (mm-dissect-multipart): Receive the from field as an argument and
13306         pass it on when we call `mm-dissect-buffer' on MIME parts.
13307         Fixes verification/decryption of signed/encrypted MIME parts.
13308
13309 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13310
13311         * gnus-sum.el (gnus-summary-move-article): Set
13312         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13313         whatever it calls (right now, only nnimap-request-move article
13314         respects it).
13315
13316         * nnimap.el (nnimap-request-move-article): When
13317         gnus-sum-hint-move-is-internal is set, don't do the extra
13318         nnimap-request-article.
13319
13320 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13323
13324         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13325         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13326
13327         * gnus-sum.el (gnus-summary-caesar-message):
13328         Apply `gnus-treat-article' after rotation.
13329
13330         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13331         doc string.
13332
13333 2005-02-22  Simon Josefsson  <jas@extundo.com>
13334
13335         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13336         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13337         <arne@arnested.dk>.
13338         (encrypt): Add password-cache and password-cache-expiry as group
13339         members.
13340
13341 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13342
13343         * smime.el (smime-ldap-host-list): Doc fix.
13344         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13345         cache) password.
13346         (smime-sign-region): Use it.
13347         (smime-decrypt-region): Use it.
13348         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13349         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13350         fails.
13351         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13352         certificate from DER to PEM format rather than calling openssl.
13353
13354         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13355
13356         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13357         for signing/encryption.
13358
13359         * mml.el (mml-parse-1): Use them.
13360
13361 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13362
13363         * nnrss.el (nnrss-verbose): Removed.
13364         (nnrss-request-group): Use `nnheader-message' instead.
13365
13366 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13367
13368         * nnrss.el (nnrss-verbose): New variable.
13369         (nnrss-request-group): Make it say nnrss is requesting a group.
13370
13371 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13374         Handle news URL with given port correctly.
13375
13376 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13379         containing special characters.
13380
13381         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13382
13383         * mml.el (mime-to-mml): Ditto.
13384
13385         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13386         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13387         (rfc2047-decode-region): Quote decoded words containing special
13388         characters when rfc2047-quote-decoded-words-containing-tspecials
13389         is non-nil.
13390
13391 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13392
13393         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13394
13395         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13396
13397 2005-02-15  Simon Josefsson  <jas@extundo.com>
13398
13399         * nnimap.el (nnimap-debug): Doc fix.
13400
13401         * imap.el (imap-debug): Doc fix.
13402
13403 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13406
13407 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13408
13409         * gnus.el (spam-contents): Improve docs for spam-contents
13410         parameter in its variable incarnation.
13411
13412 2005-02-14  Simon Josefsson  <jas@extundo.com>
13413
13414         * smime-ldap.el: Use require instead of load-library for ldap.
13415         (smime-ldap-search): Indent.
13416         (smime-ldap-search-internal): Shorten line.
13417
13418         * smime.el (smime-cert-by-dns): Add doc-string.
13419         (smime-cert-by-ldap-1): Indent.
13420
13421         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13422         mml-smime-get-dns-ldap.
13423         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13424
13425 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13426
13427         * smime.el: Require smime-ldap.
13428         (smime-ldap-host-list): New variable.
13429         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13430
13431         * mml-smime.el (mml-smime-encrypt-query): New function.
13432         (mml-smime-encrypt-query): Use it.
13433
13434         * smime-ldap.el: New file.
13435
13436 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13439
13440 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13443         argument in doc string.  Make query for type more clear.
13444
13445 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * gnus.el (gnus-group-startup-message): Search for gnus images in
13448         etc/images/gnus.
13449         * mm-util.el (mm-image-load-path): Likewise.
13450         * smiley.el (smiley-data-directory): Search for smilies in
13451         etc/images/smilies.
13452
13453 2005-02-09  Kim F. Storm  <storm@cua.dk>
13454
13455         Change Emacs release version from 21.4 to 22.1 throughout.
13456         Change Emacs development version from 21.3.50 to 22.0.50.
13457
13458 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13459
13460         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13461
13462         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13463         non-Mule XEmacs as well.
13464         (mm-decompress-buffer): Signal an error intentionally if it does
13465         not decompress compressed data because auto-compression-mode is
13466         disabled.
13467
13468 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13469
13470         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13471         an ID in the registry even if it has no groups.
13472
13473 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13476         merge it into mm-decompress-buffer.
13477         (gnus-mime-copy-part): Use the MIME part charset, the value which
13478         a user specified or gnus-newsgroup-charset for decoding, like
13479         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13480         save-buffer what was used.  Suggested by Kevin Ryde
13481         <user42@zip.com.au>.
13482         (gnus-mime-inline-part): Allow the name parameter as well as the
13483         filename parameter; force decompressing of compressed data; always
13484         display contents being not decoded as unibyte.
13485
13486         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13487         as well as the filename parameter.
13488
13489         * mm-util.el (mm-decompress-buffer): Merge
13490         gnus-mime-jka-compr-maybe-uncompress.
13491         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13492         of compressed data.
13493
13494 2005-02-08  Simon Josefsson  <jas@extundo.com>
13495
13496         * imap.el (imap-log): Doc fix.
13497
13498 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13501         the coding cookies; decompress compressed parts.
13502
13503         * mml.el (mml-generate-mime-1): Add the charset parameter according
13504         to the value which a user specified manually or the coding cookie.
13505
13506         * mm-util.el (mm-string-to-multibyte): New function.
13507         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13508         (mm-coding-system-to-mime-charset): New function.
13509         (mm-decompress-buffer): New function.
13510         (mm-find-buffer-file-coding-system): New function.
13511
13512         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13513         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13514         parts.
13515
13516 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13517
13518         * mm-view.el (mm-display-inline-fontify): Decode a part according
13519         to the charset parameter.
13520
13521 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13524         prefix arg is neither nil nor a number, as info specifies.
13525
13526 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13529         timestamps.
13530
13531 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13532
13533         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13534         groups error checking and notify user.
13535
13536 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13537
13538         * message.el (message-send-mail-function): Check existence of
13539         sendmail-program first before using default value
13540         `message-send-mail-with-sendmail'.  Otherwise use more generic
13541         `smtpmail-send-it'.
13542
13543 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * nntp.el (nntp-request-update-info): Always return nil.
13546
13547 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13548
13549         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13550
13551 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13552
13553         * message.el (message-beginning-of-line): Change the behavior when
13554         invoked between BOL and : so that it first moves backward.
13555
13556 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13559         article buffer when editing of the article is discarded.
13560         (gnus-article-prepare): Revert.
13561
13562 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13563
13564         * gnus-art.el (gnus-article-prepare):
13565         Remove message-strip-forbidden-properties from the local hook.
13566
13567 2005-01-27  Simon Josefsson  <jas@extundo.com>
13568
13569         * password.el (password-cache-add): Only start one timer per key.
13570         Reported by Derek Atkins <warlord@MIT.EDU>.
13571
13572 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13573
13574         * run-at-time.el: Removed.  It is no longer needed as
13575         timer-funcs.el in the xemacs-base package has a working version of
13576         `run-at-time'.
13577
13578         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13579
13580         * password.el: Require timer-funcs instead of run-at-time in
13581         XEmacs.
13582         Remove `password-run-at-time' macro.
13583         (password-cache-add): Use `run-at-time' instead of
13584         `password-run-at-time'.
13585
13586         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13587         Remove `nnheader-cancel-function-timers' alias,
13588         `cancel-function-timers' exists in XEmacs in timer-funcs.
13589
13590         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13591         for `run-with-idle-timer'.
13592
13593         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13594         for `run-at-time'.
13595
13596         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13597         for `with-timeout'.
13598
13599         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13600         the same as for XEmacs 21.4.
13601         No need to ignore `run-with-idle-timer', this function exists in
13602         XEmacs now in timer-funcs.el in the xemacs-base package.
13603         (dgnushack-compile): No need to delete
13604         run-at-time.el from the list of files to compile because it
13605         doesn't exist anymore.
13606
13607 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13610         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13611
13612 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13613
13614         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13615         sensitively.
13616
13617 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13618
13619         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13620
13621 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13624         which will be inserted according to the multibyteness of a buffer
13625         rather than the type of contents.  Suggested by ARISAWA Akihiro
13626         <ari@mbf.ocn.ne.jp>.
13627
13628         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13629         of string which old xml.el may return rather than a string.
13630
13631 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13634
13635 2005-01-16  Simon Josefsson  <jas@extundo.com>
13636
13637         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13638         idn/idna.el isn't available.
13639         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13640         <michael@waxrat.com>.
13641
13642         * hashcash.el: Remove non-FSF copyright header.
13643
13644         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13645         (hashcash-generate-payment): Use it.
13646         (hashcash-generate-payment-async): Use it.
13647
13648 2005-01-15  Simon Josefsson  <jas@extundo.com>
13649
13650         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13651         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13652
13653         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13654         gnus-summary-idna-message.
13655         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13656         (gnus-summary-idna-message): New function.
13657
13658 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13661         gnus-novice-user.
13662
13663 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * nnrss.el (nnrss-request-delete-group): Delete entries in
13666         nnrss-group-alist as well.
13667         (nnrss-save-server-data): Insert newline.
13668
13669 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * gnus.el (gnus-user-agent): Use list of symbols instead of
13672         symbols.  Display full version number for (S)XEmacs.  Optionally
13673         display (S)XEmacs codename.
13674
13675         * gnus-util.el (gnus-emacs-version): Update for new
13676         `gnus-user-agent'.
13677
13678         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13679         Gnus version.
13680
13681 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13684         which is unreadable in some setups.
13685
13686 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * gnus-spec.el (gnus-update-format-specifications): Flush the
13689         group format spec cache if it doesn't support decoded group names.
13690
13691 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13692
13693         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13694         Allow to apply decay on score files matching a regexp.
13695
13696 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13699         compatibility in %g and %c.
13700
13701 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13704         name for only %g and %c.
13705         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13706         of gnus-tmp-group to decoded group name.
13707         (gnus-group-make-rss-group): Exclude `/'s from group names.
13708
13709 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * nnrss.el (nnrss-get-encoding): Fix regexp.
13712
13713 2004-12-27  Simon Josefsson  <jas@extundo.com>
13714
13715         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13716         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13717         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13718
13719 2004-12-17  Kim F. Storm  <storm@cua.dk>
13720
13721         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13722
13723         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13724
13725 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13726
13727         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13728
13729 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * nnrss.el: Require rfc2047 and mml.
13732         (nnrss-file-coding-system): New variable.
13733         (nnrss-format-string): Redefine it as an inline function.
13734         (nnrss-decode-group-name): New function.
13735         (nnrss-string-as-multibyte): Remove.
13736         (nnrss-retrieve-headers): Decode group name; don't use
13737         nnrss-format-string.
13738         (nnrss-request-group): Decode group name.
13739         (nnrss-request-article): Decode group name; allow a Message-ID as
13740         well as an article number; don't use nnrss-format-string; encode a
13741         Message-ID string which may contain non-ASCII characters; use
13742         mml-to-mime to compose a MIME article.
13743         (nnrss-request-expire-articles): Decode group name.
13744         (nnrss-request-delete-group): Decode group name.
13745         (nnrss-fetch): Clarify error message.
13746         (nnrss-read-server-data): Use insert-file-contents instead of load;
13747         bind file-name-coding-system; use multibyte buffer.
13748         (nnrss-save-server-data): Bind coding-system-for-write to the
13749         value of nnrss-file-coding-system; bind file-name-coding-system;
13750         add coding cookie.
13751         (nnrss-read-group-data): Use insert-file-contents instead of load;
13752         bind file-name-coding-system; use multibyte buffer.
13753         (nnrss-save-group-data): Bind coding-system-for-write to the
13754         value of nnrss-file-coding-system; bind file-name-coding-system.
13755         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13756         make it work with non-ASCII text.
13757         (nnrss-find-el): Make it work with old xml.el as well.
13758
13759 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13760
13761         * nnrss.el (nnrss-get-encoding): New function.
13762         (nnrss-fetch): Use unibyte buffer initially; bind
13763         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13764         decode contents according to the encoding attribute.
13765         (nnrss-save-group-data): Add coding cookie.
13766         (nnrss-mime-encode-string): New function.
13767         (nnrss-check-group): Use it to encode subject and author.
13768
13769 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13770
13771         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13772         imaginary variable.
13773
13774 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13777         correctly even if there are wide characters.
13778
13779 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13780
13781         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13782         downcased symbol names; make a new cache instead of reusing
13783         bbdb-hashtable.
13784
13785 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13788         concatenating segments rather than before concatenating them.
13789         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13790
13791         * message.el (message-get-reply-headers): Bind `extra'.
13792
13793 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13794
13795         * message.el (message-extra-wide-headers): New variable.
13796         (message-get-reply-headers): Use it.
13797
13798 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13801         (gnus-agent-group-pathname): Ditto.
13802
13803         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13804
13805         * gnus-group.el (gnus-group-make-group): Decode group name.
13806         (gnus-group-make-rss-group): Register the group data after opening
13807         the nnrss group.
13808
13809 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13810
13811         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13812         by expiry now get marked as read.
13813
13814 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13817
13818 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13819
13820         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13821         unify Latin characters in XEmacs.
13822         (mm-find-mime-charset-region): Use it.
13823
13824 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * gnus-util.el (gnus-delete-directory): New function.
13827
13828         * gnus-agent.el (gnus-agent-delete-group): Use it.
13829
13830         * gnus-cache.el (gnus-cache-delete-group): Use it.
13831
13832 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13835         names.
13836
13837 2004-12-16  Simon Josefsson  <jas@extundo.com>
13838
13839         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13840
13841 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13844
13845         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13846         (gnus-group-set-current-level): Decode group name.
13847
13848 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13849
13850         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13851         failed.
13852
13853 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * gnus-group.el (gnus-group-delete-group): Decode group name.
13856         (gnus-group-make-rss-group): Encode group name.
13857         (gnus-group-catchup-current): Decode group name.
13858         (gnus-group-kill-group): Decode group name.
13859
13860 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13861
13862         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13863
13864 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * gnus-group.el (gnus-group-make-rss-group):
13867         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13868
13869         * gnus-start.el (gnus-setup-news): Honor user's setting to
13870         gnus-message-archive-method.  Suggested by Lute Kamstra
13871         <lute@gnu.org>.
13872
13873 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13874
13875         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13876         global counterparts of the buffer-local variables.
13877
13878 2004-11-16  Romain Francoise  <romain@orebokech.com>
13879
13880         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13881         counterparts of the buffer-local variables.
13882
13883 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * message.el (message-forbidden-properties): Fixed typo in doc
13886         string.
13887
13888 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13889
13890         * gnus-util.el (gnus-replace-in-string): Added doc string.
13891
13892         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13893         to avoid problems when splitting mails with many recipients.
13894
13895 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13896
13897         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13898         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13899
13900 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13901
13902         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13903         if there is no hashtable in memory or file modification time is
13904         newer than cached timestamp.
13905
13906 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13909         not-matching option.
13910
13911 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13912
13913         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13914         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13915         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13916         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13917         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13918         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13919
13920 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * message.el (message-forward-make-body-mml): Remove headers
13923         according to message-forward-ignored-headers if a message is decoded.
13924
13925 2004-12-02  Romain Francoise  <romain@orebokech.com>
13926
13927         * message.el (message-forward-make-body-plain): Always remove
13928         headers according to message-forward-ignored-headers.
13929
13930 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13931
13932         * spam.el (spam-summary-prepare-exit): Remove the
13933         gnus-summary-limit pop for now, it has problems with ham marks for
13934         me.
13935
13936 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13939         correctly.
13940
13941 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13942
13943         * format-spec.el (format-spec): Message the char.
13944
13945 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13946
13947         * gnus-art.el (gnus-split-methods): Reformat comments.
13948
13949         * spam.el (spam-summary-prepare-exit): Remove article limits
13950         before exiting the summary buffer.
13951
13952 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13955         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13956
13957         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13958         order to silence the byte compiler.
13959
13960         * spam.el: Fix the way to silence the byte compiler, which
13961         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13962         bbdb-search-simple, spam-BBDB-register-routine,
13963         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13964         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13965         spam-stat-buffer-is-spam, spam-stat-load,
13966         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13967         spam-stat-save and spam-stat-split-fancy.
13968
13969 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13972         which may confuse users.
13973         (canlock-password-for-verify): Ditto.
13974
13975         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13976
13977         * gnus-art.el (gnus-emphasis-alist): Ditto.
13978
13979         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13980
13981         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13982
13983         * gnus-start.el (gnus-save-killed-list): Ditto.
13984
13985         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13986         (gnus-sum-thread-tree-root): Ditto.
13987         (gnus-sum-thread-tree-false-root): Ditto.
13988         (gnus-sum-thread-tree-single-indent): Ditto.
13989
13990         * message.el (message-courtesy-message): Ditto.
13991         (message-archive-note): Ditto.
13992         (message-subscribed-address-file): Ditto.
13993         (message-user-fqdn): Ditto.
13994
13995         * spam-report.el (spam-report-gmane-regex): Ditto.
13996
13997         * spam.el (spam-blackhole-good-server-regex): Ditto.
13998
13999 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * mml.el (mml-preview): Widen the message buffer before copying
14002         the contents to the preview buffer; sort headers before previewing.
14003
14004         * message.el (message-hidden-headers): Fix the way to avoid a bug
14005         in the `repeat' widget in Emacs 21.3 or earlier.
14006
14007 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * message.el (message-hidden-headers): Default to "^References:".
14010         Improve customization type.  Suggested by Reiner Steib
14011         <Reiner.Steib@gmx.de>.
14012
14013 2004-11-25  Romain Francoise  <romain@orebokech.com>
14014
14015         * message.el (message-strip-forbidden-properties): Remove check for
14016         obsolete `message-hidden' text property, hidden headers are not
14017         accessible in the buffer anymore.
14018
14019 2004-11-22  Romain Francoise  <romain@orebokech.com>
14020
14021         * message.el (message-header-format-alist): Add `From' in list
14022         so that it can be sorted.
14023         (message-fix-before-sending): Widen and sort headers before
14024         sending.
14025         (message-hide-headers): Use narrowing to hide headers by moving
14026         them to the top of the buffer and narrowing to the region
14027         underneath.
14028
14029 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14030
14031         * message.el (message-strip-forbidden-properties): Bind
14032         buffer-read-only (etc) to nil.
14033
14034 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14037         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14038
14039 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14040
14041         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14042
14043 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14044
14045         * dns.el (query-dns): Use sit-for to time instead of
14046         accept-process-output, since that doesn't seem to work on udp
14047         sockets.
14048
14049 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14052
14053 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14054
14055         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14056         doc string.  Improve doc string.
14057
14058 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * nntp.el (nntp-request-update-info): Return nil if
14061         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14062         may not call gnus-activate-group which uselessly issues the GROUP
14063         commands for all nntp groups and wastes time.  Reported by Romain
14064         Francoise <romain@orebokech.com>.
14065
14066         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14067
14068 2004-11-15  Simon Josefsson  <jas@extundo.com>
14069
14070         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14071         headers separately.
14072         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14073         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14074
14075 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14076
14077         * gnus-start.el (gnus-convert-old-newsrc):
14078         Assign legacy-gnus-agent to 5.10.7.
14079
14080 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14081
14082         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14083         start of the lines.
14084
14085 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14086
14087         * hashcash.el (hashcash-default-payment): Change default to 20.
14088         (hashcash-default-accept-payment): Change default to 20.
14089         (hashcash-process-alist): New variable.
14090         (hashcash-generate-payment-async): Add.
14091         (hashcash-already-paid-p): Add.
14092         (hashcash-insert-payment): Don't generate payments twice.
14093         (hashcash-insert-payment-async): Add.
14094         (hashcash-insert-payment-async-2): Add.
14095         (hashcash-cancel-async): Add.
14096         (hashcash-wait-async): Add.
14097         (hashcash-processes-running-p): Add.
14098         (hashcash-wait-or-cancel): Add.
14099         (mail-add-payment): New optional argument.  Conditionally start
14100         asynchronous calculation.
14101         (mail-add-payment-async): Add.
14102
14103         * message.el (message-send-mail): Wait for asynchronous hashcash
14104         results.  Don't clobber existing X-Hashcash headers.
14105         (message-setup-1): Call mail-add-payment-async when
14106         message-generate-hashcash is non-nil.
14107
14108 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14109
14110         * message.el (message-use-alternative-email-as-from): Examine the
14111         From header as well; use message-make-from in order to include a
14112         user's full name.
14113
14114 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14117         default; improve customization type.
14118         (gnus-emphasis-custom-with-format): New macro.
14119         (gnus-emphasis-custom-value-to-external): New function.
14120         (gnus-emphasis-custom-value-to-internal): New function.
14121
14122 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14123
14124         * dns.el (query-dns): Resolve reverse addresses.
14125
14126 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14127
14128         * gnus-group.el (gnus-group-get-new-news): Use it.
14129
14130         * gnus-start.el (gnus-check-reasonable-setup): New function.
14131
14132 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14135         "Args out of range" error.  Reported by Arnaud Giersch
14136         <arnaud.giersch@free.fr>.
14137
14138 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14139
14140         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14141
14142 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14143
14144         * spam.el (spam group): Add :version.
14145
14146         * pgg-def.el (pgg group): Add :version.
14147
14148 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * gnus-art.el (gnus-article-edit-article): Don't associate the
14151         article buffer with a draft file.  This is a temporary measure
14152         against the 2004-08-22 change to gnus-article-edit-mode.
14153
14154 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14157         (html2text-format-tags): Remove unused variable `attr'.
14158
14159 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14160
14161         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14162
14163         * tls.el (tls-process-connection-type, tls-success)
14164         (tls-certtool-program): Add :version.
14165
14166         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14167         (starttls-extra-arguments, starttls-process-connection-type)
14168         (starttls-connect, starttls-failure, starttls-success): Add :version.
14169
14170         * spam-stat.el (spam-stat): Add :version.
14171
14172         * sieve.el (sieve): Add :version.
14173
14174         * sha1.el (sha1): Add :version.
14175         (sha1-use-external): Remove redundant version.
14176
14177         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14178         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14179         (nnmail-split-fancy-match-partial-words)
14180         (nnmail-split-lowercase-expanded): Add :version.
14181
14182         * nndiary.el (nndiary): Add :version.
14183
14184         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14185
14186         * mml-sec.el (mml-default-sign-method)
14187         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14188         Add :version.
14189
14190         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14191
14192         * mm-url.el (mm-url-use-external, mm-url-program)
14193         (mm-url-arguments): Add :version.
14194
14195         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14196         (mm-attachment-file-modes, mm-decrypt-option)
14197         (mm-w3m-safe-url-regexp): Add :version.
14198
14199         * message.el (message-cite-prefix-regexp)
14200         (message-sendmail-envelope-from, message-minibuffer-local-map)
14201         (message-user-fqdn, message-completion-alist): Add :version.
14202
14203         * gnus-win.el (gnus-configure-windows-hook)
14204         (gnus-use-frames-on-any-display): Add :version.
14205
14206         * gnus-art.el (gnus-article-address-banner-alist)
14207         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14208         (gnus-treat-from-picon, gnus-treat-mail-picon)
14209         (gnus-treat-x-pgp-sig): Add :version.
14210
14211         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14212         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14213         (gnus-summary-article-delete-hook)
14214         (gnus-summary-display-while-building): Add :version.
14215
14216         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14217         (gnus-get-top-new-news-hook): Add :version.
14218
14219         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14220         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14221
14222         * gnus-registry.el (gnus-registry): Add :version.
14223
14224         * gnus-spec.el (gnus-use-correct-string-widths)
14225         (gnus-make-format-preserve-properties): Add :version.
14226
14227         * gnus.el (gnus-group-charter-alist)
14228         (gnus-group-fetch-control-use-browse-url)
14229         (gnus-install-group-spam-parameters): Add :version.
14230
14231         * gnus-diary.el (gnus-diary): Add :version.
14232
14233         * gnus-delay.el (gnus-delay): Add :version.
14234
14235         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14236         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14237         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14238         Add :version.
14239
14240         * gnus-agent.el (gnus-agent-max-fetch-size)
14241         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14242         (gnus-agent-prompt-send-queue): Add :version.
14243
14244         * deuglify.el (gnus-outlook-deuglify): Add :version.
14245
14246         * html2text.el: Beautify code.  Improve doc strings.  Some
14247         checkdoc cleanup.
14248         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14249
14250 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14251
14252         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14253
14254 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14255
14256         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14257         when package is loaded.
14258
14259         * spam.el (spam-summary-score-preferred-header): Add global preference
14260         for people who want to override the default SpamAssassin over
14261         Bogofilter preference (when both are set).
14262         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14263         (spam-user-format-function-S): Check
14264         spam-summary-score-preferred-header.
14265         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14266         (spam-user-format-function-S): Format the score correctly.
14267
14268 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14271         signature file.  Suggested by Manoj Srivastava
14272         <srivasta@golden-gryphon.com>.
14273
14274         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14275         iso-2022-jp even in the Japanese language environment.
14276         Suggested by Jason Rumney <jasonr@gnu.org>.
14277
14278 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14279
14280         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14281         use the same characters as the dummy marks; make it free from
14282         getting affected by the language environment.
14283         (gnus-summary-read-group-1): Update mark positions only when the
14284         format spec is updated.
14285
14286         * gnus-spec.el (gnus-update-format-specifications): Return a list
14287         of updated types.
14288
14289 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14292         of boundp to check if display-warning is available.
14293
14294 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14295
14296         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14297
14298 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * nnspool.el (nnspool-spool-directory): Use news-path if the
14301         news-directory variable is not bound.
14302
14303         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14304         function instead of display-warning if it is not available.
14305
14306 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14309         v5-10: Use `point-at-bol'.
14310
14311 2004-10-26  Simon Josefsson  <jas@extundo.com>
14312
14313         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14314         <chenggao@gmail.com>.
14315
14316 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14317
14318         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14319         instead.
14320
14321 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14322
14323         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14324         to remove a server from the nnimap-server-buffer-alist.
14325         (nnimap-open-connection, nnimap-close-server): Use it.
14326
14327         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14328
14329 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14332         running the major-mode function.
14333
14334 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14337         dummy marks in the right way.
14338
14339 2004-10-18  David Edmondson  <dme@dme.org>
14340
14341         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14342         excessively.
14343
14344 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14345
14346         * gnus-util.el (gnus-split-references): Accept a nil references
14347         string and go on blissfully.
14348
14349         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14350         cases where the references string is non-nil but has no references.
14351
14352         * encrypt.el: Add autoload tags.
14353
14354         * spam.el (spam-resolve-registrations-routine): Remove article
14355         from unregistration list too.  Reported by David Hanak
14356         <dhanak@isis.vanderbilt.edu>
14357
14358 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14361         nil.  Changed custom type.
14362
14363 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14364
14365         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14366
14367         * gnus-sum.el (gnus-summary-move-article): Use it.
14368
14369 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14370
14371         * encrypt.el: Add autoload cookies.
14372
14373         * spam.el (spam-backend-article-list-property)
14374         (spam-backend-get-article-todo-list)
14375         (spam-backend-put-article-todo-list)
14376         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14377         Resolve registrations separately.
14378         (spam-register-routine): Format comments.
14379         (spam-unregister-routine, spam-register-routine): Always call with
14380         specific-articles, no default list.
14381         (spam-summary-prepare-exit): Use the spam-classifications function.
14382
14383         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14384         gnus-encrypt.el.
14385
14386         * encrypt.el: Copied from gnus-encrypt.el.
14387
14388         * gnus-encrypt.el: Commented that it's obsolete.
14389
14390 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14391
14392         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14393         (gnus-score-save): Use it.
14394
14395         * message.el (message-bury): Use `window-dedicated-p'.
14396
14397 2004-10-15  Simon Josefsson  <jas@extundo.com>
14398
14399         * pop3.el (top-level): Don't require nnheader.
14400         (pop3-read-timeout): Add.
14401         (pop3-accept-process-output): Add.
14402         (pop3-read-response, pop3-retr): Use it.
14403
14404 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14405
14406         * spam.el (spam-register-routine): Move comment.
14407         (spam-verify-bogofilter): Use 'unknown for the initial
14408         spam-bogofilter-valid state, not 'never.
14409
14410         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14411         for netrc-machine.
14412
14413         * nnimap.el (nnimap-open-connection): Use
14414         netrc-machine-user-or-password.
14415
14416 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14417
14418         * gnus-registry.el (gnus-registry-unload-hook):
14419         Set as a variable with add-hook.
14420
14421         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14422         of news-path.
14423
14424         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14425
14426         * spam.el: Delete duplicate `provide'.
14427         (spam-unload-hook): Set as a variable with add-hook.
14428
14429 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14432         in the doc string.
14433
14434         * message.el (message-ignored-news-headers)
14435         (message-ignored-supersedes-headers)
14436         (message-ignored-resent-headers)
14437         (message-forward-ignored-headers): Improve custom type.
14438
14439 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * message.el (message-tokenize-header): Fix 2004-09-06 change
14442         which used point-min in the wrong place.
14443
14444 2004-10-12  Simon Josefsson  <jas@extundo.com>
14445
14446         * tls.el (tls-certtool-program): New variable.
14447         (tls-certificate-information): New function, based on
14448         ssl-certificate-information.
14449
14450 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * compface.el: Move the version of ELisp-based uncompface program
14453         to the contrib directory because of the copyright problem.
14454
14455 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14456
14457         * message.el (message-kill-buffer): Raise the current frame.
14458
14459 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14462
14463         * gnus.el (message-y-or-n-p): Autoload.
14464
14465         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14466         (pop3-password-required, pop3-authentication-scheme)
14467         (pop3-leave-mail-on-server): Made customizable.
14468         (pop3): New custom group.
14469         (pop3-retr): Remove `sleep-for' statements.
14470         Suggested by Dave Love <fx@gnu.org>.
14471
14472         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14473         Windows/DOS.
14474
14475         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14476         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14477         Dave Love <fx@gnu.org>.
14478
14479         * mml.el (mml-minibuffer-read-disposition): Require match.
14480         Suggested by Dave Love <fx@gnu.org>.
14481
14482 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14485         doc string.
14486
14487 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14490
14491 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14492
14493         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14494         instead of calling `mm-insert-inline', to decode text/* parts
14495         before displaying them.
14496
14497 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * mm-uu.el (mm-uu-text-plain-type): New variable.
14500         (mm-uu-pgp-signed-extract-1): Use it.
14501         (mm-uu-pgp-encrypted-extract-1): Use it.
14502         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14503         bind mm-uu-text-plain-type with that value.
14504         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14505         mm-uu-dissect.
14506
14507 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * gnus-group.el (gnus-update-group-mark-positions):
14510         * gnus-sum.el (gnus-update-summary-mark-positions):
14511         * message.el (message-check-news-body-syntax):
14512         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14513         of string-as-multibyte.
14514
14515 2004-10-05  Juri Linkov  <juri@jurta.org>
14516
14517         * gnus-group.el (gnus-update-group-mark-positions):
14518         * gnus-sum.el (gnus-update-summary-mark-positions):
14519         * message.el (message-check-news-body-syntax):
14520         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14521         8-bit unibyte values to a multibyte string for search functions.
14522
14523 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14526         (mm-uu-dissect-text-parts): New function.
14527
14528         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14529         dissect text parts.
14530
14531         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14532         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14533
14534         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14535
14536         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14537         gnus-current-topics instead of gnus-current-topic.
14538
14539 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14540
14541         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14542
14543 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14544
14545         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14546         where approriate.
14547
14548         * nnml.el (nnml-generate-active-info): do.
14549
14550         * nndiary.el (nndiary-generate-active-info): do.
14551
14552         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14553         (gnus-topic-move): do.
14554
14555         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14556         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14557
14558         * gnus-srvr.el (gnus-server-prepare)
14559         (gnus-server-open-all-servers): do.
14560
14561         * gnus-msg.el (gnus-summary-cancel-article)
14562         (gnus-summary-resend-message)
14563         (gnus-summary-mail-crosspost-complaint): do.
14564
14565         * gnus-move.el (gnus-change-server): do.
14566
14567         * gnus-group.el (gnus-group-unmark-all-groups)
14568         (gnus-group-set-current-level): do.
14569
14570 2004-10-04  Simon Josefsson  <jas@extundo.com>
14571
14572         * message.el (message-generate-hashcash): Doc fix.
14573
14574 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14575
14576         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14577         avoid infinite recursion via gnus-get-function.
14578
14579 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14580
14581         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14582
14583         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14584
14585         * nnmail.el (nnmail-split-history): do.
14586
14587         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14588         (nnml-request-delete-group): do.
14589
14590         * nnslashdot.el (nnslashdot-read-groups): do.
14591
14592         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14593         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14594
14595         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14596         (nnspool-sift-nov-with-sed): Use last.
14597         (nnspool-retrieve-headers-with-nov): Use mapc.
14598         (nnspool-request-newgroups): Use dolist.
14599         (nnspool-request-group): Use last.
14600
14601         * nntp.el (nntp-read-server-type): Use dolist.
14602
14603         * nnvirtual.el (nnvirtual-create-mapping)
14604         (nnvirtual-update-read-and-marked): Use dolist.
14605         (nnvirtual-convert-headers): Simplify.
14606
14607 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14608
14609         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14610         support for sync'ing tick marks.
14611
14612 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14615         there's no visible header.
14616
14617 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14618
14619         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14620         necessary, pass full group name to gnus-request-set-marks.
14621
14622 2004-10-01  Simon Josefsson  <jas@extundo.com>
14623
14624         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14625         acroread.
14626
14627 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14628
14629         * spam-report.el (spam-report-gmane): Fix interactive.
14630
14631         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14632
14633         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14634         when writing file.
14635         (gnus-agent-synchronize-flags): Don't default to being
14636         interactive.
14637
14638 2004-09-30  Simon Josefsson  <jas@extundo.com>
14639
14640         * message.el (message-generate-hashcash): Add.
14641         (message-send-mail): Use it, call mail-add-payment.
14642
14643 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14644
14645         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14646
14647 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14648
14649         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14650         gnus-requst-update-info with explicit code to sync the in-memory
14651         info read flags with the marks being sync'd to the backend.
14652
14653         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14654
14655 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14656
14657         * spam.el (spam-verify-bogofilter): Add new function.
14658         (spam-check-bogofilter)
14659         (spam-bogofilter-register-with-bogofilter): Use it.
14660         (spam-verify-bogofilter): Add small fixes.
14661
14662 2004-09-28  Simon Josefsson  <jas@extundo.com>
14663
14664         * hashcash.el (hashcash-generate-payment): Revert.
14665
14666 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14667
14668         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14669         gnus-extract-references instead of gnus-split-references.
14670
14671         * gnus-util.el (gnus-extract-references): Add new function, analogous
14672         to gnus-split-references but extracts only the message-ID without
14673         anything extra.
14674
14675         * hashcash.el (hashcash-generate-payment)
14676         (hashcash-check-payment): Do the right thing if hashcash-path is
14677         nil (because the hashcash program could not be found).
14678
14679         * spam.el (spam-use-hashcash): Remove comment.
14680
14681 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14682
14683         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14684         (gnus-cache-enter-article, gnus-cache-remove-article)
14685         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14686
14687         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14688
14689         * gnus-art.el (article-hide-boring-headers)
14690         (article-translate-strings, article-display-face)
14691         (gnus-article-mime-match-handle-first)
14692         (gnus-article-highlight-headers)
14693         (gnus-article-add-buttons-to-head): do.
14694
14695 2004-09-27  Simon Josefsson  <jas@extundo.com>
14696
14697         * hashcash.el: New version, from
14698         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14699         ../contrib/.
14700
14701 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14704
14705 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14706
14707         * gnus-dup.el (gnus-dup-open): Use mapc.
14708         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14709
14710         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14711         Reported by Stefan Wiens <s.wi@gmx.net>.
14712
14713         * gnus.el (gnus-shutdown): Use dolist.
14714
14715         * gnus-undo.el (gnus-undo): Use mapc.
14716
14717         * nnrss.el (nnrss-generate-active): do.
14718
14719         * message.el (message-cite-original-without-signature)
14720         (message-cite-original): Use mapc.
14721         (message-do-actions, message-make-forward-subject): Use dolist.
14722
14723 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14724
14725         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14726         deletion to remove entire duplicate line.  Fixes merged article
14727         number bug.
14728
14729 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14730
14731         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14732         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14733         first ask if you want to open a server and then, even when you
14734         responded with no, asking if you want to synchronize the server's
14735         flags.
14736         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14737         multi-line expressions.
14738         (gnus-agent-synchronize-group-flags): New internal function.
14739         Updates marks in memory (in the info structure) AND in the
14740         backend.
14741
14742         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14743
14744         * nnagent.el (nnagent-request-set-mark): Use
14745         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14746         method, to ensure that synchronization updates marks in the
14747         backend and in the info (in memory) structure.
14748
14749 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14752         convention fully; don't miss the root article of a thread; make
14753         the X-Draft-From header with correct article numbers.
14754
14755 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14756
14757         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14758         unless plugged.  Disable the agent so that an open failure causes
14759         an error.
14760
14761         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14762         Reverted 2004-09-21 change.  The backend must be opened while
14763         synchronizing flags even when the backend stores the flags
14764         locally.
14765
14766 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14769         in `header' match.  Reported by Svend Tollak Munkejord.
14770
14771         * message.el (message-cite-original): Fix use of
14772         `message-cite-articles-with-x-no-archive'.
14773
14774 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14777         (gnus-window-to-buffer): Ditto.
14778
14779         * mml.el (mml-preview-buffer): New variable.
14780         (mml-preview): Manage window layout with gnus-buffer-configuration.
14781
14782         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14783         X-Draft-From header even if those articles aren't quoted.
14784
14785 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14786
14787         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14788         (gnus-request-set-mark, gnus-request-update-mark): Use new
14789         g-s-t-u-l-m to decide to use backend even when unplugged.
14790
14791 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14794         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14795
14796 2004-09-20  Simon Josefsson  <jas@extundo.com>
14797
14798         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14799         "utf-16-le".
14800
14801 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14802
14803         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14804
14805 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * uudecode.el (uudecode-use-external): Add :version.
14808
14809         * smime.el (smime-CA-file, smime-encrypt-cipher)
14810         (smime-dns-server): Add :version.
14811
14812         * smiley.el (gnus-smiley-file-types): Add :version.
14813
14814         * sha1.el (sha1-use-external): Add :version.
14815
14816         * pgg-def.el (pgg-query-keyserver): Add :version.
14817
14818         * nnmail.el (nnmail-fancy-expiry-targets)
14819         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14820         Add :version.
14821
14822         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14823         (nnimap-retrieve-groups-asynchronous): Add :version.
14824         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14825
14826         * mml.el (mml-content-disposition-parameters)
14827         (mml-insert-mime-headers-always): Add :version.
14828
14829         * mm-util.el (mm-coding-system-priorities): Add :version.
14830
14831         * mm-decode.el (mm-inline-text-html-with-images)
14832         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14833         (mm-verify-option): Add :version.
14834         (mm-text-html-renderer): Change :version.
14835
14836         * message.el (message-fcc-externalize-attachments)
14837         (message-required-headers, message-draft-headers)
14838         (message-subject-trailing-was-query)
14839         (message-subject-trailing-was-ask-regexp)
14840         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14841         (message-mark-insert-end, message-archive-header)
14842         (message-archive-note, message-cross-post-default)
14843         (message-cross-post-note, message-followup-to-note)
14844         (message-cross-post-note-function, message-use-mail-followup-to)
14845         (message-subscribed-address-functions)
14846         (message-subscribed-address-file, message-subscribed-addresses)
14847         (message-subscribed-regexps, message-allow-no-recipients)
14848         (message-yank-cited-prefix, message-signature-insert-empty-line)
14849         (message-hidden-headers, message-hierarchical-addresses)
14850         (message-mail-user-agent, message-use-idna)
14851         (message-valid-fqdn-regexp)
14852         (message-strip-special-text-properties, message-header-synonyms)
14853         (message-beginning-of-line, message-tab-body-function): Add :version.
14854         (message-insert-canlock, message-wide-reply-confirm-recipients):
14855         Change :version.
14856
14857         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14858         and :version.
14859         (mail-source-delete-old-incoming-confirm)
14860         (mail-source-movemail-program): Add :version.
14861
14862         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14863         (gnus-agent-cache, gnus-agent): Change :version.
14864
14865         * gnus-util.el (gnus-use-byte-compile): Change :version.
14866
14867         * gnus-sum.el (gnus-summary-make-false-root-always)
14868         (gnus-summary-default-high-score)
14869         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14870         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14871         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14872         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14873         (gnus-sum-thread-tree-single-indent)
14874         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14875         (gnus-sum-thread-tree-leaf-with-other)
14876         (gnus-sum-thread-tree-single-leaf): Add :version.
14877         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14878         (gnus-article-loose-mime): Change :version.
14879
14880         * gnus-start.el (gnus-backup-startup-file)
14881         (gnus-save-startup-file-via-temp-buffer): Add :version.
14882
14883         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14884         (gnus-server-offline-face): Add :version.
14885
14886         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14887
14888         * gnus-msg.el (gnus-gcc-externalize-attachments)
14889         (gnus-debug-files, gnus-debug-exclude-variables)
14890         (gnus-discouraged-post-methods): Change :version.
14891         (gnus-confirm-mail-reply-to-news)
14892         (gnus-confirm-treat-mail-like-news): Add :version.
14893
14894         * gnus-int.el (gnus-server-unopen-status): Add :version.
14895
14896         * gnus-group.el (gnus-group-jump-to-group-prompt)
14897         (gnus-large-ephemeral-newsgroup)
14898         (gnus-fetch-old-ephemeral-headers): Add :version.
14899
14900         * gnus-fun.el (gnus-x-face-directory)
14901         (gnus-convert-pbm-to-x-face-command)
14902         (gnus-convert-image-to-x-face-command)
14903         (gnus-convert-image-to-face-command): Add :version.
14904
14905         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14906
14907         * gnus-cite.el (gnus-cite-blank-line-after-header)
14908         (gnus-article-boring-faces): Add :version.
14909
14910         * gnus-art.el (gnus-buttonized-mime-types)
14911         (gnus-inhibit-mime-unbuttonizing)
14912         (gnus-treat-display-face)
14913         (gnus-treat-body-boundary): Change :version.
14914         (gnus-body-boundary-delimiter, gnus-picon-databases)
14915         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14916         (gnus-treat-date-english, gnus-treat-fold-headers)
14917         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14918         (gnus-treat-mail-picon, gnus-treat-wash-html)
14919         (gnus-article-encrypt-protocol)
14920         (gnus-use-idna, gnus-article-over-scroll)
14921         (gnus-mime-display-multipart-alternative-as-mixed)
14922         (gnus-mime-display-multipart-related-as-mixed)
14923         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14924         (gnus-ctan-url, gnus-button-ctan-handler)
14925         (gnus-button-handle-ctan-bogus-regexp)
14926         (gnus-button-ctan-directory-regexp)
14927         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14928         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14929         (gnus-button-man-level, gnus-button-emacs-level)
14930         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14931
14932         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14933         (gnus-agent-go-online): Change :version.
14934         (gnus-agent-expire-unagentized-dirs)
14935         (gnus-agent-auto-agentize-methods): Add :version.
14936
14937         * flow-fill.el (fill-flowed-display-column)
14938         (fill-flowed-encode-column): Add :version.
14939
14940         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14941         (gnus-outlook-deuglify-unwrap-max)
14942         (gnus-outlook-deuglify-cite-marks)
14943         (gnus-outlook-deuglify-unwrap-stop-chars)
14944         (gnus-outlook-deuglify-no-wrap-chars)
14945         (gnus-outlook-deuglify-attrib-cut-regexp)
14946         (gnus-outlook-deuglify-attrib-verb-regexp)
14947         (gnus-outlook-deuglify-attrib-end-regexp)
14948         (gnus-outlook-display-hook): Add :version.
14949
14950         * binhex.el (binhex-use-external): Add :version.
14951
14952 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14953
14954         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14955         and `invisible'.
14956
14957 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14958
14959         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14960         in gnus-registry-trim.
14961
14962 2004-09-13  Simon Josefsson  <jas@extundo.com>
14963
14964         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14965
14966         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14967
14968         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14969         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14970         <yamaoka@jpl.org>.
14971         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14972         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14973         <yamaoka@jpl.org>.
14974
14975         * sieve.el (sieve-manage-mode): Ditto.
14976
14977 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14980
14981 2004-09-11  Simon Josefsson  <jas@extundo.com>
14982
14983         * dns-mode.el: Add.
14984
14985         * mm-view.el (mm-display-dns-inline): Add.
14986
14987         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14988         (mm-automatic-display): Ditto.
14989
14990         * mailcap.el (mailcap-mime-data): Add text/dns.
14991         (mailcap-mime-extensions): Map .soa to text/dns.
14992
14993 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14994
14995         * gnus-art.el (article-decode-mime-words, article-babel)
14996         (gnus-article-highlight-signature, gnus-article-add-buttons)
14997         (gnus-signature-toggle): Remove unnecessary bindings of
14998         `inhibit-read-only' inherited from v5.10 merge.
14999
15000 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15001
15002         * nntp.el (nntp): New customization group.
15003         (nntp-authinfo-file): Add customization group.
15004
15005         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15006
15007         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15008
15009         * gnus.el (to-address, to-list, subscribed)
15010         (large-newsgroup-initial): Ditto.
15011
15012         * flow-fill.el (fill-flowed-display-column)
15013         (fill-flowed-encode-column): Ditto.
15014
15015 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15016
15017         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15018         Use point-min rather than 1.
15019         (message-send-mail): Use buffer-size rather than point-max.
15020
15021         * gnus-sum.el (gnus-summary-search-article-forward):
15022         Signal a specific `search-failed' rather than a generic `error'.
15023
15024         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15025         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15026         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15027
15028 2004-09-10  Simon Josefsson  <jas@extundo.com>
15029
15030         * nndb.el (require): Remove tcp and duplicate cl.
15031
15032 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-agent.el (directory-files-and-attributes): Move forward.
15035
15036 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15037
15038         * gnus-agent.el (directory-files-and-attributes): Optionally
15039         defined to support XEmacs.
15040
15041 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15042
15043         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15044         to avoid run-time CL dependencies.
15045         (gnus-agent-unfetch-articles): New function.
15046         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15047         article numbers even when local .overview file is missing.
15048         (gnus-agent-read-article-number): New function.  Only accepts
15049         27-bit article numbers.
15050         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15051         gnus-agent-read-article-number.
15052         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15053         from backend while recognizing that article numbers in .overview
15054         must be valid.
15055         (gnus-agent-update-files-total-fetched-for): Use
15056         directory-files-and-attributes to improve performance.
15057         * gnus-int.el (gnus-request-move-article): Use
15058         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15059         improve performance.
15060
15061         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15062         some users confused by references to .newsrc when they only have a
15063         .newsrc.eld file.
15064         (gnus-convert-mark-converter-prompt)
15065         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15066         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15067         New function.  Used internally to only display 'gnus converting
15068         files' message when actually necessary.
15069
15070         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15071         methods now autoloaded.
15072
15073 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15076         identifiers.
15077
15078 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15079
15080         * gnus-picon.el: Fix indentation and closing parenthesis.
15081
15082 2004-09-01  Simon Josefsson  <jas@extundo.com>
15083
15084         * message.el (message-canlock-generate): Require sha1, not
15085         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15086         to require within a function.  Sadly, if sha1.el isn't loaded, the
15087         let binding in m-c-g will hide the defcustom definition, which is
15088         bad.)
15089
15090         * canlock.el: Require sha1, not sha1-el.
15091
15092         * message.el: Don't autoload sha1 (there is a autoload cookie in
15093         sha1.el).
15094
15095         * sha1-el.el: Renamed to sha1.el.
15096
15097 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15098
15099         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15100
15101 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15102
15103         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15104
15105 2004-08-30  Kim F. Storm  <storm@cua.dk>
15106
15107         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15108
15109         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15110         Add :group 'nnimap.
15111
15112 2004-08-30  Andreas Schwab  <schwab@suse.de>
15113
15114         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15115         ?* and ?\;.
15116
15117         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15118         and ?\' to symbol instead of whitespace.
15119
15120 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15123
15124         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15125         instead of re-search-forward.
15126
15127         * gnus-uu.el (gnus-uu-save-article): Ditto.
15128         (gnus-uu-post-encode-uuencode): Ditto.
15129
15130         * html2text.el (html2text-clean-list-items): Ditto.
15131         (html2text-clean-dtdd): Ditto.
15132         (html2text-format-tags): Ditto.
15133
15134         * message.el (message-send-mail-with-sendmail): Fix regexp.
15135         (message-fill-field-general): Use search-forward instead of
15136         re-search-forward.
15137         (unbold-region): Ditto.
15138
15139         * nnrss.el (nnrss-request-article): Ditto.
15140
15141         * nnslashdot.el (nnslashdot-request-article): Ditto.
15142
15143         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15144
15145         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15146         "Unrecognized menu descriptor" error in XEmacs.
15147
15148 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15149
15150         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15151         parent article of a sparse article in the thread hashtb.
15152
15153 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15154
15155         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15156         (nnmail-expand-newtext): Lowercase expanded entries if
15157         nnmail-split-lowercase-expanded is non-nil.
15158
15159 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15162
15163         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15164         of gnus-tmp-news-method into string under XEmacs.  It will be
15165         passed to gnus-correct-length which takes only a string argument.
15166
15167 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * gnus-util.el (gnus-bind-print-variables): New macro.
15170         (gnus-prin1): Use it.
15171         (gnus-prin1-to-string): Use it.
15172         (gnus-pp): New function.
15173         (gnus-pp-to-string): New function.
15174
15175         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15176         Replace pp-to-string with gnus-pp-to-string.
15177         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15178         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15179         * gnus-msg.el (gnus-debug): Ditto.
15180         * gnus-score.el (gnus-score-save): Ditto.
15181         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15182         gnus-pp-to-string.
15183         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15184         with gnus-pp.
15185         * score-mode.el (gnus-score-pretty-print): Ditto.
15186         * webmail.el (webmail-debug): Ditto.
15187
15188 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus-art.el (article-display-face, article-display-x-face):
15191         Use buffer-read-only.
15192
15193 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-art.el (article-hide-list-identifiers):
15196         Bind inhibit-read-only as t.
15197
15198 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15199
15200         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15201
15202 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15203
15204         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15205         (gnus-narrow-to-page): Don't assume point-min == 1.
15206         (gnus-article-edit-mode): Derive from message-mode.
15207
15208         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15209         point-min == 1.
15210
15211         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15212         Disable incorrect use of `assert'.
15213
15214         * message.el (message-mode): Set comment-start-skip.
15215
15216
15217 2004-08-22  Sam Steingold  <sds@gnu.org>
15218
15219         * pop3.el (pop3-leave-mail-on-server): New user variable.
15220         (pop3-movemail): Delete mail only when it is nil.
15221
15222 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15223
15224         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15225
15226         * mml.el (mml-preview): Use `pop-to-buffer'.
15227
15228         * message.el (message-goto-mail-followup-to): Insert after "To".
15229         (message-carefully-insert-headers): Add comment.
15230
15231         * gnus.el: Remove unused variable `gnus-article-check-size'.
15232
15233         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15234
15235         * gnus-art.el (gnus-button-alist): Improve
15236         `gnus-button-handle-library' entry.
15237
15238 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15239
15240         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15241         downcase, since XEmacs capitalizes error messages differently.
15242
15243 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15244
15245         * nntp.el: Add (require 'gnus) due to reference to
15246         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15247
15248 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15249
15250         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15251         `mm-fill-flowed'.
15252
15253         * mm-decode.el (mm-dissect-singlepart): Check it.
15254
15255 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15256
15257         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15258         'imap' for netrc parsing.
15259
15260 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15261
15262         * mailcap.el (mailcap-mime-data): Mark as risky.
15263
15264 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15267         may be included in the encoded word.
15268         (rfc2047-encode): Don't append a space if the encoded word
15269         includes close parenthesis.
15270
15271 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15274         of text within parentheses.
15275
15276 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15277
15278         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15279         (gnus-encrypt-write-file-contents): Make the password key the file
15280         name PLUS the cipher, not just the cipher.  Also remove failed
15281         passwords from the cache.
15282
15283 2004-08-06  Simon Josefsson  <jas@extundo.com>
15284
15285         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15286         fix.
15287
15288 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15289
15290         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15291         LWSP.
15292
15293 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15294
15295         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15296         to append in-reply-to: data to the references: header.
15297
15298         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15299         (netrc-parse): Use gnus-encrypt.el functions.
15300
15301         * gnus-encrypt.el: Add new file for encryption support; currently
15302         does only a few GPG ciphers and an internal XOR cipher.
15303
15304         * password.el: Add comments on using password-read-and-add.
15305         (password-read-and-add): Add function to read and add the
15306         password to the cache at once.
15307
15308 2004-07-28  Simon Josefsson  <jas@extundo.com>
15309
15310         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15311         parameter (but don't use it, for now).
15312
15313         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15314         instead of hard coding to nil.
15315
15316 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15319         as mm-inline-image-xemacs does.
15320
15321 2004-07-26  Simon Josefsson  <jas@extundo.com>
15322
15323         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15324         Revert part of 2004-07-17 change below.
15325
15326 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15329         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15330
15331 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15332
15333         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15334         quotes that actually start with ">" at the beginning of the
15335         lines.
15336
15337 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * rfc2047.el (rfc2047-encode-region): Fix last change.
15340         (rfc2047-encode-parameter): Remove useless concat.
15341
15342 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15345         encode special characters; fix some kind of misconfigured headers;
15346         signal a real error if debug-on-quit or debug-on-error is non-nil.
15347         (rfc2047-encode-max-chars): New variable.
15348         (rfc2047-encode-1): Use it.
15349         (rfc2047-encode-parameter): New function.
15350
15351         * mml.el (mml-insert-parameter): Remove an excessive space.
15352
15353 2004-07-17  Simon Josefsson  <jas@extundo.com>
15354
15355         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15356         Kai Grossjohann <kai@emptydomain.de>.
15357         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15358         (gnus-group-make-menu-bar): Ditto.
15359
15360         * gnus-util.el (gnus-group-server): Add.
15361
15362 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15363
15364         * message.el (message-clone-locals): Clone sendmail and smtp
15365         variables.
15366
15367 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * rfc2047.el (rfc2047-encode-region): Fix last change.
15370
15371 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15374         characters as non-special.
15375
15376 2004-07-09  Simon Josefsson  <jas@extundo.com>
15377
15378         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15379         Users will lose all flag changes made while unplugged with
15380         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15381         good default.  See numerous reports on ding mailing list.
15382
15383 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15384
15385         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15386         add generate-head-function and generate-article-function to the
15387         rfc822-forward entry.
15388         (nndoc-rfc822-forward-generate-article): New function.
15389         (nndoc-rfc822-forward-generate-head): New function.
15390
15391         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15392
15393 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15394
15395         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15396         respect display group parameter and gnus-summary-expunge-below.
15397         (gnus-articles-to-read): Remove unused reference to display group
15398         parameter.
15399
15400 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15401
15402         * nnheader.el (nnheader-uniquify-message-id): New experimental
15403         variable.
15404         (nnheader-nov-read-message-id): Use it.
15405
15406         * spam-report.el (spam-report-gmane): Add interactive.
15407
15408 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15411         qp-or-base64 for the application/* types.
15412
15413 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15414
15415         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15416
15417 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15418
15419         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15420         trim value.
15421
15422 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15423
15424         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15425         New macro and function.
15426         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15427
15428 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15431         after-load-alist.
15432
15433 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15434
15435         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15436         update info that isn't there.
15437
15438 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15439
15440         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15441         entry.
15442
15443 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * mm-view.el (mm-inline-render-with-function): Use multibyte
15446         buffer; decode html source by charset.
15447
15448         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15449
15450         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15451         Mule-UCS is loaded under XEmacs.
15452         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15453
15454 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15455
15456         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15457
15458 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15459
15460         * mm-util.el (mm-coding-system-p): Return a coding-system.
15461         (mm-mime-mule-charset-alist): Use shift_jis instead of
15462         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15463         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15464         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15465         instead of japanese-shift-jis and iso-latin-1 respectively in
15466         order to share the default value with both Emacs and XEmacs-mule.
15467         (mm-mule-charset-to-mime-charset): Make
15468         mm-coding-system-priorities effective.
15469         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15470         while predicating of candidates upon the priorities.
15471
15472 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15473
15474         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15475         gnus-uu-invert-processable.
15476
15477         * gnus.el: Autoload gnus-uu-invert-processable.
15478
15479 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * mm-util.el (mm-with-multibyte-buffer): New macro.
15482
15483         * rfc2047.el (rfc2047-encode-string): Use it.
15484         (rfc2047-encode-region): Move point to the end of the region after
15485         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15486
15487 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15490         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15491
15492 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15495         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15496         Karl Chen <quarl@nospam.quarl.org>.
15497
15498 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15499
15500         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15501         invalid addresses.
15502
15503 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15504
15505         * spam.el: Change section markers, revise TODO list.
15506         (spam-backends): Make new master list of all installed backends.
15507         (spam-summary-exit-behavior): Add new variable to determine how
15508         messages moves are done at summary exit.
15509         (spam-move-spam-nonspam-groups-only)
15510         (spam-process-ham-in-nonham-groups)
15511         (spam-process-ham-in-spam-groups): Remove variables, the
15512         spam-summary-exit-behavior variable should be used to manage this
15513         behavior.
15514         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15515         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15516         and spam-old-spam-articles.
15517         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15518         Add empty variables, placeholders for the backends they represent.
15519         (spam-set-difference): Move, unchanged.
15520         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15521         unless the user has a processor variable.
15522         (spam-classifications, spam-classification-valid-p)
15523         (spam-backend-properties, spam-backend-property-valid-p)
15524         (spam-backend-function-type-valid-p)
15525         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15526         (spam-report-articles-gmane, spam-report-articles-resend):
15527         Remove functions, they are not needed.
15528         (spam-install-backend-super, spam-backend-list)
15529         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15530         (spam-backend-function, spam-backend-ham-registration-function)
15531         (spam-backend-spam-registration-function)
15532         (spam-backend-ham-unregistration-function)
15533         (spam-backend-spam-unregistration-function)
15534         (spam-backend-statistical-p, spam-backend-mover-p)
15535         (spam-install-backend-alias, spam-install-checkonly-backend)
15536         (spam-install-mover-backend, spam-install-nocheck-backend)
15537         (spam-install-backend, spam-install-statistical-backend)
15538         (spam-install-statistical-checkonly-backend): Add backend installation
15539         support.
15540         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15541         (spam-group-processor-p): Use the new backend code and respect the
15542         summary exit behavior.
15543         (spam-mark-spam-as-expired-and-move-routine): Remove.
15544         (spam-summary-prepare): Change to use the new spam-old-articles
15545         variable.
15546         (spam-copy-or-move-routine, spam-copy-spam-routine)
15547         (spam-move-spam-routine, spam-copy-ham-routine)
15548         (spam-move-ham-routine): Add code to copy/move ham or spam.
15549         (spam-fetch-field-fast): Improve doc and code, plus allow the
15550         'number request.
15551         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15552         variables.
15553         (spam-split, spam-find-spam): Use the new backend code.
15554         (spam-registration-functions): Remove variable.
15555         (spam-unregister-routine): Add convenience wrapper.
15556         (spam-log-undo-registration, spam-register-routine)
15557         (spam-log-processing-to-registry)
15558         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15559         where possible.
15560         (spam-check-gmane-xref, spam-check-regex-headers)
15561         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15562         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15563         (spam-check-bogofilter-headers, spam-check-spamoracle)
15564         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15565         (spam-check-crm114-headers): Use the spam-split-group that
15566         spam-split prepares, no need to determine it every time.
15567
15568         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15569         to the nnheader-parse-naked-head call.
15570
15571         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15572
15573         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15574         the nnheader-nov-read-message-id call.
15575
15576 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15579         gnus-activate-group twice.  Suggested by Markus Peter
15580         <warp@spin.de>.
15581
15582 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * gnus-art.el (gnus-article-time-format): Exchange the order of
15585         day and month in the default value; fix customization type.
15586         (article-date-ut): Use add-text-properties.
15587         (article-make-date-line): Use message-make-date instead of
15588         current-time-string.
15589
15590         * message.el (message-fetch-field): Don't use set-text-properties.
15591         (message-make-date): Simplify.
15592
15593         * messagexmas.el (message-xmas-make-date): New function.
15594         (message-xmas-redefine): Defalias message-make-date to it.
15595
15596 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15599         (rfc2047-encode-region): Treat text within parentheses as special;
15600         show the original text when error has occurred.
15601
15602         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15603         already-computed method to gnus-activate-group.
15604
15605         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15606         same select-methods identical Lisp objects.
15607
15608         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15609         object when modifying the info.
15610
15611 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15614         gnus-opened-servers since it has never been opened with the new
15615         configuration yet.
15616
15617 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15620         arg to nnheader-generate-fake-message-id.
15621
15622 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15623
15624         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15625         number and build a fake message ID localized to a group and
15626         article number (so it's repeatable from that point on).
15627         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15628         ID format.
15629
15630         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15631         nnheader-generate-fake-message-id with the article number.
15632
15633 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15634
15635         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15636         end-of-buffer.
15637
15638 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15639
15640         * message.el (message-ignored-supersedes-headers): Add Approved.
15641
15642 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15643
15644         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15645         goto-char.
15646         (rfc2047-encode): Fold the line before encoding.
15647
15648 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15649
15650         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15651         folding -- not all headers can be folded, and this should be done
15652         by the message composition mode.  Probably.  I think.
15653
15654 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15657         fast.
15658
15659         * gnus-ems.el (gnus-remove-image): Don't use
15660         message-text-with-property; remove only the image found first.
15661
15662         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15663         found first.
15664
15665 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15666
15667         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15668
15669 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * message.el (message-text-with-property): Make it fast and accept
15672         optional arguments.
15673         (message-strip-forbidden-properties): Use it.
15674         (message-fix-before-sending): Follow the m-t-w-p change.
15675
15676         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15677
15678 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-art.el (article-hide-headers): Don't change the buffer
15681         mistakenly when performing mml-preview even if
15682         gnus-single-article-buffer is nil.
15683
15684 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15685
15686         * message.el (message-expand-name-databases): New user option.
15687         (message-expand-name): Use it.
15688
15689 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15690
15691         * spam.el (spam-report-articles-resend)
15692         (spam-report-resend-register-routine): Allow ham reporting.
15693         (spam-report-resend-register-ham-routine): Add wrapper.
15694         (spam-registration-functions): Add ham resending functions.
15695         (spam-list-of-processors): Add ham resend processor.
15696
15697         * gnus.el (ham-resend-to): Add new group parameter.
15698         (spam-process): Add ham resend option.
15699
15700         * spam-report.el (spam-report-resend): Allow reporting ham.
15701         (spam-report-resend-ham): Add wrapper.
15702
15703 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15704
15705         * message.el (message-cite-articles-with-x-no-archive): New
15706         variable.
15707         (message-cite-original): Use it.
15708
15709 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15710
15711         * message.el (message-cite-original): Respect X-No-Archive.
15712
15713 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gnus-art.el (article-hide-headers): Refer to the values for
15716         gnus-ignored-headers and gnus-visible-headers in the summary
15717         buffer since a user may have set them as group parameters.
15718
15719 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15720
15721         * assistant.el (assistant-node-name): Add convenience function.
15722         (assistant-render-text, assistant-render-node): Add error handling,
15723         plus handle multiple next nodes.
15724         (assistant-find-next-node): Comment out for now.
15725         (assistant-find-next-nodes): Add function, returns list of next
15726         nodes.
15727
15728 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15729
15730         * mail-source.el (mail-source-directory): Fix doc-string.
15731
15732 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15733
15734         * assistant.el (assistant-render-text, assistant-eval): Add :set
15735         widget type, which is different because it takes and returns a
15736         list.  Much hilarity ensues.
15737
15738 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15739
15740         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15741
15742         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15743         doc-string.
15744
15745         * gnus-start.el (gnus-activate-group): Added doc-string.
15746
15747 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15750
15751 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15752
15753         * assistant.el (assistant-render-text): Try to add a :set
15754         widget, more to come.
15755
15756         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15757         strings.
15758         (spam-report-articles-resend)
15759         (spam-register-routine): Do registration iff any articles warrant
15760         it.
15761         (spam-summary-prepare-exit): Change log message for nil group
15762         destinations.
15763
15764 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15765
15766         * spam.el (spam-report-resend-register-routine): Allow
15767         spam-report-resend-to to be a group parameter or a global value.
15768
15769 2004-05-26  Simon Josefsson  <jas@extundo.com>
15770
15771         * starttls.el: Merge with my GNUTLS based starttls.el.
15772         (starttls-gnutls-program, starttls-use-gnutls)
15773         (starttls-extra-arguments, starttls-process-connection-type)
15774         (starttls-connect, starttls-failure, starttls-success): New
15775         variables.
15776         (starttls-program, starttls-extra-args): Doc fix.
15777         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15778         functions.
15779         (starttls-negotiate, starttls-open-stream): Check
15780         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15781         function if it is set.
15782
15783 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15786         structured fields.
15787
15788 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15791
15792 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15793
15794         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15795         variable.
15796         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15797         assigning the spam-mark to new messages.
15798
15799 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15800
15801         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15802
15803 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15806
15807         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15808         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15809         default.
15810
15811 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15812
15813         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15814         correct data.
15815
15816 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15817
15818         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15819         (spam-group-processor-p): Fix function.
15820         (spam-group-processor-multiple-p)
15821         (spam-group-spam-processor-report-gmane-p)
15822         (spam-group-spam-processor-report-resend-p)
15823         (spam-group-spam-processor-bogofilter-p)
15824         (spam-group-spam-processor-blacklist-p)
15825         (spam-group-spam-processor-ifile-p)
15826         (spam-group-ham-processor-ifile-p)
15827         (spam-group-spam-processor-spamoracle-p)
15828         (spam-group-spam-processor-crm114-p)
15829         (spam-group-ham-processor-bogofilter-p)
15830         (spam-group-spam-processor-stat-p)
15831         (spam-group-ham-processor-stat-p)
15832         (spam-group-ham-processor-whitelist-p)
15833         (spam-group-ham-processor-BBDB-p)
15834         (spam-group-ham-processor-spamoracle-p)
15835         (spam-group-ham-processor-copy-p): Remove functions with some
15836         prejudice against unneeded code.
15837         (spam-report-articles-resend)
15838         (spam-report-resend-register-routine): Allow the group/topic
15839         spam-resend-to value to override spam-report-resend-to.
15840         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15841         properly now.
15842
15843         * gnus.el (spam-resend-to): Add group/topic parameter.
15844         (spam-process): Move the OBSOLETE processors to the end of the
15845         choices.
15846
15847 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15848
15849         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15850         with resend-to set to nil, and then ask the user if necessary.
15851         (spam-report-resend): spam-report-resend takes a list of articles, not
15852         separate article numbers.
15853
15854 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15855
15856         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15857         addition to emacs-w3m.
15858
15859 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15860
15861         * assistant.el (assistant-authinfo-data): New function.
15862         (assistant-eval): Eval for entire assistant.
15863
15864         * netrc.el (netrc-services-file): New variable.
15865         (netrc-parse-services): New function.
15866         (netrc-find-service-name): New function.
15867         (netrc-find-service-number): New function.
15868         (netrc-port-equal): New function.
15869         (netrc-machine): Use it.
15870
15871         * nnimap.el (nnimap-open-connection): Use netrc.
15872
15873         * gnus-util.el (gnus-netrc-get): Remove aliases.
15874
15875         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15876
15877         * assistant.el (wid-edit): Fix compilation.
15878
15879         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15880
15881 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15882
15883         * gnus-util.el (gnus-set-file-modes): New function.  (small
15884         patch).
15885
15886 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15887
15888         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15889
15890         * assistant.el (assistant-render-node): Fix up rendering and
15891         read-only text.
15892         (assistant-render-node): Reset.
15893         (assistant-make-read-only): Not sticky.
15894
15895 2004-05-20  Danny Siu  <dsiu@adobe.com>
15896
15897         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15898         centered even when gnus-auto-center-summary is t.
15899
15900 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15901
15902         * dns.el (dns-get-txt-answer): New function.
15903         (dns-read-txt): Ditto.
15904         (query-dns): Use it.
15905
15906 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15907
15908         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15909         active for foreign groups even if the group level is higher than
15910         the specified value.
15911
15912 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15913
15914         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15915         non-active groups.
15916
15917         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15918
15919 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15920
15921         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15922
15923 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15924
15925         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15926         (spam-crm114-header, spam-crm114-spam-switch)
15927         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15928         (spam-crm114-positive-spam-header)
15929         (spam-crm114-database-directory, spam-list-of-processors)
15930         (spam-group-spam-processor-crm114-p)
15931         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15932         (spam-generic-score, spam-list-of-checks)
15933         (spam-list-of-statistical-checks, spam-registration-functions)
15934         (spam-check-crm114-headers, spam-crm114-score)
15935         (spam-check-crm114, spam-crm114-register-with-crm114)
15936         (spam-crm114-register-spam-routine)
15937         (spam-crm114-unregister-spam-routine)
15938         (spam-crm114-register-ham-routine)
15939         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15940         asjo@koldfront.dk (Adam Sjøgren).
15941
15942         * gnus.el: Add spam-use-crm114.
15943
15944         * spam.el (spam-list-of-processors, spam-registration-functions):
15945         Add spam-use-resend.
15946         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15947         (spam-report-articles-gmane): Add doc fix.
15948         (spam-report-articles-resend, spam-report-resend-register-routine):
15949         Add wrappers around spam-report-resend-to.
15950
15951         * spam-report.el (spam-report-resend-to, spam-report-resend):
15952         Add support for resending spam.
15953         (spam-report-gmane): Fix line length >80.
15954
15955         * gnus.el (spam-process): Add spam-use-resend.
15956
15957 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15958
15959         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15960         number of processed spam messages.
15961         (spam-ham-copy-or-move-routine): Return the number of processed
15962         ham messages.
15963         (spam-summary-prepare-exit): Use the above values to decide
15964         whether status messages shouled be displayed.
15965
15966 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15969         `rfc2047-encoding-function-alist' in order to avoid conflicting
15970         with the old version.
15971         (rfc2047-encode-region): Concatenate words containing non-ASCII
15972         characters in structured fields; don't encode space-delimited
15973         ASCII words even in unstructured fields; don't break words at
15974         char-category boundaries.
15975         (rfc2047-encode-1): New function.
15976         (rfc2047-encode): Use it; encode text so that it occupies the
15977         maximum width within 76-column; work correctly on Q encoding for
15978         iso-2022-* charsets.
15979         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15980         sure not to break a line just after the header name.
15981         (rfc2047-b-encode-region): Removed.
15982         (rfc2047-b-encode-string): New function.
15983         (rfc2047-q-encode-region): Removed.
15984         (rfc2047-q-encode-string): New function.
15985
15986         * mm-util.el (mm-replace-in-string): New function.
15987
15988 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15989
15990         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15991         get it right.
15992         (gnus-inews-make-draft): Really.
15993
15994 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15995
15996         * nnmh.el (nnmh-request-list-1): Don't check the link count
15997         before descending.  (small patch)
15998
15999 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16000
16001         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16002         stuff.
16003
16004         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16005         on real group name.
16006
16007         * gnus-art.el (gnus-signature-limit): Doc fix.
16008
16009         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16010
16011         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16012
16013 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16014
16015         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16016         isn't a string.
16017
16018 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16019
16020         * gnus-draft.el (gnus-draft-send): Bind
16021         rfc2047-encode-encoded-words.
16022
16023         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16024         (rfc2047-encodable-p): Say that =? needs encoding.
16025         (rfc2047-encode-encoded-words): New variable.
16026
16027         * gnus-group.el (gnus-group-select-group): Doc fix.
16028
16029         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16030
16031         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16032         to nil.
16033
16034         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16035
16036         * nnheader.el (nnheader-get-lines-and-char): New function.
16037
16038 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * gnus-msg.el (gnus-summary-followup-with-original): Document
16041         yanking of region when active.
16042
16043 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16046         groups if the group level is higher than the specified value.
16047
16048 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16049
16050         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16051         (gnus-group-jump-to-group): Added prefix argument using
16052         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16053         non-active group.
16054
16055         * compface.el (uncompface): Be verbose when changing
16056         `uncompface-use-external'.
16057
16058         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16059         handle manual section.
16060
16061 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16062
16063         * gnus-art.el (gnus-button-alist): Revert previous change.
16064
16065 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16066
16067         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16068
16069 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16070
16071         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16072         whether backend can accept message.
16073
16074         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16075
16076 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16077
16078         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16079         Avoid creating directory when nntp-marks-is-evil is true.
16080         Reported by Reiner Steib.
16081
16082 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16083
16084         * gnus-picon.el (gnus-picon-style): New variable.
16085         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16086         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16087         Jesper Harder <harder@ifa.au.dk>.
16088
16089 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16090
16091         * message.el (message-fill-field): Return point.
16092         (message-generate-headers): Go to end of field.
16093
16094         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16095         stuff for non-living groups.
16096
16097 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16098
16099         * gnus-art.el (gnus-article-followup-with-original)
16100         (gnus-article-reply-with-original): gnus-mark-active-p ->
16101         gnus-region-active-p.
16102
16103 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16104
16105         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16106         only when there is spam or ham to be processed.
16107
16108 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16109
16110         * mail-source.el (mail-source-delete-crash-box): Refactor.
16111         (mail-source-fetch): Use it.
16112         (mail-source-fetch-file): Ditto.
16113         (mail-source-fetch-directory): Run postscript in loop.
16114         (mail-source-fetch-pop): Delete.
16115         (mail-source-fetch-maildir): Ditto.
16116         (mail-source-fetch-imap): Ditto.
16117
16118         * imap.el (imap-authenticators): Comment out sasl.
16119
16120         * message.el (message-skip-to-next-address): New function.
16121         (message-fill-header-address): Refactor.
16122         (message-fill-address): Use it.
16123         (message-delete-address): Use it.
16124         (message-fill-header-general): Refactor.
16125         (message-fill-field-address): Rename.
16126         (message-narrow-to-field): Find the start of the header.
16127         (message-header-format-alist): Don't pre-fill.
16128         (message-fill-header): Removed.
16129         (message-insert-header): New function.
16130         (message-shorten-references): Use it.
16131
16132         * rfc2047.el (rfc2047-field-value): Strip props.
16133
16134         * mail-parse.el (mail-header-make-address): New alias.
16135
16136         * ietf-drums.el (ietf-drums-make-address): New function.
16137
16138         * imap.el: Add compiler directives.
16139
16140         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16141
16142         * gnus-art.el (article-decode-idna-rhs): Don't use
16143         message-idna-inside-rhs-p.
16144
16145 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16146
16147         * message.el (message-idna-inside-rhs-p): Removed.
16148         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16149
16150         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16151         false positives.
16152
16153 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16154
16155         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16156
16157 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16158
16159         * nneething.el (nneething-file-name): Don't create spurious
16160         files.
16161
16162         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16163         (gnus-inews-do-gcc): Remove sleep.
16164
16165         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16166         part under point.
16167
16168         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16169         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16170
16171 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16172
16173         * spam.el (spam-summary-prepare-exit): Fixed (length).
16174
16175 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16176
16177         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16178         as expired without moving it" message when there are spam
16179         messages left.
16180
16181 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16182
16183         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16184         header is not nil.
16185
16186 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16187
16188         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16189         nntp-possibly-create-directory, not nntp-possibly-change-group.
16190         (nntp-marks-changed-p): New arg SERVER.
16191         (nntp-request-update-info): Adjust caller.
16192
16193 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16194
16195         * nntp.el (nntp-save-marks): Pass missing arg.
16196
16197 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16198
16199         * nntp.el: Support marks.
16200         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16201         (nntp-marks-modtime, nntp-marks-directory): New variables.
16202         (nntp-request-set-mark, nntp-request-update-info)
16203         (nntp-possibly-create-directory, nntp-marks-changed-p)
16204         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16205         functions.
16206
16207 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16208
16209         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16210         (gnus-xmas-redefine): Rename.
16211
16212         * gnus-score.el (gnus-score-insert-help): Use
16213         gnus-select-lowest-window.
16214
16215         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16216         appt-select-lowest-window and rename to gnus-select-lowest-window.
16217
16218         * gnus.el: do.
16219
16220 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16221
16222         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16223         encodings of MIME-encoded words, in order to improve
16224         interoperability with several broken MUAs.
16225
16226 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16227
16228         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16229         tags, only when charsets are not specified in headers.
16230         (mm-inline-text-html-render-with-w3m): Ditto.
16231
16232         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16233         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16234
16235 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16236
16237         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16238         instead of MIME-decoded from fields when checking
16239         `gnus-article-address-banner-alist'.
16240
16241 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16242
16243         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16244         description rather than subject.
16245
16246 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16247
16248         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16249
16250 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16251
16252         * gnus.el (gnus-version-number): Bump.
16253
16254 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16255
16256         * gnus.el: No Gnus v0.2 is released.
16257
16258 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16259
16260         * gnus-agent.el (gnus-agent-read-agentview): Inline
16261         gnus-uncompress-range.
16262
16263 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16264
16265         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16266         `exec-installed-p'.
16267
16268 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16269
16270         * gnus.el (spam-process, spam-autodetect-methods): Add
16271         bsfilter and bsfilter-headers.
16272
16273         * spam.el (spam-bsfilter): New customize group.
16274         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16275         (spam-bsfilter-header, spam-bsfilter-probability-header)
16276         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16277         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16278         (spam-bsfilter-database-directory): New options.
16279         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16280         (spam-list-of-statistical-checks, spam-registration-functions):
16281         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16282         (spam-bsfilter-score): New command.
16283         (spam-check-bsfilter-headers, spam-check-bsfilter)
16284         (spam-bsfilter-register-with-bsfilter)
16285         (spam-bsfilter-register-spam-routine)
16286         (spam-bsfilter-unregister-spam-routine)
16287         (spam-bsfilter-register-ham-routine)
16288         (spam-bsfilter-unregister-ham-routine): New functions.
16289         (spam-generic-score): Support bsfilter; Accept an optional argument
16290         to recalcurate spam score even if scoring header has already been
16291         added.
16292         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16293         optional argument to recalcurate spam score even if scoring header
16294         has already been added.
16295
16296 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16297
16298         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16299         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16300         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16301         link is missing.
16302
16303 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16304
16305         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16306         (html2text-get-attr): Rewrite.
16307
16308         * message.el (message-setup-1): Remove redundant put-text-property
16309         on mail-header-separator.
16310
16311 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16312
16313         * gnus-registry.el (gnus-registry-cache-whitespace)
16314         (gnus-registry-action, gnus-registry-spool-action)
16315         (gnus-registry-split-fancy-with-parent): Change message levels
16316         from 5 to 3 or 7, as needed.
16317
16318         * spam.el (spam-summary-prepare-exit)
16319         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16320         (spam-split, spam-find-spam, spam-log-undo-registration)
16321         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16322         level from 5 to 6.
16323
16324 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16327         2004-03-04 change).
16328
16329 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16330
16331         * sieve-manage.el (sieve-manage-open):
16332         * nnweb.el (nnweb-insert-html):
16333         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16334         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16335         * nnspool.el (nnspool-request-group):
16336         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16337         * nnml.el (nnml-request-update-info):
16338         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16339         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16340         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16341         (nnimap-request-set-mark):
16342         * nnfolder.el (nnfolder-request-update-info):
16343         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16344         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16345         * gnus-uu.el (gnus-uu-find-articles-matching):
16346         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16347         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16348         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16349         * gnus-nocem.el (gnus-nocem-scan-groups):
16350         * gnus-int.el (gnus-start-news-server):
16351         * gnus-group.el (gnus-group-make-kiboze-group)
16352         (gnus-group-browse-foreign-server):
16353         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16354         Use mapc when appropriate.
16355
16356 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16357
16358         FIXME: Make separate entries for each person.
16359
16360         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16361         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16362         <shields@msrl.com>:
16363
16364         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16365         may need for spam sorting and scoring.
16366         (spam-user-format-function-S): Add user format function suitable for
16367         general use.
16368         (spam-article-sort-by-spam-status): Add sorting function for summary
16369         sorting.
16370         (spam-extra-header-to-number): Add function to get a score from a
16371         header.
16372         (spam-summary-score): Add function to get a numeric score from the
16373         headers.
16374         (spam-generic-score): Fix function doc, was in wrong place.
16375         (spam-initialize): Take symbols when it's run, and install the
16376         extra headers that spam-necessary-extra-headers thinks we need.
16377
16378 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16379
16380         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16381         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16382
16383 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16384
16385         * gnus-sum.el (gnus-set-global-variables)
16386         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16387         (gnus-article-get-xrefs, gnus-summary-best-group)
16388         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16389         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16390         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16391         Use with-current-buffer.
16392
16393 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16394
16395         * spam.el (spam-summary-prepare-exit): Simplify logic.
16396         (spam-fetch-article-header): Read the article header if it's not
16397         available.
16398         (spam-list-articles): Simplify logic.
16399         (spam-filelist-register-routine): Fix bug with unregister-list.
16400
16401         * gnus-registry.el: Fix comments at beginning.
16402
16403 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16404
16405         * message.el (message-cater-to-broken-inn): Remove.
16406         (message-shorten-references): Make sure the total folded length of
16407         References is shorter than 998 characters to cater to a bug in INN
16408         2.3.  Also, don't pretend that references aren't folded -- this
16409         hasn't worked for a while.
16410
16411 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16412
16413         * gnus-agent.el (gnus-agentize):
16414         gnus-agent-send-mail-real-function no longer set to current value
16415         of message-send-mail-function but rather a lambda that calls
16416         message-send-mail-function.  The change makes the agent real-time
16417         responsive to user changes to message-send-mail-function.
16418
16419 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16420
16421         * legacy-gnus-agent.el
16422         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16423         help from Florian Weimer <fw@deneb.enyo.de>
16424
16425 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16426
16427         * nnmail.el (nnmail-cache-insert): Revert last change.
16428
16429 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * nnmail.el (nnmail-cache-insert): Always check whether
16432         nnmail-cache-ignore-groups matches a group name.
16433
16434 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16435
16436         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16437         (spam-find-spam, spam-log-processing-to-registry)
16438         (spam-log-registered-p, spam-log-unregistration-needed-p)
16439         (spam-log-undo-registration): Use gnus-message instead of
16440         gnus-error, none of these errors are fatal.
16441
16442         * gnus-registry.el (gnus-registry-clean-empty-function)
16443         (gnus-registry-clean-empty): Remove only empty entries without
16444         extra data.
16445
16446 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16447
16448         * spam-stat.el (spam-stat-buffer-change-to-spam)
16449         (spam-stat-buffer-change-to-non-spam): Change (error) to
16450         (gnus-message 8) invocation.
16451
16452 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * nntp.el (nntp-via-netcat-command): New variable.
16455         (nntp-via-netcat-switches): New variable.
16456         (nntp-open-via-rlogin-and-netcat): New function.
16457         (nntp-open-connection-function): Doc fix.
16458         (nntp-telnet-command): Doc fix.
16459         (nntp-end-of-line): Doc fix.
16460         (nntp-via-rlogin-command): Doc fix.
16461         (nntp-via-user-name): Doc fix.
16462         (nntp-via-address): Doc fix.
16463
16464 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16465
16466         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16467         error in Emacs 21.1.
16468
16469 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16470
16471         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16472
16473 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16474
16475         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16476         (gnus-agent-with-refreshed-group): New macro.
16477         (gnus-agent-rename-group): New function.
16478         (gnus-agent-delete-group): New function.
16479         (gnus-agent-save-group-info): Use gnus-command-method when
16480         `method' parameter is nil.  Don't write nil entries into the
16481         active file.
16482         (gnus-agent-get-group-info): New function.
16483         (gnus-agent-fetch-articles): Use
16484         gnus-agent-update-files-total-fetched-for to increment disk space
16485         used.
16486         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16487         gnus-agent-update-view-total-fetched-for to increment disk space
16488         used.
16489         (gnus-agent-get-local): Added optional parameters to avoid calling
16490         gnus-group-real-name and gnus-find-method-for-group.
16491         (gnus-agent-set-local): Delete stored entry if either min, or max,
16492         are nil.
16493         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16494         quit, use gnus-agent-regenerate-group to record existance of any
16495         articles fetched to disk before the quit occurred.
16496         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16497         gnus-agent-update-view-total-fetched-for, and
16498         gnus-agent-update-files-total-fetched-for to decrement disk space
16499         used.
16500         (gnus-agent-retrieve-headers): Use
16501         gnus-agent-update-view-total-fetched-for to increment disk space
16502         used.
16503         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16504         with gnus-agent-update-files-total-fetched-for to decrement disk
16505         space and fresh group buffer.
16506         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16507         (gnus-agent-need-update-total-fetched-for): New variable.
16508         (gnus-agent-update-files-total-fetched-for): New function.
16509         (gnus-agent-update-view-total-fetched-for): New function.
16510         (gnus-agent-total-fetched-for): New function.
16511
16512         * gnus-cache.el (gnus-cache-save-buffers): Use
16513         gnus-cache-update-overview-total-fetched-for to change disk space
16514         used by this group.
16515         (gnus-cache-possibly-enter-article): Use
16516         gnus-cache-update-file-total-fetched-for to increment disk space
16517         used by this group.
16518         (gnus-cache-possibly-remove-article): Use
16519         gnus-cache-update-file-total-fetched-for to decrement disk space
16520         used by this group.
16521         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16522         (gnus-cache-rename-group): New function.
16523         (gnus-cache-delete-group): New function.
16524         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16525         (gnus-cache-need-update-total-fetched-for): New variable.
16526         (gnus-cache-with-refreshed-group): New macro.
16527         (gnus-cache-update-file-total-fetched-for): New function.
16528         (gnus-cache-update-overview-total-fetched-for): New function.
16529         (gnus-cache-rename-group-total-fetched-for): New function.
16530         (gnus-cache-delete-group-total-fetched-for): New function.
16531         (gnus-cache-total-fetched-for): New function.
16532
16533         * gnus-group.el: Require gnus-sum and autoload functions to
16534         resolve warnings when gnus-group.el compiled alone.
16535         (gnus-group-line-format): Documented new %F.
16536         (size of Fetched data) group line format; identifies disk space
16537         used by agent and cache.
16538         (gnus-group-line-format-alist): Defined new F format.
16539         (gnus-total-fetched-for): New function.
16540         (gnus-group-delete-group): No longer update
16541         gnus-cache-active-altered as gnus-request-delete-group now keeps
16542         the cache in sync.
16543         (gnus-group-list-active): Let the agent store a server's active
16544         list if currently plugged.
16545
16546         * gnus-int.el (gnus-request-delete-group):
16547         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16548         local disk in sync with the server.
16549         (gnus-request-rename-group):
16550         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16551         local disk in sync with the server.
16552
16553         * gnus-start.el (gnus-get-unread-articles):
16554         Cosmetic simplification to logic.
16555
16556         * gnus-util.el (gnus-rename-file): New function.
16557
16558 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16559
16560         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16561
16562 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16563
16564         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16565         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16566
16567 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16568
16569         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16570         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16571
16572 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16573
16574         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16575
16576 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16577
16578         * spam.el (spam-set-difference): Add function to replace
16579         gnus-set-difference in spam.el.
16580         (spam-summary-prepare-exit): Use spam-set-difference.
16581
16582 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16583
16584         * gnus-registry.el (gnus-registry-cache-file): Update to use
16585         gnus-dribble-directory OR gnus-home-directory OR ~.
16586         (gnus-registry-split-fancy-with-parent): Fix doc.
16587
16588 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * message.el (message-exchange-point-and-mark): Use
16591         message-mark-active-p.  Suggested by Jesper Harder
16592         <harder@ifa.au.dk>.
16593
16594 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * message.el (message-exchange-point-and-mark): Don't activate
16597         region if it was inactive.  Suggested by Hiroshi Fujishima
16598         <pooh@nature.tsukuba.ac.jp>.
16599
16600 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * gnus-art.el (article-display-face): Display Faces in the same
16603         order as X-Faces.
16604
16605 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16608
16609 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16612         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16613         (gnus-article-mime-hierarchy): Remove.
16614         (gnus-article-mime-hierarchy-next): Remove.
16615         (gnus-article-mode): Revert 2004-03-19 change.
16616         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16617         (gnus-insert-mime-button): Revert 2004-03-19 change.
16618         (gnus-mime-accumulate-hierarchy): Remove.
16619         (gnus-mime-enter-multipart): Remove.
16620         (gnus-mime-leave-multipart): Remove.
16621         (gnus-mime-display-part): Revert 2004-03-19 change.
16622         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16623
16624         * mml.el (mml-preview): Revert 2004-03-19 change.
16625
16626 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16627
16628         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16629
16630 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16633         t while entering a file name using the mm-with-multibyte macro.
16634         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16635
16636         * mm-util.el (mm-with-multibyte): New macro.
16637
16638 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16639
16640         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16641         user option.
16642         (gnus-mime-multipart-functions): Doc and customization fix.
16643         (gnus-article-mime-hierarchy): New variable.
16644         (gnus-article-mime-hierarchy-next): New variable.
16645         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16646         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16647         gnus-article-mime-hierarchy-next to nil.
16648         (gnus-insert-mime-button): Show hierarchy numbers.
16649         (gnus-mime-accumulate-hierarchy): New function.
16650         (gnus-mime-enter-multipart): New function.
16651         (gnus-mime-leave-multipart): New function.
16652         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16653         (gnus-mime-display-alternative): Show hierarchy numbers.
16654
16655         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16656         gnus-article-mime-hierarchy-next to nil.
16657
16658 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16659
16660         * dns.el: Don't require gnus-xmas.
16661
16662 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16663
16664         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16665         inline PGP.
16666         (mml-menu): Disable mml-quote-region if mark is inactive.
16667
16668 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16671         when the group's active is not available.
16672
16673 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16676         error.
16677
16678 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16679
16680         * imap.el (imap-store-password): New variable.
16681         (imap-interactive-login): Use it.
16682         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16683
16684 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16687         window-start and hscroll to summary window.
16688
16689 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16690
16691         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16692         conversion message to newsrc-dribble when an actual conversion is
16693         performed.
16694
16695 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16696
16697         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16698
16699 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * mm-decode.el (mm-complicated-handles): New function reviving
16702         former definition of mm-multiple-handles.
16703
16704         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16705         (gnus-mime-delete-part): Use it.
16706
16707 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16708
16709         * gnus-agent.el (gnus-agent-read-local): Bind
16710         nnheader-file-coding-system to gnus-agent-file-coding-system to
16711         avoid the implicit assumption that they will always be equal.
16712         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16713         coding-system-for-write, as the with-temp-file macro first prints
16714         to a buffer then saves the buffer.
16715
16716 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * gnus-art.el (gnus-article-edit-part): New function.
16719         (gnus-mime-save-part-and-strip): Use it; do query instead of
16720         signaling an error; don't use mm-multiple-handles.
16721         (gnus-mime-delete-part): Ditto.
16722
16723 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16724
16725         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16726         old file versions.
16727         (gnus-group-prepare-hook): Removed function that converted list
16728         form of gnus-agent-expire-days to group properties.
16729
16730         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16731         (gnus-request-accept-article): Re-indented.
16732
16733         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16734         converters to handle old agent file formats.  Added logic for a
16735         "backup before upgrading warning".
16736         (gnus-convert-mark-converter-prompt): Developers can mark
16737         functions as needing (default), or not needing,
16738         gnus-convert-old-newsrc's "backup before upgrading warning".
16739         (gnus-convert-converter-needs-prompt): Tests whether the user
16740         should be protected from potentially irreversable changes by the
16741         function.
16742
16743         * legacy-gnus-agent.el: New.  Provides converters that are only
16744         loaded when gnus-convert-old-newsrc needs to call them.
16745
16746 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * mail-source.el (mail-source-touch-pop): Doc fix.
16749
16750         * message.el (message-smtpmail-send-it): Doc fix.
16751
16752 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16753
16754         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16755
16756         * nnmail.el (nnmail-split-fancy): do.
16757
16758         * gnus-kill.el (gnus-kill, gnus-execute): do.
16759
16760 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16761
16762         * gnus-sum.el (gnus-widget-reversible-match)
16763         (gnus-widget-reversible-to-internal)
16764         (gnus-widget-reversible-to-external): New functions.
16765         (gnus-widget-reversible): New widget.
16766         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16767
16768 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16769
16770         * gnus-sum.el (gnus-thread-sort-functions)
16771         (gnus-article-sort-functions): Document `(not F)' items.
16772
16773 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16774
16775         * spam.el (spam-use-gmane-xref): Add new backend.
16776         (spam-gmane-xref-spam-group): Add variable to control the name of the
16777         Gmane spam group.
16778         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16779         (spam-regex-headers-spam, spam-regex-headers-ham)
16780         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16781         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16782         backends and checks.
16783         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16784
16785         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16786         an autodetect method.
16787
16788 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16789
16790         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16791         articles are being added to a group.
16792         (gnus-request-replace-article): Inform the agent that articles
16793         need to be uncached as the cached contents are no longer valid.
16794
16795 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * binhex.el: Don't autoload executable-find.
16798
16799         * canlock.el: Don't autoload mail-fetch-field.
16800
16801         * dgnushack.el: Autoload c-mode for XEmacs.
16802
16803         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16804
16805         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16806         rmail-dont-reply-to and rmail-output.
16807
16808         * gnus-score.el: Don't autoload ffap-string-at-point.
16809
16810         * gnus-setup.el: Don't autoload sc-cite-original.
16811
16812         * imap.el: Don't autoload base64-decode-string,
16813         base64-encode-string and md5.
16814
16815         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16816         and rmail-msg-restore-non-pruned-header.
16817
16818         * mm-decode.el: Don't autoload executable-find.
16819
16820         * mm-url.el: Don't autoload executable-find.
16821
16822         * mm-view.el: Don't autoload diff-mode.
16823
16824         * nndb.el: Don't autoload news-reply-mode, news-setup,
16825         cancel-timer and telnet.
16826
16827         * password.el: Don't autoload run-at-time for Emacs.
16828
16829         * sha1-el.el: Don't autoload executable-find.
16830
16831         * sieve-mode.el: Don't autoload c-mode.
16832
16833         * uudecode.el: Don't autoload executable-find.
16834
16835 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16836
16837         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16838         (gnus-agent-possibly-alter-active): Avoid null in numeric
16839         comparison.
16840         (gnus-agent-set-local): Refuse to save null in local object table.
16841         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16842         list of articles that will be marked as unread.
16843
16844 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16847
16848 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16849
16850         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16851         language tags.
16852
16853 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16854
16855         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16856         Don't bind "obarray".
16857
16858         * gnus-sum.el (gnus-thread-sort-functions): Added
16859         `gnus-thread-sort-by-most-recent-number' and
16860         `gnus-thread-sort-by-most-recent-date'.
16861         Reported by Kai Grossjohann <kai@emptydomain.de>.
16862
16863 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16866
16867 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16868
16869         * gnus-cus.el (gnus-agent-customize-category): Removed
16870         ignore-errors macro reference that required cl to be loaded at
16871         run-time.
16872
16873         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16874         single-interval range of the form (min . max).  Previously the
16875         range had to look like ((min . max)).  Likewise, return
16876         (min . max) rather than ((min . max)).
16877         (gnus-range-map): Use gnus-range-normalize to accept
16878         single-interval range.
16879
16880         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16881         the cache, but not the agent, now appear with their usual face.
16882
16883         * dgnushack.el (loaddir): New variable that is bound to the
16884         directory containing the dgnushack.el file. Use loaddir, rather
16885         than srcdir, to update load-path. Change lets dgnushack compile
16886         code in directories other than GNUS/lisp.
16887
16888 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16889
16890         * lpath.el: Don't bind w3m-safe-url-regexp.
16891
16892         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16893         w3m-safe-url-regexp variable buffer-local.
16894
16895         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16896
16897 2004-02-27  Simon Josefsson  <jas@extundo.com>
16898
16899         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16900         gnus-group-real-prefix.
16901         (gnus-summary-move-article): Use it, instead of
16902         gnus-group-real-prefix.
16903
16904 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * lpath.el: Bind w3m-safe-url-regexp.
16907
16908         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16909         w3m-safe-url-regexp variable buffer-local and set it as the value
16910         of mm-w3m-safe-url-regexp.
16911
16912         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16913
16914         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16915         parsing gnus-posting-styles when the message is not for replying.
16916
16917         * dgnushack.el: Autoload sgml-mode for XEmacs.
16918
16919         * nnrss.el (nnrss-opml-export): Use
16920         mm-set-buffer-file-coding-system instead of
16921         set-buffer-file-coding-system.
16922
16923 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16924
16925         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16926         of checkdoc.el).
16927         * nnrss.el: do.
16928         * gnus-mlspl.el: do.
16929         * gnus-ml.el: do.
16930         * gnus-srvr.el: do.
16931
16932         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16933
16934 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16935
16936         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16937         Corrections to custom-manual links.
16938
16939         * gnus-art.el (gnus-article): Ditto.
16940
16941         * mm-decode.el (mime-display, mime-security): Ditto.
16942
16943 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16944
16945         * flow-fill.el: Typo.
16946
16947 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16948
16949         * spam-wash.el: New file.
16950
16951 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16952
16953         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16954
16955 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16956
16957         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16958         to be run with new-articles as LIST1, not LIST2.
16959         (spam-registration-functions): Add spam-use-ham-copy as a nil
16960         registration backend.
16961
16962 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16963
16964         * spam-stat.el (spam-stat-washing-hook): New option.
16965         (spam-stat-buffer-words): Use it.
16966         (spam-stat-process-directory, spam-stat-test-directory): Use
16967         insert-file-contents-literally.
16968         (spam-stat-coding-system): New variable.
16969         (spam-stat-load, spam-stat-save): Use it.
16970
16971 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * spam-report.el (spam-report-plug-agent): Quote
16974         spam-report-url-to-file and spam-report-url-ping-plain.
16975
16976 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16977
16978         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16979         / in mailto URLs.
16980
16981 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16982
16983         * spam-report.el (spam-report-process-queue): Fix interactive use.
16984         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16985         (spam-report-unplug-agent): Doc fixes.
16986         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16987         (spam-report-agentize, spam-report-deagentize): Autoload.
16988
16989 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16992
16993         * message.el (message-setup-fill-variables): Add mml tags to
16994         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16995         <ajk@iu.edu>.
16996         (message-mode): Don't modify paragraph-separate there.
16997
16998 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * compface.el (uncompface-use-external): Default to undecided.
17001         (uncompface-use-external-threshold): New variable.
17002         (uncompface-float-time): New macro.
17003         (uncompface): Determine whether to use the external decoder if
17004         uncompface-use-external is undecided.
17005
17006 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17007
17008         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17009         after images.
17010
17011         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17012
17013 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17014
17015         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17016
17017         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17018
17019         * gnus-sum.el (gnus-summary-limit-to-age)
17020         (gnus-summary-limit-children): do.
17021
17022         * gnus-int.el (gnus-request-scan): do.
17023
17024         * gnus-group.el (gnus-group-suspend): do.
17025
17026         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17027
17028         * gnus-cite.el (gnus-cite-parse-attributions): do.
17029
17030         * gnus-agent.el (gnus-summary-set-agent-mark)
17031         (gnus-agent-regenerate-group): do.
17032
17033         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17034
17035         * binhex.el (binhex-decode-region-internal): do.
17036
17037 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * gnus-fun.el (gnus-face-properties-alist): New user option.
17040         (gnus-display-x-face-in-from): Use it.
17041
17042         * gnus-art.el (article-display-face): Ditto.
17043
17044         * compface.el (uncompface-use-external): Default to nil.
17045
17046 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17047
17048         * nntp.el (nntp-erase-buffer): New function.
17049         (nntp-retrieve-data, nntp-send-command)
17050         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17051         (nntp-possibly-change-group): Use it.
17052
17053         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17054         with-current-buffer.
17055
17056 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17057
17058         * compface.el: Merge the ELisp-based uncompface program.
17059         (compface): New customization group.
17060         (uncompface-use-external): New user option.
17061         (uncompface): Call uncompface-internal if uncompface-use-external
17062         is nil.
17063         (uncompface-internal): New function.  Note that there are also
17064         some other functions and variables added for this function.
17065
17066 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17067
17068         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17069         if necessary.
17070
17071 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17072
17073         * spam-report.el (spam-report-unplug-agent)
17074         (spam-report-plug-agent, spam-report-deagentize)
17075         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17076         Add support for the Agent in spam-report: when unplugged, report to a
17077         file; when plugged, submit all the requests.
17078
17079         * spam.el (spam-register-routine): Fix message about
17080         registration.
17081
17082 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17083
17084         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17085         dependencies.
17086         (rfc2047-encode): Use it.
17087
17088         * gnus-art.el (gnus-button-marker-list): Move before first
17089         reference.
17090
17091         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17092         (imap-parse-body): Fix format string mismatch.
17093
17094         * gnus-score.el (gnus-summary-increase-score): do.
17095
17096         * nnrss.el (nnrss-close): New function.
17097
17098 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17099
17100         * nnrss.el (nnrss-make-filename): New function.
17101         (nnrss-request-delete-group, nnrss-read-server-data)
17102         (nnrss-save-server-data, nnrss-read-group-data)
17103         (nnrss-save-group-data): Use it.
17104         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17105         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17106         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17107
17108 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17109
17110         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17111
17112 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17113
17114         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17115         files.
17116
17117         * message.el (message-generate-headers-first): Don't quote nil
17118         and t in docstrings.
17119
17120         * imap.el (imap-id): do.
17121
17122         * gnus-agent.el (gnus-agent-consider-all-articles)
17123         (gnus-agent-queue-mail): do.
17124
17125 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17126
17127         * spam-report.el (spam-report-process-queue): New function.
17128         Process requests from `spam-report-requests-file'.
17129         (spam-report-process-queue): Doc fix.
17130
17131 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17132
17133         * spam.el (spam-register-routine)
17134         (spam-log-processing-to-registry, spam-log-registered-p)
17135         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17136         Change "check" to "spam-check" for semi-clarity.
17137
17138 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17139
17140         * pop3.el: Require nnheader.
17141
17142         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17143
17144         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17145
17146         * gnus-picon.el: Require cl.
17147
17148         * gnus-fun.el: Require gnus-ems and gnus-util.
17149
17150         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17151
17152         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17153
17154         * gnus-art.el (gnus-article-edit-mode): Define before first
17155         reference.
17156
17157 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17158
17159         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17160         (gnus-uu-post-encoded): Use point-at-bol.
17161
17162         * gnus-topic.el (gnus-group-active-topic-p): do.
17163
17164         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17165
17166         * gnus-group.el (gnus-group-kill-region): do.
17167
17168         * gnus-art.el (article-date-ut): do.
17169
17170         * message.el (message-fetch-field): Remove redundant
17171         case-fold-search binding.
17172         (message-narrow-to-field): Simplify.
17173
17174 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17175
17176         * spam.el (spam-directory): Derive from `gnus-directory'.
17177
17178         * spam-report.el (spam-report-url-to-file)
17179         (spam-report-requests-file): New function and variable for offline
17180         reporting.
17181         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17182         and user defined function.
17183         (spam-report-url-ping-mm-url): Remove doubled slash.
17184
17185 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17186
17187         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17188
17189 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17190
17191         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17192         format string mismatch.
17193
17194         * sieve.el (sieve-deactivate-all): do.
17195
17196         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17197
17198         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17199
17200         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17201
17202         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17203
17204 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17205
17206         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17207         the list of checks.
17208
17209 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17210
17211         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17212         padding.
17213
17214 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17215
17216         * mm-view.el (mm-fill-flowed): New variable.
17217         (mm-inline-text): Use it.
17218
17219 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17220
17221         * spam.el (spam-spamassassin-register-ham-routine)
17222         (spam-spamassassin-register-spam-routine): Fix function names.
17223
17224 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17225
17226         * gnus.el (gnus-tmp-grouplens): Remove.
17227         (gnus-summary-line-format): Remove grouplens.
17228
17229         * gnus-group.el (gnus-group-line-format): Ditto.
17230
17231         * gnus-spec.el (gnus-format-specs): Ditto.
17232         (gnus-update-format-specifications): Flush the group format spec
17233         cache if there's the grouplens stuff.
17234         (gnus-parse-simple-format): Replace %l with the empty string.
17235
17236 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17237
17238         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17239         omission.
17240
17241 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17244         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17245
17246 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17247
17248         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17249         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17250         New macros and functions.
17251         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17252         Handle > NLINK_MAX messages.
17253         * nnmaildir.el (nnmaildir-request-set-mark): Use
17254         nnmaildir--emlink-p and nnmaildir--eexist-p.
17255
17256 2004-01-25  Alex Schroeder  <alex@gnu.org>
17257
17258         * spam-stat.el (spam-stat-process-directory-age): New option.
17259         (spam-stat-process-directory): Use it.
17260
17261 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17262
17263         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17264         (spam-stat-save): Accept prefix argument.
17265
17266 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17267
17268         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17269         links" error.
17270
17271 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17272
17273         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17274         the rest of the and/or forms.
17275
17276 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17277
17278         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17279         compatibility with old .newsrc.eld files.
17280
17281         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17282
17283         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17284
17285         * gnus-start.el (gnus-1): do.
17286
17287         * gnus-group.el (gnus-group-line-format-alist): do.
17288
17289         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17290
17291         * gnus-gl.el: Remove.
17292
17293 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17294
17295         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17296         marks consisting of a single range {for example, (3 . 5)} rather
17297         than a list of a single range { ((3 . 5)) }.
17298
17299 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17300
17301         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17302         with-current-buffer.
17303         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17304         avoid consing a string.
17305
17306         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17307         Remove obsolete entries for big5 and gb2312.
17308
17309 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17310
17311         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17312         uncompressed list.
17313
17314 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17315
17316         * spam-stat.el (spam-stat-strip-xref): New function.
17317         (spam-stat-process-directory): Use it.
17318
17319         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17320         here -- it's done in message-fetch-field.
17321
17322 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17323
17324         * gnus-agent.el (gnus-agent-queue-mail)
17325         (gnus-agent-prompt-send-queue): New variables.
17326         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17327         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17328         "nndraft:queue" along to gnus-draft-send.  Use
17329         gnus-agent-prompt-send-queue.
17330         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17331         is "nndraft:queue".  Suggested by Gaute Strokkenes
17332         <gs234@srcf.ucam.org>
17333
17334         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17335         (agent-enable-undownloaded-faces): Added.
17336         (gnus-agent-cat-groups): Use eval-and-compile, not
17337         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17338         method of gnus-agent-cat-groups even when the buffer has been
17339         evaled.
17340         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17341         delete gnus-agent-save-active-1.
17342         (gnus-agent-save-groups): Deleted.  Identical to
17343         gnus-agent-save-active.
17344         (gnus-agent-write-active): No longer adjust agent's copy of active
17345         file as agent's adjustments are now stored in their own
17346         file.  Removed optional parameter.
17347         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17348         servers.  Add use of min/max range limits from server's local
17349         file.
17350         (gnus-agent-save-alist): Removed unused optional argument.
17351         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17352         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17353         (gnus-agent-set-local): A per-server file that keeps min/max range
17354         limits for articles known to the agent.  Provides a fast mechanism
17355         for altering many active ranges.
17356         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17357         active file (local makes it unnecessary).
17358         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17359
17360         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17361         (agent-enable-undownloaded-faces): Added.
17362
17363         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17364         disable it when sending to "nndraft:queue".
17365         (gnus-group-send-queue): Add safety check to avoid sending queue
17366         when unplugged.
17367
17368         * gnus-group.el (gnus-group-catchup): Use new
17369         gnus-sequence-of-unread-articles, not
17370         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17371         numbers of articles.  Use gnus-range-map to avoid having to
17372         uncompress the unread list.
17373         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17374         Fixed invalid ange-ftp reference.
17375
17376         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17377         (gnus-sorted-range-intersection): Intersection of two ranges
17378         without requiring that they first be uncompressed.
17379
17380         * gnus-start.el (gnus-activate-group): Unless blocked by the
17381         caller, possibly expand the active range to include both cached
17382         and agentized articles.
17383         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17384         multiple version-dependent converters.
17385         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17386         gnus-agent-save-active.
17387         (gnus-save-newsrc-file): Save dirty agent range limits.
17388
17389         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17390         gnus-agent-possibly-alter-active.
17391         (gnus-adjust-marked-articles): Faster handling of simple lists.
17392
17393 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17394
17395         * spam-stat.el (spam-stat-test-directory): New optional argument
17396         displays a list of files detected.  Suggested by Andrew Cohen
17397         <cohen@andy.bu.edu>.
17398         (spam-stat-buffer-words-with-scores): Don't narrow and change
17399         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17400
17401 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17402
17403         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17404         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17405         (spam-spamassassin-arguments)
17406         (spam-spamassassin-spam-flag-header)
17407         (spam-spamassassin-positive-spam-flag-header)
17408         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17409         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17410         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17411         (spam-list-of-processors, spam-list-of-checks)
17412         (spam-list-of-statistical-checks, spam-registration-functions)
17413         (spam-check-spamassassin-headers, spam-check-spamassassin)
17414         (spam-spamassassin-score)
17415         (spam-spamassassin-register-with-sa-learn)
17416         (spam-spamassassin-register-spam-routine)
17417         (spam-spamassassin-register-ham-routine)
17418         (spam-assassin-register-spam-routine)
17419         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17420         (spam-bogofilter-score): Fix to show article before scoring.
17421
17422 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17423
17424         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17425         default scoring function.
17426         (spam-generic-score): Call spam-spamassassin-score if
17427         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17428         spam-bogofilter-score otherwise.
17429
17430         * gnus.el (spam-process, spam-autodetect-methods): Add
17431         spamassassin and spamassassin-headers.
17432
17433 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17434
17435         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17436         Suppress unnecessary messages.
17437
17438 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17439
17440         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17441         make-hash-table.
17442
17443 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * canlock.el (base64-encode-string): Don't autoload it.
17446
17447 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17448
17449         * run-at-time.el: Remove useless (require 'itimer),
17450         eval-and-compile and (featurep 'xemacs).
17451
17452 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17453
17454         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17455         GROUP is a virtual group.
17456
17457 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17458
17459         * gnus.el: Autoload `message-y-or-n-p'.
17460
17461 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17462
17463         * pgg-parse.el: Remove unnecessary (require 'custom).
17464
17465         * pgg-def.el: do.
17466
17467         * nnmail.el: do.
17468
17469         * gnus-undo.el: do.
17470
17471         * gnus-picon.el: do.
17472
17473         * gnus-util.el: do.
17474
17475 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17476
17477         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17478
17479 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17482         handle, as well as a list.
17483
17484         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17485         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17486         (mm-w3m-cid-retrieve): Simplify.
17487
17488 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17489
17490         * message.el (message-kill-to-signature): Allow prefix arg to
17491         specify number of lines to keep before signature.
17492
17493 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17494
17495         * message.el (message-kill-to-signature): Change docstring.
17496
17497 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * canlock.el: Always require sha1-el.
17500         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17501
17502         * message.el: Autoload sha1 only when compiling.
17503
17504         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17505         eudc-expand-inline for XEmacs.
17506
17507 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17508
17509         * message.el (message-canlock-generate): Require sha1-el.
17510
17511 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17512
17513         * message.el (message-expand-name): Silence the byte compiler.
17514
17515         * lpath.el: Add detect-coding-system.
17516
17517         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17518         cus-edit.
17519
17520 2004-01-13  Simon Josefsson  <jas@extundo.com>
17521
17522         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17523         Invoke gnus-score-mode.  Reported by
17524         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17525
17526         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17527         Jim Blandy <jimb@redhat.com> (tiny change).
17528
17529 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17530
17531         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17532
17533 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17534
17535         * spam.el (spam-get-article-as-string): Update to use
17536         gnus-request-article-this-buffer, much simpler.
17537         (spam-get-article-as-buffer): Remove.
17538
17539 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17540
17541         * message.el (message-expand-name): Use EUDC if the user uses that.
17542
17543 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17544
17545         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17546         character for the encoding to avoid consing a string.
17547
17548         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17549         unnecessarily.
17550
17551         * mm-util.el (mm-replace-chars-in-string): Remove.
17552
17553         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17554         of mm-replace-chars-in-string.
17555
17556 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17557
17558         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17559
17560         * mm-util.el (mm-subst-char-in-string): Support inplace.
17561
17562         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17563         a new string in every iteration.  Use shy groups.
17564
17565 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17566
17567         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17568         * gnus-soup.el (gnus-soup-group-brew):
17569         * gnus-msg.el (gnus-put-message):
17570         * gnus-move.el (gnus-group-move-group-to-server):
17571         * gnus-kill.el (gnus-batch-score):
17572         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17573         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17574         (gnus-group-update-group, gnus-group-read-group)
17575         (gnus-group-make-group, gnus-group-make-help-group)
17576         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17577         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17578         (gnus-group-sort-by-unread, gnus-group-catchup)
17579         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17580         (gnus-group-yank-group, gnus-group-set-info)
17581         (gnus-group-list-groups):
17582         * gnus.el (gnus-generate-new-group-name):
17583         * gnus-delay.el (gnus-delay-send-queue):
17584         * nnvirtual.el (nnvirtual-catchup-group):
17585         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17586         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17587         (gnus-group-prepare-topics, gnus-topic-check-topology):
17588         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17589         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17590         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17591         (gnus-group-make-articles-read):
17592         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17593         (gnus-group-change-level, gnus-kill-newsgroup)
17594         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17595         (gnus-get-unread-articles, gnus-make-articles-unread)
17596         (gnus-make-ascending-articles-unread): Use accessor
17597         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17598         to get group information for improved readability.
17599
17600
17601 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17602
17603         * gnus-art.el (article-decode-mime-words, article-babel)
17604         (gnus-article-highlight-signature, gnus-article-add-buttons)
17605         (gnus-signature-toggle): Use gnus-with-article-buffer.
17606
17607         * gnus-art.el (gnus-article-highlight-headers)
17608         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17609
17610         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17611         (gnus-article-set-globals, gnus-request-article-this-buffer)
17612         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17613         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17614         (gnus-mime-display-alternative): Use with-current-buffer.
17615
17616 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17617
17618         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17619         also under 80 char limit, and call gnus-error if needed.
17620         (spam-fetch-article-header): Fix - it was a
17621         buffer-local variable (gnus-newsgroup-data).
17622         (spam-find-spam): Use spam-generate-fake-headers, forget about
17623         spam-insert-fake-headers.
17624         (spam-insert-fake-headers): Remove.
17625
17626 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17627
17628         * deuglify.el (gnus-article-outlook-unwrap-lines)
17629         (gnus-outlook-rearrange-article)
17630         (gnus-outlook-repair-attribution-outlook)
17631         (gnus-outlook-repair-attribution-block)
17632         (gnus-outlook-repair-attribution-other): Remove redundant
17633         save-excursion.
17634
17635 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17636
17637         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17638         (spam-fetch-field-subject-fast)
17639         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17640         (spam-fetch-article-header): Add functions to deal with Gnus
17641         internals for fast retrieval of article header data.
17642         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17643
17644 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17645
17646         * pop3.el (pop3-md5): Remove.
17647         (pop3-apop): Replace pop3-md5 with md5.
17648
17649         * mm-bodies.el: base64 is always built-in.
17650
17651         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17652         with-current-buffer.
17653
17654 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * canlock.el (canlock-insert-header): Remove excessive grouping in
17657         regexp.
17658
17659         * gnus-sum.el (gnus-summary-read-document): Ditto.
17660
17661         * gnus-uu.el (gnus-uu-part-number): Ditto.
17662
17663         * html2text.el (html2text-remove-tags): Ditto.
17664         (html2text-format-tags): Ditto.
17665         (html2text-format-single-elements): Ditto.
17666
17667         * mml.el (mml-parse-1): Ditto.
17668
17669 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17670
17671         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17672
17673         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17674
17675         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17676
17677         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17678
17679 2003-11-15  Simon Josefsson  <jas@extundo.com>
17680
17681         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17682         (pgg-gpg-lookup-key): Use regexp match instead of
17683         split-string (split-string is different between emacs 21.2 and
17684         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17685
17686 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17687
17688         * gnus-art.el (gnus-mime-view-all-parts)
17689         (gnus-article-part-wrapper, gnus-article-view-part): Use
17690         with-current-buffer.
17691
17692 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17693
17694         * spam.el (spam-disable-spam-split-during-ham-respool)
17695         (spam-spamoracle-database, spam-cache-lookups)
17696         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17697         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17698         (spam-group-ham-marks, spam-group-spam-marks)
17699         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17700         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17701         also add spam-use-blackholes to the statistical checks.
17702         (spam-fetch-field-fast): Add interface to fetching fields, may
17703         become a macro.
17704         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17705         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17706         (spam-insert-fake-headers): Fake an article when needed.
17707         (spam-find-spam): Fake article when possible.
17708         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17709         (spam-check-bogofilter-headers): Use message-fetch-field instead
17710         of nnmail-fetch-field.
17711
17712 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17713
17714         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17715
17716 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17717
17718         * spam.el (spam-split): Do not require spam-use-CHECK to be
17719         enabled if that check is passed to spam-split explicitly; also
17720         fix so 'spam doesn't get converted to spam-split-group when
17721         spam-split-symbolic-return is t.
17722         (spam-find-spam): Find registrations of the article and use those
17723         instead of re-running spam-split to find the spam/ham
17724         classification of the article.
17725         (spam-log-processing-to-registry, spam-log-registered-p)
17726         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17727         Use gnus-error instead of gnus-message.
17728         (spam-log-registration-type): Add function to determine the
17729         classification of a message based on registry entries; will
17730         return nil if both 'spam and 'ham are found.
17731         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17732         a reasonably fast local cache without the loading errors.
17733         (spam-cache-lookups): Set to t by default.
17734         (spam-find-spam): Don't try to guess spam-cache-lookups.
17735         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17736         spam-caches entry.
17737         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17738         caching of whitelist/blacklist entries.
17739         (spam-check-whitelist, spam-check-blacklist): Invoke
17740         spam-from-listed-p with a type, not a cache variable.
17741         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17742
17743 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17744
17745         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17746
17747         * nnmail.el (nnmail-split-fancy): do.
17748
17749         * mml.el (mml-parse): do.
17750
17751         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17752         (gnus-score-adaptive): do.
17753
17754 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17755
17756         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17757         (gnus-mime-button-map): Don't set keymap parent.
17758         (gnus-button-ctan-directory-regexp): Use shy grouping.
17759         (gnus-prev-page-map): Don't set keymap parent.
17760         (gnus-prev-page-map): Remove duplicated one.
17761         (gnus-next-page-map): Don't set keymap parent.
17762         (gnus-mime-security-button-map): Ditto.
17763
17764         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17765         version number.
17766
17767         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17768
17769 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17770
17771         * canlock.el (canlock-sha1-function): Remove.
17772         (canlock-sha1-function-for-verify): Remove.
17773         (canlock-openssl-program): Remove.
17774         (canlock-openssl-args): Remove.
17775         (canlock-ignore-errors): Remove.
17776         (canlock-sha1-with-openssl): Remove.
17777         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17778         (canlock-verify): Don't use canlock-ignore-errors.
17779
17780         * sha1-el.el (sha1-string-external): Make it can return a string
17781         in binary form.
17782         (sha1-region-external): Ditto.
17783         (sha1-string-internal): Ditto.
17784         (sha1-region-internal): Ditto.
17785         (sha1-region): Ditto.
17786         (sha1-string): Ditto.
17787         (sha1): Ditto.
17788
17789 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17790
17791         * spam.el (spam-report-articles-gmane): New command.
17792
17793 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17794
17795         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17796
17797         * run-at-time.el (run-at-time-saved): Remove.
17798         (run-at-time): Doc fix.
17799
17800 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17801
17802         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17803         (gnus-summary-limit-map): Add it.
17804         (gnus-summary-make-menu-bar): do.
17805
17806 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17807
17808         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17809         Make attempt at some caching support (done for BBDB only now).
17810         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17811         addresses to be checked.
17812         (spam-clear-cache-BBDB): Add function, to be invoked by
17813         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17814         (spam-check-BBDB): Check and use the caches, if
17815         spam-cache-lookups is on, remove superfluous (provide).
17816
17817 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17818
17819         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17820
17821 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17822
17823         * run-at-time.el (run-at-time-saved): Move to after the definition
17824         of `run-at-time'.
17825
17826         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17827
17828 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17831         mm-w3m-local-map-property.
17832
17833         * mm-view.el (mm-w3m-mode-map): Remove.
17834         (mm-w3m-local-map-property): Remove.
17835         (mm-inline-text-html-render-with-w3m): Don't use
17836         mm-w3m-local-map-property.
17837
17838 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17839
17840         * run-at-time.el: New file.
17841
17842         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17843         under Emacs.
17844
17845         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17846         of gnus-set-text-properties.
17847
17848         * gnus-uu.el (gnus-uu-save-article): Ditto.
17849
17850         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17851
17852         * gnus-cite.el (gnus-cite-parse): Ditto.
17853
17854         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17855         of gnus-.
17856
17857         * gnus-xmas.el (run-at-time): Require run-at-time.
17858
17859         * gnus.el: Changed calls to nnheader-run-at-time and
17860         password-run-at-time throughout to use run-at-time directly.
17861
17862         * password.el: Removed definition of run-at-time.
17863
17864         * nnheaderxm.el: Remove definition of run-at-time.
17865
17866 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17867
17868         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17869         in prompt.
17870
17871 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17872
17873         * messagexmas.el (message-xmas-redefine): Alias
17874         `message-make-caesar-translation-table' to
17875         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17876         version.
17877
17878         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17879         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17880         `gnus-xmas-set-text-properties'.
17881         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17882         `gnus-xmas-completing-read'.
17883         (gnus-xmas-completing-read): Removed.
17884         (gnus-xmas-open-network-stream): Removed.
17885
17886         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17887         XEmacs version.
17888
17889         * dns.el (dns-make-network-process): Use `open-network-stream'
17890         instead of `gnus-xmas-open-network-stream'.
17891
17892         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17893
17894         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17895
17896 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17897
17898         * gnus-art.el (gnus-mime-display-alternative)
17899         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17900         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17901         Don't use gnus-local-map-property.
17902
17903         * gnus-util.el (gnus-local-map-property): Remove.
17904
17905         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17906         gnus-completing-read-maybe-default with completing-read.
17907
17908         * gnus-util.el (gnus-completing-read): do.
17909         (gnus-completing-read-maybe-default): Remove.
17910
17911 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17912
17913         * password.el: Only autoload `run-at-time' if not XEmacs.
17914         Only autoload the itimer functions if XEmacs.
17915
17916 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17919         XEmacsen.
17920
17921         * dgnushack.el: Autoload executable-find for XEmacs.
17922
17923 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17924
17925         * gnus-art.el (gnus-read-string): Remove.
17926         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17927         read-string.
17928
17929 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17930
17931         * netrc.el: Autoload password-read.
17932         (netrc): Add configuration group.
17933         (netrc-encoding-method, netrc-openssl-path): Add
17934         variables for encoding and decoding of files with symmetric
17935         ciphers.
17936         (netrc-encode): Add assistant function to encode a file with
17937         netrc-encoding-method.
17938         (netrc-parse): Add interactive parameter, added optional
17939         decoding if netrc-encoding-method is non-nil but otherwise
17940         behavior is standard.
17941         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17942         Do s/encode/encrypt/ everywhere.
17943
17944         * spam.el: Remove executable-find autoload.
17945
17946 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17947
17948         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17949
17950         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17951
17952 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17953
17954         * gnus-art.el (gnus-treat-ansi-sequences)
17955         (article-treat-ansi-sequences): New variable and function.
17956         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17957
17958         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17959         Use it.
17960
17961 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17962
17963         * mm-util.el (mm-quote-arg): Remove.
17964
17965         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17966         shell-quote-argument.
17967
17968         * gnus-uu.el (gnus-uu-command): do.
17969
17970         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17971
17972         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17973         with make-char.
17974
17975         * mm-util.el (mm-make-char): Remove.
17976
17977         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17978         add-minor-mode.
17979
17980         * gnus-undo.el (gnus-undo-mode): do.
17981
17982         * gnus-topic.el (gnus-topic-mode): do.
17983
17984         * gnus-sum.el (gnus-dead-summary-mode): do.
17985
17986         * gnus-start.el (gnus-slave-mode): do.
17987
17988         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17989
17990         * gnus-ml.el (gnus-mailing-list-mode): do.
17991
17992         * gnus-gl.el (gnus-grouplens-mode): do.
17993
17994         * gnus-draft.el (gnus-draft-mode): do.
17995
17996         * gnus-dired.el (gnus-dired-mode): do.
17997
17998         * gnus-ems.el (gnus-add-minor-mode): Remove.
17999
18000         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18001         Replace gnus-char-width with char-width.
18002
18003         * gnus-ems.el (gnus-char-width): Remove.
18004
18005         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18006         Replace gnus-char-width with char-width.
18007
18008         * gnus-ems.el (gnus-char-width): Remove.
18009
18010         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18011         definition.
18012         Remove Emacs 20 hash table compatibility code.
18013
18014         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18015         20 compatibility code.
18016
18017         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18018
18019         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18020
18021         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18022         with point-at-{eol,bol}.
18023
18024         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18025
18026         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18027
18028         * flow-fill.el (fill-flowed-point-at-bol)
18029         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18030
18031         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18032         Replace with point-at-{eol,bol} throughout all files.
18033
18034 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * ntlm.el (ntlm-string-as-unibyte): New macro.
18037         (ntlm-build-auth-response): Use it.
18038
18039         Remove Emacs 20 stuff:
18040         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18041         (butlast, mapc, remove): Remove the compiler macros.
18042         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18043         of delq and copy-sequence.
18044         * gnus-art.el (popup-menu): Remove the compiler macro.
18045         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18046         Emacs 20.
18047
18048 2004-01-05  Simon Josefsson  <jas@extundo.com>
18049
18050         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18051         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18052         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18053         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18054         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18055         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18056         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18057         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18058         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18059         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18060         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18061         string-xor into ntlm-string-xor.  Suggested by
18062         Jesper Harder <harder@myrealbox.com>.
18063
18064         * ntlm.el: Don't include poem.
18065
18066         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18067         Jesper Harder <harder@myrealbox.com>.
18068
18069         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18070
18071         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18072         probably breaks emacs with DL patch, but do we care? Is anyone
18073         still using the DL stuff?)
18074
18075         * sieve-manage.el: Use the password package.
18076         (sieve-manage-read-passwd): Remove.
18077         (sieve-manage-interactive-login): Use password.  Re-add
18078         condition-case around loop.
18079
18080         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18081         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18082         the password package.
18083
18084 2003-02-19  Simon Josefsson  <jas@extundo.com>
18085
18086         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18087         token.
18088
18089 2002-08-07  Simon Josefsson  <jas@extundo.com>
18090
18091         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18092         (sieve-manage-authenticators):
18093         (sieve-manage-authenticator-alist): Add some SASL mechs.
18094         (sieve-sasl-auth): New function.
18095         (sieve-manage-cram-md5-auth):
18096         (sieve-manage-plain-auth): Rewrite using SASL library.
18097         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18098         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18099         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18100         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18101
18102 2004-01-05  Simon Josefsson  <jas@extundo.com>
18103
18104         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18105         New files.
18106
18107 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18108
18109         * gnus-group.el (gnus-no-groups-message): Update.
18110
18111         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18112
18113 2003-11-09  Simon Josefsson  <jas@extundo.com>
18114
18115         * imap.el: Support for ID IMAP extension (RFC 2971).
18116         (imap-local-variables): Add imap-id.
18117         (imap-id): New variable.
18118         (imap-id): New function.
18119         (imap-parse-response): Parse untagged ID response.
18120         * nnimap.el (nnimap-id): New variable.
18121         (nnimap-open-connection): Use it.
18122
18123 2003-12-28  Simon Josefsson  <jas@extundo.com>
18124
18125         * gnus-score.el (gnus-score-edit-all-score): New.
18126         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18127
18128 2004-01-04  Simon Josefsson  <jas@extundo.com>
18129
18130         * password.el: Add.
18131
18132 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18133
18134         * dns.el (dns-query-types): Fix typo.
18135         (dns-query-types): New function.
18136         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18137         PTR and SOA replies, see RFC 1035.
18138
18139 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18140
18141         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18142
18143         * Moved to Changelog.2.
18144
18145 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18146
18147         * gnus.el (gnus-version-number): Bump version.
18148
18149 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18150
18151         * gnus.el: No Gnus v0.1 is released.
18152
18153 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18154
18155         * gnus.el: No Gnus v0.0 is released.
18156
18157 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18158
18159         * gnus.el (gnus-version-number): Bump.
18160         (gnus-version): No.
18161
18162 See ChangeLog.2 for earlier changes.
18163
18164     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18165       Free Software Foundation, Inc.
18166
18167   This file is part of GNU Emacs.
18168
18169   GNU Emacs is free software: you can redistribute it and/or modify
18170   it under the terms of the GNU General Public License as published by
18171   the Free Software Foundation, either version 3 of the License, or
18172   (at your option) any later version.
18173
18174   GNU Emacs is distributed in the hope that it will be useful,
18175   but WITHOUT ANY WARRANTY; without even the implied warranty of
18176   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18177   GNU General Public License for more details.
18178
18179   You should have received a copy of the GNU General Public License
18180   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18181
18182 ;; Local Variables:
18183 ;; coding: utf-8
18184 ;; fill-column: 79
18185 ;; add-log-time-zone-rule: t
18186 ;; End: