(gnus-delay-article): Remove superfluous `group' binding.
[gnus] / lisp / ChangeLog
1 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5
6         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7         `M-g'.
8         (nnimap-update-info): Update flags/read marks even if \* isn't part of
9         the permanent marks.
10
11 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
12
13         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting
14         according to references/in-reply-to obeys the ignore-groups variable,
15         while splitting by sender and subject do not.
16
17 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
20         alist, so that we can look for non-Unicode chars.
21         (article-translate-strings): Allow both character and string maps.
22
23 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * shr.el (shr-insert): Don't insert space behind a wide character
26         categorized as kinsoku-bol, or between characters both categorized as
27         nospace.
28
29 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
30
31         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
32         headers to gnus-newsgroup-headers.
33
34 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * shr.el (shr-tag-img): Don't align images -- since we're not
37         rescaling, this often leads to ugly displays.
38
39 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
40
41         * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore
42         duplicates.
43
44 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
45
46         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
47         call.
48
49 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * gnus.el: Autoload gnus-html-show-images.
52
53         * nnimap.el: Use nnheader-message throughout.
54
55         * shr.el (shr-tag-img): Ignore images with no data.
56
57 2010-10-15  Julien Danjou  <julien@danjou.info>
58
59         * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
60         possibility to disable format=flow encoding when using hard newlines.
61
62 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * shr.el (shr-insert): Remove space inserted before or after a
65         breakable character or at the beginning or the end of a line.
66         (shr-find-fill-point): Do kinsoku; find the second best point or give
67         it up if there's no breakable point.
68
69 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * nnimap.el (nnimap-open-connection): Message when opening connection
72         for debugging purposes.
73
74         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
75         on every setup buffer call to allow this to change from article to
76         article.
77
78         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
79         buffers where we have a wide table.
80
81 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
82
83         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
84         uses *-request-thread.
85
86 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * nnimap.el (nnimap-open-connection): Remove %s from openssl
89         incantation, which is no longer valid.
90
91 2010-10-14  Julien Danjou  <julien@danjou.info>
92
93         * shr.el: Fix defcustom type (char -> character).
94
95 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
96
97         * nnimap.el (nnimap-open-connection): tls-program should be a list of
98         programs.
99
100 2010-10-14  Julien Danjou  <julien@danjou.info>
101
102         * shr.el (shr-tag-a): Use url-link as widget type.
103
104         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
105         `gnus-group-get-icon'.
106
107 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
108
109         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
110         This should make server editing work better.
111
112         * shr.el (shr-find-fill-point): Don't inloop on indented text.
113
114         * tls.el (tls-program): Remove spurious %s from openssl.
115
116         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
117         (nnimap-parse-flags): Fix regexp.
118
119         * shr.el (shr-find-fill-point): Use a filling algorithm that should
120         probably work for CJVK text, too.
121
122         * nnimap.el (nnimap-extend-tls-programs): Removed.
123         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
124
125         * tls.el (tls-starttls-switches): Remove starttls hack.
126         (open-tls-stream): Ditto.
127         (tls-find-starttls-argument): Ditto.
128
129 2010-10-13  Julien Danjou  <julien@danjou.info>
130
131         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
132         responses.
133
134 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
137
138         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
139         anything in Emacs.
140
141         * shr.el (shr-current-column): Remove buggy and unnecessary function.
142
143 2010-10-13  Julien Danjou  <julien@danjou.info>
144
145         * shr.el (shr-width): Make shr-width a defcustom with default to
146         fill-column.
147         (shr-tag-img): Use shr-width rather than fill-column.
148
149 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * dgnushack.el (byte-optimize-apply)
152         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
153
154         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
155         position when (X-)Faces exist.
156         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
157         avatars when called interactively.
158
159 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
162         gnus-article-x-face-too-ugly is bound.
163
164 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
167
168         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
169         mailbox that doesn't exist.
170
171 2010-10-12  Julien Danjou  <julien@danjou.info>
172
173         * shr.el (shr-tag-img): Encode URL properly when retrieving.
174         (shr-get-image-data): Encode URL properly when fetching from cache.
175         (shr-tag-img): Use aligned-to spaces to align correctly images.
176
177         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
178         before inserting the Gravatar.
179
180         * shr.el (shr-tag-img): Add align attribute support for <img>.
181
182 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
183
184         * gnus-gravatar.el (gnus-art): Required.
185
186         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
187         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
188         Remove long obsoleted functions.
189
190 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
191
192         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
193
194         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
195
196         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
197         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
198         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
199         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
200         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
201         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
202         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
203
204 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * nnimap.el (nnimap-request-rename-group): Select group read-only
207         before renaming it.
208
209         * shr.el (shr-insert): Fix up the white space only regexp.
210
211         * nnimap.el (nnimap-transform-split-mail): Not all articles have
212         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
213
214         * shr.el (shr-current-column): New function.
215         (shr-find-fill-point): New function.
216
217 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
218
219         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
220         numbers.
221
222 2010-10-11  Julien Danjou  <julien@danjou.info>
223
224         * shr.el (shr-hr-line): Add.
225         (shr-tag-hr): Use shr-hr-line to specify which character to use to
226         display hr lines.
227         (shr-max-columns): Do not change state to nil if we just inserting
228         spaces.
229
230 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * gnus-topic.el (gnus-topic-read-group): If after the last group,
233         select the last group.
234
235 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
236
237         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
238
239 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
240
241         * dig.el (dig-mode-map): Declare and define in one step.
242
243 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
246         for Gnus.
247         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
248         (nnimap-update-qresync-info): Mark \Seen articles as read.
249
250         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
251         non-variable, too.
252
253         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
254         available.
255         (nnimap-update-info): Rely more on the current active than the param
256         active to avoid marking articles as read too much.
257
258         * auth-source.el (auth-source-create): Use (user-login-name) for the
259         user name default.
260
261         * nnimap.el (nnimap-update-info): If the server doesn't return any
262         useful info, just use the previous info.
263         (nnimap-update-info): Prefer old info over start-article.
264         (nnimap-update-qresync-info): Finish implementing QRESYNC.
265
266 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
267
268         * nnir.el (autoload): Clean up autoloads.
269         (nnir-imap-default-search-key): Renamed from
270         nnir-imap-search-field. Use key rather than value.
271         (nnir-imap-search-other): New variable.
272         (nnir-read-parm): Use it.
273         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
274         (gnus-summary-nnir-goto-thread): Modify to work with imap.
275
276 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
277
278         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
279         the process, too.
280
281 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
284         Allbery.
285
286         * shr.el: Rework the way things are indented by <li> slightly.
287
288         * gnus.el (gnus-group-set-parameter): Fix typo.
289
290         * nnimap.el: Start implementing QRESYNC support.
291
292 2010-10-09  Julien Danjou  <julien@danjou.info>
293
294         * nnir.el (nnir-engines): Fix too many arguments.
295
296 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
299         group is the "last", so that the backends like nnfolder actually save
300         their folders.
301
302         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
303         try to use that for the tls stream.
304         (nnimap-retrieve-group-data-early): Rework the marks code to heed
305         UIDVALIDITY and find out which groups are read-only and not.
306         (nnimap-get-flags): Use the same marks parsing code as the rest of
307         nnimap.
308
309 2010-10-09  Julien Danjou  <julien@danjou.info>
310
311         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
312
313         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
314         retrieving gravatars.
315
316         * shr.el (shr-table-corner): Add.
317         (shr-table-line): Add.
318         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
319
320 2010-10-08  Julien Danjou  <julien@danjou.info>
321
322         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
323
324 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
325
326         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
327
328         * gnus-sum.el (gnus-mark-article-as-unread)
329         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
330         (gnus-summary-set-bookmark): Use it.
331
332         * gnus-msg.el (gnus-setup-message): Use it.
333
334         * gnus-demon.el (gnus-demon-remove-handler): Use it.
335
336         * gnus.el (gnus-group-remove-parameter): Use it.
337
338         * gnus-group.el (gnus-group-make-web-group): Use it.
339
340         * gnus-demon.el (gnus-demon-remove-handler): Use it.
341
342         * nnregistry.el: Update docs to mention manual.
343
344         * gnus-registry.el: Update docs to mention nnregistry.el.
345         (gnus-registry-initialize): Don't install nnregistry refer method
346         automatically.
347         (gnus-registry-install-nnregistry): Remove it.
348
349 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * shr.el (shr-insert): Don't insert double spaces.
352
353 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * gnus-gravatar.el (gnus-treat-from-gravatar)
356         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
357         called interactively.
358
359         * gnus-art.el (gnus-mime-view-part-externally)
360         (gnus-mime-view-part-internally): Make predicate function passed to
361         gnus-mime-view-part-as-type assume argument is a mime type, not a list
362         of a mime type.
363
364         * shr.el (shr-table-widths): Don't use cl function `reduce'.
365
366 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * shr.el (require): Require cl when compiling.
369         (shr-tag-hr): New function.
370
371         * nnimap.el (nnimap-update-info): Remove double setting of high.
372         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
373         makes nnimap work properly on Courier again.
374
375         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
376         the variable for backwards compatability.
377
378         * mm-decode.el (mm-save-part): If given a non-directory result, expand
379         the file name before using to avoid setting mm-default-directory to
380         nil.
381
382         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
383         bidning gnus-agent variables.
384
385         * shr.el (shr-render-td): Use a cache for the table rendering function
386         to avoid getting an exponential rendering behaviour in nested tables.
387         (shr-insert): Rework the line-breaking algorithm.
388         (shr-insert): Don't leave trailing spaces.
389         (shr-insert-table): Also insert empty TDs.
390         (shr-tag-blockquote): Ensure paragraphs after </ul>.
391
392 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
393
394         * gnus-sum.el (gnus-number): Rename from `number'.
395         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
396         (gnus-summary-limit-children): Update uses correspondingly.
397
398 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
401         (gnus-gravatar-transform-address): Don't show avatars of people of
402         which mail addresses match gnus-gravatar-too-ugly.
403
404 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * shr.el (shr-table-widths): Expand TD elements to fill available
407         space.
408
409 2010-10-07  Julien Danjou  <julien@danjou.info>
410
411         * nnimap.el (nnimap-request-rename-group): Add this method.
412
413 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
416         name from XEmacs' function-arglist.
417
418         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
419         gravatar under XEmacs.
420
421 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
422
423         * auth-source.el: Update docs with TODO items.
424
425         * gnus-sync.el: Update docs to explain state and plans.
426
427         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
428         Hooks for mark updates.
429         (gnus-request-set-mark, gnus-request-update-mark): Use them.
430
431         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
432         hooks with arguments, which is needed for mark update hooks.
433
434 2010-10-06  Julien Danjou  <julien@danjou.info>
435
436         * gnus.el (gnus-expand-group-parameter): Only return and act on what
437         was matched.
438
439         * sieve-manage.el: Update example in `Commentary'.
440
441         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
442
443         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
444         not 2000.
445         (sieve-manage-authenticate): Re-add function.
446
447 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * shr.el (shr-insert): Get 'space transition right.
450         (shr-render-td): Only delete space at the end of the TD.
451
452         * nnimap.el (nnimap-open-connection): Prepare to support
453         open-gnutls-stream.
454
455         * shr.el: Rearrange function order to be more logical.
456
457 2010-10-06  Julien Danjou  <julien@danjou.info>
458
459         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
460         (nnrss-discover-feed): Remove 404 URL in docstring.
461
462         * nnir.el: Fix Swish-E URL.
463         Fix Namazu URL.
464
465         * message.el (message-change-subject): Remove 404 URL in a comment.
466
467 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
468
469         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
470         called interactively.
471
472         * gnus-util.el (gnus-remove-if): Allow hash table.
473         (gnus-remove-if-not): New function.
474
475         * gnus-art.el (gnus-mime-view-part-as-type)
476         * gnus-score.el (gnus-summary-score-effect)
477         * gnus-sum.el (gnus-read-move-group-name):
478         Replace remove-if-not with gnus-remove-if-not.
479
480         * gnus-group.el (gnus-group-completing-read):
481         Regard collection as a hash table if it is not a list.
482
483 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * shr.el (shr-render-td): Allow blank/missing <TD>s.
486
487         * shr.el: Document the table-rendering algorithm.
488
489 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
492         for Emacsen having no `libxml-parse-html-region' support.
493
494 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
497         invalid URLs.
498
499         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
500         line-broken.
501         (shr-tag-img): Ignore image fetching errors.
502         (shr-overlays-in-region): Compute overlay positions correctly.
503
504         * mm-decode.el (mm-shr): Require shr.
505
506         * gnus-art.el (gnus-blocked-images): Move variable here.
507
508         * shr.el (shr-insert-table): Bind free variable.
509
510         * mm-decode.el (mm-shr): Bind shr-content-function.
511
512         * shr.el (shr-content-function): New variable.
513
514         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
515         added for symmetry.
516
517         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
518
519         * gnus-group.el (gnus-group-make-group): Doc fix.
520
521         * nnimap.el (nnimap-request-newgroups): Return success.
522
523         * shr.el (shr-find-elements): New function.
524         (shr-tag-table): Put all the images after the table.
525         (shr-tag-table): Really inhibit images inside the table.
526         (shr-collect-overlays): Copy over overlays from the TD elements to the
527         main document.
528
529         * mm-decode.el (mm-shr): Bind shr-blocked-images to
530         gnus-blocked-images.
531
532 2010-10-05  Julien Danjou  <julien@danjou.info>
533
534         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
535
536         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
537         (gnus-html-maximum-image-size): Add this function.
538         (gnus-html-put-image): Use gnus-html-maximum-image-size.
539
540         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
541         server-value of the capability is nil.
542
543 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * shr.el (shr-tag-em): Add <EM> tag.
546
547 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
548
549         * sieve-manage.el (sieve-manage-default-stream): Make default stream
550         customizable.
551
552         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
553         handing broken links to browse-url.
554
555 2010-10-05  Julien Danjou  <julien@danjou.info>
556
557         * gnus-util.el (gnus-emacs-completing-read)
558         (gnus-iswitchb-completing-read): Use autoload rather than require.
559
560 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
563         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
564         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
565         iswitchb-temp-buflist for XEmacs.
566
567         * gnus-util.el (gnus-completing-read-function): Exclude
568         gnus-icompleting-read and gnus-ido-completing-read from candidates for
569         XEmacs since iswitchb.el is very old and ido.el is unavailable in
570         XEmacs.
571
572         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
573         not to use `delete-dups' that is unavailable in XEmacs 21.4.
574
575         * gnus-html.el: Don't require help-fns under XEmacs.
576         (gnus-html-schedule-image-fetching): Work for XEmacs.
577
578         * mm-decode.el (mm-shr): Decode contents by charset.
579
580 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
583         unknown.
584
585         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
586         (shr-get-image-data): Ensure against the cache file missing.
587
588         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
589         for data.
590
591         * spam-report.el (spam-report-url-ping-plain): Don't query about
592         killing the process.
593
594         * shr.el (shr-render-td): Protect against too-wide text.
595
596 2010-10-04  Julien Danjou  <julien@danjou.info>
597
598         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
599         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
600
601         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
602         retrieved.
603
604 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * shr.el (browse-url): Required.
607         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
608         lines.
609         (shr-show-alt-text, shr-browse-image): New commands.
610         (shr-browse-url, shr-copy-url): New commands.
611
612         * gnus-sum.el (gnus-widen-article-window): New variable.
613         (gnus-summary-select-article-buffer): Use it.
614
615         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
616         without @ signs.
617
618 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
619
620         * nnir.el (nnir-run-imap): Remove spurious space in search string.
621
622 2010-10-04  Julien Danjou  <julien@danjou.info>
623
624         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
625         for XEmacs.
626
627 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
630
631         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
632         (nnimap-close-server): Implement.
633
634         * dgnushack.el (iswitchb): Require to shut up the compiler.
635
636         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
637         (shr-insert): Tweak line breaking.
638         (shr-insert): Handle <pre> better.
639         (shr-tag-li): Get <li> indentation right.
640         (shr-tag-li): Get <li> indentation even righter.
641         (shr-tag-blockquote): Ensure paragraph start.
642         (shr-make-table): Tweak table generation.
643         (shr-make-table): Fix typo.
644
645         * shr.el: Implement table rendering.
646
647 2010-10-04  Julien Danjou  <julien@danjou.info>
648
649         * gnus-html.el (gnus-html-put-image): Fix resize image code.
650
651 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * shr.el (shr-insert): Use string anchors instead of line anchors.
654
655 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * shr.el: Add headings.
658         (shr-ensure-paragraph): Actually work.
659         (shr-tag-li): Make <ul> prettier.
660         (shr-insert): Get white space at the beginning/end of elements right.
661         (shr-tag-p): Collapse subsequent <p>s.
662         (shr-ensure-paragraph): Don't insert double line feeds after blank
663         lines.
664         (shr-insert): \t is also space.
665         (shr-tag-s): Fix "s" tag name function.
666         (shr-tag-s): Fix face prop name.
667
668 2010-10-03  Julien Danjou  <julien@danjou.info>
669
670         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
671
672         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
673         gnus-window-inside-pixel-edges.
674
675         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
676         gnus-ems.
677
678         * mm-view.el (mm-inline-image-emacs): Support image resizing.
679
680         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
681         function.
682
683         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
684         resize choice.
685
686 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
689         beginning of the buffer.
690
691         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
692         article buffer again.
693
694         * shr.el (shr-tag-p): Don't insert newlines at the start of the
695         buffer.
696
697         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
698         when it's at the start of the buffer.
699
700         * shr.el (shr-tag-blockquote): Convert name.
701         (shr-rescale-image): Use the right image-size variant.
702
703         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
704         buffer isn't shown, then select the current article first instead of
705         bugging out.
706         (gnus-summary-select-article-buffer): Show both the article and summary
707         buffers again.
708
709         * shr.el (shr-fontize-cont): Protect against regions with no text.
710         Rename tag functions to shr-tag-* for enhanced security.
711         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
712
713 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
714
715         * shr.el (shr-insert):
716         * pop3.el (pop3-movemail):
717         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
718         loaded.
719
720 2010-10-03  Glenn Morris  <rgm@gnu.org>
721
722         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
723
724         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
725
726         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
727
728         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
729
730         * gnus-util.el (gnus-make-local-hook): Simplify.
731
732 2010-10-02  Julien Danjou  <julien@danjou.info>
733
734         * gnus-util.el (gnus-iswitchb-completing-read): New function.
735         (gnus-ido-completing-read): New function.
736         (gnus-emacs-completing-read): New function.
737         (gnus-completing-read): Use gnus-completing-read-function.
738         Add gnus-completing-read-function.
739
740 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * shr.el (shr-insert-document): Autoload.
743         (shr-img): Be silent.
744         (shr-insert): Add a newline after every picture before text.
745         (shr-add-font): Use overlays for combining faces.
746         (shr-insert): Pass upwards the text start point.
747
748         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
749         possible.
750         (mm-shr): New function.
751
752 2010-10-02  Julien Danjou  <julien@danjou.info>
753
754         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
755         should go backward.
756
757 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
758
759         * shr.el (shr): Fix typo in provide call.
760
761 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * shr.el: New file.
764
765         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
766
767         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
768         completing read.
769
770 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
773         we're being queried about.  Suggested by Dan Jacobson.
774
775         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
776         by Jason Eisner.
777
778         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
779         table, too.  Suggested by Stefan Wiens.
780         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
781         the table unnecessary.  Suggested by Stefan Wiens.
782
783         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
784         longer needed, and probably doesn't work either, as pointed out by
785         Stefan Wiens.
786         (gnus-summary-exit): Remove call to the clearing function.
787         (gnus-summary-exit-no-update): Ditto.
788
789         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
790         instead of gnus-eval-in-buffer-window to avoid popping up frames.
791         Reported by Stefan Monnier.
792         (gnus-summary-save-in-rmail): Ditto.
793
794         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
795         article buffer, instead of both the article buffer and the summary
796         buffer.  Sort of suggested by Dan Jacobson.
797
798         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
799
800         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
801         Suggested by Dan Jacobson.
802
803         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
804         documentation clearer.
805
806         * message.el (message-shorten-references): Comment on the number "21".
807         Suggested by Stefan Monnier.
808
809         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
810         Suggested by Dan Jacobson.
811
812         * gnus.el (gnus-large-newsgroup): Mention
813         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
814
815         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
816         externalize attachments.  Bug reported by Steve Wen.
817
818         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
819         really message anything to the user.
820
821         * nnmail.el (nnmail-article-group): Allow using the fancy split method
822         directly.
823
824         * nnimap.el (nnimap-request-group): Low higher than high to signal no
825         messages in empty groups.
826
827 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
828
829         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
830         non-UIDNEXT group.
831
832 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
835         not the value from the collection.
836
837         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
838         values.  This sometimes happens on some groups that have no info.
839         (nnimap-request-newgroups): New function.
840
841 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
842
843         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
844         check into `gnus-registry-initialize'.
845         (gnus-registry-initialize): Ditto.
846         Fix and extend header docs.
847
848 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
851         regexp backtrace overflows.
852
853         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
854         for starttls that tls.el implements; i.e. openssl.
855
856         * tls.el (tls-starttls-switches): Give up on using starttls with
857         gnutls-cli.
858         (tls-program): Add --insecure to be consistent with the defaults from
859         openssl s_client.  Now all three commands are insecure.
860
861 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * lpath.el: Bind completion-styles-alist for XEmacs.
864
865         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
866         (gravatar-create-image): New function that's an alias to
867         gnus-xmas-create-image, gnus-create-image, or create-image.
868         (gravatar-data->image): Use it.
869
870 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
871
872         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
873         install the nnregistry refer method.
874         (gnus-registry-install-hooks): Use it.
875         (gnus-registry-unfollowed-groups): Add nnmairix to the default
876         unfollowed groups.
877
878 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
879
880         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
881         expanding threads.
882
883 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * nnir.el: Use the server names without suffixes (bug #7009).
886
887         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
888         unencrypted to STARTTLS, if possible.
889
890 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
891
892         * message.el (message-ignored-supersedes-headers): Strip Injection-*
893         headers before superseding.
894
895 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * nnrss.el (nnrss-use-local): Add documentation.
898
899         * nnimap.el (nnimap-extend-tls-programs): New function.
900         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
901         (nnimap-wait-for-connection): Accept the greeting from the stupid
902         output from openssl s_client -starttls, too.
903
904         * tls.el (tls-starttls-switches): New variable.
905         (tls-find-starttls-argument): Use it.
906         (open-tls-stream): Ditto.
907
908         * netrc.el (netrc-credentials): Return the value of the "default"
909         entry.
910         (netrc-machine): Ditto.
911
912         * nnimap.el (nnimap-find-article-by-message-id): Really return the
913         article number.
914         (nnimap-split-fancy): New variable.
915         (nnimap-split-incoming-mail): Use it.
916
917         * nntp.el (nntp-server-list-active-group): Document.
918
919         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
920         SELECT to get the message-id.
921
922         * mail-source.el (mail-sources): Removed webmail support.
923         (defvar): Ditto.
924         (mail-source-fetcher-alist): Ditto.
925         (mail-source-fetch-webmail): Removed.
926
927         * webmail.el: Removed -- doesn't seem relevant any more.
928
929         * gnus.el: Fix up make-obsolete-variable declarations throughout.
930
931         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
932         the \r.
933
934 2010-09-30  Julien Danjou  <julien@danjou.info>
935
936         * gnus-agent.el (gnus-agent-add-group): Fix call to
937         gnus-completing-read.
938
939 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * nndoc.el (nndoc-retrieve-groups): New function.
942
943         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
944         `default', use nnmail-split-methods.
945         (nnimap-request-article): Downcase the NILs so that they are nil.
946
947         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
948         symbol.
949
950         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
951         code, since if the user has requested network, that's what they ought
952         to get.
953         (nnimap-request-set-mark): Erase the buffer before issuing commands.
954         (nnimap-split-rule): Mark as obsolete.
955
956         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
957         variable.
958
959         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
960         correct slot, too.
961
962 2010-09-29  Julien Danjou  <julien@danjou.info>
963
964         * gnus.el (gnus-local-domain): Declare variable obsolete.
965
966         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
967         computing.
968         (gnus-ido-completing-read): Require ido.
969
970 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * gnus-registry.el: Don't prompt on load, which makes it impossible to
973         build Gnus.
974
975         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
976         when interpreting the structures.
977         (nnimap-request-accept-article): Add \r\n to the lines to make this
978         work with Cyrus.
979
980         * nndraft.el (nndraft-request-expire-articles): Use the group name
981         instead if "nndraft".  Fix found by Nils Ackermann.
982
983 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
984
985         * nnregistry.el: Added.
986
987 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
988
989         * nnmail.el (group, group-art-list, group-art):
990         Remove unneeded directives.
991
992 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
993
994         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
995         (mm-mime-charset)
996         * rfc2047.el (rfc2047-syntax-table)
997         * utf7.el (utf7-utf-16-coding-system): Comment fix.
998
999         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1000         rather than `insert-file-contents' and `eval-region'.
1001
1002         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1003         construction.
1004
1005         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1006
1007         * time-date.el: No need to require cl for Emacs 21.
1008
1009 2010-09-29  Julien Danjou  <julien@danjou.info>
1010
1011         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1012         replacement of `gnus-gravatar-relief' to mimic
1013         `gnus-faces-properties-alist'.
1014         Add :version property.
1015
1016 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * mail-source.el (mail-source-report-new-mail)
1019         * message.el (message-default-mail-headers)
1020         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1021
1022         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1023
1024 2010-09-28  Julien Danjou  <julien@danjou.info>
1025
1026         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1027         mail-address contains the same string as real-name.
1028
1029         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1030         non-blank in header, otherwise it'll get stripped.
1031
1032         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1033         real-name, and then for mail address rather than doing : or , search.
1034
1035 2010-09-27  Julien Danjou  <julien@danjou.info>
1036
1037         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1038         (gnus-server-goto-server): Use gnus-completing-read.
1039
1040         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1041
1042         * mm-util.el (defalias): Use gnus-completing-read.
1043         (mm-codepage-setup): Use gnus-completing-read.
1044
1045         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1046         (smime-decrypt-buffer): Use gnus-completing-read.
1047
1048         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1049
1050         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1051         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1052         (mml-insert-multipart): Use gnus-completing-read.
1053
1054         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1055
1056         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1057
1058         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1059
1060         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1061
1062         * gnus.el (gnus-read-method): Use gnus-completing-read.
1063
1064         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1065
1066         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1067         (gnus-mime-action-on-part): Use gnus-completing-read.
1068         (gnus-article-encrypt-body): Use gnus-completing-read.
1069
1070         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1071         (gnus-topic-move-matching): Use gnus-completing-read.
1072         (gnus-topic-copy-matching): Use gnus-completing-read.
1073         (gnus-topic-sort-topics): Use gnus-completing-read.
1074         (gnus-topic-move): Use gnus-completing-read.
1075
1076         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1077         (gnus-agent-add-group): Use gnus-completing-read.
1078
1079         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1080         gnus-completing-read.
1081         (nnmairix-update-groups): Use gnus-completing-read.
1082         (nnmairix-get-server): Use gnus-completing-read.
1083         (nnmairix-backend-to-server): Use gnus-completing-read.
1084         (nnmairix-goto-original-article): Use gnus-completing-read.
1085         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1086
1087         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1088
1089         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1090         (gnus-group-make-useful-group): Use gnus-completing-read.
1091         (gnus-group-make-web-group): Use gnus-completing-read.
1092         (gnus-group-add-to-virtual): Use gnus-completing-read.
1093         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1094
1095         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1096         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1097         (gnus-summary-execute-command): Use gnus-completing-read.
1098         (gnus-summary-respool-article): Use gnus-completing-read.
1099         (gnus-read-move-group-name): Use gnus-completing-read.
1100
1101         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1102         (gnus-summary-score-effect): Use gnus-completing-read.
1103
1104         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1105
1106         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1107         right completing-read function.
1108         (gnus-use-ido): New variable
1109         (gnus-completing-read-with-default): Remove.
1110
1111 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1114         x-focus-frame.
1115
1116         * nnimap.el (auth-source-forget-user-or-password)
1117         (auth-source-user-or-password): Autoload.
1118
1119         * message.el (message-from-style, message-interactive)
1120         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1121         (message-yank-prefix, message-indentation-spaces, message-signature)
1122         (message-signature-file): Add comment.
1123
1124 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1127         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1128         new articles.
1129
1130         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1131         parts.
1132         (nnimap-request-article): Work with the t setting, too.
1133
1134         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1135         that you don't get flashes of other buffers.
1136         (gnus-summary-show-complete-article): Intern before setting.
1137
1138 2010-09-27  David Engster  <dengste@eml.cc>
1139
1140         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1141         well as HEADERS.
1142         (nnmairix-retrieve-headers): Provide new argument for the above.
1143
1144 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * gnus-sum.el (gnus-summary-move-article): Don't alter
1147         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1148         group.
1149
1150         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1151
1152         * message.el (message-cite-prefix-regexp): Revert my last edit.
1153
1154         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1155         variable instead of the Gnus variable.
1156
1157         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1158
1159         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1160         again.
1161
1162         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1163         since some servers don't like it.
1164         (nnimap-open-connection): Forget credentials if the server says the
1165         password was wrong.
1166         (nnimap-parse-line): Protect against invalid data.
1167
1168         * gnus-sum.el (gnus-summary-move-article): Add comment.
1169         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1170         nothing alters it while scanning for new messages.
1171
1172         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1173         which may or may not help.
1174         (nnimap-open-connection): If we're doing a stream connection, and then
1175         discover we're on a STARTTLS-capable server, then open a STARTTLS
1176         connection instead.
1177
1178 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * nnimap.el (utf7): Required.
1181
1182         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1183         prefix.
1184
1185 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1186
1187         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1188
1189 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * nnimap.el (nnimap-request-accept-article): Message the error on
1192         error.
1193
1194 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1197
1198 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * nndoc.el (nndoc-request-list): Return success always.
1201
1202         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1203         `fetch-old' -- we only want to fetch the articles we've requested.  The
1204         rest are in the agent, probably.
1205         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1206         disappeared server" to something low.  It's not important.
1207
1208         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1209         arrived before the FETCH data.
1210
1211         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1212         target here, because we don't know the Gnus name of the group.
1213
1214         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1215         for the correct group.
1216
1217         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1218
1219         * gnus.el (gnus): Give a final warning after startup.
1220
1221         * gnus-util.el (gnus-action-message-log): New variable.
1222         (gnus-message): Use it.
1223         (gnus-final-warning): New function.
1224
1225         * nnimap.el (nnimap-open-connection): Record the greeting.
1226         (nnimap): Add greeting.
1227
1228 2010-09-26  Julien Danjou  <julien@danjou.info>
1229
1230         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1231         arguments.
1232         (gnus-html-wash-images): Fix spec computing to include start/end.
1233
1234         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1235
1236 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1239         deletion.
1240         (nnimap-retrieve-headers): Don't select the group, because that's
1241         already done by nnimap-possibly-change-group.
1242
1243         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1244         (gnus-picon-transform-address): Use it.
1245
1246         * mail-source.el (mail-source-value): Revert previous patch.
1247
1248         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1249         on failure.
1250         (nnimap-open-connection): Look up both virtual and physical server name
1251         credentials.
1252
1253         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1254
1255 2009-02-07  Dave Love  <fx@gnu.org>
1256
1257         * tls.el (open-tls-stream): Don't query killing process.
1258
1259 2009-02-08  Dave Love  <fx@gnu.org>
1260
1261         * gnus-win.el (gnus-window-to-buffer-helper,
1262         gnus-all-windows-visible-p): Function needn't be a symbol.
1263
1264         * mail-source.el (mail-source-value): Function needn't be a symbol.
1265
1266 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267
1268         * message.el (message-cite-prefix-regexp): Remove } from the cite
1269         prefix.
1270
1271         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1272         highlight again, so that the highlight is correct.
1273
1274         * gnus-picon.el (gnus-picon): Remove again.
1275         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1276
1277         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1278         doing the header highlightling, so that the background colour of the
1279         picon is correct.
1280
1281         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1282         (gnus-picon): Ditto.
1283         (gnus-picon): Reinstate.  The background colour for picons is white.
1284         (gnus-picon-insert-glyph): Make the background white.
1285
1286         * nnml.el (nnml-open-nov): Don't return dead buffers.
1287
1288         * auth-source.el (auth-source-create): Query the user for whether to
1289         store the credentials.
1290
1291         * netrc.el (netrc-store-data): New function.
1292
1293         * auth-source.el (auth-source-user-or-password): Use the existing auth
1294         sources, if any, for creation.
1295
1296         * gnus.el (gnus-group-fast-parameter): Return the last matching
1297         parameter instead of the first matching parameter.
1298
1299 2010-09-26  Julien Danjou  <julien@danjou.info>
1300
1301         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1302
1303 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * mml2015.el (mml2015-use): Remove gpg support.
1306
1307         * mml1991.el (mml1991-function-alist): Remove gpg function.
1308         (mml1991-gpg-sign): Removed.
1309
1310 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1311
1312         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1313         (gnus-browse-unsubscribe-current-group): Document it.
1314         (gnus-browse-unsubscribe-group): Use it.
1315
1316 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1319         address to the To list for easier response.
1320
1321         * gnus.el (gnus-play-startup-jingle): Removed.
1322         (gnus-splash): Don't play jingle.
1323         (gnus): Silence gnus-load message.
1324
1325         * gnus-art.el (gnus-treat-play-sounds): Removed.
1326
1327         * gnus.el (gnus-play-jingle): Remove audio support.
1328
1329         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1330
1331         * earcon.el: Removed -- no users.
1332
1333         * gnus-audio.el: Removed -- no users of this package.
1334
1335         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1336
1337         * gnus-start.el (gnus-setup-news): Remove nocem support.
1338
1339         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1340
1341         * gnus.el (gnus-use-nocem): Removed.
1342
1343         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1344         Removed.
1345
1346         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1347         uses NoCeM any more.
1348
1349         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1350         (gnus-button-ctan-handler): Ditto.
1351         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1352         (gnus-button-ctan-directory-regexp): Ditto.
1353         (gnus-button-handle-ctan): Ditto.
1354         (gnus-button-tex-level): Ditto.
1355         (gnus-button-alist): Removed CTAN stuff.
1356
1357 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1360         nnimap-streaming test.
1361
1362         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1363         servers twice.
1364
1365         * nnimap.el (nnimap-open-connection): Add more error reporting when
1366         nnimap fails early.
1367
1368         * nnheader.el (nnheader-get-report-string): New function.
1369         (nnheader-get-report): Use it.
1370
1371         * gnus-int.el (gnus-check-server): Say what the error was when opening
1372         failed.
1373
1374         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1375         using streaming.
1376
1377 2010-09-25  Julien Danjou  <julien@danjou.info>
1378
1379         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1380         gnus-window-inside-pixel-edges.
1381
1382 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1383
1384         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1385
1386         * mm-decode.el (mm-save-part): Allow saving to other directories the
1387         normal Emacs way.
1388
1389         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1390         by Jay Berkenbilt.
1391
1392         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1393         there isn't a single byte.
1394
1395         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1396         just do it.  It doesn't really seem to matter what the user responds
1397         here, I think, so it's just a confusing question.
1398
1399         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1400         non-streaming case.
1401
1402         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1403         (gnus-article-encrypt-body): Use it.
1404
1405         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1406         keystroke.
1407
1408         * nnimap.el (nnimap-find-wanted-parts-1): Use
1409         gnus-fetch-partial-articles.
1410
1411         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1412
1413         * nnimap.el (nnimap-insert-partial-structure): New function.
1414         (nnimap-get-partial-article): New function.
1415         (nnimap-request-article): Use it.
1416         (nnimap-wait-for-response): Return whether the wait was successful.
1417         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1418         retrieval wasn't successful.
1419         (nnimap-retrieve-group-data-early): Allow throttling servers.
1420         (nnimap-streaming): New variable.
1421         (nnimap-fetch-partial-articles): Removed.
1422
1423         * mm-decode.el (mm-with-part): Protect against killed buffers.
1424
1425         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1426         for prettier summary display.
1427
1428 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1429
1430         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1431         directly.
1432
1433 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1436         apparently third-party libraries depend on it.
1437
1438         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1439         before starting negotiation.
1440
1441         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1442         privacy reasons.
1443         (gnus-treat-mail-gravatar): Ditto.
1444
1445         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1446         buffer when inserting images.  Inserting text into the headers, for
1447         instance, can make them invalid.
1448
1449 2010-09-25  Julien Danjou  <julien@danjou.info>
1450
1451         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1452         variables.
1453
1454         * nnheader.el: Remove useless variables news-reply-yank-from and
1455         news-reply-yank-message-id.
1456
1457         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1458         variables.
1459
1460         * mml1991.el: Remove useless mml1991-verbose.
1461
1462         * gnus.el: Remove useless variable gnus-use-generic-from.
1463         Remove obsolete variable gnus-topic-indentation.
1464
1465         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1466
1467         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1468
1469         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1470
1471         * gnus-group.el: Remove useless gnus-group-icon-cache.
1472         Remove useless gnus-ephemeral-group-server.
1473
1474         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1475
1476         * mml2015.el: Remove useless mml2015-verbose.
1477
1478         * mml-smime.el: Remove useless mml-smime-verbose.
1479
1480         * gnus.el: Remove useless gnus-local-domain.
1481
1482         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1483         gnus-gravatar-size.
1484
1485         * gnus-art.el: Remove useless gnus-treat-translate.
1486
1487 2010-09-24  Julien Danjou  <julien@danjou.info>
1488
1489         * gnus-sum.el: Add support for Gravatars.
1490
1491         * gnus-art.el: Add support for Gravatars.
1492
1493         * gnus-gravatar.el: Add this file.
1494
1495         * gravatar.el: Add this file.
1496
1497 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1500
1501         * gnus-group.el (gnus-group-fetch-faq): Removed.
1502
1503         * gnus.el (gnus-group-faq-directory): Removed.
1504
1505         * gnus-group.el (gnus-group-fetch-charter): Removed.
1506
1507         * gnus.el (gnus-group-charter-alist): Removed.
1508
1509         * gnus-group.el (gnus-group-archive-directory): Removed.
1510         (gnus-group-recent-archive-directory): Ditto.
1511         (gnus-group-make-archive-group): Removed.
1512
1513         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1514
1515         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1516         use the same article number for all the cached articles.
1517
1518         * nnimap.el (nnimap-command): Register the last command time so
1519         that we can use it for idling NOOPs.
1520         (nnimap-open-connection): Start the keeplive timer.
1521         (nnimap-make-process-buffer): Store all the process buffers.
1522         (nnimap-keepalive): New function.
1523
1524         * starttls.el: (starttls-open-stream): Add autoload cookie.
1525
1526 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1527
1528         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1529         handling.
1530
1531 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1534         its data structures.
1535
1536         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1537         instead of the cl.el copy-list.
1538         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1539         equalp.
1540
1541 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1544         and tool-bar-local-item-from-menu.
1545
1546         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1547         mode-line-highlight face for Emacs.
1548
1549         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1550         loading gnus-sum.elc; fix comment for canlock-verify.
1551         (gnus-article-jump-to-part): Use read-number.
1552         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1553         Emacs pre-21 compatible code for help-echo.
1554         (gnus-article-next-page-1): No need to adjust the number of lines.
1555         (gnus-article-describe-bindings): Always use help-buffer.
1556
1557         * gnus-audio.el (gnus-audio-inline-sound)
1558         * gnus-cus.el (gnus-custom-mode)
1559         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1560
1561         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1562
1563         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1564         compatible code.
1565
1566 2010-09-24  Glenn Morris  <rgm@gnu.org>
1567
1568         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1569         visiting the fcc file in rmail-mode.
1570
1571         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1572
1573 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * nnir.el: Silence the byte compiler.
1576
1577         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1578         alias to browse-url-url-encode-chars if any.
1579         (gnus-html-encode-url): Use it.
1580
1581 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * gnus-start.el (gnus-use-backend-marks): New variable.
1584         (gnus-get-unread-articles-in-group): Use it.
1585
1586         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1587         makeover.
1588
1589 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1590
1591         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1592
1593 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1596         Removed.
1597         (gnus-setup-news-hook): Removed
1598         gnus-fixup-nnimap-unread-after-getting-new-news.
1599
1600         * gnus-int.el (gnus-request-update-info): Protect against backends not
1601         having the function.
1602
1603         * nnimap.el (nnimap-stream): Mention starttls.
1604         (nnimap-open-connection): Add starttls support.
1605
1606 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1607
1608         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1609
1610 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1613         BODYSTRUCTUREs.
1614         (nnimap-transform-headers): Unfold quoted {42} headers.
1615
1616         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1617         the info.
1618         (gnus-get-unread-articles): Only call updatep on backends that support
1619         it.
1620
1621         * nnweb.el (nnweb-request-update-info): NOOP.
1622
1623         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1624
1625         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1626         since it only deals with marks.
1627
1628         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1629         gnus-request-marks, and make a new gnus-request-update-info.
1630
1631         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1632         the active instead of the high number, which is usually too low.
1633
1634 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1635
1636         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1637         * encrypt.el: Removed.
1638
1639 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1642         server in symbolic form.
1643
1644         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1645         0.9.
1646
1647 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1650         (nnimap-update-info): Fix up code slightly.
1651
1652         * gnus-int.el (gnus-open-server): Add tracing for performance
1653         debugging.
1654
1655         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1656         (gnus-group-insert-group-line): Pass the real group name so that it
1657         gets the right data.
1658
1659         * gnus-start.el (gnus-get-unread-articles): Don't have
1660         `gnus-get-unread-articles-in-group' update info, since that can be
1661         really slow and doesn't seem to be needed?
1662
1663 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1664
1665         * time-date.el (date-to-time): Try using parse-time-string first before
1666         using the slower timezone-make-date-arpa-standard.
1667
1668 2010-09-22  Julien Danjou  <julien@danjou.info>
1669
1670         * gnus-group.el (gnus-group-insert-group-line): Call
1671         gnus-group-highlight-line.
1672         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1673         default hook list.
1674         (gnus-group-update-eval-form): Add new function.
1675         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1676         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1677
1678 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1679
1680         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1681         immediate, then expire all articles.
1682         (nnimap-update-info): Fix off-by-one errors.
1683         (nnimap-flags-to-marks): Would return no marks lists for group with no
1684         flags.  Instead return the other data.
1685
1686 2010-09-22  Julien Danjou  <julien@danjou.info>
1687
1688         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1689         Only return an icon.
1690         (gnus-group-insert-group-line): Compute icon to return.
1691
1692         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1693         variable.
1694         (gnus-html-image-fetched): Only cache if
1695         gnus-html-image-automatic-caching is set.
1696         (gnus-html-image-fetched): Check for errors.
1697
1698 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1701         once per method on `g'.  This ensures that backends like nnfolder don't
1702         open all their folders.
1703
1704         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1705         (nnimap-request-list): Nix out group in the correct buffer.
1706         (nnimap-parse-flags): Implement by using `read' instead of
1707         hand-parsing.
1708         (nnimap-flags-to-marks): Pass on permanent-flags.
1709         (nnimap-make-process-buffer): Record the server name.
1710         (nnimap-parse-flags): Fix typo.
1711         (nnimap-request-scan): Run split on the server in general, not just a
1712         single group.
1713
1714         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1715         parameter, and propagate this downwards.
1716
1717         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1718         since EXAMINE changes it on the server.
1719
1720         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1721         this command might take a while.
1722
1723 2010-09-22  Julien Danjou  <julien@danjou.info>
1724
1725         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1726         harmful if you have 2 images side-by-side, they can't be properly
1727         update on text deletion.  Using text-property is safer here.
1728         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1729         data.
1730
1731 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * nnimap.el (nnimap-expunge-inbox): Removed.
1734         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1735         (nnimap-expunge): Flip default to t.
1736
1737         * gnus.el (gnus-method-to-server): Don't push things to the cache
1738         unless it's unique.
1739         (gnus-server-to-method): Ditto.
1740
1741 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1742
1743         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1744
1745 2010-09-22  Julien Danjou  <julien@danjou.info>
1746
1747         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1748         get the start of data.
1749         (gnus-html-encode-url): Add this function to encode special chars in
1750         URL.
1751         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1752         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1753
1754         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1755         default.
1756         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1757
1758         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1759         images alt-text.
1760         (gnus-html-put-image): Put alt-text as help-echo.
1761
1762 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1765         * mm-util.el (mm-decompress-buffer)
1766         * nnir.el (nnir-run-find-grep)
1767         * pop3.el (pop3-list): Use 3rd arg of split-string.
1768
1769         * time-date.el (format-seconds): Comment fix.
1770
1771         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1772         and byte-optimize-form-code-walker.
1773         (dgnushack-make-auto-load): Don't advise make-autoload.
1774
1775         * lpath.el: Remove Emacs 21 stuff.
1776
1777 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1780         outside the active range.  Suggested by Dan Christensen.
1781
1782         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1783         slightly later to avoid double-getting it.
1784
1785         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1786         previous patch.
1787
1788         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1789
1790 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1791
1792         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1793
1794 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1795
1796         * gnus-int.el (gnus-open-server): Give a better error message in the
1797         "go offline" case.
1798
1799         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1800         marks for nnimap, which is seldom the right thing to do.
1801
1802         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1803         (gnus-same-method-different-name): New function.
1804
1805         * nnimap.el (parse-time): Require.
1806
1807         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1808         method in the presence of many similar methods.
1809
1810         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1811
1812         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1813         nnml-inhibit-expiry.
1814
1815         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1816         find out whether methods are equal.
1817
1818         * nnimap.el (nnimap-find-expired-articles): New function.
1819         (nnimap-process-expiry-targets): New function.
1820         (nnimap-request-move-article): Request the article before looking at
1821         what the Message-ID is.  Fix found by Andrew Cohen.
1822         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1823
1824         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1825         for oldness in addition to being a predicate.
1826
1827         * nnimap.el (nnimap-request-group): When we have zero articles, return
1828         the right data to Gnus.
1829         (nnimap-request-expire-articles): Only delete articles immediately if
1830         the target is 'delete.
1831
1832         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1833         method, this would bug out.
1834
1835         * gnus-group.el (gnus-group-expunge-group): Renamed from
1836         gnus-group-nnimap-expunge, and implemented as a normal interface
1837         function.
1838
1839         * gnus-int.el (gnus-request-expunge-group): New function.
1840
1841         * nnimap.el (nnimap-request-create-group): Implement.
1842         (nnimap-request-expunge-group): New function.
1843
1844 2010-09-21  Julien Danjou  <julien@danjou.info>
1845
1846         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1847         (gnus-html-cache-expired): Add new function.
1848         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1849         wethever we should display image for fetch it.
1850         Compute alt-text earlier to pass it to the fetching function too.
1851         (gnus-html-schedule-image-fetching): Change function argument to only
1852         get one image at a time, not a list.
1853         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1854         cache.
1855         (gnus-html-get-image-data): New function to retrieve image data from
1856         cache.
1857         (gnus-html-put-image): Change buffer argument to use image data rather
1858         than file, and place image above region rather than inserting a new
1859         one. Do not take alt-text as argument, since it's useless now: we place
1860         the image above alt-text.
1861         (gnus-html-prune-cache): Remove.
1862         (gnus-html-show-images): Start to fetch image when we find one, do not
1863         push into a temporary list.
1864         (gnus-html-prefetch-images): Only fetch image if they have expired.
1865         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1866         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1867
1868 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1871
1872 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1875         spec inser "*" if the group isn't active instead of 0.
1876
1877         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1878         opening the server.
1879         (nnimap-request-delete-group): Implement group deletion.
1880         (nnimap-transform-headers): Return the size of the entire message in
1881         the Bytes header, not just the size of the first part.
1882         (nnimap-request-move-article): When moving an article from nnimap,
1883         request the article first so the accepting form has an article to
1884         accept.  Reported by Dan Christensen.
1885         (nnimap-command): Make sure that the error message doesn't error out.
1886
1887 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1888
1889         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1890         we haven't requested anything.
1891
1892 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1895         "".  Fix found by Andrew Cohen.
1896
1897         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1898         instead of -encode-string.
1899
1900 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1903
1904         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1905         by mm-subst-char-in-string.
1906
1907 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1910         waiting for the connection string.
1911
1912         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1913         arriving.
1914
1915         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1916         bogus characters.  This allows selecting certain Gmail groups.
1917
1918         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1919         (nnimap-fetch-partial-articles): New variable.
1920         (nnimap-open-connection): When looking for credentials, also use the
1921         nnimap-server-port.
1922         (nnimap-request-article): Return the group/article number, so that Gnus
1923         `^' works as expected.
1924         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1925         them.
1926
1927         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1928         comments.
1929         (gnus-methods-sloppily-equal): New function.
1930         (gnus): When using the development version of Gnus, load the gnus-load
1931         file.
1932
1933         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1934         `gnus-open-server' on each method before trying to scan them etc.  This
1935         ensures that all the backend parameters are set correctly.
1936
1937         * nnimap.el (nnimap-authenticator): New variable.
1938         (nnimap-open-connection): Allow anonymous login.
1939         (nnimap-transform-headers): The chars header is called Chars not
1940         Bytes.
1941         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1942         drops.
1943
1944         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1945         patch, found by Knut Anders Hatlen.
1946
1947 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1948
1949         * gnus-agent.el (gnus-agent-batch-confirmation)
1950         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1951         to gnus-message.
1952         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1953         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1954         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1955         * gnus-int.el (gnus-open-server): Likewise.
1956         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1957         (gnus-score-check-syntax): Likewise.
1958         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1959         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1960         Likewise.
1961         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1962
1963 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1966         calling conventions so that prefetch doesn't bug out.
1967
1968 2010-09-19  Julien Danjou  <julien@danjou.info>
1969
1970         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1971         rather than `subst-char-in-region' in order to be able to replace ASCII
1972         char by UTF-8 ones.
1973
1974         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1975         than curl.
1976         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1977         the right URL and ALT text on images.
1978         (gnus-html-wash-tags): Fix tag case.
1979         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1980         (gnus-article-html): Add -o display_ins_del=2 option.
1981         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1982
1983 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1986         the extra mail headers, which sometimes seem to happen for unknown
1987         reasons.
1988
1989         * mail-parse.el (mail-header-encode-parameter): Define as
1990         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1991         (or most, perhaps?) mail readers don't understand the latter, but do
1992         understand the former.
1993
1994         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1995         to nil, so that no methods are automatically agentized.  I think this
1996         is probably what most users want.
1997
1998         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1999         from url-retrieve, for instance about invalid URLs.
2000
2001         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2002         groups that have no articles.
2003         (nnimap-request-article): Check that we really got an article when we
2004         requested one.
2005
2006         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2007         doesn't exist.
2008
2009         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2010         nntp buffer so the agent can save it.
2011         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2012         that CRLF doesn't get translated to \n.
2013         (nnimap-open-connection): Don't make 'shell commands only send \n.
2014
2015 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2016
2017         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2018         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2019         Update var name.
2020         (nnml-generate-nov-file): Use dolist.
2021         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2022         Use with-current-buffer.
2023
2024 2010-09-18  Julien Danjou  <julien@danjou.info>
2025
2026         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2027         parallel.
2028
2029 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2032         the range update right.
2033         (nnimap-request-group): Don't make `M-g' bug out on group with no
2034         marks.
2035         (nnoo): Required, so that other packages can require nnimap.
2036         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2037         command we're looking for.  This helps when the server sends more
2038         responses after we've gotten everything we expected.
2039         (nnimap): Add a `newlinep' field to keep track of end-of-line
2040         conventions.
2041         Don't send CRLF to things that don't want it.
2042         (nnimap-request-accept-article): Ditto.
2043
2044 2010-09-18  Julien Danjou  <julien@danjou.info>
2045
2046         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2047         than curl to retrieve images.
2048
2049 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2052         the marks.
2053         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2054         (nnimap-wait-for-connection): New function.
2055         (nnimap-open-connection): If we have PREAUTH, don't query for login
2056         credentials.
2057         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2058         when doing a partial update.
2059
2060 2010-09-18  Julien Danjou  <julien@danjou.info>
2061
2062         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2063         tags.
2064
2065 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * nnimap.el (nnimap-credentials): New function.
2068         (nnimap-open-connection): Use the new function to look for credentials
2069         also on the numeric equivalents of "imap" and "imaps".
2070
2071         * gnus-start.el (gnus-activate-group): Send the info to
2072         gnus-request-group.
2073
2074         * nnimap.el (nnimap-request-group): Have the "check" version of the
2075         function parse flags and update the info, so that a `M-g' get a total
2076         resync of all flags from the group.
2077
2078         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2079         to allow backends to alter the info on group selection.  Also alter all
2080         the backend -request-group functions to take the parameter.
2081
2082         * nnimap.el (nnimap-store-info): New function.
2083         (nnimap-update-info): Store the info for later usage.
2084         (nnimap-request-group): Use the stored info for the dont-check case, so
2085         that we don't retrieve all marks when we enter a group.
2086
2087         * nnimap.el: Use deffoo instead of defun for interface functions.
2088
2089         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2090         update the group info.  This makes the nndraft groups, for instance, go
2091         back to their old behaviour.
2092
2093         * gnus-sum.el (gnus-select-newsgroup): Indent.
2094
2095         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2096         in.
2097         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2098         nothing.
2099
2100         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2101         from methods that are denied.
2102
2103         * gnus-int.el (gnus-method-denied-p): New function.
2104
2105         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2106         store the password instead of netrc.
2107         (nnimap-open-connection): Don't error out when we can't make a
2108         connections.
2109
2110         * auth-source.el (auth-source-create): In the password prompt, say what
2111         we're querying for.  Also prompt for user name if that hasn't been
2112         given.
2113
2114         * nnimap.el (nnimap-with-process-buffer): Removed.
2115
2116 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117
2118         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2119         method when we're reading from the agent.
2120
2121         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2122
2123         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2124         that's probably most useful for users.
2125
2126         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2127         "failed" all the time.
2128
2129         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2130         ...)) with (with-current-buffer ... ).
2131
2132         * nntp.el (nntp-open-server): Return whether the open was successful or
2133         not.
2134
2135         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2136         select an unread unseen article first.
2137
2138         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2139         /etc/services, supply some sensible port defaults.
2140
2141         * dgnushack.el: Define netrc-credentials.
2142
2143 2010-09-17  Julien Danjou  <julien@danjou.info>
2144
2145         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2146
2147 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2148
2149         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2150         doesn't have any parameters.
2151
2152 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2155         only upcased checks.
2156
2157         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2158
2159         * nnimap.el (nnimap-open-shell-stream): New function.
2160         (nnimap-open-connection): Use it.
2161         (nnimap-transform-headers): Get the number of lines in each message.
2162         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2163         number of lines.
2164         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2165         problem.
2166
2167         * utf7.el (utf7-encode): Autoload.
2168
2169         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2170         to allow the mail splitting to not return a default group.  This is
2171         useful for nnimap, which will leave unmatched mail in the inbox.
2172
2173         * nnimap.el: Rewritten.
2174
2175         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2176         nnimap usage.
2177
2178         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2179         if the move is internal, so that nnimap can do fast internal moves.
2180
2181         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2182         data.
2183         (gnus-read-active-for-groups): Support finishing the early retrieval of
2184         data.
2185
2186         * gnus-range.el (gnus-range-nconcat): New function.
2187
2188         * gnus-int.el (gnus-finish-retrieve-group-infos)
2189         (gnus-retrieve-group-data-early): New functions.
2190
2191 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2192
2193         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2194         (nnrss-retrieve-groups):
2195         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2196         (pop3-quit): Use with-current-buffer.
2197
2198 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2201         instead of nnheader-accept-process-output.
2202
2203         * dgnushack.el (dgnushack-compile): Add comment.
2204
2205         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2206
2207         * gnus-html.el (gnus-html-schedule-image-fetching)
2208         (gnus-html-prefetch-images): Replace process-kill-without-query by
2209         gnus-set-process-query-on-exit-flag.
2210
2211 2010-09-16  Romain Francoise  <romain@orebokech.com>
2212
2213         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2214
2215 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216
2217         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2218         parameter to unintern is mandatory-ish in Emacs 24.
2219
2220         * gnus-html.el (gnus-html-schedule-image-fetching)
2221         (gnus-html-prefetch-images): Check for curl before using it.
2222
2223         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2224         depend on curl, which isn't essential.
2225
2226         * imap.el: Revert back to version
2227         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2228         seem problematic.
2229
2230 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2231
2232         * gnus-registry.el (gnus-registry-install-shortcuts):
2233         Explicitly pass `obarray' to `unintern' to avoid a warning.
2234
2235 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2236
2237         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2238         change.
2239
2240         * nnrss.el (nnrss-request-list): Removed this function and related
2241         functions, including the moreover stuff.
2242
2243 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * nnrss.el (nnrss-retrieve-groups): New function.
2246
2247 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2248
2249         * .dir-locals.el: Add no-byte-compile cookie.
2250
2251 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * time-date.el (format-seconds): Comment fix.
2254
2255         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2256         for back end that doesn't support request-scan.
2257
2258 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2261         then do request scans from the backends.
2262
2263         * netrc.el (netrc-credentials): New conveniency function.
2264
2265         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2266         avoid running a hook per line, since this takes a lot of time,
2267         profiling shows.
2268         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2269         directly if gnus-visual-p is true.
2270
2271 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2274         groups; replace mapcar with dolist which is a bit faster; pass groups
2275         info to gnus-read-active-file-1.
2276         (gnus-read-active-file-1): Scan only specified groups if the new
2277         optional arg `infos' is given.
2278
2279 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2282
2283         * pop3.el (pop3-movemail): Removed.
2284         (pop3-streaming-movemail): Renamed to pop3-movemail.
2285
2286         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2287         don't restrict end-tag searches to the end of the line.
2288
2289 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2292         articles of every unchecked group to t, which means unknown since the
2293         server has never been opened.
2294
2295 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * gnus-html.el (gnus-html-show-alt-text): New command.
2298         (gnus-html-browse-image): Ditto.
2299         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2300         to browse the image directly.
2301         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2302         better.
2303
2304         * gnus-async.el (gnus-async-article-callback): Call
2305         `gnus-html-prefetch-images' unconditionally.
2306
2307         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2308         before feeding URLs to curl.
2309
2310 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2313         internal images as deletable by `W D D'.
2314
2315         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2316         (gnus-async-article-callback): Fix typo.
2317
2318 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2321         current line to work around bugs in the output from w3m.
2322
2323         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2324         for groups that want that.
2325
2326         * nntp.el (nntp-wait-for-string): Supply a timeout for
2327         accept-process-output to ensure progress.
2328
2329         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2330         level to get unread articles from, then use that for foreign groups,
2331         too.
2332
2333         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2334         confuses the rest of the function.
2335
2336         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2337         for the methods that support -retrieve-groups, too.
2338
2339         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2340
2341 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2344         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2345
2346         * pop3.el: Require cl when compiling.
2347         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2348
2349 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350
2351         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2352         that aren't going to be activated.
2353         (gnus-get-unread-articles): Fix up the last commit.
2354
2355         * gnus-html.el (gnus-article-html): Allow calling without specifying
2356         the handle.  In that case, dissect the buffer first.
2357
2358         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2359
2360         * nnimap.el (nnimap-open-connection): Revert the change that would look
2361         into authinfo for imaps instead of imap.
2362
2363         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2364         say that you don't want to call gnus-request-group with don-check, but
2365         do check the reponse.  This is for virtual groups only.
2366         (gnus-get-unread-articles): Count the archive groups as secondary, so
2367         that they're activated the same way as before.
2368
2369         * imap.el (imap-message-map): Removed optional buffer parameter, since
2370         no callers use it.
2371         (imap-message-get): Ditto.
2372         (imap-message-put): Ditto.
2373         (imap-mailbox-map): Ditto.
2374         (imap-mailbox-put): Ditto.
2375         (imap-mailbox-get): Ditto.
2376         (imap-mailbox-get): Revert last change for this function.
2377
2378         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2379         case-insensitively.
2380         (nnimap-debug): Removed.
2381
2382         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2383         to use `imap-fetch' instead.  According to the comments, this should be
2384         safe, since all other IMAP clients use the 1:* syntax.
2385         (imap-enable-exchange-bug-workaround): Removed.
2386         (imap-debug): Removed -- doesn't seem very useful.
2387
2388         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2389         mail from a file, and the file doesn't exist.
2390
2391         * imap.el (imap-log): New convenience function used throughout instead
2392         of repeating the same code all over the place.
2393
2394         * pop3.el (pop3-streaming-movemail): Return t for success.
2395
2396         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2397         .authinfo if we're using ssl connection.
2398
2399         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2400         already have if we're in a main Gnus `g' run.
2401
2402         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2403
2404 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2407
2408         * nnmh.el (nnmh-request-list-1): Bind `file'.
2409
2410         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2411         alias to set-process-query-on-exit-flag or process-kill-without-query.
2412         (pop3-open-server): Use it.
2413
2414 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415
2416         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2417         box to the Incoming file.  Fixes mistake in previous checkin.
2418
2419         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2420         request loop (for debugging purposes) removed.
2421
2422         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2423         culprit is more visible.
2424         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2425         (nnml-add-incremental-nov): New functions to do "incremental" nov
2426         updates, where we just append to the end of the existing nov files
2427         without reading/writing them in full.
2428
2429         * mail-source.el (mail-source-delete-crash-box): Really only check the
2430         incoming files once in a while.
2431
2432         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2433
2434         * mail-source.el (mail-source-delete-crash-box): Only check the
2435         incoming files for deletion once per day to save a lot of file
2436         accesses.
2437
2438         * pop3.el (pop3-logon): Fix up unbound variable typo.
2439
2440         * mail-source.el (pop3-streaming-movemail): Autoload.
2441
2442         * pop3.el (pop3-streaming-movemail): Respect
2443         pop3-leave-mail-on-server.
2444
2445         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2446         retrieval.
2447
2448         * pop3.el (pop3-process-filter): Removed unused function.
2449         (pop3-streaming-movemail, pop3-send-streaming-command)
2450         (pop3-wait-for-messages, pop3-write-to-file)
2451         (pop3-number-of-responses): New functions for streaming pop3
2452         retrieval.
2453
2454         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2455         come from no known methods.
2456         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2457         list.
2458
2459         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2460         message sizes.
2461         (pop3-movemail): Use erase-buffer instead of looping and deleting
2462         regions, which seems rather odd.
2463
2464         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2465         file once per `g' run.
2466
2467         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2468         directories.  This makes the draft queue directory work.
2469
2470         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2471         data from the backends, so that we only request the list of groups from
2472         each method once.  This should speed things up considerably.
2473
2474         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2475         detect that it's not implemented.
2476
2477         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2478         we actually do recurse down into the tree, but don't stat all leaf
2479         nodes.
2480
2481         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2482         then say so instead of bugging out.
2483
2484         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2485         files exist before trying to read them.
2486
2487         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2488         around <pre_int>.
2489
2490         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2491
2492         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2493
2494 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * mm-util.el (mm-image-load-path): Just return the image directories,
2497         not all directories in the path in addition to the image directories.
2498         (mm-image-load-path): Maintain a cache of the image directories so that
2499         the `g' command in Gnus doesn't have to stat dozens of directories each
2500         time.
2501
2502         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2503         (gnus-html-wash-tags): Add a new `i' command to insert images.
2504         (gnus-html-insert-image): New command and keystroke.
2505         (gnus-html-redisplay-with-images): New command and keystroke.
2506         (gnus-html-show-images): Renamed command.
2507         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2508         spacers.
2509         (gnus-html-wash-tags): Decode entities at the end, so that entities
2510         inside the tags don't mess up the rest of the "parsing".
2511
2512         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2513         so that nnimap methods aren't agentized by default.  There's apparently
2514         many problems related to agent/imap behaviour.
2515
2516         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2517
2518         * gnus-html.el: Doc fix.
2519
2520 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2523         specifier-spec-list for Emacs 21.
2524
2525         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2526         glyph-width and glyph-height instead of display-graphic-p and
2527         image-size; make avoidance of displaying small images work for XEmacs.
2528
2529         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2530         for XEmacs.
2531
2532         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2533         of symbol that holds plist data.
2534         (gnus-process-plist): Remove plist of process after getting it.
2535
2536 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * message.el (message-generate-hashcash): Change default to
2539         'opportunistic if hashcash is installed.
2540
2541         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2542         (gnus-html-put-image): Only call image-size once, since it's somewhat
2543         time-consuming on remote X servers.
2544
2545 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2548         type on data, not a file name.
2549
2550         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2551         window-pixel-edges for Emacs 21.
2552
2553         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2554         decoded contents.
2555         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2556
2557 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2560         group line format, since it isn't very interesting.
2561
2562         * gnus-agent.el (gnus-agent-short-article),
2563         (gnus-agent-long-article): Increase values for these two variables,
2564         since most people are likely to have more network connection and
2565         storage than before.
2566
2567         * gnus.el (gnus-refer-article-method): Change default to 'current.
2568         When referring an article, the common behaviour is to refer it from the
2569         current select method, not the native select method.  The chances of
2570         the native select method having the message in question is rather slim
2571         these days.
2572
2573         * gnus-sum.el (gnus-auto-select-subject): Change default to
2574         `unseen-or-unread'.  I think it's likely that most people want to
2575         select an unseen article over a previously seen, but unread one.
2576
2577         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2578         means that in the article buffer none of the minor mode elements will
2579         be shown, usually, and this is not desirable in most cases.
2580
2581         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2582         that commands like `d' (and the like) go to the next line in the
2583         buffer, instead of the next unread article.  I think this is the
2584         behaviour that is most natural for most users.
2585         (gnus-single-article-buffer): Change default to nil, so that people can
2586         have as many article buffers open as they have summary buffer.  I think
2587         this is the most natural way for the groups to behave.
2588
2589         * message.el (message-generate-new-buffers): Change default to
2590         `unsent', so that all new message buffers start their names with the
2591         string "*unsent", and it's easier to find the buffers if you move from
2592         them.
2593
2594 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2597         small.  They're probably tracking images.
2598         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2599         (gnus-html-rescale-image): Yet another try at getting the image sizing
2600         right.
2601
2602         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2603         nntp-marks-file-name is nil.
2604
2605 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2606
2607         * gnus-html.el (gnus-html-wash-tags)
2608         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2609         Better logging.
2610
2611 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2614
2615         * gnus-html.el (gnus-html-wash-tags): Check the value of
2616         gnus-blocked-images in the summary buffer.
2617
2618 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2619
2620         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2621
2622 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2625         like "a", it seems like.
2626         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2627         since it needs to be picked from the correct buffer.
2628
2629         * nnwfm.el: Removed.
2630
2631         * nnlistserv.el: Removed.
2632
2633 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2634
2635         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2636         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2637
2638 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * nnkiboze.el: Removed.
2641
2642         * nndb.el: Removed.
2643
2644         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2645         alt text.
2646         (gnus-html-rescale-image): Try to get the rescaling logic right for
2647         images that are just wide and not tall.
2648
2649         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2650         overshadow variable bindings.
2651
2652 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2653
2654         * gnus-html.el (gnus-html-wash-tags)
2655         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2656         extra logging.
2657
2658 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2661         (gnus-max-image-proportion): New variable.
2662         (gnus-html-rescale-image): New function.
2663         (gnus-html-put-image): Rescale images.
2664
2665 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2666
2667         Fix up some byte-compiler warnings.
2668         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2669         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2670         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2671         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2672         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2673         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2674         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2675
2676 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * gnus-html.el (gnus-article-html): Decode contents by charset.
2679
2680 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2683         (gnus-html-frame-width, gnus-blocked-images)
2684         * message.el (message-prune-recipient-rules): Add custom version.
2685         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2686
2687         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2688         functions.
2689
2690         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2691         gnus-process-get.
2692
2693 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2694
2695         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2696         instead of lsub directly.
2697
2698 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * nnwarchive.el: Removed.
2701
2702         * gnus-soup.el: Removed.
2703
2704         * nnsoup.el: Removed.
2705
2706         * nnultimate.el: Removed.
2707
2708         * gnus-html.el (gnus-blocked-images): New variable.
2709
2710         * message.el (message-prune-recipients): New function.
2711         (message-prune-recipient-rules): New variable.
2712
2713         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2714         guess whether a long line is natural text or not.
2715
2716         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2717         gnus-process-plist and friends for compatibility.
2718
2719 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2720
2721         * gnus-html.el: Require packages that define macros used in this file.
2722         (gnus-article-mouse-face): Declare to silence byte-compiler.
2723         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2724         process-get.
2725         (gnus-html-put-image): Use plist-get to avoid getf.
2726         (gnus-html-prefetch-images): Use with-current-buffer.
2727
2728 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2729
2730         * gnus-ems.el: Provide compatibility functions for
2731         gnus-set-process-plist.
2732
2733         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2734         header-line-format for XEmacs 21.4.
2735
2736         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2737         * gnus.el (gnus-valid-select-methods)
2738         * message.el (message-send-mail-partially-limit)
2739         * mm-decode.el (mm-text-html-renderer)
2740         * mml.el (mml-insert-mime-headers-always)
2741         * smiley.el (smiley-regexp-alist): Bump custom version.
2742
2743 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744
2745         * gnus-html.el: require mm-url.
2746         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2747         with the url to `url'.
2748         (gnus-html-wash-tags): Support cid: URLs/images.
2749
2750 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2753         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2754         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2755
2756         * gnus-move.el: Removed file, since it doesn't really work.
2757
2758         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2759         UTF-8.  This seems to fix problems with some German web feeds.
2760
2761         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2762         at the top so that the proper colours are applied.
2763
2764         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2765         don't have dots in their names.
2766
2767         * gnus-art.el (gnus-article-view-part): Doc fix.
2768
2769         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2770         XEmacs-compatible.
2771         (gnus-html-put-image): Don't do images on non-graphic displays.
2772
2773         * nnslashdot.el: Removed this unused backend.
2774
2775         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2776         actions.
2777         (gnus-undo-register-1): Revert last change.
2778
2779         * gnus-group.el (gnus-group-completing-read): Protect against not
2780         having completion-styles bound.
2781
2782         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2783         make broken recipients happier.
2784
2785         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2786
2787         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2788         point parameter.
2789
2790         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2791
2792         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2793         completion-styles for group selection.
2794
2795 2009-02-04  Andreas Schwab  <schwab@suse.de>
2796
2797         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2798         headers and regexp-quote the match if necessary.
2799
2800 2009-03-24  Miles Bader  <miles@gnu.org>
2801
2802         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2803         the blinking smiley.
2804
2805 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2806
2807         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2808         blink smiley.
2809
2810 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2811
2812         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2813         where the dribbel file lives exists.
2814
2815         * message.el (message-send-mail-partially-limit): Change the default to
2816         nil, since most people don't want this.
2817
2818         * mm-url.el (mm-url-decode-entities): Also decode entities like
2819         &#x3212.
2820
2821 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2822
2823         * gnus-sum.el (gnus-summary-idna-message):
2824         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2825         Hyperlink urls in docstrings with URL `...'.
2826
2827 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2828
2829         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2830         functions.
2831
2832 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2835         say what the mouseover text should be.
2836
2837         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2838         version of the mm-w3m-safe-url-regexp variable to only download images
2839         in the groups where we want that to happen.
2840
2841         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2842
2843         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2844         easier debugging.
2845         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2846         big pictures in the article buffer.
2847
2848         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2849         gnus-article-html.
2850         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2851         w3m.
2852
2853         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2854
2855 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2858         which doesn't exist.
2859
2860         * message.el (message-inhibit-ecomplete): New variable to allow some
2861         function to inhibit ecomplete address storage.
2862         (message-resend): Disable ecomplete message storage when resending
2863         messages.
2864
2865         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2866
2867 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2870         Save excursion while copying, moving, and deleting articles in order to
2871         prevent the cursor from jumping to unforeseen place.
2872
2873 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * lpath.el: No need to bind bookmark-current-buffer,
2876         bookmark-yank-point and bookmark-make-record-function.
2877
2878 2010-08-17  Glenn Morris  <rgm@gnu.org>
2879
2880         * gnus-sync.el: Require gnus components whose functions are used.
2881
2882         * gnus-art.el (bookmark-make-record-function):
2883         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2884         Declare for compiler.
2885
2886         * mm-url.el (mml-compute-boundary): Autoload.
2887
2888 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2891
2892 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2893
2894         Typo fix "hoo4a" -> "hook".
2895
2896         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2897
2898 2010-08-14  Glenn Morris  <rgm@gnu.org>
2899
2900         * gnus-sync.el (gnus-sync): Fix defgroup version.
2901
2902 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2903
2904         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2905
2906         * gnus-sync.el: Fix docs.
2907         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2908         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2909
2910 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2911
2912         Optimizations for gnus-sync.el.
2913
2914         * gnus-sync.el: Add docs about gnus-sync-backend
2915         possibilities.
2916         (gnus-sync-save): Remove unnecessary message.
2917         (gnus-sync-read): Optimize and show what groups were skipped.
2918
2919 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2920
2921         Minor bug fixes for gnus-sync.el.
2922
2923         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2924         read the sync on get-new-news.
2925
2926         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2927         quiet.
2928
2929         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2930
2931 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2932
2933         Make saving and restoring of hidden threads work with overlays.
2934         Patch applied by Ted Zlatanov.
2935
2936         * gnus-sum.el (gnus-hidden-threads-configuration)
2937         (gnus-restore-hidden-threads-configuration): Update to deal with text
2938         properties, rather than searching for a magic character.
2939
2940 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2941
2942         New gnus-sync.el library for synchronization of marks.
2943
2944         * gnus-sync.el: New library for synchronization of marks.
2945
2946         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2947         renamed from `gnus-registry-grep-in-list'.
2948
2949         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2950
2951         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2952
2953 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2956         determining charset of text fails.
2957
2958 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * nnmail.el (nnmail-get-new-mail-1): Revert.
2961
2962         * nnml.el (nnml-active-number): Make sure names of newly created groups
2963         in nnml-group-alist are encoded.
2964
2965 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2968         containing non-ASCII characters in active file for nnml back end.
2969
2970 2010-07-24  David Engster  <dengste@eml.cc>
2971
2972         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2973         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2974
2975 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2976
2977         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2978         tag (Bug#6654).
2979
2980 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2983         the article buffer, not the summary buffer.
2984
2985 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2988         Emacs 23 as well.
2989
2990 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2993         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2994
2995 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2996
2997         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2998         Patch applied by Karl Fogel.
2999
3000         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3001         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3002
3003 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3004
3005         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3006         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3007         C-w still not working correctly from Article buffers; Thierry's
3008         patch to fix that will be applied after this.
3009
3010         * gnus-art.el (bookmark-make-record-function): New local variable.
3011
3012         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3013         article buffer.
3014         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3015
3016 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3017
3018         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3019         on changes in bookmark.el.
3020
3021 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3024         `no-log' instead of message not to log prompt string.
3025
3026 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3027
3028         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3029         the *other* type of HTML form submission.
3030
3031 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3032
3033         * auth-source.el (auth-source-pick): If choice does not contain a
3034         questioned keyword, set the check to t.
3035
3036 2010-06-12  Romain Francoise  <romain@orebokech.com>
3037
3038         * gnus-util.el (gnus-date-get-time): Move up before first use.
3039
3040 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3043         (gnus-article-edit-part): Bind it to make last part that is substituted
3044         or deleted visible.
3045         (gnus-mime-display-single): Buttonize part of which id equals to
3046         gnus-mime-buttonized-part-id.
3047
3048 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3049
3050         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3051         (gnus-dd-mmm): Use gnus-date-get-time.
3052         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3053         simplify logic.
3054         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3055         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3056
3057 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3058
3059         * auth-source.el (top): Autoload `secrets-list-collections',
3060         `secrets-create-item', `secrets-delete-item'.
3061         (auth-sources): Fix tag string.
3062         (auth-get-source, auth-source-retrieve, auth-source-create)
3063         (auth-source-delete): New defuns.
3064         (auth-source-pick): Rewrite in order to avoid 2 passes.
3065         (auth-source-forget-user-or-password): New parameter USERNAME.
3066         (auth-source-user-or-password): New parameters CREATE-MISSING and
3067         DELETE-EXISTING.  Retrieve password interactively, if needed.
3068
3069 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3070
3071         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3072         deleting unused directories when gnus-expert-user is t.
3073
3074 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3077         for each temp file when gnus-article-browse-delete-temp is ask.
3078
3079 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3080
3081         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3082         Lisp calls to delete-backward-char by calls to delete-char.
3083
3084 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3085
3086         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3087
3088 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3089
3090         * password-cache.el (password-cache-remove): Fix docstring.
3091
3092 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3093
3094         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3095         article unless decoding article to be saved.
3096
3097 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3100         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3101         generated within the mm-with-unibyte-current-buffer macro.
3102
3103 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3104
3105         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3106         to nil when we're in a mml-preview buffer and no group is selected.
3107
3108 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3109
3110         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3111         when catching the `C-g'.  Reported by "Leo".
3112
3113 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * message.el (message-forward-make-body-plain)
3116         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3117         multibyte-string-p.
3118
3119         * lpath.el: Revert.
3120
3121 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * message.el (message-forward-make-body-mml): Assume original message
3124         is multibyte string; error on unibyte.
3125         (message-forward-make-body-plain): Ditto; don't add excessive newline
3126         in body end.
3127
3128         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3129
3130 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3131
3132         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3133         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3134
3135 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3136
3137         * mm-extern.el (mm-extern-url): Don't use
3138         mm-with-unibyte-current-buffer.
3139         (mm-extern-cache-contents): Use with-current-buffer instead of
3140         save-excursion + set-buffer.
3141
3142 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * mm-util.el (mm-emacs-mule): Remove.
3145
3146 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3147
3148         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3149         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3150         change.
3151
3152 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3155         bind the default value of enable-multibyte-characters to nil.
3156
3157 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * message.el (message-forward-make-body-plain)
3160         (message-forward-make-body-mml):
3161         Don't use mm-with-unibyte-current-buffer.
3162
3163 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3164
3165         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3166
3167 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3168
3169         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3170         (Bug#5592).
3171
3172 2010-05-07  Julien Danjou  <julien@danjou.info>
3173
3174         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3175         it to mm-pipe-part.
3176
3177         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3178         it is given.
3179
3180 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * binhex.el (binhex-decode-region-internal)
3183         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3184         (dns-query)
3185         * nnweb.el (nnweb-gmane-search)
3186         * pgg-parse.el (pgg-parse-armor)
3187         * pgg.el (pgg-verify-region)
3188         * sha1.el (sha1-string-external)
3189         * uudecode.el (uudecode-decode-region-internal)
3190         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3191         XEmacs.
3192
3193         * gnus-art.el (gnus-article-browse-html-parts)
3194         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3195         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3196         make-temp-file.
3197
3198         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3199         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3200         compiling.
3201
3202         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3203         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3204         XEmacs when compiling.
3205
3206         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3207         gnus-pick-mode-off-hook for XEmacs when compiling.
3208         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3209         gnus-binary-mode-off-hook for XEmacs when compiling.
3210
3211         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3212         nil if char-charset is not available.
3213
3214         * imap.el (imap-disable-multibyte)
3215         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3216         macros.
3217
3218         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3219         instead of encode-coding-string.
3220
3221         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3222         'xemacs) instead of mm-emacs-mule to switch function definitions.
3223         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3224
3225         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3226         bind temporary-file-directory for XEmacs;
3227         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3228         timer-set-function for XEmacs 21.4 and SXEmacs;
3229         bind timer-list for XEmacs 21.4 and SXEmacs;
3230         fbind char-charset and find-charset-region for non-Mule XEmacs;
3231         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3232         encode-coding-region and encode-coding-string for XEmacs having no
3233         file-coding feature.
3234
3235 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3236
3237         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3238
3239 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3242         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3243
3244 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3245
3246         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3247         alias `jka-compr-delete-temp-file' no longer exists.
3248
3249 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3250
3251         Use define-minor-mode in Gnus where applicable.
3252         * mml.el (mml-mode): Use define-minor-mode.
3253         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3254         (gnus-undo-mode): Use define-minor-mode.
3255         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3256         (gnus-dead-summary-mode): Use define-minor-mode.
3257         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3258         Initialize in declaration.
3259         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3260         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3261         (gnus-mailing-list-mode): Use define-minor-mode.
3262         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3263         (gnus-draft-mode): Use define-minor-mode.
3264         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3265         (gnus-dired-mode): Use define-minor-mode.
3266
3267 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3268
3269         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3270         handles on recursive mml-to-mime translation and check them for
3271         boundary delimiter collisions.  Reported by Greg Troxel.
3272
3273 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3276
3277 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3278
3279         * mm-util.el (mm-find-buffer-file-coding-system):
3280         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3281
3282 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3283
3284         * message.el (message-generate-headers): Record insertion of optional
3285         headers as well.  Otherwise the check to prevent repeated insertion of
3286         optional headers is a no-op.
3287
3288 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3289
3290         * smime.el: Don't mention CVS.
3291
3292         * nnrss.el (nnrss-fetch): Don't mention CVS.
3293
3294         * nnir.el: Don't mention CVS.
3295
3296 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3297
3298         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3299
3300 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * lpath.el: Fbind bookmark-default-handler,
3303         bookmark-get-bookmark-record, bookmark-make-record-default,
3304         bookmark-prop-get for Emacs <23 and XEmacs.
3305
3306 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3307
3308         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3309         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3310         Use with-current-buffer to silence the byte-compiler.
3311         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3312         bother to require `gnus'.
3313         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3314
3315 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3316
3317         * gnus-sum.el (gnus-summary-bookmark-make-record)
3318         (gnus-summary-bookmark-jump): New functions.
3319         (gnus-summary-mode): Setup bookmark support.
3320
3321 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3322
3323         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3324         if set.
3325
3326 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3327
3328         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3329         gnus-article-browse-html-save-cid-image; make it work recursively for
3330         forwarded messages as well.
3331         (gnus-article-browse-html-parts): Work when prefix arg is given.
3332         (gnus-article-browse-html-article): Doc fix.
3333
3334 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3335
3336         * message.el (message-default-mail-headers):
3337         (message-default-headers): Carry the value mail-default-headers over
3338         into message-default-mail-headers, rather than message-default-headers.
3339
3340 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3341
3342         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3343         charset.
3344
3345         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3346         charset into the <meta> tag when the article is encoded to utf-8.
3347
3348 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3351         directories as well.
3352         (gnus-article-browse-html-parts): Work for images that do not specify
3353         file names; delete temp directory when quitting; insert header at the
3354         right place; use file: scheme for image files.
3355
3356 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3357
3358         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3359         (gnus-article-browse-html-parts): Use it to make temporary cid image
3360         files in addition to html file so that browser may display them.
3361
3362 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3365
3366 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3367
3368         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3369
3370 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3371
3372         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3373         about Secret Service API sources.  Improve Customize options.
3374         (auth-source-pick): Change to accept any number of search parameters.
3375         Implement fallbacks iteratively, not recursively.  Add scoring on the
3376         second pass and sort by score.  Call Secret Service API when needed.
3377         (auth-source-user-or-password): Use it.  Call Secret Service API
3378         directly when needed to get the user name and the password.
3379
3380 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3381
3382         * message.el (message-interactive): Doc fix.
3383         (message-qmail-inject-args): Reflow.
3384         (message-kill-to-signature): Fix typo in docstring.
3385
3386         * smiley.el (smiley-buffer): Fix typo in docstring.
3387
3388 2010-03-24  Glenn Morris  <rgm@gnu.org>
3389
3390         * mail-source.el (gnus-message): Declare.
3391         (mail-source-delete-old-incoming): Require gnus-util.
3392
3393 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3396
3397         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3398
3399         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3400         password-cache's default if it is not bound.
3401         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3402         password-cache-expiry's default if it is not bound.
3403
3404         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3405         available in Emacs 21.
3406
3407         * lpath.el: Suppress compiler warnings for:
3408         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3409         XEmacs;
3410         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3411         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3412         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3413
3414 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3415
3416         * auth-source.el (auth-sources): Fix up definition so extra parameters
3417         are always inline.
3418
3419 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3420
3421         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3422         wasn't updated after mismatch.  Clear cached mailbox info correctly
3423         when uidvalidity changes.
3424         (nnimap-group-prefixed-name): New function to avoid some code
3425         duplication.
3426         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3427         (nnimap-request-group): Use it.
3428         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3429         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3430         with many imap folders.  This is done by caching the group status from
3431         the imap server persistently in a group parameter `imap-status'.  (This
3432         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3433         but not persistently, so every Gnus startup was still very slow.)
3434
3435 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3436
3437         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3438         delete the extra newline.  Otherwise editing of :string and :number
3439         types don't work.
3440
3441 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3442
3443         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3444         secrets.el dependency.
3445         (auth-sources): Add optional user name.  Add secrets.el configuration
3446         choice (unused right now).
3447
3448 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3449
3450         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3451         `gnus-registry-install-shortcuts' fill in the functions.
3452
3453         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3454         warnings.
3455         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3456         (gnus-registry-install-shortcuts): Populate and use it in a
3457         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3458
3459 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3460
3461         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3462         In-place substitutions for the group name encoding/decoding.
3463         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3464         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3465         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3466         (nnimap-update-unseen, nnimap-request-list)
3467         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3468         (nnimap-request-set-mark, nnimap-split-to-groups)
3469         (nnimap-split-articles, nnimap-request-newgroups)
3470         (nnimap-request-create-group, nnimap-request-accept-article)
3471         (nnimap-request-delete-group, nnimap-request-rename-group)
3472         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3473         `encoded-mbx' for consistency.
3474         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3475         variable `imap-current-mailbox'.
3476
3477         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3478         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3479
3480 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3481
3482         * pop3.el (pop3-display-message-size-flag): Display message size byte
3483         counts during POP3 download.
3484         (pop3-movemail): Use it.
3485         (pop3-list): Implement listing of available messages.
3486
3487 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3488
3489         * nnir.el (nnir-get-article-nov-override-function): New function to
3490         override the normal NOV retrieval.
3491         (nnir-retrieve-headers): Use it.
3492
3493 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3494
3495         * auth-source.el (netrc-machine-user-or-password): Autoload.
3496
3497 2010-03-19  Glenn Morris  <rgm@gnu.org>
3498
3499         Stop message.el from loading about 40 libraries it doesn't always need.
3500         The general approach is to autoload rather than require, and to
3501         require in the specific functions rather than the file.  (Bug#5642)
3502
3503         * gmm-utils.el: Don't require wid-edit.
3504         (widget-create-child-value, widget-convert, widget-default-get):
3505         Autoload.
3506
3507         * gnus-util.el: Don't require time-date, netrc.
3508         (message-fetch-field, gnus-group-name-decode): Declare rather than
3509         autoloading.
3510         (gnus-fetch-field): Require message.
3511         (gnus-decode-newsgroups): Require gnus-group.
3512
3513         * ietf-drums.el: Don't require time-date.
3514
3515         * message.el: Don't require hashcash, canlock, ecomplete.
3516         Do require mail-utils.  Require nnheader only when compiling.
3517         (smtpmail-default-smtp-server): Remove declaration.
3518         (message-send-mail-function): Check smtpmail-default-smtp-server
3519         is bound rather than requiring smtpmail.
3520         (message-auto-save-directory, message-insert-signature): Use
3521         expand-file-name rather than nnheader-concat.
3522         (nnheader-insert-file-contents): Autoload.
3523         (hashcash-wait-async): Declare.
3524         (message-send-mail): Only call gnus-setup-posting-charset if
3525         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3526         (message-send-mail-with-sendmail): Require sendmail.
3527         (canlock-password, canlock-password-for-verify): Declare.
3528         (message-canlock-password): Require canlock.
3529         (nnheader-get-report): Autoload.
3530         (gnus-setup-posting-charset): Declare.
3531         (message-send-news): Require gnus-msg.
3532         (message-make-references, message-make-in-reply-to): Use mail-header-id
3533         rather than the alias mail-header-message-id.
3534         (ecomplete-add-item, ecomplete-save): Declare.
3535         (message-put-addresses-in-ecomplete): Require ecomplete.
3536         (ecomplete-display-matches): Autoload.
3537
3538         * mm-decode.el: Don't require mailcap, gnus-util.
3539         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3540         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3541         Autoload.
3542         (mailcap-mime-extensions): Declare.
3543
3544         * mm-encode.el: Don't require mailcap.
3545         (mailcap-extension-to-mime): Autoload.
3546
3547         * mml-sec.el: Don't require password-cache.
3548
3549         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3550         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3551         (mml-minibuffer-read-type): Require mailcap.
3552         (mml-preview): Require gnus-msg.
3553
3554         * mml1991.el: Require password-cache.
3555         (password-cache-expiry): Remove declaration.
3556
3557         * mml2015.el: Require password-cache.
3558         (password-cache-expiry): Remove declaration.
3559
3560         * nneething.el (mailcap): Require mailcap.
3561
3562         * nnheader.el (declare-function): Add compatibility stub.
3563         (message-remove-header): Declare rather than autoload.
3564         (nnheader-replace-header): Require message.
3565
3566         * nnimap.el (declare-function): Add compatibility stub.
3567         (netrc-parse, netrc-machine-user-or-password): Declare.
3568         (nnimap-open-connection): Require netrc.
3569
3570         * nntp.el (declare-function): Add compatibility stub.
3571         (netrc-parse, netrc-machine, netrc-get): Declare.
3572         (nntp-send-authinfo): Require netrc.
3573
3574         * rfc2047.el: Don't require qp.
3575         (quoted-printable-encode-region, quoted-printable-decode-string):
3576         Autoload.
3577
3578         * sieve-mode.el: Don't require easymenu.
3579         (easy-menu-add-item): Autoload it.
3580
3581         * spam-stat.el (time-to-number-of-days): Autoload it.
3582
3583 2010-03-19  Glenn Morris  <rgm@gnu.org>
3584
3585         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3586
3587 2010-03-18  Glenn Morris  <rgm@gnu.org>
3588
3589         * hashcash.el (declare-function): Remove duplicate definition.
3590
3591 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3592
3593         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3594         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3595         value if any backslash escapes).
3596
3597 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3600         if it is available.  (bug#5647)
3601
3602         * lpath.el: Suppress compiler warning for coding-system-from-name for
3603         Emacs 21 and XEmacs.
3604
3605 2010-03-14  Juri Linkov  <juri@jurta.org>
3606
3607         * hmac-def.el:
3608         * hmac-md5.el:
3609         * netrc.el: Fix keywords.
3610
3611 2010-02-26  Glenn Morris  <rgm@gnu.org>
3612
3613         * message.el (message-send-mail-function): Change the default, so that
3614         it inherits from a customized send-mail-function.  (Bug#5643)
3615
3616 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3617
3618         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3619         shell-command-to-string signals an error (bug#5299).
3620
3621 2010-02-24  Glenn Morris  <rgm@gnu.org>
3622
3623         * message.el (message-smtpmail-send-it)
3624         (message-send-mail-with-mailclient): Doc fixes.
3625
3626 2010-02-16  Glenn Morris  <rgm@gnu.org>
3627
3628         * message.el (message-default-mail-headers): Change the default value
3629         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3630
3631 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3634         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3635
3636 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3637
3638         * time-date.el (date-to-time): Doc fix (Bug#5408).
3639
3640 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3641
3642         * message.el (message-mail): Just pass yank-action on to message-setup.
3643         (message-setup): Handle (FUN . ARGS) form of yank-action.
3644         (message-with-reply-buffer, message-widen-reply)
3645         (message-yank-original): Handle non-buffer values of
3646         message-reply-buffer (Bug#4080).
3647         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3648
3649 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3650
3651         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3652         Fix typo in docstring.
3653
3654 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3655
3656         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3657         response.
3658
3659 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3662
3663         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3664
3665         * message.el (message-check-news-header-syntax): Protect against a
3666         string that `rfc822-addresses' returns when parsing fails.
3667
3668 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3671         (gnus-previous-char-property-change): New functions.
3672
3673         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3674
3675 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3676
3677         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3678         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3679
3680 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3681
3682         * message.el (message-exchange-point-and-mark): Rework last change to
3683         avoid using optional arg of exchange-point-and-mark, for backward
3684         compatibility.
3685
3686 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3687
3688         * message.el (message-exchange-point-and-mark): Call
3689         exchange-point-and-mark with an argument rather than setting
3690         mark-active by hand (Bug#5175).
3691
3692 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * nntp.el (nntp-service-to-port): Work for service expressed with
3695         numeric string; replace [:digit:] with [0-9] for XEmacs.
3696
3697 2009-12-17  Glenn Morris  <rgm@gnu.org>
3698
3699         * gnus-group.el (gnus-bug-group-download-format-alist):
3700         Change emacs entry to debbugs.gnu.org.  Bump :version.
3701
3702 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3703
3704         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3705
3706 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3707
3708         * message.el (message-info): Explain why we use `Info-goto-node'.
3709
3710 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3713
3714 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3715
3716         * message.el (message-completion-in-region): New compatibility function.
3717         (message-expand-group): Use it.
3718
3719 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3722         with no unread article should be listed if the 2nd arg `predicate' is
3723         given.
3724
3725 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3728
3729 2009-11-29  Juri Linkov  <juri@jurta.org>
3730
3731         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3732         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3733         on `gnus-recenter'. (Bug#4698, Bug#4981)
3734
3735 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3736
3737         * sha1.el (sha1-string-external): default-directory "/" in case
3738         otherwise non-existent.  process-connection-type pipe for touch of
3739         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3740
3741 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3742
3743         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3744         it's comms related and sgml-mode.el has "comm" on that basis too.
3745
3746 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3749         containing tspecial characters if they have been already quoted.
3750
3751 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3752
3753         * dns-mode.el (auto-mode-alist): Purecopy string.
3754
3755 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3756
3757         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3758
3759 2009-10-24  Glenn Morris  <rgm@gnu.org>
3760
3761         * gnus-art.el (help-xref-stack-item): Define for compiler.
3762
3763 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3764
3765         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3766
3767 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3770
3771 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3774         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3775
3776 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3779         (gnus-overlays-in): New alias to overlays-in.
3780
3781         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3782         gnus-overlay-get, and gnus-delete-overlay.
3783         (gnus-summary-show-thread): Make it work as well for systems in which
3784         next-single-char-property-change is not available.
3785         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3786
3787         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3788         (gnus-overlay-get): New alias to extent-property.
3789         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3790
3791         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3792         SXEmacs.
3793
3794         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3795         SXEmacs.
3796
3797 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3798
3799         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3800
3801 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3802
3803         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3804         and XEmacs that don't have `remove-overlays'.
3805
3806 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3807
3808         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3809         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3810         selective display.  Use overlays instead.
3811
3812 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3813
3814         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3815
3816 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3817
3818         * spam-stat.el (spam-stat-load): Fix typo in message.
3819
3820 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3821
3822         * dig.el (dig-invoke): Fix typo in docstring.
3823         (query-dig): Reflow docstring.
3824
3825 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3826
3827         * gnus-art.el (gnus-article-encrypt-body):
3828         * message.el (message-check-recipients):
3829         * mm-util.el (mm-codepage-setup):
3830         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3831         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3832
3833 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3834
3835         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3836         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3837         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3838         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3839         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3840
3841 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3842
3843         * dig.el: Add "Keywords: comm", as per net-utils.el.
3844
3845 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3846
3847         * dig.el (dig-mode): Use define-derived-mode.
3848
3849 2009-09-19  Glenn Morris  <rgm@gnu.org>
3850
3851         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3852
3853 2009-09-18  Glenn Morris  <rgm@gnu.org>
3854
3855         * gnus-diary.el (gnus-diary-check-message):
3856         * message.el (message-insert-formatted-citation-line):
3857         * nnbabyl.el (top-level):
3858         * nndiary.el (nndiary-schedule):
3859         Fix typos in condition-case handlers.
3860
3861 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3864         configuration that provides the sole article window in a frame;
3865         position point correctly after deleting a part.
3866
3867 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3868
3869         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3870         (spam-resolve-registrations-routine): Use it to unregister articles
3871         that change status.
3872
3873 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3874
3875         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3876         with XEmacs.
3877         (parse-time-string-chars): Use it.
3878
3879 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3880
3881         * imap.el (imap-interactive-login): Better messages.
3882         (imap-open): Fix bug with renamed buffer on reconnect.
3883         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3884         for easier debugging and cleaner code.  On successful (guessed based on
3885         server capabilities) secondary authentication, set imap-state
3886         correctly.
3887         (imap-last-authenticator): Define imap-last-authenticator as a variable
3888         to avoid warnings.
3889
3890 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * nnrss.el (nnrss-request-article): Remove binding of
3893         default-enable-multibyte-characters that has gotten needless by
3894         the 2007-07-13 change in rfc2047-encode-message-header.
3895
3896         * mml.el (mml-insert-multipart): Error on the message header.
3897         (mml-insert-part): Error on the message header; position point at
3898         the end of a MIME tag.
3899
3900 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * time-date.el (autoload): Expand define-obsolete-function-alias into
3903         defalias and make-obsolete for old Emacsen that Gnus supports.
3904         (with-no-warnings): Define it for old Emacsen.
3905         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3906         is available.
3907         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3908         float-time is available; suppress compile warning for time-to-seconds.
3909
3910         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3911         (gnus-float-time): Alias to float-time if it exists.
3912
3913         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3914         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3915         float-time is available; suppress compile warning for time-to-seconds.
3916
3917         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3918         XEmacs.
3919
3920 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3921
3922         * imap.el (imap-message-map): Docstring fix.
3923
3924 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3927         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3928         Add the optional argument `encoding' that overrides the default.
3929
3930         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3931         mm-encode-buffer.
3932
3933 2009-09-04  Glenn Morris  <rgm@gnu.org>
3934
3935         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3936         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3937         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3938         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3939         * mm-util.el (mm-with-unibyte-current-buffer)
3940         (mm-find-buffer-file-coding-system):
3941         * yenc.el (yenc-decode-region): Use default-value rather than
3942         default-enable-multibyte-characters.
3943
3944 2009-09-03  Glenn Morris  <rgm@gnu.org>
3945
3946         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3947         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3948         than default-enable-multibyte-characters.
3949
3950 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3951
3952         * gnus-art.el (gnus-article-read-summary-keys):
3953         Fix gnus-buffer-configuration's value temporarily used.
3954
3955 2009-09-02  Glenn Morris  <rgm@gnu.org>
3956
3957         * gnus-util.el (gnus-float-time): New function.
3958         * gnus-delay.el (gnus-delay-article):
3959         * gnus-sum.el (gnus-thread-latest-date):
3960         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3961         * nnspool.el (nnspool-request-newgroups):
3962         Use gnus-float-time rather than time-to-seconds.
3963         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3964
3965         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3966         (gnus-header-subject-face, gnus-header-newsgroups-face)
3967         (gnus-header-name-face, gnus-header-content-face):
3968         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3969         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3970         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3971         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3972         (gnus-cite-face-11):
3973         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3974         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3975         (gnus-server-closed-face, gnus-server-denied-face)
3976         (gnus-server-offline-face):
3977         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3978         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3979         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3980         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3981         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3982         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3983         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3984         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3985         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3986         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3987         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3988         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3989         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3990         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3991         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3992         (gnus-summary-high-undownloaded-face)
3993         (gnus-summary-low-undownloaded-face)
3994         (gnus-summary-normal-undownloaded-face)
3995         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3996         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3997         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3998         (gnus-splash-face):
3999         * message.el (message-header-to-face, message-header-cc-face)
4000         (message-header-subject-face, message-header-newsgroups-face)
4001         (message-header-other-face, message-header-name-face)
4002         (message-header-xheader-face, message-separator-face)
4003         (message-cited-text-face, message-mml-face):
4004         * sieve-mode.el (sieve-control-commands-face)
4005         (sieve-action-commands-face, sieve-test-commands-face)
4006         (sieve-tagged-arguments-face):
4007         * spam.el (spam-face):
4008         Mark face aliases with "-face" in the name as obsolete.
4009
4010 2009-09-01  Glenn Morris  <rgm@gnu.org>
4011
4012         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4013         than goto-line.
4014
4015 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4018         Don't move point if the command is invoked inside the message header.
4019
4020 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4021
4022         * imap.el (imap-send-command): Simplify.
4023         (imap-wait-for-tag): point-max -> buffer-size.
4024
4025 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4026
4027         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4028         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4029         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4030         * nnir.el (nnir-swish-e-index-file):
4031         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4032         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4033         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4034         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4035         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4036         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4037
4038 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4041         Don't save excursion.
4042
4043 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4044
4045         * nnheader.el (nnheader-find-file-noselect):
4046         * mm-util.el (mm-insert-file-contents):
4047         Use (default-value 'major-mode) instead of default-major-mode.
4048
4049 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4050
4051         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4052
4053 2009-08-26  Glenn Morris  <rgm@gnu.org>
4054
4055         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4056         than placing in files.el.
4057
4058 2009-08-25  Glenn Morris  <rgm@gnu.org>
4059
4060         * nnir.el (top-level): Don't require cl at run-time.
4061         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4062         Replace cl-function substitute with gnus-replace-in-string.
4063         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4064         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4065         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4066         simplified expansions.
4067
4068 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4069
4070         * dig.el (dig): Add autoload cookie.
4071
4072 2009-08-22  Glenn Morris  <rgm@gnu.org>
4073
4074         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4075         goto-line.
4076
4077 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4078
4079         * parse-time.el (parse-time-string-chars): Save match data.
4080
4081 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4082
4083         * parse-time.el (parse-time-string-chars): Compute using character
4084         classes, to handle non-ascii characters (Bug#3190).
4085
4086 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4089
4090         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4091         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4092         (gnus-mm-display-part, gnus-mime-display-single)
4093         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4094         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4095
4096         * gnus-sum.el
4097         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4098         (gnus-summary-move-article): Add expirable mark to articles copied or
4099         moved to group that has auto-expire turned on if the option is non-nil.
4100
4101 2009-07-24  Glenn Morris  <rgm@gnu.org>
4102
4103         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4104         Fix typo.  (Bug#3903)
4105
4106 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4109         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4110         that should not be used for draft articles.
4111         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4112         that has no concern in minor mode keys.
4113         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4114         Abolish.
4115
4116 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4119         article without making inquiry to a user for unknown encoding.
4120
4121         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4122         (nnmaildir--scan): Assume i-node and device number that file-attributes
4123         returns might be cons-cell.
4124
4125         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4126
4127         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4128
4129 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4130
4131         * auth-source.el: Remove docs now in auth.texi.  Don't use
4132         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4133         `auth-source-hide-passwords' and use them.
4134
4135 2009-07-15  Glenn Morris  <rgm@gnu.org>
4136
4137         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4138
4139 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4142         excessive whitespace from the default values of title and description.
4143
4144 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4147         mail-fetch-field to fetch Content-Description header in order to
4148         exclude newlines.
4149
4150 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4151
4152         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4153         format used by GnuPG 2.0.11.
4154
4155 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4158         to deleted part.
4159
4160 2009-05-30  David Engster  <dengste@eml.cc>
4161
4162         * nnmairix.el: Remove old documentation in the commentary block.
4163         (nnmairix-request-group): Do not update active file for nnml back ends.
4164         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4165         end so that overview files are ignored.
4166         (nnmairix-update-groups): Make updating the groups more robust by using
4167         marks.
4168         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4169         with dollar characters in message-id.
4170
4171 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4172
4173         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4174         2008-12-25 in dns.el.
4175
4176 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4177
4178         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4179         could happen if the text is only composed of spaces and/or tabs.
4180
4181 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4182
4183         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4184         when sending a queued message to avoid extra mml tags.
4185
4186 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4189
4190 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4193         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4194         rmail-toggle-header for XEmacs;
4195         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4196
4197 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gnus-dired.el: Remove autoload for gnus-setup-message.
4200         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4201         displaying Gnus logo; always use compose-mail.
4202
4203 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4206
4207 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4210         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4211         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4212         available.
4213         (gnus-nocem-epg-verify): New function.
4214
4215 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4216
4217         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4218
4219 2009-02-15  Glenn Morris  <rgm@gnu.org>
4220
4221         * gnus-util.el (rmail-insert-rmail-file-header)
4222         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4223         autoloads.
4224         (rmail-default-rmail-file): Remove unnecessary declaration.
4225         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4226
4227 2009-02-14  Glenn Morris  <rgm@gnu.org>
4228
4229         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4230         variable (only used in gnus-util, which declares it anyway).
4231         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4232         which was only needed by gnus-art (changed to not use it any more).
4233         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4234         only used in gnus-util, which autoloads it itself.
4235         (rmail-update-summary): Fix autoload.
4236
4237         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4238         rather than rmail-output-to-rmail-file.
4239
4240 2009-02-07  Glenn Morris  <rgm@gnu.org>
4241
4242         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4243         autoload of function that no longer exists.
4244         (rmail-toggle-header): Declare.
4245         (message-forward-rmail-make-body): Handle mbox Rmail.
4246
4247 2009-01-31  Glenn Morris  <rgm@gnu.org>
4248
4249         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4250         2009-01-09 change.
4251
4252 2009-01-31  Dave Love  <fx@gnu.org>
4253
4254         * imap.el (imap-fetch-safe): Bind debug-on-error.
4255         (imap-debug): Add imap-fetch-safe.
4256
4257 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4258
4259         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4260         (auth-source-forget-all-cached): New convenience function.
4261         (auth-source-user-or-password): Accept list of modes or a single mode.
4262
4263         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4264         auth-source modes.
4265
4266         * netrc.el (netrc-machine-user-or-password): Use list of
4267         auth-source modes.
4268
4269         * nnimap.el (nnimap-open-connection): Use list of
4270         auth-source modes.
4271
4272         * nntp.el (nntp-send-authinfo): Use list of
4273         auth-source modes.
4274
4275 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4276
4277         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4278         now.
4279
4280 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4283         coding system in XEmacs; add a workaround for XEmacs.
4284
4285         * lpath.el: Fbind coding-system-aliasee.
4286
4287 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4290         of current-language-environment.
4291
4292 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4293
4294         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4295         available at runtime.
4296
4297 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4300
4301 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4302
4303         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4304         the greatest positive fixnum value doesn't work under an XEmacs with
4305         bignum support; use the most-positive-fixnum constant instead,
4306         available since Emacs 21.1 with cl and XEmacs 21.1.
4307
4308 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4311         XEmacs gets not to work.
4312
4313 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * mm-util.el (mm-coding-system-priorities): Allow the value like
4316         "Japanese (UTF-8)" of current-language-environment.
4317
4318 2009-01-09  Glenn Morris  <rgm@gnu.org>
4319
4320         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4321         with last-command-event.
4322
4323 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4324
4325         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4326         in the doc string.
4327
4328         * message.el (message-fix-before-sending): Amend comment.
4329
4330 2009-01-08  Dave Love  <fx@gnu.org>
4331
4332         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4333
4334 2009-01-07  David Engster  <dengste@eml.cc>
4335
4336         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4337         simplified server definitions by converting it via
4338         gnus-server-to-method.
4339
4340 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4343         parameter's operands.
4344
4345 2009-01-06  David Engster  <dengste@eml.cc>
4346
4347         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4348         primary select method (for gnus-group-mark-article-as-read).
4349
4350 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4351
4352         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4353         `(gnus)Face', not `(gnus)X-Face'.
4354
4355 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * mm-util.el (mm-ucs-to-char): New function.
4358
4359         * mm-url.el (mm-url-decode-entities): Use it.
4360
4361         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4362         unicode-to-char.
4363
4364 2009-01-05  Dave Love  <fx@gnu.org>
4365
4366         * time-date.el: Require cl for `declare'.
4367
4368 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4369
4370         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4371         Dave Love.
4372
4373 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4374
4375         * message.el (message-fix-before-sending): Add `eight-bit' to
4376         illegible-text check.
4377
4378 2009-01-03  Michael Olson  <mwolson@gnu.org>
4379
4380         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4381         `headers' is nil.  This can occur if the IMAP server does not have
4382         permissions to read messages from a folder, but can write new messages
4383         to the folder.
4384         (nnimap-request-article-part): Do not insert `data' if it is nil.
4385
4386         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4387         characters which will confuse `read', so skip past them.
4388
4389 2009-01-01  Dave Love  <fx@gnu.org>
4390
4391         * imap.el (imap-string-to-integer): Fix typo.
4392         (imap-fetch-safe): New function.
4393         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4394
4395         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4396
4397         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4398         (imap-parse-greeting): Fix doc strings.
4399         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4400         (imap-parse-flag-list): Make messages unique.
4401         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4402
4403         * nnimap.el: Fix author email.
4404         (nnimap-split-rule): Add FIXME comment.
4405         (nnimap-debug): Fix doc string.
4406
4407 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4408
4409         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4410
4411 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4412
4413         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4414         nslookup if resolv.conf isn't available.
4415         (dns-query): Rename from query-dns.
4416         (dns-query-cached): Rename from query-dns-cached.
4417
4418 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4421         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4422         to check if those variables exist (first appeared in Emacs 18.50).
4423
4424 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * mm-util.el (mm-line-number-at-pos): New function.
4427
4428         * spam-report.el (spam-report-process-queue): Use it.
4429
4430 2008-12-24  David Engster  <dengste@eml.cc>
4431
4432         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4433         parameters that haven't existed as variables as buffer-local variables.
4434
4435 2008-12-23  Dave Love  <fx@gnu.org>
4436
4437         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4438         cadar.
4439
4440         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4441         imap-starttls-p.
4442         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4443
4444 2008-12-22  Dave Love  <fx@gnu.org>
4445
4446         * imap.el: Fix author email.  Doc fixes.
4447         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4448         reply.
4449
4450 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4451
4452         * spam-report.el (spam-report-gmane-max-requests): New constant.
4453         (spam-report-gmane-wait): New variable.
4454         (spam-report-gmane-ham, spam-report-gmane-spam)
4455         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4456         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4457         the server.
4458
4459         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4460         Add explanations.
4461
4462         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4463         nnheader-accept-process-output and nnheader-read-timeout if available.
4464         (pop3-movemail): Use it.
4465
4466         * message.el (message-check-news-body-syntax): Fix signature check if
4467         there's an attachment.
4468
4469 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * mm-util.el: Add comments to the mm- emulating functions.
4472
4473 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4474
4475         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4476         by Stephen Berman <stephen.berman@gmx.net>.
4477
4478 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * mm-util.el (mm-substring-no-properties): New function.
4481         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4482         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4483         (mm-string-to-multibyte): Doc fix.
4484
4485         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4486
4487 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4488
4489         * mml.el (mml-attach-file): Strip text properties from file name.
4490         (Bug#1574)
4491
4492 2008-12-16  Glenn Morris  <rgm@gnu.org>
4493
4494         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4495
4496 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4499         knows since the charset specified might be a bogus alias that
4500         mm-charset-synonym-alist provides.
4501
4502 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4503
4504         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4505         "ISO_8859-1".
4506
4507         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4508
4509 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * mm-util.el (mm-charset-eval-alist):
4512         Define it before mm-charset-to-coding-system.
4513         (mm-charset-to-coding-system): Add optional argument `silent';
4514         define it before mm-charset-override-alist.
4515         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4516         default value if it can be used in Emacs currently running;
4517         silence mm-charset-to-coding-system.
4518
4519 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4522         `allow-override' which says whether to use `mm-charset-override-alist'.
4523         (rfc2047-decode-encoded-words): Use it.
4524
4525         * mm-util.el (mm-charset-override-alist): Fix custom type;
4526         add `(gb2312 . gbk)' to choices.
4527
4528 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4531         fast.
4532
4533         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4534
4535         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4536
4537 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4538
4539         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4540         on links.
4541
4542         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4543
4544 2008-12-03  Lute Kamstra  <lute@gnu.org>
4545
4546         * sha1.el: Remove leading * from docstrings of defcustoms,
4547         deffaces, defconsts and defuns.
4548
4549 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4552         users' addresses that don't have domain parts.
4553         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4554         rather than message-narrow-to-head since there will be the message
4555         header separator.
4556
4557 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4558
4559         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4560         since the result is inserted in a unibyte buffer anyway.
4561         (nnimap-demule-use-string-to-multibyte): Remove.
4562         (nnimap-demule): Alias it to mm-string-to-multibyte.
4563
4564 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4565
4566         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4567         variable for debugging bug#464 and bug#1174.
4568         (nnimap-demule): Use it.
4569
4570 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4571
4572         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4573         score calculation correctly.
4574
4575 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4576
4577         * message.el (message-send-mail): Just set the buffer to unibyte
4578         rather than use mm-with-unibyte-current-buffer which does a lot more.
4579         (message-send-mail-partially): Don't bother with
4580         mm-with-unibyte-current-buffer since it's already been made unibyte by
4581         message-send-mail.
4582
4583 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4584
4585         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4586
4587 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4588
4589         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4590
4591 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4594         require itself and to remove `with-no-warnings'.
4595
4596 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4597
4598         * starttls.el (starttls-any-program-available): Get the name of the
4599         available TLS layer program.
4600         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4601         well as the host name in the "opening" message.
4602
4603         * auth-source.el (auth-source-cache, auth-source-do-cache)
4604         (auth-source-user-or-password): Cache passwords and logins by default,
4605         allow override with `auth-source-do-cache'.
4606         (auth-source-forget-user-or-password): Allow users to remove cache
4607         entries if needed.
4608
4609 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4610
4611         * md4.el (md4-buffer): Fix typo in docstring.
4612         (md4, md4-64): Doc fixes.
4613         (md4-pack-int32): Reflow docstring.
4614
4615 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4616
4617         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4618         condition-case to only the forward-sexp call.
4619
4620 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4621
4622         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4623         quotes contained.  Make it more robust regardless by an extra
4624         condition-case wrapper.
4625
4626 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4629
4630 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * nnml.el (nnml-request-expire-articles): Check if the function set to
4633         `nnmail-expiry-target' returns the symbol `delete'.
4634
4635         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4636
4637         * nnmail.el (nnmail-expiry-target): Fix custom type.
4638
4639 2008-10-02  Glenn Morris  <rgm@gnu.org>
4640
4641         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4642         Silence compiler warning.
4643
4644 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4645
4646         * tls.el (open-tls-stream): Show the actual command being
4647         executed, instead of the format string.
4648
4649 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * lpath.el: Fbind codepage-setup for Emacs 23.
4652
4653 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4654
4655         * mml.el (mml-menu): Don't assume mml2015 is bound.
4656
4657 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4660         exists.
4661
4662 2008-09-27  Glenn Morris  <rgm@gnu.org>
4663
4664         * gnus-util.el (mail-header-remove-comments): Autoload it.
4665
4666 2008-09-27  Andreas Schwab  <schwab@suse.de>
4667
4668         * gnus-util.el (gnus-split-references): Strip comments.
4669         (gnus-parent-id): Likewise.
4670
4671 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4672
4673         * message.el (message-confirm-send): Fix version.
4674
4675 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * message.el (message-idna-to-ascii-rhs-1): Use
4678         mail-extract-address-components rather than mail-header-parse-addresses
4679         that is an alias by default to ietf-drums-parse-addresses that does not
4680         support non-ASCII names in headers' contents.
4681
4682 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4683
4684         * message.el (message-confirm-send): Fixed variable documentation to
4685         avoid the "y/n" wording.
4686
4687 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4688
4689         * message.el (message-set-auto-save-file-name): Save to a different
4690         filename so multiple messages (especially drafts) can be recovered.
4691
4692 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4693
4694         * message.el (message-confirm-send): Add appropriate version.
4695
4696 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4697
4698         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4699         defvar.
4700
4701 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4702
4703         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4704         (mm-pkcs7-enveloped-magic): Ditto.
4705
4706 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4707
4708         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4709         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4710
4711 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4714         default, it's better.
4715
4716 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4717
4718         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4719         summary line gnus-number property and ignore them (with a warning
4720         message).
4721
4722 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4725         macro caddr in the interactive form since it won't be expanded.
4726
4727 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4730         `charset'; fix name of function called recursively.
4731         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4732
4733 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4736         (gnus-mime-set-charset-parameters): New function.
4737         (gnus-mime-view-part-as-charset): Use it to correctly display part
4738         specifying wrong charset.
4739
4740 2008-09-08  David Engster  <dengste@eml.cc>
4741
4742         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4743         in completing-read for back end server.
4744
4745 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4746
4747         * message.el (message-confirm-send): New variable to confirm sending a
4748         message.
4749         (message-send): Use it.
4750
4751 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4752
4753         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4754
4755 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4758
4759 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4760
4761         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4762         prevent tracking too many groups.
4763         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4764         Use it.
4765
4766 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4767
4768         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4769         moving point to the bottom of the window in order to avoid recentering.
4770
4771 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4774
4775         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4776         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4777         (gnus-article-beginning-of-window): Fix calculation.
4778
4779 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-msg.el (gnus-summary-supersede-article)
4782         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4783         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4784         message header.
4785
4786 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4787
4788         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4789         pending output coming after the status change.
4790
4791 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4792
4793         * message.el:
4794         * gnus-start.el:
4795         * gnus-registry.el: Remove VMS support.
4796
4797 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4800         macro.
4801         (rfc2104-hash): Use it.
4802
4803 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4804
4805         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4806         (gnus-summary-sort-by-most-recent-date): New commands.
4807         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4808         and menu entries.
4809
4810 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4813         don't redisplay article for raw contents; remove plural articles stuff.
4814
4815         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4816         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4817         on gnus-summary-save-article; display results properly.
4818
4819 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * lpath.el: No need to fbind ns-focus-frame.
4822
4823 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4826
4827 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4830         gnus-save-all-headers.
4831
4832 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4833
4834         * gnus-util.el (ns-focus-frame): Remove declaration.
4835         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4836         like x.
4837
4838 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4839
4840         * rfc2104.el (rfc2104-zero): Delete defconst.
4841         (rfc2104-hex-alist): Likewise.
4842         (rfc2104-hex-to-int): Delete func.
4843         (rfc2104-hexstring-to-bitstring): Likewise.
4844         (rfc2104-nybbles): New defconst.
4845         (rfc2104-hash): Rewrite for speed.
4846
4847 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * tls.el (open-tls-stream): Make it work with the 2nd argument
4850         BUFFER that is a string but does not exist as a buffer object, as
4851         mentioned in the doc-string.
4852
4853 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4856         SXEmacs.
4857
4858 2008-07-16  Glenn Morris  <rgm@gnu.org>
4859
4860         * gnus-util.el (ns-focus-frame): Declare for compiler.
4861
4862 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4865         set as a group parameter.
4866         (gnus-summary-save-in-pipe): Work when it is called independently.
4867         (gnus-summary-pipe-to-muttprint): Don't modify
4868         gnus-summary-pipe-output-default-command.
4869
4870 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4871
4872         * message.el (message-send-mail-with-sendmail):
4873         Display the error message.
4874
4875 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-art.el (gnus-default-article-saver):
4878         Add gnus-summary-save-in-pipe to choices.
4879         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4880         gnus-summary-pipe-output-default-command as the default command.
4881         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4882         instead of gnus-last-shell-command.
4883
4884         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4885         New user option.
4886         (gnus-summary-muttprint-program): Mention the value will be changed.
4887         (gnus-summary-save-article): Force showing of all headers.
4888         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4889
4890 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4891
4892         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4893
4894 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4895
4896         * nnimap.el (nnimap-id):
4897         * sieve-manage.el (sieve-manage-open): Doc fixes.
4898
4899 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4900
4901         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4902         if available.
4903
4904 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4905
4906         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4907
4908         * nnkiboze.el (nnkiboze-generate-group):
4909         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4910
4911         * nnmairix.el: Require CL.
4912
4913 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * dgnushack.el: Autoload get-display-table and put-display-table for
4916         XEmacs 21.5.
4917
4918         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4919         21.4 and SXEmacs.
4920
4921 2008-06-15  David Engster  <dengste@eml.cc>
4922
4923         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4924
4925 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4926
4927         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4928         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4929         runtime choice under XEmacs.
4930
4931         * gnus-sum.el (gnus-summary-set-display-table):
4932         Use `gnus-put-display-table', `gnus-get-display-table',
4933         `gnus-set-display-table' for the display table, instead of `aset'.
4934
4935         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4936         Use `gnus-put-display-table', `gnus-get-display-table',
4937         `gnus-set-display-table' for the display table.
4938
4939 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * nnmairix.el: Add autoloads.
4942
4943 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4944
4945         * nnmairix.el (nnmairix-delete-recreate-group)
4946         (nnmairix-update-and-clear-marks): Fix error messages.
4947
4948 2008-06-14  David Engster  <dengste@eml.cc>
4949
4950         * nnmairix.el: Upgrade to version 0.6.
4951         (nnmairix-group-toggle-propmarks-this-group)
4952         (nnmairix-group-toggle-readmarks-this-group)
4953         (nnmairix-group-delete-recreate-this-group)
4954         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4955         (nnmairix-remove-tick-mark-original-article): New commands.
4956         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4957         (nnmairix-propagate-marks-to-nnmairix-groups)
4958         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4959         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4960         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4961         functions needed for marks propagation and manipulation of read marks.
4962         (nnmairix-update-groups): New function.
4963         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4964         (nnmairix-determine-original-group-from-registry)
4965         (nnmairix-determine-original-group-from-path)
4966         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4967         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4968         New helper functions.
4969         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4970         keystrokes for new commands.
4971         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4972         (nnmairix-request-group): Check allow-fast group parameter.
4973         (nnmairix-request-create-group): Set allow-fast group parameter if
4974         nnmairix-allowfast-default is set.
4975         (nnmairix-close-group): Propagate marks upon closing if needed.
4976         (nnmairix-group-toggle-threads-this-group): Use new.
4977         nnmairix-group-toggle-parameter helper function.
4978         (nnmairix-search): Better check for empty search result.
4979         (nnmairix-goto-original-article): Use new helper functions for
4980         determining original article.
4981         (nnmairix-show-original-article): Make sure message-id is in brackets.
4982         (nnmairix-call-mairix-binary): Change variable name.
4983         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4984         helper function.
4985         (nnmairix-widget-toggle-activate): Fix doc string.
4986
4987 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * nnir.el: Require edmacro when compiling with XEmacs.
4990         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4991         available in Emacs 21.
4992
4993 2008-06-11  Glenn Morris  <rgm@gnu.org>
4994
4995         * gnus-util.el (x-focus-frame):
4996         * gnus.el (image-size):
4997         * mm-decode.el (image-size): Declare.
4998
4999         * gnus-picon.el (declare-function): Add compat definition.
5000         (image-size): Declare.
5001
5002         * gnus-group.el (tool-bar-map):
5003         * gnus-sum.el (tool-bar-map): Define for compiler.
5004
5005         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5006
5007         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5008
5009         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5010         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5011         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5012         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5013         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5014         * sieve-manage.el, spam-report.el, spam.el:
5015         Remove unnecessary eval-and-compile of autoloads.
5016
5017 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5018
5019         * auth-source.el: Precise Tramp doc.
5020
5021 2008-06-07  Glenn Morris  <rgm@gnu.org>
5022
5023         * nnmairix.el: Remove unnecessary eval-when-compile.
5024
5025 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * lpath.el: Fbind propertize for XEmacs 21.4.
5028
5029 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5030
5031         * nnir.el: Move here from ../contrib.
5032
5033 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5034
5035         * gnus-util.el (gnus-read-shell-command): New function.
5036         * mm-decode.el (mm-pipe-part):
5037         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5038
5039 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5042
5043 2008-06-03  Glenn Morris  <rgm@gnu.org>
5044
5045         * pop3.el (nnheader-accept-process-output): Autoload it.
5046
5047 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5050         are not 2-digit hexadecimal characters that follow `%'s.
5051
5052 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5053
5054         * message.el (message-bogus-recipient-p): Fix type in doc string.
5055         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5056         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5057         Improve custom options.
5058         (message-bogus-recipient-p): Adjust accordingly.
5059
5060 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5061
5062         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5063         long-form month and day names.
5064
5065 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * dgnushack.el: Autoload debug, eudc-expand-inline and
5068         pgg-snarf-keys-region for XEmacs.
5069
5070         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5071
5072         * nnmairix.el: Require edmacro when compiling with XEmacs.
5073
5074 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5075
5076         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5077         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5078
5079 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5080
5081         * auth-source.el: Add more docs.
5082
5083         * netrc.el (netrc-machine): Always match if the port is not given.
5084
5085 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5088         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5089         retrieval faster in some cases, but might make CPU usage larger.  If
5090         this has any bad side effects, we might revert this change.
5091
5092         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5093         seems to make mail retrieval much, much faster.
5094         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5095         unconditionally.
5096
5097         * gnus-draft.el (gnus-group-send-queue): Bind
5098         message-send-mail-partially-limit to nil to avoid being prompted.
5099
5100 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5101
5102         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5103
5104         * message.el (message-bogus-address-regexp): Fix and improve custom
5105         type.
5106         (message-setup-hook): Add message-check-recipients as custom option.
5107
5108 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5109
5110         * message.el (message-cite-function): Remove bogus autoload which crept
5111         in during merge from v5-10.
5112
5113 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5114
5115         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5116
5117         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5118
5119         * auth-source.el: Preliminary Tramp docs.
5120         (auth-sources): Change the default auth-sources to use
5121         EPA .gpg files.
5122
5123 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5124
5125         * nntp.el: Autoload `auth-source-user-or-password'.
5126         (nntp-send-authinfo): Use it.
5127
5128         * nnimap.el: Autoload `auth-source-user-or-password'.
5129         (nnimap-open-connection): Use it.
5130
5131         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5132         for the gnus-message function.
5133         (auth-source-user-or-password): Use it.
5134
5135 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5136
5137         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5138         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5139         (rfc2104-hash): Use it.
5140
5141 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5142
5143         * gnus-art.el (gnus-article-toggle-truncate-lines):
5144         Don't use `iff' in docstring.
5145
5146 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5147
5148         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5149
5150         * gnus-util.el (gnus-extract-address-component-name)
5151         (gnus-extract-address-component-email): Convenience functions around
5152         `gnus-extract-address-components'.
5153
5154         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5155         Use `gnus-extract-address-component-email' to fix bug of comparing full
5156         sender name to `user-mail-address'.
5157
5158 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5159
5160         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5161         catch/throw to optimize.
5162         (gnus-registry-find-keywords): Just use member to find a keyword.
5163
5164 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5165
5166         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5167         is current before calling gnus-server-prepare.
5168         (gnus-server-setup-buffer, gnus-server-update-server)
5169         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5170
5171 2008-05-04  Juri Linkov  <juri@jurta.org>
5172
5173         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5174         (mailcap-file-default-commands): Use mailcap-replace-in-string
5175         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5176         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5177
5178 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5179
5180         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5181
5182 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5183
5184         * gnus.el: Bump version to 0.11.
5185
5186 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5187
5188         * gnus.el: No Gnus v0.10 is released.
5189
5190 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191
5192         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5193         hooks.
5194         (gnus-update-read-articles): Speed up non-marks-using users.
5195         (gnus-use-marks): Define gnus-use-marks.
5196         (gnus-propagate-marks): Rename variable to something more sensible.
5197
5198 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5199
5200         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5201         (gmm-image-load-path-for-library): Fix typos in docstrings.
5202         (gmm-message): Reflow docstring.
5203
5204 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5205
5206         * mail-source.el (mail-source-set-1, mail-source-bind):
5207         Move auth-source code out of the macro to clean it up and fix bugs.
5208
5209 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5210
5211         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5212         by sender if it's equal to user-mail-address, it's likely to be
5213         useless.
5214
5215         * mail-source.el (mail-source-bind): Don't use user or password if they
5216         are not bound.  Unintern them if they are nil.  Don't use server unless
5217         it's bound, and default it to empty string otherwise.
5218
5219 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5220
5221         * mail-source.el: Load auth-source.el.
5222         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5223         get user name or password, if auth-sources is set up.
5224
5225         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5226         strategy of splitting with parent.
5227         (gnus-registry-split-fancy-with-parent)
5228         (gnus-registry-post-process-groups): Use it and fix prior
5229         bug (returning a list as the split result).
5230
5231         * auth-source.el (auth-sources): Remove server parameter.
5232         (auth-source-pick, auth-source-user-or-password)
5233         (auth-source-user-or-password-imap)
5234         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5235         (auth-source-user-or-password-sftp)
5236         (auth-source-user-or-password-smtp): Remove server parameter.
5237
5238 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5239
5240         * smime.el (smime-sign-region, smime-encrypt-region)
5241         (smime-decrypt-region):
5242         Remove redundant calls to `generate-new-buffer-name'.
5243
5244 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5245
5246         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5247         Don't use QP for message/rfc822.
5248         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5249
5250 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5251
5252         * sieve-manage.el (sieve-string-bytes): Remove.
5253         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5254         correct byte-length only if the process's coding-system is the same as
5255         the one used internally by Emacs to represent strings.
5256
5257 2008-04-22  Juri Linkov  <juri@jurta.org>
5258
5259         * mailcap.el (mailcap-file-default-commands): New function.
5260
5261 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5262
5263         * message.el (message-signature-separator, message-cite-function):
5264         Change custom version.
5265
5266 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5267
5268         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5269         commands.
5270         (tls-checktrust): Ditto.
5271
5272 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5273
5274         * mm-decode.el (mm-display-external): Make temp file read-only.
5275
5276 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5277
5278         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5279         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5280         `C-c C-f d'.
5281
5282 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5283
5284         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5285
5286 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * gnus.el: Bump version to 0.9.
5289
5290 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5291
5292         * gnus.el: No Gnus v0.8 is released.
5293
5294 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5295
5296         * mail-source.el (mail-source-value):
5297         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
5303
5304 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5305
5306         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5307         Prefer fboundp to functionp so it works with macros as well.
5308
5309 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5310
5311         * auth-source.el: Added docs.
5312         (auth-sources): Modify format to support server.
5313         (auth-source-pick, auth-source-user-or-password)
5314         (auth-source-user-or-password-imap)
5315         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5316         (auth-source-user-or-password-sftp)
5317         (auth-source-user-or-password-smtp): Add server parameter.
5318
5319 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5320
5321         * gnus-registry.el: Initialize the registry when gnus-registry-install
5322         is t.
5323
5324 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * compface.el (uncompface): Make buffer unibyte.
5327
5328 2008-04-05  Glenn Morris  <rgm@gnu.org>
5329
5330         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5331
5332 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5333
5334         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5335         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5336
5337         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5338         multibyteness after rather than before erasing it.
5339
5340         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5341         mm-with-multibyte.
5342         (gnus-request-article-this-buffer): Make sure the proper decoding is
5343         used if gnus-original-article-buffer happens to be unibyte.
5344
5345         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5346         default-enable-multibyte-characters.
5347
5348         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5349         default-enable-multibyte-characters.
5350
5351         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5352
5353         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5354
5355 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5356
5357         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5358         (imap-message-copyuid-1): Use it.
5359         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5360         J. Williams in
5361         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5362
5363         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5364         imap-enable-exchange-bug-workaround.
5365         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5366
5367 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5368
5369         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5370         a 100 byte status-checks into a 2-3MB transfer for each group.
5371         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5372         to enable bug workaround or not.
5373         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5374
5375 2008-03-31  Glenn Morris  <rgm@gnu.org>
5376
5377         * message.el (mml2015-use): Declare for compiler.
5378         (message-info): Require mml2015 when appropriate.
5379
5380 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5383         whitespace.
5384
5385 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5386
5387         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5388         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5389         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5390         (nntp-service-to-port): New function.
5391         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5392         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5393         (nntp-open-netcat-stream): New function.
5394         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5395
5396 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5397
5398         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5399
5400 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5401
5402         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5403
5404 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5405
5406         * dns.el (dns-write): Use set-buffer-multibyte.
5407
5408 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5409
5410         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5411
5412 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5413
5414         * message.el (message-signature-separator): Change default.
5415         Improve custom type.
5416         (message-cite-function): Change default to
5417         message-cite-original-without-signature.
5418
5419         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5420         toggle.
5421
5422         * message.el (message-check-news-body-syntax): Fix signature check.
5423         (message-setup-1): Mark buffer as unmodified _after_ running
5424         message-setup-hook and handling message-alternative-emails.
5425         (message-shorten-references): Be more strict when building list of
5426         valid references to comply with GNKSA.
5427
5428         * gnus-group.el (gnus-read-ephemeral-bug-group)
5429         (gnus-read-ephemeral-debian-bug-group)
5430         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5431
5432         * message.el (message-info): Don't use booleanp which isn't supported
5433         in Emacs 21 and XEmacs.
5434
5435 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5436
5437         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5438         gnus-group-gmane-group-download-format.
5439         (gnus-group-read-ephemeral-gmane-group): Rename from
5440         gnus-group-read-ephemeral-gmane-group.
5441         (gnus-read-ephemeral-gmane-group-url): Rename from
5442         gnus-group-read-ephemeral-gmane-group-url.
5443         (gnus-bug-group-download-format-alist): New variable.
5444         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5445         (gnus-read-ephemeral-emacs-bug-group): New commands.
5446
5447 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5448
5449         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5450         (gnus-visible-headers): Improve custom type.
5451
5452 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5453
5454         * mml.el (mml-menu): Add workarounds for XEmacs.
5455
5456         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5457         X-Boundary header.
5458
5459         * message.el (message-simplify-recipients): Fix previous commit.
5460
5461 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5462
5463         * mm-util.el (mm-set-buffer-multibyte): New function.
5464         * mm-decode.el (mm-copy-to-buffer): Use it.
5465
5466 2008-03-19  Glenn Morris  <rgm@gnu.org>
5467
5468         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5469         Accidentally removed in the sync process with Emacs.
5470
5471 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5472
5473         * message.el (message-alter-recipients-discard-bogus-full-name):
5474         New function.
5475         (message-alter-recipients-function): New variable.
5476         (message-get-reply-headers): Use it.
5477         (message-replace-header): New helper function.
5478         (message-recipients-without-full-name): New variable.
5479         (message-simplify-recipients): New command.
5480
5481         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5482
5483         * message.el (message-info): Handle EasyPG manual.
5484
5485         * mml.el (mml-menu): Add entry for EasyPG.
5486
5487 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5488
5489         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5490         parameter.
5491
5492         * message.el (message-disassociate-draft): Specify drafts group name
5493         fully.
5494
5495 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5496
5497         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5498         unnecessary duplicates from the match list.
5499
5500 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5503
5504         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5505
5506         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5507         args of `how-many' of which the XEmacs version doesn't take; declare
5508         Info-index-next as function.
5509
5510 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * gnus-score.el (gnus-score-headers): Fix handling of
5513         gnus-inhibit-slow-scoring.
5514
5515         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5516         string.
5517         (gnus-button-url-regexp): Improve handling of parenthesis.
5518         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5519         (gnus-button-handle-info-keystrokes): Handle index entries.
5520
5521 2008-03-15  Glenn Morris  <rgm@gnu.org>
5522
5523         * parse-time.el (parse-time-string): Simplify.
5524
5525 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5528         Incoming* files.
5529
5530 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5531
5532         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5533         (auth-source-pick): Use it.
5534
5535 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5536
5537         * binhex.el (binhex-decode-region-internal):
5538         * uudecode.el (uudecode-decode-region-internal):
5539         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5540         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5541         setting default-enable-multibyte-characters.
5542
5543 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5544
5545         * auth-source.el (auth-source-protocols)
5546         (auth-source-protocols-customize, auth-source-choices): Added and
5547         modified variable customizations and defaults.
5548         (auth-source-pick, auth-source-user-or-password)
5549         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5550         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5551         (auth-source-user-or-password-sftp)
5552         (auth-source-user-or-password-smtp): Use new variables and provide an
5553         interface to netrc.el.
5554
5555 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5558         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5559         Make sure the nntp port to specify is a string.
5560
5561 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5562
5563         * nntp.el: Use with-current-buffer.
5564         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5565         dubious mm-with-unibyte-current-buffer.
5566         (nntp-with-open-group-function): New function extracted from
5567         nntp-with-open-group macro.
5568         (nntp-with-open-group): Use the function, so it's easier to debug.
5569         Add indentation and debugging info.
5570         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5571         the use of the netcat alternatives.
5572
5573         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5574         Avoid mm-string-as-multibyte as well.
5575
5576         * nnweb.el (nnweb-insert-html):
5577         Remove use of nnheader-string-as-multibyte.
5578
5579         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5580         (nnheader-string-as-multibyte): Remove.
5581
5582         * mm-view.el: Use inhibit-read-only.
5583         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5584         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5585         or unibyte-string.
5586
5587         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5588         (mm-uu-yenc-extract): Use with-current-buffer.
5589
5590         * gnus-soup.el (gnus-soup-send-packet): Don't use
5591         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5592
5593         * nnmh.el: Use with-current-buffer.
5594         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5595         mm-string-as-multibyte on the output of mm-encode-coding-string.
5596
5597         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5598         (nnimap-request-move-article): Use with-current-buffer.
5599
5600         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5601         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5602         conversion uses string-make-unibyte rather than string-as-unibyte.
5603
5604         * gnus-msg.el: Use with-current-buffer.
5605
5606         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5607
5608 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5609
5610         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5611         string for caching if it is 'PIN.
5612
5613 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * lpath.el: Consider the case without Emacs/W3.
5616
5617 2008-03-08  Glenn Morris  <rgm@gnu.org>
5618
5619         * time-date.el (date-to-time, time-subtract, time-add)
5620         (safe-date-to-time): Doc fixes.
5621
5622 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * mail-source.el (mail-source-delete-old-incoming-confirm):
5625         Change default to nil.
5626         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5627
5628 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * lpath.el: Rearrange.
5631
5632         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5633         (gnus-article-goto-prev-page): Work for articles having ^L's.
5634
5635         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5636
5637         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5638
5639 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5640
5641         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5642         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5643         (gnus-bookmark-jump): Adjust some variable names.
5644
5645 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5646
5647         * auth-source.el: New package.
5648         (auth-source-choices): Add customization entry point variable.
5649
5650         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5651         bug.
5652
5653 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5654
5655         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5656         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5657         (gnus-registry-install-shortcuts): Rename from
5658         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5659         the `gnus-registry-mark-map' keymap dynamically from
5660         `gnus-registry-marks'.  The generated functions update the summary line
5661         when a registry mark is added or deleted, and will call
5662         `gnus-registry-install-p' (see the comments in the code).
5663         (gnus-registry-user-format-function-M): Use concat intelligently.
5664
5665         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5666         the registry mark functions.
5667
5668 2008-03-05  Glenn Morris  <rgm@gnu.org>
5669
5670         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5671         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5672         gnus-art.
5673         (top-level): No need to load own source when compiling.
5674
5675 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5676
5677         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5678         Suggested by <chris.anderton@zetnet.co.uk>.
5679
5680 2008-03-04  Glenn Morris  <rgm@gnu.org>
5681
5682         * gnus-sum.el (top-level): No need to require gnus when compiling,
5683         since unconditionally required near start of file.
5684         (gnus-summary-display-while-building): Move definition before use.
5685
5686 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5689         formatting function.
5690
5691 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5692
5693         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5694         with plists.
5695         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5696         Use new format.
5697
5698 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5701         `where-is-internal' that returns a range of key sequences.
5702
5703 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5704
5705         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5706
5707         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5708         (gnus-summary-jump-to-group): Consider windows on other displayed
5709         frames as well.  Similar changes might be needed elsewhere, but that's
5710         the one I've bumped into during my use.
5711
5712         * nndoc.el (nndoc-oe-dbx-type-p):
5713         * gnus-msg.el (gnus-debug):
5714         * gnus-group.el (gnus-update-group-mark-positions):
5715         Use mm-string-to-multibyte.
5716
5717 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5718
5719         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5720         doesn't handle NotDashEscaped.
5721
5722         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5723         (mml-dnd-attach-options): Fix typo in custom choice.
5724
5725         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5726         nndoc-article-type to mbox.
5727         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5728
5729         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5730         to nil, instead of html2text.
5731
5732         * imap.el (imap-debug): Add `imap-ping-server'.
5733
5734         * gnus-bookmark.el: Add FIXMEs.
5735
5736         * message.el (message-form-letter-separator)
5737         (message-send-form-letter-delay): New variables.
5738         (message-send-form-letter): Use them.  New command to send form
5739         letters.  Requested by Uwe Siart.
5740         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5741
5742 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * Update copyright years.
5745
5746 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         Sync from EMACS_22_BASE.
5749
5750         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5751
5752 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5753
5754         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5755         empty author.
5756
5757 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5758
5759         * gnus-registry.el (gnus-registry-marks): Add variable for
5760         customization of marks and their appearance.
5761         (gnus-registry-read-mark): Use it.
5762         (gnus-registry-do-marks): Add utility function to loop through
5763         `gnus-registry-marks'.
5764         (gnus-registry-install-shortcuts-and-menus): Add function to install
5765         shortcuts and menus.
5766         (gnus-registry-initialize): Use it.
5767         (gnus-registry-default-mark): Clarify documentation.
5768
5769 2008-02-29  Glenn Morris  <rgm@gnu.org>
5770
5771         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5772         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5773         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5774         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5775         Change defcustom :version from 23.0 to 23.1.
5776
5777 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5778
5779         * gnus-registry.el (gnus-registry-follow-group-p)
5780         (gnus-registry-post-process-groups): Add functions to aid registry
5781         splitting and improve logging.  Clarify behavior in function
5782         documentation.
5783         (gnus-registry-split-fancy-with-parent): Use them.
5784
5785 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5786
5787         * gnus-art.el: Use with-current-buffer.
5788
5789 2008-02-27  David Engster  <dengste@eml.cc>
5790
5791         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5792         Express real group name in the response.
5793
5794 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5797         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5798         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5799         autoload gnus-registry-fetch-group when compiling.
5800         (nnmairix-request-group-with-article-number-correction): Remove
5801         unreferenced argument passed to nnmairix-call-backend.
5802
5803 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5804
5805         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5806         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5807         Wilde.
5808
5809 2008-02-27  Glenn Morris  <rgm@gnu.org>
5810
5811         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5812         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5813         variables to defconsts.  Convert comments to doc-strings.
5814         (nnmairix-last-server, nnmairix-current-server): Convert from free
5815         variables to defvars.  Convert comments to doc-strings.
5816         (gnus-registry-fetch-group): Autoload.
5817         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5818         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5819         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5820         caddr.
5821         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5822         nnmairix-request-group-with-article-number-correction call.
5823         (nnmairix-fast, nnmairix-group): New, less general names, for free
5824         variables passed from nnmairix-request-group to
5825         nnmairix-request-group-with-article-number-correction.  Declare.
5826         (nnmairix-request-group-with-article-number-correction):
5827         Use nnmairix-fast, nnmairix-group rather than fast, group.
5828
5829 2008-02-26  David Engster  <dengste@eml.cc>
5830
5831         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5832         version 0.5.
5833
5834 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5837         instead of making an extra function call.  Don't add the current group
5838         to articles only when they have the group.  Use
5839         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5840         Reported by David <de_bb@arcor.de>.
5841
5842 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5845         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5846
5847 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * mail-source.el (mail-source-delete-incoming): Change default.
5850         Supplement doc string.
5851
5852         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5853
5854 2008-02-14  Glenn Morris  <rgm@gnu.org>
5855
5856         * time-date.el (format-seconds): New function.
5857
5858 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         * nnmail.el (nnmail-message-id-cache-file): Derive from
5861         `gnus-home-directory'.
5862
5863 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5864
5865         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5866         Document negative prefix.
5867
5868         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5869
5870 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5871
5872         * message.el (message-unsent-separator): Add the Exim bounce
5873         separator.
5874
5875 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5876
5877         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5878         list.
5879         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5880         recipient/signer list.
5881
5882 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * Makefile.in (datarootdir): Define.
5885         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5886         name that might contain whitespace.
5887
5888 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5889
5890         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5891         fbound (Emacs 23 unicode), signal an error.
5892
5893 2008-02-08  Glenn Morris  <rgm@gnu.org>
5894
5895         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5896
5897 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5898
5899         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5900         ports to the calls to `netrc-machine-user-or-password' in addition to
5901         "imap" and "imaps".
5902
5903 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5904
5905         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5906
5907         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5908
5909 2008-02-01  Kenichi Handa  <handa@m17n.org>
5910
5911         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5912         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5913         (rfc2104-hash): Convert the result of concat to unibyte string.
5914
5915 2008-02-01  Dave Love  <fx@gnu.org>
5916
5917         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5918         coding-system-for-read.
5919         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5920
5921 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5922
5923         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5924         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5925         <hanche@math.ntnu.no>.
5926
5927 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5930
5931         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5932
5933 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5934
5935         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5936         * message.el (message-beginning-of-line): Use featurep instead of bound
5937         tests in order to resolve conditionals at compile time.
5938
5939 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5940
5941         * mail-source.el (mail-sources): Add `group' choice.
5942
5943         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5944         parameter `in-group' to control into which group the articles go.
5945         Add treatment of `group' mail-source.
5946
5947 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5950
5951         * mm-decode.el (mm-dissect-buffer): Decode description.
5952
5953         * mml.el (mml-to-mime): Encode message header first.
5954
5955 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5958         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5959
5960         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5961         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5962
5963 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5964
5965         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5966
5967 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5970         prefix keys.
5971         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5972         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5973         gnus-xmas.el.
5974
5975         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5976         (gnus-xmas-article-describe-bindings): New function.
5977         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5978         gnus-xmas-article-describe-bindings.
5979
5980         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5981
5982 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5983
5984         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5985         Add new variables for article mark management.
5986         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5987         list of extra data entries which, when present, will indicate that the
5988         article ID should not be trimmed from the registry.
5989         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5990         functions.
5991         (gnus-registry-read-mark): New function to read a mark name from the
5992         user.
5993         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5994         (gnus-registry-set-article-mark-internal): New functions to add and
5995         remove marks.
5996         (gnus-registry-get-article-marks): New function to show the marks for
5997         an article, or retrieve them for further use.
5998
5999 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6002         keys when no argument is given.
6003
6004 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6005
6006         * imap.el (imap-ping-server): New variable.
6007         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6008         (imap-ping-server): Minor doc string fixes.
6009
6010 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6011
6012         * imap.el (imap-ping-server): New function.
6013         (imap-opened): Call imap-ping-server.
6014
6015 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6016
6017         * gnus-sum.el (gnus-article-sort-by-random)
6018         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6019         jidanni@jidanni.org.
6020
6021 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * gnus-art.el (gnus-article-describe-bindings): New function.
6024         (gnus-article-read-summary-keys): Use it.
6025         (gnus-article-mode-map): Bind `C-h b' to it.
6026
6027 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6030         XEmacs.
6031         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6032         against non-character events.
6033
6034         * lpath.el: Fbind map-keymap for Emacs 21.
6035
6036 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6037
6038         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6039         command.
6040         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6041         instead of END.  Change name of the temp file.
6042         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6043         customizable.
6044
6045 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6048         bind `S W' to gnus-article-wide-reply-with-original; set default
6049         binding to gnus-article-read-summary-send-keys.
6050         (gnus-article-read-summary-keys): Fix the order of keys; display
6051         continuation keys correctly in the echo area; describe bindings
6052         correctly when keys end with `C-h'.
6053         (gnus-article-read-summary-send-keys): New function.
6054         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6055         for gnus-article-read-summary-send-keys; display continuation keys
6056         correctly in the echo area.
6057         (gnus-article-reply-with-original): Ignore prefix argument.
6058         (gnus-article-wide-reply-with-original): New function.
6059
6060         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6061         Emacs 21.
6062
6063 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6066         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6067
6068 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6069
6070         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6071         (gnus-group-read-ephemeral-gmane-group): New command.
6072
6073 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6074
6075         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6076
6077 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6078
6079         * message.el (message-send-mail-function): Increase custom version.
6080
6081         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6082         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6083
6084 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6087         for the cases where imap-authenticate is called with a nil buffer
6088         parameter.
6089
6090 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6093         html parts correctly; support forwarded messages.
6094         (gnus-article-browse-html-article): Remove work buffers.
6095
6096         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6097         compiling.
6098         (netrc-bound-and-true-p): New macro.
6099         (netrc-parse): Use it instead of bound-and-true-p that is not available
6100         in XEmacs 21.4.
6101
6102 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6103
6104         * gnus-registry.el (gnus-registry-mark-article)
6105         (gnus-registry-article-marks): Add functionality to mark articles
6106         through the Gnus registry.
6107
6108         * encrypt.el: Clarify documentation for the new pgg method.
6109         (encrypt-file-alist): Add PGG option.
6110         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6111         functionality.  Abstract password key and messaging to external
6112         functions.
6113         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6114         (encrypt-message-method-and-cipher): Add new convenience external
6115         functions.
6116         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6117         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6118
6119         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6120         (netrc-parse): Use encrypt-file-alist to determine if
6121         encrypt-find-model or encrypt-insert-file-contents should be used.
6122
6123         * encrypt.el: Clarify documentation.  Load password-cache or
6124         password, whichever one is found first, instead of autoloading.
6125
6126 2007-12-19  Glenn Morris  <rgm@gnu.org>
6127
6128         * mml.el (message-options-set, message-narrow-to-head)
6129         (message-in-body-p, message-mail-p, message-encode-message-body):
6130         Autoload.
6131         (message-remove-header, message-narrow-to-headers-or-head)
6132         (message-subscribed-p, message-make-mail-followup-to)
6133         (message-position-on-field, message-news-p)
6134         (message-options-set-recipient, message-generate-headers)
6135         (message-sort-headers): Declare as functions.
6136
6137 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6140         convention in doc string.
6141
6142 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6145         title to html parts.
6146         (gnus-article-browse-html-article): Pass message header to it.
6147
6148         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6149
6150 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6153         or password compatible with XEmacs.
6154
6155 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6158         format document.
6159         (gnus-mime-delete-part): Don't write description line if empty.
6160         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6161
6162 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6163
6164         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6165         (gnus-summary-mark-read-and-unread-as-read)
6166         (gnus-summary-mark-current-read-and-unread-as-read)
6167         (gnus-summary-mark-unread-as-ticked): Doc fix.
6168         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6169
6170 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6173         Christoph Conrad <christoph.conrad@gmx.de>.
6174
6175 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6178         yes-or-no-p.
6179
6180 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * mm-decode.el (mm-add-meta-html-tag): New function.
6183         (mm-save-part-to-file, mm-pipe-part): Use it.
6184
6185         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6186         gnus-y-or-n-p instead of y-or-n-p.
6187         (gnus-article-browse-html-parts): Work with message/external-body; use
6188         mm-add-meta-html-tag.
6189
6190 2007-12-11  Glenn Morris  <rgm@gnu.org>
6191
6192         * gnus-cache.el: Require gnus-sum not just when compiling.
6193
6194         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6195
6196         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6197         definitions before use.
6198
6199         * mm-decode.el: Require gnus-util.
6200         (mm-remove-part): Only call delete-annotation on XEmacs.
6201
6202         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6203
6204         * nnmail.el: Require gnus-int.
6205
6206         * spam.el: Move `require's before `eval-when-compile's.
6207
6208         * gnus-ems.el (gnus-alive-p):
6209         * gnus-fun.el (message-goto-eoh):
6210         * gnus-util.el (gnus-group-name-decode):
6211         * mail-source.el (gnus-compress-sequence):
6212         * message.el (Info-goto-node, format-spec):
6213         * mm-bodies.el (message-options-get):
6214         * mm-decode.el (mm-view-pkcs7):
6215         * mm-util.el (gmm-write-region):
6216         * mml-smime.el (mml-compute-boundary)
6217         (gnus-completing-read-with-default):
6218         * mml.el (widget-button-press, gnus-make-hashtable):
6219         * mml1991.el (mm-decode-content-transfer-encoding)
6220         (mm-encode-content-transfer-encoding)
6221         (message-options-get, message-options-set):
6222         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6223         * nnfolder.el (gnus-request-group):
6224         * nnheader.el (ietf-drums-unfold-fws):
6225         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6226         * smime.el (gnus-run-mode-hooks):
6227         * spam-stat.el (gnus-message): Autoload.
6228
6229         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6230         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6231         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6232         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6233         Add declare-function compatibility definition.
6234
6235         * gnus-cache.el (nnvirtual-find-group-art):
6236         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6237         (gnus-add-image, gnus-add-wash-type):
6238         * gnus-group.el (nnkiboze-score-file):
6239         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6240         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6241         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6242         (message-tokenize-header, gnus-get-buffer-create)
6243         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6244         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6245         * gnus.el (gnus-group-decoded-name):
6246         * mail-source.el (imap-capability):
6247         * mm-bodies.el (message-options-set):
6248         * mm-decode.el (gnus-configure-windows):
6249         * mm-extern.el (message-goto-body):
6250         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6251         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6252         (epg-sub-key-validity, message-options-set):
6253         * mml.el (widget-event-point, gnus-configure-windows):
6254         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6255         * mml2015.el (epg-check-configuration, epg-configuration)
6256         (message-options-set):
6257         * nndb.el (nndb-request-article):
6258         * nnfolder.el (gnus-request-create-group):
6259         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6260         * nnmaildir.el (gnus-group-mark-article-read):
6261         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6262         * rfc1843.el (message-fetch-field):
6263         * spam.el (gnus-extract-address-components):
6264         Declare as functions.
6265
6266 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6269
6270         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6271
6272         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6273         bind show-trailing-whitespace for XEmacs.
6274
6275 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6278         new no-op macro for backward compatibility.
6279
6280         * imap.el (imap-string-to-integer): New function.
6281
6282 2007-12-09  Glenn Morris  <rgm@gnu.org>
6283
6284         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6285
6286         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6287         * message.el, mm-view.el, sieve-manage.el, smime.el:
6288         Add declare-function compatibility definition.
6289
6290         * gnus-art.el (w3-region, w3m-region, Info-menu):
6291         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6292         * gnus-sum.el (gnus-get-predicate):
6293         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6294         * message.el (mail-abbrev-in-expansion-header-p):
6295         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6296         (w3m-detect-meta-charset, w3m-region):
6297         * sieve-manage.el (password-read, password-cache-add)
6298         (password-cache-remove):
6299         * smime.el (password-read-and-add): Declare as functions.
6300
6301 2007-12-08  David Kastrup  <dak@gnu.org>
6302
6303         * gnus-sum.el (gnus-summary-simplify-subject-query):
6304         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6305         `message'.
6306
6307 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6310         it to bind idna-program, installation-directory, defined-colors, and
6311         face-attribute for XEmacs of the version that compiles defcustom forms.
6312
6313 2007-12-07  Glenn Morris  <rgm@gnu.org>
6314
6315         * gnus-art.el (article-make-date-line): Revert previous change.
6316
6317 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6320
6321 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6322
6323         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6324         Call gnus-add-to-range ranges only once with a prepared article-list.
6325
6326 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6327
6328         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6329         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6330         group names with backslashes.  Reported by Tassilo Horn
6331         <tassilo@member.fsf.org>.
6332
6333 2007-12-06  Deepak Goel  <deego3@gmail.com>
6334
6335         * gnus-art.el (article-make-date-line):
6336         * gnus-start.el (gnus-load):
6337         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6338
6339 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * gnus-art.el (gnus-use-idna)
6342         * gnus-start.el (gnus-site-init-file)
6343         * message.el (message-use-idna)
6344         * mm-uu.el (mm-uu-hide-markers)
6345         * smiley.el (smiley-style): Revert changes that suppress warnings.
6346
6347 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6348
6349         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6350         specify charset to html source.  Reported by Christoph Conrad
6351         <christoph.conrad@gmx.de>.
6352
6353 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6356         idna-program in order to suppress byte compile warning issued by XEmacs
6357         that came to byte compile the default value section of defcustom forms
6358         recently.
6359
6360         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6361         value of installation-directory.
6362
6363         * message.el (message-use-idna): Don't directly refer to the value of
6364         idna-program.
6365
6366         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6367
6368         * smiley.el (smiley-style): Don't directly call face-attribute.
6369
6370 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6371
6372         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6373
6374         * gnus-dired.el: Reduce Gnus dependencies.
6375         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6376         require.  Use autoloads instead.
6377         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6378         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6379         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6380         (gnus-dired-mode): Adjust doc string.
6381         (gnus-dired-mail-mode): New variable.
6382         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6383         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6384         (gnus-dired-mail-buffers): New function.  Return mail or message
6385         composition buffers.
6386         (gnus-dired-attach): Use it.
6387         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6388         NO-DECODE.
6389         (gnus-dired-print): Use `gnus-print-buffer' depending on
6390         `gnus-dired-mail-mode'.
6391
6392 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * rfc2047.el (rfc2047-encoded-word-regexp)
6395         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6396         explaining what regexp patterns are for.
6397
6398 2007-12-04  Glenn Morris  <rgm@gnu.org>
6399
6400         * password.el: Move to password-cache.el.
6401
6402         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6403         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6404         * mml-smime.el (password-read, password-cache-add)
6405         (password-cache-remove):
6406         No need to autoload, since mml-sec requires password.
6407
6408         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6409         * message.el (gnus-extract-address-components):
6410         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6411
6412         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6413         password.
6414
6415 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6416
6417         * mailcap.el: Reduce dependencies.
6418         (mail-header-parse-content-type): Autoload.
6419         (mailcap-delete-duplicates): New alias.
6420         (mailcap-mime-info): Add optional argument NO-DECODE.
6421         (mailcap-mime-types): Use mailcap-delete-duplicates.
6422
6423         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6424
6425 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6426
6427         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6428         (imap-parse-status): Upcase status-att for servers that sends them
6429         lower-case (e.g., MS Exchange 2007).
6430
6431 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6434         function.
6435
6436         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6437         (gnus-uu-yenc-article): New function.
6438
6439         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6440
6441         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6442         buffer.
6443
6444 2007-12-02  Glenn Morris  <rgm@gnu.org>
6445
6446         * binhex.el (binhex): New custom group.
6447         (binhex-decoder-program, binhex-decoder-switches)
6448         (binhex-use-external): Move to the binhex custom group.
6449
6450         * uudecode.el (uudecode): New custom group.
6451         (uudecode-decoder-program, uudecode-decoder-switches)
6452         (uudecode-use-external): Move to the uudecode custom group.
6453
6454         * netrc.el (top-level): Don't load `encrypt' features.
6455         (netrc-parse): Don't use encrypt.
6456         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6457
6458         * encrypt.el: Remove file.
6459
6460 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6461
6462         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6463         matches on patches.
6464
6465         * gnus-art.el (gnus-article-browse-html-article): Mention
6466         `mm-text-html-renderer' in the doc string.
6467
6468         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6469         string.  Add comments.
6470
6471         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6472         if rhs is ASCII.
6473
6474 2007-12-01  Glenn Morris  <rgm@gnu.org>
6475
6476         * mail-source.el (top-level): Require format-spec before
6477         eval-when-compile.
6478
6479 2007-11-30  Glenn Morris  <rgm@gnu.org>
6480
6481         * encrypt.el: Require password, rather than autoloading password-read.
6482
6483 2007-11-29  Glenn Morris  <rgm@gnu.org>
6484
6485         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6486         (sasl-make-client, sasl-next-step, sasl-step-data)
6487         (sasl-step-set-data): Declare as functions.
6488
6489 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6490
6491         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6492
6493 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6494
6495         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6496         certs should be verified and what is to be done in the event of a
6497         verification failure.
6498
6499         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6500         caller can indicate whether the cache should be disregarded for this
6501         call.  This way the result of the call is reproducible at all times and
6502         can be considered a canonical server name for the supplied method.
6503         (gnus-agent-method-p): Canonicalize server names by pushing their
6504         method through `gnus-method-to-server' using the no-cache argument.
6505
6506         * gnus-srvr.el (gnus-server-insert-server-line): Call
6507         `gnus-method-to-server' with `no-cache' argument.
6508
6509         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6510         gnus-agent-possibly-synchronize-flags as this should be called when the
6511         server is actually being opened.
6512         (gnus-agent-possibly-synchronize-flags)
6513         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6514         flags file of an agentized server to the latter function.
6515
6516         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6517         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6518         after a connection has been established successfully.
6519
6520 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * gnus-art.el (article-display-face): Force to display face if called
6523         interactively; check if gnus-article-x-face-too-ugly matches author.
6524         (article-display-x-face): Display face even if From header is missing
6525         as article-display-face does.
6526
6527 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6528
6529         * hashcash.el (message-narrow-to-headers-or-head)
6530         (message-fetch-field, message-goto-eoh)
6531         (message-narrow-to-headers): Declare as functions.
6532
6533 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * mail-source.el (mail-sources): Default to fetch from file for
6536         compatibility with default of nnmail-spool-file.
6537
6538 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6541         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6542         to look for encoded word that should be encoded again.
6543         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6544         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6545         encoding pattern.
6546         (rfc2047-decode-region): Switch strict regexp and loose one according
6547         to rfc2047-allow-irregular-q-encoded-words.
6548
6549 2007-11-25  Romain Francoise  <romain@orebokech.com>
6550
6551         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6552
6553 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * tls.el (tls-program): Provide more custom choices from
6556         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6557         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6558
6559 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6560
6561         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6562         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6563
6564         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6565         `nnmail-spool-file'.
6566
6567         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6568         `nnmail-spool-file'.
6569
6570         * gnus-move.el (gnus-change-server): Ditto.
6571
6572         * gnus-kill.el (gnus-batch-score): Ditto.
6573
6574         * gnus-cache.el (gnus-jog-cache): Ditto.
6575
6576         * gnus-msg.el (gnus-summary-reply):
6577         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6578
6579 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6582         version.  Minor improvement to doc strings.
6583         (tls-program): Add comment.
6584
6585 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6586
6587         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6588         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6589         mismatch between the hostname provided in the certificate and the name
6590         of the host connnecting to.
6591         (open-tls-stream): Use them.  Check certificates against trusted root
6592         certificates.
6593
6594 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6595
6596         * gnus-cache.el (gnus-cache-generate-nov-databases):
6597         Use nnml-generate-nov-databases-directory instead of
6598         nnml-generate-nov-databases-1.
6599
6600 2007-11-24  Glenn Morris  <rgm@gnu.org>
6601
6602         * message.el (message-tool-bar-retro): Update for rename
6603         mail_send.xpm->mail-send.xpm.
6604
6605 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6606
6607         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6608         `smime-ldap-search' for Emacs 22 and up.
6609
6610 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6611
6612         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6613
6614         * message.el (message-send-mail-function): Fix error convention.
6615         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6616         (message-widen-reply, message-send-mail, message-talkative-question)
6617         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6618         (message-clone-locals, message-send-news): Use with-current-buffer.
6619         (message-insert-or-toggle-importance): Remove unused var `valid'.
6620         (message-make-references): Remove unused var `new-references'.
6621         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6622
6623 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6624
6625         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6626         (spam-split-symbolic-return-positive): Reflow docstring.
6627         (spam-backends, spam-summary-exit-behavior)
6628         (spam-mark-ham-unread-before-move-from-spam-group)
6629         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6630         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6631         (spam-clear-cache, spam-backend-check, spam-install-backend)
6632         (spam-install-statistical-backend, spam-list-of-processors)
6633         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6634         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6635         (spam-check-crm114, spam-initialize, spam-unload-hook):
6636         Fix typos in docstrings.
6637
6638 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6641         been checked if they have never been read and those group levels are
6642         higher than the one that a user specified.
6643
6644 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6647         foreign groups unless a group level is specified by a user.
6648         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6649
6650 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6651
6652         * message.el (message-send-mail-function): Require sendmail.
6653
6654 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6655
6656         * message.el (message-send-mail-function): Check for smtpmail too.
6657
6658         * utf7.el (utf7-encode, utf7-decode): Use coding system
6659         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6660
6661         * message.el (message-send-mail-function): New function.
6662         (message-send-mail-function): Set default using
6663         message-send-mail-function.  Adjust doc string.
6664         (message-send-mail-with-mailclient): New function.
6665
6666 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6667
6668         * smime.el (from):
6669         * rfc2047.el (message-posting-charset):
6670         * qp.el (mm-use-ultra-safe-encoding):
6671         * pop3.el (parse-time-months):
6672         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6673         * nnml.el (files):
6674         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6675         (jka-compr-compression-info-list, ange-ftp-path-format)
6676         (efs-path-regexp):
6677         * nndiary.el (files):
6678         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6679         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6680         (epg-digest-algorithm-alist, inhibit-redisplay)
6681         (password-cache-expiry):
6682         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6683         (pgg-output-buffer, password-cache-expiry):
6684         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6685         (efs-path-regexp):
6686         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6687         (inhibit-redisplay):
6688         * mm-uu.el (file-name, start-point, end-point, entry)
6689         (gnus-newsgroup-name, gnus-newsgroup-charset):
6690         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6691         (latin-unity-ucs-list):
6692         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6693         (mm-uu-binhex-decode-function):
6694         * message.el (gnus-message-group-art, gnus-list-identifiers)
6695         (rmail-enable-mime-composing, gnus-local-organization)
6696         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6697         (gnus-read-active-file, facemenu-add-face-function)
6698         (facemenu-remove-face-function, gnus-article-decoded-p)
6699         (tool-bar-mode):
6700         * mail-source.el (display-time-mail-function):
6701         * gnus-util.el (nnmail-pathname-coding-system)
6702         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6703         (gnus-original-article-buffer, gnus-user-agent)
6704         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6705         (xemacs-codename, sxemacs-codename, emacs-program-version):
6706         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6707         * gnus-start.el (gnus-agent-covered-methods)
6708         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6709         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6710         (gnus-newsgroup-headers, gnus-group-list-mode)
6711         (gnus-group-mark-positions, gnus-newsgroup-data)
6712         (gnus-newsgroup-unreads, nnoo-state-alist)
6713         (gnus-current-select-method, mail-sources)
6714         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6715         (nnmail-spool-file, gnus-cache-active-hashtb):
6716         * gnus-mh.el (mh-lib-progs):
6717         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6718         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6719         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6720         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6721         (gnus-group-buffer):
6722         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6723         (font-lock-set-defaults):
6724         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6725         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6726         (gnus-summary-post-menu, total-parts, type, condition, length):
6727         * gnus-agent.el (gnus-agent-read-agentview):
6728         * flow-fill.el (show-trailing-whitespace):
6729         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6730         eval-and-compile wrappers for byte compiler pacifiers.
6731
6732         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6733         (mm-display-inline-fontify): Check for featurep 'xemacs not
6734         extent-list.
6735
6736         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6737         itimer-list.
6738         (mm-create-image-xemacs): Only do something for XEmacs.
6739         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6740
6741         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6742
6743         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6744         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6745
6746 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6747
6748         * nnimap.el (nnimap-split-download-body):
6749         * gnus-demon.el (gnus-demon):
6750         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6751
6752 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6755         macros.
6756         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6757         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6758         copy data from unibyte buffer to multibyte current buffer.
6759         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6760         to copy data from unibyte current buffer to multibyte buffer.
6761         (nntp-make-process-buffer): Make process buffer unibyte.
6762
6763         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6764
6765 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6766
6767         * pop3.el (pop3-open-server): Accept and process data more robustly at
6768         connexion start to avoid spurious "POP SSL connexion failed" errors.
6769
6770 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6773         read group names.
6774
6775 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6776
6777         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6778
6779 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6782         (nnmail-save-active): Use a unibyte buffer when saving active file,
6783         which may contain non-ASCII group names.
6784
6785         * nnml.el (nnml-request-group): Decode group names in messages.
6786
6787 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * message.el (message-citation-line-function)
6790         (message-insert-formatted-citation-line): Fix spelling of
6791         `message-insert-formated-citation-line'.
6792
6793 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6794
6795         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6796
6797 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6800         nnmail-pathname-coding-system.
6801
6802         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6803         that a user enters; decode group names in messages.
6804
6805         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6806
6807 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6808
6809         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6810
6811         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6812
6813         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6814         risky local variable.
6815
6816         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6817
6818 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6819
6820         * encrypt.el: Improve documentation to fix function name typo.
6821         Reported by Daiki Ueno <ueno@unixuser.org>.
6822
6823 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6826         even if the point is not in the last page of an article.
6827         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6828         back to the previous page.
6829
6830 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6833
6834 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6837
6838 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6839
6840         * message.el (message-check-news-body-syntax): Avoid
6841         mm-string-as-multibyte.
6842         (message-hide-headers): Don't assume (point-min)==1.
6843
6844 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * message.el (message-remove-blank-cited-lines): Fix if remove is
6847         given.
6848         (message-bogus-address-regexp): New variable.
6849         (message-bogus-recipient-p): New function.
6850         (message-check-recipients): New command.
6851         (message-syntax-checks): Add `bogus-recipient'.
6852         (message-fix-before-sending): Add `bogus-recipient'.
6853
6854         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6855         (gnus-treat-body-boundary): Don't test window-system.
6856
6857 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6858
6859         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6860
6861 2007-10-28  Miles Bader  <miles@gnu.org>
6862
6863         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6864         at compile-time too.
6865
6866 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6867
6868         * gnus-msg.el (gnus-message-setup-hook): Add
6869         `message-remove-blank-cited-lines' to options.
6870
6871 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6872
6873         * message.el (message-remove-blank-cited-lines): New function.
6874         Suggested by Karl Plästerer.
6875
6876 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6879         mapc.
6880
6881         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6882         (top-level): Use mapc to set functions to be traced for debugging.
6883
6884         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6885         called for effect with while loop.
6886
6887         * message.el (message-talkative-question): Replace mapcar called for
6888         effect with mapc.
6889
6890         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6891         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6892         called for effect with dolist.
6893
6894         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6895
6896         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6897         gnus-extra-headers and nnmail-extra-headers.
6898
6899         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6900         called for effect with dolist.
6901         (top-level): Use mapc to set functions to be traced for debugging.
6902
6903         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6904         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6905         dolist.
6906
6907         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6908         Replace mapcar called for effect with mapc.
6909         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6910         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6911         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6912         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6913
6914         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6915         remove-if that's a cl function.
6916
6917         * webmail.el (webmail-debug): Replace mapcar called for effect with
6918         dolist.
6919
6920         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6921         with mapc.
6922
6923 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6926         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6927         with while loop.
6928
6929         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6930         functions from article-* functions.
6931         (gnus-multi-decode-header): Replace mapcar called for effect with
6932         dolist.
6933
6934         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6935         (gnus-bookmark-show-details): Replace mapcar called for effect with
6936         while loop.
6937
6938         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6939         called for effect with while loop.
6940
6941         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6942         with dolist.
6943
6944         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6945         mapcar called for effect with dolist.
6946
6947         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6948
6949         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6950         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6951         Replace mapcar called for effect with dolist.
6952         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6953         mapc.
6954
6955         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6956         Replace mapcar called for effect with dolist.
6957         (gnus-topic-list): Replace mapcar called for effect with mapc.
6958
6959         * gnus.el: Use mapc instead of mapcar to add autoloads.
6960
6961 2007-10-23  Richard Stallman  <rms@gnu.org>
6962
6963         * gnus-group.el (gnus-group-highlight): Mark as risky.
6964
6965 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus.el (gnus-server-to-method): Return method found first in
6968         gnus-newsrc-alist.
6969
6970         * gnus-art.el (gnus-article-highlight-signature)
6971         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6972         button overlay without the front stickiness.
6973
6974 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6975
6976         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6977         overview buffer needed a catch to receive its throw.
6978         (gnus-agent-flush-cache): Declared as interactive to make this function
6979         easier to use.
6980
6981 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6982
6983         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6984         `next-line'.
6985
6986 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6989         exclude address matching message-dont-reply-to-names.
6990
6991 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * gnus-util.el (gnus-string<): New function.
6994
6995         * gnus-sum.el (gnus-article-sort-by-author)
6996         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6997
6998 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7001         the frame-focus tag is set in gnus-buffer-configuration.
7002
7003 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7006         the front stickiness.
7007
7008 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7011         url pattern; remove duplicate one.
7012         (gnus-article-extend-url-button): New function.
7013         (gnus-article-add-buttons): Use it.
7014         (gnus-button-push): Use concatenated url that it makes.
7015
7016 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7017
7018         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7019
7020 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7021
7022         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7023         Don't hardcode point-min==1.
7024
7025 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7028         Fix comment about "iso8859-1".
7029
7030 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7031
7032         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7033         ones returned from the verify-function.
7034
7035         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7036         mml2015-extract-cleartext-signature if extraction failed.
7037
7038 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7039
7040         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7041         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7042         failed.
7043
7044 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7045
7046         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7047
7048 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7051         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7052         recommends to use EasyPG instead of PGG.
7053
7054         * pgg.el: Revert to revision 6.23.2.16.
7055
7056         * pgg-def.el: Revert to revision 6.6.2.14.
7057
7058         * pgg-gpg.el: Revert to revision 6.23.2.34.
7059
7060 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7061
7062         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7063         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7064         thread for both the null and zero (kill/expire thread) universal prefix
7065         cases.
7066         (gnus-summary-expire-thread): Add new function to expire a thread,
7067         using gnus-summary-kill-thread.
7068         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7069         shortcuts for gnus-summary-expire-thread.
7070         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7071         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7072
7073 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7074
7075         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7076         extras value, so an extras entry can be deleted.
7077         (gnus-registry-delete-extra-entry): Use it.
7078         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7079         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7080         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7081         storage through the gnus-registry, and provide an appropriate API for
7082         it.
7083
7084 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7087         Suggested by Leo <sdl.web@gmail.com>.
7088
7089         * gnus.el: Do.
7090
7091 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7094         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7095
7096         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7097
7098         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7099         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7100
7101 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7104         newline.
7105         (nnmbox-request-accept-article): Don't change article in source buffer;
7106         narrow to header to use message-fetch-field rather than
7107         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7108         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7109         as delimiters; make sure article ends with newline.
7110         (nnmbox-delete-mail): Correct last position of article to be deleted;
7111         ignore X-Gnus-Newsgroup header in article body.
7112         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7113         positions; make sure article ends with newline.
7114
7115         * message.el (message-display-abbrev): Don't infloop when a user
7116         inserts SPC in the beginning of header.
7117
7118         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7119         coding-system-for-read and coding-system-for-write for XEmacs having no
7120         file-coding feature.
7121
7122         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7123
7124 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7125
7126         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7127         list of groups not followed by default.  Fix type to be regexp.
7128         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7129
7130 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7131
7132         * hmac-def.el (define-hmac-function): Switch from old-style to
7133         new-style backquotes.
7134
7135         * md4.el (md4-make-step): Likewise.
7136
7137 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7140         raw-text coding system when saving .newsrc file, which may contain
7141         non-ASCII group names.
7142
7143 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * gnus-cus.el (gnus-score-extra): New widget.
7146         (gnus-score-extra-convert): New function.
7147         (gnus-score-customize): Use it for Extra.
7148
7149 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7150
7151         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7152         (mml2015-mailcrypt-clear-verify): Use it.
7153         (mml2015-gpg-clear-verify): Use it.
7154         (mml2015-pgg-clear-verify): Use it.
7155         (mml2015-epg-clear-verify): Replace the current part with the output
7156         from GnuPG; don't extract the plaintext by itself.
7157
7158         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7159         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7160         mml2015-clear-verify-function; don't touch the armor headers or
7161         dash-escaped text here.
7162
7163 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7166         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7167         parts, or application/octet-stream as a last resort.
7168         (gnus-mime-view-part-as-type): Don't toggle display.
7169         (gnus-mime-view-part-as-charset): Don't turn off display before
7170         querying charset.
7171
7172         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7173         stuff to undisplayer function in Emacs.
7174         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7175
7176         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7177         text/calendar parts.
7178
7179 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7182         decoding text/calendar parts.
7183
7184         * message.el (message-forward-make-body-mime): Always mark body as
7185         having no illegible text; remove signed-or-encrypted argument.
7186         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7187
7188         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7189         (mml-generate-mime-1): Don't encode body if it is specified to be in
7190         raw form; don't make buffer be unibyte when inserting multibyte string.
7191
7192 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7193
7194         * sha1.el: Fix up comment style.
7195         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7196         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7197
7198         * hex-util.el: Fix up comment style.
7199         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7200
7201         * gnus-salt.el: Use with-current-buffer.
7202         (gnus-pick-setup-message): Fix long-standing typo.
7203
7204 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * imap.el (imap-logout-timeout): New variable.
7207         (imap-logout, imap-logout-wait): New functions.
7208         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7209
7210         * nnimap.el (nnimap-logout-timeout): New server variable.
7211         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7212         nnimap-logout-timeout.
7213
7214         * gnus-art.el (gnus-article-summary-command-nosave)
7215         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7216
7217 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus.el (gnus-maximum-newsgroup): New variable.
7220
7221         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7222         according to gnus-maximum-newsgroup.
7223
7224         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7225         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7226         Limit the range of articles according to gnus-maximum-newsgroup.
7227
7228 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7229
7230         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7231         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7232         Don't perform gnus-configure-windows here; reuse existing sticky
7233         article buffer.
7234
7235         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7236         it doesn't exist in gnus-article-mode.
7237
7238 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7241         (gnus-agent-decoded-group-name): New function.
7242         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7243         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7244
7245 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7246
7247         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7248         Add binding for gnus-sticky-article.
7249         (gnus-summary-exit): Don't kill sticky article buffers.
7250
7251         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7252         article buffer.
7253         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7254         (gnus-kill-sticky-article-buffers): New commands.
7255
7256 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * nntp.el (nntp-xref-number-is-evil): New server variable.
7259         (nntp-find-group-and-number): If it is non-nil, don't trust article
7260         numbers in the Xref header.
7261
7262 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * gnus-agent.el (gnus-agent-read-group): New function.
7265         (gnus-agent-flush-group, gnus-agent-expire-group)
7266         (gnus-agent-regenerate-group): Use it.
7267         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7268         nnmail-pathname-coding-system.
7269
7270 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7273
7274         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7275         that are unread as unread, and also as selected so that information of
7276         marks having been changed by a user may be updated when exiting group.
7277
7278 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7281         calculated ignoring signature parts to gnus-treat-article.
7282
7283 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7286         a point here in order to keep the window start.
7287         (gnus-insert-mime-security-button): Make a button overlay without the
7288         front stickiness.
7289         (gnus-mime-display-security): Goto the end of a button.
7290
7291         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7292
7293 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7296         group-name-at-point.
7297         (gnus-group-completing-read): New function that offers decoded
7298         non-ASCII group names for completion.
7299         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7300         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7301         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7302         (gnus-group-fetch-control): Use it.
7303         (gnus-fetch-group): Use group-name-at-point for the initial value
7304         rather than the default value; use gnus-alive-p.
7305
7306         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7307         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7308         (gnus-summary-post-news): Use gnus-group-completing-read.
7309
7310         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7311         (gnus-read-move-group-name): Decode group name for completion.
7312
7313 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7314
7315         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7316         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7317         Yamaoka slightly modified the code).
7318
7319 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7322         (nnmail-split-incoming): Bind it.
7323
7324         * nnml.el (nnml-group-name-charset): New function.
7325         (nnml-decoded-group-name): Use it; don't decode group name if
7326         nnmail-group-names-not-encoded-p is non-nil.
7327         (nnml-encoded-group-name): New function.
7328         (nnml-group-pathname): Inline nnml-decoded-group-name.
7329         (nnml-request-expire-articles): Decode group name in message.
7330         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7331         nnmail-pathname-coding-system.
7332         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7333         not decoded ones according to nnmail-group-names-not-encoded-p.
7334         (nnml-generate-active-info): Use nnml-encoded-group-name.
7335
7336 2007-08-08  Glenn Morris  <rgm@gnu.org>
7337
7338         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7339         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7340         doc-strings and comments.
7341
7342 2007-07-25  Glenn Morris  <rgm@gnu.org>
7343
7344         * Relicense all FSF files to GPLv3 or later.
7345
7346 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * gnus-sum.el (gnus-summary-move-article): Make
7349         gnus-summary-respool-article work.
7350
7351 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7352
7353         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7354         string.
7355
7356 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7357
7358         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7359         that should be ignored when comparing distant RSS articles with local
7360         ones.
7361         (nnrss-make-hash-index): New function.  Create a hash index according
7362         to the ignored fields.
7363         (nnrss-check-group): Use it.
7364
7365 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7368
7369         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7370
7371         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7372         the new optional argument ENCODED is non-nil.
7373         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7374         coding system for encoding group name.
7375         (gnus-group-make-rss-group): Pass un-encoded group name to
7376         gnus-group-make-group.
7377         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7378         encoded.
7379
7380         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7381         Encode group name to which articles are moved or copied.
7382         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7383         coding system for encoding Newsgroup, Followup-To and Xref headers.
7384
7385         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7386         marks; use nnheader-file-coding-system to write a file.
7387         (nnagent-retrieve-headers): Bind file-name-coding-system to
7388         nnmail-pathname-coding-system.
7389
7390         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7391
7392         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7393         (nnml-request-article, nnml-request-create-group)
7394         (nnml-request-rename-group, nnml-find-id)
7395         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7396         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7397         (nnml-save-marks): Use nnml-group-pathname instead of
7398         nnmail-group-pathname.
7399
7400         (nnml-request-create-group, nnml-request-expire-articles)
7401         (nnml-request-move-article, nnml-request-delete-group)
7402         (nnml-deletable-article-p, nnml-possibly-create-directory)
7403         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7404         (nnml-open-marks): Bind file-name-coding-system to
7405         nnmail-pathname-coding-system.
7406
7407         (nnml-request-article): Pass server argument to nnml-find-group-number.
7408         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7409         server argument to nnml-possibly-create-directory.
7410         (nnml-request-accept-article): Pass server argument to
7411         nnml-active-number and nnml-save-mail.
7412         (nnml-find-group-number): Pass server argument to nnml-find-id.
7413         (nnml-request-update-info): Pass server argument to
7414         nnml-marks-changed-p.
7415
7416         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7417         (nnml-save-mail, nnml-active-number): Add server argument.
7418
7419         (nnml-request-delete-group): Warn if group is missing.
7420         (nnml-get-nov-buffer): Decode group name.
7421         (nnml-generate-active-info): Encode group name.
7422         (nnml-open-marks): Decode group name in messages.
7423
7424 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7427         if it is not specified.
7428         (gnus-article-pipe-part, gnus-article-save-part)
7429         (gnus-article-interactively-view-part, gnus-article-copy-part)
7430         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7431         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7432         (gnus-article-replace-part, gnus-article-delete-part)
7433         (gnus-article-view-part-as-type): Pass raw prefix argument to
7434         gnus-article-part-wrapper.
7435
7436 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-agent.el (gnus-agent-save-active): Bind
7439         nnheader-file-coding-system to gnus-agent-file-coding-system.
7440
7441         * gnus-cache.el (gnus-cache-save-buffers)
7442         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7443         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7444         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7445         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7446         (gnus-cache-generate-active, gnus-cache-rename-group)
7447         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7448         (gnus-cache-update-overview-total-fetched-for): Bind
7449         file-name-coding-system to nnmail-pathname-coding-system.
7450         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7451         variables.
7452         (gnus-cache-decoded-group-name): New function.
7453         (gnus-cache-file-name): Use it.
7454         (gnus-cache-generate-active): Use non-decoded group name for active.
7455
7456         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7457         right place.
7458         (gnus-write-active-file): Don't break non-ASCII group names.
7459
7460         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7461         nnmail-pathname-coding-system.
7462
7463         * lpath.el: Bind default-file-name-coding-system,
7464         file-name-coding-system and language-info-alist for XEmacs.
7465
7466         * gnus-uu.el (gnus-uu-decode-save): Typo.
7467
7468 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7471
7472 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7473
7474         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7475         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7476         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7477         (gnus-agent-flush-group, gnus-agent-flush-cache)
7478         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7479         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7480         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7481         (gnus-agent-regenerate-group)
7482         (gnus-agent-update-files-total-fetched-for)
7483         (gnus-agent-update-view-total-fetched-for): Bind
7484         file-name-coding-system to nnmail-pathname-coding-system.
7485         (gnus-agent-group-pathname): Don't encode file names by
7486         nnmail-pathname-coding-system.
7487         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7488         coding-system-for-write instead of buffer-file-coding-system to
7489         gnus-agent-file-coding-system.
7490
7491         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7492         Decode group name.
7493
7494         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7495
7496         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7497         (gnus-read-newsrc-el-file): Make group names unibyte.
7498
7499         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7500         nnmail-pathname-coding-system.
7501
7502         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7503         (nnrss-request-delete-group): Bind file-name-coding-system to
7504         nnmail-pathname-coding-system.
7505         (nnrss-read-server-data, nnrss-read-group-data): Bind
7506         file-name-coding-system correctly.
7507         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7508
7509         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7510         (nntp-server-to-method-cache): New variable.
7511         (nntp-group-pathname): New function that decodes non-ASCII group names.
7512         (nntp-possibly-create-directory, nntp-marks-changed-p)
7513         (nntp-save-marks, nntp-open-marks): Use it.
7514         (nntp-possibly-create-directory, nntp-open-marks):
7515         Bind file-name-coding-system to nnmail-pathname-coding-system.
7516         (nntp-open-marks): Decode group names when bootstrapping marks.
7517
7518         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7519         Newsgroups and Folowup-To headers.
7520
7521 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7524         (gnus-server-closed-face, gnus-server-denied-face)
7525         (gnus-server-offline-face): Remove variable.
7526         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7527
7528         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7529         of modifying message-stack directly for XEmacs.
7530
7531         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7532         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7533         if the coding-system argument is nil for XEmacs.
7534
7535         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7536         mm-charset-override-alist.
7537
7538         * rfc2047.el: Don't require base64; require rfc2045 for the function
7539         rfc2045-encode-string.
7540         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7541         to quote the parameter value.
7542
7543 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7546         form in gnus-group-name-charset-method-alist.
7547
7548         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7549         overrides the default layout edit-form.
7550
7551         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7552
7553         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7554
7555 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7558         as unfetched articles.
7559
7560 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7563
7564 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7567         original back end that keeps marks in the local system.
7568
7569 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7572         arg of pop-to-buffer for XEmacs.
7573         (gnus-article-read-summary-keys): Ditto; don't restore window
7574         configuration if summary command ends up with neither article buffer
7575         nor summary buffer; describe bindings if summary keys end with C-h.
7576
7577 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * message.el (message-fix-before-sending): Skip raw message part to be
7580         forwarded while checking illegible text.
7581         (message-forward-make-body-mime, message-forward-make-body): Mark
7582         signed or encrypted raw message as having no illegible text.
7583
7584 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7587         (gnus-message-with-timestamp-1): New macro.
7588         (gnus-message-with-timestamp): New function.
7589         (gnus-message): Use them.
7590
7591         * nnheader.el (nnheader-message): Use them.
7592
7593 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7596         .newsrc.eld file.
7597
7598 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * gnus-agent.el (gnus-agent-fetch-headers)
7601         (gnus-agent-retrieve-headers): Bind
7602         gnus-decode-encoded-address-function to identity.
7603
7604         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7605         available also when the server returns simply a dot.
7606
7607         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7608
7609 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7612
7613 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * gnus-ems.el (gnus-x-splash): Make it work.
7616
7617         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7618         from being used.
7619
7620         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7621
7622 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7625         4th and the 5th arguments.
7626
7627         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7628         the front stickiness.
7629         (gnus-article-summary-command-nosave): Correct the order of the
7630         arguments passed to pop-to-buffer.
7631         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7632         summary command ends up with the article buffer.
7633
7634         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7635         the same faces.
7636
7637 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7638
7639         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7640
7641 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7642
7643         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7644         * gnus-sum.el (gnus-summary-highlight):
7645         * pgg.el (pgg-sign-region, pgg-sign):
7646         * mail-source.el (mail-source-delete-old-incoming-confirm):
7647         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7648
7649 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-art.el (gnus-mime-view-part-externally)
7652         (gnus-mime-view-part-internally): Fix predicate function passed to
7653         completing-read.
7654
7655         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7656
7657         * gnus.el (gnus-update-message-archive-method): Add :version.
7658
7659 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * gnus.el (gnus-update-message-archive-method): New variable.
7662
7663         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7664         according to gnus-message-archive-method if
7665         gnus-update-message-archive-method is non-nil.
7666
7667 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7668
7669         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7670         by Loic Dachary <loic@dachary.org>.
7671         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7672
7673 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * message.el (message-pop-to-buffer): Add switch-function argument.
7676         (message-mail): Pass switch-function argument to it.
7677
7678 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7679
7680         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7681         Improve doc string.
7682
7683 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7686         (gnus-header-content)
7687         * gnus-cite.el (gnus-cite-10)
7688         * gnus-srvr.el (gnus-server-closed)
7689         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7690         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7691         (gnus-group-mail-3-empty, gnus-group-mail-low)
7692         (gnus-group-mail-low-empty, gnus-splash)
7693         * message.el (message-header-to, message-header-cc)
7694         (message-header-subject, message-header-other, message-header-name)
7695         (message-header-xheader, message-separator, message-cited-text)
7696         (message-mml): Lighten colors of faces used for dark background.
7697
7698 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7699
7700         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7701         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7702
7703 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * message.el (message-narrow-to-headers-or-head):
7706         Ignore mail-header-separator in the body.
7707
7708 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7709
7710         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7711         same as window size.
7712
7713 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7714
7715         * message.el (message-font-lock-keywords): Use message-header-xheader
7716         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7717         ahead of the anything pattern, to get it recognised.
7718
7719 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7722         spam.el loads uses it in the compiled defadvice form.
7723
7724 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7725
7726         * gnus-sum.el (gnus-articles-to-read)
7727         (gnus-summary-insert-old-articles): Don't truncate group name for
7728         `read-string'.
7729
7730         * gnus-util.el (gnus-limit-string): Delete this function.
7731
7732         * gnus-sum.el (gnus-simplify-subject-fully): Use
7733         `truncate-string-to-width' instead.
7734
7735 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7736
7737         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7738         if, on summary exit, the next group has to be selected.
7739         (gnus-summary-exit): Use it.
7740
7741 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7744         non-break space.
7745
7746 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7749         Check if group is not a directory.
7750         (nnfolder-request-expire-articles): Don't delete articles if the target
7751         group is not available.
7752
7753         * nnml.el (nnml-request-create-group): Properly check if group is not a
7754         file.
7755         (nnml-request-expire-articles): Don't delete articles if the target
7756         group is not available.
7757
7758         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7759         Don't quote characters that are within parentheses.
7760
7761 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7764         (gnus-handle-ephemeral-exit): Select article according to it.
7765
7766 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * message.el (message-insert-formated-citation-line): Remove newline.
7769         (message-citation-line-format): Add final \n here so that the user can
7770         avoid a blank line.
7771
7772 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7773
7774         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7775         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7776         Update lanl/arXiv support.
7777
7778 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * gnus.el: Bump version number.
7781
7782 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783
7784         * gnus.el (gnus-version-number): Bump version.
7785
7786 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7787
7788         * gnus.el: No Gnus v0.6 is released.
7789
7790 2007-04-27  Didier Verna  <didier@xemacs.org>
7791
7792         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7793         * gmm-utils.el (gmm-regexp-concat): here.
7794         * message.el: Don't require 'gnus-util.
7795         (message-dont-reply-to-names): Handle name change above.
7796         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7797
7798 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7801         since the initial value varies according to the system.
7802
7803 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7806
7807 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7808
7809         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7810
7811 2007-04-24  Didier Verna  <didier@xemacs.org>
7812
7813         Improve the type of gnus-ignored-from-addresses.
7814         * gnus-util.el (gnus-orify-regexp): New function.
7815         * message.el (gnus-util): Require it.
7816         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7817         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7818         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7819
7820 2007-04-24  Didier Verna  <didier@xemacs.org>
7821
7822         * gnus-sum.el:
7823         * gnus-utils.el: Fix some trailing whitespaces.
7824
7825 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7828         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7829         article's Message-ID; refer parent article in summary buffer.
7830
7831         * message.el (message-bounce): Call mime-to-mml.
7832
7833         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7834         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7835         optimize and/or forms properly.
7836
7837 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7838
7839         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7840         URL.
7841
7842 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7845
7846 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7849         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7850         displayed of multipart/alternative part if it is invoked from summary
7851         buffer.
7852
7853         * mm-view.el (mm-inline-text-html-render-with-w3m)
7854         (mm-inline-text-html-render-with-w3m-standalone)
7855         (mm-inline-render-with-function): Use mail-parse-charset by default.
7856
7857 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7858
7859         * parse-time.el (parse-time-string-chars): Check if CHAR
7860         is less than the length of parse-time-syntax.
7861
7862 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7865         from gnus-newsgroup-processable.
7866
7867 2007-04-16  Didier Verna  <didier@xemacs.org>
7868
7869         * gnus-msg.el (gnus-configure-posting-styles): Handle
7870         message-signature-directory properly with :file syntax.  Reported by
7871         "Leo".
7872
7873 2007-04-11  Didier Verna  <didier@xemacs.org>
7874
7875         New user option: message-signature-directory.
7876         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7877         * message.el (message-insert-signature): Ditto.
7878         * message.el (message-signature-file): Doc update.
7879         * message.el (message-signature-directory): New.
7880
7881 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * gnus-msg.el (gnus-inews-yank-articles): Use
7884         message-exchange-point-and-mark instead of exchange-point-and-mark.
7885
7886 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * message.el (message-yank-original): Make sure cited text ends with
7889         newline; don't exchange point and mark.
7890
7891 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7892
7893         * tls.el (open-tls-stream): Properly handle case where there
7894         is no associated buffer.
7895
7896 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7897
7898         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7899         message-yank-original, make sure (< mark TEXT point).
7900
7901 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * message.el (message-fill-column): New variable.
7904         (message-mode): Use it.  Add comment on a possible new hook.
7905
7906         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7907         (nnmail-get-new-mail): Reformat.
7908
7909         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7910
7911         * gmm-utils.el: Fix Commentary.
7912         (gmm-tool-bar-from-list): Fix typo in doc string.
7913
7914 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7915
7916         * message.el (message-yank-original): Don't switch point and mark
7917         unnecessarily to put point and mark as documented.
7918
7919 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7920
7921         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7922         from the message heads.
7923
7924 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7925
7926         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7927         article buffer does not have a window.  This may not be the best
7928         solution but is certainly better than setting the start of the null,
7929         that is the current, window.
7930
7931 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7934         (gnus-draft-setup): Run it.
7935
7936         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7937         gnus-score-fast-scoring.  Allow regexp.
7938         (gnus-score-headers): Use it.
7939
7940         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7941         XEmacs.
7942
7943         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7944         string.
7945         (gnus-button-alist): Also catch `<f1> k ...'.
7946         (gnus-treat-display-x-face): Fix doc string.
7947
7948 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7949
7950         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7951         evaluation of gnus-extended-version to ensure correct generation of the
7952         User-Agent header when message-generate-headers-first is used.
7953
7954 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7955
7956         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7957         hashcash-path is nil.  Don't call callback with incorrect number of
7958         parameters if val is 0.
7959
7960 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7961
7962         * message.el (message-required-news-headers):
7963         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7964
7965 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7966
7967         * tls.el (open-tls-stream): In handshake-waiting loop,
7968         don't wait more if there is output available to process.
7969
7970 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7971
7972         * tls.el (tls-program): Doc fix.
7973
7974 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * message.el (message-generate-new-buffers): Change the meaning of the
7977         nil value; add `standard' to the choices; treat t as `unique'; improve
7978         doc string.
7979         (gnus-select-frame-set-input-focus): Autoload.
7980         (message-buffer-name): Search for the existing message buffer if
7981         message-generate-new-buffers is nil or `standard'; treat the value t of
7982         message-generate-new-buffers as `unique'.
7983         (message-pop-to-buffer): Raise the frame already displaying the message
7984         buffer; clear the echo area after querying.
7985         (message-setup): Pass the `continue' argument to compose-mail.
7986         (message-mail): Prefer `switch-function' if it is given; search for the
7987         existing message buffer if the `continue' argument is non-nil; pass
7988         continue and switch-function arguments to compose-mail by way of
7989         message-setup.
7990         (message-mail-other-window): Adjust argument of message-setup.
7991         (message-mail-other-frame): Ditto.
7992
7993 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7996         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7997         to turn font-lock on when turning gnus-message-citation-mode on.
7998
7999 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8000
8001         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8002         (mml-smime-function-alist): New variable; add epg as the backend.
8003         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8004         mml-smime- functions instead.
8005         * mm-view.el: Require smime.
8006
8007 2007-03-05  Didier Verna  <didier@xemacs.org>
8008
8009         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8010         instead of just inheritance for posting styles.
8011         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8012
8013 2007-02-24  Chris Moore  <dooglus@gmail.com>
8014
8015         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8016         * pgg-pgp.el (pgg-pgp-encrypt-region):
8017         * pgg-gpg.el (pgg-gpg-encrypt-region):
8018         Check pgg-encrypt-for-me if no other recipients.
8019
8020 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8021
8022         * tls.el (tls-certtool-program): Fix custom type.
8023
8024 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8027         and point-at-eol instead of line-(beginning|end)-position.
8028
8029         * assistant.el (assistant-parse-buffer): Ditto.
8030
8031         * netrc.el (netrc-parse-services): Ditto.
8032
8033 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8034
8035         * mml2015.el (mml2015-epg-find-usable-key): New function.
8036         (mml2015-epg-sign): Use it.
8037         (mml2015-epg-encrypt): Use it.
8038
8039 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * message.el (message-make-in-reply-to): Quote name containing
8042         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8043         if there are special characters.  Reported by NAKAJI Hiroyuki
8044         <nakaji@jp.freebsd.org>.
8045
8046 2007-02-27  Didier Verna  <didier@xemacs.org>
8047
8048         Include the group parameters as well as the topic ones in the
8049         inheritance filter process.
8050         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8051         argument GROUP-PARAMS-LIST.
8052         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8053
8054 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * nntp.el (nntp-never-echoes-commands)
8057         (nntp-open-connection-functions-never-echo-commands): New variables.
8058         (nntp-send-command): Use them.
8059
8060 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8061
8062         * mml2015.el (mml2015-epg-verify): Simplified.
8063
8064 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * mml.el (mml-content-disposition-alist): New user option.
8067         (mml-content-disposition): New function.
8068         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8069         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8070
8071 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8072
8073         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8074         verification.
8075
8076 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8077
8078         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8079         articles posted in the last 24 hours.
8080
8081 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8082
8083         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8084
8085 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8086
8087         * nntp.el (nntp-send-command): Don't wait for echoes when
8088         nntp-open-ssl-stream is used.
8089
8090 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8093         (gnus-message-add-citation-keywords)
8094         (gnus-message-remove-citation-keywords): Remove.
8095         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8096         directly, make the variables in font-lock-defaults buffer-local, add
8097         gnus-message-citation-keywords to them and then update the value of
8098         font-lock-keywords.
8099
8100 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8101
8102         * message.el (message-cite-original-1): Don't call
8103         gnus-article-highlight-citation.
8104
8105         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8106         citations; fix line count.
8107
8108 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8111         (gnus-message-add-citation-keywords)
8112         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8113         versions of font-lock-add-keywords and font-lock-remove-keywords to
8114         work with XEmacs correctly.
8115
8116 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * gnus-cite.el (gnus-cite-face-list): Set the values of
8119         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8120         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8121         (gnus-message-cite-prefix-regexp): New variable.
8122         (gnus-message-search-citation-line): Use it; protect against long
8123         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8124         the 0th match data for Emacs.
8125         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8126         (gnus-message-add-citation-keywords): Append keywords rather than
8127         prepending; emulate font-lock-add-keywords if it is not available.
8128         (gnus-message-remove-citation-keywords): Emulate
8129         font-lock-remove-keywords if it is not available.
8130
8131         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8132
8133         * message.el (message-cite-prefix-regexp): Set the value of
8134         gnus-message-cite-prefix-regexp.
8135
8136 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8137
8138         * nnweb.el (nnweb-google-parse-1): Update parser.
8139
8140 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8141
8142         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8143
8144 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8145
8146         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8147         regexp.
8148
8149 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8152         string-to-multibyte.
8153         (uudecode-decode-region-internal): Use it.
8154
8155         * lpath.el: Fbind string-as-multibyte for XEmacs.
8156
8157 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8158
8159         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8160         custom choice.
8161
8162         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8163
8164 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8165
8166         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8167
8168         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8169         `write-region' to respect `mm-inhibit-file-name-handlers'.
8170
8171 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8172
8173         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8174         Use gnus-home-directory instead of "~/" or "$HOME".
8175
8176 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8177
8178         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8179         to mention filename.
8180         Add comments at beginning regarding usage.
8181         (encrypt-write-file-contents): Change interactive so a string is
8182         acceptable.  If the file has no associated model, show an error instead
8183         of a nonsense prompt.
8184
8185 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8186
8187         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8188         Thanks to Yoshihiko Yamada for kind notification of this typo.
8189
8190 2007-01-12  Kenichi Handa  <handa@m17n.org>
8191
8192         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8193         multibyte buffer.
8194
8195 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8196
8197         * gnus-score.el (gnus-score-fast-scoring): New variable.
8198         (gnus-score-headers): Use it.
8199
8200         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8201
8202         * message.el (message-cite-original-1): Call
8203         gnus-article-highlight-citation if requested.
8204         (message-make-from): Allow name and address as optional arguments.
8205
8206         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8207
8208         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8209         bugs to doc string.
8210         (gnus-button-alist): Add mid\\|message-id.
8211         (gnus-button-fetch-group): Extend for use in
8212         `browse-url-browser-function'.
8213         (gnus-button-url-regexp): Try to catch paired parentheses like in
8214         Wikipedia URLs.
8215
8216         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8217         Suggested by Simon Krahnke <overlord@gmx.li>.
8218
8219 2007-01-13  Romain Francoise  <romain@orebokech.com>
8220
8221         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8222         Update copyright.
8223
8224 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8225
8226         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8227
8228 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8229
8230         * gnus-registry.el (gnus-registry-unfollowed-groups)
8231         (gnus-registry-split-fancy-with-parent): Fix documentation.
8232
8233 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8234
8235         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8236         from nnweb groups.
8237
8238 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8239
8240         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8241         Xref urls.  Erase buffer before requesting head.
8242
8243 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8246         customizable.
8247
8248 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8249
8250         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8251         no signing key is found.
8252         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8253         no encrypting and/or signing key is found.
8254
8255 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8258
8259 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8260
8261         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8262         headers read from disk with the ones newly found in the current search.
8263         This should no longer cause problems, because the article numbers in
8264         Gmane's `nov.php' output are ignored since the previous change.
8265
8266 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8267
8268         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8269
8270 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8273         replace-regexp-in-string; bind url-version; fbind display-images-p and
8274         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8275         find-face and set-itimer-function for Emacs; bind itimer-list for
8276         Emacs.
8277
8278         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8279
8280 2007-01-01  Romain Francoise  <romain@orebokech.com>
8281
8282         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8283
8284 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8285
8286         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8287         `define-minor-mode' macro definition expanded properly.
8288         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8289         exclude it there.
8290
8291         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8292         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8293         `fboundp' test.
8294         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8295         This is OK to autoload in (S)XEmacs now.
8296
8297 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8298
8299         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8300         keystroke.
8301         (gnus-summary-limit-to-singletons): Fix typo.
8302
8303         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8304         else fails.
8305
8306 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8307
8308         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8309         docstring.
8310
8311         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8312         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8313         (gnus-summary-insert-dormant-articles): Fix typo in message.
8314
8315 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8318         nil for XEmacs.
8319         (gnus-message-citation-mode): Don't autoload in XEmacs.
8320
8321         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8322
8323 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8324
8325         * nnimap.el (nnimap-expunge-search-string): Mention
8326         nnimap-search-uids-not-since-is-evil in docstring.
8327
8328 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * spam.el: Revert to make-obsolete-variable because
8331         define-obsolete-variable-alias is not supported in Emacs 21.
8332
8333         * spam.el (spam-ifile-path, spam-ifile-database-path)
8334         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8335         make-obsolete-variable.
8336         (spam-bsfilter-path, spam-bsfilter-program)
8337         (spam-spamassassin-path, spam-spamassassin-program)
8338         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8339         use "path" inappropriately.
8340         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8341         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8342         variable names.
8343
8344 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8345
8346         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8347         summary buffer.
8348
8349         * password.el (password-cache-remove): Use clear-string to burn
8350         password, if available.
8351
8352 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8355
8356         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8357
8358         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8359         (gnus-message-highlight-citation): Move defcustom here from
8360         gnus-cite.el.
8361         (gnus-message-citation-mode): Autoload.
8362
8363         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8364         checks to make it compile with XEmacs.
8365         (gnus-message-citation-mode): New minor mode.
8366         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8367         (gnus-message-highlight-citation): New variables.
8368         (gnus-message-search-citation-line)
8369         (gnus-message-add-citation-keywords)
8370         (gnus-message-remove-citation-keywords)
8371         (turn-on-gnus-message-citation-mode)
8372         (turn-off-gnus-message-citation-mode): New functions.
8373
8374 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8375
8376         * gnus-cite.el: Enable highlighting of different citation levels in
8377         message-mode.
8378
8379 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8380
8381         * message.el (message-make-fqdn): Fix comment.
8382         (message-bogus-system-names): Add ".local".
8383
8384         * spam.el (spam-ifile-path, spam-ifile-program)
8385         (spam-ifile-database-path, spam-ifile-database)
8386         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8387         Don't use "path" inappropriately.
8388         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8389         strings.
8390         (spam-check-ifile, spam-ifile-register-with-ifile)
8391         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8392         new variable names.
8393
8394         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8395         (gnus-treat-display-smileys): Simplify using
8396         gnus-image-type-available-p.
8397
8398         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8399         available.
8400
8401         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8402         `display-images-p' if available.
8403
8404 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8407         one after turning on the buffer's multibyteness instead of decoding
8408         them directly in the unibyte buffer that causes unexpected conversion
8409         in Emacs 23 (unicode).
8410
8411 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8412
8413         * message.el (message-generate-hashcash): Fix custom type.
8414
8415 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8418
8419 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8422         disconnect icons.  Add help text.
8423
8424 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8425
8426         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8427         negated to be consistent with the others we handle.
8428
8429 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8432         version of gnus-summary-buffer to something, so that we can use two
8433         article buffers at the same time.
8434
8435 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8436
8437         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8438         trigger all the extra headers.
8439         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8440         sorting.
8441
8442 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8443
8444         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8445         solid groups.
8446
8447 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8448
8449         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8450
8451 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * legacy-gnus-agent.el: Add Copyright notice.
8454
8455 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8456
8457         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8458
8459 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8460
8461         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8462
8463         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8464         to make it work reliably in CVS Emacs.
8465         (gnus-summary-limit-strange-charsets-predicate)
8466         (gnus-summary-limit-to-predicate): New functions.
8467
8468 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8469
8470         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8471         specifying array size.
8472         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8473         array if it is too small.
8474         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8475         (gnus-sort-threads-loop): New function.
8476
8477 2006-12-06  Chris Moore  <dooglus@gmail.com>
8478
8479         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8480         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8481
8482 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8483
8484         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8485         options.
8486
8487 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8490         DOS-ing the recipient.
8491
8492         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8493         the headers when creating the mapping to avoid mismappings.
8494         (nnweb-gmane-create-mapping): Always nix out old mapping.
8495
8496 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8499         and mm-verify-option to never.
8500
8501 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * message.el (message-signed-or-encrypted-p): New function.
8504         (message-forward-make-body): Use it.
8505
8506         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8507         Replace encode-coding-string with mm-encode-coding-string.
8508
8509 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * nneething.el (nneething-decode-file-name): Replace
8512         decode-coding-string with mm-decode-coding-string.
8513
8514         * gnus-int.el (gnus-open-server): Say failed server's name.
8515
8516 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8517
8518         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8519         strings to a single string.  Quote `errors-file-name'.
8520         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8521         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8522         Adjust calls.  Use `shell-quote-argument'.
8523
8524 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8525
8526         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8527         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8528
8529         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8530         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8531         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8532         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8533         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8534         (gnus-subscribe-newsgroup, gnus-1):
8535         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8536         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8537         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8538         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8539
8540 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8541
8542         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8543         keystroke.
8544         (gnus-summary-limit-to-bodies): Implement headersp.
8545
8546 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8547
8548         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8549
8550 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8553
8554 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8555
8556         * message.el (message-generate-hashcash): Expand range of values to
8557         include `opportunistic'.
8558         (message-send-mail): Use it.
8559
8560 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8561
8562         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8563         and comment it.
8564
8565         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8566
8567 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * gnus-util.el (gnus-extract-address-components): Improve comment.
8570
8571 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus-util.el (gnus-extract-address-components): Work with address in
8574         which the name portion contains @.
8575
8576         * lpath.el: Fbind custom-autoload.
8577
8578 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * gnus.el (gnus-start): Move custom group up.
8581         (gnus-select-method): Don't autoload, but make it available for
8582         `customize-variable'.
8583         (gnus-getenv-nntpserver): Don't autoload.
8584
8585 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8586
8587         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8588
8589 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8590
8591         * message.el (message-sendmail-extra-arguments): New variable.
8592         (message-send-mail-with-sendmail): Use it.
8593
8594 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8597         mm-with-unibyte-current-buffer to make string unibyte.
8598
8599         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8600         mm-string-as-multibyte.
8601
8602 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8603
8604         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8605         Reported by Werner Koch <wk@gnupg.org>.
8606
8607 2006-11-14  Daiki Ueno  <ueno@p360>
8608
8609         * mml2015.el: Autoload epa-select-keys when compiling.
8610
8611 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8612
8613         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8614         message-options.
8615         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8616
8617 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8618
8619         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8620         EasyPG (< 0.0.6).
8621         (mml2015-always-trust): New user option.
8622         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8623         prompt.
8624
8625 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * nntp.el (nntp-authinfo-force): New variable.
8628         (nntp-send-authinfo): Use it.
8629
8630 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8633         decode encoded words.  Improve prompt.  Add comment about forwarding.
8634         (message-replacement-char): Move up.
8635
8636 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8637
8638         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8639         instead of gnus-intersection because arguments of gnus-sorted-nunion
8640         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8641
8642 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8645         (message-simplify-subject-functions): Enable
8646         message-strip-subject-encoded-words by default.
8647
8648 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * message.el (message-strip-subject-encoded-words): New function.
8651         (message-simplify-subject-functions): New variable.
8652         (message-simplify-subject): Use it.  Fix typo in doc string.
8653         Support message-strip-subject-encoded-words.
8654
8655 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8656
8657         * gnus-diary.el (gnus-diary-delay-format-function):
8658         * nndiary.el (nndiary-reminders):
8659         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8660
8661 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * gnus-art.el (article-hide-boring-headers): Fetch date from
8664         gnus-original-article-buffer to avoid problems with localized date
8665         strings.
8666
8667 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8670
8671 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8672
8673         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8674         New variables.
8675         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8676         (mm-charset-synonym-alist): Move some entries to
8677         mm-codepage-iso-8859-list.
8678         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8679         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8680
8681 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8684
8685 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8686
8687         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8688         with Emacs 21 and XEmacs.
8689
8690 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8691
8692         * spam.el (spam-parse-address): New function for better parsing,
8693         catching errors, etc.
8694         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8695
8696 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8697
8698         * mm-view.el: Add interactive arg to html2text autoload.
8699
8700 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8703
8704 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8707         variables.
8708         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8709         (mm-charset-synonym-alist): Move some entries to
8710         mm-codepage-iso-8859-list.
8711
8712         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8713
8714 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * message.el (message-citation-line-format)
8717         (message-insert-formated-citation-line): Fix implementation of %E, %N
8718         and %n according to the doc string.
8719
8720 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8721
8722         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8723         car-safe to avoid bad parses.
8724
8725 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8728         names.
8729
8730         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8731
8732 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8735         header.
8736
8737         * message.el (message-draft-headers): Add Date.
8738         (message-headers-to-generate): Fix typo in docstring.
8739
8740         * nndraft.el (nndraft-required-headers): New variable.
8741         (nndraft-generate-headers): Use it.
8742
8743         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8744
8745 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8746
8747         * gnus-registry.el (gnus-registry-wash-for-keywords)
8748         (gnus-registry-find-keywords): New functions to allow easy searching of
8749         articles that are in the registry.
8750
8751 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8752
8753         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8754         ietf-drums-parse-address instead of gnus-extract-address-components.
8755         Reported by Damien Elmes <damien@repose.cx>.
8756
8757 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * gnus.el (gnus-mime): Remove unused custom group.
8760
8761 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8762
8763         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8764         "blank line" when searching for end of armor headers.
8765
8766 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * gmm-utils.el (gmm-write-region): Fix variable name.
8769
8770 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * gmm-utils.el (gmm-write-region): New function based on compatibility
8773         code from `mm-make-temp-file'.
8774
8775         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8776
8777         * nnmaildir.el (nnmaildir--update-nov)
8778         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8779         Use `gmm-write-region'.
8780
8781 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8782
8783         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8784         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8785
8786         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8787
8788         * message.el (message-replacement-char): New variable.
8789         (message-fix-before-sending): Use it.
8790         (message-simplify-subject): New function to remove duplicate code.
8791         (message-reply, message-followup): Use it.
8792
8793         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8794         gnus-summary-limit-to-articles.
8795
8796 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * gnus-util.el (gnus-with-local-quit): New macro.
8799
8800         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8801
8802 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8803
8804         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8805         ignore non-string data.
8806
8807 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8808
8809         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8810         non-string data (needs to be done in the registry too).
8811
8812 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8813
8814         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8815         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8816         (gnus-registry-split-fancy-with-parent)
8817         (gnus-registry-fetch-simplified-message-subject-fast)
8818         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8819         Remove text properties on ingress into the registry and when it's saved.
8820         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8821         registry from entries with no groups.
8822
8823 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8824
8825         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8826         function to remove string properties.
8827
8828 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8829
8830         * gmm-utils.el (gmm): Adjust custom version.
8831
8832         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8833         custom version.
8834
8835         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8836
8837 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8838
8839         * gnus-art.el (gnus-insert-prev-page-button)
8840         (gnus-insert-next-page-button): Simplify.  Reformat.
8841
8842 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8843
8844         * gnus-art.el (gnus-insert-prev-page-button)
8845         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8846
8847 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8848
8849         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8850
8851 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8852
8853         * gnus-art.el (gnus-insert-mime-button)
8854         (gnus-insert-mime-security-button):
8855         Apply gnus-article-button-face to MIME and security buttons.
8856
8857 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8860         readable.
8861
8862 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8865
8866 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8867
8868         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8869         `browse-url-of-file' instead of `browse-url'.
8870
8871 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8872
8873         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8874         regexp.  Articles containing quotation were cut prematurely.
8875
8876 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * message.el (message-cite-original-1): Use nobody by default for the
8879         value of From header.
8880         (message-reply): Ditto.
8881
8882 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8883
8884         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8885         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8886         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8887
8888 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8891         mails in the doc string.  Add some URLs in comment.
8892         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8893
8894 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8897         backslashes handling and the way to find boundaries of quoted strings.
8898
8899 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8900
8901         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8902         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8903         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8904         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8905
8906 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8909         doc string.
8910         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8911
8912 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * lpath.el: Fbind epg-check-configuration.
8915
8916 2006-09-06  Simon Josefsson  <jas@extundo.com>
8917
8918         * mml2015.el (mml2015-use): Doc fix, mention epg.
8919
8920 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8921
8922         * mml2015.el (mml2015-use): Default to epg, if available.
8923
8924 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8925
8926         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8927         message-sender.
8928         (mml1991-epg-encrypt): Ditto.
8929         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8930         message-sender.
8931         (mml2015-epg-encrypt): Ditto.
8932
8933 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8934
8935         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8936         several common directories.
8937
8938 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8939
8940         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8941         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8942
8943 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-art.el (article-decode-encoded-words): Make it fast.
8946
8947 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8950
8951         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8952         in quoted string into `\'.
8953
8954 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8957         Use standard-syntax-table.
8958
8959 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * gnus-art.el (gnus-decode-address-function): New variable.
8962         (article-decode-encoded-words): Use it to decode headers which are
8963         assumed to contain addresses.
8964         (gnus-mime-delete-part): Remove useless `or'.
8965
8966         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8967         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8968         (gnus-nov-parse-line): Use it to decode From header.
8969         (gnus-get-newsgroup-headers): Ditto.
8970         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8971
8972         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8973         (mail-decode-encoded-address-string): New alias.
8974
8975         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8976         New function.
8977         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8978         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8979         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8980         (rfc2047-decode-string): Ditto.
8981         (rfc2047-decode-address-region): New function.
8982         (rfc2047-decode-address-string): New function.
8983
8984 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8985
8986         * message.el (message-caesar-buffer-body): Allow rotating headers.
8987
8988         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8989
8990         * message.el (message-insert-formated-citation-line): Fix %f.
8991         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8992
8993 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8996         (gnus-bookmark-mouse-available-p): New macro.
8997         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8998         (gnus-bookmark-bmenu-show-infos): Use it.
8999         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9000         (gnus-bookmark-bmenu-hide-infos): Ditto.
9001         (gnus-bookmark-remove-properties): New function.
9002         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9003         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9004         (gnus-bookmark-write-file): Bind coding-system-for-write.
9005         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9006         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9007         group before selecting it.
9008         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9009         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9010         quit-window if it is not available; use gnus-mouse-2 and bind it to
9011         gnus-bookmark-bmenu-select-by-mouse.
9012         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9013         (gnus-bookmark-bmenu-select-by-mouse): New function.
9014
9015 2006-08-13  Romain Francoise  <romain@orebokech.com>
9016
9017         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9018         space.
9019
9020 2006-08-10  Romain Francoise  <romain@orebokech.com>
9021
9022         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9023         (dns-mode-soa-auto-increment-serial): New user option.
9024         (dns-mode-soa-maybe-increment-serial): New function.
9025         (dns-mode): Add the latter to `write-contents-functions'.
9026
9027 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * compface.el (uncompface): Use binary rather than raw-text-unix.
9030
9031 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * compface.el (uncompface): Make sure the eol conversion doesn't take
9034         place when communicating with the external programs.  Reported by
9035         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9036
9037 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9040
9041 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9042
9043         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9044         Make it more robust by parsing author and date independently.
9045
9046 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9049
9050 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9051
9052         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9053         first matching secret key.
9054         (mml2015-epg-encrypt): Ditto.
9055
9056         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9057         first matching secret key.
9058         (mml1991-epg-encrypt): Ditto.
9059
9060         * mml2015.el (mml2015-encrypt-to-self): New user option.
9061         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9062         mml2015-epg-encrypt-to-self is set.
9063
9064         * mml1991.el (mml1991-encrypt-to-self): New variable.
9065         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9066         mml1991-epg-encrypt-to-self is set.
9067
9068         * mml2015.el (mml2015-signers): New user option.
9069         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9070         (mml2015-epg-encrypt): Allow to select signing keys.
9071
9072         * mml1991.el (mml1991-signers): New variable.
9073         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9074         (mml1991-epg-encrypt): Allow to select signing keys.
9075
9076 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * nnheader.el (nnheader-insert-head): Make it work even if the file
9079         uses CRLF for the line-break code.
9080
9081 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9082
9083         * mml2015.el: Require mml-sec instead of password.
9084         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9085         (mml2015-cache-passphrase): Inherit the default value from
9086         mml-secure-cache-passphrase.
9087         (mml2015-passphrase-cache-expiry): Inherit the default value from
9088         mml-secure-passphrase-cache-expiry.
9089
9090         * mml1991.el: Require mml-sec instead of password.
9091         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9092         (mml1991-cache-passphrase): Inherit the default value from
9093         mml-secure-cache-passphrase.
9094         (mml1991-passphrase-cache-expiry): Inherit the default value from
9095         mml-secure-passphrase-cache-expiry.
9096
9097         * mml-sec.el: Require password.
9098         (mml-secure-verbose): New user option.
9099         (mml-secure-cache-passphrase): New user option.
9100         (mml-secure-passphrase-cache-expiry): New user option.
9101
9102 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9103
9104         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9105         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9106         andreas@altroot.de (Andreas Vögele).
9107
9108         FIXME: Use `tiny change'?
9109
9110 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9111
9112         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9113         workaround for the url package included with Emacs.
9114
9115         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9116
9117 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9120         correctly.  This fixes a bug caused by the 2006-05-12 change.
9121
9122 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9123
9124         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9125         some information about the error when saying that the `bogus' mail
9126         group will be used.
9127
9128 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9131         string.
9132
9133 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9134
9135         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9136
9137 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9138
9139         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9140
9141 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9142
9143         * mml1991.el (mml1991-function-alist): Add epg.
9144         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9145         (mml1991-epg-encrypt): New functions.
9146
9147 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9148
9149         * mml2015.el (mml2015-verbose): New variable.
9150         (mml2015-cache-passphrase): Ditto.
9151         (mml2015-passphrase-cache-expiry): Ditto.
9152         (mml2015-function-alist): Add epg.
9153         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9154         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9155         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9156         functions.
9157
9158 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9159
9160         * message.el (message-cite-original-1): Preserve region when removing
9161         quoted text due to X-No-Archive in order to avoid bogus attribution
9162         when citing multiple messages.
9163
9164 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9165
9166         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9167         Kenneth Jacker <khj@be.cs.appstate.edu>.
9168
9169 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9170
9171         * gnus-diary.el (gnus-user-format-function-d)
9172         (gnus-user-format-function-D): Autoload.
9173
9174         * imap.el (Commentary): Fix typo.
9175
9176         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9177         2006-04-22 contribution.
9178
9179 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9180
9181         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9182         It didn't really fix the bogosity I'm seeing with solid web groups.
9183
9184 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9185
9186         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9187         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9188         created using server names.  If we use the feature without declaring
9189         it, Gnus does not properly manage server and group state.
9190
9191         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9192         bound.
9193
9194 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9195
9196         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9197         looking up the method using GROUP's prefix before inventing a new one.
9198         It is used on killed/unknown groups in various places where returning
9199         an all-new method isn't expected by the caller.
9200
9201         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9202         and match semantics of gnus-group-real-prefix.
9203
9204 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * nnmail.el (nnmail-broken-references-mailers): New variable.
9207         (nnmail-ignore-broken-references): New function generalizing
9208         nnmail-fix-eudora-headers.
9209         (nnmail-fix-eudora-headers): Now obsolete.
9210
9211         * gnus-art.el (gnus-button-handle-custom): Support
9212         `customize-apropos*'.
9213
9214 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9215
9216         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9217
9218         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9219         articles.
9220
9221 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * message.el (message-cite-reply-above): New variable.
9224         (message-yank-original): Use it.
9225
9226 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9227
9228         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9229
9230 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9233         as read.
9234
9235         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9236
9237 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9238
9239         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9240         (gnus-bookmark-default-file): Use gnus-directory.
9241         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9242         Remove "*" in doc string.
9243         (gnus-bookmark-write-file): Simplify.
9244         (gnus-bookmark-maybe-sort-alist): Use `when'.
9245         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9246         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9247         FIXME about Emacs 21 and XEmacs compatibility.
9248         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9249         compatibility.
9250         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9251         compatibility.
9252         (gnus-bookmark-menu-heading): Fix version.
9253
9254 2006-06-19  Bastien Guerry  <bzg@altern.org>
9255
9256         * gnus-bookmark.el: New file.
9257
9258 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * message.el (message-syntax-checks): Doc fix.
9261
9262 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9263
9264         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9265         unsubscribed groups as if they were killed ones.  It causes duplicate
9266         entries in gnus-newsrc-alist.
9267
9268 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * message.el (message-syntax-checks): Doc fix.
9271         (message-send-mail): Add check for continuation headers.
9272         (message-check-news-header-syntax): Fix regexp used to check for
9273         continuation headers.
9274
9275 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9278
9279 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9280
9281         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9282
9283 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9286         default-truncate-lines.
9287
9288 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9291         to fill the utf-8 entry.
9292
9293         * lpath.el: Fbind unicode-precedence-list.
9294
9295 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9296
9297         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9298
9299 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9300
9301         * gnus-agent.el (directory-files-and-attributes): Move all the way
9302         forward (the third and final move).
9303         (gnus-agent-read-agentview): Trap reconstruction errors due to
9304         nonexistant directory.  Handle by returning nil.
9305
9306 2006-05-30  Didier Verna  <didier@xemacs.org>
9307
9308         * message.el (message-dont-reply-to-names): Update the custom type.
9309         * message.el (message-dont-reply-to-names): New defsubst: potentially
9310         convert a list of regexps into a single one.
9311         * message.el (message-get-reply-headers): Use it.
9312         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9313
9314 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * gnus-agent.el (directory-files-and-attributes): Move forward.
9317
9318 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * gnus-ml.el (gnus-mailing-list-subscribe)
9321         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9322         (gnus-mailing-list-message): Fix doc strings.
9323
9324 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9325
9326         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9327         of doing it manually.
9328
9329 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9332         comment.
9333
9334 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9335
9336         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9337         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9338         (gnus-agent-read-local): All symbols allocated in my-obarray.
9339         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9340         (gnus-agent-regenerate-group): Check numeric names to see if they are
9341         messages or groups.
9342         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9343         better way of do this...)
9344
9345         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9346         'dummy.group' (there should be a better way of do this...)
9347
9348 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9351         (gnus-saved-headers): Ditto.
9352         (gnus-default-article-saver): Mention functions may have properties.
9353         (gnus-article-save): Override gnus-save-all-headers and
9354         gnus-saved-headers by :headers property which saver function may have.
9355         (gnus-summary-save-in-file): Add :headers property.
9356         (gnus-summary-write-to-file): Ditto.
9357
9358         * gnus-sum.el (gnus-summary-save-article): Bind
9359         gnus-prompt-before-saving to t when saving many articles in a file;
9360         always show all headers.
9361
9362         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9363
9364 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9367         marks.
9368
9369         * message.el (message-indent-citation): Add optional arguments to allow
9370         using it outside of message buffers.
9371
9372         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9373         (gnus-article-treat-unfold-headers): Use it.
9374         (gnus-article-truncate-lines): New variable.
9375         (gnus-article-mode): Use it.
9376         (gnus-article-toggle-truncate-lines): New function.
9377
9378         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9379         gnus-article-toggle-truncate-lines.
9380
9381         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9382         coding system in XEmacs, use binary.
9383
9384 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9387         after-load-alist.
9388
9389         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9390         this function should save decoded articles.
9391         (gnus-summary-write-to-file): Use property to specify this function
9392         should save decoded articles and specify gnus-summary-save-in-file
9393         should be used to save articles other than the first one when saving
9394         many articles.
9395         (gnus-summary-save-body-in-file): Use property to specify this
9396         function should save decoded articles.
9397         (gnus-summary-write-body-to-file): Use property to specify this
9398         function should save decoded articles and specify
9399         gnus-summary-save-body-in-file should be used to save articles other
9400         than the first one when saving many articles.
9401
9402         * gnus-sum.el (gnus-summary-save-article): Simplify.
9403
9404 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-art.el (gnus-default-article-saver): Add
9407         gnus-summary-write-body-to-file.
9408         (gnus-article-save-coding-system): Don't use coding system object
9409         in XEmacs.
9410         (gnus-read-save-file-name): Add optional `dir-var' argument which
9411         specifies directory in which files are saved; work even if optional
9412         `variable' argument is not specified.
9413         (gnus-summary-write-to-file): Read file name.
9414         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9415         (gnus-summary-write-body-to-file): New function.
9416
9417         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9418         (gnus-summary-local-variables): Add it.
9419         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9420         (gnus-summary-save-article): Remove optional `decode' argument;
9421         determine whether to decode articles by the value of
9422         gnus-default-article-saver; when saving many files using
9423         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9424         it first and use gnus-summary-save-in-file or
9425         gnus-summary-save-body-in-file thereafter unless
9426         gnus-prompt-before-saving is always; move point to article which
9427         will be saved.
9428         (gnus-summary-save-article-file): Revert.
9429         (gnus-summary-write-article-file): Revert.
9430         (gnus-summary-save-article-body-file): Revert.
9431         (gnus-summary-write-article-body-file): New function.
9432
9433 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * gnus-art.el (gnus-default-article-saver): Doc fix.
9436         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9437         from gnus-summary-save-article-coding-system, and default to a
9438         certain coding system.
9439         (gnus-output-to-file): Add coding cookie and encode text according
9440         to gnus-article-save-coding-system; don't use mm-append-to-file.
9441
9442         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9443         gnus-art.el and rename to gnus-article-save-coding-system.
9444         (gnus-summary-save-article): Require gnus-art; don't show all
9445         headers if it decodes articles; don't add coding cookie here;
9446         don't bind mm-text-coding-system-for-write.
9447         (gnus-summary-save-article-file): Save decoded articles.
9448         (gnus-summary-write-article-file): When saving many files, use
9449         gnus-summary-write-to-file first and gnus-summary-save-in-file
9450         thereafter unless gnus-prompt-before-saving is always.
9451         (gnus-summary-save-article-body-file): Save decoded articles.
9452
9453         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9454
9455 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9456
9457         * nnrss.el (nnrss-check-group): Bind hash-index.
9458
9459 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9460
9461         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9462         its hash index.  Store this hash in `nnrss-group-data'.
9463         (nnrss-read-group-data): Update accordingly.
9464
9465 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9468         entry.
9469
9470         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9471         gnus-article-browse-html-article.
9472
9473 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9474
9475         * gnus-sum.el (gnus-summary-mime-map): Add
9476         gnus-article-browse-html-article.
9477
9478         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9479
9480 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9483         suitable coding systems in customize.
9484
9485 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * mail-source.el (mail-sources): Fix custom type.
9488
9489 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9492         (gnus-summary-expire-articles-now): Shorten prompt.
9493
9494         * gmm-utils.el (wid-edit): Require.
9495         (defun-gmm): Renamed from `gmm-defun-compat'.
9496         (gmm-image-search-load-path): Use it.
9497         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9498
9499 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9502         variable.
9503         (gnus-summary-save-article): Add optional `decode' argument.  If
9504         it is set and gnus-summary-save-article-coding-system is non-nil,
9505         save decoded article.
9506         (gnus-summary-write-article-file): Save decoded article if
9507         gnus-summary-save-article-coding-system is non-nil.
9508
9509         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9510         type.
9511
9512 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9513
9514         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9515
9516 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9519         first to test gnus-single-article-buffer which may be buffer-local.
9520
9521         * gnus-sum.el (gnus-summary-setup-buffer): Make
9522         gnus-single-article-buffer buffer-local and nil in ephemeral
9523         group; make gnus-article-buffer, gnus-article-current, and
9524         gnus-original-article-buffer always buffer-local.
9525         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9526         group.
9527         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9528
9529 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * nnml.el (nnml-request-compact-group): Compressed files might not
9532         have .gz extension.
9533
9534 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9535
9536         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9537         (mm-copy-to-buffer): Use with-current-buffer.
9538         (mm-display-part): Simplify.
9539         (mm-inlinable-p): Add optional arg `type'.
9540
9541 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9542
9543         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9544         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9545         Try harder to show the attachment internally or externally using
9546         gnus-mime-view-part-as-type.
9547
9548 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * message.el (message-from-style, message-signature-separator)
9551         (message-user-organization-file, message-send-mail-function)
9552         (message-citation-line-function, message-yank-prefix)
9553         (message-indent-citation-function, message-signature)
9554         (message-signature-file, message-signature-insert-empty-line):
9555         Remove autoloads.
9556
9557         * gnus-art.el (gnus-buttonized-mime-types): Remove
9558         "multipart/signed".  Revert 2006-04-26 change.
9559
9560 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9561
9562         * gnus.el (gnus-version-number): Bump version.
9563
9564 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9565
9566         * gnus.el: No Gnus v0.5 is released.
9567
9568 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9569
9570         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9571         fetching articles by message-id.
9572
9573 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9574
9575         * message.el (hashcash): Require hashcash as normal.
9576
9577         * ecomplete.el (ecomplete-highlight-match-line): Use
9578         point-at-eol.
9579         (ecomplete-highlight-match-line): Use `highlight', because that
9580         face exists in both Emacs and XEmacs.
9581
9582         * message.el (message-display-abbrev): Use point-at-bol.
9583
9584         * mail-source.el: Don't require timer/timer-funcs.
9585
9586         * gnus-async.el: Ditto.
9587
9588         * password.el: Ditto.
9589
9590         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9591
9592         * mm-url.el: Ditto.
9593
9594         * gnus-xmas.el: Don't require timer-funcs.
9595
9596         * mm-util.el: Require timer/timer-funcs.
9597
9598 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9599
9600         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9601         Close.
9602
9603 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9606         unibyte after clear-decrypt function runs.
9607
9608         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9609         returns as a unibyte string.
9610
9611 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * lpath.el: Revert.
9614
9615         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9616         (pgg-gpg-process-sentinel): Revert.
9617
9618         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9619         (pgg-pgp-lookup-key): Revert.
9620
9621         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9622         (pgg-pgp5-lookup-key): Revert.
9623
9624         * pgg.el (pgg-fetch-key): Revert.
9625
9626 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * lpath.el: Fbind string-as-multibyte for XEmacs.
9629
9630         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9631         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9632         (mml1991-pgg-encrypt): Ditto.
9633
9634         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9635         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9636         a multibyte buffer.
9637
9638         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9639         (pgg-pgp-lookup-key): Ditto.
9640
9641         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9642         (pgg-pgp5-lookup-key): Ditto.
9643
9644         * pgg.el (pgg-fetch-key): Ditto.
9645
9646 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * message.el (message-user-organization-file): Check several
9649         locations of the organization file.
9650
9651         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9652         Add gnus-article-view-part-as-type.
9653
9654         * gnus-art.el (gnus-article-view-part-as-type): New function.
9655
9656         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9657         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9658
9659         * mml.el: Simplify autoload.
9660         (mml-mode): defvar dnd-protocol-alist instead of using
9661         symbol-value.
9662         (mml-default-directory): New variable.
9663         (mml-minibuffer-read-file): Use it.
9664         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9665
9666         * message.el (message-citation-line-format): New variable.
9667         (message-insert-formated-citation-line): New function.
9668         (message-citation-line-function): Add
9669         `message-insert-formated-citation-line' to custom type.
9670
9671         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9672         to doc string.
9673
9674         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9675         depending on mm-verify-option.
9676
9677 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9680         binding pgg-* variables; reimplement the section which prevents
9681         MIME header from being signed.
9682         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9683         pgg-text-mode; remove a blank line at the top of body.
9684
9685         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9686         lines at the top of body; use gnus-newsgroup-charset if there's no
9687         Charset header.
9688
9689 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * message.el (message-self-insert-commands): Doc fix.
9692
9693         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9694         (mm-uu-pgp-encrypted-test): Ditto.
9695         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9696         between header and body; return application/pgp-encrypted handle
9697         if decryption failed; decode decrypted body by charset.
9698
9699         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9700         element match to application/pgp-*.
9701
9702 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9703
9704         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9705         HTML.
9706
9707 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708
9709         * mail-source.el (mail-source-call-script): Message the error
9710         string.
9711
9712 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713
9714         * gnus-util.el (gnus-byte-compile): Use it.
9715
9716 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9717
9718         * gnus-util.el (kill-empty-logs): New function.
9719
9720 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * message.el (message-mail-alias-type): Doc fix.
9723         (message-mail-alias-type-p): New function.
9724         (message-send): Use it.
9725         (message-mode): Ditto.
9726         (message-strip-forbidden-properties): Ditto.
9727
9728         * ecomplete.el (ecomplete-database-file-coding-system): New
9729         variable.
9730         (ecomplete-save): Use it.
9731         (ecomplete-setup): Use it.
9732
9733 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * message.el (message-self-insert-commands): New variable.
9736         (message-strip-forbidden-properties): Use it.
9737
9738 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9739
9740         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9741         that doesn't make XEmacs choke.
9742
9743 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9744
9745         * gnus-util.el (gnus-replace-in-string):
9746         Prefer replace-regexp-in-string over of replace-in-string.
9747
9748 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-util.el (gnus-select-frame-set-input-focus):
9751         Use select-frame-set-input-focus if it is available in XEmacs; use
9752         definition defined in Emacs 22 for old Emacsen.
9753
9754         * dgnushack.el: Autoload unmorse-region for XEmacs.
9755
9756         * lpath.el: Bind cursor-in-non-selected-windows and
9757         select-frame-set-input-focus for XEmacs.
9758
9759 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9762
9763 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9764
9765         * gnus-registry.el (gnus-registry-cache-save): Remove text
9766         properties when saving via the temp buffer.
9767
9768 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * message.el (message-generate-hashcash): Honor custom type.
9771
9772 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9773
9774         * message.el (message-generate-hashcash): Default to non-nil when
9775         hashcash is found.
9776
9777         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9778         (gnus-refer-thread-limit): Increase default to 500.
9779
9780         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9781
9782         * flow-fill.el (fill-flowed): Allow delete-space.
9783
9784 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9787         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9788         Remove autoloads.
9789
9790 2006-04-18  Simon Josefsson  <jas@extundo.com>
9791
9792         * message.el (message-generate-hashcash): Default to.
9793
9794 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9797         concatenating segments rather than before concatenating them.
9798
9799 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9802
9803 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804
9805         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9806
9807         * message.el (message-forward-make-body-plain): Allow
9808         message-forward-ignored-headers to be a list.
9809         (message-remove-ignored-headers): Factor out into function.
9810         (message-forward-make-body-mml): Use it.
9811
9812         * imap.el (imap-quote-specials): New function.
9813         (imap-login-auth): Quote specials.
9814
9815         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9816         (rfc2231-parse-string): Allow concatanation of parameters that
9817         aren't contiguous.  The test case is
9818           (mail-header-parse-content-type "message/external-body;
9819             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9820             access-type=LOCAL-FILE;
9821             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9822
9823 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9824
9825         * nntp.el (nntp-accept-process-output): Return the value of
9826         `nnheader-accept-process-output'.
9827
9828 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9829
9830         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9831         (gnus-button-alist): Recognize more diff formats.
9832         (gnus-button-patch): Strip directory.
9833
9834 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9837         Emacs 22 when setting focus.
9838
9839 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9840
9841         * gnus-art.el (gnus-article-treat-types): Do treatment of
9842         text/x-verbatim parts.
9843         (gnus-button-patch): New command.
9844
9845         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9846         addresses that contain invalid characters.
9847
9848 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9849
9850         * message.el (message-put-addresses-in-ecomplete): Use
9851         gnus-replace-in-string.
9852         (message-is-yours-p): Use the more correct
9853         mail-header-parse-address instead of
9854         mail-extract-address-components.
9855         (message-put-addresses-in-ecomplete): Fix typo.
9856
9857         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9858         keystroke.
9859
9860         * gnus-art.el (gnus-treatment-function-alist): Change order of
9861         newsgroups/generic header folding to avoid double-folding.
9862
9863         * message.el (message-hidden-headers): Add X-Draft-From.
9864
9865         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9866         command.
9867         (gnus-summary-repeat-search-article-backward): New command.
9868
9869         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9870         groups in the parent topic.
9871
9872 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9873
9874         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9875         (spam-extra-header-to-number): Return the CRM114 number as a
9876         number instead of a string.
9877
9878 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9879
9880         * gnus-art.el (gnus-face-properties-alist): Moved here from
9881         gnus-fun.
9882
9883         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9884
9885 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9886
9887         * message.el (message-strip-forbidden-properties): Only display on
9888         self-insert-command.
9889
9890         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9891         reindent.
9892         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9893
9894 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9895
9896         * smiley.el (smiley-style): Fix typo.
9897
9898 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9899
9900         * hashcash.el (hashcash-insert-payment-async-2): Use
9901         message-goto-eoh instead of doing it manually.
9902         (mail-add-payment): Use message-narrow-to-header instead of trying
9903         to do the same itself.
9904
9905         * message.el (message-hidden-headers): Add Face.
9906
9907         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9908         reparenting code.
9909         (gnus-summary-reparent-children): Refactored out code.
9910         (gnus-summary-thread-map): New keystroke.
9911         (gnus-summary-reparent-children): Make into command.
9912
9913         * smiley.el (smiley-style): Default to `medium' if using a large
9914         font.
9915
9916         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9917         does it itself.
9918
9919         * message.el (message-point-in-header-p): Simplify definition.
9920
9921 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9922
9923         * nnagent.el (nnagent-request-set-mark): Silence log file
9924         writing.
9925         (nnagent-request-set-mark): Use write-region instead of
9926         append-to-file.
9927
9928         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9929         strange select method.
9930
9931         * ecomplete.el (ecomplete-display-matches): Get highlightling
9932         right.
9933         (ecomplete-display-matches): Use literals.
9934         (ecomplete-display-matches): Disable message logging.
9935
9936         * message.el (message-display-abbrev): Small optimization.
9937
9938         * ecomplete.el (ecomplete-display-matches): Allow automatic
9939         display.
9940
9941         * message.el (message-strip-forbidden-properties): Display
9942         abbrevs.
9943         (message-display-abbrev): Get automatic display right.
9944
9945         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9946         keystrokes.
9947
9948 2006-04-13  Romain Francoise  <romain@orebokech.com>
9949
9950         TODO: Backport to v5-10!
9951
9952         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9953         Moved here (and renamed) from gnus-registry.el.
9954
9955         * gnus-registry.el: Require gnus-util.
9956         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9957
9958 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * gnus-group.el (gnus-group-catchup-current): Change
9961         if-then-else-if-then-else into cond.
9962         (gnus-group-catchup): Indent.
9963         (group-name-at-point): New function.
9964         (gnus-fetch-group): Provide default from thing at point.
9965
9966 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9967
9968         * message.el (message-display-abbrev): Fix regexp.
9969
9970         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9971         choosing.
9972         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9973         dead variables.
9974
9975         * message.el (message-newline-and-indent): Remove debugging.
9976         (message-display-abbrev): Use new implementation.
9977
9978 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * gnus-art.el (gnus-article-mode): Set
9981         cursor-in-non-selected-windows to nil.
9982
9983         * smiley.el: Revert previous change.
9984         (smiley-data-directory): defvar it before using it in the
9985         defcustom of `smiley-style'.
9986
9987 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9988
9989         * message.el (message-newline-and-indent): New function.
9990
9991         * ecomplete.el: Implement more bits.
9992
9993         * message.el (message-put-addresses-in-ecomplete): Clean up the
9994         string.
9995
9996         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9997
9998         * gnus-sum.el (gnus-summary-save-parts): Bind
9999         gnus-summary-save-parts-counter and use it to make unique file
10000         names.
10001
10002         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10003
10004         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10005         parameter to say whether to actually parse the individual
10006         addresses.
10007
10008         * message.el (message-put-addresses-in-ecomplete): New function.
10009         (ecomplete): Require.
10010         (message-mail-alias-type): Add ecomplete as an option.
10011
10012 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10013
10014         * flow-fill.el (fill-flowed): Remove trailing space from blank
10015         quoted lines.
10016
10017 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10018
10019         * smiley.el (smiley-style): Move definition later to avoid a
10020         compilation warning.
10021
10022 2006-04-12  Kenichi Handa  <handa@m17n.org>
10023
10024         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10025         buffer and then decode the buffer text if necessary.
10026         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10027         first, and after mm-encode-body, change the buffer to unibyte.
10028         Use mm-disable-multibyte instead of set-buffer-multibyte.
10029
10030 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10033         Content-Type header instead of Content-Disposition header.
10034         (gnus-mime-inline-part): Ditto.
10035         (gnus-mime-view-part-as-charset): Ignore charset that the part
10036         specifies.
10037
10038         * mm-decode.el (mm-display-part): Work with external parts and
10039         usual parts similarly.
10040
10041         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10042         instead of gnus-display-mime.
10043
10044         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10045         instead of with-temp-buffer.
10046
10047         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10048         tag to summarized topics part in order to encode non-ASCII text.
10049
10050 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * smiley.el (smiley-style): New variable.
10053         (smiley-directory): New function.
10054         (smiley-data-directory): Derive from `smiley-style' using
10055         `smiley-directory'.
10056         (smiley-regexp-alist): Add new entries.
10057
10058         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10059         (gnus-article-browse-delete-temp): Add :version.
10060
10061 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10062
10063         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10064         the sieve region.
10065
10066 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10067
10068         * gnus.el (gnus-version-number): Bump version.
10069
10070 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * gnus.el: No Gnus v0.4 is released.
10073
10074 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10075
10076         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10077         layout.
10078
10079         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10080         unknown charset.
10081
10082         * message.el (message-header-synonyms): Add Original-To to the
10083         default.
10084
10085         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10086         optional parameter.
10087
10088 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gnus-fun.el (gnus): Require it for gnus-directory.
10091
10092 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10095
10096 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10097
10098         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10099
10100 2006-04-05  Simon Josefsson  <jas@extundo.com>
10101
10102         * password.el (password-reset): New function.
10103
10104 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10105
10106         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10107         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10108
10109 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10110
10111         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10112         Some whitespace was matched into the url, which broke browsing hits
10113         > 100 when mm-url-use-external was nil.
10114
10115 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10118         gnus-extra-headers for 'Newsgroups.
10119
10120         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10121         bound.
10122
10123 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10124
10125         * pgg-gpg.el: Clean up process buffers every time gpg processes
10126         complete.
10127
10128 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10131         doc string.
10132
10133 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10134
10135         * pgg-gpg.el (pgg-gpg-process-filter)
10136         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10137
10138         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10139         lines, temporary fix.
10140
10141 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10144
10145 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10146
10147         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10148         default-enable-multibyte-characters.  This reverts the change from
10149         revision 6.17 which is no longer necessary because the passphrase
10150         is sent separately now.  GnuPG messages are unreadable under
10151         multibyte locales with default-enable-multibyte-characters set to
10152         nil.
10153
10154 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * message.el (message-tool-bar-gnome): Move "spell".
10157
10158 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10161         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10162         instead.
10163
10164 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10165
10166         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10167         newsgroups handling for NNTP overviews which don't include
10168         Newsgroups.
10169
10170 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10171
10172         * message.el (message-resend): Bind message-generate-hashcash to nil.
10173
10174 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10175
10176         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10177         when searching for already-paid recipients.
10178
10179 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10180
10181         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10182         passphrases when it is not needed.
10183         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10184         passphrase stuff from gpg, should only be necessary when you use
10185         gpg with a smartcard.
10186
10187 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * mml.el (mml-insert-mime): Ignore cached contents of
10190         message/external-body part.
10191
10192         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10193         (mm-insert-part): Ditto.
10194
10195 2006-03-23  Simon Josefsson  <jas@extundo.com>
10196
10197         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10198         Reiner.
10199         (pgg-gpg-use-agent-p): Use it again.
10200
10201 2006-03-23  Simon Josefsson  <jas@extundo.com>
10202
10203         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10204         older emacsen.
10205         (pgg-gpg-use-agent-p): Don't use it.
10206
10207 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10208
10209         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10210         if we can.
10211
10212 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10213
10214         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10215         (pgg-gpg-update-agent): New function.
10216         (pgg-gpg-use-agent-p): New function.
10217         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10218         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10219         (pgg-gpg-sign-region): Use it.
10220
10221 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10224         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10225
10226 2006-03-21  Simon Josefsson  <jas@extundo.com>
10227
10228         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10229         <wilde@sha-bang.de>.
10230         (pgg-gpg-use-agent): New variable.
10231         (pgg-gpg-process-region): Use it.
10232         (pgg-gpg-encrypt-region): Likewise.
10233         (pgg-gpg-encrypt-symmetric-region): Likewise.
10234         (pgg-gpg-decrypt-region): Likewise.
10235         (pgg-gpg-sign-region): Likewise.
10236         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10237
10238 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10239
10240         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10241
10242         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10243         Add comment on version.
10244
10245 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * smiley.el: Add missing test smiley.
10248
10249 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * mm-decode.el (mm-with-part): New macro.
10252         (mm-get-part): Use it; work with message/external-body as well.
10253         (mm-save-part): Treat name and filename equally.
10254
10255         * mm-extern.el (mm-extern-cache-contents): New function.
10256         (mm-inline-external-body): Use it; force the part to be displayed;
10257         move undisplayer added to the cached handle to the parent.
10258
10259         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10260         (gnus-mime-view-part-as-type): Work with message/external-body.
10261
10262         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10263
10264 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10267         images in image-load-path.  [Sync with image.el, revision 1.60, in
10268         Emacs.]
10269
10270 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10271
10272         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10273         path rather than symbol.  Always return list of directories.
10274         Guarantee that image directory comes first.  [Sync with image.el,
10275         revision 1.59, in Emacs.]
10276
10277         * message.el (message-make-tool-bar): Adjust to new API of
10278         `gmm-image-load-path-for-library'.
10279
10280         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10281
10282         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10283
10284 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10285
10286         * gnus-art.el (gnus-article-only-boring-p):
10287         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10288         intangible text.
10289         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10290
10291 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10292
10293         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10294         `defun' instead of `gmm-defun-compat'.
10295
10296 2006-03-14  Simon Josefsson  <jas@extundo.com>
10297
10298         * message.el (message-unique-id): Don't use message-number-base36
10299         if (user-uid) is a float.
10300         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10301
10302 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10305
10306         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10307         empty line between a part and a message part.
10308
10309 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * smiley.el: Add more test smileys.
10312         (smiley-data-directory, smiley-regexp-alist)
10313         (gnus-smiley-file-types): Fix doc strings.
10314         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10315         adding new elements.
10316         (smiley-mouse-map): Unused code.  Make it a comment.
10317
10318 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10321         scan latest NoCeM messages instead of old ones.
10322         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10323         delimiters that are recently used.
10324         (gnus-nocem-load-cache): Add autoload cookie.
10325
10326         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10327
10328         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10329         level which is larger than gnus-use-nocem is specified.
10330
10331         * gnus-group.el (gnus-group-get-new-news): Ditto.
10332
10333 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10334
10335         * gnus-util.el (gnus-tool-bar-update): New function.
10336
10337         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10338         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10339
10340         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10341
10342         * gnus-group.el (gnus-group-redraw-when-idle)
10343         (gnus-group-redraw-check): Remove.
10344         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10345
10346 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10349         if optional last element is specified in splits (FIELD VALUE...).
10350
10351 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10352
10353         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10354         to gmm-image-load-path-for-library.  Call with no-error argument.
10355         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10356
10357         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10358
10359         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10360
10361         * gmm-utils.el (gmm-image-load-path): Remove alias.
10362
10363 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10364
10365         * gmm-utils.el (gmm-image-load-path): Add alias.
10366
10367         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10368         nnml-generate-nov-databases-1.
10369         (nnml-generate-nov-databases): Use it.
10370         (nnml-generate-nov-databases-directory): Document no-active
10371         argument.
10372
10373         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10374         directory if path is t.  Add no-error.
10375
10376         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10377         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10378
10379         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10380         resetting gnus-article-browse-html-temp-list.
10381
10382         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10383         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10384         Add example to docstring.  Rename local variables.  Move error
10385         checks to default case in cond and simplify.
10386
10387 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10390         handle is multipart when calling it recursively.
10391         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10392
10393 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10394
10395         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10396         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10397
10398 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10401         is loaded.
10402
10403         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10404         loaded.
10405
10406 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10407
10408         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10409         to "Emacs 23 (unicode)" in doc string.
10410
10411         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10412         "Emacs 23 (unicode)" in comment.
10413
10414 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10417
10418         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10419         characters 160 through 255 in Emacs 23.
10420
10421 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10422
10423         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10424         gnus-article-browse-html-temp.
10425         (gnus-article-browse-delete-temp): Make it customizable.  Add
10426         `file'.  Adjust doc string.
10427         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10428         query for each file.  Adjust doc string.
10429         (gnus-article-browse-html-parts): Add
10430         `gnus-article-browse-delete-temp-files' to
10431         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10432
10433 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10434
10435         * gnus-art.el (gnus-article-browse-html-temp)
10436         (gnus-article-browse-delete-temp): New variables.
10437         (gnus-article-browse-delete-temp-files): New function.
10438         (gnus-article-browse-html-parts): Use it.
10439
10440 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10443
10444         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10445         string.
10446
10447         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10448         gnus-summary-insert-new-articles when unplugged.  Remove
10449         gnus-summary-search-article-forward.
10450
10451         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10452         display-visual-class instead of display-color-cells.
10453
10454 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * dgnushack.el: Autoload customize-group for XEmacs.
10457
10458         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10459         message/* containing non-ASCII text properly.
10460
10461 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * message.el: Require gmm-utils, remove autoloads.
10464         (message-tool-bar): Set default based on
10465         gmm-tool-bar-style.
10466         (message-tool-bar-gnome): Add gmm-customize-mode.
10467
10468         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10469         gmm-tool-bar-style.
10470         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10471
10472         * gnus-group.el (gnus-group-tool-bar): Set default based on
10473         gmm-tool-bar-style.
10474         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10475
10476         * gmm-utils.el (gmm-image-directory): Rename variable from
10477         gmm-image-load-path.
10478         (gmm-image-load-path): Use gmm-image-directory.
10479         (gmm-customize-mode): New function.
10480         (gmm-tool-bar-style): New variable.
10481
10482         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10483         gnus-group-redraw-line-number.
10484         (gnus-group-redraw-check): Simplify.
10485         (gnus-group-tool-bar-update): Remove redraw check.
10486         (gnus-group-make-tool-bar): Add redraw check.
10487
10488 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10489
10490         * gnus-art.el (gnus-button): Add missing parentheses.
10491
10492 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * lpath.el: Fbind line-number-at-pos.
10495
10496 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10499
10500 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * gnus-art.el (gnus-button): New face.
10503         (gnus-article-button-face): Use it.
10504
10505         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10506         gnus-summary-next-page.  Re-order.
10507
10508         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10509         next-node are now included.
10510         (gnus-group-redraw-line-number): New internal variable.
10511         (gnus-group-redraw-check): Helper function for updating the tool
10512         bar.
10513         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10514
10515         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10516
10517         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10518         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10519         Use it to match format of Spamassassin 3.0 and later.  Reported by
10520         IRIE Tetsuya <irie@t.email.ne.jp>.
10521         (spam-check-bogofilter)
10522         (spam-bogofilter-register-with-bogofilter): Fix args of
10523         `gnus-error' calls.
10524
10525 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10528         unnecessary interaction when sending queued mails.  Reported by
10529         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10530
10531 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10532
10533         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10534         first or last are nil.
10535
10536 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10537
10538         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10539
10540 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10541
10542         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10543
10544 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10545
10546         * dns.el (query-dns): Protect more against buggy tcp output.
10547
10548 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10551         nov.php.
10552
10553 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10554
10555         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10556         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10557         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10558         output on the server side.
10559         (nnweb-google-create-mapping): Update regexps and add some
10560         progress indication.
10561
10562 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10563
10564         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10565         gnus-agent-toggle-plugged.  Re-order icons.
10566         (gnus-group-tool-bar-gnome): Add
10567         gnus-group-{prev,next}-unread-group.
10568         (gnus-group-tool-bar-gnome): Re-order icons.
10569
10570         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10571         gnus-summary-insert-new-articles.
10572
10573         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10574         comments.
10575
10576         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10577         also available in Emacs 21.3.
10578
10579         * message.el (message-fix-before-sending): Change "Emacs 22" to
10580         "Emacs 23 (unicode)" in comment.
10581
10582         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10583         "Emacs 23 (unicode)" in comment.
10584
10585         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10586         comment.
10587         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10588
10589         * mm-view.el (mm-fill-flowed): Add :version.
10590
10591 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10594         and load-path.
10595
10596 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * message.el: Autoload gmm-image-load-path.
10599         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10600         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10601         consitency.
10602
10603         * gmm-utils.el (gmm-image-load-path): Also search in
10604         "../etc/images".  Don't set gmm-image-load-path if we don't find
10605         the image.
10606
10607 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * gmm-utils.el (gmm-image-load-path): Don't make
10610         `gmm-image-load-path' include subdirectories which the second arg
10611         `image' might specify.
10612
10613         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10614         subdirectory to icon file names.
10615
10616         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10617
10618 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10621         gmm-image-load-path calls.
10622
10623         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10624
10625         * message.el (message-make-tool-bar): Ditto.
10626
10627         * mml.el (mml-preview): Added comment concerning tool bar icons.
10628
10629         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10630         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10631
10632         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10633         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10634
10635         * message.el (message-tool-bar-gnome): Use new icon names.
10636         (message-make-tool-bar): Use `gmm-image-load-path'.
10637
10638         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10639         functions from MH-E.
10640         (gmm-image-load-path): New variable from MH-E.
10641         (gmm-image-load-path): New function from MH-E.  Added arguments
10642         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10643         *-image-load-path-called-flag.
10644
10645 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10646
10647         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10648
10649 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10650
10651         * nnimap.el (nnimap-request-move-article): Change folder back to
10652         source group before deleting.
10653
10654 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10655
10656         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10657
10658         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10659         mm-url.
10660
10661         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10662
10663 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10666         coding system which mm-charset-to-coding-system returns for a
10667         given charset is valid.
10668
10669 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10670
10671         * html2text.el (html2text-remove-tag-list):
10672         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10673
10674 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10675
10676         * gnus-cus.el: Revert 2005-10-17 change.
10677
10678 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * gnus-art.el (article-strip-banner): Call
10681         article-really-strip-banner only when the regexp match is made.
10682
10683 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-art.el (article-strip-banner): Use
10686         gnus-extract-address-components instead of
10687         mail-header-parse-addresses to make it work with non-ASCII text;
10688         remove mail-encode-encoded-word-string.
10689
10690         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10691         values which are surrounded with \"...\"; make it never cause a
10692         Lisp error; give up parsing of parameters if it failed in
10693         extracting type.
10694
10695 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10696
10697         * smime.el (smime-cert-by-ldap-1): Fix bug where
10698         `smime-ldap-search' returns results without userCertificates.
10699
10700 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10703
10704 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * spam.el (spam-check-spamassassin-headers): Adapt format for
10707         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10708         <ari@mbf.ocn.ne.jp>.
10709         (spam-list-of-processors): Add spam-use-gmane.
10710
10711 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10714         make-temp-file; make it work with XEmacs as well.
10715
10716         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10717         mm-make-temp-file.
10718
10719         * mm-decode.el (mm-display-external): Use the 3rd arg of
10720         mm-make-temp-file.
10721         (mm-create-image-xemacs): Ditto.
10722
10723 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10726         with message-narrow-to-headers.
10727         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10728         (gnus-draft-check-draft-articles): New function.
10729         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10730
10731 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * gnus-art.el (gnus-article-browse-html-parts):
10734         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10735         Don't use suffix argument for mm-make-temp-file for Emacs 21
10736         compatibility.  Remove useless `format'.
10737
10738 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10739
10740         * nnweb.el (nnweb-google-wash-article): Update regexps.
10741         (nnweb-group-alist): Use defvoo instead of defvar.
10742
10743 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10746         re-loading nn* modules.
10747
10748 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10751         for `tool-bar-mode' and don't check it's default-value.
10752
10753         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10754
10755         * message.el (message-make-tool-bar): Ditto.
10756
10757         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10758         `substring'.  Shorten tmp-file name.
10759
10760         * gnus.el: Remove bogus comment.
10761
10762 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10763
10764         * gnus-art.el (gnus-article-browse-html-parts): New function.
10765         (gnus-article-browse-html-article): New function for viewing html
10766         articles with a browser.
10767
10768 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10769
10770         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10771         in elisp.
10772         (pgg-gpg-encrypt-symmetric-region): Ditto.
10773         (pgg-gpg-sign-region): Ditto.
10774
10775         * pgg-def.el (pgg-text-mode): New variable.
10776
10777         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10778         (mml2015-pgg-encrypt): Ditto.
10779
10780         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10781         (mml1991-pgg-encrypt): Ditto.
10782
10783 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10786         message-make-date instead of current-time-string.
10787
10788         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10789         to gnus-decoded which mm-uu might set.
10790
10791 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10794         don't decode quoted parameters; remove misimported Emacs code.
10795         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10796         (rfc2231-decode-encoded-string): Don't use split-string which
10797         behaves differently according to Emacs version; use
10798         mm-decode-coding-region to convert charset to coding-system.
10799         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10800         (rfc2231-encode-string): Remove misimported Emacs code.
10801
10802 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10803
10804         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10805         when calling mail-header-parse-content-type.
10806         (article-de-quoted-unreadable): Ditto.
10807         (article-de-base64-unreadable): Ditto.
10808         (article-wash-html): Ditto.
10809
10810         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10811         calling mail-header-parse-content-type and
10812         mail-header-parse-content-disposition.
10813         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10814         mail-header-parse-content-type.
10815
10816         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10817         insert charset and format parameters; encode description after
10818         inserting it to buffer.
10819         (mml-insert-parameter): Fold lines properly even if a parameter is
10820         segmented into two or more lines; change the max column to 76.
10821
10822         * rfc1843.el (rfc1843-decode-article-body): Don't use
10823         ignore-errors when calling mail-header-parse-content-type.
10824
10825         * rfc2231.el (rfc2231-parse-string): Return at least type if
10826         possible; don't cause an error even if it fails in parsing of
10827         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10828         (rfc2231-encode-string): Don't break lines at the beginning, leave
10829         it to mml-insert-parameter.
10830
10831         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10832         calling mail-header-parse-content-type.
10833
10834 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * spam-report.el (spam-report-gmane-use-article-number):
10837         Improve doc string.
10838         (spam-report-gmane-internal): Check if a suitable header was found
10839         in the article.
10840
10841 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10844         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10845
10846 2006-02-05  Romain Francoise  <romain@orebokech.com>
10847
10848         Update copyright notices of all files in the gnus directory.
10849
10850 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10851
10852         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10853
10854 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10857         segmented lines of parameter value to cope with Thunderbird 1.5
10858         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10859         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10860         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10861
10862 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10863
10864         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10865         parts.
10866
10867 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10868
10869         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10870         there's only one active file for all servers.
10871         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10872         solid groups.  Gnus might have used a FAST request to select the group.
10873         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10874         and nnweb-search redundantly in the active file.
10875         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10876         (nnweb-request-create-group): Don't use ARGS.
10877         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10878         initialisations.  Let nnoo do the work.
10879
10880 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10883         Say the part has been decoded.
10884
10885         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10886
10887 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10888
10889         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10890         mailcap-viewer-test-cache when there's no 'test clause, since that
10891         will invert the meaning of a "nil" test previously determined by
10892         mailcap-mailcap-entry-passes-test.
10893
10894 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10897         compiling.
10898
10899         * gnus-sum.el: Ditto.
10900
10901         * message.el: Don't bind tool-bar-map when compiling.
10902
10903 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10906
10907 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10908
10909         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10910         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10911         current Google Groups.
10912
10913 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10916         and tool-bar-mode.
10917
10918         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10919         and tool-bar-mode.
10920
10921         * message.el (message-tool-bar-update): Simplify.
10922         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10923
10924         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10925         gnus-summary-buffer.
10926         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10927         gnus-summary-reply.
10928
10929         * gmm-utils.el (gmm): Add :version.
10930
10931 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * Makefile.in (clean): New rule.
10934         (distclean): Use it.
10935
10936 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10937
10938         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10939         autoload.
10940
10941 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * gmm-utils.el (gmm-verbose): Add :group.
10944
10945 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * message.el: Change some comments WRT tool-bars.
10948
10949         * gnus-sum.el (gnus-summary-tool-bar)
10950         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10951         (gnus-summary-tool-bar-zap-list): New variables.
10952         (gnus-summary-make-tool-bar): Complete rewrite using
10953         `gmm-tool-bar-from-list'.
10954
10955         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10956         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10957         variables.
10958         (gnus-group-make-tool-bar): Complete rewrite using
10959         `gmm-tool-bar-from-list'.
10960         (gnus-group-tool-bar-update): New function.
10961
10962         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10963
10964 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10967         is dissected into a single part of which the type is the same as
10968         the given one; decode charset.
10969
10970 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10971
10972         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10973         into alists as symbol not string, since that's what
10974         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10975         look for.
10976
10977 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10978
10979         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10980         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10981
10982         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10983
10984 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10987         (gnus-xmas-mime-security-button-menu): New function.
10988
10989         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10990         (gnus-mime-security-button-menu): New definition.
10991         (gnus-mime-security-button-map): Use them.
10992         (gnus-mime-security-button-menu): New function.
10993         (gnus-insert-mime-security-button): Addition to help echo.
10994         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10995         (gnus-mime-security-pipe-part): New functions.
10996
10997         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10998         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10999
11000         * mm-decode.el (mm-handle-set-disposition): Remove.
11001         (mm-handle-set-description): Remove.
11002
11003 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11004
11005         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11006         (mm-w3m-standalone-supports-m17n-p): New function.
11007         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11008         w3m usage.
11009
11010         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11011         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11012
11013 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11014
11015         * message.el (message-tool-bar-zap-list): Use
11016         gmm-tool-bar-zap-list as custom type.
11017         (message-tool-bar-update): New function.
11018         (message-tool-bar, message-tool-bar-gnome)
11019         (message-tool-bar-retro): Add message-tool-bar-update.
11020         (message-tool-bar-gnome): Add flyspell-buffer.
11021
11022         * gnus-util.el (gnus-error): Describe `args'.
11023
11024         * gmm-utils.el (gmm-error): Describe `args'.
11025         (gmm-tool-bar-zap-list): New widget.
11026         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11027
11028 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11031         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11032         the number of recursive calls.
11033
11034         * mm-decode.el (mm-handle-set-disposition): New macro.
11035         (mm-handle-set-description): New macro.
11036
11037 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11040         encoding.
11041
11042 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * message.el (message-tool-bar-zap-list, message-tool-bar)
11045         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11046         (message-tool-bar-local-item-from-menu): Remove.
11047         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11048         (message-make-tool-bar): New function.
11049         (message-mode): Use `message-make-tool-bar'.
11050
11051         * gmm-utils.el: New file.
11052         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11053         (gmm-lazy): New widget copied from `nnmail.el'.
11054         (gmm-tool-bar-from-list): New function for creating customizable
11055         tool bars.
11056         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11057         output.
11058         (gmm): Add :prefix to defgroup.
11059
11060 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11061
11062         * gmm-utils.el (gmm-widget-p): New function.
11063
11064 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * mml.el (mml-attach-file): Describe `description' in doc string.
11067         (mml-menu): Add Emacs MIME manual and PGG manual.
11068
11069 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11070
11071         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11072
11073 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11074
11075         * nntp.el (nntp-end-of-line): Doc fix.
11076
11077 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11078
11079         * imap.el (imap-open): Handle case where buffer is a buffer
11080         object.
11081
11082 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11083
11084         * gnus-delay.el (gnus-delay): Don't autoload.
11085         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11086         to be re-loaded when customizing the `gnus-delay' group.
11087
11088 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11089
11090         * message.el (message-insert-citation-line): Use newlines.
11091
11092 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11093
11094         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11095         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11096         these routines, so the passphrase can be managed externally and
11097         passed in to the system.
11098         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11099         pgg-add-passphrase-to-cache function.
11100
11101         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11102         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11103         these routines, so the passphrase can be managed externally and
11104         passed in to the system.
11105         (pgg-pgp5-sign-region): Use new name of
11106         pgg-add-passphrase-to-cache function.
11107
11108 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11109
11110         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11111         part of the decoded armor to find the key-identifier.
11112         (pgg-gpg-lookup-key-owner): New function to return the
11113         human-readable identifier of a key owner.
11114         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11115         itself.
11116         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11117         the key value) if we have a key and can match it against a secret
11118         key.  Also, added a note pointing out fact that the prompt only
11119         indicates the first matching key.
11120
11121         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11122         pgg-decrypt-region.
11123         (pgg-add-passphrase-to-cache): Rename from
11124         `pgg-add-passphrase-cache' to reduce confusion (all callers
11125         changed).
11126         (pgg-remove-passphrase-from-cache): Rename from
11127         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11128         changed).
11129         (pgg-read-passphrase, pgg-add-passphrase-cache)
11130         (pgg-remove-passphrase-cache): Add informative docstrings.
11131         (pgg-decrypt): Convey provided passphrase in subordinate call to
11132         pgg-decrypt-region.
11133
11134 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11135
11136         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11137         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11138         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11139         'passphrase' argument, so the passphrase can be managed externally
11140         and then passed in to the system.
11141
11142         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11143         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11144         so the passphrase cache can be used reliably with identifiers
11145         besides a pgp packet's key id.
11146
11147         * pgg-gpg.el (pgg-gpg-encrypt-region)
11148         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11149         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11150         these routines, so the passphrase can be managed externally and
11151         passed in to the system.
11152
11153         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11154         'notruncate' argument, so the passphrase cache can be used
11155         reliably with identifiers besides a pgp packet's key id.
11156
11157 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11158
11159         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11160         symmetric encryption.
11161         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11162         encrypted session key.
11163         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11164         message ask for the passphrase in a proper way.
11165
11166         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11167         New user commands for symmetric encryption.
11168
11169 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11172
11173         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11174
11175 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11176
11177         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11178
11179 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11180
11181         * mm-decode.el (mm-inlined-types): Add application/pgp.
11182         (mm-automatic-display): Ditto.
11183
11184         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11185         part as text.
11186
11187 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * nnrss.el: Update copyright.
11190         (nnrss-opml-import): Query whether to subscribe to each entry.
11191
11192         * gnus-art.el:
11193         * gnus-sum.el:
11194         * gnus-xmas.el:
11195         * messagexmas.el:
11196         * mm-uu.el:
11197         * mm-view.el: Update copyright.
11198
11199 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * message.el (message-info): New function.
11202         (message-mode-menu): Add it.
11203         Update copyright.
11204
11205         * ChangeLog: Fix and update copyright.
11206
11207 2006-01-13  Romain Francoise  <romain@orebokech.com>
11208
11209         * message.el (message-forward-subject-name-subject): Prefer the
11210         address to 'nowhere' if the sender has no name.
11211         Fix typo.  Update copyright year.
11212
11213 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-art.el (article-wash-html): Use
11216         gnus-summary-show-article-charset-alist if a numeric arg is given.
11217         (gnus-article-wash-html-with-w3m-standalone): New function.
11218
11219         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11220         mm-inline-text-html-render-with-w3m-standalone.
11221         (mm-text-html-washer-alist): Map w3m-standalone to
11222         gnus-article-wash-html-with-w3m-standalone.
11223         (mm-inline-text-html-render-with-w3m-standalone): New function.
11224
11225 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11228         Improve LaTeX.
11229
11230 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11233         (nnrss-request-article): Render text/plain parts as HTML.
11234
11235         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11236         the buffer.
11237
11238 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11241         custom definition of `gnus-posting-styles'.
11242
11243         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11244         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11245
11246 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11249         Use nntp for bug archive.
11250
11251 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11254         parts.
11255         (nnrss-normalize-date): New function converts ISO 8601 date into
11256         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11257         (nnrss-check-group): Use it.
11258
11259 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11262
11263         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11264         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11265         (nnrss-insert-w3): Ditto.
11266
11267 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11270         the articles to be forwarded including the case where neither a
11271         number of articles nor a region is specified.
11272
11273 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * nnrss.el (nnrss-request-article): Fix last change; fill
11276         text/plain parts.
11277
11278 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11281         in text/plain part.
11282         (nnrss-check-group): Don't add excessive newline to dc:subject.
11283
11284 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11285
11286         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11287         article.
11288
11289 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11290
11291         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11292         (nnml-use-compressed-files, nnml-save-mail): Support other
11293         comression programs such as bzip2.
11294
11295 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11296
11297         * dns.el (query-dns): Make sure we check the buffer size before
11298         removing tcp headers.
11299
11300 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11303         remove MIME buttons associated with multipart/alternative parts.
11304         (gnus-mime-display-alternative): Tag buttons using `article-type'
11305         text property.
11306
11307         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11308         associated with multipart/alternative parts.
11309
11310         * gnus-art.el (gnus-signature-separator): Fix custom type.
11311
11312         * mm-decode.el (mm-inlined-types): Fix custom type.
11313         (mm-keep-viewer-alive-types): Ditto.
11314         (mm-automatic-display): Ditto.
11315         (mm-attachment-override-types): Ditto.
11316         (mm-inline-override-types): Ditto.
11317         (mm-automatic-external-display): Ditto.
11318
11319 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * spam-report.el (spam-report-user-mail-address)
11322         (spam-report-user-agent): New variables.
11323         (spam-report-url-ping-plain): Use spam-report-user-agent.
11324
11325 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11326
11327         * gnus-art.el (gnus-button-handle-custom): Do not just use
11328         `customize-apropos' for any "M-x customize-*" button but the
11329         function called for.  Accept both the function name and its
11330         argument in order to achieve this.
11331         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11332         function name to `gnus-button-handle-custom' in case of "M-x
11333         customize-*" buttons.
11334
11335 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11338         multipart/alternative and add xref to mm-discouraged-alternatives
11339         in doc string.
11340
11341         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11342         gnus-buttonized-mime-types in doc string.
11343
11344 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11347         Suggest image/.* in the doc string.
11348
11349 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11350
11351         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11352         message-marks (Debian bug #342521).
11353
11354 2005-12-12  Simon Josefsson  <jas@extundo.com>
11355
11356         * password.el (password-read-from-cache): Add.
11357         (password-read): Use it.
11358
11359 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11362         us-ascii as a MIME charset.
11363
11364         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11365         against the case where the 2nd arg TYPE is nil.
11366
11367 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * pop3.el (pop3-stream-type): Fix custom version.
11370
11371         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11372
11373 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11374
11375         * mm-decode.el (mm-display-external): Add missing cdr.
11376
11377 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11380         RFC1524) if it is in mailcap or add a suffix according to
11381         mailcap-mime-extensions when generating a temp filename; postpone
11382         deleting a temp file for 2 seconds for some wrappers, shell
11383         scripts, and so on, which might exit right after having started a
11384         viewer command as a background job.
11385
11386 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11387
11388         * nntp.el (nntp-marks-directory): Fix custom group.
11389
11390         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11391         steps when < 10.
11392
11393         * gnus-start.el (gnus-no-server-1): Mention
11394         `gnus-level-default-subscribed' in doc string.
11395
11396 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11397
11398         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11399         parens.
11400
11401 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * gnus-xmas.el (gnus-use-toolbar): Revert.
11404         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11405         gnus-use-toolbar is default.
11406
11407         * messagexmas.el (message-use-toolbar): Revert.
11408         (message-setup-toolbar): Use global default-toolbar if
11409         message-use-toolbar is default.
11410
11411 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11414         according to default-toolbar-visible-p.
11415
11416         * messagexmas.el (message-use-toolbar): Ditto.
11417
11418 2005-11-26  Dave Love  <fx@gnu.org>
11419
11420         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11421         (tls-program, tls-success): Provide openssl alternative.
11422
11423         * starttls.el: Doc fixes.
11424         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11425         SERVICE to PORT.
11426
11427         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11428         port null or service name.
11429         (starttls-negotiate): Autoload.
11430
11431 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * message.el (message-kill-to-signature): Fix interactive spec.
11434
11435 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11436
11437         * pop3.el (pop3-open-server): Recognize a string as a service name.
11438
11439 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11440
11441         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11442
11443 2005-11-23  Dave Love  <fx@gnu.org>
11444
11445         Add pop3s, pop3/starttls.
11446
11447         * pop3.el (pop3-authentication-scheme): Clarify doc.
11448         (open-tls-stream, starttls-open-stream): Autoload.
11449         (pop3-stream-type): New.
11450         (pop3-open-server): Use it.
11451
11452         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11453         for POP.
11454         (mail-source-keyword-map): Add :stream for POP.
11455         (mail-source-fetch-pop): Use pop3-stream-type.
11456
11457 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11460         of current-time-string.
11461
11462 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11463
11464         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11465         date header.
11466
11467 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11468
11469         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11470         it can seriously impact performance as it bypasses the agent's
11471         local caches.
11472
11473 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11474
11475         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11476         must be explicitly online rather than "not explicitly offline" for
11477         its flags to be synchronized.
11478
11479         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11480         that gnus-uu-unmark-thread will function correctly.
11481
11482         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11483         1024K is instead displayed as 1M.
11484
11485 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11486
11487         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11488
11489 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11490
11491         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11492
11493 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11494
11495         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11496         error message to display actual error condition.
11497         (gnus-agent-save-local): Avoid saving symbols that are bound to
11498         nil as they simply result in a warning message in
11499         gnus-agent-read-local.
11500
11501 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11504         rather than make-variable-buffer-local for file-precious-flag.
11505
11506 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11507
11508         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11509         for duplicates which are removed.  The invalid sort check then
11510         triggers a rescan after the sort as sorting may have moved
11511         duplicate entries such that they can be cheaply detected.
11512
11513 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11516
11517 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11518
11519         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11520         internal variable to a custom variable.  Changed default value
11521         from compressed(2) to uncompressed(1).
11522         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11523         support for uncompressed agentview files.  Taken together, reading
11524         the agentview file should now be 6-7 times faster.
11525
11526 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11527
11528         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11529         as a buffer-local variable.  This avoids creating truncated
11530         dribble files as a result of a hang up, eg.
11531
11532 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11533
11534         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11535         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11536         XEmacs.
11537
11538 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * gnus-start.el (gnus-start-draft-setup): Enforce
11541         `gnus-draft-mode' for nndraft:drafts at startup.
11542
11543         * gnus.el (gnus-splash): Change custom group.
11544         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11545         allow-list argument.
11546
11547         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11548         string.
11549
11550 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11551
11552         * gnus-art.el (gnus-default-article-saver): Add user-defined
11553         `function' to custom type.
11554
11555 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11556
11557         * imap.el (imap-open): Handle case where buffer is a buffer
11558         object.
11559
11560 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11561
11562         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11563         long lines.
11564         (gnus-cache-delete-group): Wrap doc strings.
11565
11566         * gnus-agent.el (gnus-agent-rename-group)
11567         (gnus-agent-delete-group): Wrap doc strings.
11568
11569 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * messagexmas.el (message-use-toolbar): Change the valid values
11572         into default, top, bottom, left, and right.
11573         (message-toolbar-thickness): New variable.
11574         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11575         well.
11576         (message-setup-toolbar): Make it work.
11577
11578         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11579         (gnus-use-toolbar): Change the valid values into default, top,
11580         bottom, left, and right.
11581         (gnus-toolbar-thickness): New variable.
11582         (gnus-xmas-setup-toolbar): New function.
11583         (gnus-xmas-setup-group-toolbar): Use it.
11584         (gnus-xmas-setup-summary-toolbar): Use it.
11585
11586 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11587
11588         * gnus-start.el (gnus-1): Add "native" to
11589         gnus-predefined-server-alist.
11590
11591         * gnus.el (gnus-method-to-server): Don't add "native" to the
11592         lists here, because that leads to problems when
11593         gnus-select-method is bound.
11594
11595 2005-11-09  Simon Josefsson  <jas@extundo.com>
11596
11597         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11598         use (not sort-by-date) instead.
11599
11600 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11601
11602         * gnus-delay.el (gnus-delay-group): Don't autoload.
11603         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11604         to be re-loaded when customizing the `gnus-delay' group.
11605
11606 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11607
11608         * message.el: Revert last changes.
11609         (message-insert-citation-line): Use newlines.
11610
11611 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11612
11613         * message.el (message-courtesy-message)
11614         (message-mark-insert-begin, message-mark-insert-end)
11615         (message-elide-ellipsis, message-cancel-message)
11616         (message-add-header, message-change-subject)
11617         (message-cross-post-followup-to-header)
11618         (message-cross-post-insert-note, message-reduce-to-to-cc)
11619         (message-widen-reply, message-delete-not-region)
11620         (message-kill-to-signature, message-insert-signature)
11621         (message-insert-importance-high, message-insert-importance-low)
11622         (message-insert-or-toggle-importance)
11623         (message-insert-disposition-notification-to)
11624         (message-indent-citation, message-yank-original)
11625         (message-cite-original-without-signature, message-cite-original)
11626         (message-insert-citation-line, message-position-on-field)
11627         (message-fix-before-sending, message-send-mail-partially)
11628         (message-send-mail, message-send-mail-with-sendmail)
11629         (message-send-mail-with-qmail, message-send-news)
11630         (message-check-news-header-syntax, message-generate-headers)
11631         (message-insert-courtesy-copy, message-fill-address)
11632         (message-fill-header, message-shorten-references)
11633         (message-setup-1, message-cancel-news)
11634         (message-forward-make-body-plain, message-forward-make-body-mime)
11635         (message-forward-make-body-mml, message-encode-message-body)
11636         (message-forward-make-body-digest-plain)
11637         (message-forward-make-body-digest-mime)
11638         (message-use-alternative-email-as-from): Insert `hard-newline'
11639         instead of ordinary newlines.
11640
11641 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * message.el (message-generate-headers): Downcase the argument
11644         given to message-check-element.
11645
11646 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11647
11648         * nntp.el (nntp-authinfo-rejected): New error condition.
11649         (nntp-wait-for): Use new error condition to signal authentication
11650         error.
11651         (nntp-retrieve-data): Rethrow new error condition to break out of
11652         recursive call to nntp-send-authinfo.
11653
11654 2005-11-08  Romain Francoise  <romain@orebokech.com>
11655
11656         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11657         (gnus-summary-exit-map): Bind to `Z p'.
11658         (gnus-summary-make-menu-bar): Add menu item.
11659
11660 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11663         (gnus-treat-*): Add `first' in all doc strings.
11664
11665         * gnus-group.el (gnus-group-compact-group): Fix typo.
11666
11667 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * gnus.el (gnus-parameters-case-fold-search): New variable.
11670         (gnus-parameters-get-parameter): Use it.
11671
11672         * gnus-score.el (gnus-home-score-file): Doc fix.
11673
11674 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11675
11676         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11677
11678 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * mm-util.el (mm-special-display-p): New function.
11681
11682         * mml.el (mml-preview): Use it; doc fix.
11683
11684 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11685
11686         * imap.el (imap-open): Handle case where buffer is a buffer object.
11687
11688 2005-10-29  Romain Francoise  <romain@orebokech.com>
11689
11690         * message.el (message-fix-before-sending): Fix comment.
11691
11692 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11693
11694         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11695
11696 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11697
11698         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11699         Used in gnus-score.el.
11700
11701 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11702
11703         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11704
11705 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11708         whitespace removed in revision 7.8.  Use concatenated string to
11709         protect trailing whitespace.
11710
11711 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11712
11713         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11714         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11715         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11716         Courier IMAP ("some version from 2004").  Mostly based on similar
11717         code in the same function.
11718
11719 2005-10-26  Didier Verna  <didier@xemacs.org>
11720
11721         * gnus-group.el (gnus-group-compact-group): Invalidate original
11722         article buffer.
11723         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11724         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11725         NOV database and in article itself.
11726         Invalidate article backlog.
11727
11728 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11731
11732 2005-10-26  Simon Josefsson  <jas@extundo.com>
11733
11734         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11735         part of 2004-07-25 change.
11736
11737 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * message.el (message-display-completion-list): New function.
11740         (message-expand-group): Use it; make sure the Completions buffer
11741         is modifiable.
11742 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11743
11744         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11745         user-mail-name is an empty string.
11746
11747 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11750         depending on gnus-score-decay-constant.
11751
11752         * encrypt.el (encrypt-insert-file-contents)
11753         (encrypt-write-file-contents): Don't use `gnus-message'.
11754
11755         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11756         arguments.
11757         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11758         arguments to mm-uu-verbatim-marks-extract.
11759         (mm-uu-hide-markers): New variable.
11760         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11761
11762         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11763         (gnus-convert-image-to-face-command): Use "convert" by default to
11764         allow other input image formats.
11765         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11766         accordingly.
11767
11768 2005-10-23  Simon Josefsson  <jas@extundo.com>
11769
11770         * imap.el (imap-gssapi-program): Align command line parameters
11771         with latest GNU SASL.
11772         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11773
11774 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11775
11776         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11777         HTML.
11778         (nnslashdot-request-article): Ditto.
11779
11780         * lpath.el (featurep): Add nobreak-char-display.
11781
11782 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11783
11784         * mail-source.el (mail-source-fetch-pop): Require pop3.
11785         (mail-source-check-pop): Ditto.
11786
11787 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11790         errors.
11791
11792 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11795         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11796
11797         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11798
11799         * mm-bodies.el (mm-decode-string): Call
11800         `mm-charset-to-coding-system' with allow-override argument.
11801
11802 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11805         (rfc2047-charset-to-coding-system): New function.
11806         (rfc2047-decode-encoded-words): New function.
11807         (rfc2047-decode-region): Use them.
11808         (rfc2047-decode-cte): Remove.
11809         (rfc2047-parse-and-decode): Remove.
11810         (rfc2047-decode): Remove.
11811
11812 2005-10-15  Kenichi Handa  <handa@m17n.org>
11813
11814         * rfc2047.el (rfc2047-decode-cte): New function.
11815         (rfc2047-decode-region): Change the way to decode successive
11816         encoded-words: decode B- or Q-encoding in each encoded-word,
11817         concatenate them, and decode it as charset.
11818
11819 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * lpath.el: Fbind codepage-setup for XEmacs.
11822
11823 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11824
11825         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11826         widget-move-and-invoke.
11827         (gnus-custom-mode): Use gnus-custom-map.
11828
11829 2005-10-15  Bill Wohler  <wohler@newt.com>
11830
11831         * message.el (message-tool-bar-map): Renamed image file from
11832         mail_send to mail/send.
11833
11834 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11835
11836         * message.el (message-expand-group): Pass the common
11837         prefix substring of completion to `display-completion-list'.
11838
11839 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * mml-sec.el (mml-secure-method): New internal variable.
11842         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11843         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11844         functions using mml-secure-method.
11845
11846         * mml.el (mml-mode-map): Add key bindings for those functions.
11847         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11848         Harder <harder@myrealbox.com>.
11849         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11850         end of message if point is the headers of the message.
11851
11852         * message.el (message-in-body-p): New function.
11853
11854         * assistant.el: Autoload gnus-util and netrc.
11855
11856         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11857         Use `mm-charset-override-alist' only when decoding.
11858
11859         * mm-bodies.el (mm-decode-body): Call
11860         `mm-charset-to-coding-system' with allow-override argument.
11861
11862         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11863         `filename' from Content-Disposition if Content-Type doesn't
11864         provide `name'.
11865         (gnus-mime-view-part-as-type): Set default instead of
11866         initial-input.
11867
11868 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11869
11870         * format-spec.el (format-spec): Propagate text properties of % spec.
11871
11872 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * gnus-art.el (gnus-treat-predicate): Add `first'.
11875
11876 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11879         (mm-charset-override-alist): New variable.
11880         (mm-charset-to-coding-system): Use it.
11881         (mm-codepage-setup): New helper function.
11882         (mm-charset-eval-alist): New variable.
11883         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11884         about unknown charsets.
11885
11886         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11887
11888 2005-10-04  David Hansen  <david.hansen@gmx.net>
11889
11890         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11891         (nnrss-check-group): Ditto.
11892
11893 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11894
11895         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11896         Rename x-gnus-verbatim to x-verbatim.
11897         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11898
11899         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11900         x-verbatim.
11901
11902         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11903
11904         * gnus-util.el (gnus-remove-duplicates): Remove.
11905
11906         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11907         instead of gnus-remove-duplicates.
11908
11909         * message.el (message-remove-duplicates): Remove.
11910         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11911         message-remove-duplicates.
11912
11913         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11914         available, else use implementation from `delete-dups'.
11915
11916         * message.el (message-insert-expires): New function.
11917         (message-mode-map): Add key binding.
11918         (message-mode-field-menu): Add menu entry.
11919         (message-mode): Document it.
11920         (message-make-expires-date): Use `message-make-date'.
11921
11922 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11923
11924         * message.el (message-make-expires-date): New function.
11925
11926 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * Makefile.in (list-installed-shadows): New entry.
11929         (install): Use it.
11930         (remove-installed-shadows): New entry.
11931
11932         * dgnushack.el (dgnushack-default-load-path): New variable.
11933         (dgnushack-find-lisp-shadows): New function.
11934         (dgnushack-remove-lisp-shadows): New function.
11935
11936 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * Makefile.in (install-el-elc): New entry.
11939         (install): Use it so that .el files are necessarily installed.
11940
11941 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11944
11945 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11946
11947         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11948         function rather than the diff-mode.el package.
11949         (mm-display-external): Use with-current-buffer.
11950         (mm-viewer-completion-map, mm-viewer-completion-map):
11951         Move initialization inside declaration.
11952
11953 2005-09-29  Simon Josefsson  <jas@extundo.com>
11954
11955         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11956         autoload mail-check-payment.
11957         (spam-check-hashcash): Define unconditionally, since hashcash.el
11958         is part of Gnus now.  Ignore errors from payment checking.
11959
11960 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * message.el (message-bold-region, message-unbold-region): Rename
11963         from `bold-region' and `unbold-region'.
11964
11965         * message.el: Remove useless autoloads.
11966
11967 2005-09-28  Simon Josefsson  <jas@extundo.com>
11968
11969         * message.el (message-use-idna): Default to t.
11970         (message-use-idna): Test whether encoding works too.  Doc fix.
11971
11972 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * nntp.el (nntp-warn-about-losing-connection): Remove.
11975
11976 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11979         customizable.  Change default value.
11980         (mm-uu-diff-groups-regexp): Change default value.
11981         (mm-uu-type-alist): Add doc string.
11982         (mm-uu-configure): Add doc string.  Make it interactive.
11983         (mm-uu-tex-groups-regexp): New variable.
11984         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11985         (mm-uu-type-alist): Add LaTeX documents.
11986         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11987         of "text/verbatim".
11988         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11989
11990         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11991         instead of "text/verbatim".
11992
11993         * message.el (message-mark-inserted-region)
11994         (message-mark-insert-file): Use slrn style marks when called with
11995         prefix argument.
11996
11997 2005-09-27  Simon Josefsson  <jas@extundo.com>
11998
11999         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12000
12001 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12002
12003         * message.el (message-remove-duplicates): New function.
12004         Implementation borrowed from `gnus-remove-duplicates'.
12005         (message-idna-to-ascii-rhs): Also encode idna addresses in
12006         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12007         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12008         only ask about the same idna domain once per header and also tell
12009         in what header to replace the idna domain.
12010
12011         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12012         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12013         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12014         a header is decoded and not just the last one.
12015
12016 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12019         has been decoded.
12020
12021         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12022         (mm-insert-part): Don't modify text if it has been decoded.
12023
12024         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12025         decoded.
12026
12027         * mm-view.el (mm-inline-text): Don't strip text props unless
12028         decoding enriched or richtext parts.
12029
12030 2005-09-25  Romain Francoise  <romain@orebokech.com>
12031
12032         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12033         * gnus-start.el (gnus-subscribe-interactively):
12034         * gnus-uu.el (gnus-uu-grab-articles):
12035         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12036         space.
12037
12038 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12039
12040         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12041         * mm-view.el (mm-view-pkcs7-decrypt):
12042         * gnus-sum.el (gnus-summary-limit-to-extra)
12043         (gnus-summary-respool-article, gnus-read-move-group-name):
12044         * gnus-score.el (gnus-summary-increase-score):
12045         * gnus-util.el (gnus-completing-read-with-default):
12046         * gnus-art.el (gnus-read-save-file-name)
12047         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12048         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12049         * message.el (message-check-news-header-syntax):
12050         Follow convention for reading with the minibuffer.
12051
12052 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * spam-report.el (spam-report-url-ping-plain):
12055         Use gnus-extended-version as User-Agent.
12056
12057         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12058         default value is nil.
12059
12060         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12061         (mm-uu-verbatim-marks-extract): New function.
12062         (mm-uu-extract): New face.
12063         (mm-uu-copy-to-buffer): Use it.
12064
12065         * spam-report.el (spam-report-gmane-ham): Renamed from
12066         `spam-report-gmane-unspam'.
12067         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12068         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12069
12070         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12071         Autoload.
12072         (spam-report-gmane-unregister-routine): Renamed
12073         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12074
12075 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12076
12077         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12078         (spam-report-gmane-unregister-routine): Add support for gmane
12079         unregistration.
12080
12081         * spam-report.el (spam-report-gmane-unspam)
12082         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12083         (spam-report-gmane): Change to take a single article and do unspam
12084         registration.
12085
12086 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * mm-url.el (mm-url-decode-entities): Fix regexp.
12089
12090 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12091
12092         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12093         default to nil, to be able to use Gnus at all.  If the default
12094         switches to something else, then the function should be fixed not
12095         be exceedingly slow.
12096
12097 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12098
12099         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12100         fail hard.
12101
12102         * spam-report.el: Add better Keywords line.
12103
12104         * spam.el: Add Maintainer and better Keywords line.
12105
12106 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * gnus-art.el (gnus-article-replace-part)
12109         (gnus-mime-replace-part): New functions.
12110         (gnus-mime-action-alist, gnus-mime-button-commands)
12111         (gnus-mime-save-part-and-strip): Added file argument.
12112         (gnus-article-part-wrapper): Added interactive argument.
12113
12114         * gnus-sum.el (gnus-summary-mime-map): Add
12115         `gnus-article-replace-part'.
12116
12117 2005-09-19  Didier Verna  <didier@xemacs.org>
12118
12119         The nnml compaction feature:
12120         * nnml.el (nnml-request-compact-group): New function.
12121         * nnml.el (nnml-request-compact): New function.
12122         * gnus-int.el (gnus-request-compact-group): New function.
12123         * gnus-int.el (gnus-request-compact): New function.
12124         * gnus-group.el (gnus-group-compact-group): New function.
12125         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12126         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12127         * gnus-srvr.el (gnus-server-compact-server): New function.
12128         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12129         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12130
12131 2005-09-18  Deepak Goel  <deego@gnufans.org>
12132
12133         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12134         format spec.
12135
12136 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12139
12140 2005-09-15  Romain Francoise  <romain@orebokech.com>
12141
12142         * message.el (message-fill-paragraph): Clarify docstring.
12143
12144 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-art.el (gnus-mime-display-part): Protect against broken
12147         MIME messages.
12148
12149 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12152         before parsing header.
12153
12154 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12155
12156         * html2text.el (html2text-replace-list): Add new entities.
12157
12158 2005-09-11  Romain Francoise  <romain@orebokech.com>
12159
12160         * message.el (message-alternative-emails): Improve docstring.
12161         (message-setup-1): Call `message-use-alternative-email-as-from'
12162         after `message-setup-hook' to give it precedence over posting
12163         styles, etc.
12164         (message-use-alternative-email-as-from): Add docstring.  Remove
12165         the original From header if present.
12166
12167         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12168         (nnml-save-mail): Use it.
12169
12170         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12171         articles.  Add new argument `silent'.
12172         (gnus-uu-mark-all): Report the total number of marked articles.
12173
12174 2005-09-10  Romain Francoise  <romain@orebokech.com>
12175
12176         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12177         (gnus-uu-mark-series): Likewise.
12178
12179 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * spam-report.el (spam-report-gmane): Fix generation of spam
12182         report URL.
12183
12184 2005-09-10  Simon Josefsson  <jas@extundo.com>
12185
12186         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12187         t, based on discussion on the ding list with Robert Epprecht
12188         <epprecht@solnet.ch>.
12189
12190 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12191
12192         * spam-report.el (spam-report-gmane): Make it work without
12193         X-Report-Spam header.  Gmane now only provides Archived-At.
12194         This is only used if `spam-report-gmane-use-article-number' is nil.
12195         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12196
12197         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12198         make `gnus-summary-sort-by-recipient' work with threading.
12199
12200         * nnweb.el (nnweb-google-wash-article): Print a message if article
12201         is not available.
12202
12203 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12204
12205         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12206         change.  Decode text/* parts content before displaying.
12207
12208 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12209
12210         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12211
12212 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12215
12216         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12217         url-package-name, url-package-version,
12218         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12219         w3m-display-inline-images, and w3m-minor-mode-map.
12220
12221 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * message.el (message-tab-body-function): Fix mismatched custom type.
12224
12225         * gnus.el (gnus-group-change-level-function): Ditto.
12226
12227         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12228
12229         * gnus-art.el (gnus-signature-limit)
12230         (gnus-article-mime-part-function): Ditto.
12231
12232 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * mml.el (mml-mode): Silence the byte compiler.
12235
12236         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12237         using `(sit-for 0)' before moving the point to the specified part;
12238         skip unbuttonized parts.
12239         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12240         return to the summary window if gnus-auto-select-part is non-nil.
12241
12242 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12243
12244         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12245         variables.
12246         (mml-dnd-attach-file, mml-mode): Use them.
12247
12248         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12249         Make fetching article by MID work again for Google Groups.  Added
12250         FIXME concerning gnus-group-make-web-group.
12251
12252         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12253         Don't depend on Gnus by using mail-extract-address-components if
12254         gnus-extract-address-components is not bound.
12255
12256 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12257
12258         * gnus-art.el (gnus-mime-display-security): Don't display the
12259         signature, but only the signed part.
12260
12261 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12264
12265         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12266         list, not listp.
12267
12268 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12269
12270         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12271         when encoding.
12272
12273         * mm-bodies.el (mm-decode-content-transfer-encoding):
12274         De-canonicalize CRLF for all text content types, not just
12275         text/plain.
12276
12277 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12280         valid article; point arrow and cursor at the MIME button.
12281
12282 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12285         Suggested by Dan Christensen <jdc@uwo.ca>.
12286
12287         * mm-decode.el (mm-save-part): Enable change of prompt.
12288
12289 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12290
12291         * gnus-msg.el (gnus-inews-add-send-actions): Made
12292         `message-post-method' lambda parameter ARG `&optional'.
12293
12294 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12295
12296         * gnus-sum.el (gnus-summary-mime-map): Added
12297         gnus-article-save-part-and-strip, gnus-article-delete-part and
12298         gnus-article-jump-to-part.
12299
12300         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12301         (gnus-article-edit-part): Use it.
12302         (gnus-article-part-wrapper): Added no-handle argument.
12303         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12304         functions.
12305
12306 2005-08-29  Romain Francoise  <romain@orebokech.com>
12307
12308         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12309         docstring.
12310         (gnus-face-from-file): Likewise.
12311
12312 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12315         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12316         non-nil.
12317         (gnus-auto-select-part): New variable.
12318         (gnus-article-jump-to-part): New function.
12319         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12320         (gnus-mime-delete-part): Allow selecting specified part after
12321         deleting or stripping parts.
12322         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12323         part if argument is bogus.
12324
12325 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12326
12327         * gnus-art.el (w3m-minor-mode-map):
12328         * gnus-spec.el (gnus-newsrc-file-version):
12329         * gnus-util.el (nnmail-active-file-coding-system)
12330         (gnus-original-article-buffer, gnus-user-agent):
12331         * gnus.el (gnus-ham-process-destinations)
12332         (gnus-parameter-ham-marks-alist)
12333         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12334         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12335         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12336         * mm-decode.el (gnus-current-window-configuration):
12337         * mm-extern.el (gnus-article-mime-handles):
12338         * mm-url.el (url-current-object, url-package-name)
12339         (url-package-version):
12340         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12341         (smime-keys, w3m-cid-retrieve-function-alist)
12342         (w3m-current-buffer, w3m-display-inline-images)
12343         (w3m-minor-mode-map):
12344         * mml-smime.el (gnus-extract-address-components):
12345         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12346         (gnus-newsrc-hashtb, message-default-charset)
12347         (message-deletable-headers, message-options)
12348         (message-posting-charset, message-required-mail-headers)
12349         (message-required-news-headers):
12350         * mml1991.el (mc-pgp-always-sign):
12351         * mml2015.el (mc-pgp-always-sign):
12352         * nnheader.el (nnmail-extra-headers):
12353         * rfc1843.el (gnus-decode-encoded-word-function)
12354         (gnus-decode-header-function, gnus-newsgroup-name):
12355         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12356
12357 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12358
12359         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12360         the end of the date treatments.
12361
12362 2005-08-15  Simon Josefsson  <jas@extundo.com>
12363
12364         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12365         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12366         Capello and Romain Francoise.
12367         (pgg-fetch-key-function): Removed, not used?
12368         (pgg-insert-url-with-w3): Require url, to get
12369         url-insert-file-contents regardless of where it is defined.
12370
12371 2005-08-13  Romain Francoise  <romain@orebokech.com>
12372
12373         * message.el (message-cite-original-1): New function.
12374         (message-cite-original): Use it.
12375         (message-cite-original-without-signature): Ditto.
12376
12377 2005-08-08  Romain Francoise  <romain@orebokech.com>
12378
12379         * message.el (message-yank-empty-prefix): New variable.
12380         (message-indent-citation): Use it.
12381         (message-cite-original-without-signature): Respect X-No-Archive.
12382
12383 2005-08-08  Simon Josefsson  <jas@extundo.com>
12384
12385         * pgg.el: Autoload url-insert-file-contents instead of loading
12386         w3/url.
12387         (pgg-insert-url-with-w3): Don't load url here.
12388
12389 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12390
12391         * message.el (message-kill-to-signature): Don't insert newline at
12392         bol.
12393         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12394
12395 2005-08-06  Romain Francoise  <romain@orebokech.com>
12396
12397         * message.el (message-user-fqdn): Fix typo in docstring.
12398
12399 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12400
12401         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12402
12403         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12404
12405 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * mm-bodies.el (mm-encode-body): Use coding system rather than
12408         charset to encode text.
12409
12410         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12411         number of charsets if utf-8 is available (XEmacs).
12412
12413 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12416         taken from `gnus-button-mid-or-mail-regexp'.
12417         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12418         (gnus-button-alist): Improve regexp for domain part of the MIDs
12419         for news:localpart@domain buttons.
12420         (gnus-button-ctan-directory-regexp): Update.
12421
12422 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * sieve-manage.el (sieve-manage-interactive-login): Use
12425         make-local-variable rather than make-variable-buffer-local.
12426         (sieve-manage-open): Ditto.
12427         (sieve-manage-authenticate): Ditto.
12428
12429         * mml.el (mml-generate-mime-1): Make the content type default to
12430         text/plain if the filename is not specified.
12431
12432 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12433
12434         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12435         instead of insert-buffer.
12436
12437         * message.el (message-yank-original): Ditto; set the mark at the
12438         end of the yanked message.
12439
12440 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12443         lines to scroll rather than to stop it.
12444
12445         * mml.el (mml-generate-default-type): Add doc string.
12446         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12447         default to application/octet-stream when determining the content
12448         type if it is not specified for the part or the mml contents; add
12449         a comment about mml-generate-default-type.
12450
12451 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12454         make it default to application/octet-stream when determining the
12455         content type if it is not specified for the external contents.
12456
12457 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12460         segmented parameter but also other parameters might be there.
12461
12462 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12463
12464         * mm-decode.el (mm-display-external): Delete temp file, directory
12465         and buffer immediately if the external process is exited.
12466
12467 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12470         fewer lines than that of scroll-margin.
12471         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12472
12473 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * gnus-art.el (gnus-article-next-page): Revert.
12476         (gnus-article-beginning-of-window): New macro.
12477         (gnus-article-next-page-1): Use it.
12478         (gnus-article-prev-page): Ditto.
12479         (gnus-article-edit-part): Use insert-buffer-substring instead of
12480         insert-buffer.
12481         (gnus-article-edit-exit): Ditto.
12482
12483         * gnus-util.el (gnus-beginning-of-window): Remove.
12484         (gnus-end-of-window): Remove.
12485
12486         * lpath.el: Don't bind header-line-format and scroll-margin.
12487
12488 2005-07-25  Simon Josefsson  <jas@extundo.com>
12489
12490         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12491         to have the url package without w3.  Reported by Daiki Ueno
12492         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12493
12494 2005-07-20  Didier Verna  <didier@xemacs.org>
12495
12496         * gnus-diary.el: Remove the description comment (nndiary is now
12497         properly documented in the Gnus manual).
12498         Fix the spelling of "Back End".
12499         * nndiary.el: Ditto.
12500         Fix the copyright notice.
12501
12502 2005-07-18  Romain Francoise  <romain@orebokech.com>
12503
12504         * gnus-sum.el (gnus-summary-to-prefix)
12505         (gnus-summary-newsgroup-prefix): New variables.
12506         (gnus-summary-from-or-to-or-newsgroups): Use them.
12507
12508 2005-07-17  Romain Francoise  <romain@orebokech.com>
12509
12510         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12511         space as it's generally not especially interesting to the user.
12512
12513 2005-07-16  Romain Francoise  <romain@orebokech.com>
12514
12515         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12516         nil to avoid prompting and file modification if one of the
12517         messages at the top of the nnfolder file contains a copyright
12518         notice.
12519         Update copyright notice.
12520
12521         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12522         instead of `current-time-string' as the latter creates a time
12523         string that is not RFC 2822 compliant (it lacks the zone).
12524         Update copyright notice.
12525
12526 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12527
12528         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12529         for text/rtf.  Display default in prompt.  Pass default for M-n.
12530
12531         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12532
12533 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12534
12535         * gnus-msg.el (gnus-button-mailto): Remove
12536         save-selected-window-window hackery because it relies on
12537         save-selected-window internals.
12538
12539 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12542         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12543         (gnus-article-prev-page): Ditto.
12544
12545         * gnus-util.el (gnus-beginning-of-window): New function.
12546         (gnus-end-of-window): New function.
12547
12548         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12549
12550 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12551
12552         * gnus-score.el (gnus-score-edit-all-score): Set
12553         gnus-score-edit-exit-function to gnus-score-edit-done and call
12554         gnus-message.
12555
12556 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12557
12558         * gnus-msg.el (gnus-button-mailto): Remove
12559         save-selected-window-window hackery because it relies on
12560         save-selected-window internals.
12561
12562 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12565         add-minor-mode.
12566         (gnus-binary-mode): Ditto.
12567
12568         * gnus-topic.el (gnus-topic-mode): Ditto.
12569
12570 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12571
12572         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12573         (gnus-article-prev-page): Take scroll-margin into consideration.
12574
12575 2005-07-04  Lute Kamstra  <lute@gnu.org>
12576
12577         Update FSF's address in GPL notices.
12578
12579 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12580
12581         * gnus.el (gnus-exit):
12582         * gnus-group.el (gnus-group-icons):
12583         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12584
12585         * gnus-nocem.el (gnus-nocem):
12586         * message.el (message-various, message-buffers, message-sending)
12587         (message-interface, message-forwarding, message-insertion)
12588         (message-headers, message-news, message-mail):
12589         * pgg-gpg.el (pgg-gpg):
12590         * pgg-parse.el (pgg-parse):
12591         * pgg-pgp.el (pgg-pgp):
12592         * pgg-pgp5.el (pgg-pgp5):
12593         * pop3.el (pop3): Finish `defgroup' description with period.
12594
12595 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * gnus-art.el (article-display-face): Improve the efficiency.
12598         (article-display-x-face): Ditto; remove grey x-face stuff.
12599
12600 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-art.el (article-display-face): Correct the position in
12603         which Faces are inserted.
12604
12605 2005-06-29  Didier Verna  <didier@xemacs.org>
12606
12607         * gnus-art.el (article-display-face): Display faces in correct
12608         order.
12609
12610 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12613         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12614         (gnus-nocem-check-article): Fetch the Type header.
12615         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12616         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12617         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12618         make sure gnus-nocem-hashtb is initialized.
12619         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12620         (gnus-nocem-unwanted-article-p): Ditto.
12621
12622         * pgg.el (pgg-verify): Return the verification result.
12623
12624 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12625
12626         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12627         is ascii.
12628
12629 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12630
12631         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12632         `show-nonbreak-escape'.
12633
12634 2005-06-23  Lute Kamstra  <lute@gnu.org>
12635
12636         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12637
12638         * dig.el (dig-mode):
12639         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12640
12641 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12642
12643         * nnimap.el (nnimap-split-download-body): Fix spellings.
12644
12645 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12646
12647         * gnus-art.el (gnus-article-encrypt-body):
12648         * gnus-cus.el (gnus-score-customize):
12649         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12650         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12651
12652 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12653
12654         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12655         header by looking for magic "MII" at the beginnig.
12656
12657 2005-06-16  Miles Bader  <miles@gnu.org>
12658
12659         * gnus-xmas.el (gnus-xmas-group-startup-message):
12660         Use renamed gnus-splash face.
12661
12662         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12663         (assistant-field-face): New backward-compatibility alias for renamed
12664         face.
12665         (assistant-render-text): Use renamed assistant-field face.
12666
12667         * spam.el (spam): Remove "-face" suffix from face name.
12668         (spam-face): New backward-compatibility alias for renamed face.
12669         (spam-face, spam-initialize): Use renamed spam face.
12670
12671         * message.el (message-header-to, message-header-cc)
12672         (message-header-subject, message-header-newsgroups)
12673         (message-header-other, message-header-name)
12674         (message-header-xheader, message-separator, message-cited-text)
12675         (message-mml): Remove "-face" suffix from face names.
12676         (message-header-to-face, message-header-cc-face)
12677         (message-header-subject-face, message-header-newsgroups-face)
12678         (message-header-other-face, message-header-name-face)
12679         (message-header-xheader-face, message-separator-face)
12680         (message-cited-text-face, message-mml-face):
12681         New backward-compatibility aliases for renamed faces.
12682         (message-font-lock-keywords): Use renamed message faces.
12683
12684         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12685         (sieve-test-commands, sieve-tagged-arguments):
12686         Remove "-face" suffix from face names.
12687         (sieve-control-commands-face, sieve-action-commands-face)
12688         (sieve-test-commands-face, sieve-tagged-arguments-face):
12689         New backward-compatibility aliases for renamed faces.
12690         (sieve-control-commands-face, sieve-action-commands-face)
12691         (sieve-test-commands-face, sieve-tagged-arguments-face):
12692         Use renamed sieve faces.
12693
12694         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12695         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12696         (gnus-group-news-3-empty, gnus-group-news-4)
12697         (gnus-group-news-4-empty, gnus-group-news-5)
12698         (gnus-group-news-5-empty, gnus-group-news-6)
12699         (gnus-group-news-6-empty, gnus-group-news-low)
12700         (gnus-group-news-low-empty, gnus-group-mail-1)
12701         (gnus-group-mail-1-empty, gnus-group-mail-2)
12702         (gnus-group-mail-2-empty, gnus-group-mail-3)
12703         (gnus-group-mail-3-empty, gnus-group-mail-low)
12704         (gnus-group-mail-low-empty, gnus-summary-selected)
12705         (gnus-summary-cancelled, gnus-summary-high-ticked)
12706         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12707         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12708         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12709         (gnus-summary-low-undownloaded)
12710         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12711         (gnus-summary-low-unread, gnus-summary-normal-unread)
12712         (gnus-summary-high-read, gnus-summary-low-read)
12713         (gnus-summary-normal-read, gnus-splash):
12714         Remove "-face" suffix from face names.
12715         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12716         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12717         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12718         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12719         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12720         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12721         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12722         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12723         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12724         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12725         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12726         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12727         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12728         (gnus-summary-normal-ticked-face)
12729         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12730         (gnus-summary-normal-ancient-face)
12731         (gnus-summary-high-undownloaded-face)
12732         (gnus-summary-low-undownloaded-face)
12733         (gnus-summary-normal-undownloaded-face)
12734         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12735         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12736         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12737         (gnus-splash-face):
12738         New backward-compatibility aliases for renamed faces.
12739         (gnus-group-startup-message): Use renamed gnus faces.
12740
12741         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12742         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12743         (gnus-server-agent): Remove "-face" suffix from face names.
12744         (gnus-server-agent-face, gnus-server-opened-face)
12745         (gnus-server-closed-face, gnus-server-denied-face)
12746         (gnus-server-offline-face):
12747         New backward-compatibility aliases for renamed faces.
12748         (gnus-server-agent-face, gnus-server-opened-face)
12749         (gnus-server-closed-face, gnus-server-denied-face)
12750         (gnus-server-offline-face): Use renamed gnus faces.
12751
12752         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12753         Remove "-face" suffix from face names.
12754         (gnus-picon-xbm-face, gnus-picon-face):
12755         New backward-compatibility aliases for renamed faces.
12756
12757         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12758         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12759         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12760         (gnus-cite-11): Remove "-face" suffix from face names.
12761         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12762         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12763         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12764         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12765         New backward-compatibility aliases for renamed faces.
12766         (gnus-cite-attribution-face, gnus-cite-face-list)
12767         (gnus-article-boring-faces): Use renamed gnus faces.
12768
12769         * gnus-art.el (gnus-signature, gnus-header-from)
12770         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12771         (gnus-header-content): Remove "-face" suffix from face names.
12772         (gnus-signature-face, gnus-header-from-face)
12773         (gnus-header-subject-face, gnus-header-newsgroups-face)
12774         (gnus-header-name-face, gnus-header-content-face):
12775         New backward-compatibility aliases for renamed faces.
12776         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12777
12778         * gnus-sum.el (gnus-summary-selected-face)
12779         (gnus-summary-highlight): Use renamed gnus faces.
12780         * gnus-group.el (gnus-group-highlight): Likewise.
12781
12782 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12783
12784         * gnus-sieve.el (gnus-sieve-article-add-rule):
12785         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12786         * spam-stat.el (spam-stat-buffer-change-to-spam)
12787         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12788
12789         * message.el (message-is-yours-p):
12790         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12791
12792 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * mm-view.el (mm-inline-text): Withdraw the last change.
12795
12796 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12799         executing enriched-decode.
12800
12801 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12804         charset of tar files.
12805
12806 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12807
12808         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12809
12810 2005-06-04  Lute Kamstra  <lute@gnu.org>
12811
12812         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12813         information is never recorded.
12814
12815 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12816
12817         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12818
12819 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * pop3.el (pop3-apop): Run md5 in the binary mode.
12822
12823         * starttls.el (starttls-set-process-query-on-exit-flag):
12824         Use eval-and-compile.
12825
12826 2005-05-31  Simon Josefsson  <jas@extundo.com>
12827
12828         * smime.el (smime-replace-in-string): Define.
12829         (smime-cert-by-ldap-1): Use it.
12830
12831 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * gnus-art.el (article-display-x-face): Replace
12834         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12835
12836         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12837         set-process-query-on-exit-flag or process-kill-without-query.
12838
12839         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12840         loop instead of replace-regexp.
12841
12842         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12843         instead of process-kill-without-query if it is available.
12844
12845         * lpath.el: Fbind ldap-search-entries.
12846
12847         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12848         instead of find-file-hooks if it is available.
12849
12850         * mml1991.el: Bind pgg-default-user-id when compiling.
12851
12852         * mml2015.el: Bind pgg-default-user-id when compiling.
12853
12854         * nndraft.el (nndraft-request-associate-buffer):
12855         Use write-contents-functions instead of write-contents-hooks if it is
12856         available.
12857
12858         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12859         instead of find-file-hooks if it is available.
12860
12861         * nntp.el (nntp-open-connection): Replace
12862         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12863         (nntp-open-ssl-stream): Ditto.
12864         (nntp-open-tls-stream): Ditto.
12865
12866         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12867         set-process-query-on-exit-flag or process-kill-without-query.
12868         (starttls-open-stream-gnutls): Use it instead of
12869         process-kill-without-query.
12870         (starttls-open-stream): Ditto.
12871
12872 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12873
12874         * smime.el (smime-cert-by-ldap-1): Don't use
12875         replace-regexp-in-string.
12876
12877 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12878
12879         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12880
12881         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12882         in PEM format.  Adjust to the XEmacs compability.
12883
12884 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12887         by `string-to-number'.
12888         * gnus-agent.el (gnus-agent-regenerate-group)
12889         (gnus-agent-fetch-articles): Ditto.
12890         * gnus-art.el (gnus-button-fetch-group): Ditto.
12891         * gnus-cache.el (gnus-cache-generate-active)
12892         (gnus-cache-articles-in-group): Ditto.
12893         * gnus-group.el (gnus-group-set-current-level)
12894         (gnus-group-insert-group-line): Ditto.
12895         * gnus-score.el (gnus-score-set-expunge-below)
12896         (gnus-score-set-mark-below, gnus-summary-score-effect)
12897         (gnus-summary-score-entry): Ditto.
12898         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12899         (gnus-soup-pack): Ditto.
12900         * gnus-spec.el (gnus-xmas-format): Ditto.
12901         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12902         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12903         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12904         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12905         * nndb.el (nndb-get-remote-expire-response): Ditto.
12906         * nndiary.el (nndiary-parse-schedule-value)
12907         (nndiary-string-to-number, nndiary-request-replace-article)
12908         (nndiary-request-article): Ditto.
12909         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12910         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12911         * nneething.el (nneething-make-head): Ditto.
12912         * nnfolder.el (nnfolder-request-article)
12913         (nnfolder-retrieve-headers): Ditto.
12914         * nnheader.el (nnheader-file-to-number): Ditto.
12915         * nnkiboze.el (nnkiboze-request-article): Ditto.
12916         * nnmail.el (nnmail-process-unix-mail-format)
12917         (nnmail-process-babyl-mail-format): Ditto.
12918         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12919         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12920         (nnmh-request-create-group, nnmh-request-list-1)
12921         (nnmh-request-group, nnmh-request-article): Ditto.
12922         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12923         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12924         * nnsoup.el (nnsoup-make-active): Ditto.
12925         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12926         * nntp.el (nntp-find-group-and-number)
12927         (nntp-retrieve-headers-with-xover): Ditto.
12928         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12929         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12930         (pgg-format-key-identifier): Ditto.
12931         * pop3.el (pop3-last, pop3-stat): Ditto.
12932         * qp.el (quoted-printable-decode-region): Ditto.
12933
12934         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12935         of concat.
12936
12937 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12940
12941         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12942
12943         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12944
12945         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12946
12947         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12948
12949         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12950
12951         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12952         (gnus-carpal-mode): Ditto.
12953
12954         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12955         (gnus-browse-mode): Ditto.
12956
12957         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12958
12959         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12960
12961 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12962
12963         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12964
12965 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * gnus-util.el (gnus-run-mode-hooks): New function.
12968
12969         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12970
12971         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12972         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12973
12974 2005-05-27  Lute Kamstra  <lute@gnu.org>
12975
12976         * dns-mode.el (dns-mode): Specify customization group.
12977
12978 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12979
12980         * gnus-agent.el (gnus-agent-make-mode-line-string):
12981         Use mode-line-highlight as mouse-face.
12982
12983 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * canlock.el (canlock): Change the parent group to news.
12986
12987         * deuglify.el (gnus-outlook-deuglify): Add :group.
12988
12989         * dig.el (dig): Add :group.
12990
12991         * dns-mode.el (dns-mode): Add :group.
12992
12993         * encrypt.el (encrypt): Add :group.
12994
12995         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12996         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12997         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12998         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12999         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13000
13001         * gnus-diary.el (gnus-diary): Add :group.
13002
13003         * gnus.el (gnus-group-news-1-face): Add :group.
13004         (gnus-group-news-1-empty-face): Ditto.
13005         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13006         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13007         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13008         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13009         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13010         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13011         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13012         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13013         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13014         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13015         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13016         (gnus-summary-high-ticked-face): Ditto.
13017         (gnus-summary-low-ticked-face): Ditto.
13018         (gnus-summary-normal-ticked-face): Ditto.
13019         (gnus-summary-high-ancient-face): Ditto.
13020         (gnus-summary-low-ancient-face): Ditto.
13021         (gnus-summary-normal-ancient-face): Ditto.
13022         (gnus-summary-high-undownloaded-face): Ditto.
13023         (gnus-summary-low-undownloaded-face): Ditto.
13024         (gnus-summary-normal-undownloaded-face): Ditto.
13025         (gnus-summary-high-unread-face): Ditto.
13026         (gnus-summary-low-unread-face): Ditto.
13027         (gnus-summary-normal-unread-face): Ditto.
13028         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13029         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13030
13031         * hashcash.el (hashcash): New custom group.
13032         (hashcash-default-payment): Add :group.
13033         (hashcash-payment-alist): Ditto.
13034         (hashcash-default-accept-payment): Ditto.
13035         (hashcash-accept-resources): Ditto.
13036         (hashcash-path): Ditto.
13037         (hashcash-extra-generate-parameters): Ditto.
13038         (hashcash-double-spend-database): Ditto.
13039         (hashcash-in-news): Ditto.
13040
13041         * message.el (message-minibuffer-local-map): Add :group.
13042
13043         * netrc.el (netrc): Add :group.
13044
13045         * sieve-manage.el (sieve-manage-log): Add :group.
13046         (sieve-manage-default-user): Diito.
13047         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13048         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13049         (sieve-manage-authenticators): Ditto.
13050         (sieve-manage-authenticator-alist): Ditto.
13051         (sieve-manage-default-port): Ditto.
13052
13053         * sieve-mode.el (sieve-control-commands-face): Add :group.
13054         (sieve-action-commands-face): Ditto.
13055         (sieve-test-commands-face): Ditto.
13056         (sieve-tagged-arguments-face): Ditto.
13057
13058         * smime.el (smime): Add :group.
13059
13060         * spam-report.el (spam-report): Add :group.
13061
13062         * spam.el (spam, spam-face): Add :group.
13063
13064 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13065
13066         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13067         return \n.\n.\n at the end of articles.  Protect against that.
13068         (nntp-with-open-group): Allow debugging.
13069
13070         * nnheader.el (mail-header-set-extra): Make into a function
13071         because I just could't understand how to quote the list properly.
13072
13073         * dns.el (query-dns-cached): New function.
13074
13075 2005-05-26  Lute Kamstra  <lute@gnu.org>
13076
13077         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13078
13079 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13082
13083         * gnus-art.el: Don't autoload mail-extract-address-components.
13084
13085         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13086         eval-and-compile to evaluate it.
13087
13088         * hashcash.el: Don't autoload executable-find.
13089
13090         * nndb.el: Don't declare the nndb back end two or more times; don't
13091         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13092
13093         * nntp.el: Autoload format-spec instead of format; use
13094         eval-and-compile to evaluate autoload forms.
13095
13096 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13097
13098         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13099
13100 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13101
13102         * gnus.el (gnus-version-number): Bump version.
13103
13104 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13105
13106         * gnus.el: No Gnus v0.3 is released.
13107
13108 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13109
13110         * lpath.el (featurep): Bind show-nonbreak-escape.
13111
13112 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus-art.el (gnus-article-edit-part): Disable undo.
13115
13116 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13119         gnus-article-date-lapsed-new-header is t if date timer is active;
13120         skip headers in which the original date value is empty.
13121         (gnus-article-save-original-date): Redefine it as a macro.
13122         (gnus-display-mime): Use it.
13123
13124 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * gnus-art.el (article-date-ut): Support converting date in
13127         forwarded parts as well.
13128         (gnus-article-save-original-date): New function.
13129         (gnus-display-mime): Use it.
13130
13131 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13132
13133         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13134         enclosure element of <item>.
13135
13136 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13137
13138         * message.el (message-kill-buffer-query): Renamed from
13139         `message-kill-buffer-query-if-modified'.  Added :version.
13140
13141 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13144         window layout.
13145
13146 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * mml.el: Autoload dnd when compiling.
13149
13150 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13153         x-dnd-*.
13154
13155 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * qp.el (quoted-printable-encode-region): Save excursion.
13158
13159 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13160
13161         * message.el (message-kill-buffer-query-if-modified): Add new variable
13162         so the user can kill a modified message buffer quickly.
13163         (message-kill-buffer): Use it.
13164
13165 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * lpath.el: Fbind display-time-event-handler; don't fbind
13168         string-to-multibyte.
13169
13170         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13171
13172 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13175         contained in text because xml.el decodes entities) with LFs.
13176
13177 2005-04-11  Lute Kamstra  <lute@gnu.org>
13178
13179         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13180         differently.
13181
13182 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13183
13184         * mm-util.el (mm-detect-coding-region): Typo.
13185
13186 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13189
13190 2005-04-06  Deepak Goel  <deego@gnufans.org>
13191
13192         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13193         user-function allow user modifications of the scores.
13194         (spam-stat-score-buffer-user): New function, to allow
13195         user-computed modifications to the score.
13196         (spam-stat-score-buffer-user-functions): List of additional
13197         scoring functions.
13198         (spam-stat-error-holder): Global temporary error holder.
13199         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13200         variable.
13201
13202 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13203
13204         * gnus-registry.el (gnus-registry-clean-empty-function)
13205         (gnus-registry-trim, gnus-registry-fetch-groups)
13206         (gnus-registry-delete-group): Groups that match
13207         `gnus-registry-ignored-groups' are removed from the registry
13208         entries, not just ignored for splitting.  This helps clean up the
13209         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13210         to get all the groups a message ID is in.
13211
13212         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13213         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13214         (spam-stat-score-buffer-user-functions): Add :number custom type.
13215
13216 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13219         argument in XEmacs.
13220
13221         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13222         (nnrss-request-group): Decode group name first.
13223         (nnrss-request-article): Make a text/plain article if mml-to-mime
13224         failed.
13225         (nnrss-get-encoding): Return a compatible encoding according to
13226         nnrss-compatible-encoding-alist.
13227         (nnrss-find-el): Use consp instead of listp.
13228         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13229
13230 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13233         which Emacs 20 doesn't support.
13234         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13235
13236 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13237
13238         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13239         silence the byte compiler inside the defun.
13240
13241         * gnus-demon.el (parse-time-string): Add autoload.
13242
13243         * gnus-delay.el (parse-time-string): Add autoload.
13244
13245         * gnus-art.el (parse-time-string): Add autoload.
13246
13247         * nnultimate.el (parse-time): Require for `parse-time-string'.
13248
13249 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13250
13251         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13252
13253         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13254
13255         * smime.el (smime-ldap-host-list): Add :version.
13256
13257 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13258
13259         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13260         pass it to `gnus-browse-read-group'.
13261         (gnus-browse-read-group): Add NUMBER argument and pass it to
13262         `gnus-group-read-ephemeral-group'.
13263
13264         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13265         argument and pass it to `gnus-group-read-group'.
13266
13267 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13268
13269         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13270         mm-xemacs-find-mime-charset-1 if we have the mule feature
13271         available at runtime.
13272
13273 2005-03-25  Werner Lemberg  <wl@gnu.org>
13274
13275         * nnmaildir.el: Replace `illegal' with `invalid'.
13276
13277 2005-03-23  Lute Kamstra  <lute@gnu.org>
13278
13279         * time-date.el: Add comment on time value formats.
13280         Don't require parse-time.
13281         (with-decoded-time-value): New macro.
13282         (encode-time-value): New function.
13283         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13284         (days-to-time): Return a valid time value when arg is huge.
13285         (time-since): Use time-subtract.
13286         (time-to-number-of-days): Use time-to-seconds.
13287
13288 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13289
13290         * gnus-start.el (gnus-display-time-event-handler):
13291         Check display-time-timer at runtime rather than only at load time
13292         in case display-time-mode is turned off in the mean time.
13293
13294 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13297         used.
13298
13299         * nneething.el (nneething-map-file-directory): Derive from
13300         `gnus-directory'.
13301
13302         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13303         the To/Cc button.
13304
13305 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * nnmaildir.el (nnmaildir-request-accept-article):
13308         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13309
13310 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13311
13312         * gnus-async.el: Require timer-funcs at compile time when in
13313         XEmacs for `run-with-idle-timer'.
13314
13315 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13316
13317         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13318         autoloaded function.
13319
13320 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13321
13322         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13323
13324 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13325
13326         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13327
13328 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13329
13330         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13331         gnus-expert-user to default.
13332
13333 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13334
13335         * nnimap.el (nnimap-open-server): Ditto.
13336
13337         * imap.el (imap-authenticate): Fix typo.
13338
13339 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13340
13341         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13342         buffer (since IMAP server might return FETCH response out of
13343         order, and the nntp buffer must be sorted).
13344
13345 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13346
13347         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13348         comparison on string.
13349
13350         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13351         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13352         (gnus-agent-summary-fetch-series): Modified to protect against
13353         gnus-agent-summary-fetch-group clearing processable flags.
13354         (gnus-agent-synchronize-group-flags): Update live group buffer as
13355         synchronization may occur due to the user toggle the plugged
13356         status.
13357         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13358         successfully downloaded.
13359         (gnus-agent-expire-group-1): Avoid using markers when the overview
13360         is in ascending order; greatly improves performance.
13361         (gnus-agent-regenerate-group): Use
13362         gnus-agent-synchronize-group-flags to reset read status in both
13363         gnus and server.
13364         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13365
13366 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13367
13368         * message.el: Don't autoload former message-utils variables.
13369         (message-strip-subject-trailing-was): Change doc string.
13370
13371         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13372         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13373         (nnweb-google-search): Add "hl=en" here.
13374         (nnweb-google-parse-1, nnweb-google-create-mapping):
13375         Don't hardcode URL.
13376
13377 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13378
13379         * message.el (message-get-reply-headers, message-followup):
13380         Mention related variables `message-use-followup-to' and
13381         `message-use-mail-followup-to', in the information buffer.
13382
13383         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13384         of broken groups(-beta).google.com.
13385
13386 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13387
13388         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13389         parameter to invoked gnus-request-move-article; remove the
13390         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13391         all at once instead of once per article.
13392         (gnus-summary-remove-process-mark): Accept a list of articles as
13393         well as a single article for processing.
13394
13395         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13396         parameter.
13397
13398         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13399
13400         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13401
13402         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13403         parameter.
13404
13405         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13406         parameter.
13407
13408         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13409         parameter and remove the gnus-sum-hint-move-is-internal variable.
13410
13411         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13412         parameter.
13413
13414         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13415         parameter.
13416
13417         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13418         parameter.
13419
13420         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13421
13422         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13423         parameter.
13424
13425         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13426         parameter.
13427
13428 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13429
13430         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13431         a more conservative way.
13432
13433 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13434
13435         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13436         buffer, so it moves the window's cursor.
13437
13438 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13439
13440         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13441         `mm-dissect-multipart' and receive the from field as an (optional)
13442         argument from `mm-dissect-multipart'.
13443         (mm-dissect-multipart): Receive the from field as an argument and
13444         pass it on when we call `mm-dissect-buffer' on MIME parts.
13445         Fixes verification/decryption of signed/encrypted MIME parts.
13446
13447 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13448
13449         * gnus-sum.el (gnus-summary-move-article): Set
13450         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13451         whatever it calls (right now, only nnimap-request-move article
13452         respects it).
13453
13454         * nnimap.el (nnimap-request-move-article): When
13455         gnus-sum-hint-move-is-internal is set, don't do the extra
13456         nnimap-request-article.
13457
13458 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13459
13460         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13461
13462         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13463         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13464
13465         * gnus-sum.el (gnus-summary-caesar-message):
13466         Apply `gnus-treat-article' after rotation.
13467
13468         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13469         doc string.
13470
13471 2005-02-22  Simon Josefsson  <jas@extundo.com>
13472
13473         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13474         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13475         <arne@arnested.dk>.
13476         (encrypt): Add password-cache and password-cache-expiry as group
13477         members.
13478
13479 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13480
13481         * smime.el (smime-ldap-host-list): Doc fix.
13482         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13483         cache) password.
13484         (smime-sign-region): Use it.
13485         (smime-decrypt-region): Use it.
13486         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13487         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13488         fails.
13489         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13490         certificate from DER to PEM format rather than calling openssl.
13491
13492         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13493
13494         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13495         for signing/encryption.
13496
13497         * mml.el (mml-parse-1): Use them.
13498
13499 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13500
13501         * nnrss.el (nnrss-verbose): Removed.
13502         (nnrss-request-group): Use `nnheader-message' instead.
13503
13504 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13505
13506         * nnrss.el (nnrss-verbose): New variable.
13507         (nnrss-request-group): Make it say nnrss is requesting a group.
13508
13509 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13510
13511         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13512         Handle news URL with given port correctly.
13513
13514 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13517         containing special characters.
13518
13519         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13520
13521         * mml.el (mime-to-mml): Ditto.
13522
13523         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13524         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13525         (rfc2047-decode-region): Quote decoded words containing special
13526         characters when rfc2047-quote-decoded-words-containing-tspecials
13527         is non-nil.
13528
13529 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13530
13531         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13532
13533         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13534
13535 2005-02-15  Simon Josefsson  <jas@extundo.com>
13536
13537         * nnimap.el (nnimap-debug): Doc fix.
13538
13539         * imap.el (imap-debug): Doc fix.
13540
13541 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13544
13545 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13546
13547         * gnus.el (spam-contents): Improve docs for spam-contents
13548         parameter in its variable incarnation.
13549
13550 2005-02-14  Simon Josefsson  <jas@extundo.com>
13551
13552         * smime-ldap.el: Use require instead of load-library for ldap.
13553         (smime-ldap-search): Indent.
13554         (smime-ldap-search-internal): Shorten line.
13555
13556         * smime.el (smime-cert-by-dns): Add doc-string.
13557         (smime-cert-by-ldap-1): Indent.
13558
13559         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13560         mml-smime-get-dns-ldap.
13561         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13562
13563 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13564
13565         * smime.el: Require smime-ldap.
13566         (smime-ldap-host-list): New variable.
13567         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13568
13569         * mml-smime.el (mml-smime-encrypt-query): New function.
13570         (mml-smime-encrypt-query): Use it.
13571
13572         * smime-ldap.el: New file.
13573
13574 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13577
13578 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13581         argument in doc string.  Make query for type more clear.
13582
13583 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13584
13585         * gnus.el (gnus-group-startup-message): Search for gnus images in
13586         etc/images/gnus.
13587         * mm-util.el (mm-image-load-path): Likewise.
13588         * smiley.el (smiley-data-directory): Search for smilies in
13589         etc/images/smilies.
13590
13591 2005-02-09  Kim F. Storm  <storm@cua.dk>
13592
13593         Change Emacs release version from 21.4 to 22.1 throughout.
13594         Change Emacs development version from 21.3.50 to 22.0.50.
13595
13596 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13597
13598         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13599
13600         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13601         non-Mule XEmacs as well.
13602         (mm-decompress-buffer): Signal an error intentionally if it does
13603         not decompress compressed data because auto-compression-mode is
13604         disabled.
13605
13606 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13607
13608         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13609         an ID in the registry even if it has no groups.
13610
13611 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13614         merge it into mm-decompress-buffer.
13615         (gnus-mime-copy-part): Use the MIME part charset, the value which
13616         a user specified or gnus-newsgroup-charset for decoding, like
13617         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13618         save-buffer what was used.  Suggested by Kevin Ryde
13619         <user42@zip.com.au>.
13620         (gnus-mime-inline-part): Allow the name parameter as well as the
13621         filename parameter; force decompressing of compressed data; always
13622         display contents being not decoded as unibyte.
13623
13624         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13625         as well as the filename parameter.
13626
13627         * mm-util.el (mm-decompress-buffer): Merge
13628         gnus-mime-jka-compr-maybe-uncompress.
13629         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13630         of compressed data.
13631
13632 2005-02-08  Simon Josefsson  <jas@extundo.com>
13633
13634         * imap.el (imap-log): Doc fix.
13635
13636 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13639         the coding cookies; decompress compressed parts.
13640
13641         * mml.el (mml-generate-mime-1): Add the charset parameter according
13642         to the value which a user specified manually or the coding cookie.
13643
13644         * mm-util.el (mm-string-to-multibyte): New function.
13645         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13646         (mm-coding-system-to-mime-charset): New function.
13647         (mm-decompress-buffer): New function.
13648         (mm-find-buffer-file-coding-system): New function.
13649
13650         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13651         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13652         parts.
13653
13654 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13655
13656         * mm-view.el (mm-display-inline-fontify): Decode a part according
13657         to the charset parameter.
13658
13659 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13660
13661         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13662         prefix arg is neither nil nor a number, as info specifies.
13663
13664 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13667         timestamps.
13668
13669 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13670
13671         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13672         groups error checking and notify user.
13673
13674 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13675
13676         * message.el (message-send-mail-function): Check existence of
13677         sendmail-program first before using default value
13678         `message-send-mail-with-sendmail'.  Otherwise use more generic
13679         `smtpmail-send-it'.
13680
13681 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * nntp.el (nntp-request-update-info): Always return nil.
13684
13685 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13686
13687         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13688
13689 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13690
13691         * message.el (message-beginning-of-line): Change the behavior when
13692         invoked between BOL and : so that it first moves backward.
13693
13694 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13697         article buffer when editing of the article is discarded.
13698         (gnus-article-prepare): Revert.
13699
13700 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * gnus-art.el (gnus-article-prepare):
13703         Remove message-strip-forbidden-properties from the local hook.
13704
13705 2005-01-27  Simon Josefsson  <jas@extundo.com>
13706
13707         * password.el (password-cache-add): Only start one timer per key.
13708         Reported by Derek Atkins <warlord@MIT.EDU>.
13709
13710 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13711
13712         * run-at-time.el: Removed.  It is no longer needed as
13713         timer-funcs.el in the xemacs-base package has a working version of
13714         `run-at-time'.
13715
13716         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13717
13718         * password.el: Require timer-funcs instead of run-at-time in
13719         XEmacs.
13720         Remove `password-run-at-time' macro.
13721         (password-cache-add): Use `run-at-time' instead of
13722         `password-run-at-time'.
13723
13724         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13725         Remove `nnheader-cancel-function-timers' alias,
13726         `cancel-function-timers' exists in XEmacs in timer-funcs.
13727
13728         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13729         for `run-with-idle-timer'.
13730
13731         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13732         for `run-at-time'.
13733
13734         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13735         for `with-timeout'.
13736
13737         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13738         the same as for XEmacs 21.4.
13739         No need to ignore `run-with-idle-timer', this function exists in
13740         XEmacs now in timer-funcs.el in the xemacs-base package.
13741         (dgnushack-compile): No need to delete
13742         run-at-time.el from the list of files to compile because it
13743         doesn't exist anymore.
13744
13745 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13748         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13749
13750 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13751
13752         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13753         sensitively.
13754
13755 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13756
13757         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13758
13759 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13762         which will be inserted according to the multibyteness of a buffer
13763         rather than the type of contents.  Suggested by ARISAWA Akihiro
13764         <ari@mbf.ocn.ne.jp>.
13765
13766         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13767         of string which old xml.el may return rather than a string.
13768
13769 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13772
13773 2005-01-16  Simon Josefsson  <jas@extundo.com>
13774
13775         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13776         idn/idna.el isn't available.
13777         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13778         <michael@waxrat.com>.
13779
13780         * hashcash.el: Remove non-FSF copyright header.
13781
13782         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13783         (hashcash-generate-payment): Use it.
13784         (hashcash-generate-payment-async): Use it.
13785
13786 2005-01-15  Simon Josefsson  <jas@extundo.com>
13787
13788         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13789         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13790
13791         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13792         gnus-summary-idna-message.
13793         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13794         (gnus-summary-idna-message): New function.
13795
13796 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13797
13798         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13799         gnus-novice-user.
13800
13801 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13802
13803         * nnrss.el (nnrss-request-delete-group): Delete entries in
13804         nnrss-group-alist as well.
13805         (nnrss-save-server-data): Insert newline.
13806
13807 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13808
13809         * gnus.el (gnus-user-agent): Use list of symbols instead of
13810         symbols.  Display full version number for (S)XEmacs.  Optionally
13811         display (S)XEmacs codename.
13812
13813         * gnus-util.el (gnus-emacs-version): Update for new
13814         `gnus-user-agent'.
13815
13816         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13817         Gnus version.
13818
13819 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13820
13821         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13822         which is unreadable in some setups.
13823
13824 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * gnus-spec.el (gnus-update-format-specifications): Flush the
13827         group format spec cache if it doesn't support decoded group names.
13828
13829 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13830
13831         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13832         Allow to apply decay on score files matching a regexp.
13833
13834 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13837         compatibility in %g and %c.
13838
13839 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13842         name for only %g and %c.
13843         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13844         of gnus-tmp-group to decoded group name.
13845         (gnus-group-make-rss-group): Exclude `/'s from group names.
13846
13847 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * nnrss.el (nnrss-get-encoding): Fix regexp.
13850
13851 2004-12-27  Simon Josefsson  <jas@extundo.com>
13852
13853         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13854         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13855         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13856
13857 2004-12-17  Kim F. Storm  <storm@cua.dk>
13858
13859         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13860
13861         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13862
13863 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13864
13865         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13866
13867 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * nnrss.el: Require rfc2047 and mml.
13870         (nnrss-file-coding-system): New variable.
13871         (nnrss-format-string): Redefine it as an inline function.
13872         (nnrss-decode-group-name): New function.
13873         (nnrss-string-as-multibyte): Remove.
13874         (nnrss-retrieve-headers): Decode group name; don't use
13875         nnrss-format-string.
13876         (nnrss-request-group): Decode group name.
13877         (nnrss-request-article): Decode group name; allow a Message-ID as
13878         well as an article number; don't use nnrss-format-string; encode a
13879         Message-ID string which may contain non-ASCII characters; use
13880         mml-to-mime to compose a MIME article.
13881         (nnrss-request-expire-articles): Decode group name.
13882         (nnrss-request-delete-group): Decode group name.
13883         (nnrss-fetch): Clarify error message.
13884         (nnrss-read-server-data): Use insert-file-contents instead of load;
13885         bind file-name-coding-system; use multibyte buffer.
13886         (nnrss-save-server-data): Bind coding-system-for-write to the
13887         value of nnrss-file-coding-system; bind file-name-coding-system;
13888         add coding cookie.
13889         (nnrss-read-group-data): Use insert-file-contents instead of load;
13890         bind file-name-coding-system; use multibyte buffer.
13891         (nnrss-save-group-data): Bind coding-system-for-write to the
13892         value of nnrss-file-coding-system; bind file-name-coding-system.
13893         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13894         make it work with non-ASCII text.
13895         (nnrss-find-el): Make it work with old xml.el as well.
13896
13897 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13898
13899         * nnrss.el (nnrss-get-encoding): New function.
13900         (nnrss-fetch): Use unibyte buffer initially; bind
13901         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13902         decode contents according to the encoding attribute.
13903         (nnrss-save-group-data): Add coding cookie.
13904         (nnrss-mime-encode-string): New function.
13905         (nnrss-check-group): Use it to encode subject and author.
13906
13907 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13908
13909         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13910         imaginary variable.
13911
13912 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13915         correctly even if there are wide characters.
13916
13917 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13918
13919         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13920         downcased symbol names; make a new cache instead of reusing
13921         bbdb-hashtable.
13922
13923 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13926         concatenating segments rather than before concatenating them.
13927         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13928
13929         * message.el (message-get-reply-headers): Bind `extra'.
13930
13931 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13932
13933         * message.el (message-extra-wide-headers): New variable.
13934         (message-get-reply-headers): Use it.
13935
13936 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13939         (gnus-agent-group-pathname): Ditto.
13940
13941         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13942
13943         * gnus-group.el (gnus-group-make-group): Decode group name.
13944         (gnus-group-make-rss-group): Register the group data after opening
13945         the nnrss group.
13946
13947 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13948
13949         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13950         by expiry now get marked as read.
13951
13952 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13955
13956 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13957
13958         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13959         unify Latin characters in XEmacs.
13960         (mm-find-mime-charset-region): Use it.
13961
13962 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * gnus-util.el (gnus-delete-directory): New function.
13965
13966         * gnus-agent.el (gnus-agent-delete-group): Use it.
13967
13968         * gnus-cache.el (gnus-cache-delete-group): Use it.
13969
13970 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13973         names.
13974
13975 2004-12-16  Simon Josefsson  <jas@extundo.com>
13976
13977         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13978
13979 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13982
13983         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13984         (gnus-group-set-current-level): Decode group name.
13985
13986 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13987
13988         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13989         failed.
13990
13991 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * gnus-group.el (gnus-group-delete-group): Decode group name.
13994         (gnus-group-make-rss-group): Encode group name.
13995         (gnus-group-catchup-current): Decode group name.
13996         (gnus-group-kill-group): Decode group name.
13997
13998 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13999
14000         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14001
14002 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * gnus-group.el (gnus-group-make-rss-group):
14005         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14006
14007         * gnus-start.el (gnus-setup-news): Honor user's setting to
14008         gnus-message-archive-method.  Suggested by Lute Kamstra
14009         <lute@gnu.org>.
14010
14011 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14012
14013         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14014         global counterparts of the buffer-local variables.
14015
14016 2004-11-16  Romain Francoise  <romain@orebokech.com>
14017
14018         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14019         counterparts of the buffer-local variables.
14020
14021 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14022
14023         * message.el (message-forbidden-properties): Fixed typo in doc
14024         string.
14025
14026 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14027
14028         * gnus-util.el (gnus-replace-in-string): Added doc string.
14029
14030         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14031         to avoid problems when splitting mails with many recipients.
14032
14033 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14034
14035         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14036         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14037
14038 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14039
14040         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14041         if there is no hashtable in memory or file modification time is
14042         newer than cached timestamp.
14043
14044 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14047         not-matching option.
14048
14049 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14050
14051         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14052         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14053         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14054         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14055         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14056         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14057
14058 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * message.el (message-forward-make-body-mml): Remove headers
14061         according to message-forward-ignored-headers if a message is decoded.
14062
14063 2004-12-02  Romain Francoise  <romain@orebokech.com>
14064
14065         * message.el (message-forward-make-body-plain): Always remove
14066         headers according to message-forward-ignored-headers.
14067
14068 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14069
14070         * spam.el (spam-summary-prepare-exit): Remove the
14071         gnus-summary-limit pop for now, it has problems with ham marks for
14072         me.
14073
14074 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14075
14076         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14077         correctly.
14078
14079 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14080
14081         * format-spec.el (format-spec): Message the char.
14082
14083 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14084
14085         * gnus-art.el (gnus-split-methods): Reformat comments.
14086
14087         * spam.el (spam-summary-prepare-exit): Remove article limits
14088         before exiting the summary buffer.
14089
14090 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14093         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14094
14095         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14096         order to silence the byte compiler.
14097
14098         * spam.el: Fix the way to silence the byte compiler, which
14099         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14100         bbdb-search-simple, spam-BBDB-register-routine,
14101         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14102         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14103         spam-stat-buffer-is-spam, spam-stat-load,
14104         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14105         spam-stat-save and spam-stat-split-fancy.
14106
14107 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14110         which may confuse users.
14111         (canlock-password-for-verify): Ditto.
14112
14113         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14114
14115         * gnus-art.el (gnus-emphasis-alist): Ditto.
14116
14117         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14118
14119         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14120
14121         * gnus-start.el (gnus-save-killed-list): Ditto.
14122
14123         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14124         (gnus-sum-thread-tree-root): Ditto.
14125         (gnus-sum-thread-tree-false-root): Ditto.
14126         (gnus-sum-thread-tree-single-indent): Ditto.
14127
14128         * message.el (message-courtesy-message): Ditto.
14129         (message-archive-note): Ditto.
14130         (message-subscribed-address-file): Ditto.
14131         (message-user-fqdn): Ditto.
14132
14133         * spam-report.el (spam-report-gmane-regex): Ditto.
14134
14135         * spam.el (spam-blackhole-good-server-regex): Ditto.
14136
14137 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * mml.el (mml-preview): Widen the message buffer before copying
14140         the contents to the preview buffer; sort headers before previewing.
14141
14142         * message.el (message-hidden-headers): Fix the way to avoid a bug
14143         in the `repeat' widget in Emacs 21.3 or earlier.
14144
14145 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * message.el (message-hidden-headers): Default to "^References:".
14148         Improve customization type.  Suggested by Reiner Steib
14149         <Reiner.Steib@gmx.de>.
14150
14151 2004-11-25  Romain Francoise  <romain@orebokech.com>
14152
14153         * message.el (message-strip-forbidden-properties): Remove check for
14154         obsolete `message-hidden' text property, hidden headers are not
14155         accessible in the buffer anymore.
14156
14157 2004-11-22  Romain Francoise  <romain@orebokech.com>
14158
14159         * message.el (message-header-format-alist): Add `From' in list
14160         so that it can be sorted.
14161         (message-fix-before-sending): Widen and sort headers before
14162         sending.
14163         (message-hide-headers): Use narrowing to hide headers by moving
14164         them to the top of the buffer and narrowing to the region
14165         underneath.
14166
14167 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14168
14169         * message.el (message-strip-forbidden-properties): Bind
14170         buffer-read-only (etc) to nil.
14171
14172 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14175         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14176
14177 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14178
14179         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14180
14181 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14182
14183         * dns.el (query-dns): Use sit-for to time instead of
14184         accept-process-output, since that doesn't seem to work on udp
14185         sockets.
14186
14187 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14190
14191 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14192
14193         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14194         doc string.  Improve doc string.
14195
14196 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * nntp.el (nntp-request-update-info): Return nil if
14199         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14200         may not call gnus-activate-group which uselessly issues the GROUP
14201         commands for all nntp groups and wastes time.  Reported by Romain
14202         Francoise <romain@orebokech.com>.
14203
14204         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14205
14206 2004-11-15  Simon Josefsson  <jas@extundo.com>
14207
14208         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14209         headers separately.
14210         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14211         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14212
14213 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14214
14215         * gnus-start.el (gnus-convert-old-newsrc):
14216         Assign legacy-gnus-agent to 5.10.7.
14217
14218 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14219
14220         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14221         start of the lines.
14222
14223 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14224
14225         * hashcash.el (hashcash-default-payment): Change default to 20.
14226         (hashcash-default-accept-payment): Change default to 20.
14227         (hashcash-process-alist): New variable.
14228         (hashcash-generate-payment-async): Add.
14229         (hashcash-already-paid-p): Add.
14230         (hashcash-insert-payment): Don't generate payments twice.
14231         (hashcash-insert-payment-async): Add.
14232         (hashcash-insert-payment-async-2): Add.
14233         (hashcash-cancel-async): Add.
14234         (hashcash-wait-async): Add.
14235         (hashcash-processes-running-p): Add.
14236         (hashcash-wait-or-cancel): Add.
14237         (mail-add-payment): New optional argument.  Conditionally start
14238         asynchronous calculation.
14239         (mail-add-payment-async): Add.
14240
14241         * message.el (message-send-mail): Wait for asynchronous hashcash
14242         results.  Don't clobber existing X-Hashcash headers.
14243         (message-setup-1): Call mail-add-payment-async when
14244         message-generate-hashcash is non-nil.
14245
14246 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14247
14248         * message.el (message-use-alternative-email-as-from): Examine the
14249         From header as well; use message-make-from in order to include a
14250         user's full name.
14251
14252 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14255         default; improve customization type.
14256         (gnus-emphasis-custom-with-format): New macro.
14257         (gnus-emphasis-custom-value-to-external): New function.
14258         (gnus-emphasis-custom-value-to-internal): New function.
14259
14260 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14261
14262         * dns.el (query-dns): Resolve reverse addresses.
14263
14264 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14265
14266         * gnus-group.el (gnus-group-get-new-news): Use it.
14267
14268         * gnus-start.el (gnus-check-reasonable-setup): New function.
14269
14270 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14273         "Args out of range" error.  Reported by Arnaud Giersch
14274         <arnaud.giersch@free.fr>.
14275
14276 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14277
14278         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14279
14280 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14281
14282         * spam.el (spam group): Add :version.
14283
14284         * pgg-def.el (pgg group): Add :version.
14285
14286 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * gnus-art.el (gnus-article-edit-article): Don't associate the
14289         article buffer with a draft file.  This is a temporary measure
14290         against the 2004-08-22 change to gnus-article-edit-mode.
14291
14292 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14293
14294         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14295         (html2text-format-tags): Remove unused variable `attr'.
14296
14297 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14298
14299         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14300
14301         * tls.el (tls-process-connection-type, tls-success)
14302         (tls-certtool-program): Add :version.
14303
14304         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14305         (starttls-extra-arguments, starttls-process-connection-type)
14306         (starttls-connect, starttls-failure, starttls-success): Add :version.
14307
14308         * spam-stat.el (spam-stat): Add :version.
14309
14310         * sieve.el (sieve): Add :version.
14311
14312         * sha1.el (sha1): Add :version.
14313         (sha1-use-external): Remove redundant version.
14314
14315         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14316         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14317         (nnmail-split-fancy-match-partial-words)
14318         (nnmail-split-lowercase-expanded): Add :version.
14319
14320         * nndiary.el (nndiary): Add :version.
14321
14322         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14323
14324         * mml-sec.el (mml-default-sign-method)
14325         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14326         Add :version.
14327
14328         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14329
14330         * mm-url.el (mm-url-use-external, mm-url-program)
14331         (mm-url-arguments): Add :version.
14332
14333         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14334         (mm-attachment-file-modes, mm-decrypt-option)
14335         (mm-w3m-safe-url-regexp): Add :version.
14336
14337         * message.el (message-cite-prefix-regexp)
14338         (message-sendmail-envelope-from, message-minibuffer-local-map)
14339         (message-user-fqdn, message-completion-alist): Add :version.
14340
14341         * gnus-win.el (gnus-configure-windows-hook)
14342         (gnus-use-frames-on-any-display): Add :version.
14343
14344         * gnus-art.el (gnus-article-address-banner-alist)
14345         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14346         (gnus-treat-from-picon, gnus-treat-mail-picon)
14347         (gnus-treat-x-pgp-sig): Add :version.
14348
14349         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14350         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14351         (gnus-summary-article-delete-hook)
14352         (gnus-summary-display-while-building): Add :version.
14353
14354         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14355         (gnus-get-top-new-news-hook): Add :version.
14356
14357         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14358         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14359
14360         * gnus-registry.el (gnus-registry): Add :version.
14361
14362         * gnus-spec.el (gnus-use-correct-string-widths)
14363         (gnus-make-format-preserve-properties): Add :version.
14364
14365         * gnus.el (gnus-group-charter-alist)
14366         (gnus-group-fetch-control-use-browse-url)
14367         (gnus-install-group-spam-parameters): Add :version.
14368
14369         * gnus-diary.el (gnus-diary): Add :version.
14370
14371         * gnus-delay.el (gnus-delay): Add :version.
14372
14373         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14374         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14375         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14376         Add :version.
14377
14378         * gnus-agent.el (gnus-agent-max-fetch-size)
14379         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14380         (gnus-agent-prompt-send-queue): Add :version.
14381
14382         * deuglify.el (gnus-outlook-deuglify): Add :version.
14383
14384         * html2text.el: Beautify code.  Improve doc strings.  Some
14385         checkdoc cleanup.
14386         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14387
14388 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14389
14390         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14391
14392 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14395         when package is loaded.
14396
14397         * spam.el (spam-summary-score-preferred-header): Add global preference
14398         for people who want to override the default SpamAssassin over
14399         Bogofilter preference (when both are set).
14400         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14401         (spam-user-format-function-S): Check
14402         spam-summary-score-preferred-header.
14403         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14404         (spam-user-format-function-S): Format the score correctly.
14405
14406 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14407
14408         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14409         signature file.  Suggested by Manoj Srivastava
14410         <srivasta@golden-gryphon.com>.
14411
14412         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14413         iso-2022-jp even in the Japanese language environment.
14414         Suggested by Jason Rumney <jasonr@gnu.org>.
14415
14416 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14419         use the same characters as the dummy marks; make it free from
14420         getting affected by the language environment.
14421         (gnus-summary-read-group-1): Update mark positions only when the
14422         format spec is updated.
14423
14424         * gnus-spec.el (gnus-update-format-specifications): Return a list
14425         of updated types.
14426
14427 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14430         of boundp to check if display-warning is available.
14431
14432 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14433
14434         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14435
14436 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * nnspool.el (nnspool-spool-directory): Use news-path if the
14439         news-directory variable is not bound.
14440
14441         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14442         function instead of display-warning if it is not available.
14443
14444 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14447         v5-10: Use `point-at-bol'.
14448
14449 2004-10-26  Simon Josefsson  <jas@extundo.com>
14450
14451         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14452         <chenggao@gmail.com>.
14453
14454 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14455
14456         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14457         instead.
14458
14459 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14460
14461         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14462         to remove a server from the nnimap-server-buffer-alist.
14463         (nnimap-open-connection, nnimap-close-server): Use it.
14464
14465         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14466
14467 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14470         running the major-mode function.
14471
14472 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14473
14474         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14475         dummy marks in the right way.
14476
14477 2004-10-18  David Edmondson  <dme@dme.org>
14478
14479         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14480         excessively.
14481
14482 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14483
14484         * gnus-util.el (gnus-split-references): Accept a nil references
14485         string and go on blissfully.
14486
14487         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14488         cases where the references string is non-nil but has no references.
14489
14490         * encrypt.el: Add autoload tags.
14491
14492         * spam.el (spam-resolve-registrations-routine): Remove article
14493         from unregistration list too.  Reported by David Hanak
14494         <dhanak@isis.vanderbilt.edu>
14495
14496 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14499         nil.  Changed custom type.
14500
14501 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14502
14503         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14504
14505         * gnus-sum.el (gnus-summary-move-article): Use it.
14506
14507 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14508
14509         * encrypt.el: Add autoload cookies.
14510
14511         * spam.el (spam-backend-article-list-property)
14512         (spam-backend-get-article-todo-list)
14513         (spam-backend-put-article-todo-list)
14514         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14515         Resolve registrations separately.
14516         (spam-register-routine): Format comments.
14517         (spam-unregister-routine, spam-register-routine): Always call with
14518         specific-articles, no default list.
14519         (spam-summary-prepare-exit): Use the spam-classifications function.
14520
14521         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14522         gnus-encrypt.el.
14523
14524         * encrypt.el: Copied from gnus-encrypt.el.
14525
14526         * gnus-encrypt.el: Commented that it's obsolete.
14527
14528 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14529
14530         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14531         (gnus-score-save): Use it.
14532
14533         * message.el (message-bury): Use `window-dedicated-p'.
14534
14535 2004-10-15  Simon Josefsson  <jas@extundo.com>
14536
14537         * pop3.el (top-level): Don't require nnheader.
14538         (pop3-read-timeout): Add.
14539         (pop3-accept-process-output): Add.
14540         (pop3-read-response, pop3-retr): Use it.
14541
14542 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14543
14544         * spam.el (spam-register-routine): Move comment.
14545         (spam-verify-bogofilter): Use 'unknown for the initial
14546         spam-bogofilter-valid state, not 'never.
14547
14548         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14549         for netrc-machine.
14550
14551         * nnimap.el (nnimap-open-connection): Use
14552         netrc-machine-user-or-password.
14553
14554 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14555
14556         * gnus-registry.el (gnus-registry-unload-hook):
14557         Set as a variable with add-hook.
14558
14559         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14560         of news-path.
14561
14562         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14563
14564         * spam.el: Delete duplicate `provide'.
14565         (spam-unload-hook): Set as a variable with add-hook.
14566
14567 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14568
14569         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14570         in the doc string.
14571
14572         * message.el (message-ignored-news-headers)
14573         (message-ignored-supersedes-headers)
14574         (message-ignored-resent-headers)
14575         (message-forward-ignored-headers): Improve custom type.
14576
14577 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * message.el (message-tokenize-header): Fix 2004-09-06 change
14580         which used point-min in the wrong place.
14581
14582 2004-10-12  Simon Josefsson  <jas@extundo.com>
14583
14584         * tls.el (tls-certtool-program): New variable.
14585         (tls-certificate-information): New function, based on
14586         ssl-certificate-information.
14587
14588 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * compface.el: Move the version of ELisp-based uncompface program
14591         to the contrib directory because of the copyright problem.
14592
14593 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * message.el (message-kill-buffer): Raise the current frame.
14596
14597 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14600
14601         * gnus.el (message-y-or-n-p): Autoload.
14602
14603         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14604         (pop3-password-required, pop3-authentication-scheme)
14605         (pop3-leave-mail-on-server): Made customizable.
14606         (pop3): New custom group.
14607         (pop3-retr): Remove `sleep-for' statements.
14608         Suggested by Dave Love <fx@gnu.org>.
14609
14610         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14611         Windows/DOS.
14612
14613         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14614         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14615         Dave Love <fx@gnu.org>.
14616
14617         * mml.el (mml-minibuffer-read-disposition): Require match.
14618         Suggested by Dave Love <fx@gnu.org>.
14619
14620 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14623         doc string.
14624
14625 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14628
14629 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14630
14631         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14632         instead of calling `mm-insert-inline', to decode text/* parts
14633         before displaying them.
14634
14635 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * mm-uu.el (mm-uu-text-plain-type): New variable.
14638         (mm-uu-pgp-signed-extract-1): Use it.
14639         (mm-uu-pgp-encrypted-extract-1): Use it.
14640         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14641         bind mm-uu-text-plain-type with that value.
14642         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14643         mm-uu-dissect.
14644
14645 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14646
14647         * gnus-group.el (gnus-update-group-mark-positions):
14648         * gnus-sum.el (gnus-update-summary-mark-positions):
14649         * message.el (message-check-news-body-syntax):
14650         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14651         of string-as-multibyte.
14652
14653 2004-10-05  Juri Linkov  <juri@jurta.org>
14654
14655         * gnus-group.el (gnus-update-group-mark-positions):
14656         * gnus-sum.el (gnus-update-summary-mark-positions):
14657         * message.el (message-check-news-body-syntax):
14658         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14659         8-bit unibyte values to a multibyte string for search functions.
14660
14661 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14662
14663         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14664         (mm-uu-dissect-text-parts): New function.
14665
14666         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14667         dissect text parts.
14668
14669         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14670         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14671
14672         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14673
14674         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14675         gnus-current-topics instead of gnus-current-topic.
14676
14677 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14678
14679         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14680
14681 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14682
14683         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14684         where approriate.
14685
14686         * nnml.el (nnml-generate-active-info): do.
14687
14688         * nndiary.el (nndiary-generate-active-info): do.
14689
14690         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14691         (gnus-topic-move): do.
14692
14693         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14694         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14695
14696         * gnus-srvr.el (gnus-server-prepare)
14697         (gnus-server-open-all-servers): do.
14698
14699         * gnus-msg.el (gnus-summary-cancel-article)
14700         (gnus-summary-resend-message)
14701         (gnus-summary-mail-crosspost-complaint): do.
14702
14703         * gnus-move.el (gnus-change-server): do.
14704
14705         * gnus-group.el (gnus-group-unmark-all-groups)
14706         (gnus-group-set-current-level): do.
14707
14708 2004-10-04  Simon Josefsson  <jas@extundo.com>
14709
14710         * message.el (message-generate-hashcash): Doc fix.
14711
14712 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14713
14714         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14715         avoid infinite recursion via gnus-get-function.
14716
14717 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14718
14719         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14720
14721         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14722
14723         * nnmail.el (nnmail-split-history): do.
14724
14725         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14726         (nnml-request-delete-group): do.
14727
14728         * nnslashdot.el (nnslashdot-read-groups): do.
14729
14730         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14731         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14732
14733         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14734         (nnspool-sift-nov-with-sed): Use last.
14735         (nnspool-retrieve-headers-with-nov): Use mapc.
14736         (nnspool-request-newgroups): Use dolist.
14737         (nnspool-request-group): Use last.
14738
14739         * nntp.el (nntp-read-server-type): Use dolist.
14740
14741         * nnvirtual.el (nnvirtual-create-mapping)
14742         (nnvirtual-update-read-and-marked): Use dolist.
14743         (nnvirtual-convert-headers): Simplify.
14744
14745 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14746
14747         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14748         support for sync'ing tick marks.
14749
14750 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14753         there's no visible header.
14754
14755 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14756
14757         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14758         necessary, pass full group name to gnus-request-set-marks.
14759
14760 2004-10-01  Simon Josefsson  <jas@extundo.com>
14761
14762         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14763         acroread.
14764
14765 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14766
14767         * spam-report.el (spam-report-gmane): Fix interactive.
14768
14769         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14770
14771         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14772         when writing file.
14773         (gnus-agent-synchronize-flags): Don't default to being
14774         interactive.
14775
14776 2004-09-30  Simon Josefsson  <jas@extundo.com>
14777
14778         * message.el (message-generate-hashcash): Add.
14779         (message-send-mail): Use it, call mail-add-payment.
14780
14781 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14782
14783         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14784
14785 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14786
14787         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14788         gnus-requst-update-info with explicit code to sync the in-memory
14789         info read flags with the marks being sync'd to the backend.
14790
14791         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14792
14793 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14794
14795         * spam.el (spam-verify-bogofilter): Add new function.
14796         (spam-check-bogofilter)
14797         (spam-bogofilter-register-with-bogofilter): Use it.
14798         (spam-verify-bogofilter): Add small fixes.
14799
14800 2004-09-28  Simon Josefsson  <jas@extundo.com>
14801
14802         * hashcash.el (hashcash-generate-payment): Revert.
14803
14804 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14805
14806         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14807         gnus-extract-references instead of gnus-split-references.
14808
14809         * gnus-util.el (gnus-extract-references): Add new function, analogous
14810         to gnus-split-references but extracts only the message-ID without
14811         anything extra.
14812
14813         * hashcash.el (hashcash-generate-payment)
14814         (hashcash-check-payment): Do the right thing if hashcash-path is
14815         nil (because the hashcash program could not be found).
14816
14817         * spam.el (spam-use-hashcash): Remove comment.
14818
14819 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14820
14821         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14822         (gnus-cache-enter-article, gnus-cache-remove-article)
14823         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14824
14825         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14826
14827         * gnus-art.el (article-hide-boring-headers)
14828         (article-translate-strings, article-display-face)
14829         (gnus-article-mime-match-handle-first)
14830         (gnus-article-highlight-headers)
14831         (gnus-article-add-buttons-to-head): do.
14832
14833 2004-09-27  Simon Josefsson  <jas@extundo.com>
14834
14835         * hashcash.el: New version, from
14836         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14837         ../contrib/.
14838
14839 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14842
14843 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14844
14845         * gnus-dup.el (gnus-dup-open): Use mapc.
14846         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14847
14848         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14849         Reported by Stefan Wiens <s.wi@gmx.net>.
14850
14851         * gnus.el (gnus-shutdown): Use dolist.
14852
14853         * gnus-undo.el (gnus-undo): Use mapc.
14854
14855         * nnrss.el (nnrss-generate-active): do.
14856
14857         * message.el (message-cite-original-without-signature)
14858         (message-cite-original): Use mapc.
14859         (message-do-actions, message-make-forward-subject): Use dolist.
14860
14861 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14862
14863         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14864         deletion to remove entire duplicate line.  Fixes merged article
14865         number bug.
14866
14867 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14868
14869         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14870         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14871         first ask if you want to open a server and then, even when you
14872         responded with no, asking if you want to synchronize the server's
14873         flags.
14874         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14875         multi-line expressions.
14876         (gnus-agent-synchronize-group-flags): New internal function.
14877         Updates marks in memory (in the info structure) AND in the
14878         backend.
14879
14880         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14881
14882         * nnagent.el (nnagent-request-set-mark): Use
14883         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14884         method, to ensure that synchronization updates marks in the
14885         backend and in the info (in memory) structure.
14886
14887 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14890         convention fully; don't miss the root article of a thread; make
14891         the X-Draft-From header with correct article numbers.
14892
14893 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14894
14895         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14896         unless plugged.  Disable the agent so that an open failure causes
14897         an error.
14898
14899         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14900         Reverted 2004-09-21 change.  The backend must be opened while
14901         synchronizing flags even when the backend stores the flags
14902         locally.
14903
14904 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14905
14906         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14907         in `header' match.  Reported by Svend Tollak Munkejord.
14908
14909         * message.el (message-cite-original): Fix use of
14910         `message-cite-articles-with-x-no-archive'.
14911
14912 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14915         (gnus-window-to-buffer): Ditto.
14916
14917         * mml.el (mml-preview-buffer): New variable.
14918         (mml-preview): Manage window layout with gnus-buffer-configuration.
14919
14920         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14921         X-Draft-From header even if those articles aren't quoted.
14922
14923 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14924
14925         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14926         (gnus-request-set-mark, gnus-request-update-mark): Use new
14927         g-s-t-u-l-m to decide to use backend even when unplugged.
14928
14929 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14932         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14933
14934 2004-09-20  Simon Josefsson  <jas@extundo.com>
14935
14936         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14937         "utf-16-le".
14938
14939 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14940
14941         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14942
14943 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * uudecode.el (uudecode-use-external): Add :version.
14946
14947         * smime.el (smime-CA-file, smime-encrypt-cipher)
14948         (smime-dns-server): Add :version.
14949
14950         * smiley.el (gnus-smiley-file-types): Add :version.
14951
14952         * sha1.el (sha1-use-external): Add :version.
14953
14954         * pgg-def.el (pgg-query-keyserver): Add :version.
14955
14956         * nnmail.el (nnmail-fancy-expiry-targets)
14957         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14958         Add :version.
14959
14960         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14961         (nnimap-retrieve-groups-asynchronous): Add :version.
14962         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14963
14964         * mml.el (mml-content-disposition-parameters)
14965         (mml-insert-mime-headers-always): Add :version.
14966
14967         * mm-util.el (mm-coding-system-priorities): Add :version.
14968
14969         * mm-decode.el (mm-inline-text-html-with-images)
14970         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14971         (mm-verify-option): Add :version.
14972         (mm-text-html-renderer): Change :version.
14973
14974         * message.el (message-fcc-externalize-attachments)
14975         (message-required-headers, message-draft-headers)
14976         (message-subject-trailing-was-query)
14977         (message-subject-trailing-was-ask-regexp)
14978         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14979         (message-mark-insert-end, message-archive-header)
14980         (message-archive-note, message-cross-post-default)
14981         (message-cross-post-note, message-followup-to-note)
14982         (message-cross-post-note-function, message-use-mail-followup-to)
14983         (message-subscribed-address-functions)
14984         (message-subscribed-address-file, message-subscribed-addresses)
14985         (message-subscribed-regexps, message-allow-no-recipients)
14986         (message-yank-cited-prefix, message-signature-insert-empty-line)
14987         (message-hidden-headers, message-hierarchical-addresses)
14988         (message-mail-user-agent, message-use-idna)
14989         (message-valid-fqdn-regexp)
14990         (message-strip-special-text-properties, message-header-synonyms)
14991         (message-beginning-of-line, message-tab-body-function): Add :version.
14992         (message-insert-canlock, message-wide-reply-confirm-recipients):
14993         Change :version.
14994
14995         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14996         and :version.
14997         (mail-source-delete-old-incoming-confirm)
14998         (mail-source-movemail-program): Add :version.
14999
15000         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15001         (gnus-agent-cache, gnus-agent): Change :version.
15002
15003         * gnus-util.el (gnus-use-byte-compile): Change :version.
15004
15005         * gnus-sum.el (gnus-summary-make-false-root-always)
15006         (gnus-summary-default-high-score)
15007         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15008         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15009         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15010         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15011         (gnus-sum-thread-tree-single-indent)
15012         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15013         (gnus-sum-thread-tree-leaf-with-other)
15014         (gnus-sum-thread-tree-single-leaf): Add :version.
15015         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15016         (gnus-article-loose-mime): Change :version.
15017
15018         * gnus-start.el (gnus-backup-startup-file)
15019         (gnus-save-startup-file-via-temp-buffer): Add :version.
15020
15021         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15022         (gnus-server-offline-face): Add :version.
15023
15024         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15025
15026         * gnus-msg.el (gnus-gcc-externalize-attachments)
15027         (gnus-debug-files, gnus-debug-exclude-variables)
15028         (gnus-discouraged-post-methods): Change :version.
15029         (gnus-confirm-mail-reply-to-news)
15030         (gnus-confirm-treat-mail-like-news): Add :version.
15031
15032         * gnus-int.el (gnus-server-unopen-status): Add :version.
15033
15034         * gnus-group.el (gnus-group-jump-to-group-prompt)
15035         (gnus-large-ephemeral-newsgroup)
15036         (gnus-fetch-old-ephemeral-headers): Add :version.
15037
15038         * gnus-fun.el (gnus-x-face-directory)
15039         (gnus-convert-pbm-to-x-face-command)
15040         (gnus-convert-image-to-x-face-command)
15041         (gnus-convert-image-to-face-command): Add :version.
15042
15043         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15044
15045         * gnus-cite.el (gnus-cite-blank-line-after-header)
15046         (gnus-article-boring-faces): Add :version.
15047
15048         * gnus-art.el (gnus-buttonized-mime-types)
15049         (gnus-inhibit-mime-unbuttonizing)
15050         (gnus-treat-display-face)
15051         (gnus-treat-body-boundary): Change :version.
15052         (gnus-body-boundary-delimiter, gnus-picon-databases)
15053         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15054         (gnus-treat-date-english, gnus-treat-fold-headers)
15055         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15056         (gnus-treat-mail-picon, gnus-treat-wash-html)
15057         (gnus-article-encrypt-protocol)
15058         (gnus-use-idna, gnus-article-over-scroll)
15059         (gnus-mime-display-multipart-alternative-as-mixed)
15060         (gnus-mime-display-multipart-related-as-mixed)
15061         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15062         (gnus-ctan-url, gnus-button-ctan-handler)
15063         (gnus-button-handle-ctan-bogus-regexp)
15064         (gnus-button-ctan-directory-regexp)
15065         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15066         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15067         (gnus-button-man-level, gnus-button-emacs-level)
15068         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15069
15070         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15071         (gnus-agent-go-online): Change :version.
15072         (gnus-agent-expire-unagentized-dirs)
15073         (gnus-agent-auto-agentize-methods): Add :version.
15074
15075         * flow-fill.el (fill-flowed-display-column)
15076         (fill-flowed-encode-column): Add :version.
15077
15078         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15079         (gnus-outlook-deuglify-unwrap-max)
15080         (gnus-outlook-deuglify-cite-marks)
15081         (gnus-outlook-deuglify-unwrap-stop-chars)
15082         (gnus-outlook-deuglify-no-wrap-chars)
15083         (gnus-outlook-deuglify-attrib-cut-regexp)
15084         (gnus-outlook-deuglify-attrib-verb-regexp)
15085         (gnus-outlook-deuglify-attrib-end-regexp)
15086         (gnus-outlook-display-hook): Add :version.
15087
15088         * binhex.el (binhex-use-external): Add :version.
15089
15090 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15091
15092         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15093         and `invisible'.
15094
15095 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15096
15097         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15098         in gnus-registry-trim.
15099
15100 2004-09-13  Simon Josefsson  <jas@extundo.com>
15101
15102         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15103
15104         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15105
15106         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15107         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15108         <yamaoka@jpl.org>.
15109         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15110         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15111         <yamaoka@jpl.org>.
15112
15113         * sieve.el (sieve-manage-mode): Ditto.
15114
15115 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15116
15117         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15118
15119 2004-09-11  Simon Josefsson  <jas@extundo.com>
15120
15121         * dns-mode.el: Add.
15122
15123         * mm-view.el (mm-display-dns-inline): Add.
15124
15125         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15126         (mm-automatic-display): Ditto.
15127
15128         * mailcap.el (mailcap-mime-data): Add text/dns.
15129         (mailcap-mime-extensions): Map .soa to text/dns.
15130
15131 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15132
15133         * gnus-art.el (article-decode-mime-words, article-babel)
15134         (gnus-article-highlight-signature, gnus-article-add-buttons)
15135         (gnus-signature-toggle): Remove unnecessary bindings of
15136         `inhibit-read-only' inherited from v5.10 merge.
15137
15138 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * nntp.el (nntp): New customization group.
15141         (nntp-authinfo-file): Add customization group.
15142
15143         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15144
15145         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15146
15147         * gnus.el (to-address, to-list, subscribed)
15148         (large-newsgroup-initial): Ditto.
15149
15150         * flow-fill.el (fill-flowed-display-column)
15151         (fill-flowed-encode-column): Ditto.
15152
15153 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15154
15155         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15156         Use point-min rather than 1.
15157         (message-send-mail): Use buffer-size rather than point-max.
15158
15159         * gnus-sum.el (gnus-summary-search-article-forward):
15160         Signal a specific `search-failed' rather than a generic `error'.
15161
15162         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15163         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15164         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15165
15166 2004-09-10  Simon Josefsson  <jas@extundo.com>
15167
15168         * nndb.el (require): Remove tcp and duplicate cl.
15169
15170 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * gnus-agent.el (directory-files-and-attributes): Move forward.
15173
15174 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15175
15176         * gnus-agent.el (directory-files-and-attributes): Optionally
15177         defined to support XEmacs.
15178
15179 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15180
15181         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15182         to avoid run-time CL dependencies.
15183         (gnus-agent-unfetch-articles): New function.
15184         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15185         article numbers even when local .overview file is missing.
15186         (gnus-agent-read-article-number): New function.  Only accepts
15187         27-bit article numbers.
15188         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15189         gnus-agent-read-article-number.
15190         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15191         from backend while recognizing that article numbers in .overview
15192         must be valid.
15193         (gnus-agent-update-files-total-fetched-for): Use
15194         directory-files-and-attributes to improve performance.
15195         * gnus-int.el (gnus-request-move-article): Use
15196         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15197         improve performance.
15198
15199         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15200         some users confused by references to .newsrc when they only have a
15201         .newsrc.eld file.
15202         (gnus-convert-mark-converter-prompt)
15203         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15204         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15205         New function.  Used internally to only display 'gnus converting
15206         files' message when actually necessary.
15207
15208         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15209         methods now autoloaded.
15210
15211 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15214         identifiers.
15215
15216 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15217
15218         * gnus-picon.el: Fix indentation and closing parenthesis.
15219
15220 2004-09-01  Simon Josefsson  <jas@extundo.com>
15221
15222         * message.el (message-canlock-generate): Require sha1, not
15223         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15224         to require within a function.  Sadly, if sha1.el isn't loaded, the
15225         let binding in m-c-g will hide the defcustom definition, which is
15226         bad.)
15227
15228         * canlock.el: Require sha1, not sha1-el.
15229
15230         * message.el: Don't autoload sha1 (there is a autoload cookie in
15231         sha1.el).
15232
15233         * sha1-el.el: Renamed to sha1.el.
15234
15235 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15236
15237         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15238
15239 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15240
15241         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15242
15243 2004-08-30  Kim F. Storm  <storm@cua.dk>
15244
15245         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15246
15247         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15248         Add :group 'nnimap.
15249
15250 2004-08-30  Andreas Schwab  <schwab@suse.de>
15251
15252         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15253         ?* and ?\;.
15254
15255         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15256         and ?\' to symbol instead of whitespace.
15257
15258 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15261
15262         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15263         instead of re-search-forward.
15264
15265         * gnus-uu.el (gnus-uu-save-article): Ditto.
15266         (gnus-uu-post-encode-uuencode): Ditto.
15267
15268         * html2text.el (html2text-clean-list-items): Ditto.
15269         (html2text-clean-dtdd): Ditto.
15270         (html2text-format-tags): Ditto.
15271
15272         * message.el (message-send-mail-with-sendmail): Fix regexp.
15273         (message-fill-field-general): Use search-forward instead of
15274         re-search-forward.
15275         (unbold-region): Ditto.
15276
15277         * nnrss.el (nnrss-request-article): Ditto.
15278
15279         * nnslashdot.el (nnslashdot-request-article): Ditto.
15280
15281         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15282
15283         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15284         "Unrecognized menu descriptor" error in XEmacs.
15285
15286 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15287
15288         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15289         parent article of a sparse article in the thread hashtb.
15290
15291 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15292
15293         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15294         (nnmail-expand-newtext): Lowercase expanded entries if
15295         nnmail-split-lowercase-expanded is non-nil.
15296
15297 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15298
15299         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15300
15301         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15302         of gnus-tmp-news-method into string under XEmacs.  It will be
15303         passed to gnus-correct-length which takes only a string argument.
15304
15305 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-util.el (gnus-bind-print-variables): New macro.
15308         (gnus-prin1): Use it.
15309         (gnus-prin1-to-string): Use it.
15310         (gnus-pp): New function.
15311         (gnus-pp-to-string): New function.
15312
15313         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15314         Replace pp-to-string with gnus-pp-to-string.
15315         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15316         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15317         * gnus-msg.el (gnus-debug): Ditto.
15318         * gnus-score.el (gnus-score-save): Ditto.
15319         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15320         gnus-pp-to-string.
15321         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15322         with gnus-pp.
15323         * score-mode.el (gnus-score-pretty-print): Ditto.
15324         * webmail.el (webmail-debug): Ditto.
15325
15326 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * gnus-art.el (article-display-face, article-display-x-face):
15329         Use buffer-read-only.
15330
15331 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * gnus-art.el (article-hide-list-identifiers):
15334         Bind inhibit-read-only as t.
15335
15336 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15337
15338         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15339
15340 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15341
15342         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15343         (gnus-narrow-to-page): Don't assume point-min == 1.
15344         (gnus-article-edit-mode): Derive from message-mode.
15345
15346         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15347         point-min == 1.
15348
15349         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15350         Disable incorrect use of `assert'.
15351
15352         * message.el (message-mode): Set comment-start-skip.
15353
15354
15355 2004-08-22  Sam Steingold  <sds@gnu.org>
15356
15357         * pop3.el (pop3-leave-mail-on-server): New user variable.
15358         (pop3-movemail): Delete mail only when it is nil.
15359
15360 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15361
15362         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15363
15364         * mml.el (mml-preview): Use `pop-to-buffer'.
15365
15366         * message.el (message-goto-mail-followup-to): Insert after "To".
15367         (message-carefully-insert-headers): Add comment.
15368
15369         * gnus.el: Remove unused variable `gnus-article-check-size'.
15370
15371         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15372
15373         * gnus-art.el (gnus-button-alist): Improve
15374         `gnus-button-handle-library' entry.
15375
15376 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15377
15378         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15379         downcase, since XEmacs capitalizes error messages differently.
15380
15381 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15382
15383         * nntp.el: Add (require 'gnus) due to reference to
15384         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15385
15386 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15387
15388         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15389         `mm-fill-flowed'.
15390
15391         * mm-decode.el (mm-dissect-singlepart): Check it.
15392
15393 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15394
15395         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15396         'imap' for netrc parsing.
15397
15398 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * mailcap.el (mailcap-mime-data): Mark as risky.
15401
15402 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15405         may be included in the encoded word.
15406         (rfc2047-encode): Don't append a space if the encoded word
15407         includes close parenthesis.
15408
15409 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15412         of text within parentheses.
15413
15414 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15415
15416         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15417         (gnus-encrypt-write-file-contents): Make the password key the file
15418         name PLUS the cipher, not just the cipher.  Also remove failed
15419         passwords from the cache.
15420
15421 2004-08-06  Simon Josefsson  <jas@extundo.com>
15422
15423         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15424         fix.
15425
15426 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15429         LWSP.
15430
15431 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15432
15433         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15434         to append in-reply-to: data to the references: header.
15435
15436         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15437         (netrc-parse): Use gnus-encrypt.el functions.
15438
15439         * gnus-encrypt.el: Add new file for encryption support; currently
15440         does only a few GPG ciphers and an internal XOR cipher.
15441
15442         * password.el: Add comments on using password-read-and-add.
15443         (password-read-and-add): Add function to read and add the
15444         password to the cache at once.
15445
15446 2004-07-28  Simon Josefsson  <jas@extundo.com>
15447
15448         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15449         parameter (but don't use it, for now).
15450
15451         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15452         instead of hard coding to nil.
15453
15454 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15457         as mm-inline-image-xemacs does.
15458
15459 2004-07-26  Simon Josefsson  <jas@extundo.com>
15460
15461         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15462         Revert part of 2004-07-17 change below.
15463
15464 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15467         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15468
15469 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15470
15471         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15472         quotes that actually start with ">" at the beginning of the
15473         lines.
15474
15475 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * rfc2047.el (rfc2047-encode-region): Fix last change.
15478         (rfc2047-encode-parameter): Remove useless concat.
15479
15480 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15483         encode special characters; fix some kind of misconfigured headers;
15484         signal a real error if debug-on-quit or debug-on-error is non-nil.
15485         (rfc2047-encode-max-chars): New variable.
15486         (rfc2047-encode-1): Use it.
15487         (rfc2047-encode-parameter): New function.
15488
15489         * mml.el (mml-insert-parameter): Remove an excessive space.
15490
15491 2004-07-17  Simon Josefsson  <jas@extundo.com>
15492
15493         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15494         Kai Grossjohann <kai@emptydomain.de>.
15495         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15496         (gnus-group-make-menu-bar): Ditto.
15497
15498         * gnus-util.el (gnus-group-server): Add.
15499
15500 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15501
15502         * message.el (message-clone-locals): Clone sendmail and smtp
15503         variables.
15504
15505 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * rfc2047.el (rfc2047-encode-region): Fix last change.
15508
15509 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15512         characters as non-special.
15513
15514 2004-07-09  Simon Josefsson  <jas@extundo.com>
15515
15516         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15517         Users will lose all flag changes made while unplugged with
15518         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15519         good default.  See numerous reports on ding mailing list.
15520
15521 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15522
15523         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15524         add generate-head-function and generate-article-function to the
15525         rfc822-forward entry.
15526         (nndoc-rfc822-forward-generate-article): New function.
15527         (nndoc-rfc822-forward-generate-head): New function.
15528
15529         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15530
15531 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15532
15533         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15534         respect display group parameter and gnus-summary-expunge-below.
15535         (gnus-articles-to-read): Remove unused reference to display group
15536         parameter.
15537
15538 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15539
15540         * nnheader.el (nnheader-uniquify-message-id): New experimental
15541         variable.
15542         (nnheader-nov-read-message-id): Use it.
15543
15544         * spam-report.el (spam-report-gmane): Add interactive.
15545
15546 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15549         qp-or-base64 for the application/* types.
15550
15551 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15552
15553         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15554
15555 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15556
15557         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15558         trim value.
15559
15560 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15561
15562         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15563         New macro and function.
15564         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15565
15566 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15569         after-load-alist.
15570
15571 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15572
15573         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15574         update info that isn't there.
15575
15576 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15577
15578         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15579         entry.
15580
15581 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * mm-view.el (mm-inline-render-with-function): Use multibyte
15584         buffer; decode html source by charset.
15585
15586         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15587
15588         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15589         Mule-UCS is loaded under XEmacs.
15590         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15591
15592 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15593
15594         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15595
15596 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15597
15598         * mm-util.el (mm-coding-system-p): Return a coding-system.
15599         (mm-mime-mule-charset-alist): Use shift_jis instead of
15600         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15601         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15602         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15603         instead of japanese-shift-jis and iso-latin-1 respectively in
15604         order to share the default value with both Emacs and XEmacs-mule.
15605         (mm-mule-charset-to-mime-charset): Make
15606         mm-coding-system-priorities effective.
15607         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15608         while predicating of candidates upon the priorities.
15609
15610 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15611
15612         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15613         gnus-uu-invert-processable.
15614
15615         * gnus.el: Autoload gnus-uu-invert-processable.
15616
15617 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15618
15619         * mm-util.el (mm-with-multibyte-buffer): New macro.
15620
15621         * rfc2047.el (rfc2047-encode-string): Use it.
15622         (rfc2047-encode-region): Move point to the end of the region after
15623         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15624
15625 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15628         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15629
15630 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15633         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15634         Karl Chen <quarl@nospam.quarl.org>.
15635
15636 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15637
15638         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15639         invalid addresses.
15640
15641 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15642
15643         * spam.el: Change section markers, revise TODO list.
15644         (spam-backends): Make new master list of all installed backends.
15645         (spam-summary-exit-behavior): Add new variable to determine how
15646         messages moves are done at summary exit.
15647         (spam-move-spam-nonspam-groups-only)
15648         (spam-process-ham-in-nonham-groups)
15649         (spam-process-ham-in-spam-groups): Remove variables, the
15650         spam-summary-exit-behavior variable should be used to manage this
15651         behavior.
15652         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15653         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15654         and spam-old-spam-articles.
15655         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15656         Add empty variables, placeholders for the backends they represent.
15657         (spam-set-difference): Move, unchanged.
15658         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15659         unless the user has a processor variable.
15660         (spam-classifications, spam-classification-valid-p)
15661         (spam-backend-properties, spam-backend-property-valid-p)
15662         (spam-backend-function-type-valid-p)
15663         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15664         (spam-report-articles-gmane, spam-report-articles-resend):
15665         Remove functions, they are not needed.
15666         (spam-install-backend-super, spam-backend-list)
15667         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15668         (spam-backend-function, spam-backend-ham-registration-function)
15669         (spam-backend-spam-registration-function)
15670         (spam-backend-ham-unregistration-function)
15671         (spam-backend-spam-unregistration-function)
15672         (spam-backend-statistical-p, spam-backend-mover-p)
15673         (spam-install-backend-alias, spam-install-checkonly-backend)
15674         (spam-install-mover-backend, spam-install-nocheck-backend)
15675         (spam-install-backend, spam-install-statistical-backend)
15676         (spam-install-statistical-checkonly-backend): Add backend installation
15677         support.
15678         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15679         (spam-group-processor-p): Use the new backend code and respect the
15680         summary exit behavior.
15681         (spam-mark-spam-as-expired-and-move-routine): Remove.
15682         (spam-summary-prepare): Change to use the new spam-old-articles
15683         variable.
15684         (spam-copy-or-move-routine, spam-copy-spam-routine)
15685         (spam-move-spam-routine, spam-copy-ham-routine)
15686         (spam-move-ham-routine): Add code to copy/move ham or spam.
15687         (spam-fetch-field-fast): Improve doc and code, plus allow the
15688         'number request.
15689         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15690         variables.
15691         (spam-split, spam-find-spam): Use the new backend code.
15692         (spam-registration-functions): Remove variable.
15693         (spam-unregister-routine): Add convenience wrapper.
15694         (spam-log-undo-registration, spam-register-routine)
15695         (spam-log-processing-to-registry)
15696         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15697         where possible.
15698         (spam-check-gmane-xref, spam-check-regex-headers)
15699         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15700         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15701         (spam-check-bogofilter-headers, spam-check-spamoracle)
15702         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15703         (spam-check-crm114-headers): Use the spam-split-group that
15704         spam-split prepares, no need to determine it every time.
15705
15706         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15707         to the nnheader-parse-naked-head call.
15708
15709         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15710
15711         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15712         the nnheader-nov-read-message-id call.
15713
15714 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15717         gnus-activate-group twice.  Suggested by Markus Peter
15718         <warp@spin.de>.
15719
15720 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * gnus-art.el (gnus-article-time-format): Exchange the order of
15723         day and month in the default value; fix customization type.
15724         (article-date-ut): Use add-text-properties.
15725         (article-make-date-line): Use message-make-date instead of
15726         current-time-string.
15727
15728         * message.el (message-fetch-field): Don't use set-text-properties.
15729         (message-make-date): Simplify.
15730
15731         * messagexmas.el (message-xmas-make-date): New function.
15732         (message-xmas-redefine): Defalias message-make-date to it.
15733
15734 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15737         (rfc2047-encode-region): Treat text within parentheses as special;
15738         show the original text when error has occurred.
15739
15740         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15741         already-computed method to gnus-activate-group.
15742
15743         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15744         same select-methods identical Lisp objects.
15745
15746         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15747         object when modifying the info.
15748
15749 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15752         gnus-opened-servers since it has never been opened with the new
15753         configuration yet.
15754
15755 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15756
15757         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15758         arg to nnheader-generate-fake-message-id.
15759
15760 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15761
15762         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15763         number and build a fake message ID localized to a group and
15764         article number (so it's repeatable from that point on).
15765         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15766         ID format.
15767
15768         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15769         nnheader-generate-fake-message-id with the article number.
15770
15771 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15772
15773         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15774         end-of-buffer.
15775
15776 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15777
15778         * message.el (message-ignored-supersedes-headers): Add Approved.
15779
15780 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15783         goto-char.
15784         (rfc2047-encode): Fold the line before encoding.
15785
15786 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15787
15788         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15789         folding -- not all headers can be folded, and this should be done
15790         by the message composition mode.  Probably.  I think.
15791
15792 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15793
15794         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15795         fast.
15796
15797         * gnus-ems.el (gnus-remove-image): Don't use
15798         message-text-with-property; remove only the image found first.
15799
15800         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15801         found first.
15802
15803 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15804
15805         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15806
15807 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15808
15809         * message.el (message-text-with-property): Make it fast and accept
15810         optional arguments.
15811         (message-strip-forbidden-properties): Use it.
15812         (message-fix-before-sending): Follow the m-t-w-p change.
15813
15814         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15815
15816 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * gnus-art.el (article-hide-headers): Don't change the buffer
15819         mistakenly when performing mml-preview even if
15820         gnus-single-article-buffer is nil.
15821
15822 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15823
15824         * message.el (message-expand-name-databases): New user option.
15825         (message-expand-name): Use it.
15826
15827 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15828
15829         * spam.el (spam-report-articles-resend)
15830         (spam-report-resend-register-routine): Allow ham reporting.
15831         (spam-report-resend-register-ham-routine): Add wrapper.
15832         (spam-registration-functions): Add ham resending functions.
15833         (spam-list-of-processors): Add ham resend processor.
15834
15835         * gnus.el (ham-resend-to): Add new group parameter.
15836         (spam-process): Add ham resend option.
15837
15838         * spam-report.el (spam-report-resend): Allow reporting ham.
15839         (spam-report-resend-ham): Add wrapper.
15840
15841 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15842
15843         * message.el (message-cite-articles-with-x-no-archive): New
15844         variable.
15845         (message-cite-original): Use it.
15846
15847 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15848
15849         * message.el (message-cite-original): Respect X-No-Archive.
15850
15851 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * gnus-art.el (article-hide-headers): Refer to the values for
15854         gnus-ignored-headers and gnus-visible-headers in the summary
15855         buffer since a user may have set them as group parameters.
15856
15857 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15858
15859         * assistant.el (assistant-node-name): Add convenience function.
15860         (assistant-render-text, assistant-render-node): Add error handling,
15861         plus handle multiple next nodes.
15862         (assistant-find-next-node): Comment out for now.
15863         (assistant-find-next-nodes): Add function, returns list of next
15864         nodes.
15865
15866 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15867
15868         * mail-source.el (mail-source-directory): Fix doc-string.
15869
15870 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15871
15872         * assistant.el (assistant-render-text, assistant-eval): Add :set
15873         widget type, which is different because it takes and returns a
15874         list.  Much hilarity ensues.
15875
15876 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15877
15878         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15879
15880         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15881         doc-string.
15882
15883         * gnus-start.el (gnus-activate-group): Added doc-string.
15884
15885 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15888
15889 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15890
15891         * assistant.el (assistant-render-text): Try to add a :set
15892         widget, more to come.
15893
15894         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15895         strings.
15896         (spam-report-articles-resend)
15897         (spam-register-routine): Do registration iff any articles warrant
15898         it.
15899         (spam-summary-prepare-exit): Change log message for nil group
15900         destinations.
15901
15902 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15903
15904         * spam.el (spam-report-resend-register-routine): Allow
15905         spam-report-resend-to to be a group parameter or a global value.
15906
15907 2004-05-26  Simon Josefsson  <jas@extundo.com>
15908
15909         * starttls.el: Merge with my GNUTLS based starttls.el.
15910         (starttls-gnutls-program, starttls-use-gnutls)
15911         (starttls-extra-arguments, starttls-process-connection-type)
15912         (starttls-connect, starttls-failure, starttls-success): New
15913         variables.
15914         (starttls-program, starttls-extra-args): Doc fix.
15915         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15916         functions.
15917         (starttls-negotiate, starttls-open-stream): Check
15918         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15919         function if it is set.
15920
15921 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15924         structured fields.
15925
15926 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15927
15928         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15929
15930 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15931
15932         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15933         variable.
15934         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15935         assigning the spam-mark to new messages.
15936
15937 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15938
15939         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15940
15941 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15944
15945         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15946         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15947         default.
15948
15949 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15950
15951         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15952         correct data.
15953
15954 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15955
15956         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15957         (spam-group-processor-p): Fix function.
15958         (spam-group-processor-multiple-p)
15959         (spam-group-spam-processor-report-gmane-p)
15960         (spam-group-spam-processor-report-resend-p)
15961         (spam-group-spam-processor-bogofilter-p)
15962         (spam-group-spam-processor-blacklist-p)
15963         (spam-group-spam-processor-ifile-p)
15964         (spam-group-ham-processor-ifile-p)
15965         (spam-group-spam-processor-spamoracle-p)
15966         (spam-group-spam-processor-crm114-p)
15967         (spam-group-ham-processor-bogofilter-p)
15968         (spam-group-spam-processor-stat-p)
15969         (spam-group-ham-processor-stat-p)
15970         (spam-group-ham-processor-whitelist-p)
15971         (spam-group-ham-processor-BBDB-p)
15972         (spam-group-ham-processor-spamoracle-p)
15973         (spam-group-ham-processor-copy-p): Remove functions with some
15974         prejudice against unneeded code.
15975         (spam-report-articles-resend)
15976         (spam-report-resend-register-routine): Allow the group/topic
15977         spam-resend-to value to override spam-report-resend-to.
15978         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15979         properly now.
15980
15981         * gnus.el (spam-resend-to): Add group/topic parameter.
15982         (spam-process): Move the OBSOLETE processors to the end of the
15983         choices.
15984
15985 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15986
15987         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15988         with resend-to set to nil, and then ask the user if necessary.
15989         (spam-report-resend): spam-report-resend takes a list of articles, not
15990         separate article numbers.
15991
15992 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15995         addition to emacs-w3m.
15996
15997 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15998
15999         * assistant.el (assistant-authinfo-data): New function.
16000         (assistant-eval): Eval for entire assistant.
16001
16002         * netrc.el (netrc-services-file): New variable.
16003         (netrc-parse-services): New function.
16004         (netrc-find-service-name): New function.
16005         (netrc-find-service-number): New function.
16006         (netrc-port-equal): New function.
16007         (netrc-machine): Use it.
16008
16009         * nnimap.el (nnimap-open-connection): Use netrc.
16010
16011         * gnus-util.el (gnus-netrc-get): Remove aliases.
16012
16013         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16014
16015         * assistant.el (wid-edit): Fix compilation.
16016
16017         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16018
16019 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16020
16021         * gnus-util.el (gnus-set-file-modes): New function.  (small
16022         patch).
16023
16024 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16025
16026         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16027
16028         * assistant.el (assistant-render-node): Fix up rendering and
16029         read-only text.
16030         (assistant-render-node): Reset.
16031         (assistant-make-read-only): Not sticky.
16032
16033 2004-05-20  Danny Siu  <dsiu@adobe.com>
16034
16035         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16036         centered even when gnus-auto-center-summary is t.
16037
16038 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16039
16040         * dns.el (dns-get-txt-answer): New function.
16041         (dns-read-txt): Ditto.
16042         (query-dns): Use it.
16043
16044 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16047         active for foreign groups even if the group level is higher than
16048         the specified value.
16049
16050 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16051
16052         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16053         non-active groups.
16054
16055         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16056
16057 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16058
16059         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16060
16061 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16062
16063         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16064         (spam-crm114-header, spam-crm114-spam-switch)
16065         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16066         (spam-crm114-positive-spam-header)
16067         (spam-crm114-database-directory, spam-list-of-processors)
16068         (spam-group-spam-processor-crm114-p)
16069         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16070         (spam-generic-score, spam-list-of-checks)
16071         (spam-list-of-statistical-checks, spam-registration-functions)
16072         (spam-check-crm114-headers, spam-crm114-score)
16073         (spam-check-crm114, spam-crm114-register-with-crm114)
16074         (spam-crm114-register-spam-routine)
16075         (spam-crm114-unregister-spam-routine)
16076         (spam-crm114-register-ham-routine)
16077         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16078         asjo@koldfront.dk (Adam Sjøgren).
16079
16080         * gnus.el: Add spam-use-crm114.
16081
16082         * spam.el (spam-list-of-processors, spam-registration-functions):
16083         Add spam-use-resend.
16084         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16085         (spam-report-articles-gmane): Add doc fix.
16086         (spam-report-articles-resend, spam-report-resend-register-routine):
16087         Add wrappers around spam-report-resend-to.
16088
16089         * spam-report.el (spam-report-resend-to, spam-report-resend):
16090         Add support for resending spam.
16091         (spam-report-gmane): Fix line length >80.
16092
16093         * gnus.el (spam-process): Add spam-use-resend.
16094
16095 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16096
16097         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16098         number of processed spam messages.
16099         (spam-ham-copy-or-move-routine): Return the number of processed
16100         ham messages.
16101         (spam-summary-prepare-exit): Use the above values to decide
16102         whether status messages shouled be displayed.
16103
16104 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16107         `rfc2047-encoding-function-alist' in order to avoid conflicting
16108         with the old version.
16109         (rfc2047-encode-region): Concatenate words containing non-ASCII
16110         characters in structured fields; don't encode space-delimited
16111         ASCII words even in unstructured fields; don't break words at
16112         char-category boundaries.
16113         (rfc2047-encode-1): New function.
16114         (rfc2047-encode): Use it; encode text so that it occupies the
16115         maximum width within 76-column; work correctly on Q encoding for
16116         iso-2022-* charsets.
16117         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16118         sure not to break a line just after the header name.
16119         (rfc2047-b-encode-region): Removed.
16120         (rfc2047-b-encode-string): New function.
16121         (rfc2047-q-encode-region): Removed.
16122         (rfc2047-q-encode-string): New function.
16123
16124         * mm-util.el (mm-replace-in-string): New function.
16125
16126 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16127
16128         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16129         get it right.
16130         (gnus-inews-make-draft): Really.
16131
16132 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16133
16134         * nnmh.el (nnmh-request-list-1): Don't check the link count
16135         before descending.  (small patch)
16136
16137 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16138
16139         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16140         stuff.
16141
16142         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16143         on real group name.
16144
16145         * gnus-art.el (gnus-signature-limit): Doc fix.
16146
16147         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16148
16149         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16150
16151 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16152
16153         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16154         isn't a string.
16155
16156 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16157
16158         * gnus-draft.el (gnus-draft-send): Bind
16159         rfc2047-encode-encoded-words.
16160
16161         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16162         (rfc2047-encodable-p): Say that =? needs encoding.
16163         (rfc2047-encode-encoded-words): New variable.
16164
16165         * gnus-group.el (gnus-group-select-group): Doc fix.
16166
16167         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16168
16169         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16170         to nil.
16171
16172         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16173
16174         * nnheader.el (nnheader-get-lines-and-char): New function.
16175
16176 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16177
16178         * gnus-msg.el (gnus-summary-followup-with-original): Document
16179         yanking of region when active.
16180
16181 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16184         groups if the group level is higher than the specified value.
16185
16186 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16187
16188         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16189         (gnus-group-jump-to-group): Added prefix argument using
16190         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16191         non-active group.
16192
16193         * compface.el (uncompface): Be verbose when changing
16194         `uncompface-use-external'.
16195
16196         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16197         handle manual section.
16198
16199 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16200
16201         * gnus-art.el (gnus-button-alist): Revert previous change.
16202
16203 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16204
16205         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16206
16207 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16208
16209         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16210         whether backend can accept message.
16211
16212         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16213
16214 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16215
16216         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16217         Avoid creating directory when nntp-marks-is-evil is true.
16218         Reported by Reiner Steib.
16219
16220 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16221
16222         * gnus-picon.el (gnus-picon-style): New variable.
16223         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16224         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16225         Jesper Harder <harder@ifa.au.dk>.
16226
16227 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16228
16229         * message.el (message-fill-field): Return point.
16230         (message-generate-headers): Go to end of field.
16231
16232         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16233         stuff for non-living groups.
16234
16235 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16236
16237         * gnus-art.el (gnus-article-followup-with-original)
16238         (gnus-article-reply-with-original): gnus-mark-active-p ->
16239         gnus-region-active-p.
16240
16241 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16242
16243         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16244         only when there is spam or ham to be processed.
16245
16246 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16247
16248         * mail-source.el (mail-source-delete-crash-box): Refactor.
16249         (mail-source-fetch): Use it.
16250         (mail-source-fetch-file): Ditto.
16251         (mail-source-fetch-directory): Run postscript in loop.
16252         (mail-source-fetch-pop): Delete.
16253         (mail-source-fetch-maildir): Ditto.
16254         (mail-source-fetch-imap): Ditto.
16255
16256         * imap.el (imap-authenticators): Comment out sasl.
16257
16258         * message.el (message-skip-to-next-address): New function.
16259         (message-fill-header-address): Refactor.
16260         (message-fill-address): Use it.
16261         (message-delete-address): Use it.
16262         (message-fill-header-general): Refactor.
16263         (message-fill-field-address): Rename.
16264         (message-narrow-to-field): Find the start of the header.
16265         (message-header-format-alist): Don't pre-fill.
16266         (message-fill-header): Removed.
16267         (message-insert-header): New function.
16268         (message-shorten-references): Use it.
16269
16270         * rfc2047.el (rfc2047-field-value): Strip props.
16271
16272         * mail-parse.el (mail-header-make-address): New alias.
16273
16274         * ietf-drums.el (ietf-drums-make-address): New function.
16275
16276         * imap.el: Add compiler directives.
16277
16278         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16279
16280         * gnus-art.el (article-decode-idna-rhs): Don't use
16281         message-idna-inside-rhs-p.
16282
16283 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16284
16285         * message.el (message-idna-inside-rhs-p): Removed.
16286         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16287
16288         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16289         false positives.
16290
16291 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16292
16293         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16294
16295 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16296
16297         * nneething.el (nneething-file-name): Don't create spurious
16298         files.
16299
16300         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16301         (gnus-inews-do-gcc): Remove sleep.
16302
16303         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16304         part under point.
16305
16306         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16307         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16308
16309 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16310
16311         * spam.el (spam-summary-prepare-exit): Fixed (length).
16312
16313 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16314
16315         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16316         as expired without moving it" message when there are spam
16317         messages left.
16318
16319 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16320
16321         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16322         header is not nil.
16323
16324 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16325
16326         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16327         nntp-possibly-create-directory, not nntp-possibly-change-group.
16328         (nntp-marks-changed-p): New arg SERVER.
16329         (nntp-request-update-info): Adjust caller.
16330
16331 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16332
16333         * nntp.el (nntp-save-marks): Pass missing arg.
16334
16335 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16336
16337         * nntp.el: Support marks.
16338         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16339         (nntp-marks-modtime, nntp-marks-directory): New variables.
16340         (nntp-request-set-mark, nntp-request-update-info)
16341         (nntp-possibly-create-directory, nntp-marks-changed-p)
16342         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16343         functions.
16344
16345 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16346
16347         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16348         (gnus-xmas-redefine): Rename.
16349
16350         * gnus-score.el (gnus-score-insert-help): Use
16351         gnus-select-lowest-window.
16352
16353         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16354         appt-select-lowest-window and rename to gnus-select-lowest-window.
16355
16356         * gnus.el: do.
16357
16358 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16359
16360         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16361         encodings of MIME-encoded words, in order to improve
16362         interoperability with several broken MUAs.
16363
16364 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16365
16366         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16367         tags, only when charsets are not specified in headers.
16368         (mm-inline-text-html-render-with-w3m): Ditto.
16369
16370         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16371         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16372
16373 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16374
16375         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16376         instead of MIME-decoded from fields when checking
16377         `gnus-article-address-banner-alist'.
16378
16379 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16380
16381         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16382         description rather than subject.
16383
16384 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16385
16386         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16387
16388 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16389
16390         * gnus.el (gnus-version-number): Bump.
16391
16392 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16393
16394         * gnus.el: No Gnus v0.2 is released.
16395
16396 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16397
16398         * gnus-agent.el (gnus-agent-read-agentview): Inline
16399         gnus-uncompress-range.
16400
16401 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16402
16403         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16404         `exec-installed-p'.
16405
16406 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16407
16408         * gnus.el (spam-process, spam-autodetect-methods): Add
16409         bsfilter and bsfilter-headers.
16410
16411         * spam.el (spam-bsfilter): New customize group.
16412         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16413         (spam-bsfilter-header, spam-bsfilter-probability-header)
16414         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16415         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16416         (spam-bsfilter-database-directory): New options.
16417         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16418         (spam-list-of-statistical-checks, spam-registration-functions):
16419         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16420         (spam-bsfilter-score): New command.
16421         (spam-check-bsfilter-headers, spam-check-bsfilter)
16422         (spam-bsfilter-register-with-bsfilter)
16423         (spam-bsfilter-register-spam-routine)
16424         (spam-bsfilter-unregister-spam-routine)
16425         (spam-bsfilter-register-ham-routine)
16426         (spam-bsfilter-unregister-ham-routine): New functions.
16427         (spam-generic-score): Support bsfilter; Accept an optional argument
16428         to recalcurate spam score even if scoring header has already been
16429         added.
16430         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16431         optional argument to recalcurate spam score even if scoring header
16432         has already been added.
16433
16434 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16435
16436         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16437         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16438         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16439         link is missing.
16440
16441 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16442
16443         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16444         (html2text-get-attr): Rewrite.
16445
16446         * message.el (message-setup-1): Remove redundant put-text-property
16447         on mail-header-separator.
16448
16449 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16450
16451         * gnus-registry.el (gnus-registry-cache-whitespace)
16452         (gnus-registry-action, gnus-registry-spool-action)
16453         (gnus-registry-split-fancy-with-parent): Change message levels
16454         from 5 to 3 or 7, as needed.
16455
16456         * spam.el (spam-summary-prepare-exit)
16457         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16458         (spam-split, spam-find-spam, spam-log-undo-registration)
16459         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16460         level from 5 to 6.
16461
16462 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16465         2004-03-04 change).
16466
16467 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16468
16469         * sieve-manage.el (sieve-manage-open):
16470         * nnweb.el (nnweb-insert-html):
16471         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16472         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16473         * nnspool.el (nnspool-request-group):
16474         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16475         * nnml.el (nnml-request-update-info):
16476         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16477         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16478         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16479         (nnimap-request-set-mark):
16480         * nnfolder.el (nnfolder-request-update-info):
16481         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16482         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16483         * gnus-uu.el (gnus-uu-find-articles-matching):
16484         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16485         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16486         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16487         * gnus-nocem.el (gnus-nocem-scan-groups):
16488         * gnus-int.el (gnus-start-news-server):
16489         * gnus-group.el (gnus-group-make-kiboze-group)
16490         (gnus-group-browse-foreign-server):
16491         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16492         Use mapc when appropriate.
16493
16494 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16495
16496         FIXME: Make separate entries for each person.
16497
16498         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16499         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16500         <shields@msrl.com>:
16501
16502         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16503         may need for spam sorting and scoring.
16504         (spam-user-format-function-S): Add user format function suitable for
16505         general use.
16506         (spam-article-sort-by-spam-status): Add sorting function for summary
16507         sorting.
16508         (spam-extra-header-to-number): Add function to get a score from a
16509         header.
16510         (spam-summary-score): Add function to get a numeric score from the
16511         headers.
16512         (spam-generic-score): Fix function doc, was in wrong place.
16513         (spam-initialize): Take symbols when it's run, and install the
16514         extra headers that spam-necessary-extra-headers thinks we need.
16515
16516 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16517
16518         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16519         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16520
16521 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16522
16523         * gnus-sum.el (gnus-set-global-variables)
16524         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16525         (gnus-article-get-xrefs, gnus-summary-best-group)
16526         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16527         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16528         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16529         Use with-current-buffer.
16530
16531 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16532
16533         * spam.el (spam-summary-prepare-exit): Simplify logic.
16534         (spam-fetch-article-header): Read the article header if it's not
16535         available.
16536         (spam-list-articles): Simplify logic.
16537         (spam-filelist-register-routine): Fix bug with unregister-list.
16538
16539         * gnus-registry.el: Fix comments at beginning.
16540
16541 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16542
16543         * message.el (message-cater-to-broken-inn): Remove.
16544         (message-shorten-references): Make sure the total folded length of
16545         References is shorter than 998 characters to cater to a bug in INN
16546         2.3.  Also, don't pretend that references aren't folded -- this
16547         hasn't worked for a while.
16548
16549 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16550
16551         * gnus-agent.el (gnus-agentize):
16552         gnus-agent-send-mail-real-function no longer set to current value
16553         of message-send-mail-function but rather a lambda that calls
16554         message-send-mail-function.  The change makes the agent real-time
16555         responsive to user changes to message-send-mail-function.
16556
16557 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16558
16559         * legacy-gnus-agent.el
16560         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16561         help from Florian Weimer <fw@deneb.enyo.de>
16562
16563 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * nnmail.el (nnmail-cache-insert): Revert last change.
16566
16567 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16568
16569         * nnmail.el (nnmail-cache-insert): Always check whether
16570         nnmail-cache-ignore-groups matches a group name.
16571
16572 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16573
16574         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16575         (spam-find-spam, spam-log-processing-to-registry)
16576         (spam-log-registered-p, spam-log-unregistration-needed-p)
16577         (spam-log-undo-registration): Use gnus-message instead of
16578         gnus-error, none of these errors are fatal.
16579
16580         * gnus-registry.el (gnus-registry-clean-empty-function)
16581         (gnus-registry-clean-empty): Remove only empty entries without
16582         extra data.
16583
16584 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16585
16586         * spam-stat.el (spam-stat-buffer-change-to-spam)
16587         (spam-stat-buffer-change-to-non-spam): Change (error) to
16588         (gnus-message 8) invocation.
16589
16590 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * nntp.el (nntp-via-netcat-command): New variable.
16593         (nntp-via-netcat-switches): New variable.
16594         (nntp-open-via-rlogin-and-netcat): New function.
16595         (nntp-open-connection-function): Doc fix.
16596         (nntp-telnet-command): Doc fix.
16597         (nntp-end-of-line): Doc fix.
16598         (nntp-via-rlogin-command): Doc fix.
16599         (nntp-via-user-name): Doc fix.
16600         (nntp-via-address): Doc fix.
16601
16602 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16605         error in Emacs 21.1.
16606
16607 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16608
16609         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16610
16611 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16612
16613         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16614         (gnus-agent-with-refreshed-group): New macro.
16615         (gnus-agent-rename-group): New function.
16616         (gnus-agent-delete-group): New function.
16617         (gnus-agent-save-group-info): Use gnus-command-method when
16618         `method' parameter is nil.  Don't write nil entries into the
16619         active file.
16620         (gnus-agent-get-group-info): New function.
16621         (gnus-agent-fetch-articles): Use
16622         gnus-agent-update-files-total-fetched-for to increment disk space
16623         used.
16624         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16625         gnus-agent-update-view-total-fetched-for to increment disk space
16626         used.
16627         (gnus-agent-get-local): Added optional parameters to avoid calling
16628         gnus-group-real-name and gnus-find-method-for-group.
16629         (gnus-agent-set-local): Delete stored entry if either min, or max,
16630         are nil.
16631         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16632         quit, use gnus-agent-regenerate-group to record existance of any
16633         articles fetched to disk before the quit occurred.
16634         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16635         gnus-agent-update-view-total-fetched-for, and
16636         gnus-agent-update-files-total-fetched-for to decrement disk space
16637         used.
16638         (gnus-agent-retrieve-headers): Use
16639         gnus-agent-update-view-total-fetched-for to increment disk space
16640         used.
16641         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16642         with gnus-agent-update-files-total-fetched-for to decrement disk
16643         space and fresh group buffer.
16644         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16645         (gnus-agent-need-update-total-fetched-for): New variable.
16646         (gnus-agent-update-files-total-fetched-for): New function.
16647         (gnus-agent-update-view-total-fetched-for): New function.
16648         (gnus-agent-total-fetched-for): New function.
16649
16650         * gnus-cache.el (gnus-cache-save-buffers): Use
16651         gnus-cache-update-overview-total-fetched-for to change disk space
16652         used by this group.
16653         (gnus-cache-possibly-enter-article): Use
16654         gnus-cache-update-file-total-fetched-for to increment disk space
16655         used by this group.
16656         (gnus-cache-possibly-remove-article): Use
16657         gnus-cache-update-file-total-fetched-for to decrement disk space
16658         used by this group.
16659         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16660         (gnus-cache-rename-group): New function.
16661         (gnus-cache-delete-group): New function.
16662         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16663         (gnus-cache-need-update-total-fetched-for): New variable.
16664         (gnus-cache-with-refreshed-group): New macro.
16665         (gnus-cache-update-file-total-fetched-for): New function.
16666         (gnus-cache-update-overview-total-fetched-for): New function.
16667         (gnus-cache-rename-group-total-fetched-for): New function.
16668         (gnus-cache-delete-group-total-fetched-for): New function.
16669         (gnus-cache-total-fetched-for): New function.
16670
16671         * gnus-group.el: Require gnus-sum and autoload functions to
16672         resolve warnings when gnus-group.el compiled alone.
16673         (gnus-group-line-format): Documented new %F.
16674         (size of Fetched data) group line format; identifies disk space
16675         used by agent and cache.
16676         (gnus-group-line-format-alist): Defined new F format.
16677         (gnus-total-fetched-for): New function.
16678         (gnus-group-delete-group): No longer update
16679         gnus-cache-active-altered as gnus-request-delete-group now keeps
16680         the cache in sync.
16681         (gnus-group-list-active): Let the agent store a server's active
16682         list if currently plugged.
16683
16684         * gnus-int.el (gnus-request-delete-group):
16685         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16686         local disk in sync with the server.
16687         (gnus-request-rename-group):
16688         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16689         local disk in sync with the server.
16690
16691         * gnus-start.el (gnus-get-unread-articles):
16692         Cosmetic simplification to logic.
16693
16694         * gnus-util.el (gnus-rename-file): New function.
16695
16696 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16697
16698         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16699
16700 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16701
16702         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16703         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16704
16705 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16706
16707         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16708         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16709
16710 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16711
16712         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16713
16714 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16715
16716         * spam.el (spam-set-difference): Add function to replace
16717         gnus-set-difference in spam.el.
16718         (spam-summary-prepare-exit): Use spam-set-difference.
16719
16720 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16721
16722         * gnus-registry.el (gnus-registry-cache-file): Update to use
16723         gnus-dribble-directory OR gnus-home-directory OR ~.
16724         (gnus-registry-split-fancy-with-parent): Fix doc.
16725
16726 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * message.el (message-exchange-point-and-mark): Use
16729         message-mark-active-p.  Suggested by Jesper Harder
16730         <harder@ifa.au.dk>.
16731
16732 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16733
16734         * message.el (message-exchange-point-and-mark): Don't activate
16735         region if it was inactive.  Suggested by Hiroshi Fujishima
16736         <pooh@nature.tsukuba.ac.jp>.
16737
16738 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16739
16740         * gnus-art.el (article-display-face): Display Faces in the same
16741         order as X-Faces.
16742
16743 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16746
16747 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16748
16749         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16750         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16751         (gnus-article-mime-hierarchy): Remove.
16752         (gnus-article-mime-hierarchy-next): Remove.
16753         (gnus-article-mode): Revert 2004-03-19 change.
16754         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16755         (gnus-insert-mime-button): Revert 2004-03-19 change.
16756         (gnus-mime-accumulate-hierarchy): Remove.
16757         (gnus-mime-enter-multipart): Remove.
16758         (gnus-mime-leave-multipart): Remove.
16759         (gnus-mime-display-part): Revert 2004-03-19 change.
16760         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16761
16762         * mml.el (mml-preview): Revert 2004-03-19 change.
16763
16764 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16765
16766         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16767
16768 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16771         t while entering a file name using the mm-with-multibyte macro.
16772         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16773
16774         * mm-util.el (mm-with-multibyte): New macro.
16775
16776 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16777
16778         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16779         user option.
16780         (gnus-mime-multipart-functions): Doc and customization fix.
16781         (gnus-article-mime-hierarchy): New variable.
16782         (gnus-article-mime-hierarchy-next): New variable.
16783         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16784         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16785         gnus-article-mime-hierarchy-next to nil.
16786         (gnus-insert-mime-button): Show hierarchy numbers.
16787         (gnus-mime-accumulate-hierarchy): New function.
16788         (gnus-mime-enter-multipart): New function.
16789         (gnus-mime-leave-multipart): New function.
16790         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16791         (gnus-mime-display-alternative): Show hierarchy numbers.
16792
16793         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16794         gnus-article-mime-hierarchy-next to nil.
16795
16796 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16797
16798         * dns.el: Don't require gnus-xmas.
16799
16800 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16801
16802         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16803         inline PGP.
16804         (mml-menu): Disable mml-quote-region if mark is inactive.
16805
16806 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16809         when the group's active is not available.
16810
16811 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16812
16813         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16814         error.
16815
16816 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16817
16818         * imap.el (imap-store-password): New variable.
16819         (imap-interactive-login): Use it.
16820         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16821
16822 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16825         window-start and hscroll to summary window.
16826
16827 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16828
16829         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16830         conversion message to newsrc-dribble when an actual conversion is
16831         performed.
16832
16833 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16834
16835         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16836
16837 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * mm-decode.el (mm-complicated-handles): New function reviving
16840         former definition of mm-multiple-handles.
16841
16842         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16843         (gnus-mime-delete-part): Use it.
16844
16845 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16846
16847         * gnus-agent.el (gnus-agent-read-local): Bind
16848         nnheader-file-coding-system to gnus-agent-file-coding-system to
16849         avoid the implicit assumption that they will always be equal.
16850         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16851         coding-system-for-write, as the with-temp-file macro first prints
16852         to a buffer then saves the buffer.
16853
16854 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * gnus-art.el (gnus-article-edit-part): New function.
16857         (gnus-mime-save-part-and-strip): Use it; do query instead of
16858         signaling an error; don't use mm-multiple-handles.
16859         (gnus-mime-delete-part): Ditto.
16860
16861 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16862
16863         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16864         old file versions.
16865         (gnus-group-prepare-hook): Removed function that converted list
16866         form of gnus-agent-expire-days to group properties.
16867
16868         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16869         (gnus-request-accept-article): Re-indented.
16870
16871         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16872         converters to handle old agent file formats.  Added logic for a
16873         "backup before upgrading warning".
16874         (gnus-convert-mark-converter-prompt): Developers can mark
16875         functions as needing (default), or not needing,
16876         gnus-convert-old-newsrc's "backup before upgrading warning".
16877         (gnus-convert-converter-needs-prompt): Tests whether the user
16878         should be protected from potentially irreversable changes by the
16879         function.
16880
16881         * legacy-gnus-agent.el: New.  Provides converters that are only
16882         loaded when gnus-convert-old-newsrc needs to call them.
16883
16884 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * mail-source.el (mail-source-touch-pop): Doc fix.
16887
16888         * message.el (message-smtpmail-send-it): Doc fix.
16889
16890 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16891
16892         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16893
16894         * nnmail.el (nnmail-split-fancy): do.
16895
16896         * gnus-kill.el (gnus-kill, gnus-execute): do.
16897
16898 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16899
16900         * gnus-sum.el (gnus-widget-reversible-match)
16901         (gnus-widget-reversible-to-internal)
16902         (gnus-widget-reversible-to-external): New functions.
16903         (gnus-widget-reversible): New widget.
16904         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16905
16906 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16907
16908         * gnus-sum.el (gnus-thread-sort-functions)
16909         (gnus-article-sort-functions): Document `(not F)' items.
16910
16911 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16912
16913         * spam.el (spam-use-gmane-xref): Add new backend.
16914         (spam-gmane-xref-spam-group): Add variable to control the name of the
16915         Gmane spam group.
16916         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16917         (spam-regex-headers-spam, spam-regex-headers-ham)
16918         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16919         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16920         backends and checks.
16921         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16922
16923         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16924         an autodetect method.
16925
16926 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16927
16928         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16929         articles are being added to a group.
16930         (gnus-request-replace-article): Inform the agent that articles
16931         need to be uncached as the cached contents are no longer valid.
16932
16933 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * binhex.el: Don't autoload executable-find.
16936
16937         * canlock.el: Don't autoload mail-fetch-field.
16938
16939         * dgnushack.el: Autoload c-mode for XEmacs.
16940
16941         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16942
16943         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16944         rmail-dont-reply-to and rmail-output.
16945
16946         * gnus-score.el: Don't autoload ffap-string-at-point.
16947
16948         * gnus-setup.el: Don't autoload sc-cite-original.
16949
16950         * imap.el: Don't autoload base64-decode-string,
16951         base64-encode-string and md5.
16952
16953         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16954         and rmail-msg-restore-non-pruned-header.
16955
16956         * mm-decode.el: Don't autoload executable-find.
16957
16958         * mm-url.el: Don't autoload executable-find.
16959
16960         * mm-view.el: Don't autoload diff-mode.
16961
16962         * nndb.el: Don't autoload news-reply-mode, news-setup,
16963         cancel-timer and telnet.
16964
16965         * password.el: Don't autoload run-at-time for Emacs.
16966
16967         * sha1-el.el: Don't autoload executable-find.
16968
16969         * sieve-mode.el: Don't autoload c-mode.
16970
16971         * uudecode.el: Don't autoload executable-find.
16972
16973 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16974
16975         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16976         (gnus-agent-possibly-alter-active): Avoid null in numeric
16977         comparison.
16978         (gnus-agent-set-local): Refuse to save null in local object table.
16979         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16980         list of articles that will be marked as unread.
16981
16982 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16983
16984         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16985
16986 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16987
16988         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16989         language tags.
16990
16991 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16992
16993         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16994         Don't bind "obarray".
16995
16996         * gnus-sum.el (gnus-thread-sort-functions): Added
16997         `gnus-thread-sort-by-most-recent-number' and
16998         `gnus-thread-sort-by-most-recent-date'.
16999         Reported by Kai Grossjohann <kai@emptydomain.de>.
17000
17001 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17004
17005 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17006
17007         * gnus-cus.el (gnus-agent-customize-category): Removed
17008         ignore-errors macro reference that required cl to be loaded at
17009         run-time.
17010
17011         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17012         single-interval range of the form (min . max).  Previously the
17013         range had to look like ((min . max)).  Likewise, return
17014         (min . max) rather than ((min . max)).
17015         (gnus-range-map): Use gnus-range-normalize to accept
17016         single-interval range.
17017
17018         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17019         the cache, but not the agent, now appear with their usual face.
17020
17021         * dgnushack.el (loaddir): New variable that is bound to the
17022         directory containing the dgnushack.el file. Use loaddir, rather
17023         than srcdir, to update load-path. Change lets dgnushack compile
17024         code in directories other than GNUS/lisp.
17025
17026 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * lpath.el: Don't bind w3m-safe-url-regexp.
17029
17030         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17031         w3m-safe-url-regexp variable buffer-local.
17032
17033         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17034
17035 2004-02-27  Simon Josefsson  <jas@extundo.com>
17036
17037         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17038         gnus-group-real-prefix.
17039         (gnus-summary-move-article): Use it, instead of
17040         gnus-group-real-prefix.
17041
17042 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * lpath.el: Bind w3m-safe-url-regexp.
17045
17046         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17047         w3m-safe-url-regexp variable buffer-local and set it as the value
17048         of mm-w3m-safe-url-regexp.
17049
17050         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17051
17052         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17053         parsing gnus-posting-styles when the message is not for replying.
17054
17055         * dgnushack.el: Autoload sgml-mode for XEmacs.
17056
17057         * nnrss.el (nnrss-opml-export): Use
17058         mm-set-buffer-file-coding-system instead of
17059         set-buffer-file-coding-system.
17060
17061 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17062
17063         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17064         of checkdoc.el).
17065         * nnrss.el: do.
17066         * gnus-mlspl.el: do.
17067         * gnus-ml.el: do.
17068         * gnus-srvr.el: do.
17069
17070         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17071
17072 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17073
17074         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17075         Corrections to custom-manual links.
17076
17077         * gnus-art.el (gnus-article): Ditto.
17078
17079         * mm-decode.el (mime-display, mime-security): Ditto.
17080
17081 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17082
17083         * flow-fill.el: Typo.
17084
17085 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17086
17087         * spam-wash.el: New file.
17088
17089 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17090
17091         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17092
17093 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17094
17095         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17096         to be run with new-articles as LIST1, not LIST2.
17097         (spam-registration-functions): Add spam-use-ham-copy as a nil
17098         registration backend.
17099
17100 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17101
17102         * spam-stat.el (spam-stat-washing-hook): New option.
17103         (spam-stat-buffer-words): Use it.
17104         (spam-stat-process-directory, spam-stat-test-directory): Use
17105         insert-file-contents-literally.
17106         (spam-stat-coding-system): New variable.
17107         (spam-stat-load, spam-stat-save): Use it.
17108
17109 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17110
17111         * spam-report.el (spam-report-plug-agent): Quote
17112         spam-report-url-to-file and spam-report-url-ping-plain.
17113
17114 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17115
17116         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17117         / in mailto URLs.
17118
17119 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17120
17121         * spam-report.el (spam-report-process-queue): Fix interactive use.
17122         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17123         (spam-report-unplug-agent): Doc fixes.
17124         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17125         (spam-report-agentize, spam-report-deagentize): Autoload.
17126
17127 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17128
17129         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17130
17131         * message.el (message-setup-fill-variables): Add mml tags to
17132         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17133         <ajk@iu.edu>.
17134         (message-mode): Don't modify paragraph-separate there.
17135
17136 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * compface.el (uncompface-use-external): Default to undecided.
17139         (uncompface-use-external-threshold): New variable.
17140         (uncompface-float-time): New macro.
17141         (uncompface): Determine whether to use the external decoder if
17142         uncompface-use-external is undecided.
17143
17144 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17145
17146         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17147         after images.
17148
17149         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17150
17151 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17152
17153         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17154
17155         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17156
17157         * gnus-sum.el (gnus-summary-limit-to-age)
17158         (gnus-summary-limit-children): do.
17159
17160         * gnus-int.el (gnus-request-scan): do.
17161
17162         * gnus-group.el (gnus-group-suspend): do.
17163
17164         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17165
17166         * gnus-cite.el (gnus-cite-parse-attributions): do.
17167
17168         * gnus-agent.el (gnus-summary-set-agent-mark)
17169         (gnus-agent-regenerate-group): do.
17170
17171         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17172
17173         * binhex.el (binhex-decode-region-internal): do.
17174
17175 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * gnus-fun.el (gnus-face-properties-alist): New user option.
17178         (gnus-display-x-face-in-from): Use it.
17179
17180         * gnus-art.el (article-display-face): Ditto.
17181
17182         * compface.el (uncompface-use-external): Default to nil.
17183
17184 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17185
17186         * nntp.el (nntp-erase-buffer): New function.
17187         (nntp-retrieve-data, nntp-send-command)
17188         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17189         (nntp-possibly-change-group): Use it.
17190
17191         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17192         with-current-buffer.
17193
17194 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17195
17196         * compface.el: Merge the ELisp-based uncompface program.
17197         (compface): New customization group.
17198         (uncompface-use-external): New user option.
17199         (uncompface): Call uncompface-internal if uncompface-use-external
17200         is nil.
17201         (uncompface-internal): New function.  Note that there are also
17202         some other functions and variables added for this function.
17203
17204 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17205
17206         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17207         if necessary.
17208
17209 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17210
17211         * spam-report.el (spam-report-unplug-agent)
17212         (spam-report-plug-agent, spam-report-deagentize)
17213         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17214         Add support for the Agent in spam-report: when unplugged, report to a
17215         file; when plugged, submit all the requests.
17216
17217         * spam.el (spam-register-routine): Fix message about
17218         registration.
17219
17220 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17221
17222         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17223         dependencies.
17224         (rfc2047-encode): Use it.
17225
17226         * gnus-art.el (gnus-button-marker-list): Move before first
17227         reference.
17228
17229         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17230         (imap-parse-body): Fix format string mismatch.
17231
17232         * gnus-score.el (gnus-summary-increase-score): do.
17233
17234         * nnrss.el (nnrss-close): New function.
17235
17236 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17237
17238         * nnrss.el (nnrss-make-filename): New function.
17239         (nnrss-request-delete-group, nnrss-read-server-data)
17240         (nnrss-save-server-data, nnrss-read-group-data)
17241         (nnrss-save-group-data): Use it.
17242         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17243         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17244         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17245
17246 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17247
17248         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17249
17250 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17251
17252         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17253         files.
17254
17255         * message.el (message-generate-headers-first): Don't quote nil
17256         and t in docstrings.
17257
17258         * imap.el (imap-id): do.
17259
17260         * gnus-agent.el (gnus-agent-consider-all-articles)
17261         (gnus-agent-queue-mail): do.
17262
17263 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17264
17265         * spam-report.el (spam-report-process-queue): New function.
17266         Process requests from `spam-report-requests-file'.
17267         (spam-report-process-queue): Doc fix.
17268
17269 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17270
17271         * spam.el (spam-register-routine)
17272         (spam-log-processing-to-registry, spam-log-registered-p)
17273         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17274         Change "check" to "spam-check" for semi-clarity.
17275
17276 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17277
17278         * pop3.el: Require nnheader.
17279
17280         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17281
17282         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17283
17284         * gnus-picon.el: Require cl.
17285
17286         * gnus-fun.el: Require gnus-ems and gnus-util.
17287
17288         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17289
17290         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17291
17292         * gnus-art.el (gnus-article-edit-mode): Define before first
17293         reference.
17294
17295 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17296
17297         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17298         (gnus-uu-post-encoded): Use point-at-bol.
17299
17300         * gnus-topic.el (gnus-group-active-topic-p): do.
17301
17302         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17303
17304         * gnus-group.el (gnus-group-kill-region): do.
17305
17306         * gnus-art.el (article-date-ut): do.
17307
17308         * message.el (message-fetch-field): Remove redundant
17309         case-fold-search binding.
17310         (message-narrow-to-field): Simplify.
17311
17312 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17313
17314         * spam.el (spam-directory): Derive from `gnus-directory'.
17315
17316         * spam-report.el (spam-report-url-to-file)
17317         (spam-report-requests-file): New function and variable for offline
17318         reporting.
17319         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17320         and user defined function.
17321         (spam-report-url-ping-mm-url): Remove doubled slash.
17322
17323 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17324
17325         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17326
17327 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17328
17329         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17330         format string mismatch.
17331
17332         * sieve.el (sieve-deactivate-all): do.
17333
17334         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17335
17336         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17337
17338         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17339
17340         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17341
17342 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17343
17344         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17345         the list of checks.
17346
17347 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17348
17349         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17350         padding.
17351
17352 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17353
17354         * mm-view.el (mm-fill-flowed): New variable.
17355         (mm-inline-text): Use it.
17356
17357 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17358
17359         * spam.el (spam-spamassassin-register-ham-routine)
17360         (spam-spamassassin-register-spam-routine): Fix function names.
17361
17362 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17363
17364         * gnus.el (gnus-tmp-grouplens): Remove.
17365         (gnus-summary-line-format): Remove grouplens.
17366
17367         * gnus-group.el (gnus-group-line-format): Ditto.
17368
17369         * gnus-spec.el (gnus-format-specs): Ditto.
17370         (gnus-update-format-specifications): Flush the group format spec
17371         cache if there's the grouplens stuff.
17372         (gnus-parse-simple-format): Replace %l with the empty string.
17373
17374 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17375
17376         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17377         omission.
17378
17379 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17380
17381         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17382         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17383
17384 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17385
17386         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17387         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17388         New macros and functions.
17389         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17390         Handle > NLINK_MAX messages.
17391         * nnmaildir.el (nnmaildir-request-set-mark): Use
17392         nnmaildir--emlink-p and nnmaildir--eexist-p.
17393
17394 2004-01-25  Alex Schroeder  <alex@gnu.org>
17395
17396         * spam-stat.el (spam-stat-process-directory-age): New option.
17397         (spam-stat-process-directory): Use it.
17398
17399 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17400
17401         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17402         (spam-stat-save): Accept prefix argument.
17403
17404 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17405
17406         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17407         links" error.
17408
17409 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17412         the rest of the and/or forms.
17413
17414 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17415
17416         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17417         compatibility with old .newsrc.eld files.
17418
17419         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17420
17421         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17422
17423         * gnus-start.el (gnus-1): do.
17424
17425         * gnus-group.el (gnus-group-line-format-alist): do.
17426
17427         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17428
17429         * gnus-gl.el: Remove.
17430
17431 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17432
17433         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17434         marks consisting of a single range {for example, (3 . 5)} rather
17435         than a list of a single range { ((3 . 5)) }.
17436
17437 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17438
17439         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17440         with-current-buffer.
17441         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17442         avoid consing a string.
17443
17444         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17445         Remove obsolete entries for big5 and gb2312.
17446
17447 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17448
17449         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17450         uncompressed list.
17451
17452 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17453
17454         * spam-stat.el (spam-stat-strip-xref): New function.
17455         (spam-stat-process-directory): Use it.
17456
17457         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17458         here -- it's done in message-fetch-field.
17459
17460 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17461
17462         * gnus-agent.el (gnus-agent-queue-mail)
17463         (gnus-agent-prompt-send-queue): New variables.
17464         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17465         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17466         "nndraft:queue" along to gnus-draft-send.  Use
17467         gnus-agent-prompt-send-queue.
17468         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17469         is "nndraft:queue".  Suggested by Gaute Strokkenes
17470         <gs234@srcf.ucam.org>
17471
17472         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17473         (agent-enable-undownloaded-faces): Added.
17474         (gnus-agent-cat-groups): Use eval-and-compile, not
17475         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17476         method of gnus-agent-cat-groups even when the buffer has been
17477         evaled.
17478         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17479         delete gnus-agent-save-active-1.
17480         (gnus-agent-save-groups): Deleted.  Identical to
17481         gnus-agent-save-active.
17482         (gnus-agent-write-active): No longer adjust agent's copy of active
17483         file as agent's adjustments are now stored in their own
17484         file.  Removed optional parameter.
17485         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17486         servers.  Add use of min/max range limits from server's local
17487         file.
17488         (gnus-agent-save-alist): Removed unused optional argument.
17489         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17490         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17491         (gnus-agent-set-local): A per-server file that keeps min/max range
17492         limits for articles known to the agent.  Provides a fast mechanism
17493         for altering many active ranges.
17494         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17495         active file (local makes it unnecessary).
17496         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17497
17498         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17499         (agent-enable-undownloaded-faces): Added.
17500
17501         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17502         disable it when sending to "nndraft:queue".
17503         (gnus-group-send-queue): Add safety check to avoid sending queue
17504         when unplugged.
17505
17506         * gnus-group.el (gnus-group-catchup): Use new
17507         gnus-sequence-of-unread-articles, not
17508         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17509         numbers of articles.  Use gnus-range-map to avoid having to
17510         uncompress the unread list.
17511         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17512         Fixed invalid ange-ftp reference.
17513
17514         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17515         (gnus-sorted-range-intersection): Intersection of two ranges
17516         without requiring that they first be uncompressed.
17517
17518         * gnus-start.el (gnus-activate-group): Unless blocked by the
17519         caller, possibly expand the active range to include both cached
17520         and agentized articles.
17521         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17522         multiple version-dependent converters.
17523         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17524         gnus-agent-save-active.
17525         (gnus-save-newsrc-file): Save dirty agent range limits.
17526
17527         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17528         gnus-agent-possibly-alter-active.
17529         (gnus-adjust-marked-articles): Faster handling of simple lists.
17530
17531 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17532
17533         * spam-stat.el (spam-stat-test-directory): New optional argument
17534         displays a list of files detected.  Suggested by Andrew Cohen
17535         <cohen@andy.bu.edu>.
17536         (spam-stat-buffer-words-with-scores): Don't narrow and change
17537         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17538
17539 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17540
17541         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17542         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17543         (spam-spamassassin-arguments)
17544         (spam-spamassassin-spam-flag-header)
17545         (spam-spamassassin-positive-spam-flag-header)
17546         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17547         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17548         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17549         (spam-list-of-processors, spam-list-of-checks)
17550         (spam-list-of-statistical-checks, spam-registration-functions)
17551         (spam-check-spamassassin-headers, spam-check-spamassassin)
17552         (spam-spamassassin-score)
17553         (spam-spamassassin-register-with-sa-learn)
17554         (spam-spamassassin-register-spam-routine)
17555         (spam-spamassassin-register-ham-routine)
17556         (spam-assassin-register-spam-routine)
17557         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17558         (spam-bogofilter-score): Fix to show article before scoring.
17559
17560 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17561
17562         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17563         default scoring function.
17564         (spam-generic-score): Call spam-spamassassin-score if
17565         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17566         spam-bogofilter-score otherwise.
17567
17568         * gnus.el (spam-process, spam-autodetect-methods): Add
17569         spamassassin and spamassassin-headers.
17570
17571 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17572
17573         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17574         Suppress unnecessary messages.
17575
17576 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17577
17578         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17579         make-hash-table.
17580
17581 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * canlock.el (base64-encode-string): Don't autoload it.
17584
17585 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * run-at-time.el: Remove useless (require 'itimer),
17588         eval-and-compile and (featurep 'xemacs).
17589
17590 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17591
17592         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17593         GROUP is a virtual group.
17594
17595 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17596
17597         * gnus.el: Autoload `message-y-or-n-p'.
17598
17599 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17600
17601         * pgg-parse.el: Remove unnecessary (require 'custom).
17602
17603         * pgg-def.el: do.
17604
17605         * nnmail.el: do.
17606
17607         * gnus-undo.el: do.
17608
17609         * gnus-picon.el: do.
17610
17611         * gnus-util.el: do.
17612
17613 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17614
17615         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17616
17617 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17620         handle, as well as a list.
17621
17622         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17623         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17624         (mm-w3m-cid-retrieve): Simplify.
17625
17626 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17627
17628         * message.el (message-kill-to-signature): Allow prefix arg to
17629         specify number of lines to keep before signature.
17630
17631 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17632
17633         * message.el (message-kill-to-signature): Change docstring.
17634
17635 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * canlock.el: Always require sha1-el.
17638         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17639
17640         * message.el: Autoload sha1 only when compiling.
17641
17642         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17643         eudc-expand-inline for XEmacs.
17644
17645 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * message.el (message-canlock-generate): Require sha1-el.
17648
17649 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17650
17651         * message.el (message-expand-name): Silence the byte compiler.
17652
17653         * lpath.el: Add detect-coding-system.
17654
17655         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17656         cus-edit.
17657
17658 2004-01-13  Simon Josefsson  <jas@extundo.com>
17659
17660         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17661         Invoke gnus-score-mode.  Reported by
17662         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17663
17664         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17665         Jim Blandy <jimb@redhat.com> (tiny change).
17666
17667 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17668
17669         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17670
17671 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17672
17673         * spam.el (spam-get-article-as-string): Update to use
17674         gnus-request-article-this-buffer, much simpler.
17675         (spam-get-article-as-buffer): Remove.
17676
17677 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17678
17679         * message.el (message-expand-name): Use EUDC if the user uses that.
17680
17681 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17682
17683         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17684         character for the encoding to avoid consing a string.
17685
17686         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17687         unnecessarily.
17688
17689         * mm-util.el (mm-replace-chars-in-string): Remove.
17690
17691         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17692         of mm-replace-chars-in-string.
17693
17694 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17695
17696         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17697
17698         * mm-util.el (mm-subst-char-in-string): Support inplace.
17699
17700         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17701         a new string in every iteration.  Use shy groups.
17702
17703 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17704
17705         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17706         * gnus-soup.el (gnus-soup-group-brew):
17707         * gnus-msg.el (gnus-put-message):
17708         * gnus-move.el (gnus-group-move-group-to-server):
17709         * gnus-kill.el (gnus-batch-score):
17710         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17711         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17712         (gnus-group-update-group, gnus-group-read-group)
17713         (gnus-group-make-group, gnus-group-make-help-group)
17714         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17715         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17716         (gnus-group-sort-by-unread, gnus-group-catchup)
17717         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17718         (gnus-group-yank-group, gnus-group-set-info)
17719         (gnus-group-list-groups):
17720         * gnus.el (gnus-generate-new-group-name):
17721         * gnus-delay.el (gnus-delay-send-queue):
17722         * nnvirtual.el (nnvirtual-catchup-group):
17723         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17724         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17725         (gnus-group-prepare-topics, gnus-topic-check-topology):
17726         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17727         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17728         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17729         (gnus-group-make-articles-read):
17730         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17731         (gnus-group-change-level, gnus-kill-newsgroup)
17732         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17733         (gnus-get-unread-articles, gnus-make-articles-unread)
17734         (gnus-make-ascending-articles-unread): Use accessor
17735         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17736         to get group information for improved readability.
17737
17738
17739 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17740
17741         * gnus-art.el (article-decode-mime-words, article-babel)
17742         (gnus-article-highlight-signature, gnus-article-add-buttons)
17743         (gnus-signature-toggle): Use gnus-with-article-buffer.
17744
17745         * gnus-art.el (gnus-article-highlight-headers)
17746         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17747
17748         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17749         (gnus-article-set-globals, gnus-request-article-this-buffer)
17750         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17751         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17752         (gnus-mime-display-alternative): Use with-current-buffer.
17753
17754 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17755
17756         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17757         also under 80 char limit, and call gnus-error if needed.
17758         (spam-fetch-article-header): Fix - it was a
17759         buffer-local variable (gnus-newsgroup-data).
17760         (spam-find-spam): Use spam-generate-fake-headers, forget about
17761         spam-insert-fake-headers.
17762         (spam-insert-fake-headers): Remove.
17763
17764 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17765
17766         * deuglify.el (gnus-article-outlook-unwrap-lines)
17767         (gnus-outlook-rearrange-article)
17768         (gnus-outlook-repair-attribution-outlook)
17769         (gnus-outlook-repair-attribution-block)
17770         (gnus-outlook-repair-attribution-other): Remove redundant
17771         save-excursion.
17772
17773 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17774
17775         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17776         (spam-fetch-field-subject-fast)
17777         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17778         (spam-fetch-article-header): Add functions to deal with Gnus
17779         internals for fast retrieval of article header data.
17780         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17781
17782 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17783
17784         * pop3.el (pop3-md5): Remove.
17785         (pop3-apop): Replace pop3-md5 with md5.
17786
17787         * mm-bodies.el: base64 is always built-in.
17788
17789         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17790         with-current-buffer.
17791
17792 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * canlock.el (canlock-insert-header): Remove excessive grouping in
17795         regexp.
17796
17797         * gnus-sum.el (gnus-summary-read-document): Ditto.
17798
17799         * gnus-uu.el (gnus-uu-part-number): Ditto.
17800
17801         * html2text.el (html2text-remove-tags): Ditto.
17802         (html2text-format-tags): Ditto.
17803         (html2text-format-single-elements): Ditto.
17804
17805         * mml.el (mml-parse-1): Ditto.
17806
17807 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17808
17809         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17810
17811         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17812
17813         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17814
17815         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17816
17817 2003-11-15  Simon Josefsson  <jas@extundo.com>
17818
17819         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17820         (pgg-gpg-lookup-key): Use regexp match instead of
17821         split-string (split-string is different between emacs 21.2 and
17822         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17823
17824 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * gnus-art.el (gnus-mime-view-all-parts)
17827         (gnus-article-part-wrapper, gnus-article-view-part): Use
17828         with-current-buffer.
17829
17830 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17831
17832         * spam.el (spam-disable-spam-split-during-ham-respool)
17833         (spam-spamoracle-database, spam-cache-lookups)
17834         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17835         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17836         (spam-group-ham-marks, spam-group-spam-marks)
17837         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17838         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17839         also add spam-use-blackholes to the statistical checks.
17840         (spam-fetch-field-fast): Add interface to fetching fields, may
17841         become a macro.
17842         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17843         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17844         (spam-insert-fake-headers): Fake an article when needed.
17845         (spam-find-spam): Fake article when possible.
17846         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17847         (spam-check-bogofilter-headers): Use message-fetch-field instead
17848         of nnmail-fetch-field.
17849
17850 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17851
17852         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17853
17854 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17855
17856         * spam.el (spam-split): Do not require spam-use-CHECK to be
17857         enabled if that check is passed to spam-split explicitly; also
17858         fix so 'spam doesn't get converted to spam-split-group when
17859         spam-split-symbolic-return is t.
17860         (spam-find-spam): Find registrations of the article and use those
17861         instead of re-running spam-split to find the spam/ham
17862         classification of the article.
17863         (spam-log-processing-to-registry, spam-log-registered-p)
17864         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17865         Use gnus-error instead of gnus-message.
17866         (spam-log-registration-type): Add function to determine the
17867         classification of a message based on registry entries; will
17868         return nil if both 'spam and 'ham are found.
17869         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17870         a reasonably fast local cache without the loading errors.
17871         (spam-cache-lookups): Set to t by default.
17872         (spam-find-spam): Don't try to guess spam-cache-lookups.
17873         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17874         spam-caches entry.
17875         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17876         caching of whitelist/blacklist entries.
17877         (spam-check-whitelist, spam-check-blacklist): Invoke
17878         spam-from-listed-p with a type, not a cache variable.
17879         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17880
17881 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17882
17883         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17884
17885         * nnmail.el (nnmail-split-fancy): do.
17886
17887         * mml.el (mml-parse): do.
17888
17889         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17890         (gnus-score-adaptive): do.
17891
17892 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17895         (gnus-mime-button-map): Don't set keymap parent.
17896         (gnus-button-ctan-directory-regexp): Use shy grouping.
17897         (gnus-prev-page-map): Don't set keymap parent.
17898         (gnus-prev-page-map): Remove duplicated one.
17899         (gnus-next-page-map): Don't set keymap parent.
17900         (gnus-mime-security-button-map): Ditto.
17901
17902         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17903         version number.
17904
17905         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17906
17907 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * canlock.el (canlock-sha1-function): Remove.
17910         (canlock-sha1-function-for-verify): Remove.
17911         (canlock-openssl-program): Remove.
17912         (canlock-openssl-args): Remove.
17913         (canlock-ignore-errors): Remove.
17914         (canlock-sha1-with-openssl): Remove.
17915         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17916         (canlock-verify): Don't use canlock-ignore-errors.
17917
17918         * sha1-el.el (sha1-string-external): Make it can return a string
17919         in binary form.
17920         (sha1-region-external): Ditto.
17921         (sha1-string-internal): Ditto.
17922         (sha1-region-internal): Ditto.
17923         (sha1-region): Ditto.
17924         (sha1-string): Ditto.
17925         (sha1): Ditto.
17926
17927 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17928
17929         * spam.el (spam-report-articles-gmane): New command.
17930
17931 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17932
17933         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17934
17935         * run-at-time.el (run-at-time-saved): Remove.
17936         (run-at-time): Doc fix.
17937
17938 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17939
17940         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17941         (gnus-summary-limit-map): Add it.
17942         (gnus-summary-make-menu-bar): do.
17943
17944 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17945
17946         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17947         Make attempt at some caching support (done for BBDB only now).
17948         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17949         addresses to be checked.
17950         (spam-clear-cache-BBDB): Add function, to be invoked by
17951         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17952         (spam-check-BBDB): Check and use the caches, if
17953         spam-cache-lookups is on, remove superfluous (provide).
17954
17955 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17956
17957         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17958
17959 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17960
17961         * run-at-time.el (run-at-time-saved): Move to after the definition
17962         of `run-at-time'.
17963
17964         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17965
17966 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17967
17968         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17969         mm-w3m-local-map-property.
17970
17971         * mm-view.el (mm-w3m-mode-map): Remove.
17972         (mm-w3m-local-map-property): Remove.
17973         (mm-inline-text-html-render-with-w3m): Don't use
17974         mm-w3m-local-map-property.
17975
17976 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17977
17978         * run-at-time.el: New file.
17979
17980         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17981         under Emacs.
17982
17983         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17984         of gnus-set-text-properties.
17985
17986         * gnus-uu.el (gnus-uu-save-article): Ditto.
17987
17988         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17989
17990         * gnus-cite.el (gnus-cite-parse): Ditto.
17991
17992         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17993         of gnus-.
17994
17995         * gnus-xmas.el (run-at-time): Require run-at-time.
17996
17997         * gnus.el: Changed calls to nnheader-run-at-time and
17998         password-run-at-time throughout to use run-at-time directly.
17999
18000         * password.el: Removed definition of run-at-time.
18001
18002         * nnheaderxm.el: Remove definition of run-at-time.
18003
18004 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18005
18006         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18007         in prompt.
18008
18009 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18010
18011         * messagexmas.el (message-xmas-redefine): Alias
18012         `message-make-caesar-translation-table' to
18013         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18014         version.
18015
18016         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18017         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18018         `gnus-xmas-set-text-properties'.
18019         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18020         `gnus-xmas-completing-read'.
18021         (gnus-xmas-completing-read): Removed.
18022         (gnus-xmas-open-network-stream): Removed.
18023
18024         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18025         XEmacs version.
18026
18027         * dns.el (dns-make-network-process): Use `open-network-stream'
18028         instead of `gnus-xmas-open-network-stream'.
18029
18030         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18031
18032         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18033
18034 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18035
18036         * gnus-art.el (gnus-mime-display-alternative)
18037         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18038         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18039         Don't use gnus-local-map-property.
18040
18041         * gnus-util.el (gnus-local-map-property): Remove.
18042
18043         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18044         gnus-completing-read-maybe-default with completing-read.
18045
18046         * gnus-util.el (gnus-completing-read): do.
18047         (gnus-completing-read-maybe-default): Remove.
18048
18049 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18050
18051         * password.el: Only autoload `run-at-time' if not XEmacs.
18052         Only autoload the itimer functions if XEmacs.
18053
18054 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18057         XEmacsen.
18058
18059         * dgnushack.el: Autoload executable-find for XEmacs.
18060
18061 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18062
18063         * gnus-art.el (gnus-read-string): Remove.
18064         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18065         read-string.
18066
18067 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18068
18069         * netrc.el: Autoload password-read.
18070         (netrc): Add configuration group.
18071         (netrc-encoding-method, netrc-openssl-path): Add
18072         variables for encoding and decoding of files with symmetric
18073         ciphers.
18074         (netrc-encode): Add assistant function to encode a file with
18075         netrc-encoding-method.
18076         (netrc-parse): Add interactive parameter, added optional
18077         decoding if netrc-encoding-method is non-nil but otherwise
18078         behavior is standard.
18079         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18080         Do s/encode/encrypt/ everywhere.
18081
18082         * spam.el: Remove executable-find autoload.
18083
18084 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18085
18086         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18087
18088         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18089
18090 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18091
18092         * gnus-art.el (gnus-treat-ansi-sequences)
18093         (article-treat-ansi-sequences): New variable and function.
18094         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18095
18096         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18097         Use it.
18098
18099 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18100
18101         * mm-util.el (mm-quote-arg): Remove.
18102
18103         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18104         shell-quote-argument.
18105
18106         * gnus-uu.el (gnus-uu-command): do.
18107
18108         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18109
18110         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18111         with make-char.
18112
18113         * mm-util.el (mm-make-char): Remove.
18114
18115         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18116         add-minor-mode.
18117
18118         * gnus-undo.el (gnus-undo-mode): do.
18119
18120         * gnus-topic.el (gnus-topic-mode): do.
18121
18122         * gnus-sum.el (gnus-dead-summary-mode): do.
18123
18124         * gnus-start.el (gnus-slave-mode): do.
18125
18126         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18127
18128         * gnus-ml.el (gnus-mailing-list-mode): do.
18129
18130         * gnus-gl.el (gnus-grouplens-mode): do.
18131
18132         * gnus-draft.el (gnus-draft-mode): do.
18133
18134         * gnus-dired.el (gnus-dired-mode): do.
18135
18136         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18144         Replace gnus-char-width with char-width.
18145
18146         * gnus-ems.el (gnus-char-width): Remove.
18147
18148         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18149         definition.
18150         Remove Emacs 20 hash table compatibility code.
18151
18152         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18153         20 compatibility code.
18154
18155         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18156
18157         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18158
18159         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18160         with point-at-{eol,bol}.
18161
18162         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18163
18164         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18165
18166         * flow-fill.el (fill-flowed-point-at-bol)
18167         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18168
18169         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18170         Replace with point-at-{eol,bol} throughout all files.
18171
18172 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18173
18174         * ntlm.el (ntlm-string-as-unibyte): New macro.
18175         (ntlm-build-auth-response): Use it.
18176
18177         Remove Emacs 20 stuff:
18178         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18179         (butlast, mapc, remove): Remove the compiler macros.
18180         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18181         of delq and copy-sequence.
18182         * gnus-art.el (popup-menu): Remove the compiler macro.
18183         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18184         Emacs 20.
18185
18186 2004-01-05  Simon Josefsson  <jas@extundo.com>
18187
18188         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18189         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18190         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18191         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18192         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18193         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18194         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18195         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18196         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18197         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18198         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18199         string-xor into ntlm-string-xor.  Suggested by
18200         Jesper Harder <harder@myrealbox.com>.
18201
18202         * ntlm.el: Don't include poem.
18203
18204         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18205         Jesper Harder <harder@myrealbox.com>.
18206
18207         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18208
18209         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18210         probably breaks emacs with DL patch, but do we care? Is anyone
18211         still using the DL stuff?)
18212
18213         * sieve-manage.el: Use the password package.
18214         (sieve-manage-read-passwd): Remove.
18215         (sieve-manage-interactive-login): Use password.  Re-add
18216         condition-case around loop.
18217
18218         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18219         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18220         the password package.
18221
18222 2003-02-19  Simon Josefsson  <jas@extundo.com>
18223
18224         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18225         token.
18226
18227 2002-08-07  Simon Josefsson  <jas@extundo.com>
18228
18229         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18230         (sieve-manage-authenticators):
18231         (sieve-manage-authenticator-alist): Add some SASL mechs.
18232         (sieve-sasl-auth): New function.
18233         (sieve-manage-cram-md5-auth):
18234         (sieve-manage-plain-auth): Rewrite using SASL library.
18235         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18236         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18237         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18238         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18239
18240 2004-01-05  Simon Josefsson  <jas@extundo.com>
18241
18242         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18243         New files.
18244
18245 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18246
18247         * gnus-group.el (gnus-no-groups-message): Update.
18248
18249         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18250
18251 2003-11-09  Simon Josefsson  <jas@extundo.com>
18252
18253         * imap.el: Support for ID IMAP extension (RFC 2971).
18254         (imap-local-variables): Add imap-id.
18255         (imap-id): New variable.
18256         (imap-id): New function.
18257         (imap-parse-response): Parse untagged ID response.
18258         * nnimap.el (nnimap-id): New variable.
18259         (nnimap-open-connection): Use it.
18260
18261 2003-12-28  Simon Josefsson  <jas@extundo.com>
18262
18263         * gnus-score.el (gnus-score-edit-all-score): New.
18264         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18265
18266 2004-01-04  Simon Josefsson  <jas@extundo.com>
18267
18268         * password.el: Add.
18269
18270 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18271
18272         * dns.el (dns-query-types): Fix typo.
18273         (dns-query-types): New function.
18274         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18275         PTR and SOA replies, see RFC 1035.
18276
18277 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18278
18279         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18280
18281         * Moved to Changelog.2.
18282
18283 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18284
18285         * gnus.el (gnus-version-number): Bump version.
18286
18287 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18288
18289         * gnus.el: No Gnus v0.1 is released.
18290
18291 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18292
18293         * gnus.el: No Gnus v0.0 is released.
18294
18295 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18296
18297         * gnus.el (gnus-version-number): Bump.
18298         (gnus-version): No.
18299
18300 See ChangeLog.2 for earlier changes.
18301
18302     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18303       Free Software Foundation, Inc.
18304
18305   This file is part of GNU Emacs.
18306
18307   GNU Emacs is free software: you can redistribute it and/or modify
18308   it under the terms of the GNU General Public License as published by
18309   the Free Software Foundation, either version 3 of the License, or
18310   (at your option) any later version.
18311
18312   GNU Emacs is distributed in the hope that it will be useful,
18313   but WITHOUT ANY WARRANTY; without even the implied warranty of
18314   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18315   GNU General Public License for more details.
18316
18317   You should have received a copy of the GNU General Public License
18318   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18319
18320 ;; Local Variables:
18321 ;; coding: utf-8
18322 ;; fill-column: 79
18323 ;; add-log-time-zone-rule: t
18324 ;; End: