(nnimap-request-group): Don't SELECT the group twice on `M-g'.
[gnus] / lisp / ChangeLog
1 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4         `M-g'.
5
6 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
7
8         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting
9         according to references/in-reply-to obeys the ignore-groups variable,
10         while splitting by sender and subject do not.
11
12 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13
14         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
15         alist, so that we can look for non-Unicode chars.
16         (article-translate-strings): Allow both character and string maps.
17
18 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * shr.el (shr-insert): Don't insert space behind a wide character
21         categorized as kinsoku-bol, or between characters both categorized as
22         nospace.
23
24 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
25
26         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
27         headers to gnus-newsgroup-headers.
28
29 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * shr.el (shr-tag-img): Don't align images -- since we're not
32         rescaling, this often leads to ugly displays.
33
34 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
35
36         * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore
37         duplicates.
38
39 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
40
41         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
42         call.
43
44 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * gnus.el: Autoload gnus-html-show-images.
47
48         * nnimap.el: Use nnheader-message throughout.
49
50         * shr.el (shr-tag-img): Ignore images with no data.
51
52 2010-10-15  Julien Danjou  <julien@danjou.info>
53
54         * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
55         possibility to disable format=flow encoding when using hard newlines.
56
57 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * shr.el (shr-insert): Remove space inserted before or after a
60         breakable character or at the beginning or the end of a line.
61         (shr-find-fill-point): Do kinsoku; find the second best point or give
62         it up if there's no breakable point.
63
64 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * nnimap.el (nnimap-open-connection): Message when opening connection
67         for debugging purposes.
68
69         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
70         on every setup buffer call to allow this to change from article to
71         article.
72
73         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
74         buffers where we have a wide table.
75
76 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
77
78         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
79         uses *-request-thread.
80
81 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * nnimap.el (nnimap-open-connection): Remove %s from openssl
84         incantation, which is no longer valid.
85
86 2010-10-14  Julien Danjou  <julien@danjou.info>
87
88         * shr.el: Fix defcustom type (char -> character).
89
90 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91
92         * nnimap.el (nnimap-open-connection): tls-program should be a list of
93         programs.
94
95 2010-10-14  Julien Danjou  <julien@danjou.info>
96
97         * shr.el (shr-tag-a): Use url-link as widget type.
98
99         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
100         `gnus-group-get-icon'.
101
102 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
105         This should make server editing work better.
106
107         * shr.el (shr-find-fill-point): Don't inloop on indented text.
108
109         * tls.el (tls-program): Remove spurious %s from openssl.
110
111         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
112         (nnimap-parse-flags): Fix regexp.
113
114         * shr.el (shr-find-fill-point): Use a filling algorithm that should
115         probably work for CJVK text, too.
116
117         * nnimap.el (nnimap-extend-tls-programs): Removed.
118         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
119
120         * tls.el (tls-starttls-switches): Remove starttls hack.
121         (open-tls-stream): Ditto.
122         (tls-find-starttls-argument): Ditto.
123
124 2010-10-13  Julien Danjou  <julien@danjou.info>
125
126         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
127         responses.
128
129 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
132
133         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
134         anything in Emacs.
135
136         * shr.el (shr-current-column): Remove buggy and unnecessary function.
137
138 2010-10-13  Julien Danjou  <julien@danjou.info>
139
140         * shr.el (shr-width): Make shr-width a defcustom with default to
141         fill-column.
142         (shr-tag-img): Use shr-width rather than fill-column.
143
144 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * dgnushack.el (byte-optimize-apply)
147         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
148
149         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
150         position when (X-)Faces exist.
151         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
152         avatars when called interactively.
153
154 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
157         gnus-article-x-face-too-ugly is bound.
158
159 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
162
163         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
164         mailbox that doesn't exist.
165
166 2010-10-12  Julien Danjou  <julien@danjou.info>
167
168         * shr.el (shr-tag-img): Encode URL properly when retrieving.
169         (shr-get-image-data): Encode URL properly when fetching from cache.
170         (shr-tag-img): Use aligned-to spaces to align correctly images.
171
172         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
173         before inserting the Gravatar.
174
175         * shr.el (shr-tag-img): Add align attribute support for <img>.
176
177 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus-gravatar.el (gnus-art): Required.
180
181         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
182         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
183         Remove long obsoleted functions.
184
185 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
188
189         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
190
191         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
192         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
193         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
194         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
195         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
196         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
197         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
198
199 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * nnimap.el (nnimap-request-rename-group): Select group read-only
202         before renaming it.
203
204         * shr.el (shr-insert): Fix up the white space only regexp.
205
206         * nnimap.el (nnimap-transform-split-mail): Not all articles have
207         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
208
209         * shr.el (shr-current-column): New function.
210         (shr-find-fill-point): New function.
211
212 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
213
214         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
215         numbers.
216
217 2010-10-11  Julien Danjou  <julien@danjou.info>
218
219         * shr.el (shr-hr-line): Add.
220         (shr-tag-hr): Use shr-hr-line to specify which character to use to
221         display hr lines.
222         (shr-max-columns): Do not change state to nil if we just inserting
223         spaces.
224
225 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * gnus-topic.el (gnus-topic-read-group): If after the last group,
228         select the last group.
229
230 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
231
232         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
233
234 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
235
236         * dig.el (dig-mode-map): Declare and define in one step.
237
238 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
241         for Gnus.
242         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
243         (nnimap-update-qresync-info): Mark \Seen articles as read.
244
245         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
246         non-variable, too.
247
248         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
249         available.
250         (nnimap-update-info): Rely more on the current active than the param
251         active to avoid marking articles as read too much.
252
253         * auth-source.el (auth-source-create): Use (user-login-name) for the
254         user name default.
255
256         * nnimap.el (nnimap-update-info): If the server doesn't return any
257         useful info, just use the previous info.
258         (nnimap-update-info): Prefer old info over start-article.
259         (nnimap-update-qresync-info): Finish implementing QRESYNC.
260
261 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
262
263         * nnir.el (autoload): Clean up autoloads.
264         (nnir-imap-default-search-key): Renamed from
265         nnir-imap-search-field. Use key rather than value.
266         (nnir-imap-search-other): New variable.
267         (nnir-read-parm): Use it.
268         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
269         (gnus-summary-nnir-goto-thread): Modify to work with imap.
270
271 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
272
273         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
274         the process, too.
275
276 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
277
278         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
279         Allbery.
280
281         * shr.el: Rework the way things are indented by <li> slightly.
282
283         * gnus.el (gnus-group-set-parameter): Fix typo.
284
285         * nnimap.el: Start implementing QRESYNC support.
286
287 2010-10-09  Julien Danjou  <julien@danjou.info>
288
289         * nnir.el (nnir-engines): Fix too many arguments.
290
291 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
294         group is the "last", so that the backends like nnfolder actually save
295         their folders.
296
297         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
298         try to use that for the tls stream.
299         (nnimap-retrieve-group-data-early): Rework the marks code to heed
300         UIDVALIDITY and find out which groups are read-only and not.
301         (nnimap-get-flags): Use the same marks parsing code as the rest of
302         nnimap.
303
304 2010-10-09  Julien Danjou  <julien@danjou.info>
305
306         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
307
308         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
309         retrieving gravatars.
310
311         * shr.el (shr-table-corner): Add.
312         (shr-table-line): Add.
313         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
314
315 2010-10-08  Julien Danjou  <julien@danjou.info>
316
317         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
318
319 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
320
321         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
322
323         * gnus-sum.el (gnus-mark-article-as-unread)
324         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
325         (gnus-summary-set-bookmark): Use it.
326
327         * gnus-msg.el (gnus-setup-message): Use it.
328
329         * gnus-demon.el (gnus-demon-remove-handler): Use it.
330
331         * gnus.el (gnus-group-remove-parameter): Use it.
332
333         * gnus-group.el (gnus-group-make-web-group): Use it.
334
335         * gnus-demon.el (gnus-demon-remove-handler): Use it.
336
337         * nnregistry.el: Update docs to mention manual.
338
339         * gnus-registry.el: Update docs to mention nnregistry.el.
340         (gnus-registry-initialize): Don't install nnregistry refer method
341         automatically.
342         (gnus-registry-install-nnregistry): Remove it.
343
344 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
345
346         * shr.el (shr-insert): Don't insert double spaces.
347
348 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * gnus-gravatar.el (gnus-treat-from-gravatar)
351         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
352         called interactively.
353
354         * gnus-art.el (gnus-mime-view-part-externally)
355         (gnus-mime-view-part-internally): Make predicate function passed to
356         gnus-mime-view-part-as-type assume argument is a mime type, not a list
357         of a mime type.
358
359         * shr.el (shr-table-widths): Don't use cl function `reduce'.
360
361 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * shr.el (require): Require cl when compiling.
364         (shr-tag-hr): New function.
365
366         * nnimap.el (nnimap-update-info): Remove double setting of high.
367         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
368         makes nnimap work properly on Courier again.
369
370         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
371         the variable for backwards compatability.
372
373         * mm-decode.el (mm-save-part): If given a non-directory result, expand
374         the file name before using to avoid setting mm-default-directory to
375         nil.
376
377         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
378         bidning gnus-agent variables.
379
380         * shr.el (shr-render-td): Use a cache for the table rendering function
381         to avoid getting an exponential rendering behaviour in nested tables.
382         (shr-insert): Rework the line-breaking algorithm.
383         (shr-insert): Don't leave trailing spaces.
384         (shr-insert-table): Also insert empty TDs.
385         (shr-tag-blockquote): Ensure paragraphs after </ul>.
386
387 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
388
389         * gnus-sum.el (gnus-number): Rename from `number'.
390         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
391         (gnus-summary-limit-children): Update uses correspondingly.
392
393 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
394
395         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
396         (gnus-gravatar-transform-address): Don't show avatars of people of
397         which mail addresses match gnus-gravatar-too-ugly.
398
399 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * shr.el (shr-table-widths): Expand TD elements to fill available
402         space.
403
404 2010-10-07  Julien Danjou  <julien@danjou.info>
405
406         * nnimap.el (nnimap-request-rename-group): Add this method.
407
408 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
411         name from XEmacs' function-arglist.
412
413         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
414         gravatar under XEmacs.
415
416 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * auth-source.el: Update docs with TODO items.
419
420         * gnus-sync.el: Update docs to explain state and plans.
421
422         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
423         Hooks for mark updates.
424         (gnus-request-set-mark, gnus-request-update-mark): Use them.
425
426         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
427         hooks with arguments, which is needed for mark update hooks.
428
429 2010-10-06  Julien Danjou  <julien@danjou.info>
430
431         * gnus.el (gnus-expand-group-parameter): Only return and act on what
432         was matched.
433
434         * sieve-manage.el: Update example in `Commentary'.
435
436         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
437
438         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
439         not 2000.
440         (sieve-manage-authenticate): Re-add function.
441
442 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * shr.el (shr-insert): Get 'space transition right.
445         (shr-render-td): Only delete space at the end of the TD.
446
447         * nnimap.el (nnimap-open-connection): Prepare to support
448         open-gnutls-stream.
449
450         * shr.el: Rearrange function order to be more logical.
451
452 2010-10-06  Julien Danjou  <julien@danjou.info>
453
454         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
455         (nnrss-discover-feed): Remove 404 URL in docstring.
456
457         * nnir.el: Fix Swish-E URL.
458         Fix Namazu URL.
459
460         * message.el (message-change-subject): Remove 404 URL in a comment.
461
462 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
465         called interactively.
466
467         * gnus-util.el (gnus-remove-if): Allow hash table.
468         (gnus-remove-if-not): New function.
469
470         * gnus-art.el (gnus-mime-view-part-as-type)
471         * gnus-score.el (gnus-summary-score-effect)
472         * gnus-sum.el (gnus-read-move-group-name):
473         Replace remove-if-not with gnus-remove-if-not.
474
475         * gnus-group.el (gnus-group-completing-read):
476         Regard collection as a hash table if it is not a list.
477
478 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * shr.el (shr-render-td): Allow blank/missing <TD>s.
481
482         * shr.el: Document the table-rendering algorithm.
483
484 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
487         for Emacsen having no `libxml-parse-html-region' support.
488
489 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
492         invalid URLs.
493
494         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
495         line-broken.
496         (shr-tag-img): Ignore image fetching errors.
497         (shr-overlays-in-region): Compute overlay positions correctly.
498
499         * mm-decode.el (mm-shr): Require shr.
500
501         * gnus-art.el (gnus-blocked-images): Move variable here.
502
503         * shr.el (shr-insert-table): Bind free variable.
504
505         * mm-decode.el (mm-shr): Bind shr-content-function.
506
507         * shr.el (shr-content-function): New variable.
508
509         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
510         added for symmetry.
511
512         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
513
514         * gnus-group.el (gnus-group-make-group): Doc fix.
515
516         * nnimap.el (nnimap-request-newgroups): Return success.
517
518         * shr.el (shr-find-elements): New function.
519         (shr-tag-table): Put all the images after the table.
520         (shr-tag-table): Really inhibit images inside the table.
521         (shr-collect-overlays): Copy over overlays from the TD elements to the
522         main document.
523
524         * mm-decode.el (mm-shr): Bind shr-blocked-images to
525         gnus-blocked-images.
526
527 2010-10-05  Julien Danjou  <julien@danjou.info>
528
529         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
530
531         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
532         (gnus-html-maximum-image-size): Add this function.
533         (gnus-html-put-image): Use gnus-html-maximum-image-size.
534
535         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
536         server-value of the capability is nil.
537
538 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * shr.el (shr-tag-em): Add <EM> tag.
541
542 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
543
544         * sieve-manage.el (sieve-manage-default-stream): Make default stream
545         customizable.
546
547         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
548         handing broken links to browse-url.
549
550 2010-10-05  Julien Danjou  <julien@danjou.info>
551
552         * gnus-util.el (gnus-emacs-completing-read)
553         (gnus-iswitchb-completing-read): Use autoload rather than require.
554
555 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
558         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
559         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
560         iswitchb-temp-buflist for XEmacs.
561
562         * gnus-util.el (gnus-completing-read-function): Exclude
563         gnus-icompleting-read and gnus-ido-completing-read from candidates for
564         XEmacs since iswitchb.el is very old and ido.el is unavailable in
565         XEmacs.
566
567         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
568         not to use `delete-dups' that is unavailable in XEmacs 21.4.
569
570         * gnus-html.el: Don't require help-fns under XEmacs.
571         (gnus-html-schedule-image-fetching): Work for XEmacs.
572
573         * mm-decode.el (mm-shr): Decode contents by charset.
574
575 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576
577         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
578         unknown.
579
580         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
581         (shr-get-image-data): Ensure against the cache file missing.
582
583         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
584         for data.
585
586         * spam-report.el (spam-report-url-ping-plain): Don't query about
587         killing the process.
588
589         * shr.el (shr-render-td): Protect against too-wide text.
590
591 2010-10-04  Julien Danjou  <julien@danjou.info>
592
593         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
594         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
595
596         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
597         retrieved.
598
599 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600
601         * shr.el (browse-url): Required.
602         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
603         lines.
604         (shr-show-alt-text, shr-browse-image): New commands.
605         (shr-browse-url, shr-copy-url): New commands.
606
607         * gnus-sum.el (gnus-widen-article-window): New variable.
608         (gnus-summary-select-article-buffer): Use it.
609
610         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
611         without @ signs.
612
613 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
614
615         * nnir.el (nnir-run-imap): Remove spurious space in search string.
616
617 2010-10-04  Julien Danjou  <julien@danjou.info>
618
619         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
620         for XEmacs.
621
622 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
625
626         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
627         (nnimap-close-server): Implement.
628
629         * dgnushack.el (iswitchb): Require to shut up the compiler.
630
631         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
632         (shr-insert): Tweak line breaking.
633         (shr-insert): Handle <pre> better.
634         (shr-tag-li): Get <li> indentation right.
635         (shr-tag-li): Get <li> indentation even righter.
636         (shr-tag-blockquote): Ensure paragraph start.
637         (shr-make-table): Tweak table generation.
638         (shr-make-table): Fix typo.
639
640         * shr.el: Implement table rendering.
641
642 2010-10-04  Julien Danjou  <julien@danjou.info>
643
644         * gnus-html.el (gnus-html-put-image): Fix resize image code.
645
646 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * shr.el (shr-insert): Use string anchors instead of line anchors.
649
650 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * shr.el: Add headings.
653         (shr-ensure-paragraph): Actually work.
654         (shr-tag-li): Make <ul> prettier.
655         (shr-insert): Get white space at the beginning/end of elements right.
656         (shr-tag-p): Collapse subsequent <p>s.
657         (shr-ensure-paragraph): Don't insert double line feeds after blank
658         lines.
659         (shr-insert): \t is also space.
660         (shr-tag-s): Fix "s" tag name function.
661         (shr-tag-s): Fix face prop name.
662
663 2010-10-03  Julien Danjou  <julien@danjou.info>
664
665         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
666
667         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
668         gnus-window-inside-pixel-edges.
669
670         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
671         gnus-ems.
672
673         * mm-view.el (mm-inline-image-emacs): Support image resizing.
674
675         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
676         function.
677
678         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
679         resize choice.
680
681 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
684         beginning of the buffer.
685
686         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
687         article buffer again.
688
689         * shr.el (shr-tag-p): Don't insert newlines at the start of the
690         buffer.
691
692         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
693         when it's at the start of the buffer.
694
695         * shr.el (shr-tag-blockquote): Convert name.
696         (shr-rescale-image): Use the right image-size variant.
697
698         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
699         buffer isn't shown, then select the current article first instead of
700         bugging out.
701         (gnus-summary-select-article-buffer): Show both the article and summary
702         buffers again.
703
704         * shr.el (shr-fontize-cont): Protect against regions with no text.
705         Rename tag functions to shr-tag-* for enhanced security.
706         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
707
708 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
709
710         * shr.el (shr-insert):
711         * pop3.el (pop3-movemail):
712         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
713         loaded.
714
715 2010-10-03  Glenn Morris  <rgm@gnu.org>
716
717         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
718
719         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
720
721         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
722
723         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
724
725         * gnus-util.el (gnus-make-local-hook): Simplify.
726
727 2010-10-02  Julien Danjou  <julien@danjou.info>
728
729         * gnus-util.el (gnus-iswitchb-completing-read): New function.
730         (gnus-ido-completing-read): New function.
731         (gnus-emacs-completing-read): New function.
732         (gnus-completing-read): Use gnus-completing-read-function.
733         Add gnus-completing-read-function.
734
735 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
736
737         * shr.el (shr-insert-document): Autoload.
738         (shr-img): Be silent.
739         (shr-insert): Add a newline after every picture before text.
740         (shr-add-font): Use overlays for combining faces.
741         (shr-insert): Pass upwards the text start point.
742
743         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
744         possible.
745         (mm-shr): New function.
746
747 2010-10-02  Julien Danjou  <julien@danjou.info>
748
749         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
750         should go backward.
751
752 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
753
754         * shr.el (shr): Fix typo in provide call.
755
756 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * shr.el: New file.
759
760         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
761
762         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
763         completing read.
764
765 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
768         we're being queried about.  Suggested by Dan Jacobson.
769
770         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
771         by Jason Eisner.
772
773         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
774         table, too.  Suggested by Stefan Wiens.
775         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
776         the table unnecessary.  Suggested by Stefan Wiens.
777
778         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
779         longer needed, and probably doesn't work either, as pointed out by
780         Stefan Wiens.
781         (gnus-summary-exit): Remove call to the clearing function.
782         (gnus-summary-exit-no-update): Ditto.
783
784         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
785         instead of gnus-eval-in-buffer-window to avoid popping up frames.
786         Reported by Stefan Monnier.
787         (gnus-summary-save-in-rmail): Ditto.
788
789         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
790         article buffer, instead of both the article buffer and the summary
791         buffer.  Sort of suggested by Dan Jacobson.
792
793         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
794
795         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
796         Suggested by Dan Jacobson.
797
798         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
799         documentation clearer.
800
801         * message.el (message-shorten-references): Comment on the number "21".
802         Suggested by Stefan Monnier.
803
804         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
805         Suggested by Dan Jacobson.
806
807         * gnus.el (gnus-large-newsgroup): Mention
808         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
809
810         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
811         externalize attachments.  Bug reported by Steve Wen.
812
813         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
814         really message anything to the user.
815
816         * nnmail.el (nnmail-article-group): Allow using the fancy split method
817         directly.
818
819         * nnimap.el (nnimap-request-group): Low higher than high to signal no
820         messages in empty groups.
821
822 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
823
824         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
825         non-UIDNEXT group.
826
827 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
830         not the value from the collection.
831
832         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
833         values.  This sometimes happens on some groups that have no info.
834         (nnimap-request-newgroups): New function.
835
836 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
837
838         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
839         check into `gnus-registry-initialize'.
840         (gnus-registry-initialize): Ditto.
841         Fix and extend header docs.
842
843 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
846         regexp backtrace overflows.
847
848         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
849         for starttls that tls.el implements; i.e. openssl.
850
851         * tls.el (tls-starttls-switches): Give up on using starttls with
852         gnutls-cli.
853         (tls-program): Add --insecure to be consistent with the defaults from
854         openssl s_client.  Now all three commands are insecure.
855
856 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
857
858         * lpath.el: Bind completion-styles-alist for XEmacs.
859
860         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
861         (gravatar-create-image): New function that's an alias to
862         gnus-xmas-create-image, gnus-create-image, or create-image.
863         (gravatar-data->image): Use it.
864
865 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
866
867         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
868         install the nnregistry refer method.
869         (gnus-registry-install-hooks): Use it.
870         (gnus-registry-unfollowed-groups): Add nnmairix to the default
871         unfollowed groups.
872
873 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
874
875         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
876         expanding threads.
877
878 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * nnir.el: Use the server names without suffixes (bug #7009).
881
882         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
883         unencrypted to STARTTLS, if possible.
884
885 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
886
887         * message.el (message-ignored-supersedes-headers): Strip Injection-*
888         headers before superseding.
889
890 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * nnrss.el (nnrss-use-local): Add documentation.
893
894         * nnimap.el (nnimap-extend-tls-programs): New function.
895         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
896         (nnimap-wait-for-connection): Accept the greeting from the stupid
897         output from openssl s_client -starttls, too.
898
899         * tls.el (tls-starttls-switches): New variable.
900         (tls-find-starttls-argument): Use it.
901         (open-tls-stream): Ditto.
902
903         * netrc.el (netrc-credentials): Return the value of the "default"
904         entry.
905         (netrc-machine): Ditto.
906
907         * nnimap.el (nnimap-find-article-by-message-id): Really return the
908         article number.
909         (nnimap-split-fancy): New variable.
910         (nnimap-split-incoming-mail): Use it.
911
912         * nntp.el (nntp-server-list-active-group): Document.
913
914         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
915         SELECT to get the message-id.
916
917         * mail-source.el (mail-sources): Removed webmail support.
918         (defvar): Ditto.
919         (mail-source-fetcher-alist): Ditto.
920         (mail-source-fetch-webmail): Removed.
921
922         * webmail.el: Removed -- doesn't seem relevant any more.
923
924         * gnus.el: Fix up make-obsolete-variable declarations throughout.
925
926         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
927         the \r.
928
929 2010-09-30  Julien Danjou  <julien@danjou.info>
930
931         * gnus-agent.el (gnus-agent-add-group): Fix call to
932         gnus-completing-read.
933
934 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * nndoc.el (nndoc-retrieve-groups): New function.
937
938         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
939         `default', use nnmail-split-methods.
940         (nnimap-request-article): Downcase the NILs so that they are nil.
941
942         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
943         symbol.
944
945         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
946         code, since if the user has requested network, that's what they ought
947         to get.
948         (nnimap-request-set-mark): Erase the buffer before issuing commands.
949         (nnimap-split-rule): Mark as obsolete.
950
951         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
952         variable.
953
954         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
955         correct slot, too.
956
957 2010-09-29  Julien Danjou  <julien@danjou.info>
958
959         * gnus.el (gnus-local-domain): Declare variable obsolete.
960
961         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
962         computing.
963         (gnus-ido-completing-read): Require ido.
964
965 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * gnus-registry.el: Don't prompt on load, which makes it impossible to
968         build Gnus.
969
970         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
971         when interpreting the structures.
972         (nnimap-request-accept-article): Add \r\n to the lines to make this
973         work with Cyrus.
974
975         * nndraft.el (nndraft-request-expire-articles): Use the group name
976         instead if "nndraft".  Fix found by Nils Ackermann.
977
978 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
979
980         * nnregistry.el: Added.
981
982 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
983
984         * nnmail.el (group, group-art-list, group-art):
985         Remove unneeded directives.
986
987 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
990         (mm-mime-charset)
991         * rfc2047.el (rfc2047-syntax-table)
992         * utf7.el (utf7-utf-16-coding-system): Comment fix.
993
994         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
995         rather than `insert-file-contents' and `eval-region'.
996
997         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
998         construction.
999
1000         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1001
1002         * time-date.el: No need to require cl for Emacs 21.
1003
1004 2010-09-29  Julien Danjou  <julien@danjou.info>
1005
1006         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1007         replacement of `gnus-gravatar-relief' to mimic
1008         `gnus-faces-properties-alist'.
1009         Add :version property.
1010
1011 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1012
1013         * mail-source.el (mail-source-report-new-mail)
1014         * message.el (message-default-mail-headers)
1015         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1016
1017         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1018
1019 2010-09-28  Julien Danjou  <julien@danjou.info>
1020
1021         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1022         mail-address contains the same string as real-name.
1023
1024         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1025         non-blank in header, otherwise it'll get stripped.
1026
1027         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1028         real-name, and then for mail address rather than doing : or , search.
1029
1030 2010-09-27  Julien Danjou  <julien@danjou.info>
1031
1032         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1033         (gnus-server-goto-server): Use gnus-completing-read.
1034
1035         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1036
1037         * mm-util.el (defalias): Use gnus-completing-read.
1038         (mm-codepage-setup): Use gnus-completing-read.
1039
1040         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1041         (smime-decrypt-buffer): Use gnus-completing-read.
1042
1043         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1044
1045         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1046         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1047         (mml-insert-multipart): Use gnus-completing-read.
1048
1049         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1050
1051         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1052
1053         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1054
1055         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1056
1057         * gnus.el (gnus-read-method): Use gnus-completing-read.
1058
1059         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1060
1061         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1062         (gnus-mime-action-on-part): Use gnus-completing-read.
1063         (gnus-article-encrypt-body): Use gnus-completing-read.
1064
1065         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1066         (gnus-topic-move-matching): Use gnus-completing-read.
1067         (gnus-topic-copy-matching): Use gnus-completing-read.
1068         (gnus-topic-sort-topics): Use gnus-completing-read.
1069         (gnus-topic-move): Use gnus-completing-read.
1070
1071         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1072         (gnus-agent-add-group): Use gnus-completing-read.
1073
1074         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1075         gnus-completing-read.
1076         (nnmairix-update-groups): Use gnus-completing-read.
1077         (nnmairix-get-server): Use gnus-completing-read.
1078         (nnmairix-backend-to-server): Use gnus-completing-read.
1079         (nnmairix-goto-original-article): Use gnus-completing-read.
1080         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1081
1082         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1083
1084         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1085         (gnus-group-make-useful-group): Use gnus-completing-read.
1086         (gnus-group-make-web-group): Use gnus-completing-read.
1087         (gnus-group-add-to-virtual): Use gnus-completing-read.
1088         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1089
1090         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1091         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1092         (gnus-summary-execute-command): Use gnus-completing-read.
1093         (gnus-summary-respool-article): Use gnus-completing-read.
1094         (gnus-read-move-group-name): Use gnus-completing-read.
1095
1096         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1097         (gnus-summary-score-effect): Use gnus-completing-read.
1098
1099         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1100
1101         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1102         right completing-read function.
1103         (gnus-use-ido): New variable
1104         (gnus-completing-read-with-default): Remove.
1105
1106 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1109         x-focus-frame.
1110
1111         * nnimap.el (auth-source-forget-user-or-password)
1112         (auth-source-user-or-password): Autoload.
1113
1114         * message.el (message-from-style, message-interactive)
1115         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1116         (message-yank-prefix, message-indentation-spaces, message-signature)
1117         (message-signature-file): Add comment.
1118
1119 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120
1121         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1122         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1123         new articles.
1124
1125         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1126         parts.
1127         (nnimap-request-article): Work with the t setting, too.
1128
1129         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1130         that you don't get flashes of other buffers.
1131         (gnus-summary-show-complete-article): Intern before setting.
1132
1133 2010-09-27  David Engster  <dengste@eml.cc>
1134
1135         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1136         well as HEADERS.
1137         (nnmairix-retrieve-headers): Provide new argument for the above.
1138
1139 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-sum.el (gnus-summary-move-article): Don't alter
1142         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1143         group.
1144
1145         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1146
1147         * message.el (message-cite-prefix-regexp): Revert my last edit.
1148
1149         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1150         variable instead of the Gnus variable.
1151
1152         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1153
1154         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1155         again.
1156
1157         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1158         since some servers don't like it.
1159         (nnimap-open-connection): Forget credentials if the server says the
1160         password was wrong.
1161         (nnimap-parse-line): Protect against invalid data.
1162
1163         * gnus-sum.el (gnus-summary-move-article): Add comment.
1164         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1165         nothing alters it while scanning for new messages.
1166
1167         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1168         which may or may not help.
1169         (nnimap-open-connection): If we're doing a stream connection, and then
1170         discover we're on a STARTTLS-capable server, then open a STARTTLS
1171         connection instead.
1172
1173 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * nnimap.el (utf7): Required.
1176
1177         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1178         prefix.
1179
1180 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1181
1182         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1183
1184 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * nnimap.el (nnimap-request-accept-article): Message the error on
1187         error.
1188
1189 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1190
1191         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1192
1193 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1194
1195         * nndoc.el (nndoc-request-list): Return success always.
1196
1197         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1198         `fetch-old' -- we only want to fetch the articles we've requested.  The
1199         rest are in the agent, probably.
1200         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1201         disappeared server" to something low.  It's not important.
1202
1203         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1204         arrived before the FETCH data.
1205
1206         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1207         target here, because we don't know the Gnus name of the group.
1208
1209         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1210         for the correct group.
1211
1212         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1213
1214         * gnus.el (gnus): Give a final warning after startup.
1215
1216         * gnus-util.el (gnus-action-message-log): New variable.
1217         (gnus-message): Use it.
1218         (gnus-final-warning): New function.
1219
1220         * nnimap.el (nnimap-open-connection): Record the greeting.
1221         (nnimap): Add greeting.
1222
1223 2010-09-26  Julien Danjou  <julien@danjou.info>
1224
1225         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1226         arguments.
1227         (gnus-html-wash-images): Fix spec computing to include start/end.
1228
1229         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1230
1231 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1234         deletion.
1235         (nnimap-retrieve-headers): Don't select the group, because that's
1236         already done by nnimap-possibly-change-group.
1237
1238         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1239         (gnus-picon-transform-address): Use it.
1240
1241         * mail-source.el (mail-source-value): Revert previous patch.
1242
1243         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1244         on failure.
1245         (nnimap-open-connection): Look up both virtual and physical server name
1246         credentials.
1247
1248         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1249
1250 2009-02-07  Dave Love  <fx@gnu.org>
1251
1252         * tls.el (open-tls-stream): Don't query killing process.
1253
1254 2009-02-08  Dave Love  <fx@gnu.org>
1255
1256         * gnus-win.el (gnus-window-to-buffer-helper,
1257         gnus-all-windows-visible-p): Function needn't be a symbol.
1258
1259         * mail-source.el (mail-source-value): Function needn't be a symbol.
1260
1261 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * message.el (message-cite-prefix-regexp): Remove } from the cite
1264         prefix.
1265
1266         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1267         highlight again, so that the highlight is correct.
1268
1269         * gnus-picon.el (gnus-picon): Remove again.
1270         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1271
1272         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1273         doing the header highlightling, so that the background colour of the
1274         picon is correct.
1275
1276         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1277         (gnus-picon): Ditto.
1278         (gnus-picon): Reinstate.  The background colour for picons is white.
1279         (gnus-picon-insert-glyph): Make the background white.
1280
1281         * nnml.el (nnml-open-nov): Don't return dead buffers.
1282
1283         * auth-source.el (auth-source-create): Query the user for whether to
1284         store the credentials.
1285
1286         * netrc.el (netrc-store-data): New function.
1287
1288         * auth-source.el (auth-source-user-or-password): Use the existing auth
1289         sources, if any, for creation.
1290
1291         * gnus.el (gnus-group-fast-parameter): Return the last matching
1292         parameter instead of the first matching parameter.
1293
1294 2010-09-26  Julien Danjou  <julien@danjou.info>
1295
1296         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1297
1298 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * mml2015.el (mml2015-use): Remove gpg support.
1301
1302         * mml1991.el (mml1991-function-alist): Remove gpg function.
1303         (mml1991-gpg-sign): Removed.
1304
1305 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1306
1307         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1308         (gnus-browse-unsubscribe-current-group): Document it.
1309         (gnus-browse-unsubscribe-group): Use it.
1310
1311 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1314         address to the To list for easier response.
1315
1316         * gnus.el (gnus-play-startup-jingle): Removed.
1317         (gnus-splash): Don't play jingle.
1318         (gnus): Silence gnus-load message.
1319
1320         * gnus-art.el (gnus-treat-play-sounds): Removed.
1321
1322         * gnus.el (gnus-play-jingle): Remove audio support.
1323
1324         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1325
1326         * earcon.el: Removed -- no users.
1327
1328         * gnus-audio.el: Removed -- no users of this package.
1329
1330         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1331
1332         * gnus-start.el (gnus-setup-news): Remove nocem support.
1333
1334         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1335
1336         * gnus.el (gnus-use-nocem): Removed.
1337
1338         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1339         Removed.
1340
1341         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1342         uses NoCeM any more.
1343
1344         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1345         (gnus-button-ctan-handler): Ditto.
1346         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1347         (gnus-button-ctan-directory-regexp): Ditto.
1348         (gnus-button-handle-ctan): Ditto.
1349         (gnus-button-tex-level): Ditto.
1350         (gnus-button-alist): Removed CTAN stuff.
1351
1352 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1355         nnimap-streaming test.
1356
1357         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1358         servers twice.
1359
1360         * nnimap.el (nnimap-open-connection): Add more error reporting when
1361         nnimap fails early.
1362
1363         * nnheader.el (nnheader-get-report-string): New function.
1364         (nnheader-get-report): Use it.
1365
1366         * gnus-int.el (gnus-check-server): Say what the error was when opening
1367         failed.
1368
1369         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1370         using streaming.
1371
1372 2010-09-25  Julien Danjou  <julien@danjou.info>
1373
1374         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1375         gnus-window-inside-pixel-edges.
1376
1377 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1378
1379         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1380
1381         * mm-decode.el (mm-save-part): Allow saving to other directories the
1382         normal Emacs way.
1383
1384         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1385         by Jay Berkenbilt.
1386
1387         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1388         there isn't a single byte.
1389
1390         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1391         just do it.  It doesn't really seem to matter what the user responds
1392         here, I think, so it's just a confusing question.
1393
1394         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1395         non-streaming case.
1396
1397         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1398         (gnus-article-encrypt-body): Use it.
1399
1400         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1401         keystroke.
1402
1403         * nnimap.el (nnimap-find-wanted-parts-1): Use
1404         gnus-fetch-partial-articles.
1405
1406         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1407
1408         * nnimap.el (nnimap-insert-partial-structure): New function.
1409         (nnimap-get-partial-article): New function.
1410         (nnimap-request-article): Use it.
1411         (nnimap-wait-for-response): Return whether the wait was successful.
1412         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1413         retrieval wasn't successful.
1414         (nnimap-retrieve-group-data-early): Allow throttling servers.
1415         (nnimap-streaming): New variable.
1416         (nnimap-fetch-partial-articles): Removed.
1417
1418         * mm-decode.el (mm-with-part): Protect against killed buffers.
1419
1420         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1421         for prettier summary display.
1422
1423 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1424
1425         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1426         directly.
1427
1428 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1431         apparently third-party libraries depend on it.
1432
1433         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1434         before starting negotiation.
1435
1436         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1437         privacy reasons.
1438         (gnus-treat-mail-gravatar): Ditto.
1439
1440         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1441         buffer when inserting images.  Inserting text into the headers, for
1442         instance, can make them invalid.
1443
1444 2010-09-25  Julien Danjou  <julien@danjou.info>
1445
1446         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1447         variables.
1448
1449         * nnheader.el: Remove useless variables news-reply-yank-from and
1450         news-reply-yank-message-id.
1451
1452         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1453         variables.
1454
1455         * mml1991.el: Remove useless mml1991-verbose.
1456
1457         * gnus.el: Remove useless variable gnus-use-generic-from.
1458         Remove obsolete variable gnus-topic-indentation.
1459
1460         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1461
1462         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1463
1464         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1465
1466         * gnus-group.el: Remove useless gnus-group-icon-cache.
1467         Remove useless gnus-ephemeral-group-server.
1468
1469         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1470
1471         * mml2015.el: Remove useless mml2015-verbose.
1472
1473         * mml-smime.el: Remove useless mml-smime-verbose.
1474
1475         * gnus.el: Remove useless gnus-local-domain.
1476
1477         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1478         gnus-gravatar-size.
1479
1480         * gnus-art.el: Remove useless gnus-treat-translate.
1481
1482 2010-09-24  Julien Danjou  <julien@danjou.info>
1483
1484         * gnus-sum.el: Add support for Gravatars.
1485
1486         * gnus-art.el: Add support for Gravatars.
1487
1488         * gnus-gravatar.el: Add this file.
1489
1490         * gravatar.el: Add this file.
1491
1492 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1495
1496         * gnus-group.el (gnus-group-fetch-faq): Removed.
1497
1498         * gnus.el (gnus-group-faq-directory): Removed.
1499
1500         * gnus-group.el (gnus-group-fetch-charter): Removed.
1501
1502         * gnus.el (gnus-group-charter-alist): Removed.
1503
1504         * gnus-group.el (gnus-group-archive-directory): Removed.
1505         (gnus-group-recent-archive-directory): Ditto.
1506         (gnus-group-make-archive-group): Removed.
1507
1508         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1509
1510         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1511         use the same article number for all the cached articles.
1512
1513         * nnimap.el (nnimap-command): Register the last command time so
1514         that we can use it for idling NOOPs.
1515         (nnimap-open-connection): Start the keeplive timer.
1516         (nnimap-make-process-buffer): Store all the process buffers.
1517         (nnimap-keepalive): New function.
1518
1519         * starttls.el: (starttls-open-stream): Add autoload cookie.
1520
1521 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1522
1523         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1524         handling.
1525
1526 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1529         its data structures.
1530
1531         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1532         instead of the cl.el copy-list.
1533         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1534         equalp.
1535
1536 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1539         and tool-bar-local-item-from-menu.
1540
1541         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1542         mode-line-highlight face for Emacs.
1543
1544         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1545         loading gnus-sum.elc; fix comment for canlock-verify.
1546         (gnus-article-jump-to-part): Use read-number.
1547         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1548         Emacs pre-21 compatible code for help-echo.
1549         (gnus-article-next-page-1): No need to adjust the number of lines.
1550         (gnus-article-describe-bindings): Always use help-buffer.
1551
1552         * gnus-audio.el (gnus-audio-inline-sound)
1553         * gnus-cus.el (gnus-custom-mode)
1554         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1555
1556         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1557
1558         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1559         compatible code.
1560
1561 2010-09-24  Glenn Morris  <rgm@gnu.org>
1562
1563         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1564         visiting the fcc file in rmail-mode.
1565
1566         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1567
1568 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * nnir.el: Silence the byte compiler.
1571
1572         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1573         alias to browse-url-url-encode-chars if any.
1574         (gnus-html-encode-url): Use it.
1575
1576 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * gnus-start.el (gnus-use-backend-marks): New variable.
1579         (gnus-get-unread-articles-in-group): Use it.
1580
1581         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1582         makeover.
1583
1584 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1585
1586         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1587
1588 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1591         Removed.
1592         (gnus-setup-news-hook): Removed
1593         gnus-fixup-nnimap-unread-after-getting-new-news.
1594
1595         * gnus-int.el (gnus-request-update-info): Protect against backends not
1596         having the function.
1597
1598         * nnimap.el (nnimap-stream): Mention starttls.
1599         (nnimap-open-connection): Add starttls support.
1600
1601 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1602
1603         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1604
1605 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1608         BODYSTRUCTUREs.
1609         (nnimap-transform-headers): Unfold quoted {42} headers.
1610
1611         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1612         the info.
1613         (gnus-get-unread-articles): Only call updatep on backends that support
1614         it.
1615
1616         * nnweb.el (nnweb-request-update-info): NOOP.
1617
1618         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1619
1620         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1621         since it only deals with marks.
1622
1623         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1624         gnus-request-marks, and make a new gnus-request-update-info.
1625
1626         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1627         the active instead of the high number, which is usually too low.
1628
1629 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1630
1631         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1632         * encrypt.el: Removed.
1633
1634 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1637         server in symbolic form.
1638
1639         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1640         0.9.
1641
1642 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1645         (nnimap-update-info): Fix up code slightly.
1646
1647         * gnus-int.el (gnus-open-server): Add tracing for performance
1648         debugging.
1649
1650         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1651         (gnus-group-insert-group-line): Pass the real group name so that it
1652         gets the right data.
1653
1654         * gnus-start.el (gnus-get-unread-articles): Don't have
1655         `gnus-get-unread-articles-in-group' update info, since that can be
1656         really slow and doesn't seem to be needed?
1657
1658 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1659
1660         * time-date.el (date-to-time): Try using parse-time-string first before
1661         using the slower timezone-make-date-arpa-standard.
1662
1663 2010-09-22  Julien Danjou  <julien@danjou.info>
1664
1665         * gnus-group.el (gnus-group-insert-group-line): Call
1666         gnus-group-highlight-line.
1667         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1668         default hook list.
1669         (gnus-group-update-eval-form): Add new function.
1670         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1671         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1672
1673 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1676         immediate, then expire all articles.
1677         (nnimap-update-info): Fix off-by-one errors.
1678         (nnimap-flags-to-marks): Would return no marks lists for group with no
1679         flags.  Instead return the other data.
1680
1681 2010-09-22  Julien Danjou  <julien@danjou.info>
1682
1683         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1684         Only return an icon.
1685         (gnus-group-insert-group-line): Compute icon to return.
1686
1687         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1688         variable.
1689         (gnus-html-image-fetched): Only cache if
1690         gnus-html-image-automatic-caching is set.
1691         (gnus-html-image-fetched): Check for errors.
1692
1693 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1694
1695         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1696         once per method on `g'.  This ensures that backends like nnfolder don't
1697         open all their folders.
1698
1699         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1700         (nnimap-request-list): Nix out group in the correct buffer.
1701         (nnimap-parse-flags): Implement by using `read' instead of
1702         hand-parsing.
1703         (nnimap-flags-to-marks): Pass on permanent-flags.
1704         (nnimap-make-process-buffer): Record the server name.
1705         (nnimap-parse-flags): Fix typo.
1706         (nnimap-request-scan): Run split on the server in general, not just a
1707         single group.
1708
1709         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1710         parameter, and propagate this downwards.
1711
1712         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1713         since EXAMINE changes it on the server.
1714
1715         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1716         this command might take a while.
1717
1718 2010-09-22  Julien Danjou  <julien@danjou.info>
1719
1720         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1721         harmful if you have 2 images side-by-side, they can't be properly
1722         update on text deletion.  Using text-property is safer here.
1723         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1724         data.
1725
1726 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * nnimap.el (nnimap-expunge-inbox): Removed.
1729         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1730         (nnimap-expunge): Flip default to t.
1731
1732         * gnus.el (gnus-method-to-server): Don't push things to the cache
1733         unless it's unique.
1734         (gnus-server-to-method): Ditto.
1735
1736 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1737
1738         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1739
1740 2010-09-22  Julien Danjou  <julien@danjou.info>
1741
1742         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1743         get the start of data.
1744         (gnus-html-encode-url): Add this function to encode special chars in
1745         URL.
1746         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1747         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1748
1749         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1750         default.
1751         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1752
1753         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1754         images alt-text.
1755         (gnus-html-put-image): Put alt-text as help-echo.
1756
1757 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1760         * mm-util.el (mm-decompress-buffer)
1761         * nnir.el (nnir-run-find-grep)
1762         * pop3.el (pop3-list): Use 3rd arg of split-string.
1763
1764         * time-date.el (format-seconds): Comment fix.
1765
1766         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1767         and byte-optimize-form-code-walker.
1768         (dgnushack-make-auto-load): Don't advise make-autoload.
1769
1770         * lpath.el: Remove Emacs 21 stuff.
1771
1772 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1775         outside the active range.  Suggested by Dan Christensen.
1776
1777         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1778         slightly later to avoid double-getting it.
1779
1780         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1781         previous patch.
1782
1783         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1784
1785 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1786
1787         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1788
1789 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * gnus-int.el (gnus-open-server): Give a better error message in the
1792         "go offline" case.
1793
1794         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1795         marks for nnimap, which is seldom the right thing to do.
1796
1797         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1798         (gnus-same-method-different-name): New function.
1799
1800         * nnimap.el (parse-time): Require.
1801
1802         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1803         method in the presence of many similar methods.
1804
1805         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1806
1807         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1808         nnml-inhibit-expiry.
1809
1810         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1811         find out whether methods are equal.
1812
1813         * nnimap.el (nnimap-find-expired-articles): New function.
1814         (nnimap-process-expiry-targets): New function.
1815         (nnimap-request-move-article): Request the article before looking at
1816         what the Message-ID is.  Fix found by Andrew Cohen.
1817         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1818
1819         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1820         for oldness in addition to being a predicate.
1821
1822         * nnimap.el (nnimap-request-group): When we have zero articles, return
1823         the right data to Gnus.
1824         (nnimap-request-expire-articles): Only delete articles immediately if
1825         the target is 'delete.
1826
1827         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1828         method, this would bug out.
1829
1830         * gnus-group.el (gnus-group-expunge-group): Renamed from
1831         gnus-group-nnimap-expunge, and implemented as a normal interface
1832         function.
1833
1834         * gnus-int.el (gnus-request-expunge-group): New function.
1835
1836         * nnimap.el (nnimap-request-create-group): Implement.
1837         (nnimap-request-expunge-group): New function.
1838
1839 2010-09-21  Julien Danjou  <julien@danjou.info>
1840
1841         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1842         (gnus-html-cache-expired): Add new function.
1843         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1844         wethever we should display image for fetch it.
1845         Compute alt-text earlier to pass it to the fetching function too.
1846         (gnus-html-schedule-image-fetching): Change function argument to only
1847         get one image at a time, not a list.
1848         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1849         cache.
1850         (gnus-html-get-image-data): New function to retrieve image data from
1851         cache.
1852         (gnus-html-put-image): Change buffer argument to use image data rather
1853         than file, and place image above region rather than inserting a new
1854         one. Do not take alt-text as argument, since it's useless now: we place
1855         the image above alt-text.
1856         (gnus-html-prune-cache): Remove.
1857         (gnus-html-show-images): Start to fetch image when we find one, do not
1858         push into a temporary list.
1859         (gnus-html-prefetch-images): Only fetch image if they have expired.
1860         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1861         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1862
1863 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1866
1867 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1870         spec inser "*" if the group isn't active instead of 0.
1871
1872         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1873         opening the server.
1874         (nnimap-request-delete-group): Implement group deletion.
1875         (nnimap-transform-headers): Return the size of the entire message in
1876         the Bytes header, not just the size of the first part.
1877         (nnimap-request-move-article): When moving an article from nnimap,
1878         request the article first so the accepting form has an article to
1879         accept.  Reported by Dan Christensen.
1880         (nnimap-command): Make sure that the error message doesn't error out.
1881
1882 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1883
1884         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1885         we haven't requested anything.
1886
1887 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1890         "".  Fix found by Andrew Cohen.
1891
1892         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1893         instead of -encode-string.
1894
1895 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1898
1899         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1900         by mm-subst-char-in-string.
1901
1902 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1905         waiting for the connection string.
1906
1907         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1908         arriving.
1909
1910         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1911         bogus characters.  This allows selecting certain Gmail groups.
1912
1913         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1914         (nnimap-fetch-partial-articles): New variable.
1915         (nnimap-open-connection): When looking for credentials, also use the
1916         nnimap-server-port.
1917         (nnimap-request-article): Return the group/article number, so that Gnus
1918         `^' works as expected.
1919         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1920         them.
1921
1922         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1923         comments.
1924         (gnus-methods-sloppily-equal): New function.
1925         (gnus): When using the development version of Gnus, load the gnus-load
1926         file.
1927
1928         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1929         `gnus-open-server' on each method before trying to scan them etc.  This
1930         ensures that all the backend parameters are set correctly.
1931
1932         * nnimap.el (nnimap-authenticator): New variable.
1933         (nnimap-open-connection): Allow anonymous login.
1934         (nnimap-transform-headers): The chars header is called Chars not
1935         Bytes.
1936         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1937         drops.
1938
1939         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1940         patch, found by Knut Anders Hatlen.
1941
1942 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1943
1944         * gnus-agent.el (gnus-agent-batch-confirmation)
1945         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1946         to gnus-message.
1947         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1948         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1949         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1950         * gnus-int.el (gnus-open-server): Likewise.
1951         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1952         (gnus-score-check-syntax): Likewise.
1953         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1954         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1955         Likewise.
1956         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1957
1958 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1961         calling conventions so that prefetch doesn't bug out.
1962
1963 2010-09-19  Julien Danjou  <julien@danjou.info>
1964
1965         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1966         rather than `subst-char-in-region' in order to be able to replace ASCII
1967         char by UTF-8 ones.
1968
1969         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1970         than curl.
1971         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1972         the right URL and ALT text on images.
1973         (gnus-html-wash-tags): Fix tag case.
1974         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1975         (gnus-article-html): Add -o display_ins_del=2 option.
1976         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1977
1978 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1981         the extra mail headers, which sometimes seem to happen for unknown
1982         reasons.
1983
1984         * mail-parse.el (mail-header-encode-parameter): Define as
1985         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1986         (or most, perhaps?) mail readers don't understand the latter, but do
1987         understand the former.
1988
1989         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1990         to nil, so that no methods are automatically agentized.  I think this
1991         is probably what most users want.
1992
1993         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1994         from url-retrieve, for instance about invalid URLs.
1995
1996         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1997         groups that have no articles.
1998         (nnimap-request-article): Check that we really got an article when we
1999         requested one.
2000
2001         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2002         doesn't exist.
2003
2004         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2005         nntp buffer so the agent can save it.
2006         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2007         that CRLF doesn't get translated to \n.
2008         (nnimap-open-connection): Don't make 'shell commands only send \n.
2009
2010 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2011
2012         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2013         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2014         Update var name.
2015         (nnml-generate-nov-file): Use dolist.
2016         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2017         Use with-current-buffer.
2018
2019 2010-09-18  Julien Danjou  <julien@danjou.info>
2020
2021         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2022         parallel.
2023
2024 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2027         the range update right.
2028         (nnimap-request-group): Don't make `M-g' bug out on group with no
2029         marks.
2030         (nnoo): Required, so that other packages can require nnimap.
2031         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2032         command we're looking for.  This helps when the server sends more
2033         responses after we've gotten everything we expected.
2034         (nnimap): Add a `newlinep' field to keep track of end-of-line
2035         conventions.
2036         Don't send CRLF to things that don't want it.
2037         (nnimap-request-accept-article): Ditto.
2038
2039 2010-09-18  Julien Danjou  <julien@danjou.info>
2040
2041         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2042         than curl to retrieve images.
2043
2044 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2047         the marks.
2048         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2049         (nnimap-wait-for-connection): New function.
2050         (nnimap-open-connection): If we have PREAUTH, don't query for login
2051         credentials.
2052         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2053         when doing a partial update.
2054
2055 2010-09-18  Julien Danjou  <julien@danjou.info>
2056
2057         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2058         tags.
2059
2060 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061
2062         * nnimap.el (nnimap-credentials): New function.
2063         (nnimap-open-connection): Use the new function to look for credentials
2064         also on the numeric equivalents of "imap" and "imaps".
2065
2066         * gnus-start.el (gnus-activate-group): Send the info to
2067         gnus-request-group.
2068
2069         * nnimap.el (nnimap-request-group): Have the "check" version of the
2070         function parse flags and update the info, so that a `M-g' get a total
2071         resync of all flags from the group.
2072
2073         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2074         to allow backends to alter the info on group selection.  Also alter all
2075         the backend -request-group functions to take the parameter.
2076
2077         * nnimap.el (nnimap-store-info): New function.
2078         (nnimap-update-info): Store the info for later usage.
2079         (nnimap-request-group): Use the stored info for the dont-check case, so
2080         that we don't retrieve all marks when we enter a group.
2081
2082         * nnimap.el: Use deffoo instead of defun for interface functions.
2083
2084         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2085         update the group info.  This makes the nndraft groups, for instance, go
2086         back to their old behaviour.
2087
2088         * gnus-sum.el (gnus-select-newsgroup): Indent.
2089
2090         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2091         in.
2092         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2093         nothing.
2094
2095         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2096         from methods that are denied.
2097
2098         * gnus-int.el (gnus-method-denied-p): New function.
2099
2100         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2101         store the password instead of netrc.
2102         (nnimap-open-connection): Don't error out when we can't make a
2103         connections.
2104
2105         * auth-source.el (auth-source-create): In the password prompt, say what
2106         we're querying for.  Also prompt for user name if that hasn't been
2107         given.
2108
2109         * nnimap.el (nnimap-with-process-buffer): Removed.
2110
2111 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2114         method when we're reading from the agent.
2115
2116         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2117
2118         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2119         that's probably most useful for users.
2120
2121         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2122         "failed" all the time.
2123
2124         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2125         ...)) with (with-current-buffer ... ).
2126
2127         * nntp.el (nntp-open-server): Return whether the open was successful or
2128         not.
2129
2130         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2131         select an unread unseen article first.
2132
2133         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2134         /etc/services, supply some sensible port defaults.
2135
2136         * dgnushack.el: Define netrc-credentials.
2137
2138 2010-09-17  Julien Danjou  <julien@danjou.info>
2139
2140         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2141
2142 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2143
2144         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2145         doesn't have any parameters.
2146
2147 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148
2149         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2150         only upcased checks.
2151
2152         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2153
2154         * nnimap.el (nnimap-open-shell-stream): New function.
2155         (nnimap-open-connection): Use it.
2156         (nnimap-transform-headers): Get the number of lines in each message.
2157         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2158         number of lines.
2159         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2160         problem.
2161
2162         * utf7.el (utf7-encode): Autoload.
2163
2164         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2165         to allow the mail splitting to not return a default group.  This is
2166         useful for nnimap, which will leave unmatched mail in the inbox.
2167
2168         * nnimap.el: Rewritten.
2169
2170         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2171         nnimap usage.
2172
2173         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2174         if the move is internal, so that nnimap can do fast internal moves.
2175
2176         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2177         data.
2178         (gnus-read-active-for-groups): Support finishing the early retrieval of
2179         data.
2180
2181         * gnus-range.el (gnus-range-nconcat): New function.
2182
2183         * gnus-int.el (gnus-finish-retrieve-group-infos)
2184         (gnus-retrieve-group-data-early): New functions.
2185
2186 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2187
2188         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2189         (nnrss-retrieve-groups):
2190         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2191         (pop3-quit): Use with-current-buffer.
2192
2193 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2196         instead of nnheader-accept-process-output.
2197
2198         * dgnushack.el (dgnushack-compile): Add comment.
2199
2200         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2201
2202         * gnus-html.el (gnus-html-schedule-image-fetching)
2203         (gnus-html-prefetch-images): Replace process-kill-without-query by
2204         gnus-set-process-query-on-exit-flag.
2205
2206 2010-09-16  Romain Francoise  <romain@orebokech.com>
2207
2208         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2209
2210 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211
2212         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2213         parameter to unintern is mandatory-ish in Emacs 24.
2214
2215         * gnus-html.el (gnus-html-schedule-image-fetching)
2216         (gnus-html-prefetch-images): Check for curl before using it.
2217
2218         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2219         depend on curl, which isn't essential.
2220
2221         * imap.el: Revert back to version
2222         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2223         seem problematic.
2224
2225 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2226
2227         * gnus-registry.el (gnus-registry-install-shortcuts):
2228         Explicitly pass `obarray' to `unintern' to avoid a warning.
2229
2230 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2233         change.
2234
2235         * nnrss.el (nnrss-request-list): Removed this function and related
2236         functions, including the moreover stuff.
2237
2238 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * nnrss.el (nnrss-retrieve-groups): New function.
2241
2242 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2243
2244         * .dir-locals.el: Add no-byte-compile cookie.
2245
2246 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * time-date.el (format-seconds): Comment fix.
2249
2250         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2251         for back end that doesn't support request-scan.
2252
2253 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254
2255         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2256         then do request scans from the backends.
2257
2258         * netrc.el (netrc-credentials): New conveniency function.
2259
2260         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2261         avoid running a hook per line, since this takes a lot of time,
2262         profiling shows.
2263         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2264         directly if gnus-visual-p is true.
2265
2266 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2269         groups; replace mapcar with dolist which is a bit faster; pass groups
2270         info to gnus-read-active-file-1.
2271         (gnus-read-active-file-1): Scan only specified groups if the new
2272         optional arg `infos' is given.
2273
2274 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2277
2278         * pop3.el (pop3-movemail): Removed.
2279         (pop3-streaming-movemail): Renamed to pop3-movemail.
2280
2281         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2282         don't restrict end-tag searches to the end of the line.
2283
2284 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2287         articles of every unchecked group to t, which means unknown since the
2288         server has never been opened.
2289
2290 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291
2292         * gnus-html.el (gnus-html-show-alt-text): New command.
2293         (gnus-html-browse-image): Ditto.
2294         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2295         to browse the image directly.
2296         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2297         better.
2298
2299         * gnus-async.el (gnus-async-article-callback): Call
2300         `gnus-html-prefetch-images' unconditionally.
2301
2302         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2303         before feeding URLs to curl.
2304
2305 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2308         internal images as deletable by `W D D'.
2309
2310         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2311         (gnus-async-article-callback): Fix typo.
2312
2313 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2316         current line to work around bugs in the output from w3m.
2317
2318         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2319         for groups that want that.
2320
2321         * nntp.el (nntp-wait-for-string): Supply a timeout for
2322         accept-process-output to ensure progress.
2323
2324         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2325         level to get unread articles from, then use that for foreign groups,
2326         too.
2327
2328         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2329         confuses the rest of the function.
2330
2331         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2332         for the methods that support -retrieve-groups, too.
2333
2334         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2335
2336 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2339         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2340
2341         * pop3.el: Require cl when compiling.
2342         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2343
2344 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2347         that aren't going to be activated.
2348         (gnus-get-unread-articles): Fix up the last commit.
2349
2350         * gnus-html.el (gnus-article-html): Allow calling without specifying
2351         the handle.  In that case, dissect the buffer first.
2352
2353         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2354
2355         * nnimap.el (nnimap-open-connection): Revert the change that would look
2356         into authinfo for imaps instead of imap.
2357
2358         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2359         say that you don't want to call gnus-request-group with don-check, but
2360         do check the reponse.  This is for virtual groups only.
2361         (gnus-get-unread-articles): Count the archive groups as secondary, so
2362         that they're activated the same way as before.
2363
2364         * imap.el (imap-message-map): Removed optional buffer parameter, since
2365         no callers use it.
2366         (imap-message-get): Ditto.
2367         (imap-message-put): Ditto.
2368         (imap-mailbox-map): Ditto.
2369         (imap-mailbox-put): Ditto.
2370         (imap-mailbox-get): Ditto.
2371         (imap-mailbox-get): Revert last change for this function.
2372
2373         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2374         case-insensitively.
2375         (nnimap-debug): Removed.
2376
2377         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2378         to use `imap-fetch' instead.  According to the comments, this should be
2379         safe, since all other IMAP clients use the 1:* syntax.
2380         (imap-enable-exchange-bug-workaround): Removed.
2381         (imap-debug): Removed -- doesn't seem very useful.
2382
2383         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2384         mail from a file, and the file doesn't exist.
2385
2386         * imap.el (imap-log): New convenience function used throughout instead
2387         of repeating the same code all over the place.
2388
2389         * pop3.el (pop3-streaming-movemail): Return t for success.
2390
2391         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2392         .authinfo if we're using ssl connection.
2393
2394         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2395         already have if we're in a main Gnus `g' run.
2396
2397         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2398
2399 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2402
2403         * nnmh.el (nnmh-request-list-1): Bind `file'.
2404
2405         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2406         alias to set-process-query-on-exit-flag or process-kill-without-query.
2407         (pop3-open-server): Use it.
2408
2409 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2412         box to the Incoming file.  Fixes mistake in previous checkin.
2413
2414         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2415         request loop (for debugging purposes) removed.
2416
2417         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2418         culprit is more visible.
2419         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2420         (nnml-add-incremental-nov): New functions to do "incremental" nov
2421         updates, where we just append to the end of the existing nov files
2422         without reading/writing them in full.
2423
2424         * mail-source.el (mail-source-delete-crash-box): Really only check the
2425         incoming files once in a while.
2426
2427         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2428
2429         * mail-source.el (mail-source-delete-crash-box): Only check the
2430         incoming files for deletion once per day to save a lot of file
2431         accesses.
2432
2433         * pop3.el (pop3-logon): Fix up unbound variable typo.
2434
2435         * mail-source.el (pop3-streaming-movemail): Autoload.
2436
2437         * pop3.el (pop3-streaming-movemail): Respect
2438         pop3-leave-mail-on-server.
2439
2440         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2441         retrieval.
2442
2443         * pop3.el (pop3-process-filter): Removed unused function.
2444         (pop3-streaming-movemail, pop3-send-streaming-command)
2445         (pop3-wait-for-messages, pop3-write-to-file)
2446         (pop3-number-of-responses): New functions for streaming pop3
2447         retrieval.
2448
2449         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2450         come from no known methods.
2451         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2452         list.
2453
2454         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2455         message sizes.
2456         (pop3-movemail): Use erase-buffer instead of looping and deleting
2457         regions, which seems rather odd.
2458
2459         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2460         file once per `g' run.
2461
2462         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2463         directories.  This makes the draft queue directory work.
2464
2465         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2466         data from the backends, so that we only request the list of groups from
2467         each method once.  This should speed things up considerably.
2468
2469         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2470         detect that it's not implemented.
2471
2472         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2473         we actually do recurse down into the tree, but don't stat all leaf
2474         nodes.
2475
2476         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2477         then say so instead of bugging out.
2478
2479         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2480         files exist before trying to read them.
2481
2482         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2483         around <pre_int>.
2484
2485         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2486
2487         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2488
2489 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * mm-util.el (mm-image-load-path): Just return the image directories,
2492         not all directories in the path in addition to the image directories.
2493         (mm-image-load-path): Maintain a cache of the image directories so that
2494         the `g' command in Gnus doesn't have to stat dozens of directories each
2495         time.
2496
2497         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2498         (gnus-html-wash-tags): Add a new `i' command to insert images.
2499         (gnus-html-insert-image): New command and keystroke.
2500         (gnus-html-redisplay-with-images): New command and keystroke.
2501         (gnus-html-show-images): Renamed command.
2502         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2503         spacers.
2504         (gnus-html-wash-tags): Decode entities at the end, so that entities
2505         inside the tags don't mess up the rest of the "parsing".
2506
2507         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2508         so that nnimap methods aren't agentized by default.  There's apparently
2509         many problems related to agent/imap behaviour.
2510
2511         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2512
2513         * gnus-html.el: Doc fix.
2514
2515 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2518         specifier-spec-list for Emacs 21.
2519
2520         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2521         glyph-width and glyph-height instead of display-graphic-p and
2522         image-size; make avoidance of displaying small images work for XEmacs.
2523
2524         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2525         for XEmacs.
2526
2527         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2528         of symbol that holds plist data.
2529         (gnus-process-plist): Remove plist of process after getting it.
2530
2531 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532
2533         * message.el (message-generate-hashcash): Change default to
2534         'opportunistic if hashcash is installed.
2535
2536         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2537         (gnus-html-put-image): Only call image-size once, since it's somewhat
2538         time-consuming on remote X servers.
2539
2540 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2543         type on data, not a file name.
2544
2545         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2546         window-pixel-edges for Emacs 21.
2547
2548         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2549         decoded contents.
2550         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2551
2552 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2555         group line format, since it isn't very interesting.
2556
2557         * gnus-agent.el (gnus-agent-short-article),
2558         (gnus-agent-long-article): Increase values for these two variables,
2559         since most people are likely to have more network connection and
2560         storage than before.
2561
2562         * gnus.el (gnus-refer-article-method): Change default to 'current.
2563         When referring an article, the common behaviour is to refer it from the
2564         current select method, not the native select method.  The chances of
2565         the native select method having the message in question is rather slim
2566         these days.
2567
2568         * gnus-sum.el (gnus-auto-select-subject): Change default to
2569         `unseen-or-unread'.  I think it's likely that most people want to
2570         select an unseen article over a previously seen, but unread one.
2571
2572         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2573         means that in the article buffer none of the minor mode elements will
2574         be shown, usually, and this is not desirable in most cases.
2575
2576         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2577         that commands like `d' (and the like) go to the next line in the
2578         buffer, instead of the next unread article.  I think this is the
2579         behaviour that is most natural for most users.
2580         (gnus-single-article-buffer): Change default to nil, so that people can
2581         have as many article buffers open as they have summary buffer.  I think
2582         this is the most natural way for the groups to behave.
2583
2584         * message.el (message-generate-new-buffers): Change default to
2585         `unsent', so that all new message buffers start their names with the
2586         string "*unsent", and it's easier to find the buffers if you move from
2587         them.
2588
2589 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2592         small.  They're probably tracking images.
2593         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2594         (gnus-html-rescale-image): Yet another try at getting the image sizing
2595         right.
2596
2597         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2598         nntp-marks-file-name is nil.
2599
2600 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2601
2602         * gnus-html.el (gnus-html-wash-tags)
2603         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2604         Better logging.
2605
2606 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2609
2610         * gnus-html.el (gnus-html-wash-tags): Check the value of
2611         gnus-blocked-images in the summary buffer.
2612
2613 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2614
2615         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2616
2617 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2620         like "a", it seems like.
2621         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2622         since it needs to be picked from the correct buffer.
2623
2624         * nnwfm.el: Removed.
2625
2626         * nnlistserv.el: Removed.
2627
2628 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2629
2630         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2631         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2632
2633 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * nnkiboze.el: Removed.
2636
2637         * nndb.el: Removed.
2638
2639         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2640         alt text.
2641         (gnus-html-rescale-image): Try to get the rescaling logic right for
2642         images that are just wide and not tall.
2643
2644         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2645         overshadow variable bindings.
2646
2647 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2648
2649         * gnus-html.el (gnus-html-wash-tags)
2650         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2651         extra logging.
2652
2653 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2656         (gnus-max-image-proportion): New variable.
2657         (gnus-html-rescale-image): New function.
2658         (gnus-html-put-image): Rescale images.
2659
2660 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2661
2662         Fix up some byte-compiler warnings.
2663         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2664         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2665         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2666         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2667         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2668         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2669         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2670
2671 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * gnus-html.el (gnus-article-html): Decode contents by charset.
2674
2675 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2678         (gnus-html-frame-width, gnus-blocked-images)
2679         * message.el (message-prune-recipient-rules): Add custom version.
2680         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2681
2682         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2683         functions.
2684
2685         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2686         gnus-process-get.
2687
2688 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2689
2690         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2691         instead of lsub directly.
2692
2693 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * nnwarchive.el: Removed.
2696
2697         * gnus-soup.el: Removed.
2698
2699         * nnsoup.el: Removed.
2700
2701         * nnultimate.el: Removed.
2702
2703         * gnus-html.el (gnus-blocked-images): New variable.
2704
2705         * message.el (message-prune-recipients): New function.
2706         (message-prune-recipient-rules): New variable.
2707
2708         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2709         guess whether a long line is natural text or not.
2710
2711         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2712         gnus-process-plist and friends for compatibility.
2713
2714 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2715
2716         * gnus-html.el: Require packages that define macros used in this file.
2717         (gnus-article-mouse-face): Declare to silence byte-compiler.
2718         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2719         process-get.
2720         (gnus-html-put-image): Use plist-get to avoid getf.
2721         (gnus-html-prefetch-images): Use with-current-buffer.
2722
2723 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2724
2725         * gnus-ems.el: Provide compatibility functions for
2726         gnus-set-process-plist.
2727
2728         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2729         header-line-format for XEmacs 21.4.
2730
2731         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2732         * gnus.el (gnus-valid-select-methods)
2733         * message.el (message-send-mail-partially-limit)
2734         * mm-decode.el (mm-text-html-renderer)
2735         * mml.el (mml-insert-mime-headers-always)
2736         * smiley.el (smiley-regexp-alist): Bump custom version.
2737
2738 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739
2740         * gnus-html.el: require mm-url.
2741         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2742         with the url to `url'.
2743         (gnus-html-wash-tags): Support cid: URLs/images.
2744
2745 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2746
2747         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2748         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2749         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2750
2751         * gnus-move.el: Removed file, since it doesn't really work.
2752
2753         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2754         UTF-8.  This seems to fix problems with some German web feeds.
2755
2756         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2757         at the top so that the proper colours are applied.
2758
2759         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2760         don't have dots in their names.
2761
2762         * gnus-art.el (gnus-article-view-part): Doc fix.
2763
2764         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2765         XEmacs-compatible.
2766         (gnus-html-put-image): Don't do images on non-graphic displays.
2767
2768         * nnslashdot.el: Removed this unused backend.
2769
2770         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2771         actions.
2772         (gnus-undo-register-1): Revert last change.
2773
2774         * gnus-group.el (gnus-group-completing-read): Protect against not
2775         having completion-styles bound.
2776
2777         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2778         make broken recipients happier.
2779
2780         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2781
2782         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2783         point parameter.
2784
2785         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2786
2787         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2788         completion-styles for group selection.
2789
2790 2009-02-04  Andreas Schwab  <schwab@suse.de>
2791
2792         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2793         headers and regexp-quote the match if necessary.
2794
2795 2009-03-24  Miles Bader  <miles@gnu.org>
2796
2797         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2798         the blinking smiley.
2799
2800 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2801
2802         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2803         blink smiley.
2804
2805 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2808         where the dribbel file lives exists.
2809
2810         * message.el (message-send-mail-partially-limit): Change the default to
2811         nil, since most people don't want this.
2812
2813         * mm-url.el (mm-url-decode-entities): Also decode entities like
2814         &#x3212.
2815
2816 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2817
2818         * gnus-sum.el (gnus-summary-idna-message):
2819         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2820         Hyperlink urls in docstrings with URL `...'.
2821
2822 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2823
2824         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2825         functions.
2826
2827 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2828
2829         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2830         say what the mouseover text should be.
2831
2832         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2833         version of the mm-w3m-safe-url-regexp variable to only download images
2834         in the groups where we want that to happen.
2835
2836         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2837
2838         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2839         easier debugging.
2840         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2841         big pictures in the article buffer.
2842
2843         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2844         gnus-article-html.
2845         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2846         w3m.
2847
2848         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2849
2850 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2853         which doesn't exist.
2854
2855         * message.el (message-inhibit-ecomplete): New variable to allow some
2856         function to inhibit ecomplete address storage.
2857         (message-resend): Disable ecomplete message storage when resending
2858         messages.
2859
2860         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2861
2862 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2865         Save excursion while copying, moving, and deleting articles in order to
2866         prevent the cursor from jumping to unforeseen place.
2867
2868 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * lpath.el: No need to bind bookmark-current-buffer,
2871         bookmark-yank-point and bookmark-make-record-function.
2872
2873 2010-08-17  Glenn Morris  <rgm@gnu.org>
2874
2875         * gnus-sync.el: Require gnus components whose functions are used.
2876
2877         * gnus-art.el (bookmark-make-record-function):
2878         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2879         Declare for compiler.
2880
2881         * mm-url.el (mml-compute-boundary): Autoload.
2882
2883 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2886
2887 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2888
2889         Typo fix "hoo4a" -> "hook".
2890
2891         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2892
2893 2010-08-14  Glenn Morris  <rgm@gnu.org>
2894
2895         * gnus-sync.el (gnus-sync): Fix defgroup version.
2896
2897 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2898
2899         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2900
2901         * gnus-sync.el: Fix docs.
2902         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2903         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2904
2905 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2906
2907         Optimizations for gnus-sync.el.
2908
2909         * gnus-sync.el: Add docs about gnus-sync-backend
2910         possibilities.
2911         (gnus-sync-save): Remove unnecessary message.
2912         (gnus-sync-read): Optimize and show what groups were skipped.
2913
2914 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2915
2916         Minor bug fixes for gnus-sync.el.
2917
2918         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2919         read the sync on get-new-news.
2920
2921         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2922         quiet.
2923
2924         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2925
2926 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2927
2928         Make saving and restoring of hidden threads work with overlays.
2929         Patch applied by Ted Zlatanov.
2930
2931         * gnus-sum.el (gnus-hidden-threads-configuration)
2932         (gnus-restore-hidden-threads-configuration): Update to deal with text
2933         properties, rather than searching for a magic character.
2934
2935 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2936
2937         New gnus-sync.el library for synchronization of marks.
2938
2939         * gnus-sync.el: New library for synchronization of marks.
2940
2941         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2942         renamed from `gnus-registry-grep-in-list'.
2943
2944         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2945
2946         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2947
2948 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2951         determining charset of text fails.
2952
2953 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * nnmail.el (nnmail-get-new-mail-1): Revert.
2956
2957         * nnml.el (nnml-active-number): Make sure names of newly created groups
2958         in nnml-group-alist are encoded.
2959
2960 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2963         containing non-ASCII characters in active file for nnml back end.
2964
2965 2010-07-24  David Engster  <dengste@eml.cc>
2966
2967         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2968         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2969
2970 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2971
2972         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2973         tag (Bug#6654).
2974
2975 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2978         the article buffer, not the summary buffer.
2979
2980 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2983         Emacs 23 as well.
2984
2985 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2988         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2989
2990 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2991
2992         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2993         Patch applied by Karl Fogel.
2994
2995         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2996         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2997
2998 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2999
3000         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3001         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3002         C-w still not working correctly from Article buffers; Thierry's
3003         patch to fix that will be applied after this.
3004
3005         * gnus-art.el (bookmark-make-record-function): New local variable.
3006
3007         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3008         article buffer.
3009         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3010
3011 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3012
3013         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3014         on changes in bookmark.el.
3015
3016 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3019         `no-log' instead of message not to log prompt string.
3020
3021 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3022
3023         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3024         the *other* type of HTML form submission.
3025
3026 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3027
3028         * auth-source.el (auth-source-pick): If choice does not contain a
3029         questioned keyword, set the check to t.
3030
3031 2010-06-12  Romain Francoise  <romain@orebokech.com>
3032
3033         * gnus-util.el (gnus-date-get-time): Move up before first use.
3034
3035 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3038         (gnus-article-edit-part): Bind it to make last part that is substituted
3039         or deleted visible.
3040         (gnus-mime-display-single): Buttonize part of which id equals to
3041         gnus-mime-buttonized-part-id.
3042
3043 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3044
3045         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3046         (gnus-dd-mmm): Use gnus-date-get-time.
3047         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3048         simplify logic.
3049         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3050         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3051
3052 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3053
3054         * auth-source.el (top): Autoload `secrets-list-collections',
3055         `secrets-create-item', `secrets-delete-item'.
3056         (auth-sources): Fix tag string.
3057         (auth-get-source, auth-source-retrieve, auth-source-create)
3058         (auth-source-delete): New defuns.
3059         (auth-source-pick): Rewrite in order to avoid 2 passes.
3060         (auth-source-forget-user-or-password): New parameter USERNAME.
3061         (auth-source-user-or-password): New parameters CREATE-MISSING and
3062         DELETE-EXISTING.  Retrieve password interactively, if needed.
3063
3064 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3065
3066         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3067         deleting unused directories when gnus-expert-user is t.
3068
3069 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3072         for each temp file when gnus-article-browse-delete-temp is ask.
3073
3074 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3075
3076         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3077         Lisp calls to delete-backward-char by calls to delete-char.
3078
3079 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3080
3081         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3082
3083 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3084
3085         * password-cache.el (password-cache-remove): Fix docstring.
3086
3087 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3090         article unless decoding article to be saved.
3091
3092 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3093
3094         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3095         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3096         generated within the mm-with-unibyte-current-buffer macro.
3097
3098 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3101         to nil when we're in a mml-preview buffer and no group is selected.
3102
3103 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3104
3105         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3106         when catching the `C-g'.  Reported by "Leo".
3107
3108 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * message.el (message-forward-make-body-plain)
3111         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3112         multibyte-string-p.
3113
3114         * lpath.el: Revert.
3115
3116 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * message.el (message-forward-make-body-mml): Assume original message
3119         is multibyte string; error on unibyte.
3120         (message-forward-make-body-plain): Ditto; don't add excessive newline
3121         in body end.
3122
3123         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3124
3125 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3126
3127         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3128         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3129
3130 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * mm-extern.el (mm-extern-url): Don't use
3133         mm-with-unibyte-current-buffer.
3134         (mm-extern-cache-contents): Use with-current-buffer instead of
3135         save-excursion + set-buffer.
3136
3137 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * mm-util.el (mm-emacs-mule): Remove.
3140
3141 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3142
3143         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3144         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3145         change.
3146
3147 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3150         bind the default value of enable-multibyte-characters to nil.
3151
3152 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * message.el (message-forward-make-body-plain)
3155         (message-forward-make-body-mml):
3156         Don't use mm-with-unibyte-current-buffer.
3157
3158 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3159
3160         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3161
3162 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3163
3164         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3165         (Bug#5592).
3166
3167 2010-05-07  Julien Danjou  <julien@danjou.info>
3168
3169         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3170         it to mm-pipe-part.
3171
3172         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3173         it is given.
3174
3175 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * binhex.el (binhex-decode-region-internal)
3178         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3179         (dns-query)
3180         * nnweb.el (nnweb-gmane-search)
3181         * pgg-parse.el (pgg-parse-armor)
3182         * pgg.el (pgg-verify-region)
3183         * sha1.el (sha1-string-external)
3184         * uudecode.el (uudecode-decode-region-internal)
3185         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3186         XEmacs.
3187
3188         * gnus-art.el (gnus-article-browse-html-parts)
3189         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3190         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3191         make-temp-file.
3192
3193         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3194         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3195         compiling.
3196
3197         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3198         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3199         XEmacs when compiling.
3200
3201         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3202         gnus-pick-mode-off-hook for XEmacs when compiling.
3203         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3204         gnus-binary-mode-off-hook for XEmacs when compiling.
3205
3206         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3207         nil if char-charset is not available.
3208
3209         * imap.el (imap-disable-multibyte)
3210         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3211         macros.
3212
3213         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3214         instead of encode-coding-string.
3215
3216         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3217         'xemacs) instead of mm-emacs-mule to switch function definitions.
3218         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3219
3220         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3221         bind temporary-file-directory for XEmacs;
3222         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3223         timer-set-function for XEmacs 21.4 and SXEmacs;
3224         bind timer-list for XEmacs 21.4 and SXEmacs;
3225         fbind char-charset and find-charset-region for non-Mule XEmacs;
3226         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3227         encode-coding-region and encode-coding-string for XEmacs having no
3228         file-coding feature.
3229
3230 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3231
3232         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3233
3234 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3237         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3238
3239 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3240
3241         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3242         alias `jka-compr-delete-temp-file' no longer exists.
3243
3244 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3245
3246         Use define-minor-mode in Gnus where applicable.
3247         * mml.el (mml-mode): Use define-minor-mode.
3248         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3249         (gnus-undo-mode): Use define-minor-mode.
3250         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3251         (gnus-dead-summary-mode): Use define-minor-mode.
3252         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3253         Initialize in declaration.
3254         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3255         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3256         (gnus-mailing-list-mode): Use define-minor-mode.
3257         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3258         (gnus-draft-mode): Use define-minor-mode.
3259         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3260         (gnus-dired-mode): Use define-minor-mode.
3261
3262 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3263
3264         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3265         handles on recursive mml-to-mime translation and check them for
3266         boundary delimiter collisions.  Reported by Greg Troxel.
3267
3268 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3271
3272 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3273
3274         * mm-util.el (mm-find-buffer-file-coding-system):
3275         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3276
3277 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3278
3279         * message.el (message-generate-headers): Record insertion of optional
3280         headers as well.  Otherwise the check to prevent repeated insertion of
3281         optional headers is a no-op.
3282
3283 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3284
3285         * smime.el: Don't mention CVS.
3286
3287         * nnrss.el (nnrss-fetch): Don't mention CVS.
3288
3289         * nnir.el: Don't mention CVS.
3290
3291 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3292
3293         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3294
3295 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3296
3297         * lpath.el: Fbind bookmark-default-handler,
3298         bookmark-get-bookmark-record, bookmark-make-record-default,
3299         bookmark-prop-get for Emacs <23 and XEmacs.
3300
3301 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3302
3303         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3304         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3305         Use with-current-buffer to silence the byte-compiler.
3306         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3307         bother to require `gnus'.
3308         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3309
3310 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3311
3312         * gnus-sum.el (gnus-summary-bookmark-make-record)
3313         (gnus-summary-bookmark-jump): New functions.
3314         (gnus-summary-mode): Setup bookmark support.
3315
3316 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3317
3318         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3319         if set.
3320
3321 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3324         gnus-article-browse-html-save-cid-image; make it work recursively for
3325         forwarded messages as well.
3326         (gnus-article-browse-html-parts): Work when prefix arg is given.
3327         (gnus-article-browse-html-article): Doc fix.
3328
3329 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3330
3331         * message.el (message-default-mail-headers):
3332         (message-default-headers): Carry the value mail-default-headers over
3333         into message-default-mail-headers, rather than message-default-headers.
3334
3335 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3336
3337         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3338         charset.
3339
3340         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3341         charset into the <meta> tag when the article is encoded to utf-8.
3342
3343 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3346         directories as well.
3347         (gnus-article-browse-html-parts): Work for images that do not specify
3348         file names; delete temp directory when quitting; insert header at the
3349         right place; use file: scheme for image files.
3350
3351 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3352
3353         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3354         (gnus-article-browse-html-parts): Use it to make temporary cid image
3355         files in addition to html file so that browser may display them.
3356
3357 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3360
3361 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3364
3365 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3366
3367         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3368         about Secret Service API sources.  Improve Customize options.
3369         (auth-source-pick): Change to accept any number of search parameters.
3370         Implement fallbacks iteratively, not recursively.  Add scoring on the
3371         second pass and sort by score.  Call Secret Service API when needed.
3372         (auth-source-user-or-password): Use it.  Call Secret Service API
3373         directly when needed to get the user name and the password.
3374
3375 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3376
3377         * message.el (message-interactive): Doc fix.
3378         (message-qmail-inject-args): Reflow.
3379         (message-kill-to-signature): Fix typo in docstring.
3380
3381         * smiley.el (smiley-buffer): Fix typo in docstring.
3382
3383 2010-03-24  Glenn Morris  <rgm@gnu.org>
3384
3385         * mail-source.el (gnus-message): Declare.
3386         (mail-source-delete-old-incoming): Require gnus-util.
3387
3388 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3391
3392         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3393
3394         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3395         password-cache's default if it is not bound.
3396         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3397         password-cache-expiry's default if it is not bound.
3398
3399         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3400         available in Emacs 21.
3401
3402         * lpath.el: Suppress compiler warnings for:
3403         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3404         XEmacs;
3405         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3406         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3407         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3408
3409 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3410
3411         * auth-source.el (auth-sources): Fix up definition so extra parameters
3412         are always inline.
3413
3414 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3415
3416         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3417         wasn't updated after mismatch.  Clear cached mailbox info correctly
3418         when uidvalidity changes.
3419         (nnimap-group-prefixed-name): New function to avoid some code
3420         duplication.
3421         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3422         (nnimap-request-group): Use it.
3423         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3424         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3425         with many imap folders.  This is done by caching the group status from
3426         the imap server persistently in a group parameter `imap-status'.  (This
3427         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3428         but not persistently, so every Gnus startup was still very slow.)
3429
3430 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3431
3432         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3433         delete the extra newline.  Otherwise editing of :string and :number
3434         types don't work.
3435
3436 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3437
3438         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3439         secrets.el dependency.
3440         (auth-sources): Add optional user name.  Add secrets.el configuration
3441         choice (unused right now).
3442
3443 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3444
3445         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3446         `gnus-registry-install-shortcuts' fill in the functions.
3447
3448         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3449         warnings.
3450         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3451         (gnus-registry-install-shortcuts): Populate and use it in a
3452         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3453
3454 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3455
3456         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3457         In-place substitutions for the group name encoding/decoding.
3458         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3459         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3460         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3461         (nnimap-update-unseen, nnimap-request-list)
3462         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3463         (nnimap-request-set-mark, nnimap-split-to-groups)
3464         (nnimap-split-articles, nnimap-request-newgroups)
3465         (nnimap-request-create-group, nnimap-request-accept-article)
3466         (nnimap-request-delete-group, nnimap-request-rename-group)
3467         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3468         `encoded-mbx' for consistency.
3469         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3470         variable `imap-current-mailbox'.
3471
3472         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3473         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3474
3475 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3476
3477         * pop3.el (pop3-display-message-size-flag): Display message size byte
3478         counts during POP3 download.
3479         (pop3-movemail): Use it.
3480         (pop3-list): Implement listing of available messages.
3481
3482 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3483
3484         * nnir.el (nnir-get-article-nov-override-function): New function to
3485         override the normal NOV retrieval.
3486         (nnir-retrieve-headers): Use it.
3487
3488 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3489
3490         * auth-source.el (netrc-machine-user-or-password): Autoload.
3491
3492 2010-03-19  Glenn Morris  <rgm@gnu.org>
3493
3494         Stop message.el from loading about 40 libraries it doesn't always need.
3495         The general approach is to autoload rather than require, and to
3496         require in the specific functions rather than the file.  (Bug#5642)
3497
3498         * gmm-utils.el: Don't require wid-edit.
3499         (widget-create-child-value, widget-convert, widget-default-get):
3500         Autoload.
3501
3502         * gnus-util.el: Don't require time-date, netrc.
3503         (message-fetch-field, gnus-group-name-decode): Declare rather than
3504         autoloading.
3505         (gnus-fetch-field): Require message.
3506         (gnus-decode-newsgroups): Require gnus-group.
3507
3508         * ietf-drums.el: Don't require time-date.
3509
3510         * message.el: Don't require hashcash, canlock, ecomplete.
3511         Do require mail-utils.  Require nnheader only when compiling.
3512         (smtpmail-default-smtp-server): Remove declaration.
3513         (message-send-mail-function): Check smtpmail-default-smtp-server
3514         is bound rather than requiring smtpmail.
3515         (message-auto-save-directory, message-insert-signature): Use
3516         expand-file-name rather than nnheader-concat.
3517         (nnheader-insert-file-contents): Autoload.
3518         (hashcash-wait-async): Declare.
3519         (message-send-mail): Only call gnus-setup-posting-charset if
3520         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3521         (message-send-mail-with-sendmail): Require sendmail.
3522         (canlock-password, canlock-password-for-verify): Declare.
3523         (message-canlock-password): Require canlock.
3524         (nnheader-get-report): Autoload.
3525         (gnus-setup-posting-charset): Declare.
3526         (message-send-news): Require gnus-msg.
3527         (message-make-references, message-make-in-reply-to): Use mail-header-id
3528         rather than the alias mail-header-message-id.
3529         (ecomplete-add-item, ecomplete-save): Declare.
3530         (message-put-addresses-in-ecomplete): Require ecomplete.
3531         (ecomplete-display-matches): Autoload.
3532
3533         * mm-decode.el: Don't require mailcap, gnus-util.
3534         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3535         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3536         Autoload.
3537         (mailcap-mime-extensions): Declare.
3538
3539         * mm-encode.el: Don't require mailcap.
3540         (mailcap-extension-to-mime): Autoload.
3541
3542         * mml-sec.el: Don't require password-cache.
3543
3544         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3545         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3546         (mml-minibuffer-read-type): Require mailcap.
3547         (mml-preview): Require gnus-msg.
3548
3549         * mml1991.el: Require password-cache.
3550         (password-cache-expiry): Remove declaration.
3551
3552         * mml2015.el: Require password-cache.
3553         (password-cache-expiry): Remove declaration.
3554
3555         * nneething.el (mailcap): Require mailcap.
3556
3557         * nnheader.el (declare-function): Add compatibility stub.
3558         (message-remove-header): Declare rather than autoload.
3559         (nnheader-replace-header): Require message.
3560
3561         * nnimap.el (declare-function): Add compatibility stub.
3562         (netrc-parse, netrc-machine-user-or-password): Declare.
3563         (nnimap-open-connection): Require netrc.
3564
3565         * nntp.el (declare-function): Add compatibility stub.
3566         (netrc-parse, netrc-machine, netrc-get): Declare.
3567         (nntp-send-authinfo): Require netrc.
3568
3569         * rfc2047.el: Don't require qp.
3570         (quoted-printable-encode-region, quoted-printable-decode-string):
3571         Autoload.
3572
3573         * sieve-mode.el: Don't require easymenu.
3574         (easy-menu-add-item): Autoload it.
3575
3576         * spam-stat.el (time-to-number-of-days): Autoload it.
3577
3578 2010-03-19  Glenn Morris  <rgm@gnu.org>
3579
3580         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3581
3582 2010-03-18  Glenn Morris  <rgm@gnu.org>
3583
3584         * hashcash.el (declare-function): Remove duplicate definition.
3585
3586 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3587
3588         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3589         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3590         value if any backslash escapes).
3591
3592 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3595         if it is available.  (bug#5647)
3596
3597         * lpath.el: Suppress compiler warning for coding-system-from-name for
3598         Emacs 21 and XEmacs.
3599
3600 2010-03-14  Juri Linkov  <juri@jurta.org>
3601
3602         * hmac-def.el:
3603         * hmac-md5.el:
3604         * netrc.el: Fix keywords.
3605
3606 2010-02-26  Glenn Morris  <rgm@gnu.org>
3607
3608         * message.el (message-send-mail-function): Change the default, so that
3609         it inherits from a customized send-mail-function.  (Bug#5643)
3610
3611 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3612
3613         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3614         shell-command-to-string signals an error (bug#5299).
3615
3616 2010-02-24  Glenn Morris  <rgm@gnu.org>
3617
3618         * message.el (message-smtpmail-send-it)
3619         (message-send-mail-with-mailclient): Doc fixes.
3620
3621 2010-02-16  Glenn Morris  <rgm@gnu.org>
3622
3623         * message.el (message-default-mail-headers): Change the default value
3624         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3625
3626 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3627
3628         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3629         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3630
3631 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3632
3633         * time-date.el (date-to-time): Doc fix (Bug#5408).
3634
3635 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3636
3637         * message.el (message-mail): Just pass yank-action on to message-setup.
3638         (message-setup): Handle (FUN . ARGS) form of yank-action.
3639         (message-with-reply-buffer, message-widen-reply)
3640         (message-yank-original): Handle non-buffer values of
3641         message-reply-buffer (Bug#4080).
3642         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3643
3644 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3645
3646         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3647         Fix typo in docstring.
3648
3649 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3650
3651         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3652         response.
3653
3654 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3655
3656         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3657
3658         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3659
3660         * message.el (message-check-news-header-syntax): Protect against a
3661         string that `rfc822-addresses' returns when parsing fails.
3662
3663 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3666         (gnus-previous-char-property-change): New functions.
3667
3668         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3669
3670 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3671
3672         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3673         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3674
3675 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3676
3677         * message.el (message-exchange-point-and-mark): Rework last change to
3678         avoid using optional arg of exchange-point-and-mark, for backward
3679         compatibility.
3680
3681 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3682
3683         * message.el (message-exchange-point-and-mark): Call
3684         exchange-point-and-mark with an argument rather than setting
3685         mark-active by hand (Bug#5175).
3686
3687 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * nntp.el (nntp-service-to-port): Work for service expressed with
3690         numeric string; replace [:digit:] with [0-9] for XEmacs.
3691
3692 2009-12-17  Glenn Morris  <rgm@gnu.org>
3693
3694         * gnus-group.el (gnus-bug-group-download-format-alist):
3695         Change emacs entry to debbugs.gnu.org.  Bump :version.
3696
3697 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3698
3699         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3700
3701 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3702
3703         * message.el (message-info): Explain why we use `Info-goto-node'.
3704
3705 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3708
3709 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3710
3711         * message.el (message-completion-in-region): New compatibility function.
3712         (message-expand-group): Use it.
3713
3714 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3717         with no unread article should be listed if the 2nd arg `predicate' is
3718         given.
3719
3720 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3723
3724 2009-11-29  Juri Linkov  <juri@jurta.org>
3725
3726         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3727         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3728         on `gnus-recenter'. (Bug#4698, Bug#4981)
3729
3730 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3731
3732         * sha1.el (sha1-string-external): default-directory "/" in case
3733         otherwise non-existent.  process-connection-type pipe for touch of
3734         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3735
3736 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3737
3738         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3739         it's comms related and sgml-mode.el has "comm" on that basis too.
3740
3741 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3744         containing tspecial characters if they have been already quoted.
3745
3746 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3747
3748         * dns-mode.el (auto-mode-alist): Purecopy string.
3749
3750 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3751
3752         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3753
3754 2009-10-24  Glenn Morris  <rgm@gnu.org>
3755
3756         * gnus-art.el (help-xref-stack-item): Define for compiler.
3757
3758 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3759
3760         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3761
3762 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3765
3766 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3769         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3770
3771 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3774         (gnus-overlays-in): New alias to overlays-in.
3775
3776         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3777         gnus-overlay-get, and gnus-delete-overlay.
3778         (gnus-summary-show-thread): Make it work as well for systems in which
3779         next-single-char-property-change is not available.
3780         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3781
3782         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3783         (gnus-overlay-get): New alias to extent-property.
3784         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3785
3786         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3787         SXEmacs.
3788
3789         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3790         SXEmacs.
3791
3792 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3793
3794         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3795
3796 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3797
3798         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3799         and XEmacs that don't have `remove-overlays'.
3800
3801 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3802
3803         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3804         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3805         selective display.  Use overlays instead.
3806
3807 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3808
3809         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3810
3811 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3812
3813         * spam-stat.el (spam-stat-load): Fix typo in message.
3814
3815 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3816
3817         * dig.el (dig-invoke): Fix typo in docstring.
3818         (query-dig): Reflow docstring.
3819
3820 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3821
3822         * gnus-art.el (gnus-article-encrypt-body):
3823         * message.el (message-check-recipients):
3824         * mm-util.el (mm-codepage-setup):
3825         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3826         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3827
3828 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3829
3830         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3831         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3832         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3833         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3834         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3835
3836 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3837
3838         * dig.el: Add "Keywords: comm", as per net-utils.el.
3839
3840 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3841
3842         * dig.el (dig-mode): Use define-derived-mode.
3843
3844 2009-09-19  Glenn Morris  <rgm@gnu.org>
3845
3846         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3847
3848 2009-09-18  Glenn Morris  <rgm@gnu.org>
3849
3850         * gnus-diary.el (gnus-diary-check-message):
3851         * message.el (message-insert-formatted-citation-line):
3852         * nnbabyl.el (top-level):
3853         * nndiary.el (nndiary-schedule):
3854         Fix typos in condition-case handlers.
3855
3856 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3859         configuration that provides the sole article window in a frame;
3860         position point correctly after deleting a part.
3861
3862 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3863
3864         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3865         (spam-resolve-registrations-routine): Use it to unregister articles
3866         that change status.
3867
3868 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3869
3870         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3871         with XEmacs.
3872         (parse-time-string-chars): Use it.
3873
3874 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3875
3876         * imap.el (imap-interactive-login): Better messages.
3877         (imap-open): Fix bug with renamed buffer on reconnect.
3878         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3879         for easier debugging and cleaner code.  On successful (guessed based on
3880         server capabilities) secondary authentication, set imap-state
3881         correctly.
3882         (imap-last-authenticator): Define imap-last-authenticator as a variable
3883         to avoid warnings.
3884
3885 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * nnrss.el (nnrss-request-article): Remove binding of
3888         default-enable-multibyte-characters that has gotten needless by
3889         the 2007-07-13 change in rfc2047-encode-message-header.
3890
3891         * mml.el (mml-insert-multipart): Error on the message header.
3892         (mml-insert-part): Error on the message header; position point at
3893         the end of a MIME tag.
3894
3895 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * time-date.el (autoload): Expand define-obsolete-function-alias into
3898         defalias and make-obsolete for old Emacsen that Gnus supports.
3899         (with-no-warnings): Define it for old Emacsen.
3900         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3901         is available.
3902         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3903         float-time is available; suppress compile warning for time-to-seconds.
3904
3905         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3906         (gnus-float-time): Alias to float-time if it exists.
3907
3908         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3909         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3910         float-time is available; suppress compile warning for time-to-seconds.
3911
3912         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3913         XEmacs.
3914
3915 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3916
3917         * imap.el (imap-message-map): Docstring fix.
3918
3919 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3922         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3923         Add the optional argument `encoding' that overrides the default.
3924
3925         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3926         mm-encode-buffer.
3927
3928 2009-09-04  Glenn Morris  <rgm@gnu.org>
3929
3930         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3931         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3932         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3933         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3934         * mm-util.el (mm-with-unibyte-current-buffer)
3935         (mm-find-buffer-file-coding-system):
3936         * yenc.el (yenc-decode-region): Use default-value rather than
3937         default-enable-multibyte-characters.
3938
3939 2009-09-03  Glenn Morris  <rgm@gnu.org>
3940
3941         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3942         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3943         than default-enable-multibyte-characters.
3944
3945 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3946
3947         * gnus-art.el (gnus-article-read-summary-keys):
3948         Fix gnus-buffer-configuration's value temporarily used.
3949
3950 2009-09-02  Glenn Morris  <rgm@gnu.org>
3951
3952         * gnus-util.el (gnus-float-time): New function.
3953         * gnus-delay.el (gnus-delay-article):
3954         * gnus-sum.el (gnus-thread-latest-date):
3955         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3956         * nnspool.el (nnspool-request-newgroups):
3957         Use gnus-float-time rather than time-to-seconds.
3958         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3959
3960         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3961         (gnus-header-subject-face, gnus-header-newsgroups-face)
3962         (gnus-header-name-face, gnus-header-content-face):
3963         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3964         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3965         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3966         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3967         (gnus-cite-face-11):
3968         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3969         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3970         (gnus-server-closed-face, gnus-server-denied-face)
3971         (gnus-server-offline-face):
3972         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3973         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3974         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3975         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3976         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3977         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3978         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3979         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3980         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3981         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3982         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3983         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3984         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3985         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3986         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3987         (gnus-summary-high-undownloaded-face)
3988         (gnus-summary-low-undownloaded-face)
3989         (gnus-summary-normal-undownloaded-face)
3990         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3991         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3992         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3993         (gnus-splash-face):
3994         * message.el (message-header-to-face, message-header-cc-face)
3995         (message-header-subject-face, message-header-newsgroups-face)
3996         (message-header-other-face, message-header-name-face)
3997         (message-header-xheader-face, message-separator-face)
3998         (message-cited-text-face, message-mml-face):
3999         * sieve-mode.el (sieve-control-commands-face)
4000         (sieve-action-commands-face, sieve-test-commands-face)
4001         (sieve-tagged-arguments-face):
4002         * spam.el (spam-face):
4003         Mark face aliases with "-face" in the name as obsolete.
4004
4005 2009-09-01  Glenn Morris  <rgm@gnu.org>
4006
4007         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4008         than goto-line.
4009
4010 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4013         Don't move point if the command is invoked inside the message header.
4014
4015 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4016
4017         * imap.el (imap-send-command): Simplify.
4018         (imap-wait-for-tag): point-max -> buffer-size.
4019
4020 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4021
4022         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4023         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4024         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4025         * nnir.el (nnir-swish-e-index-file):
4026         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4027         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4028         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4029         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4030         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4031         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4032
4033 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4036         Don't save excursion.
4037
4038 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4039
4040         * nnheader.el (nnheader-find-file-noselect):
4041         * mm-util.el (mm-insert-file-contents):
4042         Use (default-value 'major-mode) instead of default-major-mode.
4043
4044 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4045
4046         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4047
4048 2009-08-26  Glenn Morris  <rgm@gnu.org>
4049
4050         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4051         than placing in files.el.
4052
4053 2009-08-25  Glenn Morris  <rgm@gnu.org>
4054
4055         * nnir.el (top-level): Don't require cl at run-time.
4056         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4057         Replace cl-function substitute with gnus-replace-in-string.
4058         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4059         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4060         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4061         simplified expansions.
4062
4063 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4064
4065         * dig.el (dig): Add autoload cookie.
4066
4067 2009-08-22  Glenn Morris  <rgm@gnu.org>
4068
4069         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4070         goto-line.
4071
4072 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4073
4074         * parse-time.el (parse-time-string-chars): Save match data.
4075
4076 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4077
4078         * parse-time.el (parse-time-string-chars): Compute using character
4079         classes, to handle non-ascii characters (Bug#3190).
4080
4081 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4084
4085         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4086         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4087         (gnus-mm-display-part, gnus-mime-display-single)
4088         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4089         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4090
4091         * gnus-sum.el
4092         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4093         (gnus-summary-move-article): Add expirable mark to articles copied or
4094         moved to group that has auto-expire turned on if the option is non-nil.
4095
4096 2009-07-24  Glenn Morris  <rgm@gnu.org>
4097
4098         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4099         Fix typo.  (Bug#3903)
4100
4101 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4104         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4105         that should not be used for draft articles.
4106         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4107         that has no concern in minor mode keys.
4108         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4109         Abolish.
4110
4111 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4114         article without making inquiry to a user for unknown encoding.
4115
4116         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4117         (nnmaildir--scan): Assume i-node and device number that file-attributes
4118         returns might be cons-cell.
4119
4120         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4121
4122         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4123
4124 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4125
4126         * auth-source.el: Remove docs now in auth.texi.  Don't use
4127         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4128         `auth-source-hide-passwords' and use them.
4129
4130 2009-07-15  Glenn Morris  <rgm@gnu.org>
4131
4132         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4133
4134 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4137         excessive whitespace from the default values of title and description.
4138
4139 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4142         mail-fetch-field to fetch Content-Description header in order to
4143         exclude newlines.
4144
4145 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4146
4147         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4148         format used by GnuPG 2.0.11.
4149
4150 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4153         to deleted part.
4154
4155 2009-05-30  David Engster  <dengste@eml.cc>
4156
4157         * nnmairix.el: Remove old documentation in the commentary block.
4158         (nnmairix-request-group): Do not update active file for nnml back ends.
4159         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4160         end so that overview files are ignored.
4161         (nnmairix-update-groups): Make updating the groups more robust by using
4162         marks.
4163         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4164         with dollar characters in message-id.
4165
4166 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4167
4168         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4169         2008-12-25 in dns.el.
4170
4171 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4172
4173         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4174         could happen if the text is only composed of spaces and/or tabs.
4175
4176 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4177
4178         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4179         when sending a queued message to avoid extra mml tags.
4180
4181 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4184
4185 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4188         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4189         rmail-toggle-header for XEmacs;
4190         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4191
4192 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * gnus-dired.el: Remove autoload for gnus-setup-message.
4195         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4196         displaying Gnus logo; always use compose-mail.
4197
4198 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4201
4202 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4205         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4206         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4207         available.
4208         (gnus-nocem-epg-verify): New function.
4209
4210 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4211
4212         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4213
4214 2009-02-15  Glenn Morris  <rgm@gnu.org>
4215
4216         * gnus-util.el (rmail-insert-rmail-file-header)
4217         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4218         autoloads.
4219         (rmail-default-rmail-file): Remove unnecessary declaration.
4220         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4221
4222 2009-02-14  Glenn Morris  <rgm@gnu.org>
4223
4224         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4225         variable (only used in gnus-util, which declares it anyway).
4226         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4227         which was only needed by gnus-art (changed to not use it any more).
4228         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4229         only used in gnus-util, which autoloads it itself.
4230         (rmail-update-summary): Fix autoload.
4231
4232         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4233         rather than rmail-output-to-rmail-file.
4234
4235 2009-02-07  Glenn Morris  <rgm@gnu.org>
4236
4237         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4238         autoload of function that no longer exists.
4239         (rmail-toggle-header): Declare.
4240         (message-forward-rmail-make-body): Handle mbox Rmail.
4241
4242 2009-01-31  Glenn Morris  <rgm@gnu.org>
4243
4244         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4245         2009-01-09 change.
4246
4247 2009-01-31  Dave Love  <fx@gnu.org>
4248
4249         * imap.el (imap-fetch-safe): Bind debug-on-error.
4250         (imap-debug): Add imap-fetch-safe.
4251
4252 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4253
4254         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4255         (auth-source-forget-all-cached): New convenience function.
4256         (auth-source-user-or-password): Accept list of modes or a single mode.
4257
4258         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4259         auth-source modes.
4260
4261         * netrc.el (netrc-machine-user-or-password): Use list of
4262         auth-source modes.
4263
4264         * nnimap.el (nnimap-open-connection): Use list of
4265         auth-source modes.
4266
4267         * nntp.el (nntp-send-authinfo): Use list of
4268         auth-source modes.
4269
4270 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4271
4272         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4273         now.
4274
4275 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4278         coding system in XEmacs; add a workaround for XEmacs.
4279
4280         * lpath.el: Fbind coding-system-aliasee.
4281
4282 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4285         of current-language-environment.
4286
4287 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4288
4289         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4290         available at runtime.
4291
4292 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4295
4296 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4297
4298         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4299         the greatest positive fixnum value doesn't work under an XEmacs with
4300         bignum support; use the most-positive-fixnum constant instead,
4301         available since Emacs 21.1 with cl and XEmacs 21.1.
4302
4303 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4306         XEmacs gets not to work.
4307
4308 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * mm-util.el (mm-coding-system-priorities): Allow the value like
4311         "Japanese (UTF-8)" of current-language-environment.
4312
4313 2009-01-09  Glenn Morris  <rgm@gnu.org>
4314
4315         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4316         with last-command-event.
4317
4318 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4319
4320         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4321         in the doc string.
4322
4323         * message.el (message-fix-before-sending): Amend comment.
4324
4325 2009-01-08  Dave Love  <fx@gnu.org>
4326
4327         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4328
4329 2009-01-07  David Engster  <dengste@eml.cc>
4330
4331         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4332         simplified server definitions by converting it via
4333         gnus-server-to-method.
4334
4335 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4336
4337         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4338         parameter's operands.
4339
4340 2009-01-06  David Engster  <dengste@eml.cc>
4341
4342         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4343         primary select method (for gnus-group-mark-article-as-read).
4344
4345 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4346
4347         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4348         `(gnus)Face', not `(gnus)X-Face'.
4349
4350 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * mm-util.el (mm-ucs-to-char): New function.
4353
4354         * mm-url.el (mm-url-decode-entities): Use it.
4355
4356         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4357         unicode-to-char.
4358
4359 2009-01-05  Dave Love  <fx@gnu.org>
4360
4361         * time-date.el: Require cl for `declare'.
4362
4363 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4364
4365         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4366         Dave Love.
4367
4368 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4369
4370         * message.el (message-fix-before-sending): Add `eight-bit' to
4371         illegible-text check.
4372
4373 2009-01-03  Michael Olson  <mwolson@gnu.org>
4374
4375         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4376         `headers' is nil.  This can occur if the IMAP server does not have
4377         permissions to read messages from a folder, but can write new messages
4378         to the folder.
4379         (nnimap-request-article-part): Do not insert `data' if it is nil.
4380
4381         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4382         characters which will confuse `read', so skip past them.
4383
4384 2009-01-01  Dave Love  <fx@gnu.org>
4385
4386         * imap.el (imap-string-to-integer): Fix typo.
4387         (imap-fetch-safe): New function.
4388         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4389
4390         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4391
4392         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4393         (imap-parse-greeting): Fix doc strings.
4394         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4395         (imap-parse-flag-list): Make messages unique.
4396         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4397
4398         * nnimap.el: Fix author email.
4399         (nnimap-split-rule): Add FIXME comment.
4400         (nnimap-debug): Fix doc string.
4401
4402 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4403
4404         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4405
4406 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4407
4408         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4409         nslookup if resolv.conf isn't available.
4410         (dns-query): Rename from query-dns.
4411         (dns-query-cached): Rename from query-dns-cached.
4412
4413 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4416         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4417         to check if those variables exist (first appeared in Emacs 18.50).
4418
4419 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * mm-util.el (mm-line-number-at-pos): New function.
4422
4423         * spam-report.el (spam-report-process-queue): Use it.
4424
4425 2008-12-24  David Engster  <dengste@eml.cc>
4426
4427         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4428         parameters that haven't existed as variables as buffer-local variables.
4429
4430 2008-12-23  Dave Love  <fx@gnu.org>
4431
4432         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4433         cadar.
4434
4435         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4436         imap-starttls-p.
4437         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4438
4439 2008-12-22  Dave Love  <fx@gnu.org>
4440
4441         * imap.el: Fix author email.  Doc fixes.
4442         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4443         reply.
4444
4445 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4446
4447         * spam-report.el (spam-report-gmane-max-requests): New constant.
4448         (spam-report-gmane-wait): New variable.
4449         (spam-report-gmane-ham, spam-report-gmane-spam)
4450         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4451         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4452         the server.
4453
4454         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4455         Add explanations.
4456
4457         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4458         nnheader-accept-process-output and nnheader-read-timeout if available.
4459         (pop3-movemail): Use it.
4460
4461         * message.el (message-check-news-body-syntax): Fix signature check if
4462         there's an attachment.
4463
4464 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * mm-util.el: Add comments to the mm- emulating functions.
4467
4468 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4469
4470         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4471         by Stephen Berman <stephen.berman@gmx.net>.
4472
4473 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * mm-util.el (mm-substring-no-properties): New function.
4476         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4477         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4478         (mm-string-to-multibyte): Doc fix.
4479
4480         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4481
4482 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4483
4484         * mml.el (mml-attach-file): Strip text properties from file name.
4485         (Bug#1574)
4486
4487 2008-12-16  Glenn Morris  <rgm@gnu.org>
4488
4489         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4490
4491 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4494         knows since the charset specified might be a bogus alias that
4495         mm-charset-synonym-alist provides.
4496
4497 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4498
4499         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4500         "ISO_8859-1".
4501
4502         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4503
4504 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * mm-util.el (mm-charset-eval-alist):
4507         Define it before mm-charset-to-coding-system.
4508         (mm-charset-to-coding-system): Add optional argument `silent';
4509         define it before mm-charset-override-alist.
4510         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4511         default value if it can be used in Emacs currently running;
4512         silence mm-charset-to-coding-system.
4513
4514 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4517         `allow-override' which says whether to use `mm-charset-override-alist'.
4518         (rfc2047-decode-encoded-words): Use it.
4519
4520         * mm-util.el (mm-charset-override-alist): Fix custom type;
4521         add `(gb2312 . gbk)' to choices.
4522
4523 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4526         fast.
4527
4528         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4529
4530         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4531
4532 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4533
4534         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4535         on links.
4536
4537         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4538
4539 2008-12-03  Lute Kamstra  <lute@gnu.org>
4540
4541         * sha1.el: Remove leading * from docstrings of defcustoms,
4542         deffaces, defconsts and defuns.
4543
4544 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4547         users' addresses that don't have domain parts.
4548         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4549         rather than message-narrow-to-head since there will be the message
4550         header separator.
4551
4552 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4553
4554         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4555         since the result is inserted in a unibyte buffer anyway.
4556         (nnimap-demule-use-string-to-multibyte): Remove.
4557         (nnimap-demule): Alias it to mm-string-to-multibyte.
4558
4559 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4560
4561         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4562         variable for debugging bug#464 and bug#1174.
4563         (nnimap-demule): Use it.
4564
4565 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4566
4567         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4568         score calculation correctly.
4569
4570 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4571
4572         * message.el (message-send-mail): Just set the buffer to unibyte
4573         rather than use mm-with-unibyte-current-buffer which does a lot more.
4574         (message-send-mail-partially): Don't bother with
4575         mm-with-unibyte-current-buffer since it's already been made unibyte by
4576         message-send-mail.
4577
4578 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4579
4580         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4581
4582 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4583
4584         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4585
4586 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4589         require itself and to remove `with-no-warnings'.
4590
4591 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * starttls.el (starttls-any-program-available): Get the name of the
4594         available TLS layer program.
4595         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4596         well as the host name in the "opening" message.
4597
4598         * auth-source.el (auth-source-cache, auth-source-do-cache)
4599         (auth-source-user-or-password): Cache passwords and logins by default,
4600         allow override with `auth-source-do-cache'.
4601         (auth-source-forget-user-or-password): Allow users to remove cache
4602         entries if needed.
4603
4604 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4605
4606         * md4.el (md4-buffer): Fix typo in docstring.
4607         (md4, md4-64): Doc fixes.
4608         (md4-pack-int32): Reflow docstring.
4609
4610 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4611
4612         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4613         condition-case to only the forward-sexp call.
4614
4615 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4616
4617         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4618         quotes contained.  Make it more robust regardless by an extra
4619         condition-case wrapper.
4620
4621 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4624
4625 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * nnml.el (nnml-request-expire-articles): Check if the function set to
4628         `nnmail-expiry-target' returns the symbol `delete'.
4629
4630         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4631
4632         * nnmail.el (nnmail-expiry-target): Fix custom type.
4633
4634 2008-10-02  Glenn Morris  <rgm@gnu.org>
4635
4636         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4637         Silence compiler warning.
4638
4639 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4640
4641         * tls.el (open-tls-stream): Show the actual command being
4642         executed, instead of the format string.
4643
4644 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * lpath.el: Fbind codepage-setup for Emacs 23.
4647
4648 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4649
4650         * mml.el (mml-menu): Don't assume mml2015 is bound.
4651
4652 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4655         exists.
4656
4657 2008-09-27  Glenn Morris  <rgm@gnu.org>
4658
4659         * gnus-util.el (mail-header-remove-comments): Autoload it.
4660
4661 2008-09-27  Andreas Schwab  <schwab@suse.de>
4662
4663         * gnus-util.el (gnus-split-references): Strip comments.
4664         (gnus-parent-id): Likewise.
4665
4666 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4667
4668         * message.el (message-confirm-send): Fix version.
4669
4670 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * message.el (message-idna-to-ascii-rhs-1): Use
4673         mail-extract-address-components rather than mail-header-parse-addresses
4674         that is an alias by default to ietf-drums-parse-addresses that does not
4675         support non-ASCII names in headers' contents.
4676
4677 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4678
4679         * message.el (message-confirm-send): Fixed variable documentation to
4680         avoid the "y/n" wording.
4681
4682 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4683
4684         * message.el (message-set-auto-save-file-name): Save to a different
4685         filename so multiple messages (especially drafts) can be recovered.
4686
4687 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4688
4689         * message.el (message-confirm-send): Add appropriate version.
4690
4691 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4692
4693         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4694         defvar.
4695
4696 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4697
4698         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4699         (mm-pkcs7-enveloped-magic): Ditto.
4700
4701 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4702
4703         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4704         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4705
4706 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4709         default, it's better.
4710
4711 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4714         summary line gnus-number property and ignore them (with a warning
4715         message).
4716
4717 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4720         macro caddr in the interactive form since it won't be expanded.
4721
4722 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4725         `charset'; fix name of function called recursively.
4726         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4727
4728 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4731         (gnus-mime-set-charset-parameters): New function.
4732         (gnus-mime-view-part-as-charset): Use it to correctly display part
4733         specifying wrong charset.
4734
4735 2008-09-08  David Engster  <dengste@eml.cc>
4736
4737         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4738         in completing-read for back end server.
4739
4740 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4741
4742         * message.el (message-confirm-send): New variable to confirm sending a
4743         message.
4744         (message-send): Use it.
4745
4746 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4747
4748         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4749
4750 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4753
4754 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4755
4756         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4757         prevent tracking too many groups.
4758         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4759         Use it.
4760
4761 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4762
4763         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4764         moving point to the bottom of the window in order to avoid recentering.
4765
4766 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4769
4770         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4771         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4772         (gnus-article-beginning-of-window): Fix calculation.
4773
4774 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-msg.el (gnus-summary-supersede-article)
4777         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4778         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4779         message header.
4780
4781 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4782
4783         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4784         pending output coming after the status change.
4785
4786 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4787
4788         * message.el:
4789         * gnus-start.el:
4790         * gnus-registry.el: Remove VMS support.
4791
4792 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4795         macro.
4796         (rfc2104-hash): Use it.
4797
4798 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4799
4800         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4801         (gnus-summary-sort-by-most-recent-date): New commands.
4802         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4803         and menu entries.
4804
4805 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4808         don't redisplay article for raw contents; remove plural articles stuff.
4809
4810         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4811         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4812         on gnus-summary-save-article; display results properly.
4813
4814 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * lpath.el: No need to fbind ns-focus-frame.
4817
4818 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4821
4822 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4825         gnus-save-all-headers.
4826
4827 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4828
4829         * gnus-util.el (ns-focus-frame): Remove declaration.
4830         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4831         like x.
4832
4833 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4834
4835         * rfc2104.el (rfc2104-zero): Delete defconst.
4836         (rfc2104-hex-alist): Likewise.
4837         (rfc2104-hex-to-int): Delete func.
4838         (rfc2104-hexstring-to-bitstring): Likewise.
4839         (rfc2104-nybbles): New defconst.
4840         (rfc2104-hash): Rewrite for speed.
4841
4842 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * tls.el (open-tls-stream): Make it work with the 2nd argument
4845         BUFFER that is a string but does not exist as a buffer object, as
4846         mentioned in the doc-string.
4847
4848 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4851         SXEmacs.
4852
4853 2008-07-16  Glenn Morris  <rgm@gnu.org>
4854
4855         * gnus-util.el (ns-focus-frame): Declare for compiler.
4856
4857 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4860         set as a group parameter.
4861         (gnus-summary-save-in-pipe): Work when it is called independently.
4862         (gnus-summary-pipe-to-muttprint): Don't modify
4863         gnus-summary-pipe-output-default-command.
4864
4865 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4866
4867         * message.el (message-send-mail-with-sendmail):
4868         Display the error message.
4869
4870 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-art.el (gnus-default-article-saver):
4873         Add gnus-summary-save-in-pipe to choices.
4874         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4875         gnus-summary-pipe-output-default-command as the default command.
4876         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4877         instead of gnus-last-shell-command.
4878
4879         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4880         New user option.
4881         (gnus-summary-muttprint-program): Mention the value will be changed.
4882         (gnus-summary-save-article): Force showing of all headers.
4883         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4884
4885 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4886
4887         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4888
4889 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4890
4891         * nnimap.el (nnimap-id):
4892         * sieve-manage.el (sieve-manage-open): Doc fixes.
4893
4894 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4895
4896         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4897         if available.
4898
4899 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4900
4901         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4902
4903         * nnkiboze.el (nnkiboze-generate-group):
4904         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4905
4906         * nnmairix.el: Require CL.
4907
4908 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * dgnushack.el: Autoload get-display-table and put-display-table for
4911         XEmacs 21.5.
4912
4913         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4914         21.4 and SXEmacs.
4915
4916 2008-06-15  David Engster  <dengste@eml.cc>
4917
4918         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4919
4920 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4921
4922         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4923         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4924         runtime choice under XEmacs.
4925
4926         * gnus-sum.el (gnus-summary-set-display-table):
4927         Use `gnus-put-display-table', `gnus-get-display-table',
4928         `gnus-set-display-table' for the display table, instead of `aset'.
4929
4930         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4931         Use `gnus-put-display-table', `gnus-get-display-table',
4932         `gnus-set-display-table' for the display table.
4933
4934 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4935
4936         * nnmairix.el: Add autoloads.
4937
4938 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4939
4940         * nnmairix.el (nnmairix-delete-recreate-group)
4941         (nnmairix-update-and-clear-marks): Fix error messages.
4942
4943 2008-06-14  David Engster  <dengste@eml.cc>
4944
4945         * nnmairix.el: Upgrade to version 0.6.
4946         (nnmairix-group-toggle-propmarks-this-group)
4947         (nnmairix-group-toggle-readmarks-this-group)
4948         (nnmairix-group-delete-recreate-this-group)
4949         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4950         (nnmairix-remove-tick-mark-original-article): New commands.
4951         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4952         (nnmairix-propagate-marks-to-nnmairix-groups)
4953         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4954         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4955         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4956         functions needed for marks propagation and manipulation of read marks.
4957         (nnmairix-update-groups): New function.
4958         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4959         (nnmairix-determine-original-group-from-registry)
4960         (nnmairix-determine-original-group-from-path)
4961         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4962         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4963         New helper functions.
4964         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4965         keystrokes for new commands.
4966         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4967         (nnmairix-request-group): Check allow-fast group parameter.
4968         (nnmairix-request-create-group): Set allow-fast group parameter if
4969         nnmairix-allowfast-default is set.
4970         (nnmairix-close-group): Propagate marks upon closing if needed.
4971         (nnmairix-group-toggle-threads-this-group): Use new.
4972         nnmairix-group-toggle-parameter helper function.
4973         (nnmairix-search): Better check for empty search result.
4974         (nnmairix-goto-original-article): Use new helper functions for
4975         determining original article.
4976         (nnmairix-show-original-article): Make sure message-id is in brackets.
4977         (nnmairix-call-mairix-binary): Change variable name.
4978         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4979         helper function.
4980         (nnmairix-widget-toggle-activate): Fix doc string.
4981
4982 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * nnir.el: Require edmacro when compiling with XEmacs.
4985         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4986         available in Emacs 21.
4987
4988 2008-06-11  Glenn Morris  <rgm@gnu.org>
4989
4990         * gnus-util.el (x-focus-frame):
4991         * gnus.el (image-size):
4992         * mm-decode.el (image-size): Declare.
4993
4994         * gnus-picon.el (declare-function): Add compat definition.
4995         (image-size): Declare.
4996
4997         * gnus-group.el (tool-bar-map):
4998         * gnus-sum.el (tool-bar-map): Define for compiler.
4999
5000         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5001
5002         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5003
5004         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5005         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5006         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5007         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5008         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5009         * sieve-manage.el, spam-report.el, spam.el:
5010         Remove unnecessary eval-and-compile of autoloads.
5011
5012 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5013
5014         * auth-source.el: Precise Tramp doc.
5015
5016 2008-06-07  Glenn Morris  <rgm@gnu.org>
5017
5018         * nnmairix.el: Remove unnecessary eval-when-compile.
5019
5020 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * lpath.el: Fbind propertize for XEmacs 21.4.
5023
5024 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5025
5026         * nnir.el: Move here from ../contrib.
5027
5028 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5029
5030         * gnus-util.el (gnus-read-shell-command): New function.
5031         * mm-decode.el (mm-pipe-part):
5032         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5033
5034 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5037
5038 2008-06-03  Glenn Morris  <rgm@gnu.org>
5039
5040         * pop3.el (nnheader-accept-process-output): Autoload it.
5041
5042 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5045         are not 2-digit hexadecimal characters that follow `%'s.
5046
5047 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5048
5049         * message.el (message-bogus-recipient-p): Fix type in doc string.
5050         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5051         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5052         Improve custom options.
5053         (message-bogus-recipient-p): Adjust accordingly.
5054
5055 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5056
5057         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5058         long-form month and day names.
5059
5060 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * dgnushack.el: Autoload debug, eudc-expand-inline and
5063         pgg-snarf-keys-region for XEmacs.
5064
5065         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5066
5067         * nnmairix.el: Require edmacro when compiling with XEmacs.
5068
5069 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5070
5071         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5072         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5073
5074 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5075
5076         * auth-source.el: Add more docs.
5077
5078         * netrc.el (netrc-machine): Always match if the port is not given.
5079
5080 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5083         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5084         retrieval faster in some cases, but might make CPU usage larger.  If
5085         this has any bad side effects, we might revert this change.
5086
5087         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5088         seems to make mail retrieval much, much faster.
5089         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5090         unconditionally.
5091
5092         * gnus-draft.el (gnus-group-send-queue): Bind
5093         message-send-mail-partially-limit to nil to avoid being prompted.
5094
5095 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5096
5097         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5098
5099         * message.el (message-bogus-address-regexp): Fix and improve custom
5100         type.
5101         (message-setup-hook): Add message-check-recipients as custom option.
5102
5103 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5104
5105         * message.el (message-cite-function): Remove bogus autoload which crept
5106         in during merge from v5-10.
5107
5108 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5109
5110         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5111
5112         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5113
5114         * auth-source.el: Preliminary Tramp docs.
5115         (auth-sources): Change the default auth-sources to use
5116         EPA .gpg files.
5117
5118 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5119
5120         * nntp.el: Autoload `auth-source-user-or-password'.
5121         (nntp-send-authinfo): Use it.
5122
5123         * nnimap.el: Autoload `auth-source-user-or-password'.
5124         (nnimap-open-connection): Use it.
5125
5126         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5127         for the gnus-message function.
5128         (auth-source-user-or-password): Use it.
5129
5130 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5131
5132         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5133         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5134         (rfc2104-hash): Use it.
5135
5136 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5137
5138         * gnus-art.el (gnus-article-toggle-truncate-lines):
5139         Don't use `iff' in docstring.
5140
5141 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5142
5143         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5144
5145         * gnus-util.el (gnus-extract-address-component-name)
5146         (gnus-extract-address-component-email): Convenience functions around
5147         `gnus-extract-address-components'.
5148
5149         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5150         Use `gnus-extract-address-component-email' to fix bug of comparing full
5151         sender name to `user-mail-address'.
5152
5153 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5154
5155         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5156         catch/throw to optimize.
5157         (gnus-registry-find-keywords): Just use member to find a keyword.
5158
5159 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5160
5161         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5162         is current before calling gnus-server-prepare.
5163         (gnus-server-setup-buffer, gnus-server-update-server)
5164         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5165
5166 2008-05-04  Juri Linkov  <juri@jurta.org>
5167
5168         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5169         (mailcap-file-default-commands): Use mailcap-replace-in-string
5170         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5171         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5172
5173 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5174
5175         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5176
5177 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5178
5179         * gnus.el: Bump version to 0.11.
5180
5181 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5182
5183         * gnus.el: No Gnus v0.10 is released.
5184
5185 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5188         hooks.
5189         (gnus-update-read-articles): Speed up non-marks-using users.
5190         (gnus-use-marks): Define gnus-use-marks.
5191         (gnus-propagate-marks): Rename variable to something more sensible.
5192
5193 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5194
5195         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5196         (gmm-image-load-path-for-library): Fix typos in docstrings.
5197         (gmm-message): Reflow docstring.
5198
5199 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5200
5201         * mail-source.el (mail-source-set-1, mail-source-bind):
5202         Move auth-source code out of the macro to clean it up and fix bugs.
5203
5204 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5205
5206         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5207         by sender if it's equal to user-mail-address, it's likely to be
5208         useless.
5209
5210         * mail-source.el (mail-source-bind): Don't use user or password if they
5211         are not bound.  Unintern them if they are nil.  Don't use server unless
5212         it's bound, and default it to empty string otherwise.
5213
5214 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5215
5216         * mail-source.el: Load auth-source.el.
5217         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5218         get user name or password, if auth-sources is set up.
5219
5220         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5221         strategy of splitting with parent.
5222         (gnus-registry-split-fancy-with-parent)
5223         (gnus-registry-post-process-groups): Use it and fix prior
5224         bug (returning a list as the split result).
5225
5226         * auth-source.el (auth-sources): Remove server parameter.
5227         (auth-source-pick, auth-source-user-or-password)
5228         (auth-source-user-or-password-imap)
5229         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5230         (auth-source-user-or-password-sftp)
5231         (auth-source-user-or-password-smtp): Remove server parameter.
5232
5233 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5234
5235         * smime.el (smime-sign-region, smime-encrypt-region)
5236         (smime-decrypt-region):
5237         Remove redundant calls to `generate-new-buffer-name'.
5238
5239 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5240
5241         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5242         Don't use QP for message/rfc822.
5243         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5244
5245 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5246
5247         * sieve-manage.el (sieve-string-bytes): Remove.
5248         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5249         correct byte-length only if the process's coding-system is the same as
5250         the one used internally by Emacs to represent strings.
5251
5252 2008-04-22  Juri Linkov  <juri@jurta.org>
5253
5254         * mailcap.el (mailcap-file-default-commands): New function.
5255
5256 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5257
5258         * message.el (message-signature-separator, message-cite-function):
5259         Change custom version.
5260
5261 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5262
5263         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5264         commands.
5265         (tls-checktrust): Ditto.
5266
5267 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5268
5269         * mm-decode.el (mm-display-external): Make temp file read-only.
5270
5271 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5272
5273         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5274         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5275         `C-c C-f d'.
5276
5277 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5278
5279         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5280
5281 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * gnus.el: Bump version to 0.9.
5284
5285 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * gnus.el: No Gnus v0.8 is released.
5288
5289 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5290
5291         * mail-source.el (mail-source-value):
5292         Prefer fboundp to functionp so it works with macros as well.
5293
5294 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5295
5296         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5297         Fix last change in case the element is not even a symbol.
5298
5299 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5300
5301         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5302         Prefer fboundp to functionp so it works with macros as well.
5303
5304 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5305
5306         * auth-source.el: Added docs.
5307         (auth-sources): Modify format to support server.
5308         (auth-source-pick, auth-source-user-or-password)
5309         (auth-source-user-or-password-imap)
5310         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5311         (auth-source-user-or-password-sftp)
5312         (auth-source-user-or-password-smtp): Add server parameter.
5313
5314 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5315
5316         * gnus-registry.el: Initialize the registry when gnus-registry-install
5317         is t.
5318
5319 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * compface.el (uncompface): Make buffer unibyte.
5322
5323 2008-04-05  Glenn Morris  <rgm@gnu.org>
5324
5325         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5326
5327 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5328
5329         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5330         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5331
5332         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5333         multibyteness after rather than before erasing it.
5334
5335         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5336         mm-with-multibyte.
5337         (gnus-request-article-this-buffer): Make sure the proper decoding is
5338         used if gnus-original-article-buffer happens to be unibyte.
5339
5340         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5341         default-enable-multibyte-characters.
5342
5343         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5344         default-enable-multibyte-characters.
5345
5346         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5347
5348         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5349
5350 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5351
5352         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5353         (imap-message-copyuid-1): Use it.
5354         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5355         J. Williams in
5356         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5357
5358         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5359         imap-enable-exchange-bug-workaround.
5360         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5361
5362 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5363
5364         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5365         a 100 byte status-checks into a 2-3MB transfer for each group.
5366         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5367         to enable bug workaround or not.
5368         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5369
5370 2008-03-31  Glenn Morris  <rgm@gnu.org>
5371
5372         * message.el (mml2015-use): Declare for compiler.
5373         (message-info): Require mml2015 when appropriate.
5374
5375 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5378         whitespace.
5379
5380 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5381
5382         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5383         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5384         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5385         (nntp-service-to-port): New function.
5386         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5387         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5388         (nntp-open-netcat-stream): New function.
5389         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5390
5391 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5392
5393         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5394
5395 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5396
5397         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5398
5399 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5400
5401         * dns.el (dns-write): Use set-buffer-multibyte.
5402
5403 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5404
5405         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5406
5407 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5408
5409         * message.el (message-signature-separator): Change default.
5410         Improve custom type.
5411         (message-cite-function): Change default to
5412         message-cite-original-without-signature.
5413
5414         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5415         toggle.
5416
5417         * message.el (message-check-news-body-syntax): Fix signature check.
5418         (message-setup-1): Mark buffer as unmodified _after_ running
5419         message-setup-hook and handling message-alternative-emails.
5420         (message-shorten-references): Be more strict when building list of
5421         valid references to comply with GNKSA.
5422
5423         * gnus-group.el (gnus-read-ephemeral-bug-group)
5424         (gnus-read-ephemeral-debian-bug-group)
5425         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5426
5427         * message.el (message-info): Don't use booleanp which isn't supported
5428         in Emacs 21 and XEmacs.
5429
5430 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5433         gnus-group-gmane-group-download-format.
5434         (gnus-group-read-ephemeral-gmane-group): Rename from
5435         gnus-group-read-ephemeral-gmane-group.
5436         (gnus-read-ephemeral-gmane-group-url): Rename from
5437         gnus-group-read-ephemeral-gmane-group-url.
5438         (gnus-bug-group-download-format-alist): New variable.
5439         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5440         (gnus-read-ephemeral-emacs-bug-group): New commands.
5441
5442 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5443
5444         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5445         (gnus-visible-headers): Improve custom type.
5446
5447 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5448
5449         * mml.el (mml-menu): Add workarounds for XEmacs.
5450
5451         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5452         X-Boundary header.
5453
5454         * message.el (message-simplify-recipients): Fix previous commit.
5455
5456 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5457
5458         * mm-util.el (mm-set-buffer-multibyte): New function.
5459         * mm-decode.el (mm-copy-to-buffer): Use it.
5460
5461 2008-03-19  Glenn Morris  <rgm@gnu.org>
5462
5463         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5464         Accidentally removed in the sync process with Emacs.
5465
5466 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5467
5468         * message.el (message-alter-recipients-discard-bogus-full-name):
5469         New function.
5470         (message-alter-recipients-function): New variable.
5471         (message-get-reply-headers): Use it.
5472         (message-replace-header): New helper function.
5473         (message-recipients-without-full-name): New variable.
5474         (message-simplify-recipients): New command.
5475
5476         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5477
5478         * message.el (message-info): Handle EasyPG manual.
5479
5480         * mml.el (mml-menu): Add entry for EasyPG.
5481
5482 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5483
5484         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5485         parameter.
5486
5487         * message.el (message-disassociate-draft): Specify drafts group name
5488         fully.
5489
5490 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5493         unnecessary duplicates from the match list.
5494
5495 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5498
5499         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5500
5501         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5502         args of `how-many' of which the XEmacs version doesn't take; declare
5503         Info-index-next as function.
5504
5505 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5506
5507         * gnus-score.el (gnus-score-headers): Fix handling of
5508         gnus-inhibit-slow-scoring.
5509
5510         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5511         string.
5512         (gnus-button-url-regexp): Improve handling of parenthesis.
5513         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5514         (gnus-button-handle-info-keystrokes): Handle index entries.
5515
5516 2008-03-15  Glenn Morris  <rgm@gnu.org>
5517
5518         * parse-time.el (parse-time-string): Simplify.
5519
5520 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5523         Incoming* files.
5524
5525 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5526
5527         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5528         (auth-source-pick): Use it.
5529
5530 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5531
5532         * binhex.el (binhex-decode-region-internal):
5533         * uudecode.el (uudecode-decode-region-internal):
5534         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5535         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5536         setting default-enable-multibyte-characters.
5537
5538 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * auth-source.el (auth-source-protocols)
5541         (auth-source-protocols-customize, auth-source-choices): Added and
5542         modified variable customizations and defaults.
5543         (auth-source-pick, auth-source-user-or-password)
5544         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5545         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5546         (auth-source-user-or-password-sftp)
5547         (auth-source-user-or-password-smtp): Use new variables and provide an
5548         interface to netrc.el.
5549
5550 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5553         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5554         Make sure the nntp port to specify is a string.
5555
5556 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5557
5558         * nntp.el: Use with-current-buffer.
5559         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5560         dubious mm-with-unibyte-current-buffer.
5561         (nntp-with-open-group-function): New function extracted from
5562         nntp-with-open-group macro.
5563         (nntp-with-open-group): Use the function, so it's easier to debug.
5564         Add indentation and debugging info.
5565         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5566         the use of the netcat alternatives.
5567
5568         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5569         Avoid mm-string-as-multibyte as well.
5570
5571         * nnweb.el (nnweb-insert-html):
5572         Remove use of nnheader-string-as-multibyte.
5573
5574         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5575         (nnheader-string-as-multibyte): Remove.
5576
5577         * mm-view.el: Use inhibit-read-only.
5578         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5579         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5580         or unibyte-string.
5581
5582         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5583         (mm-uu-yenc-extract): Use with-current-buffer.
5584
5585         * gnus-soup.el (gnus-soup-send-packet): Don't use
5586         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5587
5588         * nnmh.el: Use with-current-buffer.
5589         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5590         mm-string-as-multibyte on the output of mm-encode-coding-string.
5591
5592         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5593         (nnimap-request-move-article): Use with-current-buffer.
5594
5595         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5596         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5597         conversion uses string-make-unibyte rather than string-as-unibyte.
5598
5599         * gnus-msg.el: Use with-current-buffer.
5600
5601         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5602
5603 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5604
5605         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5606         string for caching if it is 'PIN.
5607
5608 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * lpath.el: Consider the case without Emacs/W3.
5611
5612 2008-03-08  Glenn Morris  <rgm@gnu.org>
5613
5614         * time-date.el (date-to-time, time-subtract, time-add)
5615         (safe-date-to-time): Doc fixes.
5616
5617 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5618
5619         * mail-source.el (mail-source-delete-old-incoming-confirm):
5620         Change default to nil.
5621         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5622
5623 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * lpath.el: Rearrange.
5626
5627         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5628         (gnus-article-goto-prev-page): Work for articles having ^L's.
5629
5630         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5631
5632         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5633
5634 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5635
5636         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5637         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5638         (gnus-bookmark-jump): Adjust some variable names.
5639
5640 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5641
5642         * auth-source.el: New package.
5643         (auth-source-choices): Add customization entry point variable.
5644
5645         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5646         bug.
5647
5648 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5649
5650         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5651         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5652         (gnus-registry-install-shortcuts): Rename from
5653         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5654         the `gnus-registry-mark-map' keymap dynamically from
5655         `gnus-registry-marks'.  The generated functions update the summary line
5656         when a registry mark is added or deleted, and will call
5657         `gnus-registry-install-p' (see the comments in the code).
5658         (gnus-registry-user-format-function-M): Use concat intelligently.
5659
5660         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5661         the registry mark functions.
5662
5663 2008-03-05  Glenn Morris  <rgm@gnu.org>
5664
5665         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5666         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5667         gnus-art.
5668         (top-level): No need to load own source when compiling.
5669
5670 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5673         Suggested by <chris.anderton@zetnet.co.uk>.
5674
5675 2008-03-04  Glenn Morris  <rgm@gnu.org>
5676
5677         * gnus-sum.el (top-level): No need to require gnus when compiling,
5678         since unconditionally required near start of file.
5679         (gnus-summary-display-while-building): Move definition before use.
5680
5681 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5682
5683         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5684         formatting function.
5685
5686 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5689         with plists.
5690         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5691         Use new format.
5692
5693 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5696         `where-is-internal' that returns a range of key sequences.
5697
5698 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5699
5700         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5701
5702         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5703         (gnus-summary-jump-to-group): Consider windows on other displayed
5704         frames as well.  Similar changes might be needed elsewhere, but that's
5705         the one I've bumped into during my use.
5706
5707         * nndoc.el (nndoc-oe-dbx-type-p):
5708         * gnus-msg.el (gnus-debug):
5709         * gnus-group.el (gnus-update-group-mark-positions):
5710         Use mm-string-to-multibyte.
5711
5712 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5715         doesn't handle NotDashEscaped.
5716
5717         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5718         (mml-dnd-attach-options): Fix typo in custom choice.
5719
5720         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5721         nndoc-article-type to mbox.
5722         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5723
5724         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5725         to nil, instead of html2text.
5726
5727         * imap.el (imap-debug): Add `imap-ping-server'.
5728
5729         * gnus-bookmark.el: Add FIXMEs.
5730
5731         * message.el (message-form-letter-separator)
5732         (message-send-form-letter-delay): New variables.
5733         (message-send-form-letter): Use them.  New command to send form
5734         letters.  Requested by Uwe Siart.
5735         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5736
5737 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * Update copyright years.
5740
5741 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5742
5743         Sync from EMACS_22_BASE.
5744
5745         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5746
5747 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5748
5749         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5750         empty author.
5751
5752 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5753
5754         * gnus-registry.el (gnus-registry-marks): Add variable for
5755         customization of marks and their appearance.
5756         (gnus-registry-read-mark): Use it.
5757         (gnus-registry-do-marks): Add utility function to loop through
5758         `gnus-registry-marks'.
5759         (gnus-registry-install-shortcuts-and-menus): Add function to install
5760         shortcuts and menus.
5761         (gnus-registry-initialize): Use it.
5762         (gnus-registry-default-mark): Clarify documentation.
5763
5764 2008-02-29  Glenn Morris  <rgm@gnu.org>
5765
5766         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5767         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5768         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5769         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5770         Change defcustom :version from 23.0 to 23.1.
5771
5772 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5773
5774         * gnus-registry.el (gnus-registry-follow-group-p)
5775         (gnus-registry-post-process-groups): Add functions to aid registry
5776         splitting and improve logging.  Clarify behavior in function
5777         documentation.
5778         (gnus-registry-split-fancy-with-parent): Use them.
5779
5780 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5781
5782         * gnus-art.el: Use with-current-buffer.
5783
5784 2008-02-27  David Engster  <dengste@eml.cc>
5785
5786         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5787         Express real group name in the response.
5788
5789 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5792         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5793         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5794         autoload gnus-registry-fetch-group when compiling.
5795         (nnmairix-request-group-with-article-number-correction): Remove
5796         unreferenced argument passed to nnmairix-call-backend.
5797
5798 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5799
5800         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5801         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5802         Wilde.
5803
5804 2008-02-27  Glenn Morris  <rgm@gnu.org>
5805
5806         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5807         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5808         variables to defconsts.  Convert comments to doc-strings.
5809         (nnmairix-last-server, nnmairix-current-server): Convert from free
5810         variables to defvars.  Convert comments to doc-strings.
5811         (gnus-registry-fetch-group): Autoload.
5812         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5813         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5814         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5815         caddr.
5816         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5817         nnmairix-request-group-with-article-number-correction call.
5818         (nnmairix-fast, nnmairix-group): New, less general names, for free
5819         variables passed from nnmairix-request-group to
5820         nnmairix-request-group-with-article-number-correction.  Declare.
5821         (nnmairix-request-group-with-article-number-correction):
5822         Use nnmairix-fast, nnmairix-group rather than fast, group.
5823
5824 2008-02-26  David Engster  <dengste@eml.cc>
5825
5826         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5827         version 0.5.
5828
5829 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5830
5831         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5832         instead of making an extra function call.  Don't add the current group
5833         to articles only when they have the group.  Use
5834         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5835         Reported by David <de_bb@arcor.de>.
5836
5837 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5840         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5841
5842 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * mail-source.el (mail-source-delete-incoming): Change default.
5845         Supplement doc string.
5846
5847         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5848
5849 2008-02-14  Glenn Morris  <rgm@gnu.org>
5850
5851         * time-date.el (format-seconds): New function.
5852
5853 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * nnmail.el (nnmail-message-id-cache-file): Derive from
5856         `gnus-home-directory'.
5857
5858 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5861         Document negative prefix.
5862
5863         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5864
5865 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5866
5867         * message.el (message-unsent-separator): Add the Exim bounce
5868         separator.
5869
5870 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5871
5872         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5873         list.
5874         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5875         recipient/signer list.
5876
5877 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * Makefile.in (datarootdir): Define.
5880         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5881         name that might contain whitespace.
5882
5883 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5884
5885         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5886         fbound (Emacs 23 unicode), signal an error.
5887
5888 2008-02-08  Glenn Morris  <rgm@gnu.org>
5889
5890         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5891
5892 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5893
5894         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5895         ports to the calls to `netrc-machine-user-or-password' in addition to
5896         "imap" and "imaps".
5897
5898 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5899
5900         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5901
5902         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5903
5904 2008-02-01  Kenichi Handa  <handa@m17n.org>
5905
5906         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5907         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5908         (rfc2104-hash): Convert the result of concat to unibyte string.
5909
5910 2008-02-01  Dave Love  <fx@gnu.org>
5911
5912         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5913         coding-system-for-read.
5914         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5915
5916 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5919         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5920         <hanche@math.ntnu.no>.
5921
5922 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5925
5926         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5927
5928 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5929
5930         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5931         * message.el (message-beginning-of-line): Use featurep instead of bound
5932         tests in order to resolve conditionals at compile time.
5933
5934 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5935
5936         * mail-source.el (mail-sources): Add `group' choice.
5937
5938         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5939         parameter `in-group' to control into which group the articles go.
5940         Add treatment of `group' mail-source.
5941
5942 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5945
5946         * mm-decode.el (mm-dissect-buffer): Decode description.
5947
5948         * mml.el (mml-to-mime): Encode message header first.
5949
5950 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5953         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5954
5955         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5956         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5957
5958 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5959
5960         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5961
5962 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5965         prefix keys.
5966         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5967         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5968         gnus-xmas.el.
5969
5970         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5971         (gnus-xmas-article-describe-bindings): New function.
5972         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5973         gnus-xmas-article-describe-bindings.
5974
5975         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5976
5977 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5980         Add new variables for article mark management.
5981         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5982         list of extra data entries which, when present, will indicate that the
5983         article ID should not be trimmed from the registry.
5984         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5985         functions.
5986         (gnus-registry-read-mark): New function to read a mark name from the
5987         user.
5988         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5989         (gnus-registry-set-article-mark-internal): New functions to add and
5990         remove marks.
5991         (gnus-registry-get-article-marks): New function to show the marks for
5992         an article, or retrieve them for further use.
5993
5994 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5997         keys when no argument is given.
5998
5999 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * imap.el (imap-ping-server): New variable.
6002         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6003         (imap-ping-server): Minor doc string fixes.
6004
6005 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6006
6007         * imap.el (imap-ping-server): New function.
6008         (imap-opened): Call imap-ping-server.
6009
6010 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6011
6012         * gnus-sum.el (gnus-article-sort-by-random)
6013         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6014         jidanni@jidanni.org.
6015
6016 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus-art.el (gnus-article-describe-bindings): New function.
6019         (gnus-article-read-summary-keys): Use it.
6020         (gnus-article-mode-map): Bind `C-h b' to it.
6021
6022 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6025         XEmacs.
6026         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6027         against non-character events.
6028
6029         * lpath.el: Fbind map-keymap for Emacs 21.
6030
6031 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6032
6033         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6034         command.
6035         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6036         instead of END.  Change name of the temp file.
6037         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6038         customizable.
6039
6040 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6043         bind `S W' to gnus-article-wide-reply-with-original; set default
6044         binding to gnus-article-read-summary-send-keys.
6045         (gnus-article-read-summary-keys): Fix the order of keys; display
6046         continuation keys correctly in the echo area; describe bindings
6047         correctly when keys end with `C-h'.
6048         (gnus-article-read-summary-send-keys): New function.
6049         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6050         for gnus-article-read-summary-send-keys; display continuation keys
6051         correctly in the echo area.
6052         (gnus-article-reply-with-original): Ignore prefix argument.
6053         (gnus-article-wide-reply-with-original): New function.
6054
6055         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6056         Emacs 21.
6057
6058 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6061         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6062
6063 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6064
6065         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6066         (gnus-group-read-ephemeral-gmane-group): New command.
6067
6068 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6069
6070         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6071
6072 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6073
6074         * message.el (message-send-mail-function): Increase custom version.
6075
6076         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6077         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6078
6079 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6080
6081         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6082         for the cases where imap-authenticate is called with a nil buffer
6083         parameter.
6084
6085 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6088         html parts correctly; support forwarded messages.
6089         (gnus-article-browse-html-article): Remove work buffers.
6090
6091         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6092         compiling.
6093         (netrc-bound-and-true-p): New macro.
6094         (netrc-parse): Use it instead of bound-and-true-p that is not available
6095         in XEmacs 21.4.
6096
6097 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6098
6099         * gnus-registry.el (gnus-registry-mark-article)
6100         (gnus-registry-article-marks): Add functionality to mark articles
6101         through the Gnus registry.
6102
6103         * encrypt.el: Clarify documentation for the new pgg method.
6104         (encrypt-file-alist): Add PGG option.
6105         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6106         functionality.  Abstract password key and messaging to external
6107         functions.
6108         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6109         (encrypt-message-method-and-cipher): Add new convenience external
6110         functions.
6111         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6112         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6113
6114         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6115         (netrc-parse): Use encrypt-file-alist to determine if
6116         encrypt-find-model or encrypt-insert-file-contents should be used.
6117
6118         * encrypt.el: Clarify documentation.  Load password-cache or
6119         password, whichever one is found first, instead of autoloading.
6120
6121 2007-12-19  Glenn Morris  <rgm@gnu.org>
6122
6123         * mml.el (message-options-set, message-narrow-to-head)
6124         (message-in-body-p, message-mail-p, message-encode-message-body):
6125         Autoload.
6126         (message-remove-header, message-narrow-to-headers-or-head)
6127         (message-subscribed-p, message-make-mail-followup-to)
6128         (message-position-on-field, message-news-p)
6129         (message-options-set-recipient, message-generate-headers)
6130         (message-sort-headers): Declare as functions.
6131
6132 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6133
6134         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6135         convention in doc string.
6136
6137 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6140         title to html parts.
6141         (gnus-article-browse-html-article): Pass message header to it.
6142
6143         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6144
6145 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6148         or password compatible with XEmacs.
6149
6150 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6153         format document.
6154         (gnus-mime-delete-part): Don't write description line if empty.
6155         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6156
6157 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6158
6159         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6160         (gnus-summary-mark-read-and-unread-as-read)
6161         (gnus-summary-mark-current-read-and-unread-as-read)
6162         (gnus-summary-mark-unread-as-ticked): Doc fix.
6163         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6164
6165 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6166
6167         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6168         Christoph Conrad <christoph.conrad@gmx.de>.
6169
6170 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6173         yes-or-no-p.
6174
6175 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * mm-decode.el (mm-add-meta-html-tag): New function.
6178         (mm-save-part-to-file, mm-pipe-part): Use it.
6179
6180         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6181         gnus-y-or-n-p instead of y-or-n-p.
6182         (gnus-article-browse-html-parts): Work with message/external-body; use
6183         mm-add-meta-html-tag.
6184
6185 2007-12-11  Glenn Morris  <rgm@gnu.org>
6186
6187         * gnus-cache.el: Require gnus-sum not just when compiling.
6188
6189         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6190
6191         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6192         definitions before use.
6193
6194         * mm-decode.el: Require gnus-util.
6195         (mm-remove-part): Only call delete-annotation on XEmacs.
6196
6197         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6198
6199         * nnmail.el: Require gnus-int.
6200
6201         * spam.el: Move `require's before `eval-when-compile's.
6202
6203         * gnus-ems.el (gnus-alive-p):
6204         * gnus-fun.el (message-goto-eoh):
6205         * gnus-util.el (gnus-group-name-decode):
6206         * mail-source.el (gnus-compress-sequence):
6207         * message.el (Info-goto-node, format-spec):
6208         * mm-bodies.el (message-options-get):
6209         * mm-decode.el (mm-view-pkcs7):
6210         * mm-util.el (gmm-write-region):
6211         * mml-smime.el (mml-compute-boundary)
6212         (gnus-completing-read-with-default):
6213         * mml.el (widget-button-press, gnus-make-hashtable):
6214         * mml1991.el (mm-decode-content-transfer-encoding)
6215         (mm-encode-content-transfer-encoding)
6216         (message-options-get, message-options-set):
6217         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6218         * nnfolder.el (gnus-request-group):
6219         * nnheader.el (ietf-drums-unfold-fws):
6220         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6221         * smime.el (gnus-run-mode-hooks):
6222         * spam-stat.el (gnus-message): Autoload.
6223
6224         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6225         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6226         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6227         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6228         Add declare-function compatibility definition.
6229
6230         * gnus-cache.el (nnvirtual-find-group-art):
6231         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6232         (gnus-add-image, gnus-add-wash-type):
6233         * gnus-group.el (nnkiboze-score-file):
6234         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6235         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6236         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6237         (message-tokenize-header, gnus-get-buffer-create)
6238         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6239         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6240         * gnus.el (gnus-group-decoded-name):
6241         * mail-source.el (imap-capability):
6242         * mm-bodies.el (message-options-set):
6243         * mm-decode.el (gnus-configure-windows):
6244         * mm-extern.el (message-goto-body):
6245         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6246         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6247         (epg-sub-key-validity, message-options-set):
6248         * mml.el (widget-event-point, gnus-configure-windows):
6249         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6250         * mml2015.el (epg-check-configuration, epg-configuration)
6251         (message-options-set):
6252         * nndb.el (nndb-request-article):
6253         * nnfolder.el (gnus-request-create-group):
6254         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6255         * nnmaildir.el (gnus-group-mark-article-read):
6256         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6257         * rfc1843.el (message-fetch-field):
6258         * spam.el (gnus-extract-address-components):
6259         Declare as functions.
6260
6261 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6264
6265         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6266
6267         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6268         bind show-trailing-whitespace for XEmacs.
6269
6270 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6273         new no-op macro for backward compatibility.
6274
6275         * imap.el (imap-string-to-integer): New function.
6276
6277 2007-12-09  Glenn Morris  <rgm@gnu.org>
6278
6279         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6280
6281         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6282         * message.el, mm-view.el, sieve-manage.el, smime.el:
6283         Add declare-function compatibility definition.
6284
6285         * gnus-art.el (w3-region, w3m-region, Info-menu):
6286         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6287         * gnus-sum.el (gnus-get-predicate):
6288         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6289         * message.el (mail-abbrev-in-expansion-header-p):
6290         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6291         (w3m-detect-meta-charset, w3m-region):
6292         * sieve-manage.el (password-read, password-cache-add)
6293         (password-cache-remove):
6294         * smime.el (password-read-and-add): Declare as functions.
6295
6296 2007-12-08  David Kastrup  <dak@gnu.org>
6297
6298         * gnus-sum.el (gnus-summary-simplify-subject-query):
6299         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6300         `message'.
6301
6302 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6303
6304         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6305         it to bind idna-program, installation-directory, defined-colors, and
6306         face-attribute for XEmacs of the version that compiles defcustom forms.
6307
6308 2007-12-07  Glenn Morris  <rgm@gnu.org>
6309
6310         * gnus-art.el (article-make-date-line): Revert previous change.
6311
6312 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6313
6314         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6315
6316 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6317
6318         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6319         Call gnus-add-to-range ranges only once with a prepared article-list.
6320
6321 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6322
6323         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6324         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6325         group names with backslashes.  Reported by Tassilo Horn
6326         <tassilo@member.fsf.org>.
6327
6328 2007-12-06  Deepak Goel  <deego3@gmail.com>
6329
6330         * gnus-art.el (article-make-date-line):
6331         * gnus-start.el (gnus-load):
6332         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6333
6334 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * gnus-art.el (gnus-use-idna)
6337         * gnus-start.el (gnus-site-init-file)
6338         * message.el (message-use-idna)
6339         * mm-uu.el (mm-uu-hide-markers)
6340         * smiley.el (smiley-style): Revert changes that suppress warnings.
6341
6342 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6345         specify charset to html source.  Reported by Christoph Conrad
6346         <christoph.conrad@gmx.de>.
6347
6348 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6351         idna-program in order to suppress byte compile warning issued by XEmacs
6352         that came to byte compile the default value section of defcustom forms
6353         recently.
6354
6355         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6356         value of installation-directory.
6357
6358         * message.el (message-use-idna): Don't directly refer to the value of
6359         idna-program.
6360
6361         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6362
6363         * smiley.el (smiley-style): Don't directly call face-attribute.
6364
6365 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6368
6369         * gnus-dired.el: Reduce Gnus dependencies.
6370         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6371         require.  Use autoloads instead.
6372         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6373         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6374         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6375         (gnus-dired-mode): Adjust doc string.
6376         (gnus-dired-mail-mode): New variable.
6377         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6378         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6379         (gnus-dired-mail-buffers): New function.  Return mail or message
6380         composition buffers.
6381         (gnus-dired-attach): Use it.
6382         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6383         NO-DECODE.
6384         (gnus-dired-print): Use `gnus-print-buffer' depending on
6385         `gnus-dired-mail-mode'.
6386
6387 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * rfc2047.el (rfc2047-encoded-word-regexp)
6390         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6391         explaining what regexp patterns are for.
6392
6393 2007-12-04  Glenn Morris  <rgm@gnu.org>
6394
6395         * password.el: Move to password-cache.el.
6396
6397         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6398         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6399         * mml-smime.el (password-read, password-cache-add)
6400         (password-cache-remove):
6401         No need to autoload, since mml-sec requires password.
6402
6403         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6404         * message.el (gnus-extract-address-components):
6405         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6406
6407         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6408         password.
6409
6410 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6411
6412         * mailcap.el: Reduce dependencies.
6413         (mail-header-parse-content-type): Autoload.
6414         (mailcap-delete-duplicates): New alias.
6415         (mailcap-mime-info): Add optional argument NO-DECODE.
6416         (mailcap-mime-types): Use mailcap-delete-duplicates.
6417
6418         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6419
6420 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6421
6422         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6423         (imap-parse-status): Upcase status-att for servers that sends them
6424         lower-case (e.g., MS Exchange 2007).
6425
6426 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6427
6428         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6429         function.
6430
6431         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6432         (gnus-uu-yenc-article): New function.
6433
6434         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6435
6436         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6437         buffer.
6438
6439 2007-12-02  Glenn Morris  <rgm@gnu.org>
6440
6441         * binhex.el (binhex): New custom group.
6442         (binhex-decoder-program, binhex-decoder-switches)
6443         (binhex-use-external): Move to the binhex custom group.
6444
6445         * uudecode.el (uudecode): New custom group.
6446         (uudecode-decoder-program, uudecode-decoder-switches)
6447         (uudecode-use-external): Move to the uudecode custom group.
6448
6449         * netrc.el (top-level): Don't load `encrypt' features.
6450         (netrc-parse): Don't use encrypt.
6451         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6452
6453         * encrypt.el: Remove file.
6454
6455 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6458         matches on patches.
6459
6460         * gnus-art.el (gnus-article-browse-html-article): Mention
6461         `mm-text-html-renderer' in the doc string.
6462
6463         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6464         string.  Add comments.
6465
6466         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6467         if rhs is ASCII.
6468
6469 2007-12-01  Glenn Morris  <rgm@gnu.org>
6470
6471         * mail-source.el (top-level): Require format-spec before
6472         eval-when-compile.
6473
6474 2007-11-30  Glenn Morris  <rgm@gnu.org>
6475
6476         * encrypt.el: Require password, rather than autoloading password-read.
6477
6478 2007-11-29  Glenn Morris  <rgm@gnu.org>
6479
6480         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6481         (sasl-make-client, sasl-next-step, sasl-step-data)
6482         (sasl-step-set-data): Declare as functions.
6483
6484 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6485
6486         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6487
6488 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6489
6490         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6491         certs should be verified and what is to be done in the event of a
6492         verification failure.
6493
6494         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6495         caller can indicate whether the cache should be disregarded for this
6496         call.  This way the result of the call is reproducible at all times and
6497         can be considered a canonical server name for the supplied method.
6498         (gnus-agent-method-p): Canonicalize server names by pushing their
6499         method through `gnus-method-to-server' using the no-cache argument.
6500
6501         * gnus-srvr.el (gnus-server-insert-server-line): Call
6502         `gnus-method-to-server' with `no-cache' argument.
6503
6504         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6505         gnus-agent-possibly-synchronize-flags as this should be called when the
6506         server is actually being opened.
6507         (gnus-agent-possibly-synchronize-flags)
6508         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6509         flags file of an agentized server to the latter function.
6510
6511         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6512         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6513         after a connection has been established successfully.
6514
6515 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * gnus-art.el (article-display-face): Force to display face if called
6518         interactively; check if gnus-article-x-face-too-ugly matches author.
6519         (article-display-x-face): Display face even if From header is missing
6520         as article-display-face does.
6521
6522 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6523
6524         * hashcash.el (message-narrow-to-headers-or-head)
6525         (message-fetch-field, message-goto-eoh)
6526         (message-narrow-to-headers): Declare as functions.
6527
6528 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * mail-source.el (mail-sources): Default to fetch from file for
6531         compatibility with default of nnmail-spool-file.
6532
6533 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6534
6535         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6536         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6537         to look for encoded word that should be encoded again.
6538         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6539         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6540         encoding pattern.
6541         (rfc2047-decode-region): Switch strict regexp and loose one according
6542         to rfc2047-allow-irregular-q-encoded-words.
6543
6544 2007-11-25  Romain Francoise  <romain@orebokech.com>
6545
6546         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6547
6548 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * tls.el (tls-program): Provide more custom choices from
6551         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6552         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6553
6554 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6557         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6558
6559         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6560         `nnmail-spool-file'.
6561
6562         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6563         `nnmail-spool-file'.
6564
6565         * gnus-move.el (gnus-change-server): Ditto.
6566
6567         * gnus-kill.el (gnus-batch-score): Ditto.
6568
6569         * gnus-cache.el (gnus-jog-cache): Ditto.
6570
6571         * gnus-msg.el (gnus-summary-reply):
6572         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6573
6574 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6575
6576         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6577         version.  Minor improvement to doc strings.
6578         (tls-program): Add comment.
6579
6580 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6581
6582         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6583         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6584         mismatch between the hostname provided in the certificate and the name
6585         of the host connnecting to.
6586         (open-tls-stream): Use them.  Check certificates against trusted root
6587         certificates.
6588
6589 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * gnus-cache.el (gnus-cache-generate-nov-databases):
6592         Use nnml-generate-nov-databases-directory instead of
6593         nnml-generate-nov-databases-1.
6594
6595 2007-11-24  Glenn Morris  <rgm@gnu.org>
6596
6597         * message.el (message-tool-bar-retro): Update for rename
6598         mail_send.xpm->mail-send.xpm.
6599
6600 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6603         `smime-ldap-search' for Emacs 22 and up.
6604
6605 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6606
6607         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6608
6609         * message.el (message-send-mail-function): Fix error convention.
6610         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6611         (message-widen-reply, message-send-mail, message-talkative-question)
6612         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6613         (message-clone-locals, message-send-news): Use with-current-buffer.
6614         (message-insert-or-toggle-importance): Remove unused var `valid'.
6615         (message-make-references): Remove unused var `new-references'.
6616         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6617
6618 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6619
6620         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6621         (spam-split-symbolic-return-positive): Reflow docstring.
6622         (spam-backends, spam-summary-exit-behavior)
6623         (spam-mark-ham-unread-before-move-from-spam-group)
6624         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6625         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6626         (spam-clear-cache, spam-backend-check, spam-install-backend)
6627         (spam-install-statistical-backend, spam-list-of-processors)
6628         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6629         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6630         (spam-check-crm114, spam-initialize, spam-unload-hook):
6631         Fix typos in docstrings.
6632
6633 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6636         been checked if they have never been read and those group levels are
6637         higher than the one that a user specified.
6638
6639 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6642         foreign groups unless a group level is specified by a user.
6643         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6644
6645 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6646
6647         * message.el (message-send-mail-function): Require sendmail.
6648
6649 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * message.el (message-send-mail-function): Check for smtpmail too.
6652
6653         * utf7.el (utf7-encode, utf7-decode): Use coding system
6654         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6655
6656         * message.el (message-send-mail-function): New function.
6657         (message-send-mail-function): Set default using
6658         message-send-mail-function.  Adjust doc string.
6659         (message-send-mail-with-mailclient): New function.
6660
6661 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6662
6663         * smime.el (from):
6664         * rfc2047.el (message-posting-charset):
6665         * qp.el (mm-use-ultra-safe-encoding):
6666         * pop3.el (parse-time-months):
6667         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6668         * nnml.el (files):
6669         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6670         (jka-compr-compression-info-list, ange-ftp-path-format)
6671         (efs-path-regexp):
6672         * nndiary.el (files):
6673         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6674         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6675         (epg-digest-algorithm-alist, inhibit-redisplay)
6676         (password-cache-expiry):
6677         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6678         (pgg-output-buffer, password-cache-expiry):
6679         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6680         (efs-path-regexp):
6681         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6682         (inhibit-redisplay):
6683         * mm-uu.el (file-name, start-point, end-point, entry)
6684         (gnus-newsgroup-name, gnus-newsgroup-charset):
6685         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6686         (latin-unity-ucs-list):
6687         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6688         (mm-uu-binhex-decode-function):
6689         * message.el (gnus-message-group-art, gnus-list-identifiers)
6690         (rmail-enable-mime-composing, gnus-local-organization)
6691         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6692         (gnus-read-active-file, facemenu-add-face-function)
6693         (facemenu-remove-face-function, gnus-article-decoded-p)
6694         (tool-bar-mode):
6695         * mail-source.el (display-time-mail-function):
6696         * gnus-util.el (nnmail-pathname-coding-system)
6697         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6698         (gnus-original-article-buffer, gnus-user-agent)
6699         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6700         (xemacs-codename, sxemacs-codename, emacs-program-version):
6701         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6702         * gnus-start.el (gnus-agent-covered-methods)
6703         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6704         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6705         (gnus-newsgroup-headers, gnus-group-list-mode)
6706         (gnus-group-mark-positions, gnus-newsgroup-data)
6707         (gnus-newsgroup-unreads, nnoo-state-alist)
6708         (gnus-current-select-method, mail-sources)
6709         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6710         (nnmail-spool-file, gnus-cache-active-hashtb):
6711         * gnus-mh.el (mh-lib-progs):
6712         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6713         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6714         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6715         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6716         (gnus-group-buffer):
6717         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6718         (font-lock-set-defaults):
6719         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6720         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6721         (gnus-summary-post-menu, total-parts, type, condition, length):
6722         * gnus-agent.el (gnus-agent-read-agentview):
6723         * flow-fill.el (show-trailing-whitespace):
6724         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6725         eval-and-compile wrappers for byte compiler pacifiers.
6726
6727         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6728         (mm-display-inline-fontify): Check for featurep 'xemacs not
6729         extent-list.
6730
6731         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6732         itimer-list.
6733         (mm-create-image-xemacs): Only do something for XEmacs.
6734         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6735
6736         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6737
6738         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6739         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6740
6741 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6742
6743         * nnimap.el (nnimap-split-download-body):
6744         * gnus-demon.el (gnus-demon):
6745         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6746
6747 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6750         macros.
6751         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6752         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6753         copy data from unibyte buffer to multibyte current buffer.
6754         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6755         to copy data from unibyte current buffer to multibyte buffer.
6756         (nntp-make-process-buffer): Make process buffer unibyte.
6757
6758         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6759
6760 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6761
6762         * pop3.el (pop3-open-server): Accept and process data more robustly at
6763         connexion start to avoid spurious "POP SSL connexion failed" errors.
6764
6765 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6768         read group names.
6769
6770 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6773
6774 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6777         (nnmail-save-active): Use a unibyte buffer when saving active file,
6778         which may contain non-ASCII group names.
6779
6780         * nnml.el (nnml-request-group): Decode group names in messages.
6781
6782 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6783
6784         * message.el (message-citation-line-function)
6785         (message-insert-formatted-citation-line): Fix spelling of
6786         `message-insert-formated-citation-line'.
6787
6788 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6791
6792 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6795         nnmail-pathname-coding-system.
6796
6797         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6798         that a user enters; decode group names in messages.
6799
6800         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6801
6802 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6805
6806         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6807
6808         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6809         risky local variable.
6810
6811         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6812
6813 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * encrypt.el: Improve documentation to fix function name typo.
6816         Reported by Daiki Ueno <ueno@unixuser.org>.
6817
6818 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6821         even if the point is not in the last page of an article.
6822         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6823         back to the previous page.
6824
6825 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6826
6827         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6828
6829 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6832
6833 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6834
6835         * message.el (message-check-news-body-syntax): Avoid
6836         mm-string-as-multibyte.
6837         (message-hide-headers): Don't assume (point-min)==1.
6838
6839 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6840
6841         * message.el (message-remove-blank-cited-lines): Fix if remove is
6842         given.
6843         (message-bogus-address-regexp): New variable.
6844         (message-bogus-recipient-p): New function.
6845         (message-check-recipients): New command.
6846         (message-syntax-checks): Add `bogus-recipient'.
6847         (message-fix-before-sending): Add `bogus-recipient'.
6848
6849         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6850         (gnus-treat-body-boundary): Don't test window-system.
6851
6852 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6853
6854         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6855
6856 2007-10-28  Miles Bader  <miles@gnu.org>
6857
6858         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6859         at compile-time too.
6860
6861 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * gnus-msg.el (gnus-message-setup-hook): Add
6864         `message-remove-blank-cited-lines' to options.
6865
6866 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * message.el (message-remove-blank-cited-lines): New function.
6869         Suggested by Karl Plästerer.
6870
6871 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6874         mapc.
6875
6876         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6877         (top-level): Use mapc to set functions to be traced for debugging.
6878
6879         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6880         called for effect with while loop.
6881
6882         * message.el (message-talkative-question): Replace mapcar called for
6883         effect with mapc.
6884
6885         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6886         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6887         called for effect with dolist.
6888
6889         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6890
6891         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6892         gnus-extra-headers and nnmail-extra-headers.
6893
6894         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6895         called for effect with dolist.
6896         (top-level): Use mapc to set functions to be traced for debugging.
6897
6898         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6899         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6900         dolist.
6901
6902         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6903         Replace mapcar called for effect with mapc.
6904         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6905         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6906         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6907         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6908
6909         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6910         remove-if that's a cl function.
6911
6912         * webmail.el (webmail-debug): Replace mapcar called for effect with
6913         dolist.
6914
6915         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6916         with mapc.
6917
6918 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6921         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6922         with while loop.
6923
6924         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6925         functions from article-* functions.
6926         (gnus-multi-decode-header): Replace mapcar called for effect with
6927         dolist.
6928
6929         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6930         (gnus-bookmark-show-details): Replace mapcar called for effect with
6931         while loop.
6932
6933         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6934         called for effect with while loop.
6935
6936         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6937         with dolist.
6938
6939         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6940         mapcar called for effect with dolist.
6941
6942         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6943
6944         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6945         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6946         Replace mapcar called for effect with dolist.
6947         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6948         mapc.
6949
6950         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6951         Replace mapcar called for effect with dolist.
6952         (gnus-topic-list): Replace mapcar called for effect with mapc.
6953
6954         * gnus.el: Use mapc instead of mapcar to add autoloads.
6955
6956 2007-10-23  Richard Stallman  <rms@gnu.org>
6957
6958         * gnus-group.el (gnus-group-highlight): Mark as risky.
6959
6960 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus.el (gnus-server-to-method): Return method found first in
6963         gnus-newsrc-alist.
6964
6965         * gnus-art.el (gnus-article-highlight-signature)
6966         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6967         button overlay without the front stickiness.
6968
6969 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6970
6971         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6972         overview buffer needed a catch to receive its throw.
6973         (gnus-agent-flush-cache): Declared as interactive to make this function
6974         easier to use.
6975
6976 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6979         `next-line'.
6980
6981 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6984         exclude address matching message-dont-reply-to-names.
6985
6986 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * gnus-util.el (gnus-string<): New function.
6989
6990         * gnus-sum.el (gnus-article-sort-by-author)
6991         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6992
6993 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6996         the frame-focus tag is set in gnus-buffer-configuration.
6997
6998 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7001         the front stickiness.
7002
7003 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7006         url pattern; remove duplicate one.
7007         (gnus-article-extend-url-button): New function.
7008         (gnus-article-add-buttons): Use it.
7009         (gnus-button-push): Use concatenated url that it makes.
7010
7011 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7012
7013         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7014
7015 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7016
7017         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7018         Don't hardcode point-min==1.
7019
7020 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7023         Fix comment about "iso8859-1".
7024
7025 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7026
7027         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7028         ones returned from the verify-function.
7029
7030         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7031         mml2015-extract-cleartext-signature if extraction failed.
7032
7033 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7034
7035         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7036         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7037         failed.
7038
7039 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7040
7041         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7042
7043 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7044
7045         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7046         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7047         recommends to use EasyPG instead of PGG.
7048
7049         * pgg.el: Revert to revision 6.23.2.16.
7050
7051         * pgg-def.el: Revert to revision 6.6.2.14.
7052
7053         * pgg-gpg.el: Revert to revision 6.23.2.34.
7054
7055 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7056
7057         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7058         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7059         thread for both the null and zero (kill/expire thread) universal prefix
7060         cases.
7061         (gnus-summary-expire-thread): Add new function to expire a thread,
7062         using gnus-summary-kill-thread.
7063         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7064         shortcuts for gnus-summary-expire-thread.
7065         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7066         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7067
7068 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7069
7070         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7071         extras value, so an extras entry can be deleted.
7072         (gnus-registry-delete-extra-entry): Use it.
7073         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7074         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7075         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7076         storage through the gnus-registry, and provide an appropriate API for
7077         it.
7078
7079 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7082         Suggested by Leo <sdl.web@gmail.com>.
7083
7084         * gnus.el: Do.
7085
7086 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7089         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7090
7091         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7092
7093         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7094         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7095
7096 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7099         newline.
7100         (nnmbox-request-accept-article): Don't change article in source buffer;
7101         narrow to header to use message-fetch-field rather than
7102         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7103         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7104         as delimiters; make sure article ends with newline.
7105         (nnmbox-delete-mail): Correct last position of article to be deleted;
7106         ignore X-Gnus-Newsgroup header in article body.
7107         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7108         positions; make sure article ends with newline.
7109
7110         * message.el (message-display-abbrev): Don't infloop when a user
7111         inserts SPC in the beginning of header.
7112
7113         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7114         coding-system-for-read and coding-system-for-write for XEmacs having no
7115         file-coding feature.
7116
7117         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7118
7119 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7120
7121         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7122         list of groups not followed by default.  Fix type to be regexp.
7123         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7124
7125 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7126
7127         * hmac-def.el (define-hmac-function): Switch from old-style to
7128         new-style backquotes.
7129
7130         * md4.el (md4-make-step): Likewise.
7131
7132 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7135         raw-text coding system when saving .newsrc file, which may contain
7136         non-ASCII group names.
7137
7138 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * gnus-cus.el (gnus-score-extra): New widget.
7141         (gnus-score-extra-convert): New function.
7142         (gnus-score-customize): Use it for Extra.
7143
7144 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7145
7146         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7147         (mml2015-mailcrypt-clear-verify): Use it.
7148         (mml2015-gpg-clear-verify): Use it.
7149         (mml2015-pgg-clear-verify): Use it.
7150         (mml2015-epg-clear-verify): Replace the current part with the output
7151         from GnuPG; don't extract the plaintext by itself.
7152
7153         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7154         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7155         mml2015-clear-verify-function; don't touch the armor headers or
7156         dash-escaped text here.
7157
7158 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7161         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7162         parts, or application/octet-stream as a last resort.
7163         (gnus-mime-view-part-as-type): Don't toggle display.
7164         (gnus-mime-view-part-as-charset): Don't turn off display before
7165         querying charset.
7166
7167         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7168         stuff to undisplayer function in Emacs.
7169         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7170
7171         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7172         text/calendar parts.
7173
7174 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7177         decoding text/calendar parts.
7178
7179         * message.el (message-forward-make-body-mime): Always mark body as
7180         having no illegible text; remove signed-or-encrypted argument.
7181         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7182
7183         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7184         (mml-generate-mime-1): Don't encode body if it is specified to be in
7185         raw form; don't make buffer be unibyte when inserting multibyte string.
7186
7187 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7188
7189         * sha1.el: Fix up comment style.
7190         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7191         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7192
7193         * hex-util.el: Fix up comment style.
7194         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7195
7196         * gnus-salt.el: Use with-current-buffer.
7197         (gnus-pick-setup-message): Fix long-standing typo.
7198
7199 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * imap.el (imap-logout-timeout): New variable.
7202         (imap-logout, imap-logout-wait): New functions.
7203         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7204
7205         * nnimap.el (nnimap-logout-timeout): New server variable.
7206         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7207         nnimap-logout-timeout.
7208
7209         * gnus-art.el (gnus-article-summary-command-nosave)
7210         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7211
7212 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus.el (gnus-maximum-newsgroup): New variable.
7215
7216         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7217         according to gnus-maximum-newsgroup.
7218
7219         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7220         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7221         Limit the range of articles according to gnus-maximum-newsgroup.
7222
7223 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7224
7225         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7226         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7227         Don't perform gnus-configure-windows here; reuse existing sticky
7228         article buffer.
7229
7230         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7231         it doesn't exist in gnus-article-mode.
7232
7233 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7236         (gnus-agent-decoded-group-name): New function.
7237         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7238         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7239
7240 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7241
7242         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7243         Add binding for gnus-sticky-article.
7244         (gnus-summary-exit): Don't kill sticky article buffers.
7245
7246         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7247         article buffer.
7248         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7249         (gnus-kill-sticky-article-buffers): New commands.
7250
7251 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * nntp.el (nntp-xref-number-is-evil): New server variable.
7254         (nntp-find-group-and-number): If it is non-nil, don't trust article
7255         numbers in the Xref header.
7256
7257 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-agent.el (gnus-agent-read-group): New function.
7260         (gnus-agent-flush-group, gnus-agent-expire-group)
7261         (gnus-agent-regenerate-group): Use it.
7262         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7263         nnmail-pathname-coding-system.
7264
7265 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7268
7269         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7270         that are unread as unread, and also as selected so that information of
7271         marks having been changed by a user may be updated when exiting group.
7272
7273 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7276         calculated ignoring signature parts to gnus-treat-article.
7277
7278 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7281         a point here in order to keep the window start.
7282         (gnus-insert-mime-security-button): Make a button overlay without the
7283         front stickiness.
7284         (gnus-mime-display-security): Goto the end of a button.
7285
7286         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7287
7288 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7291         group-name-at-point.
7292         (gnus-group-completing-read): New function that offers decoded
7293         non-ASCII group names for completion.
7294         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7295         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7296         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7297         (gnus-group-fetch-control): Use it.
7298         (gnus-fetch-group): Use group-name-at-point for the initial value
7299         rather than the default value; use gnus-alive-p.
7300
7301         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7302         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7303         (gnus-summary-post-news): Use gnus-group-completing-read.
7304
7305         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7306         (gnus-read-move-group-name): Decode group name for completion.
7307
7308 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7309
7310         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7311         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7312         Yamaoka slightly modified the code).
7313
7314 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7317         (nnmail-split-incoming): Bind it.
7318
7319         * nnml.el (nnml-group-name-charset): New function.
7320         (nnml-decoded-group-name): Use it; don't decode group name if
7321         nnmail-group-names-not-encoded-p is non-nil.
7322         (nnml-encoded-group-name): New function.
7323         (nnml-group-pathname): Inline nnml-decoded-group-name.
7324         (nnml-request-expire-articles): Decode group name in message.
7325         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7326         nnmail-pathname-coding-system.
7327         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7328         not decoded ones according to nnmail-group-names-not-encoded-p.
7329         (nnml-generate-active-info): Use nnml-encoded-group-name.
7330
7331 2007-08-08  Glenn Morris  <rgm@gnu.org>
7332
7333         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7334         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7335         doc-strings and comments.
7336
7337 2007-07-25  Glenn Morris  <rgm@gnu.org>
7338
7339         * Relicense all FSF files to GPLv3 or later.
7340
7341 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * gnus-sum.el (gnus-summary-move-article): Make
7344         gnus-summary-respool-article work.
7345
7346 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7349         string.
7350
7351 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7352
7353         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7354         that should be ignored when comparing distant RSS articles with local
7355         ones.
7356         (nnrss-make-hash-index): New function.  Create a hash index according
7357         to the ignored fields.
7358         (nnrss-check-group): Use it.
7359
7360 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7363
7364         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7365
7366         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7367         the new optional argument ENCODED is non-nil.
7368         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7369         coding system for encoding group name.
7370         (gnus-group-make-rss-group): Pass un-encoded group name to
7371         gnus-group-make-group.
7372         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7373         encoded.
7374
7375         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7376         Encode group name to which articles are moved or copied.
7377         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7378         coding system for encoding Newsgroup, Followup-To and Xref headers.
7379
7380         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7381         marks; use nnheader-file-coding-system to write a file.
7382         (nnagent-retrieve-headers): Bind file-name-coding-system to
7383         nnmail-pathname-coding-system.
7384
7385         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7386
7387         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7388         (nnml-request-article, nnml-request-create-group)
7389         (nnml-request-rename-group, nnml-find-id)
7390         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7391         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7392         (nnml-save-marks): Use nnml-group-pathname instead of
7393         nnmail-group-pathname.
7394
7395         (nnml-request-create-group, nnml-request-expire-articles)
7396         (nnml-request-move-article, nnml-request-delete-group)
7397         (nnml-deletable-article-p, nnml-possibly-create-directory)
7398         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7399         (nnml-open-marks): Bind file-name-coding-system to
7400         nnmail-pathname-coding-system.
7401
7402         (nnml-request-article): Pass server argument to nnml-find-group-number.
7403         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7404         server argument to nnml-possibly-create-directory.
7405         (nnml-request-accept-article): Pass server argument to
7406         nnml-active-number and nnml-save-mail.
7407         (nnml-find-group-number): Pass server argument to nnml-find-id.
7408         (nnml-request-update-info): Pass server argument to
7409         nnml-marks-changed-p.
7410
7411         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7412         (nnml-save-mail, nnml-active-number): Add server argument.
7413
7414         (nnml-request-delete-group): Warn if group is missing.
7415         (nnml-get-nov-buffer): Decode group name.
7416         (nnml-generate-active-info): Encode group name.
7417         (nnml-open-marks): Decode group name in messages.
7418
7419 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7422         if it is not specified.
7423         (gnus-article-pipe-part, gnus-article-save-part)
7424         (gnus-article-interactively-view-part, gnus-article-copy-part)
7425         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7426         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7427         (gnus-article-replace-part, gnus-article-delete-part)
7428         (gnus-article-view-part-as-type): Pass raw prefix argument to
7429         gnus-article-part-wrapper.
7430
7431 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-agent.el (gnus-agent-save-active): Bind
7434         nnheader-file-coding-system to gnus-agent-file-coding-system.
7435
7436         * gnus-cache.el (gnus-cache-save-buffers)
7437         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7438         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7439         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7440         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7441         (gnus-cache-generate-active, gnus-cache-rename-group)
7442         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7443         (gnus-cache-update-overview-total-fetched-for): Bind
7444         file-name-coding-system to nnmail-pathname-coding-system.
7445         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7446         variables.
7447         (gnus-cache-decoded-group-name): New function.
7448         (gnus-cache-file-name): Use it.
7449         (gnus-cache-generate-active): Use non-decoded group name for active.
7450
7451         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7452         right place.
7453         (gnus-write-active-file): Don't break non-ASCII group names.
7454
7455         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7456         nnmail-pathname-coding-system.
7457
7458         * lpath.el: Bind default-file-name-coding-system,
7459         file-name-coding-system and language-info-alist for XEmacs.
7460
7461         * gnus-uu.el (gnus-uu-decode-save): Typo.
7462
7463 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7466
7467 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7470         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7471         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7472         (gnus-agent-flush-group, gnus-agent-flush-cache)
7473         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7474         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7475         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7476         (gnus-agent-regenerate-group)
7477         (gnus-agent-update-files-total-fetched-for)
7478         (gnus-agent-update-view-total-fetched-for): Bind
7479         file-name-coding-system to nnmail-pathname-coding-system.
7480         (gnus-agent-group-pathname): Don't encode file names by
7481         nnmail-pathname-coding-system.
7482         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7483         coding-system-for-write instead of buffer-file-coding-system to
7484         gnus-agent-file-coding-system.
7485
7486         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7487         Decode group name.
7488
7489         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7490
7491         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7492         (gnus-read-newsrc-el-file): Make group names unibyte.
7493
7494         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7495         nnmail-pathname-coding-system.
7496
7497         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7498         (nnrss-request-delete-group): Bind file-name-coding-system to
7499         nnmail-pathname-coding-system.
7500         (nnrss-read-server-data, nnrss-read-group-data): Bind
7501         file-name-coding-system correctly.
7502         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7503
7504         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7505         (nntp-server-to-method-cache): New variable.
7506         (nntp-group-pathname): New function that decodes non-ASCII group names.
7507         (nntp-possibly-create-directory, nntp-marks-changed-p)
7508         (nntp-save-marks, nntp-open-marks): Use it.
7509         (nntp-possibly-create-directory, nntp-open-marks):
7510         Bind file-name-coding-system to nnmail-pathname-coding-system.
7511         (nntp-open-marks): Decode group names when bootstrapping marks.
7512
7513         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7514         Newsgroups and Folowup-To headers.
7515
7516 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7519         (gnus-server-closed-face, gnus-server-denied-face)
7520         (gnus-server-offline-face): Remove variable.
7521         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7522
7523         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7524         of modifying message-stack directly for XEmacs.
7525
7526         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7527         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7528         if the coding-system argument is nil for XEmacs.
7529
7530         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7531         mm-charset-override-alist.
7532
7533         * rfc2047.el: Don't require base64; require rfc2045 for the function
7534         rfc2045-encode-string.
7535         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7536         to quote the parameter value.
7537
7538 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7541         form in gnus-group-name-charset-method-alist.
7542
7543         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7544         overrides the default layout edit-form.
7545
7546         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7547
7548         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7549
7550 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7551
7552         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7553         as unfetched articles.
7554
7555 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7556
7557         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7558
7559 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7562         original back end that keeps marks in the local system.
7563
7564 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7567         arg of pop-to-buffer for XEmacs.
7568         (gnus-article-read-summary-keys): Ditto; don't restore window
7569         configuration if summary command ends up with neither article buffer
7570         nor summary buffer; describe bindings if summary keys end with C-h.
7571
7572 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * message.el (message-fix-before-sending): Skip raw message part to be
7575         forwarded while checking illegible text.
7576         (message-forward-make-body-mime, message-forward-make-body): Mark
7577         signed or encrypted raw message as having no illegible text.
7578
7579 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7582         (gnus-message-with-timestamp-1): New macro.
7583         (gnus-message-with-timestamp): New function.
7584         (gnus-message): Use them.
7585
7586         * nnheader.el (nnheader-message): Use them.
7587
7588 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7591         .newsrc.eld file.
7592
7593 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * gnus-agent.el (gnus-agent-fetch-headers)
7596         (gnus-agent-retrieve-headers): Bind
7597         gnus-decode-encoded-address-function to identity.
7598
7599         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7600         available also when the server returns simply a dot.
7601
7602         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7603
7604 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7607
7608 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-ems.el (gnus-x-splash): Make it work.
7611
7612         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7613         from being used.
7614
7615         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7616
7617 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7620         4th and the 5th arguments.
7621
7622         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7623         the front stickiness.
7624         (gnus-article-summary-command-nosave): Correct the order of the
7625         arguments passed to pop-to-buffer.
7626         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7627         summary command ends up with the article buffer.
7628
7629         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7630         the same faces.
7631
7632 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7633
7634         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7635
7636 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7637
7638         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7639         * gnus-sum.el (gnus-summary-highlight):
7640         * pgg.el (pgg-sign-region, pgg-sign):
7641         * mail-source.el (mail-source-delete-old-incoming-confirm):
7642         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7643
7644 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7645
7646         * gnus-art.el (gnus-mime-view-part-externally)
7647         (gnus-mime-view-part-internally): Fix predicate function passed to
7648         completing-read.
7649
7650         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7651
7652         * gnus.el (gnus-update-message-archive-method): Add :version.
7653
7654 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * gnus.el (gnus-update-message-archive-method): New variable.
7657
7658         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7659         according to gnus-message-archive-method if
7660         gnus-update-message-archive-method is non-nil.
7661
7662 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7665         by Loic Dachary <loic@dachary.org>.
7666         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7667
7668 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * message.el (message-pop-to-buffer): Add switch-function argument.
7671         (message-mail): Pass switch-function argument to it.
7672
7673 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7676         Improve doc string.
7677
7678 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7681         (gnus-header-content)
7682         * gnus-cite.el (gnus-cite-10)
7683         * gnus-srvr.el (gnus-server-closed)
7684         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7685         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7686         (gnus-group-mail-3-empty, gnus-group-mail-low)
7687         (gnus-group-mail-low-empty, gnus-splash)
7688         * message.el (message-header-to, message-header-cc)
7689         (message-header-subject, message-header-other, message-header-name)
7690         (message-header-xheader, message-separator, message-cited-text)
7691         (message-mml): Lighten colors of faces used for dark background.
7692
7693 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7694
7695         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7696         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7697
7698 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * message.el (message-narrow-to-headers-or-head):
7701         Ignore mail-header-separator in the body.
7702
7703 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7706         same as window size.
7707
7708 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7709
7710         * message.el (message-font-lock-keywords): Use message-header-xheader
7711         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7712         ahead of the anything pattern, to get it recognised.
7713
7714 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7717         spam.el loads uses it in the compiled defadvice form.
7718
7719 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7720
7721         * gnus-sum.el (gnus-articles-to-read)
7722         (gnus-summary-insert-old-articles): Don't truncate group name for
7723         `read-string'.
7724
7725         * gnus-util.el (gnus-limit-string): Delete this function.
7726
7727         * gnus-sum.el (gnus-simplify-subject-fully): Use
7728         `truncate-string-to-width' instead.
7729
7730 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7731
7732         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7733         if, on summary exit, the next group has to be selected.
7734         (gnus-summary-exit): Use it.
7735
7736 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7739         non-break space.
7740
7741 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7744         Check if group is not a directory.
7745         (nnfolder-request-expire-articles): Don't delete articles if the target
7746         group is not available.
7747
7748         * nnml.el (nnml-request-create-group): Properly check if group is not a
7749         file.
7750         (nnml-request-expire-articles): Don't delete articles if the target
7751         group is not available.
7752
7753         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7754         Don't quote characters that are within parentheses.
7755
7756 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7759         (gnus-handle-ephemeral-exit): Select article according to it.
7760
7761 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * message.el (message-insert-formated-citation-line): Remove newline.
7764         (message-citation-line-format): Add final \n here so that the user can
7765         avoid a blank line.
7766
7767 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7768
7769         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7770         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7771         Update lanl/arXiv support.
7772
7773 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7774
7775         * gnus.el: Bump version number.
7776
7777 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7778
7779         * gnus.el (gnus-version-number): Bump version.
7780
7781 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7782
7783         * gnus.el: No Gnus v0.6 is released.
7784
7785 2007-04-27  Didier Verna  <didier@xemacs.org>
7786
7787         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7788         * gmm-utils.el (gmm-regexp-concat): here.
7789         * message.el: Don't require 'gnus-util.
7790         (message-dont-reply-to-names): Handle name change above.
7791         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7792
7793 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7796         since the initial value varies according to the system.
7797
7798 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7801
7802 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7803
7804         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7805
7806 2007-04-24  Didier Verna  <didier@xemacs.org>
7807
7808         Improve the type of gnus-ignored-from-addresses.
7809         * gnus-util.el (gnus-orify-regexp): New function.
7810         * message.el (gnus-util): Require it.
7811         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7812         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7813         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7814
7815 2007-04-24  Didier Verna  <didier@xemacs.org>
7816
7817         * gnus-sum.el:
7818         * gnus-utils.el: Fix some trailing whitespaces.
7819
7820 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7823         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7824         article's Message-ID; refer parent article in summary buffer.
7825
7826         * message.el (message-bounce): Call mime-to-mml.
7827
7828         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7829         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7830         optimize and/or forms properly.
7831
7832 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7835         URL.
7836
7837 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7840
7841 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7844         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7845         displayed of multipart/alternative part if it is invoked from summary
7846         buffer.
7847
7848         * mm-view.el (mm-inline-text-html-render-with-w3m)
7849         (mm-inline-text-html-render-with-w3m-standalone)
7850         (mm-inline-render-with-function): Use mail-parse-charset by default.
7851
7852 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7853
7854         * parse-time.el (parse-time-string-chars): Check if CHAR
7855         is less than the length of parse-time-syntax.
7856
7857 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7860         from gnus-newsgroup-processable.
7861
7862 2007-04-16  Didier Verna  <didier@xemacs.org>
7863
7864         * gnus-msg.el (gnus-configure-posting-styles): Handle
7865         message-signature-directory properly with :file syntax.  Reported by
7866         "Leo".
7867
7868 2007-04-11  Didier Verna  <didier@xemacs.org>
7869
7870         New user option: message-signature-directory.
7871         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7872         * message.el (message-insert-signature): Ditto.
7873         * message.el (message-signature-file): Doc update.
7874         * message.el (message-signature-directory): New.
7875
7876 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gnus-msg.el (gnus-inews-yank-articles): Use
7879         message-exchange-point-and-mark instead of exchange-point-and-mark.
7880
7881 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * message.el (message-yank-original): Make sure cited text ends with
7884         newline; don't exchange point and mark.
7885
7886 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7887
7888         * tls.el (open-tls-stream): Properly handle case where there
7889         is no associated buffer.
7890
7891 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7892
7893         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7894         message-yank-original, make sure (< mark TEXT point).
7895
7896 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * message.el (message-fill-column): New variable.
7899         (message-mode): Use it.  Add comment on a possible new hook.
7900
7901         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7902         (nnmail-get-new-mail): Reformat.
7903
7904         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7905
7906         * gmm-utils.el: Fix Commentary.
7907         (gmm-tool-bar-from-list): Fix typo in doc string.
7908
7909 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7910
7911         * message.el (message-yank-original): Don't switch point and mark
7912         unnecessarily to put point and mark as documented.
7913
7914 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7915
7916         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7917         from the message heads.
7918
7919 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7920
7921         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7922         article buffer does not have a window.  This may not be the best
7923         solution but is certainly better than setting the start of the null,
7924         that is the current, window.
7925
7926 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7929         (gnus-draft-setup): Run it.
7930
7931         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7932         gnus-score-fast-scoring.  Allow regexp.
7933         (gnus-score-headers): Use it.
7934
7935         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7936         XEmacs.
7937
7938         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7939         string.
7940         (gnus-button-alist): Also catch `<f1> k ...'.
7941         (gnus-treat-display-x-face): Fix doc string.
7942
7943 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7944
7945         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7946         evaluation of gnus-extended-version to ensure correct generation of the
7947         User-Agent header when message-generate-headers-first is used.
7948
7949 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7950
7951         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7952         hashcash-path is nil.  Don't call callback with incorrect number of
7953         parameters if val is 0.
7954
7955 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7956
7957         * message.el (message-required-news-headers):
7958         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7959
7960 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7961
7962         * tls.el (open-tls-stream): In handshake-waiting loop,
7963         don't wait more if there is output available to process.
7964
7965 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7966
7967         * tls.el (tls-program): Doc fix.
7968
7969 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * message.el (message-generate-new-buffers): Change the meaning of the
7972         nil value; add `standard' to the choices; treat t as `unique'; improve
7973         doc string.
7974         (gnus-select-frame-set-input-focus): Autoload.
7975         (message-buffer-name): Search for the existing message buffer if
7976         message-generate-new-buffers is nil or `standard'; treat the value t of
7977         message-generate-new-buffers as `unique'.
7978         (message-pop-to-buffer): Raise the frame already displaying the message
7979         buffer; clear the echo area after querying.
7980         (message-setup): Pass the `continue' argument to compose-mail.
7981         (message-mail): Prefer `switch-function' if it is given; search for the
7982         existing message buffer if the `continue' argument is non-nil; pass
7983         continue and switch-function arguments to compose-mail by way of
7984         message-setup.
7985         (message-mail-other-window): Adjust argument of message-setup.
7986         (message-mail-other-frame): Ditto.
7987
7988 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7989
7990         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7991         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7992         to turn font-lock on when turning gnus-message-citation-mode on.
7993
7994 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7995
7996         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7997         (mml-smime-function-alist): New variable; add epg as the backend.
7998         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7999         mml-smime- functions instead.
8000         * mm-view.el: Require smime.
8001
8002 2007-03-05  Didier Verna  <didier@xemacs.org>
8003
8004         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8005         instead of just inheritance for posting styles.
8006         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8007
8008 2007-02-24  Chris Moore  <dooglus@gmail.com>
8009
8010         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8011         * pgg-pgp.el (pgg-pgp-encrypt-region):
8012         * pgg-gpg.el (pgg-gpg-encrypt-region):
8013         Check pgg-encrypt-for-me if no other recipients.
8014
8015 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8016
8017         * tls.el (tls-certtool-program): Fix custom type.
8018
8019 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8022         and point-at-eol instead of line-(beginning|end)-position.
8023
8024         * assistant.el (assistant-parse-buffer): Ditto.
8025
8026         * netrc.el (netrc-parse-services): Ditto.
8027
8028 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8029
8030         * mml2015.el (mml2015-epg-find-usable-key): New function.
8031         (mml2015-epg-sign): Use it.
8032         (mml2015-epg-encrypt): Use it.
8033
8034 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8035
8036         * message.el (message-make-in-reply-to): Quote name containing
8037         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8038         if there are special characters.  Reported by NAKAJI Hiroyuki
8039         <nakaji@jp.freebsd.org>.
8040
8041 2007-02-27  Didier Verna  <didier@xemacs.org>
8042
8043         Include the group parameters as well as the topic ones in the
8044         inheritance filter process.
8045         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8046         argument GROUP-PARAMS-LIST.
8047         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8048
8049 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * nntp.el (nntp-never-echoes-commands)
8052         (nntp-open-connection-functions-never-echo-commands): New variables.
8053         (nntp-send-command): Use them.
8054
8055 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8056
8057         * mml2015.el (mml2015-epg-verify): Simplified.
8058
8059 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * mml.el (mml-content-disposition-alist): New user option.
8062         (mml-content-disposition): New function.
8063         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8064         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8065
8066 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8067
8068         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8069         verification.
8070
8071 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8072
8073         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8074         articles posted in the last 24 hours.
8075
8076 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8077
8078         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8079
8080 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8081
8082         * nntp.el (nntp-send-command): Don't wait for echoes when
8083         nntp-open-ssl-stream is used.
8084
8085 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8088         (gnus-message-add-citation-keywords)
8089         (gnus-message-remove-citation-keywords): Remove.
8090         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8091         directly, make the variables in font-lock-defaults buffer-local, add
8092         gnus-message-citation-keywords to them and then update the value of
8093         font-lock-keywords.
8094
8095 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * message.el (message-cite-original-1): Don't call
8098         gnus-article-highlight-citation.
8099
8100         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8101         citations; fix line count.
8102
8103 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8106         (gnus-message-add-citation-keywords)
8107         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8108         versions of font-lock-add-keywords and font-lock-remove-keywords to
8109         work with XEmacs correctly.
8110
8111 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus-cite.el (gnus-cite-face-list): Set the values of
8114         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8115         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8116         (gnus-message-cite-prefix-regexp): New variable.
8117         (gnus-message-search-citation-line): Use it; protect against long
8118         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8119         the 0th match data for Emacs.
8120         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8121         (gnus-message-add-citation-keywords): Append keywords rather than
8122         prepending; emulate font-lock-add-keywords if it is not available.
8123         (gnus-message-remove-citation-keywords): Emulate
8124         font-lock-remove-keywords if it is not available.
8125
8126         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8127
8128         * message.el (message-cite-prefix-regexp): Set the value of
8129         gnus-message-cite-prefix-regexp.
8130
8131 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8132
8133         * nnweb.el (nnweb-google-parse-1): Update parser.
8134
8135 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8136
8137         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8138
8139 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8140
8141         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8142         regexp.
8143
8144 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8147         string-to-multibyte.
8148         (uudecode-decode-region-internal): Use it.
8149
8150         * lpath.el: Fbind string-as-multibyte for XEmacs.
8151
8152 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8153
8154         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8155         custom choice.
8156
8157         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8158
8159 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8160
8161         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8162
8163         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8164         `write-region' to respect `mm-inhibit-file-name-handlers'.
8165
8166 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8167
8168         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8169         Use gnus-home-directory instead of "~/" or "$HOME".
8170
8171 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8172
8173         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8174         to mention filename.
8175         Add comments at beginning regarding usage.
8176         (encrypt-write-file-contents): Change interactive so a string is
8177         acceptable.  If the file has no associated model, show an error instead
8178         of a nonsense prompt.
8179
8180 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8181
8182         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8183         Thanks to Yoshihiko Yamada for kind notification of this typo.
8184
8185 2007-01-12  Kenichi Handa  <handa@m17n.org>
8186
8187         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8188         multibyte buffer.
8189
8190 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8191
8192         * gnus-score.el (gnus-score-fast-scoring): New variable.
8193         (gnus-score-headers): Use it.
8194
8195         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8196
8197         * message.el (message-cite-original-1): Call
8198         gnus-article-highlight-citation if requested.
8199         (message-make-from): Allow name and address as optional arguments.
8200
8201         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8202
8203         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8204         bugs to doc string.
8205         (gnus-button-alist): Add mid\\|message-id.
8206         (gnus-button-fetch-group): Extend for use in
8207         `browse-url-browser-function'.
8208         (gnus-button-url-regexp): Try to catch paired parentheses like in
8209         Wikipedia URLs.
8210
8211         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8212         Suggested by Simon Krahnke <overlord@gmx.li>.
8213
8214 2007-01-13  Romain Francoise  <romain@orebokech.com>
8215
8216         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8217         Update copyright.
8218
8219 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8220
8221         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8222
8223 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8224
8225         * gnus-registry.el (gnus-registry-unfollowed-groups)
8226         (gnus-registry-split-fancy-with-parent): Fix documentation.
8227
8228 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8231         from nnweb groups.
8232
8233 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8234
8235         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8236         Xref urls.  Erase buffer before requesting head.
8237
8238 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8239
8240         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8241         customizable.
8242
8243 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8244
8245         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8246         no signing key is found.
8247         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8248         no encrypting and/or signing key is found.
8249
8250 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8253
8254 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8255
8256         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8257         headers read from disk with the ones newly found in the current search.
8258         This should no longer cause problems, because the article numbers in
8259         Gmane's `nov.php' output are ignored since the previous change.
8260
8261 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8262
8263         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8264
8265 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8268         replace-regexp-in-string; bind url-version; fbind display-images-p and
8269         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8270         find-face and set-itimer-function for Emacs; bind itimer-list for
8271         Emacs.
8272
8273         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8274
8275 2007-01-01  Romain Francoise  <romain@orebokech.com>
8276
8277         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8278
8279 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8280
8281         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8282         `define-minor-mode' macro definition expanded properly.
8283         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8284         exclude it there.
8285
8286         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8287         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8288         `fboundp' test.
8289         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8290         This is OK to autoload in (S)XEmacs now.
8291
8292 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293
8294         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8295         keystroke.
8296         (gnus-summary-limit-to-singletons): Fix typo.
8297
8298         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8299         else fails.
8300
8301 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8302
8303         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8304         docstring.
8305
8306         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8307         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8308         (gnus-summary-insert-dormant-articles): Fix typo in message.
8309
8310 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8313         nil for XEmacs.
8314         (gnus-message-citation-mode): Don't autoload in XEmacs.
8315
8316         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8317
8318 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8319
8320         * nnimap.el (nnimap-expunge-search-string): Mention
8321         nnimap-search-uids-not-since-is-evil in docstring.
8322
8323 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * spam.el: Revert to make-obsolete-variable because
8326         define-obsolete-variable-alias is not supported in Emacs 21.
8327
8328         * spam.el (spam-ifile-path, spam-ifile-database-path)
8329         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8330         make-obsolete-variable.
8331         (spam-bsfilter-path, spam-bsfilter-program)
8332         (spam-spamassassin-path, spam-spamassassin-program)
8333         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8334         use "path" inappropriately.
8335         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8336         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8337         variable names.
8338
8339 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8340
8341         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8342         summary buffer.
8343
8344         * password.el (password-cache-remove): Use clear-string to burn
8345         password, if available.
8346
8347 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8348
8349         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8350
8351         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8352
8353         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8354         (gnus-message-highlight-citation): Move defcustom here from
8355         gnus-cite.el.
8356         (gnus-message-citation-mode): Autoload.
8357
8358         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8359         checks to make it compile with XEmacs.
8360         (gnus-message-citation-mode): New minor mode.
8361         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8362         (gnus-message-highlight-citation): New variables.
8363         (gnus-message-search-citation-line)
8364         (gnus-message-add-citation-keywords)
8365         (gnus-message-remove-citation-keywords)
8366         (turn-on-gnus-message-citation-mode)
8367         (turn-off-gnus-message-citation-mode): New functions.
8368
8369 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8370
8371         * gnus-cite.el: Enable highlighting of different citation levels in
8372         message-mode.
8373
8374 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * message.el (message-make-fqdn): Fix comment.
8377         (message-bogus-system-names): Add ".local".
8378
8379         * spam.el (spam-ifile-path, spam-ifile-program)
8380         (spam-ifile-database-path, spam-ifile-database)
8381         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8382         Don't use "path" inappropriately.
8383         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8384         strings.
8385         (spam-check-ifile, spam-ifile-register-with-ifile)
8386         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8387         new variable names.
8388
8389         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8390         (gnus-treat-display-smileys): Simplify using
8391         gnus-image-type-available-p.
8392
8393         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8394         available.
8395
8396         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8397         `display-images-p' if available.
8398
8399 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8402         one after turning on the buffer's multibyteness instead of decoding
8403         them directly in the unibyte buffer that causes unexpected conversion
8404         in Emacs 23 (unicode).
8405
8406 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8407
8408         * message.el (message-generate-hashcash): Fix custom type.
8409
8410 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8411
8412         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8413
8414 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8415
8416         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8417         disconnect icons.  Add help text.
8418
8419 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8420
8421         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8422         negated to be consistent with the others we handle.
8423
8424 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8425
8426         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8427         version of gnus-summary-buffer to something, so that we can use two
8428         article buffers at the same time.
8429
8430 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8431
8432         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8433         trigger all the extra headers.
8434         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8435         sorting.
8436
8437 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8438
8439         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8440         solid groups.
8441
8442 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8443
8444         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8445
8446 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * legacy-gnus-agent.el: Add Copyright notice.
8449
8450 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8451
8452         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8453
8454 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8455
8456         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8457
8458         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8459         to make it work reliably in CVS Emacs.
8460         (gnus-summary-limit-strange-charsets-predicate)
8461         (gnus-summary-limit-to-predicate): New functions.
8462
8463 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8464
8465         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8466         specifying array size.
8467         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8468         array if it is too small.
8469         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8470         (gnus-sort-threads-loop): New function.
8471
8472 2006-12-06  Chris Moore  <dooglus@gmail.com>
8473
8474         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8475         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8476
8477 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8478
8479         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8480         options.
8481
8482 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8483
8484         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8485         DOS-ing the recipient.
8486
8487         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8488         the headers when creating the mapping to avoid mismappings.
8489         (nnweb-gmane-create-mapping): Always nix out old mapping.
8490
8491 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8494         and mm-verify-option to never.
8495
8496 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * message.el (message-signed-or-encrypted-p): New function.
8499         (message-forward-make-body): Use it.
8500
8501         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8502         Replace encode-coding-string with mm-encode-coding-string.
8503
8504 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * nneething.el (nneething-decode-file-name): Replace
8507         decode-coding-string with mm-decode-coding-string.
8508
8509         * gnus-int.el (gnus-open-server): Say failed server's name.
8510
8511 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8512
8513         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8514         strings to a single string.  Quote `errors-file-name'.
8515         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8516         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8517         Adjust calls.  Use `shell-quote-argument'.
8518
8519 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8520
8521         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8522         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8523
8524         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8525         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8526         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8527         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8528         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8529         (gnus-subscribe-newsgroup, gnus-1):
8530         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8531         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8532         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8533         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8534
8535 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8536
8537         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8538         keystroke.
8539         (gnus-summary-limit-to-bodies): Implement headersp.
8540
8541 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8542
8543         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8544
8545 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8546
8547         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8548
8549 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8550
8551         * message.el (message-generate-hashcash): Expand range of values to
8552         include `opportunistic'.
8553         (message-send-mail): Use it.
8554
8555 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8556
8557         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8558         and comment it.
8559
8560         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8561
8562 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * gnus-util.el (gnus-extract-address-components): Improve comment.
8565
8566 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * gnus-util.el (gnus-extract-address-components): Work with address in
8569         which the name portion contains @.
8570
8571         * lpath.el: Fbind custom-autoload.
8572
8573 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8574
8575         * gnus.el (gnus-start): Move custom group up.
8576         (gnus-select-method): Don't autoload, but make it available for
8577         `customize-variable'.
8578         (gnus-getenv-nntpserver): Don't autoload.
8579
8580 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8581
8582         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8583
8584 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * message.el (message-sendmail-extra-arguments): New variable.
8587         (message-send-mail-with-sendmail): Use it.
8588
8589 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8592         mm-with-unibyte-current-buffer to make string unibyte.
8593
8594         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8595         mm-string-as-multibyte.
8596
8597 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8598
8599         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8600         Reported by Werner Koch <wk@gnupg.org>.
8601
8602 2006-11-14  Daiki Ueno  <ueno@p360>
8603
8604         * mml2015.el: Autoload epa-select-keys when compiling.
8605
8606 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8607
8608         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8609         message-options.
8610         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8611
8612 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8613
8614         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8615         EasyPG (< 0.0.6).
8616         (mml2015-always-trust): New user option.
8617         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8618         prompt.
8619
8620 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * nntp.el (nntp-authinfo-force): New variable.
8623         (nntp-send-authinfo): Use it.
8624
8625 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8628         decode encoded words.  Improve prompt.  Add comment about forwarding.
8629         (message-replacement-char): Move up.
8630
8631 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8632
8633         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8634         instead of gnus-intersection because arguments of gnus-sorted-nunion
8635         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8636
8637 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8640         (message-simplify-subject-functions): Enable
8641         message-strip-subject-encoded-words by default.
8642
8643 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * message.el (message-strip-subject-encoded-words): New function.
8646         (message-simplify-subject-functions): New variable.
8647         (message-simplify-subject): Use it.  Fix typo in doc string.
8648         Support message-strip-subject-encoded-words.
8649
8650 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8651
8652         * gnus-diary.el (gnus-diary-delay-format-function):
8653         * nndiary.el (nndiary-reminders):
8654         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8655
8656 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * gnus-art.el (article-hide-boring-headers): Fetch date from
8659         gnus-original-article-buffer to avoid problems with localized date
8660         strings.
8661
8662 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8665
8666 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8667
8668         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8669         New variables.
8670         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8671         (mm-charset-synonym-alist): Move some entries to
8672         mm-codepage-iso-8859-list.
8673         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8674         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8675
8676 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8679
8680 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8683         with Emacs 21 and XEmacs.
8684
8685 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8686
8687         * spam.el (spam-parse-address): New function for better parsing,
8688         catching errors, etc.
8689         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8690
8691 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8692
8693         * mm-view.el: Add interactive arg to html2text autoload.
8694
8695 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8698
8699 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8702         variables.
8703         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8704         (mm-charset-synonym-alist): Move some entries to
8705         mm-codepage-iso-8859-list.
8706
8707         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8708
8709 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * message.el (message-citation-line-format)
8712         (message-insert-formated-citation-line): Fix implementation of %E, %N
8713         and %n according to the doc string.
8714
8715 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8716
8717         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8718         car-safe to avoid bad parses.
8719
8720 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8723         names.
8724
8725         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8726
8727 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8730         header.
8731
8732         * message.el (message-draft-headers): Add Date.
8733         (message-headers-to-generate): Fix typo in docstring.
8734
8735         * nndraft.el (nndraft-required-headers): New variable.
8736         (nndraft-generate-headers): Use it.
8737
8738         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8739
8740 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8741
8742         * gnus-registry.el (gnus-registry-wash-for-keywords)
8743         (gnus-registry-find-keywords): New functions to allow easy searching of
8744         articles that are in the registry.
8745
8746 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8747
8748         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8749         ietf-drums-parse-address instead of gnus-extract-address-components.
8750         Reported by Damien Elmes <damien@repose.cx>.
8751
8752 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8753
8754         * gnus.el (gnus-mime): Remove unused custom group.
8755
8756 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8757
8758         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8759         "blank line" when searching for end of armor headers.
8760
8761 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * gmm-utils.el (gmm-write-region): Fix variable name.
8764
8765 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * gmm-utils.el (gmm-write-region): New function based on compatibility
8768         code from `mm-make-temp-file'.
8769
8770         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8771
8772         * nnmaildir.el (nnmaildir--update-nov)
8773         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8774         Use `gmm-write-region'.
8775
8776 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8779         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8780
8781         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8782
8783         * message.el (message-replacement-char): New variable.
8784         (message-fix-before-sending): Use it.
8785         (message-simplify-subject): New function to remove duplicate code.
8786         (message-reply, message-followup): Use it.
8787
8788         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8789         gnus-summary-limit-to-articles.
8790
8791 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-util.el (gnus-with-local-quit): New macro.
8794
8795         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8796
8797 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8798
8799         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8800         ignore non-string data.
8801
8802 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8803
8804         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8805         non-string data (needs to be done in the registry too).
8806
8807 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8808
8809         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8810         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8811         (gnus-registry-split-fancy-with-parent)
8812         (gnus-registry-fetch-simplified-message-subject-fast)
8813         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8814         Remove text properties on ingress into the registry and when it's saved.
8815         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8816         registry from entries with no groups.
8817
8818 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8819
8820         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8821         function to remove string properties.
8822
8823 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8824
8825         * gmm-utils.el (gmm): Adjust custom version.
8826
8827         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8828         custom version.
8829
8830         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8831
8832 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * gnus-art.el (gnus-insert-prev-page-button)
8835         (gnus-insert-next-page-button): Simplify.  Reformat.
8836
8837 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8838
8839         * gnus-art.el (gnus-insert-prev-page-button)
8840         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8841
8842 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8843
8844         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8845
8846 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8847
8848         * gnus-art.el (gnus-insert-mime-button)
8849         (gnus-insert-mime-security-button):
8850         Apply gnus-article-button-face to MIME and security buttons.
8851
8852 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8853
8854         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8855         readable.
8856
8857 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8860
8861 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8862
8863         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8864         `browse-url-of-file' instead of `browse-url'.
8865
8866 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8867
8868         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8869         regexp.  Articles containing quotation were cut prematurely.
8870
8871 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * message.el (message-cite-original-1): Use nobody by default for the
8874         value of From header.
8875         (message-reply): Ditto.
8876
8877 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8878
8879         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8880         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8881         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8882
8883 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8884
8885         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8886         mails in the doc string.  Add some URLs in comment.
8887         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8888
8889 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8892         backslashes handling and the way to find boundaries of quoted strings.
8893
8894 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8895
8896         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8897         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8898         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8899         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8900
8901 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8904         doc string.
8905         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8906
8907 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * lpath.el: Fbind epg-check-configuration.
8910
8911 2006-09-06  Simon Josefsson  <jas@extundo.com>
8912
8913         * mml2015.el (mml2015-use): Doc fix, mention epg.
8914
8915 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8916
8917         * mml2015.el (mml2015-use): Default to epg, if available.
8918
8919 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8920
8921         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8922         message-sender.
8923         (mml1991-epg-encrypt): Ditto.
8924         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8925         message-sender.
8926         (mml2015-epg-encrypt): Ditto.
8927
8928 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8929
8930         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8931         several common directories.
8932
8933 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8934
8935         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8936         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8937
8938 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * gnus-art.el (article-decode-encoded-words): Make it fast.
8941
8942 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8945
8946         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8947         in quoted string into `\'.
8948
8949 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8952         Use standard-syntax-table.
8953
8954 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus-art.el (gnus-decode-address-function): New variable.
8957         (article-decode-encoded-words): Use it to decode headers which are
8958         assumed to contain addresses.
8959         (gnus-mime-delete-part): Remove useless `or'.
8960
8961         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8962         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8963         (gnus-nov-parse-line): Use it to decode From header.
8964         (gnus-get-newsgroup-headers): Ditto.
8965         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8966
8967         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8968         (mail-decode-encoded-address-string): New alias.
8969
8970         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8971         New function.
8972         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8973         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8974         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8975         (rfc2047-decode-string): Ditto.
8976         (rfc2047-decode-address-region): New function.
8977         (rfc2047-decode-address-string): New function.
8978
8979 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8980
8981         * message.el (message-caesar-buffer-body): Allow rotating headers.
8982
8983         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8984
8985         * message.el (message-insert-formated-citation-line): Fix %f.
8986         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8987
8988 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8991         (gnus-bookmark-mouse-available-p): New macro.
8992         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8993         (gnus-bookmark-bmenu-show-infos): Use it.
8994         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8995         (gnus-bookmark-bmenu-hide-infos): Ditto.
8996         (gnus-bookmark-remove-properties): New function.
8997         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8998         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8999         (gnus-bookmark-write-file): Bind coding-system-for-write.
9000         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9001         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9002         group before selecting it.
9003         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9004         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9005         quit-window if it is not available; use gnus-mouse-2 and bind it to
9006         gnus-bookmark-bmenu-select-by-mouse.
9007         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9008         (gnus-bookmark-bmenu-select-by-mouse): New function.
9009
9010 2006-08-13  Romain Francoise  <romain@orebokech.com>
9011
9012         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9013         space.
9014
9015 2006-08-10  Romain Francoise  <romain@orebokech.com>
9016
9017         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9018         (dns-mode-soa-auto-increment-serial): New user option.
9019         (dns-mode-soa-maybe-increment-serial): New function.
9020         (dns-mode): Add the latter to `write-contents-functions'.
9021
9022 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * compface.el (uncompface): Use binary rather than raw-text-unix.
9025
9026 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * compface.el (uncompface): Make sure the eol conversion doesn't take
9029         place when communicating with the external programs.  Reported by
9030         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9031
9032 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9033
9034         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9035
9036 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9037
9038         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9039         Make it more robust by parsing author and date independently.
9040
9041 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9044
9045 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9046
9047         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9048         first matching secret key.
9049         (mml2015-epg-encrypt): Ditto.
9050
9051         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9052         first matching secret key.
9053         (mml1991-epg-encrypt): Ditto.
9054
9055         * mml2015.el (mml2015-encrypt-to-self): New user option.
9056         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9057         mml2015-epg-encrypt-to-self is set.
9058
9059         * mml1991.el (mml1991-encrypt-to-self): New variable.
9060         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9061         mml1991-epg-encrypt-to-self is set.
9062
9063         * mml2015.el (mml2015-signers): New user option.
9064         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9065         (mml2015-epg-encrypt): Allow to select signing keys.
9066
9067         * mml1991.el (mml1991-signers): New variable.
9068         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9069         (mml1991-epg-encrypt): Allow to select signing keys.
9070
9071 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * nnheader.el (nnheader-insert-head): Make it work even if the file
9074         uses CRLF for the line-break code.
9075
9076 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9077
9078         * mml2015.el: Require mml-sec instead of password.
9079         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9080         (mml2015-cache-passphrase): Inherit the default value from
9081         mml-secure-cache-passphrase.
9082         (mml2015-passphrase-cache-expiry): Inherit the default value from
9083         mml-secure-passphrase-cache-expiry.
9084
9085         * mml1991.el: Require mml-sec instead of password.
9086         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9087         (mml1991-cache-passphrase): Inherit the default value from
9088         mml-secure-cache-passphrase.
9089         (mml1991-passphrase-cache-expiry): Inherit the default value from
9090         mml-secure-passphrase-cache-expiry.
9091
9092         * mml-sec.el: Require password.
9093         (mml-secure-verbose): New user option.
9094         (mml-secure-cache-passphrase): New user option.
9095         (mml-secure-passphrase-cache-expiry): New user option.
9096
9097 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9098
9099         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9100         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9101         andreas@altroot.de (Andreas Vögele).
9102
9103         FIXME: Use `tiny change'?
9104
9105 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9106
9107         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9108         workaround for the url package included with Emacs.
9109
9110         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9111
9112 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9115         correctly.  This fixes a bug caused by the 2006-05-12 change.
9116
9117 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9118
9119         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9120         some information about the error when saying that the `bogus' mail
9121         group will be used.
9122
9123 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9126         string.
9127
9128 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9129
9130         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9131
9132 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9133
9134         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9135
9136 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9137
9138         * mml1991.el (mml1991-function-alist): Add epg.
9139         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9140         (mml1991-epg-encrypt): New functions.
9141
9142 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9143
9144         * mml2015.el (mml2015-verbose): New variable.
9145         (mml2015-cache-passphrase): Ditto.
9146         (mml2015-passphrase-cache-expiry): Ditto.
9147         (mml2015-function-alist): Add epg.
9148         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9149         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9150         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9151         functions.
9152
9153 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9154
9155         * message.el (message-cite-original-1): Preserve region when removing
9156         quoted text due to X-No-Archive in order to avoid bogus attribution
9157         when citing multiple messages.
9158
9159 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9160
9161         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9162         Kenneth Jacker <khj@be.cs.appstate.edu>.
9163
9164 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * gnus-diary.el (gnus-user-format-function-d)
9167         (gnus-user-format-function-D): Autoload.
9168
9169         * imap.el (Commentary): Fix typo.
9170
9171         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9172         2006-04-22 contribution.
9173
9174 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9175
9176         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9177         It didn't really fix the bogosity I'm seeing with solid web groups.
9178
9179 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9180
9181         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9182         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9183         created using server names.  If we use the feature without declaring
9184         it, Gnus does not properly manage server and group state.
9185
9186         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9187         bound.
9188
9189 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9190
9191         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9192         looking up the method using GROUP's prefix before inventing a new one.
9193         It is used on killed/unknown groups in various places where returning
9194         an all-new method isn't expected by the caller.
9195
9196         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9197         and match semantics of gnus-group-real-prefix.
9198
9199 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9200
9201         * nnmail.el (nnmail-broken-references-mailers): New variable.
9202         (nnmail-ignore-broken-references): New function generalizing
9203         nnmail-fix-eudora-headers.
9204         (nnmail-fix-eudora-headers): Now obsolete.
9205
9206         * gnus-art.el (gnus-button-handle-custom): Support
9207         `customize-apropos*'.
9208
9209 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9210
9211         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9212
9213         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9214         articles.
9215
9216 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9217
9218         * message.el (message-cite-reply-above): New variable.
9219         (message-yank-original): Use it.
9220
9221 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9224
9225 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9228         as read.
9229
9230         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9231
9232 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9235         (gnus-bookmark-default-file): Use gnus-directory.
9236         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9237         Remove "*" in doc string.
9238         (gnus-bookmark-write-file): Simplify.
9239         (gnus-bookmark-maybe-sort-alist): Use `when'.
9240         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9241         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9242         FIXME about Emacs 21 and XEmacs compatibility.
9243         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9244         compatibility.
9245         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9246         compatibility.
9247         (gnus-bookmark-menu-heading): Fix version.
9248
9249 2006-06-19  Bastien Guerry  <bzg@altern.org>
9250
9251         * gnus-bookmark.el: New file.
9252
9253 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * message.el (message-syntax-checks): Doc fix.
9256
9257 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9258
9259         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9260         unsubscribed groups as if they were killed ones.  It causes duplicate
9261         entries in gnus-newsrc-alist.
9262
9263 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * message.el (message-syntax-checks): Doc fix.
9266         (message-send-mail): Add check for continuation headers.
9267         (message-check-news-header-syntax): Fix regexp used to check for
9268         continuation headers.
9269
9270 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9273
9274 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9275
9276         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9277
9278 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9281         default-truncate-lines.
9282
9283 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9286         to fill the utf-8 entry.
9287
9288         * lpath.el: Fbind unicode-precedence-list.
9289
9290 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9291
9292         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9293
9294 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9295
9296         * gnus-agent.el (directory-files-and-attributes): Move all the way
9297         forward (the third and final move).
9298         (gnus-agent-read-agentview): Trap reconstruction errors due to
9299         nonexistant directory.  Handle by returning nil.
9300
9301 2006-05-30  Didier Verna  <didier@xemacs.org>
9302
9303         * message.el (message-dont-reply-to-names): Update the custom type.
9304         * message.el (message-dont-reply-to-names): New defsubst: potentially
9305         convert a list of regexps into a single one.
9306         * message.el (message-get-reply-headers): Use it.
9307         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9308
9309 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * gnus-agent.el (directory-files-and-attributes): Move forward.
9312
9313 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * gnus-ml.el (gnus-mailing-list-subscribe)
9316         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9317         (gnus-mailing-list-message): Fix doc strings.
9318
9319 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9320
9321         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9322         of doing it manually.
9323
9324 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9327         comment.
9328
9329 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9330
9331         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9332         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9333         (gnus-agent-read-local): All symbols allocated in my-obarray.
9334         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9335         (gnus-agent-regenerate-group): Check numeric names to see if they are
9336         messages or groups.
9337         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9338         better way of do this...)
9339
9340         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9341         'dummy.group' (there should be a better way of do this...)
9342
9343 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9346         (gnus-saved-headers): Ditto.
9347         (gnus-default-article-saver): Mention functions may have properties.
9348         (gnus-article-save): Override gnus-save-all-headers and
9349         gnus-saved-headers by :headers property which saver function may have.
9350         (gnus-summary-save-in-file): Add :headers property.
9351         (gnus-summary-write-to-file): Ditto.
9352
9353         * gnus-sum.el (gnus-summary-save-article): Bind
9354         gnus-prompt-before-saving to t when saving many articles in a file;
9355         always show all headers.
9356
9357         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9358
9359 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9362         marks.
9363
9364         * message.el (message-indent-citation): Add optional arguments to allow
9365         using it outside of message buffers.
9366
9367         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9368         (gnus-article-treat-unfold-headers): Use it.
9369         (gnus-article-truncate-lines): New variable.
9370         (gnus-article-mode): Use it.
9371         (gnus-article-toggle-truncate-lines): New function.
9372
9373         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9374         gnus-article-toggle-truncate-lines.
9375
9376         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9377         coding system in XEmacs, use binary.
9378
9379 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9382         after-load-alist.
9383
9384         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9385         this function should save decoded articles.
9386         (gnus-summary-write-to-file): Use property to specify this function
9387         should save decoded articles and specify gnus-summary-save-in-file
9388         should be used to save articles other than the first one when saving
9389         many articles.
9390         (gnus-summary-save-body-in-file): Use property to specify this
9391         function should save decoded articles.
9392         (gnus-summary-write-body-to-file): Use property to specify this
9393         function should save decoded articles and specify
9394         gnus-summary-save-body-in-file should be used to save articles other
9395         than the first one when saving many articles.
9396
9397         * gnus-sum.el (gnus-summary-save-article): Simplify.
9398
9399 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-art.el (gnus-default-article-saver): Add
9402         gnus-summary-write-body-to-file.
9403         (gnus-article-save-coding-system): Don't use coding system object
9404         in XEmacs.
9405         (gnus-read-save-file-name): Add optional `dir-var' argument which
9406         specifies directory in which files are saved; work even if optional
9407         `variable' argument is not specified.
9408         (gnus-summary-write-to-file): Read file name.
9409         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9410         (gnus-summary-write-body-to-file): New function.
9411
9412         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9413         (gnus-summary-local-variables): Add it.
9414         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9415         (gnus-summary-save-article): Remove optional `decode' argument;
9416         determine whether to decode articles by the value of
9417         gnus-default-article-saver; when saving many files using
9418         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9419         it first and use gnus-summary-save-in-file or
9420         gnus-summary-save-body-in-file thereafter unless
9421         gnus-prompt-before-saving is always; move point to article which
9422         will be saved.
9423         (gnus-summary-save-article-file): Revert.
9424         (gnus-summary-write-article-file): Revert.
9425         (gnus-summary-save-article-body-file): Revert.
9426         (gnus-summary-write-article-body-file): New function.
9427
9428 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-art.el (gnus-default-article-saver): Doc fix.
9431         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9432         from gnus-summary-save-article-coding-system, and default to a
9433         certain coding system.
9434         (gnus-output-to-file): Add coding cookie and encode text according
9435         to gnus-article-save-coding-system; don't use mm-append-to-file.
9436
9437         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9438         gnus-art.el and rename to gnus-article-save-coding-system.
9439         (gnus-summary-save-article): Require gnus-art; don't show all
9440         headers if it decodes articles; don't add coding cookie here;
9441         don't bind mm-text-coding-system-for-write.
9442         (gnus-summary-save-article-file): Save decoded articles.
9443         (gnus-summary-write-article-file): When saving many files, use
9444         gnus-summary-write-to-file first and gnus-summary-save-in-file
9445         thereafter unless gnus-prompt-before-saving is always.
9446         (gnus-summary-save-article-body-file): Save decoded articles.
9447
9448         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9449
9450 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * nnrss.el (nnrss-check-group): Bind hash-index.
9453
9454 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9455
9456         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9457         its hash index.  Store this hash in `nnrss-group-data'.
9458         (nnrss-read-group-data): Update accordingly.
9459
9460 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9463         entry.
9464
9465         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9466         gnus-article-browse-html-article.
9467
9468 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9469
9470         * gnus-sum.el (gnus-summary-mime-map): Add
9471         gnus-article-browse-html-article.
9472
9473         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9474
9475 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9478         suitable coding systems in customize.
9479
9480 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * mail-source.el (mail-sources): Fix custom type.
9483
9484 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9485
9486         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9487         (gnus-summary-expire-articles-now): Shorten prompt.
9488
9489         * gmm-utils.el (wid-edit): Require.
9490         (defun-gmm): Renamed from `gmm-defun-compat'.
9491         (gmm-image-search-load-path): Use it.
9492         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9493
9494 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9497         variable.
9498         (gnus-summary-save-article): Add optional `decode' argument.  If
9499         it is set and gnus-summary-save-article-coding-system is non-nil,
9500         save decoded article.
9501         (gnus-summary-write-article-file): Save decoded article if
9502         gnus-summary-save-article-coding-system is non-nil.
9503
9504         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9505         type.
9506
9507 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9510
9511 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9514         first to test gnus-single-article-buffer which may be buffer-local.
9515
9516         * gnus-sum.el (gnus-summary-setup-buffer): Make
9517         gnus-single-article-buffer buffer-local and nil in ephemeral
9518         group; make gnus-article-buffer, gnus-article-current, and
9519         gnus-original-article-buffer always buffer-local.
9520         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9521         group.
9522         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9523
9524 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * nnml.el (nnml-request-compact-group): Compressed files might not
9527         have .gz extension.
9528
9529 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9530
9531         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9532         (mm-copy-to-buffer): Use with-current-buffer.
9533         (mm-display-part): Simplify.
9534         (mm-inlinable-p): Add optional arg `type'.
9535
9536 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9537
9538         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9539         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9540         Try harder to show the attachment internally or externally using
9541         gnus-mime-view-part-as-type.
9542
9543 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * message.el (message-from-style, message-signature-separator)
9546         (message-user-organization-file, message-send-mail-function)
9547         (message-citation-line-function, message-yank-prefix)
9548         (message-indent-citation-function, message-signature)
9549         (message-signature-file, message-signature-insert-empty-line):
9550         Remove autoloads.
9551
9552         * gnus-art.el (gnus-buttonized-mime-types): Remove
9553         "multipart/signed".  Revert 2006-04-26 change.
9554
9555 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9556
9557         * gnus.el (gnus-version-number): Bump version.
9558
9559 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9560
9561         * gnus.el: No Gnus v0.5 is released.
9562
9563 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9564
9565         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9566         fetching articles by message-id.
9567
9568 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * message.el (hashcash): Require hashcash as normal.
9571
9572         * ecomplete.el (ecomplete-highlight-match-line): Use
9573         point-at-eol.
9574         (ecomplete-highlight-match-line): Use `highlight', because that
9575         face exists in both Emacs and XEmacs.
9576
9577         * message.el (message-display-abbrev): Use point-at-bol.
9578
9579         * mail-source.el: Don't require timer/timer-funcs.
9580
9581         * gnus-async.el: Ditto.
9582
9583         * password.el: Ditto.
9584
9585         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9586
9587         * mm-url.el: Ditto.
9588
9589         * gnus-xmas.el: Don't require timer-funcs.
9590
9591         * mm-util.el: Require timer/timer-funcs.
9592
9593 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9594
9595         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9596         Close.
9597
9598 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9601         unibyte after clear-decrypt function runs.
9602
9603         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9604         returns as a unibyte string.
9605
9606 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * lpath.el: Revert.
9609
9610         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9611         (pgg-gpg-process-sentinel): Revert.
9612
9613         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9614         (pgg-pgp-lookup-key): Revert.
9615
9616         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9617         (pgg-pgp5-lookup-key): Revert.
9618
9619         * pgg.el (pgg-fetch-key): Revert.
9620
9621 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * lpath.el: Fbind string-as-multibyte for XEmacs.
9624
9625         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9626         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9627         (mml1991-pgg-encrypt): Ditto.
9628
9629         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9630         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9631         a multibyte buffer.
9632
9633         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9634         (pgg-pgp-lookup-key): Ditto.
9635
9636         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9637         (pgg-pgp5-lookup-key): Ditto.
9638
9639         * pgg.el (pgg-fetch-key): Ditto.
9640
9641 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * message.el (message-user-organization-file): Check several
9644         locations of the organization file.
9645
9646         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9647         Add gnus-article-view-part-as-type.
9648
9649         * gnus-art.el (gnus-article-view-part-as-type): New function.
9650
9651         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9652         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9653
9654         * mml.el: Simplify autoload.
9655         (mml-mode): defvar dnd-protocol-alist instead of using
9656         symbol-value.
9657         (mml-default-directory): New variable.
9658         (mml-minibuffer-read-file): Use it.
9659         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9660
9661         * message.el (message-citation-line-format): New variable.
9662         (message-insert-formated-citation-line): New function.
9663         (message-citation-line-function): Add
9664         `message-insert-formated-citation-line' to custom type.
9665
9666         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9667         to doc string.
9668
9669         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9670         depending on mm-verify-option.
9671
9672 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9675         binding pgg-* variables; reimplement the section which prevents
9676         MIME header from being signed.
9677         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9678         pgg-text-mode; remove a blank line at the top of body.
9679
9680         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9681         lines at the top of body; use gnus-newsgroup-charset if there's no
9682         Charset header.
9683
9684 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * message.el (message-self-insert-commands): Doc fix.
9687
9688         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9689         (mm-uu-pgp-encrypted-test): Ditto.
9690         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9691         between header and body; return application/pgp-encrypted handle
9692         if decryption failed; decode decrypted body by charset.
9693
9694         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9695         element match to application/pgp-*.
9696
9697 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9698
9699         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9700         HTML.
9701
9702 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9703
9704         * mail-source.el (mail-source-call-script): Message the error
9705         string.
9706
9707 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708
9709         * gnus-util.el (gnus-byte-compile): Use it.
9710
9711 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9712
9713         * gnus-util.el (kill-empty-logs): New function.
9714
9715 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9716
9717         * message.el (message-mail-alias-type): Doc fix.
9718         (message-mail-alias-type-p): New function.
9719         (message-send): Use it.
9720         (message-mode): Ditto.
9721         (message-strip-forbidden-properties): Ditto.
9722
9723         * ecomplete.el (ecomplete-database-file-coding-system): New
9724         variable.
9725         (ecomplete-save): Use it.
9726         (ecomplete-setup): Use it.
9727
9728 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * message.el (message-self-insert-commands): New variable.
9731         (message-strip-forbidden-properties): Use it.
9732
9733 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734
9735         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9736         that doesn't make XEmacs choke.
9737
9738 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * gnus-util.el (gnus-replace-in-string):
9741         Prefer replace-regexp-in-string over of replace-in-string.
9742
9743 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * gnus-util.el (gnus-select-frame-set-input-focus):
9746         Use select-frame-set-input-focus if it is available in XEmacs; use
9747         definition defined in Emacs 22 for old Emacsen.
9748
9749         * dgnushack.el: Autoload unmorse-region for XEmacs.
9750
9751         * lpath.el: Bind cursor-in-non-selected-windows and
9752         select-frame-set-input-focus for XEmacs.
9753
9754 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9757
9758 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9759
9760         * gnus-registry.el (gnus-registry-cache-save): Remove text
9761         properties when saving via the temp buffer.
9762
9763 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * message.el (message-generate-hashcash): Honor custom type.
9766
9767 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9768
9769         * message.el (message-generate-hashcash): Default to non-nil when
9770         hashcash is found.
9771
9772         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9773         (gnus-refer-thread-limit): Increase default to 500.
9774
9775         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9776
9777         * flow-fill.el (fill-flowed): Allow delete-space.
9778
9779 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9782         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9783         Remove autoloads.
9784
9785 2006-04-18  Simon Josefsson  <jas@extundo.com>
9786
9787         * message.el (message-generate-hashcash): Default to.
9788
9789 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9792         concatenating segments rather than before concatenating them.
9793
9794 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9797
9798 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9801
9802         * message.el (message-forward-make-body-plain): Allow
9803         message-forward-ignored-headers to be a list.
9804         (message-remove-ignored-headers): Factor out into function.
9805         (message-forward-make-body-mml): Use it.
9806
9807         * imap.el (imap-quote-specials): New function.
9808         (imap-login-auth): Quote specials.
9809
9810         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9811         (rfc2231-parse-string): Allow concatanation of parameters that
9812         aren't contiguous.  The test case is
9813           (mail-header-parse-content-type "message/external-body;
9814             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9815             access-type=LOCAL-FILE;
9816             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9817
9818 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9819
9820         * nntp.el (nntp-accept-process-output): Return the value of
9821         `nnheader-accept-process-output'.
9822
9823 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824
9825         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9826         (gnus-button-alist): Recognize more diff formats.
9827         (gnus-button-patch): Strip directory.
9828
9829 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9830
9831         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9832         Emacs 22 when setting focus.
9833
9834 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9835
9836         * gnus-art.el (gnus-article-treat-types): Do treatment of
9837         text/x-verbatim parts.
9838         (gnus-button-patch): New command.
9839
9840         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9841         addresses that contain invalid characters.
9842
9843 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9844
9845         * message.el (message-put-addresses-in-ecomplete): Use
9846         gnus-replace-in-string.
9847         (message-is-yours-p): Use the more correct
9848         mail-header-parse-address instead of
9849         mail-extract-address-components.
9850         (message-put-addresses-in-ecomplete): Fix typo.
9851
9852         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9853         keystroke.
9854
9855         * gnus-art.el (gnus-treatment-function-alist): Change order of
9856         newsgroups/generic header folding to avoid double-folding.
9857
9858         * message.el (message-hidden-headers): Add X-Draft-From.
9859
9860         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9861         command.
9862         (gnus-summary-repeat-search-article-backward): New command.
9863
9864         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9865         groups in the parent topic.
9866
9867 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9868
9869         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9870         (spam-extra-header-to-number): Return the CRM114 number as a
9871         number instead of a string.
9872
9873 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9874
9875         * gnus-art.el (gnus-face-properties-alist): Moved here from
9876         gnus-fun.
9877
9878         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9879
9880 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881
9882         * message.el (message-strip-forbidden-properties): Only display on
9883         self-insert-command.
9884
9885         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9886         reindent.
9887         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9888
9889 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9890
9891         * smiley.el (smiley-style): Fix typo.
9892
9893 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9894
9895         * hashcash.el (hashcash-insert-payment-async-2): Use
9896         message-goto-eoh instead of doing it manually.
9897         (mail-add-payment): Use message-narrow-to-header instead of trying
9898         to do the same itself.
9899
9900         * message.el (message-hidden-headers): Add Face.
9901
9902         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9903         reparenting code.
9904         (gnus-summary-reparent-children): Refactored out code.
9905         (gnus-summary-thread-map): New keystroke.
9906         (gnus-summary-reparent-children): Make into command.
9907
9908         * smiley.el (smiley-style): Default to `medium' if using a large
9909         font.
9910
9911         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9912         does it itself.
9913
9914         * message.el (message-point-in-header-p): Simplify definition.
9915
9916 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9917
9918         * nnagent.el (nnagent-request-set-mark): Silence log file
9919         writing.
9920         (nnagent-request-set-mark): Use write-region instead of
9921         append-to-file.
9922
9923         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9924         strange select method.
9925
9926         * ecomplete.el (ecomplete-display-matches): Get highlightling
9927         right.
9928         (ecomplete-display-matches): Use literals.
9929         (ecomplete-display-matches): Disable message logging.
9930
9931         * message.el (message-display-abbrev): Small optimization.
9932
9933         * ecomplete.el (ecomplete-display-matches): Allow automatic
9934         display.
9935
9936         * message.el (message-strip-forbidden-properties): Display
9937         abbrevs.
9938         (message-display-abbrev): Get automatic display right.
9939
9940         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9941         keystrokes.
9942
9943 2006-04-13  Romain Francoise  <romain@orebokech.com>
9944
9945         TODO: Backport to v5-10!
9946
9947         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9948         Moved here (and renamed) from gnus-registry.el.
9949
9950         * gnus-registry.el: Require gnus-util.
9951         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9952
9953 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954
9955         * gnus-group.el (gnus-group-catchup-current): Change
9956         if-then-else-if-then-else into cond.
9957         (gnus-group-catchup): Indent.
9958         (group-name-at-point): New function.
9959         (gnus-fetch-group): Provide default from thing at point.
9960
9961 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9962
9963         * message.el (message-display-abbrev): Fix regexp.
9964
9965         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9966         choosing.
9967         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9968         dead variables.
9969
9970         * message.el (message-newline-and-indent): Remove debugging.
9971         (message-display-abbrev): Use new implementation.
9972
9973 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9974
9975         * gnus-art.el (gnus-article-mode): Set
9976         cursor-in-non-selected-windows to nil.
9977
9978         * smiley.el: Revert previous change.
9979         (smiley-data-directory): defvar it before using it in the
9980         defcustom of `smiley-style'.
9981
9982 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9983
9984         * message.el (message-newline-and-indent): New function.
9985
9986         * ecomplete.el: Implement more bits.
9987
9988         * message.el (message-put-addresses-in-ecomplete): Clean up the
9989         string.
9990
9991         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9992
9993         * gnus-sum.el (gnus-summary-save-parts): Bind
9994         gnus-summary-save-parts-counter and use it to make unique file
9995         names.
9996
9997         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9998
9999         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10000         parameter to say whether to actually parse the individual
10001         addresses.
10002
10003         * message.el (message-put-addresses-in-ecomplete): New function.
10004         (ecomplete): Require.
10005         (message-mail-alias-type): Add ecomplete as an option.
10006
10007 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10008
10009         * flow-fill.el (fill-flowed): Remove trailing space from blank
10010         quoted lines.
10011
10012 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10013
10014         * smiley.el (smiley-style): Move definition later to avoid a
10015         compilation warning.
10016
10017 2006-04-12  Kenichi Handa  <handa@m17n.org>
10018
10019         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10020         buffer and then decode the buffer text if necessary.
10021         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10022         first, and after mm-encode-body, change the buffer to unibyte.
10023         Use mm-disable-multibyte instead of set-buffer-multibyte.
10024
10025 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10028         Content-Type header instead of Content-Disposition header.
10029         (gnus-mime-inline-part): Ditto.
10030         (gnus-mime-view-part-as-charset): Ignore charset that the part
10031         specifies.
10032
10033         * mm-decode.el (mm-display-part): Work with external parts and
10034         usual parts similarly.
10035
10036         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10037         instead of gnus-display-mime.
10038
10039         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10040         instead of with-temp-buffer.
10041
10042         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10043         tag to summarized topics part in order to encode non-ASCII text.
10044
10045 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * smiley.el (smiley-style): New variable.
10048         (smiley-directory): New function.
10049         (smiley-data-directory): Derive from `smiley-style' using
10050         `smiley-directory'.
10051         (smiley-regexp-alist): Add new entries.
10052
10053         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10054         (gnus-article-browse-delete-temp): Add :version.
10055
10056 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10057
10058         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10059         the sieve region.
10060
10061 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10062
10063         * gnus.el (gnus-version-number): Bump version.
10064
10065 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10066
10067         * gnus.el: No Gnus v0.4 is released.
10068
10069 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10070
10071         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10072         layout.
10073
10074         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10075         unknown charset.
10076
10077         * message.el (message-header-synonyms): Add Original-To to the
10078         default.
10079
10080         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10081         optional parameter.
10082
10083 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * gnus-fun.el (gnus): Require it for gnus-directory.
10086
10087 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10090
10091 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10092
10093         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10094
10095 2006-04-05  Simon Josefsson  <jas@extundo.com>
10096
10097         * password.el (password-reset): New function.
10098
10099 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10100
10101         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10102         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10103
10104 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10105
10106         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10107         Some whitespace was matched into the url, which broke browsing hits
10108         > 100 when mm-url-use-external was nil.
10109
10110 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10111
10112         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10113         gnus-extra-headers for 'Newsgroups.
10114
10115         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10116         bound.
10117
10118 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10119
10120         * pgg-gpg.el: Clean up process buffers every time gpg processes
10121         complete.
10122
10123 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10126         doc string.
10127
10128 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10129
10130         * pgg-gpg.el (pgg-gpg-process-filter)
10131         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10132
10133         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10134         lines, temporary fix.
10135
10136 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10139
10140 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10141
10142         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10143         default-enable-multibyte-characters.  This reverts the change from
10144         revision 6.17 which is no longer necessary because the passphrase
10145         is sent separately now.  GnuPG messages are unreadable under
10146         multibyte locales with default-enable-multibyte-characters set to
10147         nil.
10148
10149 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10150
10151         * message.el (message-tool-bar-gnome): Move "spell".
10152
10153 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10156         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10157         instead.
10158
10159 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10160
10161         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10162         newsgroups handling for NNTP overviews which don't include
10163         Newsgroups.
10164
10165 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10166
10167         * message.el (message-resend): Bind message-generate-hashcash to nil.
10168
10169 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10170
10171         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10172         when searching for already-paid recipients.
10173
10174 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10175
10176         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10177         passphrases when it is not needed.
10178         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10179         passphrase stuff from gpg, should only be necessary when you use
10180         gpg with a smartcard.
10181
10182 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * mml.el (mml-insert-mime): Ignore cached contents of
10185         message/external-body part.
10186
10187         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10188         (mm-insert-part): Ditto.
10189
10190 2006-03-23  Simon Josefsson  <jas@extundo.com>
10191
10192         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10193         Reiner.
10194         (pgg-gpg-use-agent-p): Use it again.
10195
10196 2006-03-23  Simon Josefsson  <jas@extundo.com>
10197
10198         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10199         older emacsen.
10200         (pgg-gpg-use-agent-p): Don't use it.
10201
10202 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10205         if we can.
10206
10207 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10208
10209         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10210         (pgg-gpg-update-agent): New function.
10211         (pgg-gpg-use-agent-p): New function.
10212         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10213         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10214         (pgg-gpg-sign-region): Use it.
10215
10216 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10219         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10220
10221 2006-03-21  Simon Josefsson  <jas@extundo.com>
10222
10223         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10224         <wilde@sha-bang.de>.
10225         (pgg-gpg-use-agent): New variable.
10226         (pgg-gpg-process-region): Use it.
10227         (pgg-gpg-encrypt-region): Likewise.
10228         (pgg-gpg-encrypt-symmetric-region): Likewise.
10229         (pgg-gpg-decrypt-region): Likewise.
10230         (pgg-gpg-sign-region): Likewise.
10231         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10232
10233 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10234
10235         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10236
10237         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10238         Add comment on version.
10239
10240 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * smiley.el: Add missing test smiley.
10243
10244 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * mm-decode.el (mm-with-part): New macro.
10247         (mm-get-part): Use it; work with message/external-body as well.
10248         (mm-save-part): Treat name and filename equally.
10249
10250         * mm-extern.el (mm-extern-cache-contents): New function.
10251         (mm-inline-external-body): Use it; force the part to be displayed;
10252         move undisplayer added to the cached handle to the parent.
10253
10254         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10255         (gnus-mime-view-part-as-type): Work with message/external-body.
10256
10257         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10258
10259 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10260
10261         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10262         images in image-load-path.  [Sync with image.el, revision 1.60, in
10263         Emacs.]
10264
10265 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10266
10267         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10268         path rather than symbol.  Always return list of directories.
10269         Guarantee that image directory comes first.  [Sync with image.el,
10270         revision 1.59, in Emacs.]
10271
10272         * message.el (message-make-tool-bar): Adjust to new API of
10273         `gmm-image-load-path-for-library'.
10274
10275         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10276
10277         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10278
10279 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10280
10281         * gnus-art.el (gnus-article-only-boring-p):
10282         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10283         intangible text.
10284         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10285
10286 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10289         `defun' instead of `gmm-defun-compat'.
10290
10291 2006-03-14  Simon Josefsson  <jas@extundo.com>
10292
10293         * message.el (message-unique-id): Don't use message-number-base36
10294         if (user-uid) is a float.
10295         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10296
10297 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10300
10301         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10302         empty line between a part and a message part.
10303
10304 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * smiley.el: Add more test smileys.
10307         (smiley-data-directory, smiley-regexp-alist)
10308         (gnus-smiley-file-types): Fix doc strings.
10309         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10310         adding new elements.
10311         (smiley-mouse-map): Unused code.  Make it a comment.
10312
10313 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10316         scan latest NoCeM messages instead of old ones.
10317         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10318         delimiters that are recently used.
10319         (gnus-nocem-load-cache): Add autoload cookie.
10320
10321         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10322
10323         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10324         level which is larger than gnus-use-nocem is specified.
10325
10326         * gnus-group.el (gnus-group-get-new-news): Ditto.
10327
10328 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * gnus-util.el (gnus-tool-bar-update): New function.
10331
10332         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10333         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10334
10335         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10336
10337         * gnus-group.el (gnus-group-redraw-when-idle)
10338         (gnus-group-redraw-check): Remove.
10339         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10340
10341 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10344         if optional last element is specified in splits (FIELD VALUE...).
10345
10346 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10349         to gmm-image-load-path-for-library.  Call with no-error argument.
10350         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10351
10352         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10353
10354         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10355
10356         * gmm-utils.el (gmm-image-load-path): Remove alias.
10357
10358 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10359
10360         * gmm-utils.el (gmm-image-load-path): Add alias.
10361
10362         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10363         nnml-generate-nov-databases-1.
10364         (nnml-generate-nov-databases): Use it.
10365         (nnml-generate-nov-databases-directory): Document no-active
10366         argument.
10367
10368         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10369         directory if path is t.  Add no-error.
10370
10371         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10372         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10373
10374         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10375         resetting gnus-article-browse-html-temp-list.
10376
10377         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10378         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10379         Add example to docstring.  Rename local variables.  Move error
10380         checks to default case in cond and simplify.
10381
10382 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10385         handle is multipart when calling it recursively.
10386         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10387
10388 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10389
10390         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10391         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10392
10393 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10396         is loaded.
10397
10398         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10399         loaded.
10400
10401 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10404         to "Emacs 23 (unicode)" in doc string.
10405
10406         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10407         "Emacs 23 (unicode)" in comment.
10408
10409 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10412
10413         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10414         characters 160 through 255 in Emacs 23.
10415
10416 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10419         gnus-article-browse-html-temp.
10420         (gnus-article-browse-delete-temp): Make it customizable.  Add
10421         `file'.  Adjust doc string.
10422         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10423         query for each file.  Adjust doc string.
10424         (gnus-article-browse-html-parts): Add
10425         `gnus-article-browse-delete-temp-files' to
10426         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10427
10428 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10429
10430         * gnus-art.el (gnus-article-browse-html-temp)
10431         (gnus-article-browse-delete-temp): New variables.
10432         (gnus-article-browse-delete-temp-files): New function.
10433         (gnus-article-browse-html-parts): Use it.
10434
10435 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10436
10437         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10438
10439         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10440         string.
10441
10442         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10443         gnus-summary-insert-new-articles when unplugged.  Remove
10444         gnus-summary-search-article-forward.
10445
10446         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10447         display-visual-class instead of display-color-cells.
10448
10449 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * dgnushack.el: Autoload customize-group for XEmacs.
10452
10453         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10454         message/* containing non-ASCII text properly.
10455
10456 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10457
10458         * message.el: Require gmm-utils, remove autoloads.
10459         (message-tool-bar): Set default based on
10460         gmm-tool-bar-style.
10461         (message-tool-bar-gnome): Add gmm-customize-mode.
10462
10463         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10464         gmm-tool-bar-style.
10465         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10466
10467         * gnus-group.el (gnus-group-tool-bar): Set default based on
10468         gmm-tool-bar-style.
10469         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10470
10471         * gmm-utils.el (gmm-image-directory): Rename variable from
10472         gmm-image-load-path.
10473         (gmm-image-load-path): Use gmm-image-directory.
10474         (gmm-customize-mode): New function.
10475         (gmm-tool-bar-style): New variable.
10476
10477         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10478         gnus-group-redraw-line-number.
10479         (gnus-group-redraw-check): Simplify.
10480         (gnus-group-tool-bar-update): Remove redraw check.
10481         (gnus-group-make-tool-bar): Add redraw check.
10482
10483 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10484
10485         * gnus-art.el (gnus-button): Add missing parentheses.
10486
10487 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * lpath.el: Fbind line-number-at-pos.
10490
10491 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10494
10495 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10496
10497         * gnus-art.el (gnus-button): New face.
10498         (gnus-article-button-face): Use it.
10499
10500         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10501         gnus-summary-next-page.  Re-order.
10502
10503         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10504         next-node are now included.
10505         (gnus-group-redraw-line-number): New internal variable.
10506         (gnus-group-redraw-check): Helper function for updating the tool
10507         bar.
10508         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10509
10510         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10511
10512         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10513         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10514         Use it to match format of Spamassassin 3.0 and later.  Reported by
10515         IRIE Tetsuya <irie@t.email.ne.jp>.
10516         (spam-check-bogofilter)
10517         (spam-bogofilter-register-with-bogofilter): Fix args of
10518         `gnus-error' calls.
10519
10520 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10521
10522         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10523         unnecessary interaction when sending queued mails.  Reported by
10524         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10525
10526 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10529         first or last are nil.
10530
10531 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10532
10533         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10534
10535 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10536
10537         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10538
10539 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10540
10541         * dns.el (query-dns): Protect more against buggy tcp output.
10542
10543 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10546         nov.php.
10547
10548 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10549
10550         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10551         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10552         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10553         output on the server side.
10554         (nnweb-google-create-mapping): Update regexps and add some
10555         progress indication.
10556
10557 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10560         gnus-agent-toggle-plugged.  Re-order icons.
10561         (gnus-group-tool-bar-gnome): Add
10562         gnus-group-{prev,next}-unread-group.
10563         (gnus-group-tool-bar-gnome): Re-order icons.
10564
10565         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10566         gnus-summary-insert-new-articles.
10567
10568         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10569         comments.
10570
10571         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10572         also available in Emacs 21.3.
10573
10574         * message.el (message-fix-before-sending): Change "Emacs 22" to
10575         "Emacs 23 (unicode)" in comment.
10576
10577         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10578         "Emacs 23 (unicode)" in comment.
10579
10580         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10581         comment.
10582         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10583
10584         * mm-view.el (mm-fill-flowed): Add :version.
10585
10586 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10589         and load-path.
10590
10591 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * message.el: Autoload gmm-image-load-path.
10594         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10595         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10596         consitency.
10597
10598         * gmm-utils.el (gmm-image-load-path): Also search in
10599         "../etc/images".  Don't set gmm-image-load-path if we don't find
10600         the image.
10601
10602 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * gmm-utils.el (gmm-image-load-path): Don't make
10605         `gmm-image-load-path' include subdirectories which the second arg
10606         `image' might specify.
10607
10608         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10609         subdirectory to icon file names.
10610
10611         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10612
10613 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10616         gmm-image-load-path calls.
10617
10618         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10619
10620         * message.el (message-make-tool-bar): Ditto.
10621
10622         * mml.el (mml-preview): Added comment concerning tool bar icons.
10623
10624         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10625         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10626
10627         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10628         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10629
10630         * message.el (message-tool-bar-gnome): Use new icon names.
10631         (message-make-tool-bar): Use `gmm-image-load-path'.
10632
10633         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10634         functions from MH-E.
10635         (gmm-image-load-path): New variable from MH-E.
10636         (gmm-image-load-path): New function from MH-E.  Added arguments
10637         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10638         *-image-load-path-called-flag.
10639
10640 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10641
10642         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10643
10644 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10645
10646         * nnimap.el (nnimap-request-move-article): Change folder back to
10647         source group before deleting.
10648
10649 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10652
10653         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10654         mm-url.
10655
10656         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10657
10658 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10661         coding system which mm-charset-to-coding-system returns for a
10662         given charset is valid.
10663
10664 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10665
10666         * html2text.el (html2text-remove-tag-list):
10667         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10668
10669 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10670
10671         * gnus-cus.el: Revert 2005-10-17 change.
10672
10673 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * gnus-art.el (article-strip-banner): Call
10676         article-really-strip-banner only when the regexp match is made.
10677
10678 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * gnus-art.el (article-strip-banner): Use
10681         gnus-extract-address-components instead of
10682         mail-header-parse-addresses to make it work with non-ASCII text;
10683         remove mail-encode-encoded-word-string.
10684
10685         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10686         values which are surrounded with \"...\"; make it never cause a
10687         Lisp error; give up parsing of parameters if it failed in
10688         extracting type.
10689
10690 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10691
10692         * smime.el (smime-cert-by-ldap-1): Fix bug where
10693         `smime-ldap-search' returns results without userCertificates.
10694
10695 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10698
10699 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10700
10701         * spam.el (spam-check-spamassassin-headers): Adapt format for
10702         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10703         <ari@mbf.ocn.ne.jp>.
10704         (spam-list-of-processors): Add spam-use-gmane.
10705
10706 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10709         make-temp-file; make it work with XEmacs as well.
10710
10711         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10712         mm-make-temp-file.
10713
10714         * mm-decode.el (mm-display-external): Use the 3rd arg of
10715         mm-make-temp-file.
10716         (mm-create-image-xemacs): Ditto.
10717
10718 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10721         with message-narrow-to-headers.
10722         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10723         (gnus-draft-check-draft-articles): New function.
10724         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10725
10726 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * gnus-art.el (gnus-article-browse-html-parts):
10729         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10730         Don't use suffix argument for mm-make-temp-file for Emacs 21
10731         compatibility.  Remove useless `format'.
10732
10733 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10734
10735         * nnweb.el (nnweb-google-wash-article): Update regexps.
10736         (nnweb-group-alist): Use defvoo instead of defvar.
10737
10738 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10741         re-loading nn* modules.
10742
10743 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10746         for `tool-bar-mode' and don't check it's default-value.
10747
10748         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10749
10750         * message.el (message-make-tool-bar): Ditto.
10751
10752         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10753         `substring'.  Shorten tmp-file name.
10754
10755         * gnus.el: Remove bogus comment.
10756
10757 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10758
10759         * gnus-art.el (gnus-article-browse-html-parts): New function.
10760         (gnus-article-browse-html-article): New function for viewing html
10761         articles with a browser.
10762
10763 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10764
10765         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10766         in elisp.
10767         (pgg-gpg-encrypt-symmetric-region): Ditto.
10768         (pgg-gpg-sign-region): Ditto.
10769
10770         * pgg-def.el (pgg-text-mode): New variable.
10771
10772         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10773         (mml2015-pgg-encrypt): Ditto.
10774
10775         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10776         (mml1991-pgg-encrypt): Ditto.
10777
10778 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10781         message-make-date instead of current-time-string.
10782
10783         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10784         to gnus-decoded which mm-uu might set.
10785
10786 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10789         don't decode quoted parameters; remove misimported Emacs code.
10790         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10791         (rfc2231-decode-encoded-string): Don't use split-string which
10792         behaves differently according to Emacs version; use
10793         mm-decode-coding-region to convert charset to coding-system.
10794         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10795         (rfc2231-encode-string): Remove misimported Emacs code.
10796
10797 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10800         when calling mail-header-parse-content-type.
10801         (article-de-quoted-unreadable): Ditto.
10802         (article-de-base64-unreadable): Ditto.
10803         (article-wash-html): Ditto.
10804
10805         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10806         calling mail-header-parse-content-type and
10807         mail-header-parse-content-disposition.
10808         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10809         mail-header-parse-content-type.
10810
10811         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10812         insert charset and format parameters; encode description after
10813         inserting it to buffer.
10814         (mml-insert-parameter): Fold lines properly even if a parameter is
10815         segmented into two or more lines; change the max column to 76.
10816
10817         * rfc1843.el (rfc1843-decode-article-body): Don't use
10818         ignore-errors when calling mail-header-parse-content-type.
10819
10820         * rfc2231.el (rfc2231-parse-string): Return at least type if
10821         possible; don't cause an error even if it fails in parsing of
10822         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10823         (rfc2231-encode-string): Don't break lines at the beginning, leave
10824         it to mml-insert-parameter.
10825
10826         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10827         calling mail-header-parse-content-type.
10828
10829 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10830
10831         * spam-report.el (spam-report-gmane-use-article-number):
10832         Improve doc string.
10833         (spam-report-gmane-internal): Check if a suitable header was found
10834         in the article.
10835
10836 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10839         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10840
10841 2006-02-05  Romain Francoise  <romain@orebokech.com>
10842
10843         Update copyright notices of all files in the gnus directory.
10844
10845 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10846
10847         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10848
10849 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10852         segmented lines of parameter value to cope with Thunderbird 1.5
10853         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10854         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10855         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10856
10857 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10858
10859         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10860         parts.
10861
10862 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10863
10864         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10865         there's only one active file for all servers.
10866         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10867         solid groups.  Gnus might have used a FAST request to select the group.
10868         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10869         and nnweb-search redundantly in the active file.
10870         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10871         (nnweb-request-create-group): Don't use ARGS.
10872         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10873         initialisations.  Let nnoo do the work.
10874
10875 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10878         Say the part has been decoded.
10879
10880         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10881
10882 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10883
10884         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10885         mailcap-viewer-test-cache when there's no 'test clause, since that
10886         will invert the meaning of a "nil" test previously determined by
10887         mailcap-mailcap-entry-passes-test.
10888
10889 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10892         compiling.
10893
10894         * gnus-sum.el: Ditto.
10895
10896         * message.el: Don't bind tool-bar-map when compiling.
10897
10898 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10901
10902 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10903
10904         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10905         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10906         current Google Groups.
10907
10908 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10909
10910         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10911         and tool-bar-mode.
10912
10913         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10914         and tool-bar-mode.
10915
10916         * message.el (message-tool-bar-update): Simplify.
10917         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10918
10919         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10920         gnus-summary-buffer.
10921         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10922         gnus-summary-reply.
10923
10924         * gmm-utils.el (gmm): Add :version.
10925
10926 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * Makefile.in (clean): New rule.
10929         (distclean): Use it.
10930
10931 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10932
10933         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10934         autoload.
10935
10936 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * gmm-utils.el (gmm-verbose): Add :group.
10939
10940 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * message.el: Change some comments WRT tool-bars.
10943
10944         * gnus-sum.el (gnus-summary-tool-bar)
10945         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10946         (gnus-summary-tool-bar-zap-list): New variables.
10947         (gnus-summary-make-tool-bar): Complete rewrite using
10948         `gmm-tool-bar-from-list'.
10949
10950         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10951         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10952         variables.
10953         (gnus-group-make-tool-bar): Complete rewrite using
10954         `gmm-tool-bar-from-list'.
10955         (gnus-group-tool-bar-update): New function.
10956
10957         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10958
10959 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10962         is dissected into a single part of which the type is the same as
10963         the given one; decode charset.
10964
10965 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10966
10967         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10968         into alists as symbol not string, since that's what
10969         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10970         look for.
10971
10972 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10973
10974         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10975         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10976
10977         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10978
10979 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10982         (gnus-xmas-mime-security-button-menu): New function.
10983
10984         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10985         (gnus-mime-security-button-menu): New definition.
10986         (gnus-mime-security-button-map): Use them.
10987         (gnus-mime-security-button-menu): New function.
10988         (gnus-insert-mime-security-button): Addition to help echo.
10989         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10990         (gnus-mime-security-pipe-part): New functions.
10991
10992         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10993         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10994
10995         * mm-decode.el (mm-handle-set-disposition): Remove.
10996         (mm-handle-set-description): Remove.
10997
10998 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11001         (mm-w3m-standalone-supports-m17n-p): New function.
11002         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11003         w3m usage.
11004
11005         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11006         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11007
11008 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11009
11010         * message.el (message-tool-bar-zap-list): Use
11011         gmm-tool-bar-zap-list as custom type.
11012         (message-tool-bar-update): New function.
11013         (message-tool-bar, message-tool-bar-gnome)
11014         (message-tool-bar-retro): Add message-tool-bar-update.
11015         (message-tool-bar-gnome): Add flyspell-buffer.
11016
11017         * gnus-util.el (gnus-error): Describe `args'.
11018
11019         * gmm-utils.el (gmm-error): Describe `args'.
11020         (gmm-tool-bar-zap-list): New widget.
11021         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11022
11023 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11026         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11027         the number of recursive calls.
11028
11029         * mm-decode.el (mm-handle-set-disposition): New macro.
11030         (mm-handle-set-description): New macro.
11031
11032 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11035         encoding.
11036
11037 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * message.el (message-tool-bar-zap-list, message-tool-bar)
11040         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11041         (message-tool-bar-local-item-from-menu): Remove.
11042         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11043         (message-make-tool-bar): New function.
11044         (message-mode): Use `message-make-tool-bar'.
11045
11046         * gmm-utils.el: New file.
11047         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11048         (gmm-lazy): New widget copied from `nnmail.el'.
11049         (gmm-tool-bar-from-list): New function for creating customizable
11050         tool bars.
11051         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11052         output.
11053         (gmm): Add :prefix to defgroup.
11054
11055 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11056
11057         * gmm-utils.el (gmm-widget-p): New function.
11058
11059 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * mml.el (mml-attach-file): Describe `description' in doc string.
11062         (mml-menu): Add Emacs MIME manual and PGG manual.
11063
11064 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11065
11066         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11067
11068 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11069
11070         * nntp.el (nntp-end-of-line): Doc fix.
11071
11072 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11073
11074         * imap.el (imap-open): Handle case where buffer is a buffer
11075         object.
11076
11077 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11078
11079         * gnus-delay.el (gnus-delay): Don't autoload.
11080         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11081         to be re-loaded when customizing the `gnus-delay' group.
11082
11083 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11084
11085         * message.el (message-insert-citation-line): Use newlines.
11086
11087 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11088
11089         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11090         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11091         these routines, so the passphrase can be managed externally and
11092         passed in to the system.
11093         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11094         pgg-add-passphrase-to-cache function.
11095
11096         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11097         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11098         these routines, so the passphrase can be managed externally and
11099         passed in to the system.
11100         (pgg-pgp5-sign-region): Use new name of
11101         pgg-add-passphrase-to-cache function.
11102
11103 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11104
11105         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11106         part of the decoded armor to find the key-identifier.
11107         (pgg-gpg-lookup-key-owner): New function to return the
11108         human-readable identifier of a key owner.
11109         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11110         itself.
11111         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11112         the key value) if we have a key and can match it against a secret
11113         key.  Also, added a note pointing out fact that the prompt only
11114         indicates the first matching key.
11115
11116         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11117         pgg-decrypt-region.
11118         (pgg-add-passphrase-to-cache): Rename from
11119         `pgg-add-passphrase-cache' to reduce confusion (all callers
11120         changed).
11121         (pgg-remove-passphrase-from-cache): Rename from
11122         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11123         changed).
11124         (pgg-read-passphrase, pgg-add-passphrase-cache)
11125         (pgg-remove-passphrase-cache): Add informative docstrings.
11126         (pgg-decrypt): Convey provided passphrase in subordinate call to
11127         pgg-decrypt-region.
11128
11129 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11130
11131         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11132         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11133         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11134         'passphrase' argument, so the passphrase can be managed externally
11135         and then passed in to the system.
11136
11137         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11138         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11139         so the passphrase cache can be used reliably with identifiers
11140         besides a pgp packet's key id.
11141
11142         * pgg-gpg.el (pgg-gpg-encrypt-region)
11143         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11144         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11145         these routines, so the passphrase can be managed externally and
11146         passed in to the system.
11147
11148         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11149         'notruncate' argument, so the passphrase cache can be used
11150         reliably with identifiers besides a pgp packet's key id.
11151
11152 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11153
11154         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11155         symmetric encryption.
11156         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11157         encrypted session key.
11158         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11159         message ask for the passphrase in a proper way.
11160
11161         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11162         New user commands for symmetric encryption.
11163
11164 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11167
11168         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11169
11170 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11171
11172         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11173
11174 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * mm-decode.el (mm-inlined-types): Add application/pgp.
11177         (mm-automatic-display): Ditto.
11178
11179         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11180         part as text.
11181
11182 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * nnrss.el: Update copyright.
11185         (nnrss-opml-import): Query whether to subscribe to each entry.
11186
11187         * gnus-art.el:
11188         * gnus-sum.el:
11189         * gnus-xmas.el:
11190         * messagexmas.el:
11191         * mm-uu.el:
11192         * mm-view.el: Update copyright.
11193
11194 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11195
11196         * message.el (message-info): New function.
11197         (message-mode-menu): Add it.
11198         Update copyright.
11199
11200         * ChangeLog: Fix and update copyright.
11201
11202 2006-01-13  Romain Francoise  <romain@orebokech.com>
11203
11204         * message.el (message-forward-subject-name-subject): Prefer the
11205         address to 'nowhere' if the sender has no name.
11206         Fix typo.  Update copyright year.
11207
11208 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-art.el (article-wash-html): Use
11211         gnus-summary-show-article-charset-alist if a numeric arg is given.
11212         (gnus-article-wash-html-with-w3m-standalone): New function.
11213
11214         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11215         mm-inline-text-html-render-with-w3m-standalone.
11216         (mm-text-html-washer-alist): Map w3m-standalone to
11217         gnus-article-wash-html-with-w3m-standalone.
11218         (mm-inline-text-html-render-with-w3m-standalone): New function.
11219
11220 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11223         Improve LaTeX.
11224
11225 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11228         (nnrss-request-article): Render text/plain parts as HTML.
11229
11230         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11231         the buffer.
11232
11233 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11234
11235         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11236         custom definition of `gnus-posting-styles'.
11237
11238         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11239         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11240
11241 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11244         Use nntp for bug archive.
11245
11246 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11249         parts.
11250         (nnrss-normalize-date): New function converts ISO 8601 date into
11251         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11252         (nnrss-check-group): Use it.
11253
11254 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11257
11258         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11259         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11260         (nnrss-insert-w3): Ditto.
11261
11262 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11265         the articles to be forwarded including the case where neither a
11266         number of articles nor a region is specified.
11267
11268 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * nnrss.el (nnrss-request-article): Fix last change; fill
11271         text/plain parts.
11272
11273 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11276         in text/plain part.
11277         (nnrss-check-group): Don't add excessive newline to dc:subject.
11278
11279 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11280
11281         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11282         article.
11283
11284 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11285
11286         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11287         (nnml-use-compressed-files, nnml-save-mail): Support other
11288         comression programs such as bzip2.
11289
11290 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11291
11292         * dns.el (query-dns): Make sure we check the buffer size before
11293         removing tcp headers.
11294
11295 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11298         remove MIME buttons associated with multipart/alternative parts.
11299         (gnus-mime-display-alternative): Tag buttons using `article-type'
11300         text property.
11301
11302         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11303         associated with multipart/alternative parts.
11304
11305         * gnus-art.el (gnus-signature-separator): Fix custom type.
11306
11307         * mm-decode.el (mm-inlined-types): Fix custom type.
11308         (mm-keep-viewer-alive-types): Ditto.
11309         (mm-automatic-display): Ditto.
11310         (mm-attachment-override-types): Ditto.
11311         (mm-inline-override-types): Ditto.
11312         (mm-automatic-external-display): Ditto.
11313
11314 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * spam-report.el (spam-report-user-mail-address)
11317         (spam-report-user-agent): New variables.
11318         (spam-report-url-ping-plain): Use spam-report-user-agent.
11319
11320 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11321
11322         * gnus-art.el (gnus-button-handle-custom): Do not just use
11323         `customize-apropos' for any "M-x customize-*" button but the
11324         function called for.  Accept both the function name and its
11325         argument in order to achieve this.
11326         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11327         function name to `gnus-button-handle-custom' in case of "M-x
11328         customize-*" buttons.
11329
11330 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11333         multipart/alternative and add xref to mm-discouraged-alternatives
11334         in doc string.
11335
11336         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11337         gnus-buttonized-mime-types in doc string.
11338
11339 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11342         Suggest image/.* in the doc string.
11343
11344 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11347         message-marks (Debian bug #342521).
11348
11349 2005-12-12  Simon Josefsson  <jas@extundo.com>
11350
11351         * password.el (password-read-from-cache): Add.
11352         (password-read): Use it.
11353
11354 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11357         us-ascii as a MIME charset.
11358
11359         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11360         against the case where the 2nd arg TYPE is nil.
11361
11362 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11363
11364         * pop3.el (pop3-stream-type): Fix custom version.
11365
11366         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11367
11368 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11369
11370         * mm-decode.el (mm-display-external): Add missing cdr.
11371
11372 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11375         RFC1524) if it is in mailcap or add a suffix according to
11376         mailcap-mime-extensions when generating a temp filename; postpone
11377         deleting a temp file for 2 seconds for some wrappers, shell
11378         scripts, and so on, which might exit right after having started a
11379         viewer command as a background job.
11380
11381 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11382
11383         * nntp.el (nntp-marks-directory): Fix custom group.
11384
11385         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11386         steps when < 10.
11387
11388         * gnus-start.el (gnus-no-server-1): Mention
11389         `gnus-level-default-subscribed' in doc string.
11390
11391 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11392
11393         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11394         parens.
11395
11396 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * gnus-xmas.el (gnus-use-toolbar): Revert.
11399         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11400         gnus-use-toolbar is default.
11401
11402         * messagexmas.el (message-use-toolbar): Revert.
11403         (message-setup-toolbar): Use global default-toolbar if
11404         message-use-toolbar is default.
11405
11406 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11409         according to default-toolbar-visible-p.
11410
11411         * messagexmas.el (message-use-toolbar): Ditto.
11412
11413 2005-11-26  Dave Love  <fx@gnu.org>
11414
11415         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11416         (tls-program, tls-success): Provide openssl alternative.
11417
11418         * starttls.el: Doc fixes.
11419         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11420         SERVICE to PORT.
11421
11422         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11423         port null or service name.
11424         (starttls-negotiate): Autoload.
11425
11426 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * message.el (message-kill-to-signature): Fix interactive spec.
11429
11430 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * pop3.el (pop3-open-server): Recognize a string as a service name.
11433
11434 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11435
11436         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11437
11438 2005-11-23  Dave Love  <fx@gnu.org>
11439
11440         Add pop3s, pop3/starttls.
11441
11442         * pop3.el (pop3-authentication-scheme): Clarify doc.
11443         (open-tls-stream, starttls-open-stream): Autoload.
11444         (pop3-stream-type): New.
11445         (pop3-open-server): Use it.
11446
11447         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11448         for POP.
11449         (mail-source-keyword-map): Add :stream for POP.
11450         (mail-source-fetch-pop): Use pop3-stream-type.
11451
11452 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11453
11454         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11455         of current-time-string.
11456
11457 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11458
11459         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11460         date header.
11461
11462 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11463
11464         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11465         it can seriously impact performance as it bypasses the agent's
11466         local caches.
11467
11468 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11469
11470         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11471         must be explicitly online rather than "not explicitly offline" for
11472         its flags to be synchronized.
11473
11474         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11475         that gnus-uu-unmark-thread will function correctly.
11476
11477         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11478         1024K is instead displayed as 1M.
11479
11480 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11481
11482         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11483
11484 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11485
11486         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11487
11488 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11489
11490         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11491         error message to display actual error condition.
11492         (gnus-agent-save-local): Avoid saving symbols that are bound to
11493         nil as they simply result in a warning message in
11494         gnus-agent-read-local.
11495
11496 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11499         rather than make-variable-buffer-local for file-precious-flag.
11500
11501 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11502
11503         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11504         for duplicates which are removed.  The invalid sort check then
11505         triggers a rescan after the sort as sorting may have moved
11506         duplicate entries such that they can be cheaply detected.
11507
11508 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11511
11512 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11513
11514         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11515         internal variable to a custom variable.  Changed default value
11516         from compressed(2) to uncompressed(1).
11517         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11518         support for uncompressed agentview files.  Taken together, reading
11519         the agentview file should now be 6-7 times faster.
11520
11521 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11522
11523         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11524         as a buffer-local variable.  This avoids creating truncated
11525         dribble files as a result of a hang up, eg.
11526
11527 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11528
11529         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11530         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11531         XEmacs.
11532
11533 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * gnus-start.el (gnus-start-draft-setup): Enforce
11536         `gnus-draft-mode' for nndraft:drafts at startup.
11537
11538         * gnus.el (gnus-splash): Change custom group.
11539         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11540         allow-list argument.
11541
11542         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11543         string.
11544
11545 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * gnus-art.el (gnus-default-article-saver): Add user-defined
11548         `function' to custom type.
11549
11550 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11551
11552         * imap.el (imap-open): Handle case where buffer is a buffer
11553         object.
11554
11555 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11558         long lines.
11559         (gnus-cache-delete-group): Wrap doc strings.
11560
11561         * gnus-agent.el (gnus-agent-rename-group)
11562         (gnus-agent-delete-group): Wrap doc strings.
11563
11564 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * messagexmas.el (message-use-toolbar): Change the valid values
11567         into default, top, bottom, left, and right.
11568         (message-toolbar-thickness): New variable.
11569         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11570         well.
11571         (message-setup-toolbar): Make it work.
11572
11573         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11574         (gnus-use-toolbar): Change the valid values into default, top,
11575         bottom, left, and right.
11576         (gnus-toolbar-thickness): New variable.
11577         (gnus-xmas-setup-toolbar): New function.
11578         (gnus-xmas-setup-group-toolbar): Use it.
11579         (gnus-xmas-setup-summary-toolbar): Use it.
11580
11581 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11582
11583         * gnus-start.el (gnus-1): Add "native" to
11584         gnus-predefined-server-alist.
11585
11586         * gnus.el (gnus-method-to-server): Don't add "native" to the
11587         lists here, because that leads to problems when
11588         gnus-select-method is bound.
11589
11590 2005-11-09  Simon Josefsson  <jas@extundo.com>
11591
11592         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11593         use (not sort-by-date) instead.
11594
11595 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11596
11597         * gnus-delay.el (gnus-delay-group): Don't autoload.
11598         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11599         to be re-loaded when customizing the `gnus-delay' group.
11600
11601 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11602
11603         * message.el: Revert last changes.
11604         (message-insert-citation-line): Use newlines.
11605
11606 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11607
11608         * message.el (message-courtesy-message)
11609         (message-mark-insert-begin, message-mark-insert-end)
11610         (message-elide-ellipsis, message-cancel-message)
11611         (message-add-header, message-change-subject)
11612         (message-cross-post-followup-to-header)
11613         (message-cross-post-insert-note, message-reduce-to-to-cc)
11614         (message-widen-reply, message-delete-not-region)
11615         (message-kill-to-signature, message-insert-signature)
11616         (message-insert-importance-high, message-insert-importance-low)
11617         (message-insert-or-toggle-importance)
11618         (message-insert-disposition-notification-to)
11619         (message-indent-citation, message-yank-original)
11620         (message-cite-original-without-signature, message-cite-original)
11621         (message-insert-citation-line, message-position-on-field)
11622         (message-fix-before-sending, message-send-mail-partially)
11623         (message-send-mail, message-send-mail-with-sendmail)
11624         (message-send-mail-with-qmail, message-send-news)
11625         (message-check-news-header-syntax, message-generate-headers)
11626         (message-insert-courtesy-copy, message-fill-address)
11627         (message-fill-header, message-shorten-references)
11628         (message-setup-1, message-cancel-news)
11629         (message-forward-make-body-plain, message-forward-make-body-mime)
11630         (message-forward-make-body-mml, message-encode-message-body)
11631         (message-forward-make-body-digest-plain)
11632         (message-forward-make-body-digest-mime)
11633         (message-use-alternative-email-as-from): Insert `hard-newline'
11634         instead of ordinary newlines.
11635
11636 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * message.el (message-generate-headers): Downcase the argument
11639         given to message-check-element.
11640
11641 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11642
11643         * nntp.el (nntp-authinfo-rejected): New error condition.
11644         (nntp-wait-for): Use new error condition to signal authentication
11645         error.
11646         (nntp-retrieve-data): Rethrow new error condition to break out of
11647         recursive call to nntp-send-authinfo.
11648
11649 2005-11-08  Romain Francoise  <romain@orebokech.com>
11650
11651         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11652         (gnus-summary-exit-map): Bind to `Z p'.
11653         (gnus-summary-make-menu-bar): Add menu item.
11654
11655 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11656
11657         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11658         (gnus-treat-*): Add `first' in all doc strings.
11659
11660         * gnus-group.el (gnus-group-compact-group): Fix typo.
11661
11662 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus.el (gnus-parameters-case-fold-search): New variable.
11665         (gnus-parameters-get-parameter): Use it.
11666
11667         * gnus-score.el (gnus-home-score-file): Doc fix.
11668
11669 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11670
11671         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11672
11673 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * mm-util.el (mm-special-display-p): New function.
11676
11677         * mml.el (mml-preview): Use it; doc fix.
11678
11679 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11680
11681         * imap.el (imap-open): Handle case where buffer is a buffer object.
11682
11683 2005-10-29  Romain Francoise  <romain@orebokech.com>
11684
11685         * message.el (message-fix-before-sending): Fix comment.
11686
11687 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11688
11689         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11690
11691 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11692
11693         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11694         Used in gnus-score.el.
11695
11696 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11699
11700 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11703         whitespace removed in revision 7.8.  Use concatenated string to
11704         protect trailing whitespace.
11705
11706 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11707
11708         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11709         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11710         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11711         Courier IMAP ("some version from 2004").  Mostly based on similar
11712         code in the same function.
11713
11714 2005-10-26  Didier Verna  <didier@xemacs.org>
11715
11716         * gnus-group.el (gnus-group-compact-group): Invalidate original
11717         article buffer.
11718         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11719         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11720         NOV database and in article itself.
11721         Invalidate article backlog.
11722
11723 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11726
11727 2005-10-26  Simon Josefsson  <jas@extundo.com>
11728
11729         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11730         part of 2004-07-25 change.
11731
11732 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * message.el (message-display-completion-list): New function.
11735         (message-expand-group): Use it; make sure the Completions buffer
11736         is modifiable.
11737 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11738
11739         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11740         user-mail-name is an empty string.
11741
11742 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11743
11744         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11745         depending on gnus-score-decay-constant.
11746
11747         * encrypt.el (encrypt-insert-file-contents)
11748         (encrypt-write-file-contents): Don't use `gnus-message'.
11749
11750         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11751         arguments.
11752         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11753         arguments to mm-uu-verbatim-marks-extract.
11754         (mm-uu-hide-markers): New variable.
11755         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11756
11757         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11758         (gnus-convert-image-to-face-command): Use "convert" by default to
11759         allow other input image formats.
11760         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11761         accordingly.
11762
11763 2005-10-23  Simon Josefsson  <jas@extundo.com>
11764
11765         * imap.el (imap-gssapi-program): Align command line parameters
11766         with latest GNU SASL.
11767         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11768
11769 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11770
11771         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11772         HTML.
11773         (nnslashdot-request-article): Ditto.
11774
11775         * lpath.el (featurep): Add nobreak-char-display.
11776
11777 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11778
11779         * mail-source.el (mail-source-fetch-pop): Require pop3.
11780         (mail-source-check-pop): Ditto.
11781
11782 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11785         errors.
11786
11787 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11790         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11791
11792         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11793
11794         * mm-bodies.el (mm-decode-string): Call
11795         `mm-charset-to-coding-system' with allow-override argument.
11796
11797 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11800         (rfc2047-charset-to-coding-system): New function.
11801         (rfc2047-decode-encoded-words): New function.
11802         (rfc2047-decode-region): Use them.
11803         (rfc2047-decode-cte): Remove.
11804         (rfc2047-parse-and-decode): Remove.
11805         (rfc2047-decode): Remove.
11806
11807 2005-10-15  Kenichi Handa  <handa@m17n.org>
11808
11809         * rfc2047.el (rfc2047-decode-cte): New function.
11810         (rfc2047-decode-region): Change the way to decode successive
11811         encoded-words: decode B- or Q-encoding in each encoded-word,
11812         concatenate them, and decode it as charset.
11813
11814 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * lpath.el: Fbind codepage-setup for XEmacs.
11817
11818 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11819
11820         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11821         widget-move-and-invoke.
11822         (gnus-custom-mode): Use gnus-custom-map.
11823
11824 2005-10-15  Bill Wohler  <wohler@newt.com>
11825
11826         * message.el (message-tool-bar-map): Renamed image file from
11827         mail_send to mail/send.
11828
11829 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11830
11831         * message.el (message-expand-group): Pass the common
11832         prefix substring of completion to `display-completion-list'.
11833
11834 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * mml-sec.el (mml-secure-method): New internal variable.
11837         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11838         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11839         functions using mml-secure-method.
11840
11841         * mml.el (mml-mode-map): Add key bindings for those functions.
11842         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11843         Harder <harder@myrealbox.com>.
11844         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11845         end of message if point is the headers of the message.
11846
11847         * message.el (message-in-body-p): New function.
11848
11849         * assistant.el: Autoload gnus-util and netrc.
11850
11851         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11852         Use `mm-charset-override-alist' only when decoding.
11853
11854         * mm-bodies.el (mm-decode-body): Call
11855         `mm-charset-to-coding-system' with allow-override argument.
11856
11857         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11858         `filename' from Content-Disposition if Content-Type doesn't
11859         provide `name'.
11860         (gnus-mime-view-part-as-type): Set default instead of
11861         initial-input.
11862
11863 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11864
11865         * format-spec.el (format-spec): Propagate text properties of % spec.
11866
11867 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * gnus-art.el (gnus-treat-predicate): Add `first'.
11870
11871 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11872
11873         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11874         (mm-charset-override-alist): New variable.
11875         (mm-charset-to-coding-system): Use it.
11876         (mm-codepage-setup): New helper function.
11877         (mm-charset-eval-alist): New variable.
11878         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11879         about unknown charsets.
11880
11881         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11882
11883 2005-10-04  David Hansen  <david.hansen@gmx.net>
11884
11885         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11886         (nnrss-check-group): Ditto.
11887
11888 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11891         Rename x-gnus-verbatim to x-verbatim.
11892         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11893
11894         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11895         x-verbatim.
11896
11897         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11898
11899         * gnus-util.el (gnus-remove-duplicates): Remove.
11900
11901         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11902         instead of gnus-remove-duplicates.
11903
11904         * message.el (message-remove-duplicates): Remove.
11905         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11906         message-remove-duplicates.
11907
11908         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11909         available, else use implementation from `delete-dups'.
11910
11911         * message.el (message-insert-expires): New function.
11912         (message-mode-map): Add key binding.
11913         (message-mode-field-menu): Add menu entry.
11914         (message-mode): Document it.
11915         (message-make-expires-date): Use `message-make-date'.
11916
11917 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11918
11919         * message.el (message-make-expires-date): New function.
11920
11921 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * Makefile.in (list-installed-shadows): New entry.
11924         (install): Use it.
11925         (remove-installed-shadows): New entry.
11926
11927         * dgnushack.el (dgnushack-default-load-path): New variable.
11928         (dgnushack-find-lisp-shadows): New function.
11929         (dgnushack-remove-lisp-shadows): New function.
11930
11931 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * Makefile.in (install-el-elc): New entry.
11934         (install): Use it so that .el files are necessarily installed.
11935
11936 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11939
11940 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11941
11942         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11943         function rather than the diff-mode.el package.
11944         (mm-display-external): Use with-current-buffer.
11945         (mm-viewer-completion-map, mm-viewer-completion-map):
11946         Move initialization inside declaration.
11947
11948 2005-09-29  Simon Josefsson  <jas@extundo.com>
11949
11950         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11951         autoload mail-check-payment.
11952         (spam-check-hashcash): Define unconditionally, since hashcash.el
11953         is part of Gnus now.  Ignore errors from payment checking.
11954
11955 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * message.el (message-bold-region, message-unbold-region): Rename
11958         from `bold-region' and `unbold-region'.
11959
11960         * message.el: Remove useless autoloads.
11961
11962 2005-09-28  Simon Josefsson  <jas@extundo.com>
11963
11964         * message.el (message-use-idna): Default to t.
11965         (message-use-idna): Test whether encoding works too.  Doc fix.
11966
11967 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * nntp.el (nntp-warn-about-losing-connection): Remove.
11970
11971 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11974         customizable.  Change default value.
11975         (mm-uu-diff-groups-regexp): Change default value.
11976         (mm-uu-type-alist): Add doc string.
11977         (mm-uu-configure): Add doc string.  Make it interactive.
11978         (mm-uu-tex-groups-regexp): New variable.
11979         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11980         (mm-uu-type-alist): Add LaTeX documents.
11981         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11982         of "text/verbatim".
11983         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11984
11985         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11986         instead of "text/verbatim".
11987
11988         * message.el (message-mark-inserted-region)
11989         (message-mark-insert-file): Use slrn style marks when called with
11990         prefix argument.
11991
11992 2005-09-27  Simon Josefsson  <jas@extundo.com>
11993
11994         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11995
11996 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11997
11998         * message.el (message-remove-duplicates): New function.
11999         Implementation borrowed from `gnus-remove-duplicates'.
12000         (message-idna-to-ascii-rhs): Also encode idna addresses in
12001         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12002         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12003         only ask about the same idna domain once per header and also tell
12004         in what header to replace the idna domain.
12005
12006         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12007         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12008         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12009         a header is decoded and not just the last one.
12010
12011 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12014         has been decoded.
12015
12016         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12017         (mm-insert-part): Don't modify text if it has been decoded.
12018
12019         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12020         decoded.
12021
12022         * mm-view.el (mm-inline-text): Don't strip text props unless
12023         decoding enriched or richtext parts.
12024
12025 2005-09-25  Romain Francoise  <romain@orebokech.com>
12026
12027         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12028         * gnus-start.el (gnus-subscribe-interactively):
12029         * gnus-uu.el (gnus-uu-grab-articles):
12030         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12031         space.
12032
12033 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12034
12035         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12036         * mm-view.el (mm-view-pkcs7-decrypt):
12037         * gnus-sum.el (gnus-summary-limit-to-extra)
12038         (gnus-summary-respool-article, gnus-read-move-group-name):
12039         * gnus-score.el (gnus-summary-increase-score):
12040         * gnus-util.el (gnus-completing-read-with-default):
12041         * gnus-art.el (gnus-read-save-file-name)
12042         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12043         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12044         * message.el (message-check-news-header-syntax):
12045         Follow convention for reading with the minibuffer.
12046
12047 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * spam-report.el (spam-report-url-ping-plain):
12050         Use gnus-extended-version as User-Agent.
12051
12052         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12053         default value is nil.
12054
12055         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12056         (mm-uu-verbatim-marks-extract): New function.
12057         (mm-uu-extract): New face.
12058         (mm-uu-copy-to-buffer): Use it.
12059
12060         * spam-report.el (spam-report-gmane-ham): Renamed from
12061         `spam-report-gmane-unspam'.
12062         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12063         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12064
12065         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12066         Autoload.
12067         (spam-report-gmane-unregister-routine): Renamed
12068         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12069
12070 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12071
12072         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12073         (spam-report-gmane-unregister-routine): Add support for gmane
12074         unregistration.
12075
12076         * spam-report.el (spam-report-gmane-unspam)
12077         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12078         (spam-report-gmane): Change to take a single article and do unspam
12079         registration.
12080
12081 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * mm-url.el (mm-url-decode-entities): Fix regexp.
12084
12085 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12086
12087         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12088         default to nil, to be able to use Gnus at all.  If the default
12089         switches to something else, then the function should be fixed not
12090         be exceedingly slow.
12091
12092 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12093
12094         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12095         fail hard.
12096
12097         * spam-report.el: Add better Keywords line.
12098
12099         * spam.el: Add Maintainer and better Keywords line.
12100
12101 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * gnus-art.el (gnus-article-replace-part)
12104         (gnus-mime-replace-part): New functions.
12105         (gnus-mime-action-alist, gnus-mime-button-commands)
12106         (gnus-mime-save-part-and-strip): Added file argument.
12107         (gnus-article-part-wrapper): Added interactive argument.
12108
12109         * gnus-sum.el (gnus-summary-mime-map): Add
12110         `gnus-article-replace-part'.
12111
12112 2005-09-19  Didier Verna  <didier@xemacs.org>
12113
12114         The nnml compaction feature:
12115         * nnml.el (nnml-request-compact-group): New function.
12116         * nnml.el (nnml-request-compact): New function.
12117         * gnus-int.el (gnus-request-compact-group): New function.
12118         * gnus-int.el (gnus-request-compact): New function.
12119         * gnus-group.el (gnus-group-compact-group): New function.
12120         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12121         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12122         * gnus-srvr.el (gnus-server-compact-server): New function.
12123         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12124         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12125
12126 2005-09-18  Deepak Goel  <deego@gnufans.org>
12127
12128         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12129         format spec.
12130
12131 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12132
12133         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12134
12135 2005-09-15  Romain Francoise  <romain@orebokech.com>
12136
12137         * message.el (message-fill-paragraph): Clarify docstring.
12138
12139 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * gnus-art.el (gnus-mime-display-part): Protect against broken
12142         MIME messages.
12143
12144 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12147         before parsing header.
12148
12149 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12150
12151         * html2text.el (html2text-replace-list): Add new entities.
12152
12153 2005-09-11  Romain Francoise  <romain@orebokech.com>
12154
12155         * message.el (message-alternative-emails): Improve docstring.
12156         (message-setup-1): Call `message-use-alternative-email-as-from'
12157         after `message-setup-hook' to give it precedence over posting
12158         styles, etc.
12159         (message-use-alternative-email-as-from): Add docstring.  Remove
12160         the original From header if present.
12161
12162         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12163         (nnml-save-mail): Use it.
12164
12165         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12166         articles.  Add new argument `silent'.
12167         (gnus-uu-mark-all): Report the total number of marked articles.
12168
12169 2005-09-10  Romain Francoise  <romain@orebokech.com>
12170
12171         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12172         (gnus-uu-mark-series): Likewise.
12173
12174 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * spam-report.el (spam-report-gmane): Fix generation of spam
12177         report URL.
12178
12179 2005-09-10  Simon Josefsson  <jas@extundo.com>
12180
12181         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12182         t, based on discussion on the ding list with Robert Epprecht
12183         <epprecht@solnet.ch>.
12184
12185 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * spam-report.el (spam-report-gmane): Make it work without
12188         X-Report-Spam header.  Gmane now only provides Archived-At.
12189         This is only used if `spam-report-gmane-use-article-number' is nil.
12190         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12191
12192         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12193         make `gnus-summary-sort-by-recipient' work with threading.
12194
12195         * nnweb.el (nnweb-google-wash-article): Print a message if article
12196         is not available.
12197
12198 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12199
12200         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12201         change.  Decode text/* parts content before displaying.
12202
12203 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12206
12207 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12210
12211         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12212         url-package-name, url-package-version,
12213         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12214         w3m-display-inline-images, and w3m-minor-mode-map.
12215
12216 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * message.el (message-tab-body-function): Fix mismatched custom type.
12219
12220         * gnus.el (gnus-group-change-level-function): Ditto.
12221
12222         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12223
12224         * gnus-art.el (gnus-signature-limit)
12225         (gnus-article-mime-part-function): Ditto.
12226
12227 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * mml.el (mml-mode): Silence the byte compiler.
12230
12231         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12232         using `(sit-for 0)' before moving the point to the specified part;
12233         skip unbuttonized parts.
12234         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12235         return to the summary window if gnus-auto-select-part is non-nil.
12236
12237 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12240         variables.
12241         (mml-dnd-attach-file, mml-mode): Use them.
12242
12243         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12244         Make fetching article by MID work again for Google Groups.  Added
12245         FIXME concerning gnus-group-make-web-group.
12246
12247         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12248         Don't depend on Gnus by using mail-extract-address-components if
12249         gnus-extract-address-components is not bound.
12250
12251 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12252
12253         * gnus-art.el (gnus-mime-display-security): Don't display the
12254         signature, but only the signed part.
12255
12256 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12259
12260         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12261         list, not listp.
12262
12263 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12264
12265         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12266         when encoding.
12267
12268         * mm-bodies.el (mm-decode-content-transfer-encoding):
12269         De-canonicalize CRLF for all text content types, not just
12270         text/plain.
12271
12272 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12275         valid article; point arrow and cursor at the MIME button.
12276
12277 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12280         Suggested by Dan Christensen <jdc@uwo.ca>.
12281
12282         * mm-decode.el (mm-save-part): Enable change of prompt.
12283
12284 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12285
12286         * gnus-msg.el (gnus-inews-add-send-actions): Made
12287         `message-post-method' lambda parameter ARG `&optional'.
12288
12289 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12290
12291         * gnus-sum.el (gnus-summary-mime-map): Added
12292         gnus-article-save-part-and-strip, gnus-article-delete-part and
12293         gnus-article-jump-to-part.
12294
12295         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12296         (gnus-article-edit-part): Use it.
12297         (gnus-article-part-wrapper): Added no-handle argument.
12298         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12299         functions.
12300
12301 2005-08-29  Romain Francoise  <romain@orebokech.com>
12302
12303         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12304         docstring.
12305         (gnus-face-from-file): Likewise.
12306
12307 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12310         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12311         non-nil.
12312         (gnus-auto-select-part): New variable.
12313         (gnus-article-jump-to-part): New function.
12314         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12315         (gnus-mime-delete-part): Allow selecting specified part after
12316         deleting or stripping parts.
12317         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12318         part if argument is bogus.
12319
12320 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12321
12322         * gnus-art.el (w3m-minor-mode-map):
12323         * gnus-spec.el (gnus-newsrc-file-version):
12324         * gnus-util.el (nnmail-active-file-coding-system)
12325         (gnus-original-article-buffer, gnus-user-agent):
12326         * gnus.el (gnus-ham-process-destinations)
12327         (gnus-parameter-ham-marks-alist)
12328         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12329         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12330         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12331         * mm-decode.el (gnus-current-window-configuration):
12332         * mm-extern.el (gnus-article-mime-handles):
12333         * mm-url.el (url-current-object, url-package-name)
12334         (url-package-version):
12335         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12336         (smime-keys, w3m-cid-retrieve-function-alist)
12337         (w3m-current-buffer, w3m-display-inline-images)
12338         (w3m-minor-mode-map):
12339         * mml-smime.el (gnus-extract-address-components):
12340         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12341         (gnus-newsrc-hashtb, message-default-charset)
12342         (message-deletable-headers, message-options)
12343         (message-posting-charset, message-required-mail-headers)
12344         (message-required-news-headers):
12345         * mml1991.el (mc-pgp-always-sign):
12346         * mml2015.el (mc-pgp-always-sign):
12347         * nnheader.el (nnmail-extra-headers):
12348         * rfc1843.el (gnus-decode-encoded-word-function)
12349         (gnus-decode-header-function, gnus-newsgroup-name):
12350         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12351
12352 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12353
12354         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12355         the end of the date treatments.
12356
12357 2005-08-15  Simon Josefsson  <jas@extundo.com>
12358
12359         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12360         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12361         Capello and Romain Francoise.
12362         (pgg-fetch-key-function): Removed, not used?
12363         (pgg-insert-url-with-w3): Require url, to get
12364         url-insert-file-contents regardless of where it is defined.
12365
12366 2005-08-13  Romain Francoise  <romain@orebokech.com>
12367
12368         * message.el (message-cite-original-1): New function.
12369         (message-cite-original): Use it.
12370         (message-cite-original-without-signature): Ditto.
12371
12372 2005-08-08  Romain Francoise  <romain@orebokech.com>
12373
12374         * message.el (message-yank-empty-prefix): New variable.
12375         (message-indent-citation): Use it.
12376         (message-cite-original-without-signature): Respect X-No-Archive.
12377
12378 2005-08-08  Simon Josefsson  <jas@extundo.com>
12379
12380         * pgg.el: Autoload url-insert-file-contents instead of loading
12381         w3/url.
12382         (pgg-insert-url-with-w3): Don't load url here.
12383
12384 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12385
12386         * message.el (message-kill-to-signature): Don't insert newline at
12387         bol.
12388         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12389
12390 2005-08-06  Romain Francoise  <romain@orebokech.com>
12391
12392         * message.el (message-user-fqdn): Fix typo in docstring.
12393
12394 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12395
12396         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12397
12398         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12399
12400 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * mm-bodies.el (mm-encode-body): Use coding system rather than
12403         charset to encode text.
12404
12405         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12406         number of charsets if utf-8 is available (XEmacs).
12407
12408 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12409
12410         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12411         taken from `gnus-button-mid-or-mail-regexp'.
12412         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12413         (gnus-button-alist): Improve regexp for domain part of the MIDs
12414         for news:localpart@domain buttons.
12415         (gnus-button-ctan-directory-regexp): Update.
12416
12417 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * sieve-manage.el (sieve-manage-interactive-login): Use
12420         make-local-variable rather than make-variable-buffer-local.
12421         (sieve-manage-open): Ditto.
12422         (sieve-manage-authenticate): Ditto.
12423
12424         * mml.el (mml-generate-mime-1): Make the content type default to
12425         text/plain if the filename is not specified.
12426
12427 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12430         instead of insert-buffer.
12431
12432         * message.el (message-yank-original): Ditto; set the mark at the
12433         end of the yanked message.
12434
12435 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12438         lines to scroll rather than to stop it.
12439
12440         * mml.el (mml-generate-default-type): Add doc string.
12441         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12442         default to application/octet-stream when determining the content
12443         type if it is not specified for the part or the mml contents; add
12444         a comment about mml-generate-default-type.
12445
12446 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12449         make it default to application/octet-stream when determining the
12450         content type if it is not specified for the external contents.
12451
12452 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12453
12454         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12455         segmented parameter but also other parameters might be there.
12456
12457 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * mm-decode.el (mm-display-external): Delete temp file, directory
12460         and buffer immediately if the external process is exited.
12461
12462 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12465         fewer lines than that of scroll-margin.
12466         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12467
12468 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-art.el (gnus-article-next-page): Revert.
12471         (gnus-article-beginning-of-window): New macro.
12472         (gnus-article-next-page-1): Use it.
12473         (gnus-article-prev-page): Ditto.
12474         (gnus-article-edit-part): Use insert-buffer-substring instead of
12475         insert-buffer.
12476         (gnus-article-edit-exit): Ditto.
12477
12478         * gnus-util.el (gnus-beginning-of-window): Remove.
12479         (gnus-end-of-window): Remove.
12480
12481         * lpath.el: Don't bind header-line-format and scroll-margin.
12482
12483 2005-07-25  Simon Josefsson  <jas@extundo.com>
12484
12485         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12486         to have the url package without w3.  Reported by Daiki Ueno
12487         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12488
12489 2005-07-20  Didier Verna  <didier@xemacs.org>
12490
12491         * gnus-diary.el: Remove the description comment (nndiary is now
12492         properly documented in the Gnus manual).
12493         Fix the spelling of "Back End".
12494         * nndiary.el: Ditto.
12495         Fix the copyright notice.
12496
12497 2005-07-18  Romain Francoise  <romain@orebokech.com>
12498
12499         * gnus-sum.el (gnus-summary-to-prefix)
12500         (gnus-summary-newsgroup-prefix): New variables.
12501         (gnus-summary-from-or-to-or-newsgroups): Use them.
12502
12503 2005-07-17  Romain Francoise  <romain@orebokech.com>
12504
12505         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12506         space as it's generally not especially interesting to the user.
12507
12508 2005-07-16  Romain Francoise  <romain@orebokech.com>
12509
12510         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12511         nil to avoid prompting and file modification if one of the
12512         messages at the top of the nnfolder file contains a copyright
12513         notice.
12514         Update copyright notice.
12515
12516         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12517         instead of `current-time-string' as the latter creates a time
12518         string that is not RFC 2822 compliant (it lacks the zone).
12519         Update copyright notice.
12520
12521 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12522
12523         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12524         for text/rtf.  Display default in prompt.  Pass default for M-n.
12525
12526         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12527
12528 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12529
12530         * gnus-msg.el (gnus-button-mailto): Remove
12531         save-selected-window-window hackery because it relies on
12532         save-selected-window internals.
12533
12534 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12537         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12538         (gnus-article-prev-page): Ditto.
12539
12540         * gnus-util.el (gnus-beginning-of-window): New function.
12541         (gnus-end-of-window): New function.
12542
12543         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12544
12545 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12546
12547         * gnus-score.el (gnus-score-edit-all-score): Set
12548         gnus-score-edit-exit-function to gnus-score-edit-done and call
12549         gnus-message.
12550
12551 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12552
12553         * gnus-msg.el (gnus-button-mailto): Remove
12554         save-selected-window-window hackery because it relies on
12555         save-selected-window internals.
12556
12557 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12560         add-minor-mode.
12561         (gnus-binary-mode): Ditto.
12562
12563         * gnus-topic.el (gnus-topic-mode): Ditto.
12564
12565 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12566
12567         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12568         (gnus-article-prev-page): Take scroll-margin into consideration.
12569
12570 2005-07-04  Lute Kamstra  <lute@gnu.org>
12571
12572         Update FSF's address in GPL notices.
12573
12574 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12575
12576         * gnus.el (gnus-exit):
12577         * gnus-group.el (gnus-group-icons):
12578         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12579
12580         * gnus-nocem.el (gnus-nocem):
12581         * message.el (message-various, message-buffers, message-sending)
12582         (message-interface, message-forwarding, message-insertion)
12583         (message-headers, message-news, message-mail):
12584         * pgg-gpg.el (pgg-gpg):
12585         * pgg-parse.el (pgg-parse):
12586         * pgg-pgp.el (pgg-pgp):
12587         * pgg-pgp5.el (pgg-pgp5):
12588         * pop3.el (pop3): Finish `defgroup' description with period.
12589
12590 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * gnus-art.el (article-display-face): Improve the efficiency.
12593         (article-display-x-face): Ditto; remove grey x-face stuff.
12594
12595 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * gnus-art.el (article-display-face): Correct the position in
12598         which Faces are inserted.
12599
12600 2005-06-29  Didier Verna  <didier@xemacs.org>
12601
12602         * gnus-art.el (article-display-face): Display faces in correct
12603         order.
12604
12605 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12608         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12609         (gnus-nocem-check-article): Fetch the Type header.
12610         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12611         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12612         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12613         make sure gnus-nocem-hashtb is initialized.
12614         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12615         (gnus-nocem-unwanted-article-p): Ditto.
12616
12617         * pgg.el (pgg-verify): Return the verification result.
12618
12619 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12620
12621         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12622         is ascii.
12623
12624 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12625
12626         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12627         `show-nonbreak-escape'.
12628
12629 2005-06-23  Lute Kamstra  <lute@gnu.org>
12630
12631         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12632
12633         * dig.el (dig-mode):
12634         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12635
12636 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12637
12638         * nnimap.el (nnimap-split-download-body): Fix spellings.
12639
12640 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12641
12642         * gnus-art.el (gnus-article-encrypt-body):
12643         * gnus-cus.el (gnus-score-customize):
12644         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12645         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12646
12647 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12648
12649         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12650         header by looking for magic "MII" at the beginnig.
12651
12652 2005-06-16  Miles Bader  <miles@gnu.org>
12653
12654         * gnus-xmas.el (gnus-xmas-group-startup-message):
12655         Use renamed gnus-splash face.
12656
12657         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12658         (assistant-field-face): New backward-compatibility alias for renamed
12659         face.
12660         (assistant-render-text): Use renamed assistant-field face.
12661
12662         * spam.el (spam): Remove "-face" suffix from face name.
12663         (spam-face): New backward-compatibility alias for renamed face.
12664         (spam-face, spam-initialize): Use renamed spam face.
12665
12666         * message.el (message-header-to, message-header-cc)
12667         (message-header-subject, message-header-newsgroups)
12668         (message-header-other, message-header-name)
12669         (message-header-xheader, message-separator, message-cited-text)
12670         (message-mml): Remove "-face" suffix from face names.
12671         (message-header-to-face, message-header-cc-face)
12672         (message-header-subject-face, message-header-newsgroups-face)
12673         (message-header-other-face, message-header-name-face)
12674         (message-header-xheader-face, message-separator-face)
12675         (message-cited-text-face, message-mml-face):
12676         New backward-compatibility aliases for renamed faces.
12677         (message-font-lock-keywords): Use renamed message faces.
12678
12679         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12680         (sieve-test-commands, sieve-tagged-arguments):
12681         Remove "-face" suffix from face names.
12682         (sieve-control-commands-face, sieve-action-commands-face)
12683         (sieve-test-commands-face, sieve-tagged-arguments-face):
12684         New backward-compatibility aliases for renamed faces.
12685         (sieve-control-commands-face, sieve-action-commands-face)
12686         (sieve-test-commands-face, sieve-tagged-arguments-face):
12687         Use renamed sieve faces.
12688
12689         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12690         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12691         (gnus-group-news-3-empty, gnus-group-news-4)
12692         (gnus-group-news-4-empty, gnus-group-news-5)
12693         (gnus-group-news-5-empty, gnus-group-news-6)
12694         (gnus-group-news-6-empty, gnus-group-news-low)
12695         (gnus-group-news-low-empty, gnus-group-mail-1)
12696         (gnus-group-mail-1-empty, gnus-group-mail-2)
12697         (gnus-group-mail-2-empty, gnus-group-mail-3)
12698         (gnus-group-mail-3-empty, gnus-group-mail-low)
12699         (gnus-group-mail-low-empty, gnus-summary-selected)
12700         (gnus-summary-cancelled, gnus-summary-high-ticked)
12701         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12702         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12703         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12704         (gnus-summary-low-undownloaded)
12705         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12706         (gnus-summary-low-unread, gnus-summary-normal-unread)
12707         (gnus-summary-high-read, gnus-summary-low-read)
12708         (gnus-summary-normal-read, gnus-splash):
12709         Remove "-face" suffix from face names.
12710         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12711         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12712         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12713         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12714         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12715         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12716         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12717         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12718         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12719         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12720         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12721         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12722         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12723         (gnus-summary-normal-ticked-face)
12724         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12725         (gnus-summary-normal-ancient-face)
12726         (gnus-summary-high-undownloaded-face)
12727         (gnus-summary-low-undownloaded-face)
12728         (gnus-summary-normal-undownloaded-face)
12729         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12730         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12731         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12732         (gnus-splash-face):
12733         New backward-compatibility aliases for renamed faces.
12734         (gnus-group-startup-message): Use renamed gnus faces.
12735
12736         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12737         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12738         (gnus-server-agent): Remove "-face" suffix from face names.
12739         (gnus-server-agent-face, gnus-server-opened-face)
12740         (gnus-server-closed-face, gnus-server-denied-face)
12741         (gnus-server-offline-face):
12742         New backward-compatibility aliases for renamed faces.
12743         (gnus-server-agent-face, gnus-server-opened-face)
12744         (gnus-server-closed-face, gnus-server-denied-face)
12745         (gnus-server-offline-face): Use renamed gnus faces.
12746
12747         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12748         Remove "-face" suffix from face names.
12749         (gnus-picon-xbm-face, gnus-picon-face):
12750         New backward-compatibility aliases for renamed faces.
12751
12752         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12753         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12754         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12755         (gnus-cite-11): Remove "-face" suffix from face names.
12756         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12757         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12758         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12759         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12760         New backward-compatibility aliases for renamed faces.
12761         (gnus-cite-attribution-face, gnus-cite-face-list)
12762         (gnus-article-boring-faces): Use renamed gnus faces.
12763
12764         * gnus-art.el (gnus-signature, gnus-header-from)
12765         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12766         (gnus-header-content): Remove "-face" suffix from face names.
12767         (gnus-signature-face, gnus-header-from-face)
12768         (gnus-header-subject-face, gnus-header-newsgroups-face)
12769         (gnus-header-name-face, gnus-header-content-face):
12770         New backward-compatibility aliases for renamed faces.
12771         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12772
12773         * gnus-sum.el (gnus-summary-selected-face)
12774         (gnus-summary-highlight): Use renamed gnus faces.
12775         * gnus-group.el (gnus-group-highlight): Likewise.
12776
12777 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12778
12779         * gnus-sieve.el (gnus-sieve-article-add-rule):
12780         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12781         * spam-stat.el (spam-stat-buffer-change-to-spam)
12782         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12783
12784         * message.el (message-is-yours-p):
12785         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12786
12787 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * mm-view.el (mm-inline-text): Withdraw the last change.
12790
12791 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12794         executing enriched-decode.
12795
12796 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12799         charset of tar files.
12800
12801 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12802
12803         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12804
12805 2005-06-04  Lute Kamstra  <lute@gnu.org>
12806
12807         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12808         information is never recorded.
12809
12810 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12811
12812         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12813
12814 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * pop3.el (pop3-apop): Run md5 in the binary mode.
12817
12818         * starttls.el (starttls-set-process-query-on-exit-flag):
12819         Use eval-and-compile.
12820
12821 2005-05-31  Simon Josefsson  <jas@extundo.com>
12822
12823         * smime.el (smime-replace-in-string): Define.
12824         (smime-cert-by-ldap-1): Use it.
12825
12826 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-art.el (article-display-x-face): Replace
12829         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12830
12831         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12832         set-process-query-on-exit-flag or process-kill-without-query.
12833
12834         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12835         loop instead of replace-regexp.
12836
12837         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12838         instead of process-kill-without-query if it is available.
12839
12840         * lpath.el: Fbind ldap-search-entries.
12841
12842         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12843         instead of find-file-hooks if it is available.
12844
12845         * mml1991.el: Bind pgg-default-user-id when compiling.
12846
12847         * mml2015.el: Bind pgg-default-user-id when compiling.
12848
12849         * nndraft.el (nndraft-request-associate-buffer):
12850         Use write-contents-functions instead of write-contents-hooks if it is
12851         available.
12852
12853         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12854         instead of find-file-hooks if it is available.
12855
12856         * nntp.el (nntp-open-connection): Replace
12857         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12858         (nntp-open-ssl-stream): Ditto.
12859         (nntp-open-tls-stream): Ditto.
12860
12861         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12862         set-process-query-on-exit-flag or process-kill-without-query.
12863         (starttls-open-stream-gnutls): Use it instead of
12864         process-kill-without-query.
12865         (starttls-open-stream): Ditto.
12866
12867 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12868
12869         * smime.el (smime-cert-by-ldap-1): Don't use
12870         replace-regexp-in-string.
12871
12872 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12873
12874         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12875
12876         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12877         in PEM format.  Adjust to the XEmacs compability.
12878
12879 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12880
12881         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12882         by `string-to-number'.
12883         * gnus-agent.el (gnus-agent-regenerate-group)
12884         (gnus-agent-fetch-articles): Ditto.
12885         * gnus-art.el (gnus-button-fetch-group): Ditto.
12886         * gnus-cache.el (gnus-cache-generate-active)
12887         (gnus-cache-articles-in-group): Ditto.
12888         * gnus-group.el (gnus-group-set-current-level)
12889         (gnus-group-insert-group-line): Ditto.
12890         * gnus-score.el (gnus-score-set-expunge-below)
12891         (gnus-score-set-mark-below, gnus-summary-score-effect)
12892         (gnus-summary-score-entry): Ditto.
12893         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12894         (gnus-soup-pack): Ditto.
12895         * gnus-spec.el (gnus-xmas-format): Ditto.
12896         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12897         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12898         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12899         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12900         * nndb.el (nndb-get-remote-expire-response): Ditto.
12901         * nndiary.el (nndiary-parse-schedule-value)
12902         (nndiary-string-to-number, nndiary-request-replace-article)
12903         (nndiary-request-article): Ditto.
12904         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12905         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12906         * nneething.el (nneething-make-head): Ditto.
12907         * nnfolder.el (nnfolder-request-article)
12908         (nnfolder-retrieve-headers): Ditto.
12909         * nnheader.el (nnheader-file-to-number): Ditto.
12910         * nnkiboze.el (nnkiboze-request-article): Ditto.
12911         * nnmail.el (nnmail-process-unix-mail-format)
12912         (nnmail-process-babyl-mail-format): Ditto.
12913         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12914         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12915         (nnmh-request-create-group, nnmh-request-list-1)
12916         (nnmh-request-group, nnmh-request-article): Ditto.
12917         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12918         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12919         * nnsoup.el (nnsoup-make-active): Ditto.
12920         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12921         * nntp.el (nntp-find-group-and-number)
12922         (nntp-retrieve-headers-with-xover): Ditto.
12923         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12924         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12925         (pgg-format-key-identifier): Ditto.
12926         * pop3.el (pop3-last, pop3-stat): Ditto.
12927         * qp.el (quoted-printable-decode-region): Ditto.
12928
12929         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12930         of concat.
12931
12932 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12935
12936         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12937
12938         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12939
12940         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12941
12942         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12943
12944         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12945
12946         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12947         (gnus-carpal-mode): Ditto.
12948
12949         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12950         (gnus-browse-mode): Ditto.
12951
12952         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12953
12954         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12955
12956 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12957
12958         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12959
12960 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * gnus-util.el (gnus-run-mode-hooks): New function.
12963
12964         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12965
12966         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12967         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12968
12969 2005-05-27  Lute Kamstra  <lute@gnu.org>
12970
12971         * dns-mode.el (dns-mode): Specify customization group.
12972
12973 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12974
12975         * gnus-agent.el (gnus-agent-make-mode-line-string):
12976         Use mode-line-highlight as mouse-face.
12977
12978 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * canlock.el (canlock): Change the parent group to news.
12981
12982         * deuglify.el (gnus-outlook-deuglify): Add :group.
12983
12984         * dig.el (dig): Add :group.
12985
12986         * dns-mode.el (dns-mode): Add :group.
12987
12988         * encrypt.el (encrypt): Add :group.
12989
12990         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12991         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12992         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12993         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12994         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12995
12996         * gnus-diary.el (gnus-diary): Add :group.
12997
12998         * gnus.el (gnus-group-news-1-face): Add :group.
12999         (gnus-group-news-1-empty-face): Ditto.
13000         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13001         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13002         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13003         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13004         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13005         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13006         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13007         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13008         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13009         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13010         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13011         (gnus-summary-high-ticked-face): Ditto.
13012         (gnus-summary-low-ticked-face): Ditto.
13013         (gnus-summary-normal-ticked-face): Ditto.
13014         (gnus-summary-high-ancient-face): Ditto.
13015         (gnus-summary-low-ancient-face): Ditto.
13016         (gnus-summary-normal-ancient-face): Ditto.
13017         (gnus-summary-high-undownloaded-face): Ditto.
13018         (gnus-summary-low-undownloaded-face): Ditto.
13019         (gnus-summary-normal-undownloaded-face): Ditto.
13020         (gnus-summary-high-unread-face): Ditto.
13021         (gnus-summary-low-unread-face): Ditto.
13022         (gnus-summary-normal-unread-face): Ditto.
13023         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13024         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13025
13026         * hashcash.el (hashcash): New custom group.
13027         (hashcash-default-payment): Add :group.
13028         (hashcash-payment-alist): Ditto.
13029         (hashcash-default-accept-payment): Ditto.
13030         (hashcash-accept-resources): Ditto.
13031         (hashcash-path): Ditto.
13032         (hashcash-extra-generate-parameters): Ditto.
13033         (hashcash-double-spend-database): Ditto.
13034         (hashcash-in-news): Ditto.
13035
13036         * message.el (message-minibuffer-local-map): Add :group.
13037
13038         * netrc.el (netrc): Add :group.
13039
13040         * sieve-manage.el (sieve-manage-log): Add :group.
13041         (sieve-manage-default-user): Diito.
13042         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13043         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13044         (sieve-manage-authenticators): Ditto.
13045         (sieve-manage-authenticator-alist): Ditto.
13046         (sieve-manage-default-port): Ditto.
13047
13048         * sieve-mode.el (sieve-control-commands-face): Add :group.
13049         (sieve-action-commands-face): Ditto.
13050         (sieve-test-commands-face): Ditto.
13051         (sieve-tagged-arguments-face): Ditto.
13052
13053         * smime.el (smime): Add :group.
13054
13055         * spam-report.el (spam-report): Add :group.
13056
13057         * spam.el (spam, spam-face): Add :group.
13058
13059 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13060
13061         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13062         return \n.\n.\n at the end of articles.  Protect against that.
13063         (nntp-with-open-group): Allow debugging.
13064
13065         * nnheader.el (mail-header-set-extra): Make into a function
13066         because I just could't understand how to quote the list properly.
13067
13068         * dns.el (query-dns-cached): New function.
13069
13070 2005-05-26  Lute Kamstra  <lute@gnu.org>
13071
13072         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13073
13074 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13077
13078         * gnus-art.el: Don't autoload mail-extract-address-components.
13079
13080         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13081         eval-and-compile to evaluate it.
13082
13083         * hashcash.el: Don't autoload executable-find.
13084
13085         * nndb.el: Don't declare the nndb back end two or more times; don't
13086         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13087
13088         * nntp.el: Autoload format-spec instead of format; use
13089         eval-and-compile to evaluate autoload forms.
13090
13091 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13092
13093         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13094
13095 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13096
13097         * gnus.el (gnus-version-number): Bump version.
13098
13099 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13100
13101         * gnus.el: No Gnus v0.3 is released.
13102
13103 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13104
13105         * lpath.el (featurep): Bind show-nonbreak-escape.
13106
13107 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * gnus-art.el (gnus-article-edit-part): Disable undo.
13110
13111 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13114         gnus-article-date-lapsed-new-header is t if date timer is active;
13115         skip headers in which the original date value is empty.
13116         (gnus-article-save-original-date): Redefine it as a macro.
13117         (gnus-display-mime): Use it.
13118
13119 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-art.el (article-date-ut): Support converting date in
13122         forwarded parts as well.
13123         (gnus-article-save-original-date): New function.
13124         (gnus-display-mime): Use it.
13125
13126 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13127
13128         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13129         enclosure element of <item>.
13130
13131 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * message.el (message-kill-buffer-query): Renamed from
13134         `message-kill-buffer-query-if-modified'.  Added :version.
13135
13136 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13139         window layout.
13140
13141 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * mml.el: Autoload dnd when compiling.
13144
13145 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13146
13147         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13148         x-dnd-*.
13149
13150 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * qp.el (quoted-printable-encode-region): Save excursion.
13153
13154 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13155
13156         * message.el (message-kill-buffer-query-if-modified): Add new variable
13157         so the user can kill a modified message buffer quickly.
13158         (message-kill-buffer): Use it.
13159
13160 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * lpath.el: Fbind display-time-event-handler; don't fbind
13163         string-to-multibyte.
13164
13165         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13166
13167 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13170         contained in text because xml.el decodes entities) with LFs.
13171
13172 2005-04-11  Lute Kamstra  <lute@gnu.org>
13173
13174         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13175         differently.
13176
13177 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13178
13179         * mm-util.el (mm-detect-coding-region): Typo.
13180
13181 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13184
13185 2005-04-06  Deepak Goel  <deego@gnufans.org>
13186
13187         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13188         user-function allow user modifications of the scores.
13189         (spam-stat-score-buffer-user): New function, to allow
13190         user-computed modifications to the score.
13191         (spam-stat-score-buffer-user-functions): List of additional
13192         scoring functions.
13193         (spam-stat-error-holder): Global temporary error holder.
13194         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13195         variable.
13196
13197 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13198
13199         * gnus-registry.el (gnus-registry-clean-empty-function)
13200         (gnus-registry-trim, gnus-registry-fetch-groups)
13201         (gnus-registry-delete-group): Groups that match
13202         `gnus-registry-ignored-groups' are removed from the registry
13203         entries, not just ignored for splitting.  This helps clean up the
13204         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13205         to get all the groups a message ID is in.
13206
13207         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13208         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13209         (spam-stat-score-buffer-user-functions): Add :number custom type.
13210
13211 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13214         argument in XEmacs.
13215
13216         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13217         (nnrss-request-group): Decode group name first.
13218         (nnrss-request-article): Make a text/plain article if mml-to-mime
13219         failed.
13220         (nnrss-get-encoding): Return a compatible encoding according to
13221         nnrss-compatible-encoding-alist.
13222         (nnrss-find-el): Use consp instead of listp.
13223         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13224
13225 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13228         which Emacs 20 doesn't support.
13229         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13230
13231 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13232
13233         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13234         silence the byte compiler inside the defun.
13235
13236         * gnus-demon.el (parse-time-string): Add autoload.
13237
13238         * gnus-delay.el (parse-time-string): Add autoload.
13239
13240         * gnus-art.el (parse-time-string): Add autoload.
13241
13242         * nnultimate.el (parse-time): Require for `parse-time-string'.
13243
13244 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13245
13246         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13247
13248         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13249
13250         * smime.el (smime-ldap-host-list): Add :version.
13251
13252 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13253
13254         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13255         pass it to `gnus-browse-read-group'.
13256         (gnus-browse-read-group): Add NUMBER argument and pass it to
13257         `gnus-group-read-ephemeral-group'.
13258
13259         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13260         argument and pass it to `gnus-group-read-group'.
13261
13262 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13263
13264         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13265         mm-xemacs-find-mime-charset-1 if we have the mule feature
13266         available at runtime.
13267
13268 2005-03-25  Werner Lemberg  <wl@gnu.org>
13269
13270         * nnmaildir.el: Replace `illegal' with `invalid'.
13271
13272 2005-03-23  Lute Kamstra  <lute@gnu.org>
13273
13274         * time-date.el: Add comment on time value formats.
13275         Don't require parse-time.
13276         (with-decoded-time-value): New macro.
13277         (encode-time-value): New function.
13278         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13279         (days-to-time): Return a valid time value when arg is huge.
13280         (time-since): Use time-subtract.
13281         (time-to-number-of-days): Use time-to-seconds.
13282
13283 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13284
13285         * gnus-start.el (gnus-display-time-event-handler):
13286         Check display-time-timer at runtime rather than only at load time
13287         in case display-time-mode is turned off in the mean time.
13288
13289 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13292         used.
13293
13294         * nneething.el (nneething-map-file-directory): Derive from
13295         `gnus-directory'.
13296
13297         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13298         the To/Cc button.
13299
13300 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * nnmaildir.el (nnmaildir-request-accept-article):
13303         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13304
13305 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13306
13307         * gnus-async.el: Require timer-funcs at compile time when in
13308         XEmacs for `run-with-idle-timer'.
13309
13310 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13311
13312         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13313         autoloaded function.
13314
13315 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13316
13317         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13318
13319 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13320
13321         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13322
13323 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13324
13325         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13326         gnus-expert-user to default.
13327
13328 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13329
13330         * nnimap.el (nnimap-open-server): Ditto.
13331
13332         * imap.el (imap-authenticate): Fix typo.
13333
13334 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13335
13336         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13337         buffer (since IMAP server might return FETCH response out of
13338         order, and the nntp buffer must be sorted).
13339
13340 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13341
13342         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13343         comparison on string.
13344
13345         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13346         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13347         (gnus-agent-summary-fetch-series): Modified to protect against
13348         gnus-agent-summary-fetch-group clearing processable flags.
13349         (gnus-agent-synchronize-group-flags): Update live group buffer as
13350         synchronization may occur due to the user toggle the plugged
13351         status.
13352         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13353         successfully downloaded.
13354         (gnus-agent-expire-group-1): Avoid using markers when the overview
13355         is in ascending order; greatly improves performance.
13356         (gnus-agent-regenerate-group): Use
13357         gnus-agent-synchronize-group-flags to reset read status in both
13358         gnus and server.
13359         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13360
13361 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13362
13363         * message.el: Don't autoload former message-utils variables.
13364         (message-strip-subject-trailing-was): Change doc string.
13365
13366         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13367         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13368         (nnweb-google-search): Add "hl=en" here.
13369         (nnweb-google-parse-1, nnweb-google-create-mapping):
13370         Don't hardcode URL.
13371
13372 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13373
13374         * message.el (message-get-reply-headers, message-followup):
13375         Mention related variables `message-use-followup-to' and
13376         `message-use-mail-followup-to', in the information buffer.
13377
13378         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13379         of broken groups(-beta).google.com.
13380
13381 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13382
13383         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13384         parameter to invoked gnus-request-move-article; remove the
13385         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13386         all at once instead of once per article.
13387         (gnus-summary-remove-process-mark): Accept a list of articles as
13388         well as a single article for processing.
13389
13390         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13391         parameter.
13392
13393         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13394
13395         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13396
13397         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13398         parameter.
13399
13400         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13401         parameter.
13402
13403         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13404         parameter and remove the gnus-sum-hint-move-is-internal variable.
13405
13406         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13407         parameter.
13408
13409         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13410         parameter.
13411
13412         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13413         parameter.
13414
13415         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13416
13417         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13418         parameter.
13419
13420         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13421         parameter.
13422
13423 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13424
13425         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13426         a more conservative way.
13427
13428 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13429
13430         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13431         buffer, so it moves the window's cursor.
13432
13433 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13434
13435         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13436         `mm-dissect-multipart' and receive the from field as an (optional)
13437         argument from `mm-dissect-multipart'.
13438         (mm-dissect-multipart): Receive the from field as an argument and
13439         pass it on when we call `mm-dissect-buffer' on MIME parts.
13440         Fixes verification/decryption of signed/encrypted MIME parts.
13441
13442 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13443
13444         * gnus-sum.el (gnus-summary-move-article): Set
13445         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13446         whatever it calls (right now, only nnimap-request-move article
13447         respects it).
13448
13449         * nnimap.el (nnimap-request-move-article): When
13450         gnus-sum-hint-move-is-internal is set, don't do the extra
13451         nnimap-request-article.
13452
13453 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13456
13457         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13458         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13459
13460         * gnus-sum.el (gnus-summary-caesar-message):
13461         Apply `gnus-treat-article' after rotation.
13462
13463         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13464         doc string.
13465
13466 2005-02-22  Simon Josefsson  <jas@extundo.com>
13467
13468         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13469         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13470         <arne@arnested.dk>.
13471         (encrypt): Add password-cache and password-cache-expiry as group
13472         members.
13473
13474 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13475
13476         * smime.el (smime-ldap-host-list): Doc fix.
13477         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13478         cache) password.
13479         (smime-sign-region): Use it.
13480         (smime-decrypt-region): Use it.
13481         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13482         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13483         fails.
13484         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13485         certificate from DER to PEM format rather than calling openssl.
13486
13487         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13488
13489         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13490         for signing/encryption.
13491
13492         * mml.el (mml-parse-1): Use them.
13493
13494 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13495
13496         * nnrss.el (nnrss-verbose): Removed.
13497         (nnrss-request-group): Use `nnheader-message' instead.
13498
13499 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13500
13501         * nnrss.el (nnrss-verbose): New variable.
13502         (nnrss-request-group): Make it say nnrss is requesting a group.
13503
13504 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13507         Handle news URL with given port correctly.
13508
13509 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13512         containing special characters.
13513
13514         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13515
13516         * mml.el (mime-to-mml): Ditto.
13517
13518         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13519         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13520         (rfc2047-decode-region): Quote decoded words containing special
13521         characters when rfc2047-quote-decoded-words-containing-tspecials
13522         is non-nil.
13523
13524 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13525
13526         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13527
13528         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13529
13530 2005-02-15  Simon Josefsson  <jas@extundo.com>
13531
13532         * nnimap.el (nnimap-debug): Doc fix.
13533
13534         * imap.el (imap-debug): Doc fix.
13535
13536 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13539
13540 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13541
13542         * gnus.el (spam-contents): Improve docs for spam-contents
13543         parameter in its variable incarnation.
13544
13545 2005-02-14  Simon Josefsson  <jas@extundo.com>
13546
13547         * smime-ldap.el: Use require instead of load-library for ldap.
13548         (smime-ldap-search): Indent.
13549         (smime-ldap-search-internal): Shorten line.
13550
13551         * smime.el (smime-cert-by-dns): Add doc-string.
13552         (smime-cert-by-ldap-1): Indent.
13553
13554         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13555         mml-smime-get-dns-ldap.
13556         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13557
13558 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13559
13560         * smime.el: Require smime-ldap.
13561         (smime-ldap-host-list): New variable.
13562         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13563
13564         * mml-smime.el (mml-smime-encrypt-query): New function.
13565         (mml-smime-encrypt-query): Use it.
13566
13567         * smime-ldap.el: New file.
13568
13569 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13572
13573 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13574
13575         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13576         argument in doc string.  Make query for type more clear.
13577
13578 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * gnus.el (gnus-group-startup-message): Search for gnus images in
13581         etc/images/gnus.
13582         * mm-util.el (mm-image-load-path): Likewise.
13583         * smiley.el (smiley-data-directory): Search for smilies in
13584         etc/images/smilies.
13585
13586 2005-02-09  Kim F. Storm  <storm@cua.dk>
13587
13588         Change Emacs release version from 21.4 to 22.1 throughout.
13589         Change Emacs development version from 21.3.50 to 22.0.50.
13590
13591 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13594
13595         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13596         non-Mule XEmacs as well.
13597         (mm-decompress-buffer): Signal an error intentionally if it does
13598         not decompress compressed data because auto-compression-mode is
13599         disabled.
13600
13601 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13602
13603         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13604         an ID in the registry even if it has no groups.
13605
13606 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13609         merge it into mm-decompress-buffer.
13610         (gnus-mime-copy-part): Use the MIME part charset, the value which
13611         a user specified or gnus-newsgroup-charset for decoding, like
13612         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13613         save-buffer what was used.  Suggested by Kevin Ryde
13614         <user42@zip.com.au>.
13615         (gnus-mime-inline-part): Allow the name parameter as well as the
13616         filename parameter; force decompressing of compressed data; always
13617         display contents being not decoded as unibyte.
13618
13619         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13620         as well as the filename parameter.
13621
13622         * mm-util.el (mm-decompress-buffer): Merge
13623         gnus-mime-jka-compr-maybe-uncompress.
13624         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13625         of compressed data.
13626
13627 2005-02-08  Simon Josefsson  <jas@extundo.com>
13628
13629         * imap.el (imap-log): Doc fix.
13630
13631 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13634         the coding cookies; decompress compressed parts.
13635
13636         * mml.el (mml-generate-mime-1): Add the charset parameter according
13637         to the value which a user specified manually or the coding cookie.
13638
13639         * mm-util.el (mm-string-to-multibyte): New function.
13640         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13641         (mm-coding-system-to-mime-charset): New function.
13642         (mm-decompress-buffer): New function.
13643         (mm-find-buffer-file-coding-system): New function.
13644
13645         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13646         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13647         parts.
13648
13649 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13650
13651         * mm-view.el (mm-display-inline-fontify): Decode a part according
13652         to the charset parameter.
13653
13654 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13657         prefix arg is neither nil nor a number, as info specifies.
13658
13659 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13662         timestamps.
13663
13664 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13665
13666         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13667         groups error checking and notify user.
13668
13669 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13670
13671         * message.el (message-send-mail-function): Check existence of
13672         sendmail-program first before using default value
13673         `message-send-mail-with-sendmail'.  Otherwise use more generic
13674         `smtpmail-send-it'.
13675
13676 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * nntp.el (nntp-request-update-info): Always return nil.
13679
13680 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13681
13682         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13683
13684 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13685
13686         * message.el (message-beginning-of-line): Change the behavior when
13687         invoked between BOL and : so that it first moves backward.
13688
13689 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13692         article buffer when editing of the article is discarded.
13693         (gnus-article-prepare): Revert.
13694
13695 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * gnus-art.el (gnus-article-prepare):
13698         Remove message-strip-forbidden-properties from the local hook.
13699
13700 2005-01-27  Simon Josefsson  <jas@extundo.com>
13701
13702         * password.el (password-cache-add): Only start one timer per key.
13703         Reported by Derek Atkins <warlord@MIT.EDU>.
13704
13705 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13706
13707         * run-at-time.el: Removed.  It is no longer needed as
13708         timer-funcs.el in the xemacs-base package has a working version of
13709         `run-at-time'.
13710
13711         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13712
13713         * password.el: Require timer-funcs instead of run-at-time in
13714         XEmacs.
13715         Remove `password-run-at-time' macro.
13716         (password-cache-add): Use `run-at-time' instead of
13717         `password-run-at-time'.
13718
13719         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13720         Remove `nnheader-cancel-function-timers' alias,
13721         `cancel-function-timers' exists in XEmacs in timer-funcs.
13722
13723         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13724         for `run-with-idle-timer'.
13725
13726         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13727         for `run-at-time'.
13728
13729         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13730         for `with-timeout'.
13731
13732         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13733         the same as for XEmacs 21.4.
13734         No need to ignore `run-with-idle-timer', this function exists in
13735         XEmacs now in timer-funcs.el in the xemacs-base package.
13736         (dgnushack-compile): No need to delete
13737         run-at-time.el from the list of files to compile because it
13738         doesn't exist anymore.
13739
13740 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13743         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13744
13745 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13746
13747         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13748         sensitively.
13749
13750 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13751
13752         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13753
13754 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13757         which will be inserted according to the multibyteness of a buffer
13758         rather than the type of contents.  Suggested by ARISAWA Akihiro
13759         <ari@mbf.ocn.ne.jp>.
13760
13761         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13762         of string which old xml.el may return rather than a string.
13763
13764 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13767
13768 2005-01-16  Simon Josefsson  <jas@extundo.com>
13769
13770         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13771         idn/idna.el isn't available.
13772         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13773         <michael@waxrat.com>.
13774
13775         * hashcash.el: Remove non-FSF copyright header.
13776
13777         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13778         (hashcash-generate-payment): Use it.
13779         (hashcash-generate-payment-async): Use it.
13780
13781 2005-01-15  Simon Josefsson  <jas@extundo.com>
13782
13783         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13784         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13785
13786         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13787         gnus-summary-idna-message.
13788         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13789         (gnus-summary-idna-message): New function.
13790
13791 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13794         gnus-novice-user.
13795
13796 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * nnrss.el (nnrss-request-delete-group): Delete entries in
13799         nnrss-group-alist as well.
13800         (nnrss-save-server-data): Insert newline.
13801
13802 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13803
13804         * gnus.el (gnus-user-agent): Use list of symbols instead of
13805         symbols.  Display full version number for (S)XEmacs.  Optionally
13806         display (S)XEmacs codename.
13807
13808         * gnus-util.el (gnus-emacs-version): Update for new
13809         `gnus-user-agent'.
13810
13811         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13812         Gnus version.
13813
13814 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13815
13816         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13817         which is unreadable in some setups.
13818
13819 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gnus-spec.el (gnus-update-format-specifications): Flush the
13822         group format spec cache if it doesn't support decoded group names.
13823
13824 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13825
13826         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13827         Allow to apply decay on score files matching a regexp.
13828
13829 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13832         compatibility in %g and %c.
13833
13834 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13837         name for only %g and %c.
13838         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13839         of gnus-tmp-group to decoded group name.
13840         (gnus-group-make-rss-group): Exclude `/'s from group names.
13841
13842 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * nnrss.el (nnrss-get-encoding): Fix regexp.
13845
13846 2004-12-27  Simon Josefsson  <jas@extundo.com>
13847
13848         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13849         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13850         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13851
13852 2004-12-17  Kim F. Storm  <storm@cua.dk>
13853
13854         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13855
13856         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13857
13858 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13859
13860         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13861
13862 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * nnrss.el: Require rfc2047 and mml.
13865         (nnrss-file-coding-system): New variable.
13866         (nnrss-format-string): Redefine it as an inline function.
13867         (nnrss-decode-group-name): New function.
13868         (nnrss-string-as-multibyte): Remove.
13869         (nnrss-retrieve-headers): Decode group name; don't use
13870         nnrss-format-string.
13871         (nnrss-request-group): Decode group name.
13872         (nnrss-request-article): Decode group name; allow a Message-ID as
13873         well as an article number; don't use nnrss-format-string; encode a
13874         Message-ID string which may contain non-ASCII characters; use
13875         mml-to-mime to compose a MIME article.
13876         (nnrss-request-expire-articles): Decode group name.
13877         (nnrss-request-delete-group): Decode group name.
13878         (nnrss-fetch): Clarify error message.
13879         (nnrss-read-server-data): Use insert-file-contents instead of load;
13880         bind file-name-coding-system; use multibyte buffer.
13881         (nnrss-save-server-data): Bind coding-system-for-write to the
13882         value of nnrss-file-coding-system; bind file-name-coding-system;
13883         add coding cookie.
13884         (nnrss-read-group-data): Use insert-file-contents instead of load;
13885         bind file-name-coding-system; use multibyte buffer.
13886         (nnrss-save-group-data): Bind coding-system-for-write to the
13887         value of nnrss-file-coding-system; bind file-name-coding-system.
13888         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13889         make it work with non-ASCII text.
13890         (nnrss-find-el): Make it work with old xml.el as well.
13891
13892 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13893
13894         * nnrss.el (nnrss-get-encoding): New function.
13895         (nnrss-fetch): Use unibyte buffer initially; bind
13896         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13897         decode contents according to the encoding attribute.
13898         (nnrss-save-group-data): Add coding cookie.
13899         (nnrss-mime-encode-string): New function.
13900         (nnrss-check-group): Use it to encode subject and author.
13901
13902 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13903
13904         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13905         imaginary variable.
13906
13907 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13910         correctly even if there are wide characters.
13911
13912 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13913
13914         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13915         downcased symbol names; make a new cache instead of reusing
13916         bbdb-hashtable.
13917
13918 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13921         concatenating segments rather than before concatenating them.
13922         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13923
13924         * message.el (message-get-reply-headers): Bind `extra'.
13925
13926 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13927
13928         * message.el (message-extra-wide-headers): New variable.
13929         (message-get-reply-headers): Use it.
13930
13931 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13934         (gnus-agent-group-pathname): Ditto.
13935
13936         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13937
13938         * gnus-group.el (gnus-group-make-group): Decode group name.
13939         (gnus-group-make-rss-group): Register the group data after opening
13940         the nnrss group.
13941
13942 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13943
13944         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13945         by expiry now get marked as read.
13946
13947 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13950
13951 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13952
13953         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13954         unify Latin characters in XEmacs.
13955         (mm-find-mime-charset-region): Use it.
13956
13957 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * gnus-util.el (gnus-delete-directory): New function.
13960
13961         * gnus-agent.el (gnus-agent-delete-group): Use it.
13962
13963         * gnus-cache.el (gnus-cache-delete-group): Use it.
13964
13965 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13968         names.
13969
13970 2004-12-16  Simon Josefsson  <jas@extundo.com>
13971
13972         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13973
13974 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13977
13978         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13979         (gnus-group-set-current-level): Decode group name.
13980
13981 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13982
13983         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13984         failed.
13985
13986 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * gnus-group.el (gnus-group-delete-group): Decode group name.
13989         (gnus-group-make-rss-group): Encode group name.
13990         (gnus-group-catchup-current): Decode group name.
13991         (gnus-group-kill-group): Decode group name.
13992
13993 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13994
13995         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13996
13997 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * gnus-group.el (gnus-group-make-rss-group):
14000         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14001
14002         * gnus-start.el (gnus-setup-news): Honor user's setting to
14003         gnus-message-archive-method.  Suggested by Lute Kamstra
14004         <lute@gnu.org>.
14005
14006 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14007
14008         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14009         global counterparts of the buffer-local variables.
14010
14011 2004-11-16  Romain Francoise  <romain@orebokech.com>
14012
14013         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14014         counterparts of the buffer-local variables.
14015
14016 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         * message.el (message-forbidden-properties): Fixed typo in doc
14019         string.
14020
14021 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14022
14023         * gnus-util.el (gnus-replace-in-string): Added doc string.
14024
14025         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14026         to avoid problems when splitting mails with many recipients.
14027
14028 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14029
14030         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14031         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14032
14033 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14034
14035         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14036         if there is no hashtable in memory or file modification time is
14037         newer than cached timestamp.
14038
14039 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14042         not-matching option.
14043
14044 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14047         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14048         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14049         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14050         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14051         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14052
14053 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * message.el (message-forward-make-body-mml): Remove headers
14056         according to message-forward-ignored-headers if a message is decoded.
14057
14058 2004-12-02  Romain Francoise  <romain@orebokech.com>
14059
14060         * message.el (message-forward-make-body-plain): Always remove
14061         headers according to message-forward-ignored-headers.
14062
14063 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14064
14065         * spam.el (spam-summary-prepare-exit): Remove the
14066         gnus-summary-limit pop for now, it has problems with ham marks for
14067         me.
14068
14069 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14070
14071         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14072         correctly.
14073
14074 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14075
14076         * format-spec.el (format-spec): Message the char.
14077
14078 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14079
14080         * gnus-art.el (gnus-split-methods): Reformat comments.
14081
14082         * spam.el (spam-summary-prepare-exit): Remove article limits
14083         before exiting the summary buffer.
14084
14085 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14088         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14089
14090         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14091         order to silence the byte compiler.
14092
14093         * spam.el: Fix the way to silence the byte compiler, which
14094         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14095         bbdb-search-simple, spam-BBDB-register-routine,
14096         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14097         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14098         spam-stat-buffer-is-spam, spam-stat-load,
14099         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14100         spam-stat-save and spam-stat-split-fancy.
14101
14102 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14105         which may confuse users.
14106         (canlock-password-for-verify): Ditto.
14107
14108         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14109
14110         * gnus-art.el (gnus-emphasis-alist): Ditto.
14111
14112         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14113
14114         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14115
14116         * gnus-start.el (gnus-save-killed-list): Ditto.
14117
14118         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14119         (gnus-sum-thread-tree-root): Ditto.
14120         (gnus-sum-thread-tree-false-root): Ditto.
14121         (gnus-sum-thread-tree-single-indent): Ditto.
14122
14123         * message.el (message-courtesy-message): Ditto.
14124         (message-archive-note): Ditto.
14125         (message-subscribed-address-file): Ditto.
14126         (message-user-fqdn): Ditto.
14127
14128         * spam-report.el (spam-report-gmane-regex): Ditto.
14129
14130         * spam.el (spam-blackhole-good-server-regex): Ditto.
14131
14132 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * mml.el (mml-preview): Widen the message buffer before copying
14135         the contents to the preview buffer; sort headers before previewing.
14136
14137         * message.el (message-hidden-headers): Fix the way to avoid a bug
14138         in the `repeat' widget in Emacs 21.3 or earlier.
14139
14140 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14141
14142         * message.el (message-hidden-headers): Default to "^References:".
14143         Improve customization type.  Suggested by Reiner Steib
14144         <Reiner.Steib@gmx.de>.
14145
14146 2004-11-25  Romain Francoise  <romain@orebokech.com>
14147
14148         * message.el (message-strip-forbidden-properties): Remove check for
14149         obsolete `message-hidden' text property, hidden headers are not
14150         accessible in the buffer anymore.
14151
14152 2004-11-22  Romain Francoise  <romain@orebokech.com>
14153
14154         * message.el (message-header-format-alist): Add `From' in list
14155         so that it can be sorted.
14156         (message-fix-before-sending): Widen and sort headers before
14157         sending.
14158         (message-hide-headers): Use narrowing to hide headers by moving
14159         them to the top of the buffer and narrowing to the region
14160         underneath.
14161
14162 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14163
14164         * message.el (message-strip-forbidden-properties): Bind
14165         buffer-read-only (etc) to nil.
14166
14167 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14170         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14171
14172 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14173
14174         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14175
14176 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14177
14178         * dns.el (query-dns): Use sit-for to time instead of
14179         accept-process-output, since that doesn't seem to work on udp
14180         sockets.
14181
14182 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14183
14184         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14185
14186 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14187
14188         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14189         doc string.  Improve doc string.
14190
14191 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * nntp.el (nntp-request-update-info): Return nil if
14194         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14195         may not call gnus-activate-group which uselessly issues the GROUP
14196         commands for all nntp groups and wastes time.  Reported by Romain
14197         Francoise <romain@orebokech.com>.
14198
14199         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14200
14201 2004-11-15  Simon Josefsson  <jas@extundo.com>
14202
14203         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14204         headers separately.
14205         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14206         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14207
14208 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14209
14210         * gnus-start.el (gnus-convert-old-newsrc):
14211         Assign legacy-gnus-agent to 5.10.7.
14212
14213 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14214
14215         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14216         start of the lines.
14217
14218 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14219
14220         * hashcash.el (hashcash-default-payment): Change default to 20.
14221         (hashcash-default-accept-payment): Change default to 20.
14222         (hashcash-process-alist): New variable.
14223         (hashcash-generate-payment-async): Add.
14224         (hashcash-already-paid-p): Add.
14225         (hashcash-insert-payment): Don't generate payments twice.
14226         (hashcash-insert-payment-async): Add.
14227         (hashcash-insert-payment-async-2): Add.
14228         (hashcash-cancel-async): Add.
14229         (hashcash-wait-async): Add.
14230         (hashcash-processes-running-p): Add.
14231         (hashcash-wait-or-cancel): Add.
14232         (mail-add-payment): New optional argument.  Conditionally start
14233         asynchronous calculation.
14234         (mail-add-payment-async): Add.
14235
14236         * message.el (message-send-mail): Wait for asynchronous hashcash
14237         results.  Don't clobber existing X-Hashcash headers.
14238         (message-setup-1): Call mail-add-payment-async when
14239         message-generate-hashcash is non-nil.
14240
14241 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14242
14243         * message.el (message-use-alternative-email-as-from): Examine the
14244         From header as well; use message-make-from in order to include a
14245         user's full name.
14246
14247 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14250         default; improve customization type.
14251         (gnus-emphasis-custom-with-format): New macro.
14252         (gnus-emphasis-custom-value-to-external): New function.
14253         (gnus-emphasis-custom-value-to-internal): New function.
14254
14255 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14256
14257         * dns.el (query-dns): Resolve reverse addresses.
14258
14259 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14260
14261         * gnus-group.el (gnus-group-get-new-news): Use it.
14262
14263         * gnus-start.el (gnus-check-reasonable-setup): New function.
14264
14265 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14268         "Args out of range" error.  Reported by Arnaud Giersch
14269         <arnaud.giersch@free.fr>.
14270
14271 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14272
14273         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14274
14275 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14276
14277         * spam.el (spam group): Add :version.
14278
14279         * pgg-def.el (pgg group): Add :version.
14280
14281 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * gnus-art.el (gnus-article-edit-article): Don't associate the
14284         article buffer with a draft file.  This is a temporary measure
14285         against the 2004-08-22 change to gnus-article-edit-mode.
14286
14287 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14290         (html2text-format-tags): Remove unused variable `attr'.
14291
14292 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14293
14294         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14295
14296         * tls.el (tls-process-connection-type, tls-success)
14297         (tls-certtool-program): Add :version.
14298
14299         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14300         (starttls-extra-arguments, starttls-process-connection-type)
14301         (starttls-connect, starttls-failure, starttls-success): Add :version.
14302
14303         * spam-stat.el (spam-stat): Add :version.
14304
14305         * sieve.el (sieve): Add :version.
14306
14307         * sha1.el (sha1): Add :version.
14308         (sha1-use-external): Remove redundant version.
14309
14310         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14311         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14312         (nnmail-split-fancy-match-partial-words)
14313         (nnmail-split-lowercase-expanded): Add :version.
14314
14315         * nndiary.el (nndiary): Add :version.
14316
14317         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14318
14319         * mml-sec.el (mml-default-sign-method)
14320         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14321         Add :version.
14322
14323         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14324
14325         * mm-url.el (mm-url-use-external, mm-url-program)
14326         (mm-url-arguments): Add :version.
14327
14328         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14329         (mm-attachment-file-modes, mm-decrypt-option)
14330         (mm-w3m-safe-url-regexp): Add :version.
14331
14332         * message.el (message-cite-prefix-regexp)
14333         (message-sendmail-envelope-from, message-minibuffer-local-map)
14334         (message-user-fqdn, message-completion-alist): Add :version.
14335
14336         * gnus-win.el (gnus-configure-windows-hook)
14337         (gnus-use-frames-on-any-display): Add :version.
14338
14339         * gnus-art.el (gnus-article-address-banner-alist)
14340         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14341         (gnus-treat-from-picon, gnus-treat-mail-picon)
14342         (gnus-treat-x-pgp-sig): Add :version.
14343
14344         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14345         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14346         (gnus-summary-article-delete-hook)
14347         (gnus-summary-display-while-building): Add :version.
14348
14349         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14350         (gnus-get-top-new-news-hook): Add :version.
14351
14352         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14353         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14354
14355         * gnus-registry.el (gnus-registry): Add :version.
14356
14357         * gnus-spec.el (gnus-use-correct-string-widths)
14358         (gnus-make-format-preserve-properties): Add :version.
14359
14360         * gnus.el (gnus-group-charter-alist)
14361         (gnus-group-fetch-control-use-browse-url)
14362         (gnus-install-group-spam-parameters): Add :version.
14363
14364         * gnus-diary.el (gnus-diary): Add :version.
14365
14366         * gnus-delay.el (gnus-delay): Add :version.
14367
14368         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14369         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14370         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14371         Add :version.
14372
14373         * gnus-agent.el (gnus-agent-max-fetch-size)
14374         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14375         (gnus-agent-prompt-send-queue): Add :version.
14376
14377         * deuglify.el (gnus-outlook-deuglify): Add :version.
14378
14379         * html2text.el: Beautify code.  Improve doc strings.  Some
14380         checkdoc cleanup.
14381         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14382
14383 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14384
14385         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14386
14387 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14388
14389         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14390         when package is loaded.
14391
14392         * spam.el (spam-summary-score-preferred-header): Add global preference
14393         for people who want to override the default SpamAssassin over
14394         Bogofilter preference (when both are set).
14395         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14396         (spam-user-format-function-S): Check
14397         spam-summary-score-preferred-header.
14398         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14399         (spam-user-format-function-S): Format the score correctly.
14400
14401 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14404         signature file.  Suggested by Manoj Srivastava
14405         <srivasta@golden-gryphon.com>.
14406
14407         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14408         iso-2022-jp even in the Japanese language environment.
14409         Suggested by Jason Rumney <jasonr@gnu.org>.
14410
14411 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14414         use the same characters as the dummy marks; make it free from
14415         getting affected by the language environment.
14416         (gnus-summary-read-group-1): Update mark positions only when the
14417         format spec is updated.
14418
14419         * gnus-spec.el (gnus-update-format-specifications): Return a list
14420         of updated types.
14421
14422 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14425         of boundp to check if display-warning is available.
14426
14427 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14428
14429         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14430
14431 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * nnspool.el (nnspool-spool-directory): Use news-path if the
14434         news-directory variable is not bound.
14435
14436         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14437         function instead of display-warning if it is not available.
14438
14439 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14442         v5-10: Use `point-at-bol'.
14443
14444 2004-10-26  Simon Josefsson  <jas@extundo.com>
14445
14446         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14447         <chenggao@gmail.com>.
14448
14449 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14452         instead.
14453
14454 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14455
14456         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14457         to remove a server from the nnimap-server-buffer-alist.
14458         (nnimap-open-connection, nnimap-close-server): Use it.
14459
14460         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14461
14462 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14465         running the major-mode function.
14466
14467 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14470         dummy marks in the right way.
14471
14472 2004-10-18  David Edmondson  <dme@dme.org>
14473
14474         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14475         excessively.
14476
14477 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14478
14479         * gnus-util.el (gnus-split-references): Accept a nil references
14480         string and go on blissfully.
14481
14482         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14483         cases where the references string is non-nil but has no references.
14484
14485         * encrypt.el: Add autoload tags.
14486
14487         * spam.el (spam-resolve-registrations-routine): Remove article
14488         from unregistration list too.  Reported by David Hanak
14489         <dhanak@isis.vanderbilt.edu>
14490
14491 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14494         nil.  Changed custom type.
14495
14496 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14499
14500         * gnus-sum.el (gnus-summary-move-article): Use it.
14501
14502 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14503
14504         * encrypt.el: Add autoload cookies.
14505
14506         * spam.el (spam-backend-article-list-property)
14507         (spam-backend-get-article-todo-list)
14508         (spam-backend-put-article-todo-list)
14509         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14510         Resolve registrations separately.
14511         (spam-register-routine): Format comments.
14512         (spam-unregister-routine, spam-register-routine): Always call with
14513         specific-articles, no default list.
14514         (spam-summary-prepare-exit): Use the spam-classifications function.
14515
14516         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14517         gnus-encrypt.el.
14518
14519         * encrypt.el: Copied from gnus-encrypt.el.
14520
14521         * gnus-encrypt.el: Commented that it's obsolete.
14522
14523 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14524
14525         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14526         (gnus-score-save): Use it.
14527
14528         * message.el (message-bury): Use `window-dedicated-p'.
14529
14530 2004-10-15  Simon Josefsson  <jas@extundo.com>
14531
14532         * pop3.el (top-level): Don't require nnheader.
14533         (pop3-read-timeout): Add.
14534         (pop3-accept-process-output): Add.
14535         (pop3-read-response, pop3-retr): Use it.
14536
14537 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14538
14539         * spam.el (spam-register-routine): Move comment.
14540         (spam-verify-bogofilter): Use 'unknown for the initial
14541         spam-bogofilter-valid state, not 'never.
14542
14543         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14544         for netrc-machine.
14545
14546         * nnimap.el (nnimap-open-connection): Use
14547         netrc-machine-user-or-password.
14548
14549 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14550
14551         * gnus-registry.el (gnus-registry-unload-hook):
14552         Set as a variable with add-hook.
14553
14554         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14555         of news-path.
14556
14557         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14558
14559         * spam.el: Delete duplicate `provide'.
14560         (spam-unload-hook): Set as a variable with add-hook.
14561
14562 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14563
14564         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14565         in the doc string.
14566
14567         * message.el (message-ignored-news-headers)
14568         (message-ignored-supersedes-headers)
14569         (message-ignored-resent-headers)
14570         (message-forward-ignored-headers): Improve custom type.
14571
14572 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14573
14574         * message.el (message-tokenize-header): Fix 2004-09-06 change
14575         which used point-min in the wrong place.
14576
14577 2004-10-12  Simon Josefsson  <jas@extundo.com>
14578
14579         * tls.el (tls-certtool-program): New variable.
14580         (tls-certificate-information): New function, based on
14581         ssl-certificate-information.
14582
14583 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14584
14585         * compface.el: Move the version of ELisp-based uncompface program
14586         to the contrib directory because of the copyright problem.
14587
14588 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14589
14590         * message.el (message-kill-buffer): Raise the current frame.
14591
14592 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14595
14596         * gnus.el (message-y-or-n-p): Autoload.
14597
14598         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14599         (pop3-password-required, pop3-authentication-scheme)
14600         (pop3-leave-mail-on-server): Made customizable.
14601         (pop3): New custom group.
14602         (pop3-retr): Remove `sleep-for' statements.
14603         Suggested by Dave Love <fx@gnu.org>.
14604
14605         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14606         Windows/DOS.
14607
14608         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14609         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14610         Dave Love <fx@gnu.org>.
14611
14612         * mml.el (mml-minibuffer-read-disposition): Require match.
14613         Suggested by Dave Love <fx@gnu.org>.
14614
14615 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14618         doc string.
14619
14620 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14623
14624 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14625
14626         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14627         instead of calling `mm-insert-inline', to decode text/* parts
14628         before displaying them.
14629
14630 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * mm-uu.el (mm-uu-text-plain-type): New variable.
14633         (mm-uu-pgp-signed-extract-1): Use it.
14634         (mm-uu-pgp-encrypted-extract-1): Use it.
14635         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14636         bind mm-uu-text-plain-type with that value.
14637         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14638         mm-uu-dissect.
14639
14640 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * gnus-group.el (gnus-update-group-mark-positions):
14643         * gnus-sum.el (gnus-update-summary-mark-positions):
14644         * message.el (message-check-news-body-syntax):
14645         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14646         of string-as-multibyte.
14647
14648 2004-10-05  Juri Linkov  <juri@jurta.org>
14649
14650         * gnus-group.el (gnus-update-group-mark-positions):
14651         * gnus-sum.el (gnus-update-summary-mark-positions):
14652         * message.el (message-check-news-body-syntax):
14653         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14654         8-bit unibyte values to a multibyte string for search functions.
14655
14656 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14659         (mm-uu-dissect-text-parts): New function.
14660
14661         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14662         dissect text parts.
14663
14664         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14665         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14666
14667         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14668
14669         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14670         gnus-current-topics instead of gnus-current-topic.
14671
14672 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14673
14674         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14675
14676 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14677
14678         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14679         where approriate.
14680
14681         * nnml.el (nnml-generate-active-info): do.
14682
14683         * nndiary.el (nndiary-generate-active-info): do.
14684
14685         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14686         (gnus-topic-move): do.
14687
14688         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14689         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14690
14691         * gnus-srvr.el (gnus-server-prepare)
14692         (gnus-server-open-all-servers): do.
14693
14694         * gnus-msg.el (gnus-summary-cancel-article)
14695         (gnus-summary-resend-message)
14696         (gnus-summary-mail-crosspost-complaint): do.
14697
14698         * gnus-move.el (gnus-change-server): do.
14699
14700         * gnus-group.el (gnus-group-unmark-all-groups)
14701         (gnus-group-set-current-level): do.
14702
14703 2004-10-04  Simon Josefsson  <jas@extundo.com>
14704
14705         * message.el (message-generate-hashcash): Doc fix.
14706
14707 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14708
14709         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14710         avoid infinite recursion via gnus-get-function.
14711
14712 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14713
14714         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14715
14716         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14717
14718         * nnmail.el (nnmail-split-history): do.
14719
14720         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14721         (nnml-request-delete-group): do.
14722
14723         * nnslashdot.el (nnslashdot-read-groups): do.
14724
14725         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14726         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14727
14728         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14729         (nnspool-sift-nov-with-sed): Use last.
14730         (nnspool-retrieve-headers-with-nov): Use mapc.
14731         (nnspool-request-newgroups): Use dolist.
14732         (nnspool-request-group): Use last.
14733
14734         * nntp.el (nntp-read-server-type): Use dolist.
14735
14736         * nnvirtual.el (nnvirtual-create-mapping)
14737         (nnvirtual-update-read-and-marked): Use dolist.
14738         (nnvirtual-convert-headers): Simplify.
14739
14740 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14741
14742         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14743         support for sync'ing tick marks.
14744
14745 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14748         there's no visible header.
14749
14750 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14751
14752         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14753         necessary, pass full group name to gnus-request-set-marks.
14754
14755 2004-10-01  Simon Josefsson  <jas@extundo.com>
14756
14757         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14758         acroread.
14759
14760 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14761
14762         * spam-report.el (spam-report-gmane): Fix interactive.
14763
14764         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14765
14766         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14767         when writing file.
14768         (gnus-agent-synchronize-flags): Don't default to being
14769         interactive.
14770
14771 2004-09-30  Simon Josefsson  <jas@extundo.com>
14772
14773         * message.el (message-generate-hashcash): Add.
14774         (message-send-mail): Use it, call mail-add-payment.
14775
14776 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14777
14778         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14779
14780 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14781
14782         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14783         gnus-requst-update-info with explicit code to sync the in-memory
14784         info read flags with the marks being sync'd to the backend.
14785
14786         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14787
14788 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14789
14790         * spam.el (spam-verify-bogofilter): Add new function.
14791         (spam-check-bogofilter)
14792         (spam-bogofilter-register-with-bogofilter): Use it.
14793         (spam-verify-bogofilter): Add small fixes.
14794
14795 2004-09-28  Simon Josefsson  <jas@extundo.com>
14796
14797         * hashcash.el (hashcash-generate-payment): Revert.
14798
14799 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14800
14801         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14802         gnus-extract-references instead of gnus-split-references.
14803
14804         * gnus-util.el (gnus-extract-references): Add new function, analogous
14805         to gnus-split-references but extracts only the message-ID without
14806         anything extra.
14807
14808         * hashcash.el (hashcash-generate-payment)
14809         (hashcash-check-payment): Do the right thing if hashcash-path is
14810         nil (because the hashcash program could not be found).
14811
14812         * spam.el (spam-use-hashcash): Remove comment.
14813
14814 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14815
14816         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14817         (gnus-cache-enter-article, gnus-cache-remove-article)
14818         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14819
14820         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14821
14822         * gnus-art.el (article-hide-boring-headers)
14823         (article-translate-strings, article-display-face)
14824         (gnus-article-mime-match-handle-first)
14825         (gnus-article-highlight-headers)
14826         (gnus-article-add-buttons-to-head): do.
14827
14828 2004-09-27  Simon Josefsson  <jas@extundo.com>
14829
14830         * hashcash.el: New version, from
14831         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14832         ../contrib/.
14833
14834 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14837
14838 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14839
14840         * gnus-dup.el (gnus-dup-open): Use mapc.
14841         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14842
14843         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14844         Reported by Stefan Wiens <s.wi@gmx.net>.
14845
14846         * gnus.el (gnus-shutdown): Use dolist.
14847
14848         * gnus-undo.el (gnus-undo): Use mapc.
14849
14850         * nnrss.el (nnrss-generate-active): do.
14851
14852         * message.el (message-cite-original-without-signature)
14853         (message-cite-original): Use mapc.
14854         (message-do-actions, message-make-forward-subject): Use dolist.
14855
14856 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14857
14858         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14859         deletion to remove entire duplicate line.  Fixes merged article
14860         number bug.
14861
14862 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14863
14864         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14865         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14866         first ask if you want to open a server and then, even when you
14867         responded with no, asking if you want to synchronize the server's
14868         flags.
14869         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14870         multi-line expressions.
14871         (gnus-agent-synchronize-group-flags): New internal function.
14872         Updates marks in memory (in the info structure) AND in the
14873         backend.
14874
14875         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14876
14877         * nnagent.el (nnagent-request-set-mark): Use
14878         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14879         method, to ensure that synchronization updates marks in the
14880         backend and in the info (in memory) structure.
14881
14882 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14885         convention fully; don't miss the root article of a thread; make
14886         the X-Draft-From header with correct article numbers.
14887
14888 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14889
14890         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14891         unless plugged.  Disable the agent so that an open failure causes
14892         an error.
14893
14894         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14895         Reverted 2004-09-21 change.  The backend must be opened while
14896         synchronizing flags even when the backend stores the flags
14897         locally.
14898
14899 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14902         in `header' match.  Reported by Svend Tollak Munkejord.
14903
14904         * message.el (message-cite-original): Fix use of
14905         `message-cite-articles-with-x-no-archive'.
14906
14907 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14910         (gnus-window-to-buffer): Ditto.
14911
14912         * mml.el (mml-preview-buffer): New variable.
14913         (mml-preview): Manage window layout with gnus-buffer-configuration.
14914
14915         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14916         X-Draft-From header even if those articles aren't quoted.
14917
14918 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14919
14920         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14921         (gnus-request-set-mark, gnus-request-update-mark): Use new
14922         g-s-t-u-l-m to decide to use backend even when unplugged.
14923
14924 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14927         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14928
14929 2004-09-20  Simon Josefsson  <jas@extundo.com>
14930
14931         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14932         "utf-16-le".
14933
14934 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14935
14936         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14937
14938 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14939
14940         * uudecode.el (uudecode-use-external): Add :version.
14941
14942         * smime.el (smime-CA-file, smime-encrypt-cipher)
14943         (smime-dns-server): Add :version.
14944
14945         * smiley.el (gnus-smiley-file-types): Add :version.
14946
14947         * sha1.el (sha1-use-external): Add :version.
14948
14949         * pgg-def.el (pgg-query-keyserver): Add :version.
14950
14951         * nnmail.el (nnmail-fancy-expiry-targets)
14952         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14953         Add :version.
14954
14955         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14956         (nnimap-retrieve-groups-asynchronous): Add :version.
14957         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14958
14959         * mml.el (mml-content-disposition-parameters)
14960         (mml-insert-mime-headers-always): Add :version.
14961
14962         * mm-util.el (mm-coding-system-priorities): Add :version.
14963
14964         * mm-decode.el (mm-inline-text-html-with-images)
14965         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14966         (mm-verify-option): Add :version.
14967         (mm-text-html-renderer): Change :version.
14968
14969         * message.el (message-fcc-externalize-attachments)
14970         (message-required-headers, message-draft-headers)
14971         (message-subject-trailing-was-query)
14972         (message-subject-trailing-was-ask-regexp)
14973         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14974         (message-mark-insert-end, message-archive-header)
14975         (message-archive-note, message-cross-post-default)
14976         (message-cross-post-note, message-followup-to-note)
14977         (message-cross-post-note-function, message-use-mail-followup-to)
14978         (message-subscribed-address-functions)
14979         (message-subscribed-address-file, message-subscribed-addresses)
14980         (message-subscribed-regexps, message-allow-no-recipients)
14981         (message-yank-cited-prefix, message-signature-insert-empty-line)
14982         (message-hidden-headers, message-hierarchical-addresses)
14983         (message-mail-user-agent, message-use-idna)
14984         (message-valid-fqdn-regexp)
14985         (message-strip-special-text-properties, message-header-synonyms)
14986         (message-beginning-of-line, message-tab-body-function): Add :version.
14987         (message-insert-canlock, message-wide-reply-confirm-recipients):
14988         Change :version.
14989
14990         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14991         and :version.
14992         (mail-source-delete-old-incoming-confirm)
14993         (mail-source-movemail-program): Add :version.
14994
14995         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14996         (gnus-agent-cache, gnus-agent): Change :version.
14997
14998         * gnus-util.el (gnus-use-byte-compile): Change :version.
14999
15000         * gnus-sum.el (gnus-summary-make-false-root-always)
15001         (gnus-summary-default-high-score)
15002         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15003         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15004         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15005         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15006         (gnus-sum-thread-tree-single-indent)
15007         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15008         (gnus-sum-thread-tree-leaf-with-other)
15009         (gnus-sum-thread-tree-single-leaf): Add :version.
15010         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15011         (gnus-article-loose-mime): Change :version.
15012
15013         * gnus-start.el (gnus-backup-startup-file)
15014         (gnus-save-startup-file-via-temp-buffer): Add :version.
15015
15016         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15017         (gnus-server-offline-face): Add :version.
15018
15019         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15020
15021         * gnus-msg.el (gnus-gcc-externalize-attachments)
15022         (gnus-debug-files, gnus-debug-exclude-variables)
15023         (gnus-discouraged-post-methods): Change :version.
15024         (gnus-confirm-mail-reply-to-news)
15025         (gnus-confirm-treat-mail-like-news): Add :version.
15026
15027         * gnus-int.el (gnus-server-unopen-status): Add :version.
15028
15029         * gnus-group.el (gnus-group-jump-to-group-prompt)
15030         (gnus-large-ephemeral-newsgroup)
15031         (gnus-fetch-old-ephemeral-headers): Add :version.
15032
15033         * gnus-fun.el (gnus-x-face-directory)
15034         (gnus-convert-pbm-to-x-face-command)
15035         (gnus-convert-image-to-x-face-command)
15036         (gnus-convert-image-to-face-command): Add :version.
15037
15038         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15039
15040         * gnus-cite.el (gnus-cite-blank-line-after-header)
15041         (gnus-article-boring-faces): Add :version.
15042
15043         * gnus-art.el (gnus-buttonized-mime-types)
15044         (gnus-inhibit-mime-unbuttonizing)
15045         (gnus-treat-display-face)
15046         (gnus-treat-body-boundary): Change :version.
15047         (gnus-body-boundary-delimiter, gnus-picon-databases)
15048         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15049         (gnus-treat-date-english, gnus-treat-fold-headers)
15050         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15051         (gnus-treat-mail-picon, gnus-treat-wash-html)
15052         (gnus-article-encrypt-protocol)
15053         (gnus-use-idna, gnus-article-over-scroll)
15054         (gnus-mime-display-multipart-alternative-as-mixed)
15055         (gnus-mime-display-multipart-related-as-mixed)
15056         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15057         (gnus-ctan-url, gnus-button-ctan-handler)
15058         (gnus-button-handle-ctan-bogus-regexp)
15059         (gnus-button-ctan-directory-regexp)
15060         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15061         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15062         (gnus-button-man-level, gnus-button-emacs-level)
15063         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15064
15065         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15066         (gnus-agent-go-online): Change :version.
15067         (gnus-agent-expire-unagentized-dirs)
15068         (gnus-agent-auto-agentize-methods): Add :version.
15069
15070         * flow-fill.el (fill-flowed-display-column)
15071         (fill-flowed-encode-column): Add :version.
15072
15073         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15074         (gnus-outlook-deuglify-unwrap-max)
15075         (gnus-outlook-deuglify-cite-marks)
15076         (gnus-outlook-deuglify-unwrap-stop-chars)
15077         (gnus-outlook-deuglify-no-wrap-chars)
15078         (gnus-outlook-deuglify-attrib-cut-regexp)
15079         (gnus-outlook-deuglify-attrib-verb-regexp)
15080         (gnus-outlook-deuglify-attrib-end-regexp)
15081         (gnus-outlook-display-hook): Add :version.
15082
15083         * binhex.el (binhex-use-external): Add :version.
15084
15085 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15088         and `invisible'.
15089
15090 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15091
15092         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15093         in gnus-registry-trim.
15094
15095 2004-09-13  Simon Josefsson  <jas@extundo.com>
15096
15097         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15098
15099         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15100
15101         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15102         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15103         <yamaoka@jpl.org>.
15104         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15105         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15106         <yamaoka@jpl.org>.
15107
15108         * sieve.el (sieve-manage-mode): Ditto.
15109
15110 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15111
15112         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15113
15114 2004-09-11  Simon Josefsson  <jas@extundo.com>
15115
15116         * dns-mode.el: Add.
15117
15118         * mm-view.el (mm-display-dns-inline): Add.
15119
15120         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15121         (mm-automatic-display): Ditto.
15122
15123         * mailcap.el (mailcap-mime-data): Add text/dns.
15124         (mailcap-mime-extensions): Map .soa to text/dns.
15125
15126 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15127
15128         * gnus-art.el (article-decode-mime-words, article-babel)
15129         (gnus-article-highlight-signature, gnus-article-add-buttons)
15130         (gnus-signature-toggle): Remove unnecessary bindings of
15131         `inhibit-read-only' inherited from v5.10 merge.
15132
15133 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * nntp.el (nntp): New customization group.
15136         (nntp-authinfo-file): Add customization group.
15137
15138         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15139
15140         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15141
15142         * gnus.el (to-address, to-list, subscribed)
15143         (large-newsgroup-initial): Ditto.
15144
15145         * flow-fill.el (fill-flowed-display-column)
15146         (fill-flowed-encode-column): Ditto.
15147
15148 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15149
15150         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15151         Use point-min rather than 1.
15152         (message-send-mail): Use buffer-size rather than point-max.
15153
15154         * gnus-sum.el (gnus-summary-search-article-forward):
15155         Signal a specific `search-failed' rather than a generic `error'.
15156
15157         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15158         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15159         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15160
15161 2004-09-10  Simon Josefsson  <jas@extundo.com>
15162
15163         * nndb.el (require): Remove tcp and duplicate cl.
15164
15165 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * gnus-agent.el (directory-files-and-attributes): Move forward.
15168
15169 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15170
15171         * gnus-agent.el (directory-files-and-attributes): Optionally
15172         defined to support XEmacs.
15173
15174 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15175
15176         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15177         to avoid run-time CL dependencies.
15178         (gnus-agent-unfetch-articles): New function.
15179         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15180         article numbers even when local .overview file is missing.
15181         (gnus-agent-read-article-number): New function.  Only accepts
15182         27-bit article numbers.
15183         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15184         gnus-agent-read-article-number.
15185         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15186         from backend while recognizing that article numbers in .overview
15187         must be valid.
15188         (gnus-agent-update-files-total-fetched-for): Use
15189         directory-files-and-attributes to improve performance.
15190         * gnus-int.el (gnus-request-move-article): Use
15191         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15192         improve performance.
15193
15194         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15195         some users confused by references to .newsrc when they only have a
15196         .newsrc.eld file.
15197         (gnus-convert-mark-converter-prompt)
15198         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15199         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15200         New function.  Used internally to only display 'gnus converting
15201         files' message when actually necessary.
15202
15203         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15204         methods now autoloaded.
15205
15206 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15209         identifiers.
15210
15211 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15212
15213         * gnus-picon.el: Fix indentation and closing parenthesis.
15214
15215 2004-09-01  Simon Josefsson  <jas@extundo.com>
15216
15217         * message.el (message-canlock-generate): Require sha1, not
15218         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15219         to require within a function.  Sadly, if sha1.el isn't loaded, the
15220         let binding in m-c-g will hide the defcustom definition, which is
15221         bad.)
15222
15223         * canlock.el: Require sha1, not sha1-el.
15224
15225         * message.el: Don't autoload sha1 (there is a autoload cookie in
15226         sha1.el).
15227
15228         * sha1-el.el: Renamed to sha1.el.
15229
15230 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15231
15232         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15233
15234 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15235
15236         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15237
15238 2004-08-30  Kim F. Storm  <storm@cua.dk>
15239
15240         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15241
15242         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15243         Add :group 'nnimap.
15244
15245 2004-08-30  Andreas Schwab  <schwab@suse.de>
15246
15247         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15248         ?* and ?\;.
15249
15250         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15251         and ?\' to symbol instead of whitespace.
15252
15253 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15256
15257         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15258         instead of re-search-forward.
15259
15260         * gnus-uu.el (gnus-uu-save-article): Ditto.
15261         (gnus-uu-post-encode-uuencode): Ditto.
15262
15263         * html2text.el (html2text-clean-list-items): Ditto.
15264         (html2text-clean-dtdd): Ditto.
15265         (html2text-format-tags): Ditto.
15266
15267         * message.el (message-send-mail-with-sendmail): Fix regexp.
15268         (message-fill-field-general): Use search-forward instead of
15269         re-search-forward.
15270         (unbold-region): Ditto.
15271
15272         * nnrss.el (nnrss-request-article): Ditto.
15273
15274         * nnslashdot.el (nnslashdot-request-article): Ditto.
15275
15276         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15277
15278         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15279         "Unrecognized menu descriptor" error in XEmacs.
15280
15281 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15282
15283         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15284         parent article of a sparse article in the thread hashtb.
15285
15286 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15287
15288         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15289         (nnmail-expand-newtext): Lowercase expanded entries if
15290         nnmail-split-lowercase-expanded is non-nil.
15291
15292 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15295
15296         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15297         of gnus-tmp-news-method into string under XEmacs.  It will be
15298         passed to gnus-correct-length which takes only a string argument.
15299
15300 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * gnus-util.el (gnus-bind-print-variables): New macro.
15303         (gnus-prin1): Use it.
15304         (gnus-prin1-to-string): Use it.
15305         (gnus-pp): New function.
15306         (gnus-pp-to-string): New function.
15307
15308         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15309         Replace pp-to-string with gnus-pp-to-string.
15310         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15311         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15312         * gnus-msg.el (gnus-debug): Ditto.
15313         * gnus-score.el (gnus-score-save): Ditto.
15314         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15315         gnus-pp-to-string.
15316         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15317         with gnus-pp.
15318         * score-mode.el (gnus-score-pretty-print): Ditto.
15319         * webmail.el (webmail-debug): Ditto.
15320
15321 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * gnus-art.el (article-display-face, article-display-x-face):
15324         Use buffer-read-only.
15325
15326 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * gnus-art.el (article-hide-list-identifiers):
15329         Bind inhibit-read-only as t.
15330
15331 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15332
15333         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15334
15335 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15336
15337         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15338         (gnus-narrow-to-page): Don't assume point-min == 1.
15339         (gnus-article-edit-mode): Derive from message-mode.
15340
15341         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15342         point-min == 1.
15343
15344         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15345         Disable incorrect use of `assert'.
15346
15347         * message.el (message-mode): Set comment-start-skip.
15348
15349
15350 2004-08-22  Sam Steingold  <sds@gnu.org>
15351
15352         * pop3.el (pop3-leave-mail-on-server): New user variable.
15353         (pop3-movemail): Delete mail only when it is nil.
15354
15355 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15356
15357         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15358
15359         * mml.el (mml-preview): Use `pop-to-buffer'.
15360
15361         * message.el (message-goto-mail-followup-to): Insert after "To".
15362         (message-carefully-insert-headers): Add comment.
15363
15364         * gnus.el: Remove unused variable `gnus-article-check-size'.
15365
15366         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15367
15368         * gnus-art.el (gnus-button-alist): Improve
15369         `gnus-button-handle-library' entry.
15370
15371 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15372
15373         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15374         downcase, since XEmacs capitalizes error messages differently.
15375
15376 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15377
15378         * nntp.el: Add (require 'gnus) due to reference to
15379         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15380
15381 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15382
15383         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15384         `mm-fill-flowed'.
15385
15386         * mm-decode.el (mm-dissect-singlepart): Check it.
15387
15388 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15389
15390         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15391         'imap' for netrc parsing.
15392
15393 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15394
15395         * mailcap.el (mailcap-mime-data): Mark as risky.
15396
15397 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15400         may be included in the encoded word.
15401         (rfc2047-encode): Don't append a space if the encoded word
15402         includes close parenthesis.
15403
15404 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15407         of text within parentheses.
15408
15409 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15410
15411         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15412         (gnus-encrypt-write-file-contents): Make the password key the file
15413         name PLUS the cipher, not just the cipher.  Also remove failed
15414         passwords from the cache.
15415
15416 2004-08-06  Simon Josefsson  <jas@extundo.com>
15417
15418         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15419         fix.
15420
15421 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15424         LWSP.
15425
15426 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15427
15428         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15429         to append in-reply-to: data to the references: header.
15430
15431         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15432         (netrc-parse): Use gnus-encrypt.el functions.
15433
15434         * gnus-encrypt.el: Add new file for encryption support; currently
15435         does only a few GPG ciphers and an internal XOR cipher.
15436
15437         * password.el: Add comments on using password-read-and-add.
15438         (password-read-and-add): Add function to read and add the
15439         password to the cache at once.
15440
15441 2004-07-28  Simon Josefsson  <jas@extundo.com>
15442
15443         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15444         parameter (but don't use it, for now).
15445
15446         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15447         instead of hard coding to nil.
15448
15449 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15452         as mm-inline-image-xemacs does.
15453
15454 2004-07-26  Simon Josefsson  <jas@extundo.com>
15455
15456         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15457         Revert part of 2004-07-17 change below.
15458
15459 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15462         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15463
15464 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15465
15466         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15467         quotes that actually start with ">" at the beginning of the
15468         lines.
15469
15470 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * rfc2047.el (rfc2047-encode-region): Fix last change.
15473         (rfc2047-encode-parameter): Remove useless concat.
15474
15475 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15478         encode special characters; fix some kind of misconfigured headers;
15479         signal a real error if debug-on-quit or debug-on-error is non-nil.
15480         (rfc2047-encode-max-chars): New variable.
15481         (rfc2047-encode-1): Use it.
15482         (rfc2047-encode-parameter): New function.
15483
15484         * mml.el (mml-insert-parameter): Remove an excessive space.
15485
15486 2004-07-17  Simon Josefsson  <jas@extundo.com>
15487
15488         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15489         Kai Grossjohann <kai@emptydomain.de>.
15490         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15491         (gnus-group-make-menu-bar): Ditto.
15492
15493         * gnus-util.el (gnus-group-server): Add.
15494
15495 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15496
15497         * message.el (message-clone-locals): Clone sendmail and smtp
15498         variables.
15499
15500 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * rfc2047.el (rfc2047-encode-region): Fix last change.
15503
15504 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15507         characters as non-special.
15508
15509 2004-07-09  Simon Josefsson  <jas@extundo.com>
15510
15511         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15512         Users will lose all flag changes made while unplugged with
15513         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15514         good default.  See numerous reports on ding mailing list.
15515
15516 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15519         add generate-head-function and generate-article-function to the
15520         rfc822-forward entry.
15521         (nndoc-rfc822-forward-generate-article): New function.
15522         (nndoc-rfc822-forward-generate-head): New function.
15523
15524         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15525
15526 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15527
15528         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15529         respect display group parameter and gnus-summary-expunge-below.
15530         (gnus-articles-to-read): Remove unused reference to display group
15531         parameter.
15532
15533 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15534
15535         * nnheader.el (nnheader-uniquify-message-id): New experimental
15536         variable.
15537         (nnheader-nov-read-message-id): Use it.
15538
15539         * spam-report.el (spam-report-gmane): Add interactive.
15540
15541 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15544         qp-or-base64 for the application/* types.
15545
15546 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15547
15548         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15549
15550 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15551
15552         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15553         trim value.
15554
15555 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15556
15557         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15558         New macro and function.
15559         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15560
15561 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15564         after-load-alist.
15565
15566 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15567
15568         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15569         update info that isn't there.
15570
15571 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15572
15573         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15574         entry.
15575
15576 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * mm-view.el (mm-inline-render-with-function): Use multibyte
15579         buffer; decode html source by charset.
15580
15581         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15582
15583         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15584         Mule-UCS is loaded under XEmacs.
15585         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15586
15587 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15588
15589         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15590
15591 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * mm-util.el (mm-coding-system-p): Return a coding-system.
15594         (mm-mime-mule-charset-alist): Use shift_jis instead of
15595         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15596         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15597         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15598         instead of japanese-shift-jis and iso-latin-1 respectively in
15599         order to share the default value with both Emacs and XEmacs-mule.
15600         (mm-mule-charset-to-mime-charset): Make
15601         mm-coding-system-priorities effective.
15602         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15603         while predicating of candidates upon the priorities.
15604
15605 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15606
15607         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15608         gnus-uu-invert-processable.
15609
15610         * gnus.el: Autoload gnus-uu-invert-processable.
15611
15612 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15613
15614         * mm-util.el (mm-with-multibyte-buffer): New macro.
15615
15616         * rfc2047.el (rfc2047-encode-string): Use it.
15617         (rfc2047-encode-region): Move point to the end of the region after
15618         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15619
15620 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15623         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15624
15625 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15628         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15629         Karl Chen <quarl@nospam.quarl.org>.
15630
15631 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15632
15633         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15634         invalid addresses.
15635
15636 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15637
15638         * spam.el: Change section markers, revise TODO list.
15639         (spam-backends): Make new master list of all installed backends.
15640         (spam-summary-exit-behavior): Add new variable to determine how
15641         messages moves are done at summary exit.
15642         (spam-move-spam-nonspam-groups-only)
15643         (spam-process-ham-in-nonham-groups)
15644         (spam-process-ham-in-spam-groups): Remove variables, the
15645         spam-summary-exit-behavior variable should be used to manage this
15646         behavior.
15647         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15648         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15649         and spam-old-spam-articles.
15650         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15651         Add empty variables, placeholders for the backends they represent.
15652         (spam-set-difference): Move, unchanged.
15653         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15654         unless the user has a processor variable.
15655         (spam-classifications, spam-classification-valid-p)
15656         (spam-backend-properties, spam-backend-property-valid-p)
15657         (spam-backend-function-type-valid-p)
15658         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15659         (spam-report-articles-gmane, spam-report-articles-resend):
15660         Remove functions, they are not needed.
15661         (spam-install-backend-super, spam-backend-list)
15662         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15663         (spam-backend-function, spam-backend-ham-registration-function)
15664         (spam-backend-spam-registration-function)
15665         (spam-backend-ham-unregistration-function)
15666         (spam-backend-spam-unregistration-function)
15667         (spam-backend-statistical-p, spam-backend-mover-p)
15668         (spam-install-backend-alias, spam-install-checkonly-backend)
15669         (spam-install-mover-backend, spam-install-nocheck-backend)
15670         (spam-install-backend, spam-install-statistical-backend)
15671         (spam-install-statistical-checkonly-backend): Add backend installation
15672         support.
15673         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15674         (spam-group-processor-p): Use the new backend code and respect the
15675         summary exit behavior.
15676         (spam-mark-spam-as-expired-and-move-routine): Remove.
15677         (spam-summary-prepare): Change to use the new spam-old-articles
15678         variable.
15679         (spam-copy-or-move-routine, spam-copy-spam-routine)
15680         (spam-move-spam-routine, spam-copy-ham-routine)
15681         (spam-move-ham-routine): Add code to copy/move ham or spam.
15682         (spam-fetch-field-fast): Improve doc and code, plus allow the
15683         'number request.
15684         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15685         variables.
15686         (spam-split, spam-find-spam): Use the new backend code.
15687         (spam-registration-functions): Remove variable.
15688         (spam-unregister-routine): Add convenience wrapper.
15689         (spam-log-undo-registration, spam-register-routine)
15690         (spam-log-processing-to-registry)
15691         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15692         where possible.
15693         (spam-check-gmane-xref, spam-check-regex-headers)
15694         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15695         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15696         (spam-check-bogofilter-headers, spam-check-spamoracle)
15697         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15698         (spam-check-crm114-headers): Use the spam-split-group that
15699         spam-split prepares, no need to determine it every time.
15700
15701         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15702         to the nnheader-parse-naked-head call.
15703
15704         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15705
15706         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15707         the nnheader-nov-read-message-id call.
15708
15709 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15712         gnus-activate-group twice.  Suggested by Markus Peter
15713         <warp@spin.de>.
15714
15715 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * gnus-art.el (gnus-article-time-format): Exchange the order of
15718         day and month in the default value; fix customization type.
15719         (article-date-ut): Use add-text-properties.
15720         (article-make-date-line): Use message-make-date instead of
15721         current-time-string.
15722
15723         * message.el (message-fetch-field): Don't use set-text-properties.
15724         (message-make-date): Simplify.
15725
15726         * messagexmas.el (message-xmas-make-date): New function.
15727         (message-xmas-redefine): Defalias message-make-date to it.
15728
15729 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15732         (rfc2047-encode-region): Treat text within parentheses as special;
15733         show the original text when error has occurred.
15734
15735         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15736         already-computed method to gnus-activate-group.
15737
15738         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15739         same select-methods identical Lisp objects.
15740
15741         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15742         object when modifying the info.
15743
15744 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15747         gnus-opened-servers since it has never been opened with the new
15748         configuration yet.
15749
15750 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15751
15752         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15753         arg to nnheader-generate-fake-message-id.
15754
15755 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15756
15757         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15758         number and build a fake message ID localized to a group and
15759         article number (so it's repeatable from that point on).
15760         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15761         ID format.
15762
15763         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15764         nnheader-generate-fake-message-id with the article number.
15765
15766 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15767
15768         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15769         end-of-buffer.
15770
15771 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15772
15773         * message.el (message-ignored-supersedes-headers): Add Approved.
15774
15775 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15778         goto-char.
15779         (rfc2047-encode): Fold the line before encoding.
15780
15781 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15782
15783         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15784         folding -- not all headers can be folded, and this should be done
15785         by the message composition mode.  Probably.  I think.
15786
15787 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15790         fast.
15791
15792         * gnus-ems.el (gnus-remove-image): Don't use
15793         message-text-with-property; remove only the image found first.
15794
15795         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15796         found first.
15797
15798 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15799
15800         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15801
15802 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * message.el (message-text-with-property): Make it fast and accept
15805         optional arguments.
15806         (message-strip-forbidden-properties): Use it.
15807         (message-fix-before-sending): Follow the m-t-w-p change.
15808
15809         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15810
15811 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * gnus-art.el (article-hide-headers): Don't change the buffer
15814         mistakenly when performing mml-preview even if
15815         gnus-single-article-buffer is nil.
15816
15817 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15818
15819         * message.el (message-expand-name-databases): New user option.
15820         (message-expand-name): Use it.
15821
15822 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15823
15824         * spam.el (spam-report-articles-resend)
15825         (spam-report-resend-register-routine): Allow ham reporting.
15826         (spam-report-resend-register-ham-routine): Add wrapper.
15827         (spam-registration-functions): Add ham resending functions.
15828         (spam-list-of-processors): Add ham resend processor.
15829
15830         * gnus.el (ham-resend-to): Add new group parameter.
15831         (spam-process): Add ham resend option.
15832
15833         * spam-report.el (spam-report-resend): Allow reporting ham.
15834         (spam-report-resend-ham): Add wrapper.
15835
15836 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15837
15838         * message.el (message-cite-articles-with-x-no-archive): New
15839         variable.
15840         (message-cite-original): Use it.
15841
15842 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15843
15844         * message.el (message-cite-original): Respect X-No-Archive.
15845
15846 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * gnus-art.el (article-hide-headers): Refer to the values for
15849         gnus-ignored-headers and gnus-visible-headers in the summary
15850         buffer since a user may have set them as group parameters.
15851
15852 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15853
15854         * assistant.el (assistant-node-name): Add convenience function.
15855         (assistant-render-text, assistant-render-node): Add error handling,
15856         plus handle multiple next nodes.
15857         (assistant-find-next-node): Comment out for now.
15858         (assistant-find-next-nodes): Add function, returns list of next
15859         nodes.
15860
15861 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15862
15863         * mail-source.el (mail-source-directory): Fix doc-string.
15864
15865 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15866
15867         * assistant.el (assistant-render-text, assistant-eval): Add :set
15868         widget type, which is different because it takes and returns a
15869         list.  Much hilarity ensues.
15870
15871 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15872
15873         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15874
15875         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15876         doc-string.
15877
15878         * gnus-start.el (gnus-activate-group): Added doc-string.
15879
15880 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15883
15884 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15885
15886         * assistant.el (assistant-render-text): Try to add a :set
15887         widget, more to come.
15888
15889         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15890         strings.
15891         (spam-report-articles-resend)
15892         (spam-register-routine): Do registration iff any articles warrant
15893         it.
15894         (spam-summary-prepare-exit): Change log message for nil group
15895         destinations.
15896
15897 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15898
15899         * spam.el (spam-report-resend-register-routine): Allow
15900         spam-report-resend-to to be a group parameter or a global value.
15901
15902 2004-05-26  Simon Josefsson  <jas@extundo.com>
15903
15904         * starttls.el: Merge with my GNUTLS based starttls.el.
15905         (starttls-gnutls-program, starttls-use-gnutls)
15906         (starttls-extra-arguments, starttls-process-connection-type)
15907         (starttls-connect, starttls-failure, starttls-success): New
15908         variables.
15909         (starttls-program, starttls-extra-args): Doc fix.
15910         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15911         functions.
15912         (starttls-negotiate, starttls-open-stream): Check
15913         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15914         function if it is set.
15915
15916 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15919         structured fields.
15920
15921 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15924
15925 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15926
15927         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15928         variable.
15929         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15930         assigning the spam-mark to new messages.
15931
15932 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15933
15934         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15935
15936 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15939
15940         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15941         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15942         default.
15943
15944 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15945
15946         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15947         correct data.
15948
15949 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15950
15951         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15952         (spam-group-processor-p): Fix function.
15953         (spam-group-processor-multiple-p)
15954         (spam-group-spam-processor-report-gmane-p)
15955         (spam-group-spam-processor-report-resend-p)
15956         (spam-group-spam-processor-bogofilter-p)
15957         (spam-group-spam-processor-blacklist-p)
15958         (spam-group-spam-processor-ifile-p)
15959         (spam-group-ham-processor-ifile-p)
15960         (spam-group-spam-processor-spamoracle-p)
15961         (spam-group-spam-processor-crm114-p)
15962         (spam-group-ham-processor-bogofilter-p)
15963         (spam-group-spam-processor-stat-p)
15964         (spam-group-ham-processor-stat-p)
15965         (spam-group-ham-processor-whitelist-p)
15966         (spam-group-ham-processor-BBDB-p)
15967         (spam-group-ham-processor-spamoracle-p)
15968         (spam-group-ham-processor-copy-p): Remove functions with some
15969         prejudice against unneeded code.
15970         (spam-report-articles-resend)
15971         (spam-report-resend-register-routine): Allow the group/topic
15972         spam-resend-to value to override spam-report-resend-to.
15973         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15974         properly now.
15975
15976         * gnus.el (spam-resend-to): Add group/topic parameter.
15977         (spam-process): Move the OBSOLETE processors to the end of the
15978         choices.
15979
15980 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15981
15982         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15983         with resend-to set to nil, and then ask the user if necessary.
15984         (spam-report-resend): spam-report-resend takes a list of articles, not
15985         separate article numbers.
15986
15987 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15990         addition to emacs-w3m.
15991
15992 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15993
15994         * assistant.el (assistant-authinfo-data): New function.
15995         (assistant-eval): Eval for entire assistant.
15996
15997         * netrc.el (netrc-services-file): New variable.
15998         (netrc-parse-services): New function.
15999         (netrc-find-service-name): New function.
16000         (netrc-find-service-number): New function.
16001         (netrc-port-equal): New function.
16002         (netrc-machine): Use it.
16003
16004         * nnimap.el (nnimap-open-connection): Use netrc.
16005
16006         * gnus-util.el (gnus-netrc-get): Remove aliases.
16007
16008         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16009
16010         * assistant.el (wid-edit): Fix compilation.
16011
16012         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16013
16014 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16015
16016         * gnus-util.el (gnus-set-file-modes): New function.  (small
16017         patch).
16018
16019 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16020
16021         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16022
16023         * assistant.el (assistant-render-node): Fix up rendering and
16024         read-only text.
16025         (assistant-render-node): Reset.
16026         (assistant-make-read-only): Not sticky.
16027
16028 2004-05-20  Danny Siu  <dsiu@adobe.com>
16029
16030         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16031         centered even when gnus-auto-center-summary is t.
16032
16033 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16034
16035         * dns.el (dns-get-txt-answer): New function.
16036         (dns-read-txt): Ditto.
16037         (query-dns): Use it.
16038
16039 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16042         active for foreign groups even if the group level is higher than
16043         the specified value.
16044
16045 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16046
16047         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16048         non-active groups.
16049
16050         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16051
16052 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16053
16054         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16055
16056 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16057
16058         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16059         (spam-crm114-header, spam-crm114-spam-switch)
16060         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16061         (spam-crm114-positive-spam-header)
16062         (spam-crm114-database-directory, spam-list-of-processors)
16063         (spam-group-spam-processor-crm114-p)
16064         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16065         (spam-generic-score, spam-list-of-checks)
16066         (spam-list-of-statistical-checks, spam-registration-functions)
16067         (spam-check-crm114-headers, spam-crm114-score)
16068         (spam-check-crm114, spam-crm114-register-with-crm114)
16069         (spam-crm114-register-spam-routine)
16070         (spam-crm114-unregister-spam-routine)
16071         (spam-crm114-register-ham-routine)
16072         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16073         asjo@koldfront.dk (Adam Sjøgren).
16074
16075         * gnus.el: Add spam-use-crm114.
16076
16077         * spam.el (spam-list-of-processors, spam-registration-functions):
16078         Add spam-use-resend.
16079         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16080         (spam-report-articles-gmane): Add doc fix.
16081         (spam-report-articles-resend, spam-report-resend-register-routine):
16082         Add wrappers around spam-report-resend-to.
16083
16084         * spam-report.el (spam-report-resend-to, spam-report-resend):
16085         Add support for resending spam.
16086         (spam-report-gmane): Fix line length >80.
16087
16088         * gnus.el (spam-process): Add spam-use-resend.
16089
16090 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16091
16092         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16093         number of processed spam messages.
16094         (spam-ham-copy-or-move-routine): Return the number of processed
16095         ham messages.
16096         (spam-summary-prepare-exit): Use the above values to decide
16097         whether status messages shouled be displayed.
16098
16099 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16102         `rfc2047-encoding-function-alist' in order to avoid conflicting
16103         with the old version.
16104         (rfc2047-encode-region): Concatenate words containing non-ASCII
16105         characters in structured fields; don't encode space-delimited
16106         ASCII words even in unstructured fields; don't break words at
16107         char-category boundaries.
16108         (rfc2047-encode-1): New function.
16109         (rfc2047-encode): Use it; encode text so that it occupies the
16110         maximum width within 76-column; work correctly on Q encoding for
16111         iso-2022-* charsets.
16112         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16113         sure not to break a line just after the header name.
16114         (rfc2047-b-encode-region): Removed.
16115         (rfc2047-b-encode-string): New function.
16116         (rfc2047-q-encode-region): Removed.
16117         (rfc2047-q-encode-string): New function.
16118
16119         * mm-util.el (mm-replace-in-string): New function.
16120
16121 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16122
16123         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16124         get it right.
16125         (gnus-inews-make-draft): Really.
16126
16127 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16128
16129         * nnmh.el (nnmh-request-list-1): Don't check the link count
16130         before descending.  (small patch)
16131
16132 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16133
16134         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16135         stuff.
16136
16137         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16138         on real group name.
16139
16140         * gnus-art.el (gnus-signature-limit): Doc fix.
16141
16142         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16143
16144         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16145
16146 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16147
16148         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16149         isn't a string.
16150
16151 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16152
16153         * gnus-draft.el (gnus-draft-send): Bind
16154         rfc2047-encode-encoded-words.
16155
16156         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16157         (rfc2047-encodable-p): Say that =? needs encoding.
16158         (rfc2047-encode-encoded-words): New variable.
16159
16160         * gnus-group.el (gnus-group-select-group): Doc fix.
16161
16162         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16163
16164         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16165         to nil.
16166
16167         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16168
16169         * nnheader.el (nnheader-get-lines-and-char): New function.
16170
16171 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16172
16173         * gnus-msg.el (gnus-summary-followup-with-original): Document
16174         yanking of region when active.
16175
16176 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16179         groups if the group level is higher than the specified value.
16180
16181 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16182
16183         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16184         (gnus-group-jump-to-group): Added prefix argument using
16185         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16186         non-active group.
16187
16188         * compface.el (uncompface): Be verbose when changing
16189         `uncompface-use-external'.
16190
16191         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16192         handle manual section.
16193
16194 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16195
16196         * gnus-art.el (gnus-button-alist): Revert previous change.
16197
16198 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16199
16200         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16201
16202 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203
16204         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16205         whether backend can accept message.
16206
16207         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16208
16209 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16210
16211         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16212         Avoid creating directory when nntp-marks-is-evil is true.
16213         Reported by Reiner Steib.
16214
16215 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16216
16217         * gnus-picon.el (gnus-picon-style): New variable.
16218         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16219         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16220         Jesper Harder <harder@ifa.au.dk>.
16221
16222 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16223
16224         * message.el (message-fill-field): Return point.
16225         (message-generate-headers): Go to end of field.
16226
16227         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16228         stuff for non-living groups.
16229
16230 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16231
16232         * gnus-art.el (gnus-article-followup-with-original)
16233         (gnus-article-reply-with-original): gnus-mark-active-p ->
16234         gnus-region-active-p.
16235
16236 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16237
16238         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16239         only when there is spam or ham to be processed.
16240
16241 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16242
16243         * mail-source.el (mail-source-delete-crash-box): Refactor.
16244         (mail-source-fetch): Use it.
16245         (mail-source-fetch-file): Ditto.
16246         (mail-source-fetch-directory): Run postscript in loop.
16247         (mail-source-fetch-pop): Delete.
16248         (mail-source-fetch-maildir): Ditto.
16249         (mail-source-fetch-imap): Ditto.
16250
16251         * imap.el (imap-authenticators): Comment out sasl.
16252
16253         * message.el (message-skip-to-next-address): New function.
16254         (message-fill-header-address): Refactor.
16255         (message-fill-address): Use it.
16256         (message-delete-address): Use it.
16257         (message-fill-header-general): Refactor.
16258         (message-fill-field-address): Rename.
16259         (message-narrow-to-field): Find the start of the header.
16260         (message-header-format-alist): Don't pre-fill.
16261         (message-fill-header): Removed.
16262         (message-insert-header): New function.
16263         (message-shorten-references): Use it.
16264
16265         * rfc2047.el (rfc2047-field-value): Strip props.
16266
16267         * mail-parse.el (mail-header-make-address): New alias.
16268
16269         * ietf-drums.el (ietf-drums-make-address): New function.
16270
16271         * imap.el: Add compiler directives.
16272
16273         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16274
16275         * gnus-art.el (article-decode-idna-rhs): Don't use
16276         message-idna-inside-rhs-p.
16277
16278 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16279
16280         * message.el (message-idna-inside-rhs-p): Removed.
16281         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16282
16283         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16284         false positives.
16285
16286 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16287
16288         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16289
16290 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16291
16292         * nneething.el (nneething-file-name): Don't create spurious
16293         files.
16294
16295         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16296         (gnus-inews-do-gcc): Remove sleep.
16297
16298         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16299         part under point.
16300
16301         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16302         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16303
16304 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16305
16306         * spam.el (spam-summary-prepare-exit): Fixed (length).
16307
16308 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16309
16310         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16311         as expired without moving it" message when there are spam
16312         messages left.
16313
16314 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16315
16316         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16317         header is not nil.
16318
16319 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16320
16321         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16322         nntp-possibly-create-directory, not nntp-possibly-change-group.
16323         (nntp-marks-changed-p): New arg SERVER.
16324         (nntp-request-update-info): Adjust caller.
16325
16326 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16327
16328         * nntp.el (nntp-save-marks): Pass missing arg.
16329
16330 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16331
16332         * nntp.el: Support marks.
16333         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16334         (nntp-marks-modtime, nntp-marks-directory): New variables.
16335         (nntp-request-set-mark, nntp-request-update-info)
16336         (nntp-possibly-create-directory, nntp-marks-changed-p)
16337         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16338         functions.
16339
16340 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16341
16342         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16343         (gnus-xmas-redefine): Rename.
16344
16345         * gnus-score.el (gnus-score-insert-help): Use
16346         gnus-select-lowest-window.
16347
16348         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16349         appt-select-lowest-window and rename to gnus-select-lowest-window.
16350
16351         * gnus.el: do.
16352
16353 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16354
16355         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16356         encodings of MIME-encoded words, in order to improve
16357         interoperability with several broken MUAs.
16358
16359 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16360
16361         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16362         tags, only when charsets are not specified in headers.
16363         (mm-inline-text-html-render-with-w3m): Ditto.
16364
16365         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16366         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16367
16368 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16369
16370         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16371         instead of MIME-decoded from fields when checking
16372         `gnus-article-address-banner-alist'.
16373
16374 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16375
16376         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16377         description rather than subject.
16378
16379 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16380
16381         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16382
16383 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16384
16385         * gnus.el (gnus-version-number): Bump.
16386
16387 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16388
16389         * gnus.el: No Gnus v0.2 is released.
16390
16391 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16392
16393         * gnus-agent.el (gnus-agent-read-agentview): Inline
16394         gnus-uncompress-range.
16395
16396 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16397
16398         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16399         `exec-installed-p'.
16400
16401 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16402
16403         * gnus.el (spam-process, spam-autodetect-methods): Add
16404         bsfilter and bsfilter-headers.
16405
16406         * spam.el (spam-bsfilter): New customize group.
16407         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16408         (spam-bsfilter-header, spam-bsfilter-probability-header)
16409         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16410         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16411         (spam-bsfilter-database-directory): New options.
16412         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16413         (spam-list-of-statistical-checks, spam-registration-functions):
16414         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16415         (spam-bsfilter-score): New command.
16416         (spam-check-bsfilter-headers, spam-check-bsfilter)
16417         (spam-bsfilter-register-with-bsfilter)
16418         (spam-bsfilter-register-spam-routine)
16419         (spam-bsfilter-unregister-spam-routine)
16420         (spam-bsfilter-register-ham-routine)
16421         (spam-bsfilter-unregister-ham-routine): New functions.
16422         (spam-generic-score): Support bsfilter; Accept an optional argument
16423         to recalcurate spam score even if scoring header has already been
16424         added.
16425         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16426         optional argument to recalcurate spam score even if scoring header
16427         has already been added.
16428
16429 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16430
16431         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16432         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16433         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16434         link is missing.
16435
16436 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16437
16438         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16439         (html2text-get-attr): Rewrite.
16440
16441         * message.el (message-setup-1): Remove redundant put-text-property
16442         on mail-header-separator.
16443
16444 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16445
16446         * gnus-registry.el (gnus-registry-cache-whitespace)
16447         (gnus-registry-action, gnus-registry-spool-action)
16448         (gnus-registry-split-fancy-with-parent): Change message levels
16449         from 5 to 3 or 7, as needed.
16450
16451         * spam.el (spam-summary-prepare-exit)
16452         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16453         (spam-split, spam-find-spam, spam-log-undo-registration)
16454         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16455         level from 5 to 6.
16456
16457 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16460         2004-03-04 change).
16461
16462 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16463
16464         * sieve-manage.el (sieve-manage-open):
16465         * nnweb.el (nnweb-insert-html):
16466         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16467         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16468         * nnspool.el (nnspool-request-group):
16469         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16470         * nnml.el (nnml-request-update-info):
16471         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16472         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16473         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16474         (nnimap-request-set-mark):
16475         * nnfolder.el (nnfolder-request-update-info):
16476         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16477         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16478         * gnus-uu.el (gnus-uu-find-articles-matching):
16479         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16480         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16481         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16482         * gnus-nocem.el (gnus-nocem-scan-groups):
16483         * gnus-int.el (gnus-start-news-server):
16484         * gnus-group.el (gnus-group-make-kiboze-group)
16485         (gnus-group-browse-foreign-server):
16486         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16487         Use mapc when appropriate.
16488
16489 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16490
16491         FIXME: Make separate entries for each person.
16492
16493         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16494         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16495         <shields@msrl.com>:
16496
16497         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16498         may need for spam sorting and scoring.
16499         (spam-user-format-function-S): Add user format function suitable for
16500         general use.
16501         (spam-article-sort-by-spam-status): Add sorting function for summary
16502         sorting.
16503         (spam-extra-header-to-number): Add function to get a score from a
16504         header.
16505         (spam-summary-score): Add function to get a numeric score from the
16506         headers.
16507         (spam-generic-score): Fix function doc, was in wrong place.
16508         (spam-initialize): Take symbols when it's run, and install the
16509         extra headers that spam-necessary-extra-headers thinks we need.
16510
16511 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16512
16513         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16514         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16515
16516 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16517
16518         * gnus-sum.el (gnus-set-global-variables)
16519         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16520         (gnus-article-get-xrefs, gnus-summary-best-group)
16521         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16522         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16523         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16524         Use with-current-buffer.
16525
16526 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16527
16528         * spam.el (spam-summary-prepare-exit): Simplify logic.
16529         (spam-fetch-article-header): Read the article header if it's not
16530         available.
16531         (spam-list-articles): Simplify logic.
16532         (spam-filelist-register-routine): Fix bug with unregister-list.
16533
16534         * gnus-registry.el: Fix comments at beginning.
16535
16536 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16537
16538         * message.el (message-cater-to-broken-inn): Remove.
16539         (message-shorten-references): Make sure the total folded length of
16540         References is shorter than 998 characters to cater to a bug in INN
16541         2.3.  Also, don't pretend that references aren't folded -- this
16542         hasn't worked for a while.
16543
16544 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16545
16546         * gnus-agent.el (gnus-agentize):
16547         gnus-agent-send-mail-real-function no longer set to current value
16548         of message-send-mail-function but rather a lambda that calls
16549         message-send-mail-function.  The change makes the agent real-time
16550         responsive to user changes to message-send-mail-function.
16551
16552 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16553
16554         * legacy-gnus-agent.el
16555         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16556         help from Florian Weimer <fw@deneb.enyo.de>
16557
16558 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * nnmail.el (nnmail-cache-insert): Revert last change.
16561
16562 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * nnmail.el (nnmail-cache-insert): Always check whether
16565         nnmail-cache-ignore-groups matches a group name.
16566
16567 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16568
16569         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16570         (spam-find-spam, spam-log-processing-to-registry)
16571         (spam-log-registered-p, spam-log-unregistration-needed-p)
16572         (spam-log-undo-registration): Use gnus-message instead of
16573         gnus-error, none of these errors are fatal.
16574
16575         * gnus-registry.el (gnus-registry-clean-empty-function)
16576         (gnus-registry-clean-empty): Remove only empty entries without
16577         extra data.
16578
16579 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16580
16581         * spam-stat.el (spam-stat-buffer-change-to-spam)
16582         (spam-stat-buffer-change-to-non-spam): Change (error) to
16583         (gnus-message 8) invocation.
16584
16585 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * nntp.el (nntp-via-netcat-command): New variable.
16588         (nntp-via-netcat-switches): New variable.
16589         (nntp-open-via-rlogin-and-netcat): New function.
16590         (nntp-open-connection-function): Doc fix.
16591         (nntp-telnet-command): Doc fix.
16592         (nntp-end-of-line): Doc fix.
16593         (nntp-via-rlogin-command): Doc fix.
16594         (nntp-via-user-name): Doc fix.
16595         (nntp-via-address): Doc fix.
16596
16597 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16600         error in Emacs 21.1.
16601
16602 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16603
16604         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16605
16606 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16607
16608         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16609         (gnus-agent-with-refreshed-group): New macro.
16610         (gnus-agent-rename-group): New function.
16611         (gnus-agent-delete-group): New function.
16612         (gnus-agent-save-group-info): Use gnus-command-method when
16613         `method' parameter is nil.  Don't write nil entries into the
16614         active file.
16615         (gnus-agent-get-group-info): New function.
16616         (gnus-agent-fetch-articles): Use
16617         gnus-agent-update-files-total-fetched-for to increment disk space
16618         used.
16619         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16620         gnus-agent-update-view-total-fetched-for to increment disk space
16621         used.
16622         (gnus-agent-get-local): Added optional parameters to avoid calling
16623         gnus-group-real-name and gnus-find-method-for-group.
16624         (gnus-agent-set-local): Delete stored entry if either min, or max,
16625         are nil.
16626         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16627         quit, use gnus-agent-regenerate-group to record existance of any
16628         articles fetched to disk before the quit occurred.
16629         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16630         gnus-agent-update-view-total-fetched-for, and
16631         gnus-agent-update-files-total-fetched-for to decrement disk space
16632         used.
16633         (gnus-agent-retrieve-headers): Use
16634         gnus-agent-update-view-total-fetched-for to increment disk space
16635         used.
16636         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16637         with gnus-agent-update-files-total-fetched-for to decrement disk
16638         space and fresh group buffer.
16639         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16640         (gnus-agent-need-update-total-fetched-for): New variable.
16641         (gnus-agent-update-files-total-fetched-for): New function.
16642         (gnus-agent-update-view-total-fetched-for): New function.
16643         (gnus-agent-total-fetched-for): New function.
16644
16645         * gnus-cache.el (gnus-cache-save-buffers): Use
16646         gnus-cache-update-overview-total-fetched-for to change disk space
16647         used by this group.
16648         (gnus-cache-possibly-enter-article): Use
16649         gnus-cache-update-file-total-fetched-for to increment disk space
16650         used by this group.
16651         (gnus-cache-possibly-remove-article): Use
16652         gnus-cache-update-file-total-fetched-for to decrement disk space
16653         used by this group.
16654         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16655         (gnus-cache-rename-group): New function.
16656         (gnus-cache-delete-group): New function.
16657         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16658         (gnus-cache-need-update-total-fetched-for): New variable.
16659         (gnus-cache-with-refreshed-group): New macro.
16660         (gnus-cache-update-file-total-fetched-for): New function.
16661         (gnus-cache-update-overview-total-fetched-for): New function.
16662         (gnus-cache-rename-group-total-fetched-for): New function.
16663         (gnus-cache-delete-group-total-fetched-for): New function.
16664         (gnus-cache-total-fetched-for): New function.
16665
16666         * gnus-group.el: Require gnus-sum and autoload functions to
16667         resolve warnings when gnus-group.el compiled alone.
16668         (gnus-group-line-format): Documented new %F.
16669         (size of Fetched data) group line format; identifies disk space
16670         used by agent and cache.
16671         (gnus-group-line-format-alist): Defined new F format.
16672         (gnus-total-fetched-for): New function.
16673         (gnus-group-delete-group): No longer update
16674         gnus-cache-active-altered as gnus-request-delete-group now keeps
16675         the cache in sync.
16676         (gnus-group-list-active): Let the agent store a server's active
16677         list if currently plugged.
16678
16679         * gnus-int.el (gnus-request-delete-group):
16680         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16681         local disk in sync with the server.
16682         (gnus-request-rename-group):
16683         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16684         local disk in sync with the server.
16685
16686         * gnus-start.el (gnus-get-unread-articles):
16687         Cosmetic simplification to logic.
16688
16689         * gnus-util.el (gnus-rename-file): New function.
16690
16691 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16692
16693         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16694
16695 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16696
16697         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16698         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16699
16700 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16701
16702         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16703         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16704
16705 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16706
16707         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16708
16709 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16710
16711         * spam.el (spam-set-difference): Add function to replace
16712         gnus-set-difference in spam.el.
16713         (spam-summary-prepare-exit): Use spam-set-difference.
16714
16715 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16716
16717         * gnus-registry.el (gnus-registry-cache-file): Update to use
16718         gnus-dribble-directory OR gnus-home-directory OR ~.
16719         (gnus-registry-split-fancy-with-parent): Fix doc.
16720
16721 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * message.el (message-exchange-point-and-mark): Use
16724         message-mark-active-p.  Suggested by Jesper Harder
16725         <harder@ifa.au.dk>.
16726
16727 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * message.el (message-exchange-point-and-mark): Don't activate
16730         region if it was inactive.  Suggested by Hiroshi Fujishima
16731         <pooh@nature.tsukuba.ac.jp>.
16732
16733 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * gnus-art.el (article-display-face): Display Faces in the same
16736         order as X-Faces.
16737
16738 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16739
16740         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16741
16742 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16745         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16746         (gnus-article-mime-hierarchy): Remove.
16747         (gnus-article-mime-hierarchy-next): Remove.
16748         (gnus-article-mode): Revert 2004-03-19 change.
16749         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16750         (gnus-insert-mime-button): Revert 2004-03-19 change.
16751         (gnus-mime-accumulate-hierarchy): Remove.
16752         (gnus-mime-enter-multipart): Remove.
16753         (gnus-mime-leave-multipart): Remove.
16754         (gnus-mime-display-part): Revert 2004-03-19 change.
16755         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16756
16757         * mml.el (mml-preview): Revert 2004-03-19 change.
16758
16759 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16760
16761         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16762
16763 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16766         t while entering a file name using the mm-with-multibyte macro.
16767         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16768
16769         * mm-util.el (mm-with-multibyte): New macro.
16770
16771 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16774         user option.
16775         (gnus-mime-multipart-functions): Doc and customization fix.
16776         (gnus-article-mime-hierarchy): New variable.
16777         (gnus-article-mime-hierarchy-next): New variable.
16778         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16779         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16780         gnus-article-mime-hierarchy-next to nil.
16781         (gnus-insert-mime-button): Show hierarchy numbers.
16782         (gnus-mime-accumulate-hierarchy): New function.
16783         (gnus-mime-enter-multipart): New function.
16784         (gnus-mime-leave-multipart): New function.
16785         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16786         (gnus-mime-display-alternative): Show hierarchy numbers.
16787
16788         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16789         gnus-article-mime-hierarchy-next to nil.
16790
16791 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16792
16793         * dns.el: Don't require gnus-xmas.
16794
16795 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16796
16797         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16798         inline PGP.
16799         (mml-menu): Disable mml-quote-region if mark is inactive.
16800
16801 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16804         when the group's active is not available.
16805
16806 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16809         error.
16810
16811 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16812
16813         * imap.el (imap-store-password): New variable.
16814         (imap-interactive-login): Use it.
16815         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16816
16817 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16820         window-start and hscroll to summary window.
16821
16822 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16823
16824         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16825         conversion message to newsrc-dribble when an actual conversion is
16826         performed.
16827
16828 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16829
16830         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16831
16832 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * mm-decode.el (mm-complicated-handles): New function reviving
16835         former definition of mm-multiple-handles.
16836
16837         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16838         (gnus-mime-delete-part): Use it.
16839
16840 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16841
16842         * gnus-agent.el (gnus-agent-read-local): Bind
16843         nnheader-file-coding-system to gnus-agent-file-coding-system to
16844         avoid the implicit assumption that they will always be equal.
16845         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16846         coding-system-for-write, as the with-temp-file macro first prints
16847         to a buffer then saves the buffer.
16848
16849 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus-art.el (gnus-article-edit-part): New function.
16852         (gnus-mime-save-part-and-strip): Use it; do query instead of
16853         signaling an error; don't use mm-multiple-handles.
16854         (gnus-mime-delete-part): Ditto.
16855
16856 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16857
16858         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16859         old file versions.
16860         (gnus-group-prepare-hook): Removed function that converted list
16861         form of gnus-agent-expire-days to group properties.
16862
16863         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16864         (gnus-request-accept-article): Re-indented.
16865
16866         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16867         converters to handle old agent file formats.  Added logic for a
16868         "backup before upgrading warning".
16869         (gnus-convert-mark-converter-prompt): Developers can mark
16870         functions as needing (default), or not needing,
16871         gnus-convert-old-newsrc's "backup before upgrading warning".
16872         (gnus-convert-converter-needs-prompt): Tests whether the user
16873         should be protected from potentially irreversable changes by the
16874         function.
16875
16876         * legacy-gnus-agent.el: New.  Provides converters that are only
16877         loaded when gnus-convert-old-newsrc needs to call them.
16878
16879 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16880
16881         * mail-source.el (mail-source-touch-pop): Doc fix.
16882
16883         * message.el (message-smtpmail-send-it): Doc fix.
16884
16885 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16886
16887         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16888
16889         * nnmail.el (nnmail-split-fancy): do.
16890
16891         * gnus-kill.el (gnus-kill, gnus-execute): do.
16892
16893 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16894
16895         * gnus-sum.el (gnus-widget-reversible-match)
16896         (gnus-widget-reversible-to-internal)
16897         (gnus-widget-reversible-to-external): New functions.
16898         (gnus-widget-reversible): New widget.
16899         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16900
16901 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16902
16903         * gnus-sum.el (gnus-thread-sort-functions)
16904         (gnus-article-sort-functions): Document `(not F)' items.
16905
16906 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16907
16908         * spam.el (spam-use-gmane-xref): Add new backend.
16909         (spam-gmane-xref-spam-group): Add variable to control the name of the
16910         Gmane spam group.
16911         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16912         (spam-regex-headers-spam, spam-regex-headers-ham)
16913         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16914         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16915         backends and checks.
16916         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16917
16918         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16919         an autodetect method.
16920
16921 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16922
16923         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16924         articles are being added to a group.
16925         (gnus-request-replace-article): Inform the agent that articles
16926         need to be uncached as the cached contents are no longer valid.
16927
16928 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * binhex.el: Don't autoload executable-find.
16931
16932         * canlock.el: Don't autoload mail-fetch-field.
16933
16934         * dgnushack.el: Autoload c-mode for XEmacs.
16935
16936         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16937
16938         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16939         rmail-dont-reply-to and rmail-output.
16940
16941         * gnus-score.el: Don't autoload ffap-string-at-point.
16942
16943         * gnus-setup.el: Don't autoload sc-cite-original.
16944
16945         * imap.el: Don't autoload base64-decode-string,
16946         base64-encode-string and md5.
16947
16948         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16949         and rmail-msg-restore-non-pruned-header.
16950
16951         * mm-decode.el: Don't autoload executable-find.
16952
16953         * mm-url.el: Don't autoload executable-find.
16954
16955         * mm-view.el: Don't autoload diff-mode.
16956
16957         * nndb.el: Don't autoload news-reply-mode, news-setup,
16958         cancel-timer and telnet.
16959
16960         * password.el: Don't autoload run-at-time for Emacs.
16961
16962         * sha1-el.el: Don't autoload executable-find.
16963
16964         * sieve-mode.el: Don't autoload c-mode.
16965
16966         * uudecode.el: Don't autoload executable-find.
16967
16968 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16969
16970         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16971         (gnus-agent-possibly-alter-active): Avoid null in numeric
16972         comparison.
16973         (gnus-agent-set-local): Refuse to save null in local object table.
16974         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16975         list of articles that will be marked as unread.
16976
16977 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16980
16981 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16982
16983         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16984         language tags.
16985
16986 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16987
16988         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16989         Don't bind "obarray".
16990
16991         * gnus-sum.el (gnus-thread-sort-functions): Added
16992         `gnus-thread-sort-by-most-recent-number' and
16993         `gnus-thread-sort-by-most-recent-date'.
16994         Reported by Kai Grossjohann <kai@emptydomain.de>.
16995
16996 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16997
16998         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16999
17000 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17001
17002         * gnus-cus.el (gnus-agent-customize-category): Removed
17003         ignore-errors macro reference that required cl to be loaded at
17004         run-time.
17005
17006         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17007         single-interval range of the form (min . max).  Previously the
17008         range had to look like ((min . max)).  Likewise, return
17009         (min . max) rather than ((min . max)).
17010         (gnus-range-map): Use gnus-range-normalize to accept
17011         single-interval range.
17012
17013         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17014         the cache, but not the agent, now appear with their usual face.
17015
17016         * dgnushack.el (loaddir): New variable that is bound to the
17017         directory containing the dgnushack.el file. Use loaddir, rather
17018         than srcdir, to update load-path. Change lets dgnushack compile
17019         code in directories other than GNUS/lisp.
17020
17021 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * lpath.el: Don't bind w3m-safe-url-regexp.
17024
17025         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17026         w3m-safe-url-regexp variable buffer-local.
17027
17028         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17029
17030 2004-02-27  Simon Josefsson  <jas@extundo.com>
17031
17032         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17033         gnus-group-real-prefix.
17034         (gnus-summary-move-article): Use it, instead of
17035         gnus-group-real-prefix.
17036
17037 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * lpath.el: Bind w3m-safe-url-regexp.
17040
17041         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17042         w3m-safe-url-regexp variable buffer-local and set it as the value
17043         of mm-w3m-safe-url-regexp.
17044
17045         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17046
17047         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17048         parsing gnus-posting-styles when the message is not for replying.
17049
17050         * dgnushack.el: Autoload sgml-mode for XEmacs.
17051
17052         * nnrss.el (nnrss-opml-export): Use
17053         mm-set-buffer-file-coding-system instead of
17054         set-buffer-file-coding-system.
17055
17056 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17057
17058         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17059         of checkdoc.el).
17060         * nnrss.el: do.
17061         * gnus-mlspl.el: do.
17062         * gnus-ml.el: do.
17063         * gnus-srvr.el: do.
17064
17065         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17066
17067 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17068
17069         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17070         Corrections to custom-manual links.
17071
17072         * gnus-art.el (gnus-article): Ditto.
17073
17074         * mm-decode.el (mime-display, mime-security): Ditto.
17075
17076 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17077
17078         * flow-fill.el: Typo.
17079
17080 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17081
17082         * spam-wash.el: New file.
17083
17084 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17085
17086         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17087
17088 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17089
17090         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17091         to be run with new-articles as LIST1, not LIST2.
17092         (spam-registration-functions): Add spam-use-ham-copy as a nil
17093         registration backend.
17094
17095 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17096
17097         * spam-stat.el (spam-stat-washing-hook): New option.
17098         (spam-stat-buffer-words): Use it.
17099         (spam-stat-process-directory, spam-stat-test-directory): Use
17100         insert-file-contents-literally.
17101         (spam-stat-coding-system): New variable.
17102         (spam-stat-load, spam-stat-save): Use it.
17103
17104 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * spam-report.el (spam-report-plug-agent): Quote
17107         spam-report-url-to-file and spam-report-url-ping-plain.
17108
17109 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17110
17111         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17112         / in mailto URLs.
17113
17114 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17115
17116         * spam-report.el (spam-report-process-queue): Fix interactive use.
17117         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17118         (spam-report-unplug-agent): Doc fixes.
17119         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17120         (spam-report-agentize, spam-report-deagentize): Autoload.
17121
17122 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17125
17126         * message.el (message-setup-fill-variables): Add mml tags to
17127         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17128         <ajk@iu.edu>.
17129         (message-mode): Don't modify paragraph-separate there.
17130
17131 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * compface.el (uncompface-use-external): Default to undecided.
17134         (uncompface-use-external-threshold): New variable.
17135         (uncompface-float-time): New macro.
17136         (uncompface): Determine whether to use the external decoder if
17137         uncompface-use-external is undecided.
17138
17139 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17140
17141         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17142         after images.
17143
17144         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17145
17146 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17147
17148         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17149
17150         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17151
17152         * gnus-sum.el (gnus-summary-limit-to-age)
17153         (gnus-summary-limit-children): do.
17154
17155         * gnus-int.el (gnus-request-scan): do.
17156
17157         * gnus-group.el (gnus-group-suspend): do.
17158
17159         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17160
17161         * gnus-cite.el (gnus-cite-parse-attributions): do.
17162
17163         * gnus-agent.el (gnus-summary-set-agent-mark)
17164         (gnus-agent-regenerate-group): do.
17165
17166         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17167
17168         * binhex.el (binhex-decode-region-internal): do.
17169
17170 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-fun.el (gnus-face-properties-alist): New user option.
17173         (gnus-display-x-face-in-from): Use it.
17174
17175         * gnus-art.el (article-display-face): Ditto.
17176
17177         * compface.el (uncompface-use-external): Default to nil.
17178
17179 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17180
17181         * nntp.el (nntp-erase-buffer): New function.
17182         (nntp-retrieve-data, nntp-send-command)
17183         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17184         (nntp-possibly-change-group): Use it.
17185
17186         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17187         with-current-buffer.
17188
17189 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17190
17191         * compface.el: Merge the ELisp-based uncompface program.
17192         (compface): New customization group.
17193         (uncompface-use-external): New user option.
17194         (uncompface): Call uncompface-internal if uncompface-use-external
17195         is nil.
17196         (uncompface-internal): New function.  Note that there are also
17197         some other functions and variables added for this function.
17198
17199 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17200
17201         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17202         if necessary.
17203
17204 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17205
17206         * spam-report.el (spam-report-unplug-agent)
17207         (spam-report-plug-agent, spam-report-deagentize)
17208         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17209         Add support for the Agent in spam-report: when unplugged, report to a
17210         file; when plugged, submit all the requests.
17211
17212         * spam.el (spam-register-routine): Fix message about
17213         registration.
17214
17215 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17216
17217         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17218         dependencies.
17219         (rfc2047-encode): Use it.
17220
17221         * gnus-art.el (gnus-button-marker-list): Move before first
17222         reference.
17223
17224         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17225         (imap-parse-body): Fix format string mismatch.
17226
17227         * gnus-score.el (gnus-summary-increase-score): do.
17228
17229         * nnrss.el (nnrss-close): New function.
17230
17231 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17232
17233         * nnrss.el (nnrss-make-filename): New function.
17234         (nnrss-request-delete-group, nnrss-read-server-data)
17235         (nnrss-save-server-data, nnrss-read-group-data)
17236         (nnrss-save-group-data): Use it.
17237         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17238         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17239         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17240
17241 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17242
17243         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17244
17245 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17246
17247         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17248         files.
17249
17250         * message.el (message-generate-headers-first): Don't quote nil
17251         and t in docstrings.
17252
17253         * imap.el (imap-id): do.
17254
17255         * gnus-agent.el (gnus-agent-consider-all-articles)
17256         (gnus-agent-queue-mail): do.
17257
17258 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17259
17260         * spam-report.el (spam-report-process-queue): New function.
17261         Process requests from `spam-report-requests-file'.
17262         (spam-report-process-queue): Doc fix.
17263
17264 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17265
17266         * spam.el (spam-register-routine)
17267         (spam-log-processing-to-registry, spam-log-registered-p)
17268         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17269         Change "check" to "spam-check" for semi-clarity.
17270
17271 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17272
17273         * pop3.el: Require nnheader.
17274
17275         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17276
17277         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17278
17279         * gnus-picon.el: Require cl.
17280
17281         * gnus-fun.el: Require gnus-ems and gnus-util.
17282
17283         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17284
17285         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17286
17287         * gnus-art.el (gnus-article-edit-mode): Define before first
17288         reference.
17289
17290 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17291
17292         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17293         (gnus-uu-post-encoded): Use point-at-bol.
17294
17295         * gnus-topic.el (gnus-group-active-topic-p): do.
17296
17297         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17298
17299         * gnus-group.el (gnus-group-kill-region): do.
17300
17301         * gnus-art.el (article-date-ut): do.
17302
17303         * message.el (message-fetch-field): Remove redundant
17304         case-fold-search binding.
17305         (message-narrow-to-field): Simplify.
17306
17307 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17308
17309         * spam.el (spam-directory): Derive from `gnus-directory'.
17310
17311         * spam-report.el (spam-report-url-to-file)
17312         (spam-report-requests-file): New function and variable for offline
17313         reporting.
17314         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17315         and user defined function.
17316         (spam-report-url-ping-mm-url): Remove doubled slash.
17317
17318 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17319
17320         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17321
17322 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17323
17324         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17325         format string mismatch.
17326
17327         * sieve.el (sieve-deactivate-all): do.
17328
17329         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17330
17331         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17332
17333         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17334
17335         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17336
17337 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17338
17339         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17340         the list of checks.
17341
17342 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17343
17344         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17345         padding.
17346
17347 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17348
17349         * mm-view.el (mm-fill-flowed): New variable.
17350         (mm-inline-text): Use it.
17351
17352 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17353
17354         * spam.el (spam-spamassassin-register-ham-routine)
17355         (spam-spamassassin-register-spam-routine): Fix function names.
17356
17357 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * gnus.el (gnus-tmp-grouplens): Remove.
17360         (gnus-summary-line-format): Remove grouplens.
17361
17362         * gnus-group.el (gnus-group-line-format): Ditto.
17363
17364         * gnus-spec.el (gnus-format-specs): Ditto.
17365         (gnus-update-format-specifications): Flush the group format spec
17366         cache if there's the grouplens stuff.
17367         (gnus-parse-simple-format): Replace %l with the empty string.
17368
17369 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17370
17371         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17372         omission.
17373
17374 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17375
17376         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17377         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17378
17379 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17380
17381         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17382         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17383         New macros and functions.
17384         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17385         Handle > NLINK_MAX messages.
17386         * nnmaildir.el (nnmaildir-request-set-mark): Use
17387         nnmaildir--emlink-p and nnmaildir--eexist-p.
17388
17389 2004-01-25  Alex Schroeder  <alex@gnu.org>
17390
17391         * spam-stat.el (spam-stat-process-directory-age): New option.
17392         (spam-stat-process-directory): Use it.
17393
17394 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17395
17396         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17397         (spam-stat-save): Accept prefix argument.
17398
17399 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17400
17401         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17402         links" error.
17403
17404 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17407         the rest of the and/or forms.
17408
17409 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17410
17411         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17412         compatibility with old .newsrc.eld files.
17413
17414         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17415
17416         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17417
17418         * gnus-start.el (gnus-1): do.
17419
17420         * gnus-group.el (gnus-group-line-format-alist): do.
17421
17422         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17423
17424         * gnus-gl.el: Remove.
17425
17426 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17427
17428         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17429         marks consisting of a single range {for example, (3 . 5)} rather
17430         than a list of a single range { ((3 . 5)) }.
17431
17432 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17433
17434         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17435         with-current-buffer.
17436         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17437         avoid consing a string.
17438
17439         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17440         Remove obsolete entries for big5 and gb2312.
17441
17442 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17443
17444         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17445         uncompressed list.
17446
17447 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17448
17449         * spam-stat.el (spam-stat-strip-xref): New function.
17450         (spam-stat-process-directory): Use it.
17451
17452         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17453         here -- it's done in message-fetch-field.
17454
17455 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17456
17457         * gnus-agent.el (gnus-agent-queue-mail)
17458         (gnus-agent-prompt-send-queue): New variables.
17459         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17460         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17461         "nndraft:queue" along to gnus-draft-send.  Use
17462         gnus-agent-prompt-send-queue.
17463         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17464         is "nndraft:queue".  Suggested by Gaute Strokkenes
17465         <gs234@srcf.ucam.org>
17466
17467         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17468         (agent-enable-undownloaded-faces): Added.
17469         (gnus-agent-cat-groups): Use eval-and-compile, not
17470         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17471         method of gnus-agent-cat-groups even when the buffer has been
17472         evaled.
17473         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17474         delete gnus-agent-save-active-1.
17475         (gnus-agent-save-groups): Deleted.  Identical to
17476         gnus-agent-save-active.
17477         (gnus-agent-write-active): No longer adjust agent's copy of active
17478         file as agent's adjustments are now stored in their own
17479         file.  Removed optional parameter.
17480         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17481         servers.  Add use of min/max range limits from server's local
17482         file.
17483         (gnus-agent-save-alist): Removed unused optional argument.
17484         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17485         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17486         (gnus-agent-set-local): A per-server file that keeps min/max range
17487         limits for articles known to the agent.  Provides a fast mechanism
17488         for altering many active ranges.
17489         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17490         active file (local makes it unnecessary).
17491         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17492
17493         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17494         (agent-enable-undownloaded-faces): Added.
17495
17496         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17497         disable it when sending to "nndraft:queue".
17498         (gnus-group-send-queue): Add safety check to avoid sending queue
17499         when unplugged.
17500
17501         * gnus-group.el (gnus-group-catchup): Use new
17502         gnus-sequence-of-unread-articles, not
17503         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17504         numbers of articles.  Use gnus-range-map to avoid having to
17505         uncompress the unread list.
17506         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17507         Fixed invalid ange-ftp reference.
17508
17509         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17510         (gnus-sorted-range-intersection): Intersection of two ranges
17511         without requiring that they first be uncompressed.
17512
17513         * gnus-start.el (gnus-activate-group): Unless blocked by the
17514         caller, possibly expand the active range to include both cached
17515         and agentized articles.
17516         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17517         multiple version-dependent converters.
17518         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17519         gnus-agent-save-active.
17520         (gnus-save-newsrc-file): Save dirty agent range limits.
17521
17522         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17523         gnus-agent-possibly-alter-active.
17524         (gnus-adjust-marked-articles): Faster handling of simple lists.
17525
17526 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17527
17528         * spam-stat.el (spam-stat-test-directory): New optional argument
17529         displays a list of files detected.  Suggested by Andrew Cohen
17530         <cohen@andy.bu.edu>.
17531         (spam-stat-buffer-words-with-scores): Don't narrow and change
17532         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17533
17534 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17535
17536         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17537         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17538         (spam-spamassassin-arguments)
17539         (spam-spamassassin-spam-flag-header)
17540         (spam-spamassassin-positive-spam-flag-header)
17541         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17542         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17543         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17544         (spam-list-of-processors, spam-list-of-checks)
17545         (spam-list-of-statistical-checks, spam-registration-functions)
17546         (spam-check-spamassassin-headers, spam-check-spamassassin)
17547         (spam-spamassassin-score)
17548         (spam-spamassassin-register-with-sa-learn)
17549         (spam-spamassassin-register-spam-routine)
17550         (spam-spamassassin-register-ham-routine)
17551         (spam-assassin-register-spam-routine)
17552         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17553         (spam-bogofilter-score): Fix to show article before scoring.
17554
17555 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17556
17557         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17558         default scoring function.
17559         (spam-generic-score): Call spam-spamassassin-score if
17560         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17561         spam-bogofilter-score otherwise.
17562
17563         * gnus.el (spam-process, spam-autodetect-methods): Add
17564         spamassassin and spamassassin-headers.
17565
17566 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17567
17568         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17569         Suppress unnecessary messages.
17570
17571 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17572
17573         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17574         make-hash-table.
17575
17576 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * canlock.el (base64-encode-string): Don't autoload it.
17579
17580 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17581
17582         * run-at-time.el: Remove useless (require 'itimer),
17583         eval-and-compile and (featurep 'xemacs).
17584
17585 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17586
17587         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17588         GROUP is a virtual group.
17589
17590 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17591
17592         * gnus.el: Autoload `message-y-or-n-p'.
17593
17594 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17595
17596         * pgg-parse.el: Remove unnecessary (require 'custom).
17597
17598         * pgg-def.el: do.
17599
17600         * nnmail.el: do.
17601
17602         * gnus-undo.el: do.
17603
17604         * gnus-picon.el: do.
17605
17606         * gnus-util.el: do.
17607
17608 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17609
17610         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17611
17612 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17615         handle, as well as a list.
17616
17617         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17618         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17619         (mm-w3m-cid-retrieve): Simplify.
17620
17621 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17622
17623         * message.el (message-kill-to-signature): Allow prefix arg to
17624         specify number of lines to keep before signature.
17625
17626 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17627
17628         * message.el (message-kill-to-signature): Change docstring.
17629
17630 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17631
17632         * canlock.el: Always require sha1-el.
17633         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17634
17635         * message.el: Autoload sha1 only when compiling.
17636
17637         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17638         eudc-expand-inline for XEmacs.
17639
17640 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * message.el (message-canlock-generate): Require sha1-el.
17643
17644 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17645
17646         * message.el (message-expand-name): Silence the byte compiler.
17647
17648         * lpath.el: Add detect-coding-system.
17649
17650         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17651         cus-edit.
17652
17653 2004-01-13  Simon Josefsson  <jas@extundo.com>
17654
17655         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17656         Invoke gnus-score-mode.  Reported by
17657         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17658
17659         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17660         Jim Blandy <jimb@redhat.com> (tiny change).
17661
17662 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17663
17664         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17665
17666 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17667
17668         * spam.el (spam-get-article-as-string): Update to use
17669         gnus-request-article-this-buffer, much simpler.
17670         (spam-get-article-as-buffer): Remove.
17671
17672 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17673
17674         * message.el (message-expand-name): Use EUDC if the user uses that.
17675
17676 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17677
17678         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17679         character for the encoding to avoid consing a string.
17680
17681         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17682         unnecessarily.
17683
17684         * mm-util.el (mm-replace-chars-in-string): Remove.
17685
17686         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17687         of mm-replace-chars-in-string.
17688
17689 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17690
17691         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17692
17693         * mm-util.el (mm-subst-char-in-string): Support inplace.
17694
17695         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17696         a new string in every iteration.  Use shy groups.
17697
17698 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17699
17700         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17701         * gnus-soup.el (gnus-soup-group-brew):
17702         * gnus-msg.el (gnus-put-message):
17703         * gnus-move.el (gnus-group-move-group-to-server):
17704         * gnus-kill.el (gnus-batch-score):
17705         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17706         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17707         (gnus-group-update-group, gnus-group-read-group)
17708         (gnus-group-make-group, gnus-group-make-help-group)
17709         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17710         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17711         (gnus-group-sort-by-unread, gnus-group-catchup)
17712         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17713         (gnus-group-yank-group, gnus-group-set-info)
17714         (gnus-group-list-groups):
17715         * gnus.el (gnus-generate-new-group-name):
17716         * gnus-delay.el (gnus-delay-send-queue):
17717         * nnvirtual.el (nnvirtual-catchup-group):
17718         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17719         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17720         (gnus-group-prepare-topics, gnus-topic-check-topology):
17721         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17722         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17723         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17724         (gnus-group-make-articles-read):
17725         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17726         (gnus-group-change-level, gnus-kill-newsgroup)
17727         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17728         (gnus-get-unread-articles, gnus-make-articles-unread)
17729         (gnus-make-ascending-articles-unread): Use accessor
17730         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17731         to get group information for improved readability.
17732
17733
17734 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17735
17736         * gnus-art.el (article-decode-mime-words, article-babel)
17737         (gnus-article-highlight-signature, gnus-article-add-buttons)
17738         (gnus-signature-toggle): Use gnus-with-article-buffer.
17739
17740         * gnus-art.el (gnus-article-highlight-headers)
17741         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17742
17743         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17744         (gnus-article-set-globals, gnus-request-article-this-buffer)
17745         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17746         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17747         (gnus-mime-display-alternative): Use with-current-buffer.
17748
17749 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17750
17751         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17752         also under 80 char limit, and call gnus-error if needed.
17753         (spam-fetch-article-header): Fix - it was a
17754         buffer-local variable (gnus-newsgroup-data).
17755         (spam-find-spam): Use spam-generate-fake-headers, forget about
17756         spam-insert-fake-headers.
17757         (spam-insert-fake-headers): Remove.
17758
17759 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17760
17761         * deuglify.el (gnus-article-outlook-unwrap-lines)
17762         (gnus-outlook-rearrange-article)
17763         (gnus-outlook-repair-attribution-outlook)
17764         (gnus-outlook-repair-attribution-block)
17765         (gnus-outlook-repair-attribution-other): Remove redundant
17766         save-excursion.
17767
17768 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17769
17770         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17771         (spam-fetch-field-subject-fast)
17772         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17773         (spam-fetch-article-header): Add functions to deal with Gnus
17774         internals for fast retrieval of article header data.
17775         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17776
17777 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17778
17779         * pop3.el (pop3-md5): Remove.
17780         (pop3-apop): Replace pop3-md5 with md5.
17781
17782         * mm-bodies.el: base64 is always built-in.
17783
17784         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17785         with-current-buffer.
17786
17787 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * canlock.el (canlock-insert-header): Remove excessive grouping in
17790         regexp.
17791
17792         * gnus-sum.el (gnus-summary-read-document): Ditto.
17793
17794         * gnus-uu.el (gnus-uu-part-number): Ditto.
17795
17796         * html2text.el (html2text-remove-tags): Ditto.
17797         (html2text-format-tags): Ditto.
17798         (html2text-format-single-elements): Ditto.
17799
17800         * mml.el (mml-parse-1): Ditto.
17801
17802 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17803
17804         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17805
17806         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17807
17808         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17809
17810         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17811
17812 2003-11-15  Simon Josefsson  <jas@extundo.com>
17813
17814         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17815         (pgg-gpg-lookup-key): Use regexp match instead of
17816         split-string (split-string is different between emacs 21.2 and
17817         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17818
17819 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17820
17821         * gnus-art.el (gnus-mime-view-all-parts)
17822         (gnus-article-part-wrapper, gnus-article-view-part): Use
17823         with-current-buffer.
17824
17825 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17826
17827         * spam.el (spam-disable-spam-split-during-ham-respool)
17828         (spam-spamoracle-database, spam-cache-lookups)
17829         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17830         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17831         (spam-group-ham-marks, spam-group-spam-marks)
17832         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17833         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17834         also add spam-use-blackholes to the statistical checks.
17835         (spam-fetch-field-fast): Add interface to fetching fields, may
17836         become a macro.
17837         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17838         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17839         (spam-insert-fake-headers): Fake an article when needed.
17840         (spam-find-spam): Fake article when possible.
17841         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17842         (spam-check-bogofilter-headers): Use message-fetch-field instead
17843         of nnmail-fetch-field.
17844
17845 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17846
17847         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17848
17849 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17850
17851         * spam.el (spam-split): Do not require spam-use-CHECK to be
17852         enabled if that check is passed to spam-split explicitly; also
17853         fix so 'spam doesn't get converted to spam-split-group when
17854         spam-split-symbolic-return is t.
17855         (spam-find-spam): Find registrations of the article and use those
17856         instead of re-running spam-split to find the spam/ham
17857         classification of the article.
17858         (spam-log-processing-to-registry, spam-log-registered-p)
17859         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17860         Use gnus-error instead of gnus-message.
17861         (spam-log-registration-type): Add function to determine the
17862         classification of a message based on registry entries; will
17863         return nil if both 'spam and 'ham are found.
17864         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17865         a reasonably fast local cache without the loading errors.
17866         (spam-cache-lookups): Set to t by default.
17867         (spam-find-spam): Don't try to guess spam-cache-lookups.
17868         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17869         spam-caches entry.
17870         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17871         caching of whitelist/blacklist entries.
17872         (spam-check-whitelist, spam-check-blacklist): Invoke
17873         spam-from-listed-p with a type, not a cache variable.
17874         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17875
17876 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17877
17878         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17879
17880         * nnmail.el (nnmail-split-fancy): do.
17881
17882         * mml.el (mml-parse): do.
17883
17884         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17885         (gnus-score-adaptive): do.
17886
17887 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17890         (gnus-mime-button-map): Don't set keymap parent.
17891         (gnus-button-ctan-directory-regexp): Use shy grouping.
17892         (gnus-prev-page-map): Don't set keymap parent.
17893         (gnus-prev-page-map): Remove duplicated one.
17894         (gnus-next-page-map): Don't set keymap parent.
17895         (gnus-mime-security-button-map): Ditto.
17896
17897         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17898         version number.
17899
17900         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17901
17902 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * canlock.el (canlock-sha1-function): Remove.
17905         (canlock-sha1-function-for-verify): Remove.
17906         (canlock-openssl-program): Remove.
17907         (canlock-openssl-args): Remove.
17908         (canlock-ignore-errors): Remove.
17909         (canlock-sha1-with-openssl): Remove.
17910         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17911         (canlock-verify): Don't use canlock-ignore-errors.
17912
17913         * sha1-el.el (sha1-string-external): Make it can return a string
17914         in binary form.
17915         (sha1-region-external): Ditto.
17916         (sha1-string-internal): Ditto.
17917         (sha1-region-internal): Ditto.
17918         (sha1-region): Ditto.
17919         (sha1-string): Ditto.
17920         (sha1): Ditto.
17921
17922 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17923
17924         * spam.el (spam-report-articles-gmane): New command.
17925
17926 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17929
17930         * run-at-time.el (run-at-time-saved): Remove.
17931         (run-at-time): Doc fix.
17932
17933 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17934
17935         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17936         (gnus-summary-limit-map): Add it.
17937         (gnus-summary-make-menu-bar): do.
17938
17939 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17940
17941         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17942         Make attempt at some caching support (done for BBDB only now).
17943         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17944         addresses to be checked.
17945         (spam-clear-cache-BBDB): Add function, to be invoked by
17946         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17947         (spam-check-BBDB): Check and use the caches, if
17948         spam-cache-lookups is on, remove superfluous (provide).
17949
17950 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17951
17952         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17953
17954 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17955
17956         * run-at-time.el (run-at-time-saved): Move to after the definition
17957         of `run-at-time'.
17958
17959         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17960
17961 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17964         mm-w3m-local-map-property.
17965
17966         * mm-view.el (mm-w3m-mode-map): Remove.
17967         (mm-w3m-local-map-property): Remove.
17968         (mm-inline-text-html-render-with-w3m): Don't use
17969         mm-w3m-local-map-property.
17970
17971 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17972
17973         * run-at-time.el: New file.
17974
17975         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17976         under Emacs.
17977
17978         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17979         of gnus-set-text-properties.
17980
17981         * gnus-uu.el (gnus-uu-save-article): Ditto.
17982
17983         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17984
17985         * gnus-cite.el (gnus-cite-parse): Ditto.
17986
17987         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17988         of gnus-.
17989
17990         * gnus-xmas.el (run-at-time): Require run-at-time.
17991
17992         * gnus.el: Changed calls to nnheader-run-at-time and
17993         password-run-at-time throughout to use run-at-time directly.
17994
17995         * password.el: Removed definition of run-at-time.
17996
17997         * nnheaderxm.el: Remove definition of run-at-time.
17998
17999 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18000
18001         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18002         in prompt.
18003
18004 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18005
18006         * messagexmas.el (message-xmas-redefine): Alias
18007         `message-make-caesar-translation-table' to
18008         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18009         version.
18010
18011         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18012         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18013         `gnus-xmas-set-text-properties'.
18014         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18015         `gnus-xmas-completing-read'.
18016         (gnus-xmas-completing-read): Removed.
18017         (gnus-xmas-open-network-stream): Removed.
18018
18019         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18020         XEmacs version.
18021
18022         * dns.el (dns-make-network-process): Use `open-network-stream'
18023         instead of `gnus-xmas-open-network-stream'.
18024
18025         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18026
18027         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18028
18029 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18030
18031         * gnus-art.el (gnus-mime-display-alternative)
18032         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18033         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18034         Don't use gnus-local-map-property.
18035
18036         * gnus-util.el (gnus-local-map-property): Remove.
18037
18038         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18039         gnus-completing-read-maybe-default with completing-read.
18040
18041         * gnus-util.el (gnus-completing-read): do.
18042         (gnus-completing-read-maybe-default): Remove.
18043
18044 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18045
18046         * password.el: Only autoload `run-at-time' if not XEmacs.
18047         Only autoload the itimer functions if XEmacs.
18048
18049 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18050
18051         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18052         XEmacsen.
18053
18054         * dgnushack.el: Autoload executable-find for XEmacs.
18055
18056 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18057
18058         * gnus-art.el (gnus-read-string): Remove.
18059         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18060         read-string.
18061
18062 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18063
18064         * netrc.el: Autoload password-read.
18065         (netrc): Add configuration group.
18066         (netrc-encoding-method, netrc-openssl-path): Add
18067         variables for encoding and decoding of files with symmetric
18068         ciphers.
18069         (netrc-encode): Add assistant function to encode a file with
18070         netrc-encoding-method.
18071         (netrc-parse): Add interactive parameter, added optional
18072         decoding if netrc-encoding-method is non-nil but otherwise
18073         behavior is standard.
18074         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18075         Do s/encode/encrypt/ everywhere.
18076
18077         * spam.el: Remove executable-find autoload.
18078
18079 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18080
18081         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18082
18083         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18084
18085 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18086
18087         * gnus-art.el (gnus-treat-ansi-sequences)
18088         (article-treat-ansi-sequences): New variable and function.
18089         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18090
18091         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18092         Use it.
18093
18094 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18095
18096         * mm-util.el (mm-quote-arg): Remove.
18097
18098         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18099         shell-quote-argument.
18100
18101         * gnus-uu.el (gnus-uu-command): do.
18102
18103         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18104
18105         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18106         with make-char.
18107
18108         * mm-util.el (mm-make-char): Remove.
18109
18110         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18111         add-minor-mode.
18112
18113         * gnus-undo.el (gnus-undo-mode): do.
18114
18115         * gnus-topic.el (gnus-topic-mode): do.
18116
18117         * gnus-sum.el (gnus-dead-summary-mode): do.
18118
18119         * gnus-start.el (gnus-slave-mode): do.
18120
18121         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18122
18123         * gnus-ml.el (gnus-mailing-list-mode): do.
18124
18125         * gnus-gl.el (gnus-grouplens-mode): do.
18126
18127         * gnus-draft.el (gnus-draft-mode): do.
18128
18129         * gnus-dired.el (gnus-dired-mode): do.
18130
18131         * gnus-ems.el (gnus-add-minor-mode): Remove.
18132
18133         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18134         Replace gnus-char-width with char-width.
18135
18136         * gnus-ems.el (gnus-char-width): Remove.
18137
18138         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18139         Replace gnus-char-width with char-width.
18140
18141         * gnus-ems.el (gnus-char-width): Remove.
18142
18143         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18144         definition.
18145         Remove Emacs 20 hash table compatibility code.
18146
18147         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18148         20 compatibility code.
18149
18150         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18151
18152         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18153
18154         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18155         with point-at-{eol,bol}.
18156
18157         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18158
18159         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18160
18161         * flow-fill.el (fill-flowed-point-at-bol)
18162         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18163
18164         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18165         Replace with point-at-{eol,bol} throughout all files.
18166
18167 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * ntlm.el (ntlm-string-as-unibyte): New macro.
18170         (ntlm-build-auth-response): Use it.
18171
18172         Remove Emacs 20 stuff:
18173         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18174         (butlast, mapc, remove): Remove the compiler macros.
18175         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18176         of delq and copy-sequence.
18177         * gnus-art.el (popup-menu): Remove the compiler macro.
18178         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18179         Emacs 20.
18180
18181 2004-01-05  Simon Josefsson  <jas@extundo.com>
18182
18183         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18184         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18185         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18186         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18187         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18188         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18189         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18190         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18191         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18192         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18193         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18194         string-xor into ntlm-string-xor.  Suggested by
18195         Jesper Harder <harder@myrealbox.com>.
18196
18197         * ntlm.el: Don't include poem.
18198
18199         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18200         Jesper Harder <harder@myrealbox.com>.
18201
18202         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18203
18204         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18205         probably breaks emacs with DL patch, but do we care? Is anyone
18206         still using the DL stuff?)
18207
18208         * sieve-manage.el: Use the password package.
18209         (sieve-manage-read-passwd): Remove.
18210         (sieve-manage-interactive-login): Use password.  Re-add
18211         condition-case around loop.
18212
18213         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18214         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18215         the password package.
18216
18217 2003-02-19  Simon Josefsson  <jas@extundo.com>
18218
18219         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18220         token.
18221
18222 2002-08-07  Simon Josefsson  <jas@extundo.com>
18223
18224         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18225         (sieve-manage-authenticators):
18226         (sieve-manage-authenticator-alist): Add some SASL mechs.
18227         (sieve-sasl-auth): New function.
18228         (sieve-manage-cram-md5-auth):
18229         (sieve-manage-plain-auth): Rewrite using SASL library.
18230         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18231         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18232         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18233         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18234
18235 2004-01-05  Simon Josefsson  <jas@extundo.com>
18236
18237         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18238         New files.
18239
18240 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18241
18242         * gnus-group.el (gnus-no-groups-message): Update.
18243
18244         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18245
18246 2003-11-09  Simon Josefsson  <jas@extundo.com>
18247
18248         * imap.el: Support for ID IMAP extension (RFC 2971).
18249         (imap-local-variables): Add imap-id.
18250         (imap-id): New variable.
18251         (imap-id): New function.
18252         (imap-parse-response): Parse untagged ID response.
18253         * nnimap.el (nnimap-id): New variable.
18254         (nnimap-open-connection): Use it.
18255
18256 2003-12-28  Simon Josefsson  <jas@extundo.com>
18257
18258         * gnus-score.el (gnus-score-edit-all-score): New.
18259         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18260
18261 2004-01-04  Simon Josefsson  <jas@extundo.com>
18262
18263         * password.el: Add.
18264
18265 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18266
18267         * dns.el (dns-query-types): Fix typo.
18268         (dns-query-types): New function.
18269         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18270         PTR and SOA replies, see RFC 1035.
18271
18272 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18273
18274         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18275
18276         * Moved to Changelog.2.
18277
18278 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18279
18280         * gnus.el (gnus-version-number): Bump version.
18281
18282 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18283
18284         * gnus.el: No Gnus v0.1 is released.
18285
18286 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18287
18288         * gnus.el: No Gnus v0.0 is released.
18289
18290 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18291
18292         * gnus.el (gnus-version-number): Bump.
18293         (gnus-version): No.
18294
18295 See ChangeLog.2 for earlier changes.
18296
18297     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18298       Free Software Foundation, Inc.
18299
18300   This file is part of GNU Emacs.
18301
18302   GNU Emacs is free software: you can redistribute it and/or modify
18303   it under the terms of the GNU General Public License as published by
18304   the Free Software Foundation, either version 3 of the License, or
18305   (at your option) any later version.
18306
18307   GNU Emacs is distributed in the hope that it will be useful,
18308   but WITHOUT ANY WARRANTY; without even the implied warranty of
18309   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18310   GNU General Public License for more details.
18311
18312   You should have received a copy of the GNU General Public License
18313   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18314
18315 ;; Local Variables:
18316 ;; coding: utf-8
18317 ;; fill-column: 79
18318 ;; add-log-time-zone-rule: t
18319 ;; End: