nnimap.el (nnimap-request-move-article, nnimap-parse-line, nnimap-process-expiry...
[gnus] / lisp / ChangeLog
1 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * shr.el: Load kinsoku.
4         (shr-kinsoku-shorten): New internal variable.
5         (shr-find-fill-point): Make kinsoku shorten text line if
6         shr-kinsoku-shorten is bound to non-nil.
7         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8         shr-indentation too when testing if table is wider than frame width.
9         (shr-insert-table): Use `string-width' instead of `length' to measure
10         text width.
11         (shr-insert-table-ruler): Make sure indentation is done at bol.
12
13 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14
15         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
16         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
17         undecoded network data.
18
19 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
22         name in the mode line spec so that the mode line menu works
23         (bug #2431).
24
25         * message.el (message-get-reply-headers): If we're fed `to-address',
26         then always use that.
27
28         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
29         aren't so wide as to need to switch off the edit menu.
30
31         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
32         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
33
34         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
35         `M-g'.
36         (nnimap-update-info): Update flags/read marks even if \* isn't part of
37         the permanent marks.
38
39 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
40
41         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting
42         according to references/in-reply-to obeys the ignore-groups variable,
43         while splitting by sender and subject do not.
44
45 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
48         alist, so that we can look for non-Unicode chars.
49         (article-translate-strings): Allow both character and string maps.
50
51 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * shr.el (shr-insert): Don't insert space behind a wide character
54         categorized as kinsoku-bol, or between characters both categorized as
55         nospace.
56
57 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
58
59         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
60         headers to gnus-newsgroup-headers.
61
62 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * shr.el (shr-tag-img): Don't align images -- since we're not
65         rescaling, this often leads to ugly displays.
66
67 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
68
69         * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore
70         duplicates.
71
72 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
73
74         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
75         call.
76
77 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * gnus.el: Autoload gnus-html-show-images.
80
81         * nnimap.el: Use nnheader-message throughout.
82
83         * shr.el (shr-tag-img): Ignore images with no data.
84
85 2010-10-15  Julien Danjou  <julien@danjou.info>
86
87         * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
88         possibility to disable format=flow encoding when using hard newlines.
89
90 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * shr.el (shr-insert): Remove space inserted before or after a
93         breakable character or at the beginning or the end of a line.
94         (shr-find-fill-point): Do kinsoku; find the second best point or give
95         it up if there's no breakable point.
96
97 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * nnimap.el (nnimap-open-connection): Message when opening connection
100         for debugging purposes.
101
102         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
103         on every setup buffer call to allow this to change from article to
104         article.
105
106         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
107         buffers where we have a wide table.
108
109 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
110
111         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
112         uses *-request-thread.
113
114 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * nnimap.el (nnimap-open-connection): Remove %s from openssl
117         incantation, which is no longer valid.
118
119 2010-10-14  Julien Danjou  <julien@danjou.info>
120
121         * shr.el: Fix defcustom type (char -> character).
122
123 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * nnimap.el (nnimap-open-connection): tls-program should be a list of
126         programs.
127
128 2010-10-14  Julien Danjou  <julien@danjou.info>
129
130         * shr.el (shr-tag-a): Use url-link as widget type.
131
132         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
133         `gnus-group-get-icon'.
134
135 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
138         This should make server editing work better.
139
140         * shr.el (shr-find-fill-point): Don't inloop on indented text.
141
142         * tls.el (tls-program): Remove spurious %s from openssl.
143
144         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
145         (nnimap-parse-flags): Fix regexp.
146
147         * shr.el (shr-find-fill-point): Use a filling algorithm that should
148         probably work for CJVK text, too.
149
150         * nnimap.el (nnimap-extend-tls-programs): Removed.
151         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
152
153         * tls.el (tls-starttls-switches): Remove starttls hack.
154         (open-tls-stream): Ditto.
155         (tls-find-starttls-argument): Ditto.
156
157 2010-10-13  Julien Danjou  <julien@danjou.info>
158
159         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
160         responses.
161
162 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
165
166         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
167         anything in Emacs.
168
169         * shr.el (shr-current-column): Remove buggy and unnecessary function.
170
171 2010-10-13  Julien Danjou  <julien@danjou.info>
172
173         * shr.el (shr-width): Make shr-width a defcustom with default to
174         fill-column.
175         (shr-tag-img): Use shr-width rather than fill-column.
176
177 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * dgnushack.el (byte-optimize-apply)
180         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
181
182         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
183         position when (X-)Faces exist.
184         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
185         avatars when called interactively.
186
187 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
190         gnus-article-x-face-too-ugly is bound.
191
192 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
195
196         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
197         mailbox that doesn't exist.
198
199 2010-10-12  Julien Danjou  <julien@danjou.info>
200
201         * shr.el (shr-tag-img): Encode URL properly when retrieving.
202         (shr-get-image-data): Encode URL properly when fetching from cache.
203         (shr-tag-img): Use aligned-to spaces to align correctly images.
204
205         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
206         before inserting the Gravatar.
207
208         * shr.el (shr-tag-img): Add align attribute support for <img>.
209
210 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-gravatar.el (gnus-art): Required.
213
214         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
215         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
216         Remove long obsoleted functions.
217
218 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
221
222         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
223
224         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
225         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
226         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
227         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
228         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
229         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
230         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
231
232 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233
234         * nnimap.el (nnimap-request-rename-group): Select group read-only
235         before renaming it.
236
237         * shr.el (shr-insert): Fix up the white space only regexp.
238
239         * nnimap.el (nnimap-transform-split-mail): Not all articles have
240         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
241
242         * shr.el (shr-current-column): New function.
243         (shr-find-fill-point): New function.
244
245 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
246
247         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
248         numbers.
249
250 2010-10-11  Julien Danjou  <julien@danjou.info>
251
252         * shr.el (shr-hr-line): Add.
253         (shr-tag-hr): Use shr-hr-line to specify which character to use to
254         display hr lines.
255         (shr-max-columns): Do not change state to nil if we just inserting
256         spaces.
257
258 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * gnus-topic.el (gnus-topic-read-group): If after the last group,
261         select the last group.
262
263 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
264
265         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
266
267 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
268
269         * dig.el (dig-mode-map): Declare and define in one step.
270
271 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
274         for Gnus.
275         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
276         (nnimap-update-qresync-info): Mark \Seen articles as read.
277
278         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
279         non-variable, too.
280
281         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
282         available.
283         (nnimap-update-info): Rely more on the current active than the param
284         active to avoid marking articles as read too much.
285
286         * auth-source.el (auth-source-create): Use (user-login-name) for the
287         user name default.
288
289         * nnimap.el (nnimap-update-info): If the server doesn't return any
290         useful info, just use the previous info.
291         (nnimap-update-info): Prefer old info over start-article.
292         (nnimap-update-qresync-info): Finish implementing QRESYNC.
293
294 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
295
296         * nnir.el (autoload): Clean up autoloads.
297         (nnir-imap-default-search-key): Renamed from
298         nnir-imap-search-field. Use key rather than value.
299         (nnir-imap-search-other): New variable.
300         (nnir-read-parm): Use it.
301         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
302         (gnus-summary-nnir-goto-thread): Modify to work with imap.
303
304 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
305
306         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
307         the process, too.
308
309 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
310
311         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
312         Allbery.
313
314         * shr.el: Rework the way things are indented by <li> slightly.
315
316         * gnus.el (gnus-group-set-parameter): Fix typo.
317
318         * nnimap.el: Start implementing QRESYNC support.
319
320 2010-10-09  Julien Danjou  <julien@danjou.info>
321
322         * nnir.el (nnir-engines): Fix too many arguments.
323
324 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
327         group is the "last", so that the backends like nnfolder actually save
328         their folders.
329
330         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
331         try to use that for the tls stream.
332         (nnimap-retrieve-group-data-early): Rework the marks code to heed
333         UIDVALIDITY and find out which groups are read-only and not.
334         (nnimap-get-flags): Use the same marks parsing code as the rest of
335         nnimap.
336
337 2010-10-09  Julien Danjou  <julien@danjou.info>
338
339         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
340
341         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
342         retrieving gravatars.
343
344         * shr.el (shr-table-corner): Add.
345         (shr-table-line): Add.
346         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
347
348 2010-10-08  Julien Danjou  <julien@danjou.info>
349
350         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
351
352 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
353
354         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
355
356         * gnus-sum.el (gnus-mark-article-as-unread)
357         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
358         (gnus-summary-set-bookmark): Use it.
359
360         * gnus-msg.el (gnus-setup-message): Use it.
361
362         * gnus-demon.el (gnus-demon-remove-handler): Use it.
363
364         * gnus.el (gnus-group-remove-parameter): Use it.
365
366         * gnus-group.el (gnus-group-make-web-group): Use it.
367
368         * gnus-demon.el (gnus-demon-remove-handler): Use it.
369
370         * nnregistry.el: Update docs to mention manual.
371
372         * gnus-registry.el: Update docs to mention nnregistry.el.
373         (gnus-registry-initialize): Don't install nnregistry refer method
374         automatically.
375         (gnus-registry-install-nnregistry): Remove it.
376
377 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * shr.el (shr-insert): Don't insert double spaces.
380
381 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * gnus-gravatar.el (gnus-treat-from-gravatar)
384         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
385         called interactively.
386
387         * gnus-art.el (gnus-mime-view-part-externally)
388         (gnus-mime-view-part-internally): Make predicate function passed to
389         gnus-mime-view-part-as-type assume argument is a mime type, not a list
390         of a mime type.
391
392         * shr.el (shr-table-widths): Don't use cl function `reduce'.
393
394 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * shr.el (require): Require cl when compiling.
397         (shr-tag-hr): New function.
398
399         * nnimap.el (nnimap-update-info): Remove double setting of high.
400         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
401         makes nnimap work properly on Courier again.
402
403         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
404         the variable for backwards compatability.
405
406         * mm-decode.el (mm-save-part): If given a non-directory result, expand
407         the file name before using to avoid setting mm-default-directory to
408         nil.
409
410         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
411         bidning gnus-agent variables.
412
413         * shr.el (shr-render-td): Use a cache for the table rendering function
414         to avoid getting an exponential rendering behaviour in nested tables.
415         (shr-insert): Rework the line-breaking algorithm.
416         (shr-insert): Don't leave trailing spaces.
417         (shr-insert-table): Also insert empty TDs.
418         (shr-tag-blockquote): Ensure paragraphs after </ul>.
419
420 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
421
422         * gnus-sum.el (gnus-number): Rename from `number'.
423         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
424         (gnus-summary-limit-children): Update uses correspondingly.
425
426 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
429         (gnus-gravatar-transform-address): Don't show avatars of people of
430         which mail addresses match gnus-gravatar-too-ugly.
431
432 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * shr.el (shr-table-widths): Expand TD elements to fill available
435         space.
436
437 2010-10-07  Julien Danjou  <julien@danjou.info>
438
439         * nnimap.el (nnimap-request-rename-group): Add this method.
440
441 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
444         name from XEmacs' function-arglist.
445
446         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
447         gravatar under XEmacs.
448
449 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
450
451         * auth-source.el: Update docs with TODO items.
452
453         * gnus-sync.el: Update docs to explain state and plans.
454
455         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
456         Hooks for mark updates.
457         (gnus-request-set-mark, gnus-request-update-mark): Use them.
458
459         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
460         hooks with arguments, which is needed for mark update hooks.
461
462 2010-10-06  Julien Danjou  <julien@danjou.info>
463
464         * gnus.el (gnus-expand-group-parameter): Only return and act on what
465         was matched.
466
467         * sieve-manage.el: Update example in `Commentary'.
468
469         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
470
471         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
472         not 2000.
473         (sieve-manage-authenticate): Re-add function.
474
475 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * shr.el (shr-insert): Get 'space transition right.
478         (shr-render-td): Only delete space at the end of the TD.
479
480         * nnimap.el (nnimap-open-connection): Prepare to support
481         open-gnutls-stream.
482
483         * shr.el: Rearrange function order to be more logical.
484
485 2010-10-06  Julien Danjou  <julien@danjou.info>
486
487         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
488         (nnrss-discover-feed): Remove 404 URL in docstring.
489
490         * nnir.el: Fix Swish-E URL.
491         Fix Namazu URL.
492
493         * message.el (message-change-subject): Remove 404 URL in a comment.
494
495 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
498         called interactively.
499
500         * gnus-util.el (gnus-remove-if): Allow hash table.
501         (gnus-remove-if-not): New function.
502
503         * gnus-art.el (gnus-mime-view-part-as-type)
504         * gnus-score.el (gnus-summary-score-effect)
505         * gnus-sum.el (gnus-read-move-group-name):
506         Replace remove-if-not with gnus-remove-if-not.
507
508         * gnus-group.el (gnus-group-completing-read):
509         Regard collection as a hash table if it is not a list.
510
511 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * shr.el (shr-render-td): Allow blank/missing <TD>s.
514
515         * shr.el: Document the table-rendering algorithm.
516
517 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
520         for Emacsen having no `libxml-parse-html-region' support.
521
522 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
525         invalid URLs.
526
527         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
528         line-broken.
529         (shr-tag-img): Ignore image fetching errors.
530         (shr-overlays-in-region): Compute overlay positions correctly.
531
532         * mm-decode.el (mm-shr): Require shr.
533
534         * gnus-art.el (gnus-blocked-images): Move variable here.
535
536         * shr.el (shr-insert-table): Bind free variable.
537
538         * mm-decode.el (mm-shr): Bind shr-content-function.
539
540         * shr.el (shr-content-function): New variable.
541
542         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
543         added for symmetry.
544
545         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
546
547         * gnus-group.el (gnus-group-make-group): Doc fix.
548
549         * nnimap.el (nnimap-request-newgroups): Return success.
550
551         * shr.el (shr-find-elements): New function.
552         (shr-tag-table): Put all the images after the table.
553         (shr-tag-table): Really inhibit images inside the table.
554         (shr-collect-overlays): Copy over overlays from the TD elements to the
555         main document.
556
557         * mm-decode.el (mm-shr): Bind shr-blocked-images to
558         gnus-blocked-images.
559
560 2010-10-05  Julien Danjou  <julien@danjou.info>
561
562         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
563
564         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
565         (gnus-html-maximum-image-size): Add this function.
566         (gnus-html-put-image): Use gnus-html-maximum-image-size.
567
568         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
569         server-value of the capability is nil.
570
571 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * shr.el (shr-tag-em): Add <EM> tag.
574
575 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
576
577         * sieve-manage.el (sieve-manage-default-stream): Make default stream
578         customizable.
579
580         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
581         handing broken links to browse-url.
582
583 2010-10-05  Julien Danjou  <julien@danjou.info>
584
585         * gnus-util.el (gnus-emacs-completing-read)
586         (gnus-iswitchb-completing-read): Use autoload rather than require.
587
588 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
589
590         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
591         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
592         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
593         iswitchb-temp-buflist for XEmacs.
594
595         * gnus-util.el (gnus-completing-read-function): Exclude
596         gnus-icompleting-read and gnus-ido-completing-read from candidates for
597         XEmacs since iswitchb.el is very old and ido.el is unavailable in
598         XEmacs.
599
600         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
601         not to use `delete-dups' that is unavailable in XEmacs 21.4.
602
603         * gnus-html.el: Don't require help-fns under XEmacs.
604         (gnus-html-schedule-image-fetching): Work for XEmacs.
605
606         * mm-decode.el (mm-shr): Decode contents by charset.
607
608 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
611         unknown.
612
613         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
614         (shr-get-image-data): Ensure against the cache file missing.
615
616         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
617         for data.
618
619         * spam-report.el (spam-report-url-ping-plain): Don't query about
620         killing the process.
621
622         * shr.el (shr-render-td): Protect against too-wide text.
623
624 2010-10-04  Julien Danjou  <julien@danjou.info>
625
626         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
627         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
628
629         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
630         retrieved.
631
632 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633
634         * shr.el (browse-url): Required.
635         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
636         lines.
637         (shr-show-alt-text, shr-browse-image): New commands.
638         (shr-browse-url, shr-copy-url): New commands.
639
640         * gnus-sum.el (gnus-widen-article-window): New variable.
641         (gnus-summary-select-article-buffer): Use it.
642
643         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
644         without @ signs.
645
646 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
647
648         * nnir.el (nnir-run-imap): Remove spurious space in search string.
649
650 2010-10-04  Julien Danjou  <julien@danjou.info>
651
652         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
653         for XEmacs.
654
655 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
658
659         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
660         (nnimap-close-server): Implement.
661
662         * dgnushack.el (iswitchb): Require to shut up the compiler.
663
664         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
665         (shr-insert): Tweak line breaking.
666         (shr-insert): Handle <pre> better.
667         (shr-tag-li): Get <li> indentation right.
668         (shr-tag-li): Get <li> indentation even righter.
669         (shr-tag-blockquote): Ensure paragraph start.
670         (shr-make-table): Tweak table generation.
671         (shr-make-table): Fix typo.
672
673         * shr.el: Implement table rendering.
674
675 2010-10-04  Julien Danjou  <julien@danjou.info>
676
677         * gnus-html.el (gnus-html-put-image): Fix resize image code.
678
679 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680
681         * shr.el (shr-insert): Use string anchors instead of line anchors.
682
683 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * shr.el: Add headings.
686         (shr-ensure-paragraph): Actually work.
687         (shr-tag-li): Make <ul> prettier.
688         (shr-insert): Get white space at the beginning/end of elements right.
689         (shr-tag-p): Collapse subsequent <p>s.
690         (shr-ensure-paragraph): Don't insert double line feeds after blank
691         lines.
692         (shr-insert): \t is also space.
693         (shr-tag-s): Fix "s" tag name function.
694         (shr-tag-s): Fix face prop name.
695
696 2010-10-03  Julien Danjou  <julien@danjou.info>
697
698         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
699
700         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
701         gnus-window-inside-pixel-edges.
702
703         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
704         gnus-ems.
705
706         * mm-view.el (mm-inline-image-emacs): Support image resizing.
707
708         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
709         function.
710
711         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
712         resize choice.
713
714 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
717         beginning of the buffer.
718
719         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
720         article buffer again.
721
722         * shr.el (shr-tag-p): Don't insert newlines at the start of the
723         buffer.
724
725         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
726         when it's at the start of the buffer.
727
728         * shr.el (shr-tag-blockquote): Convert name.
729         (shr-rescale-image): Use the right image-size variant.
730
731         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
732         buffer isn't shown, then select the current article first instead of
733         bugging out.
734         (gnus-summary-select-article-buffer): Show both the article and summary
735         buffers again.
736
737         * shr.el (shr-fontize-cont): Protect against regions with no text.
738         Rename tag functions to shr-tag-* for enhanced security.
739         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
740
741 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
742
743         * shr.el (shr-insert):
744         * pop3.el (pop3-movemail):
745         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
746         loaded.
747
748 2010-10-03  Glenn Morris  <rgm@gnu.org>
749
750         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
751
752         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
753
754         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
755
756         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
757
758         * gnus-util.el (gnus-make-local-hook): Simplify.
759
760 2010-10-02  Julien Danjou  <julien@danjou.info>
761
762         * gnus-util.el (gnus-iswitchb-completing-read): New function.
763         (gnus-ido-completing-read): New function.
764         (gnus-emacs-completing-read): New function.
765         (gnus-completing-read): Use gnus-completing-read-function.
766         Add gnus-completing-read-function.
767
768 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769
770         * shr.el (shr-insert-document): Autoload.
771         (shr-img): Be silent.
772         (shr-insert): Add a newline after every picture before text.
773         (shr-add-font): Use overlays for combining faces.
774         (shr-insert): Pass upwards the text start point.
775
776         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
777         possible.
778         (mm-shr): New function.
779
780 2010-10-02  Julien Danjou  <julien@danjou.info>
781
782         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
783         should go backward.
784
785 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
786
787         * shr.el (shr): Fix typo in provide call.
788
789 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * shr.el: New file.
792
793         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
794
795         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
796         completing read.
797
798 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
801         we're being queried about.  Suggested by Dan Jacobson.
802
803         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
804         by Jason Eisner.
805
806         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
807         table, too.  Suggested by Stefan Wiens.
808         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
809         the table unnecessary.  Suggested by Stefan Wiens.
810
811         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
812         longer needed, and probably doesn't work either, as pointed out by
813         Stefan Wiens.
814         (gnus-summary-exit): Remove call to the clearing function.
815         (gnus-summary-exit-no-update): Ditto.
816
817         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
818         instead of gnus-eval-in-buffer-window to avoid popping up frames.
819         Reported by Stefan Monnier.
820         (gnus-summary-save-in-rmail): Ditto.
821
822         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
823         article buffer, instead of both the article buffer and the summary
824         buffer.  Sort of suggested by Dan Jacobson.
825
826         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
827
828         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
829         Suggested by Dan Jacobson.
830
831         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
832         documentation clearer.
833
834         * message.el (message-shorten-references): Comment on the number "21".
835         Suggested by Stefan Monnier.
836
837         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
838         Suggested by Dan Jacobson.
839
840         * gnus.el (gnus-large-newsgroup): Mention
841         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
842
843         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
844         externalize attachments.  Bug reported by Steve Wen.
845
846         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
847         really message anything to the user.
848
849         * nnmail.el (nnmail-article-group): Allow using the fancy split method
850         directly.
851
852         * nnimap.el (nnimap-request-group): Low higher than high to signal no
853         messages in empty groups.
854
855 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
856
857         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
858         non-UIDNEXT group.
859
860 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
863         not the value from the collection.
864
865         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
866         values.  This sometimes happens on some groups that have no info.
867         (nnimap-request-newgroups): New function.
868
869 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
870
871         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
872         check into `gnus-registry-initialize'.
873         (gnus-registry-initialize): Ditto.
874         Fix and extend header docs.
875
876 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
879         regexp backtrace overflows.
880
881         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
882         for starttls that tls.el implements; i.e. openssl.
883
884         * tls.el (tls-starttls-switches): Give up on using starttls with
885         gnutls-cli.
886         (tls-program): Add --insecure to be consistent with the defaults from
887         openssl s_client.  Now all three commands are insecure.
888
889 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * lpath.el: Bind completion-styles-alist for XEmacs.
892
893         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
894         (gravatar-create-image): New function that's an alias to
895         gnus-xmas-create-image, gnus-create-image, or create-image.
896         (gravatar-data->image): Use it.
897
898 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
899
900         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
901         install the nnregistry refer method.
902         (gnus-registry-install-hooks): Use it.
903         (gnus-registry-unfollowed-groups): Add nnmairix to the default
904         unfollowed groups.
905
906 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
907
908         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
909         expanding threads.
910
911 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * nnir.el: Use the server names without suffixes (bug #7009).
914
915         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
916         unencrypted to STARTTLS, if possible.
917
918 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
919
920         * message.el (message-ignored-supersedes-headers): Strip Injection-*
921         headers before superseding.
922
923 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * nnrss.el (nnrss-use-local): Add documentation.
926
927         * nnimap.el (nnimap-extend-tls-programs): New function.
928         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
929         (nnimap-wait-for-connection): Accept the greeting from the stupid
930         output from openssl s_client -starttls, too.
931
932         * tls.el (tls-starttls-switches): New variable.
933         (tls-find-starttls-argument): Use it.
934         (open-tls-stream): Ditto.
935
936         * netrc.el (netrc-credentials): Return the value of the "default"
937         entry.
938         (netrc-machine): Ditto.
939
940         * nnimap.el (nnimap-find-article-by-message-id): Really return the
941         article number.
942         (nnimap-split-fancy): New variable.
943         (nnimap-split-incoming-mail): Use it.
944
945         * nntp.el (nntp-server-list-active-group): Document.
946
947         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
948         SELECT to get the message-id.
949
950         * mail-source.el (mail-sources): Removed webmail support.
951         (defvar): Ditto.
952         (mail-source-fetcher-alist): Ditto.
953         (mail-source-fetch-webmail): Removed.
954
955         * webmail.el: Removed -- doesn't seem relevant any more.
956
957         * gnus.el: Fix up make-obsolete-variable declarations throughout.
958
959         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
960         the \r.
961
962 2010-09-30  Julien Danjou  <julien@danjou.info>
963
964         * gnus-agent.el (gnus-agent-add-group): Fix call to
965         gnus-completing-read.
966
967 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * nndoc.el (nndoc-retrieve-groups): New function.
970
971         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
972         `default', use nnmail-split-methods.
973         (nnimap-request-article): Downcase the NILs so that they are nil.
974
975         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
976         symbol.
977
978         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
979         code, since if the user has requested network, that's what they ought
980         to get.
981         (nnimap-request-set-mark): Erase the buffer before issuing commands.
982         (nnimap-split-rule): Mark as obsolete.
983
984         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
985         variable.
986
987         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
988         correct slot, too.
989
990 2010-09-29  Julien Danjou  <julien@danjou.info>
991
992         * gnus.el (gnus-local-domain): Declare variable obsolete.
993
994         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
995         computing.
996         (gnus-ido-completing-read): Require ido.
997
998 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1001         build Gnus.
1002
1003         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1004         when interpreting the structures.
1005         (nnimap-request-accept-article): Add \r\n to the lines to make this
1006         work with Cyrus.
1007
1008         * nndraft.el (nndraft-request-expire-articles): Use the group name
1009         instead if "nndraft".  Fix found by Nils Ackermann.
1010
1011 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1012
1013         * nnregistry.el: Added.
1014
1015 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1016
1017         * nnmail.el (group, group-art-list, group-art):
1018         Remove unneeded directives.
1019
1020 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1023         (mm-mime-charset)
1024         * rfc2047.el (rfc2047-syntax-table)
1025         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1026
1027         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1028         rather than `insert-file-contents' and `eval-region'.
1029
1030         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1031         construction.
1032
1033         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1034
1035         * time-date.el: No need to require cl for Emacs 21.
1036
1037 2010-09-29  Julien Danjou  <julien@danjou.info>
1038
1039         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1040         replacement of `gnus-gravatar-relief' to mimic
1041         `gnus-faces-properties-alist'.
1042         Add :version property.
1043
1044 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * mail-source.el (mail-source-report-new-mail)
1047         * message.el (message-default-mail-headers)
1048         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1049
1050         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1051
1052 2010-09-28  Julien Danjou  <julien@danjou.info>
1053
1054         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1055         mail-address contains the same string as real-name.
1056
1057         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1058         non-blank in header, otherwise it'll get stripped.
1059
1060         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1061         real-name, and then for mail address rather than doing : or , search.
1062
1063 2010-09-27  Julien Danjou  <julien@danjou.info>
1064
1065         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1066         (gnus-server-goto-server): Use gnus-completing-read.
1067
1068         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1069
1070         * mm-util.el (defalias): Use gnus-completing-read.
1071         (mm-codepage-setup): Use gnus-completing-read.
1072
1073         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1074         (smime-decrypt-buffer): Use gnus-completing-read.
1075
1076         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1077
1078         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1079         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1080         (mml-insert-multipart): Use gnus-completing-read.
1081
1082         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1083
1084         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1085
1086         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1087
1088         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1089
1090         * gnus.el (gnus-read-method): Use gnus-completing-read.
1091
1092         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1093
1094         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1095         (gnus-mime-action-on-part): Use gnus-completing-read.
1096         (gnus-article-encrypt-body): Use gnus-completing-read.
1097
1098         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1099         (gnus-topic-move-matching): Use gnus-completing-read.
1100         (gnus-topic-copy-matching): Use gnus-completing-read.
1101         (gnus-topic-sort-topics): Use gnus-completing-read.
1102         (gnus-topic-move): Use gnus-completing-read.
1103
1104         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1105         (gnus-agent-add-group): Use gnus-completing-read.
1106
1107         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1108         gnus-completing-read.
1109         (nnmairix-update-groups): Use gnus-completing-read.
1110         (nnmairix-get-server): Use gnus-completing-read.
1111         (nnmairix-backend-to-server): Use gnus-completing-read.
1112         (nnmairix-goto-original-article): Use gnus-completing-read.
1113         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1114
1115         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1116
1117         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1118         (gnus-group-make-useful-group): Use gnus-completing-read.
1119         (gnus-group-make-web-group): Use gnus-completing-read.
1120         (gnus-group-add-to-virtual): Use gnus-completing-read.
1121         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1122
1123         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1124         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1125         (gnus-summary-execute-command): Use gnus-completing-read.
1126         (gnus-summary-respool-article): Use gnus-completing-read.
1127         (gnus-read-move-group-name): Use gnus-completing-read.
1128
1129         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1130         (gnus-summary-score-effect): Use gnus-completing-read.
1131
1132         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1133
1134         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1135         right completing-read function.
1136         (gnus-use-ido): New variable
1137         (gnus-completing-read-with-default): Remove.
1138
1139 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1142         x-focus-frame.
1143
1144         * nnimap.el (auth-source-forget-user-or-password)
1145         (auth-source-user-or-password): Autoload.
1146
1147         * message.el (message-from-style, message-interactive)
1148         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1149         (message-yank-prefix, message-indentation-spaces, message-signature)
1150         (message-signature-file): Add comment.
1151
1152 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1155         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1156         new articles.
1157
1158         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1159         parts.
1160         (nnimap-request-article): Work with the t setting, too.
1161
1162         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1163         that you don't get flashes of other buffers.
1164         (gnus-summary-show-complete-article): Intern before setting.
1165
1166 2010-09-27  David Engster  <dengste@eml.cc>
1167
1168         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1169         well as HEADERS.
1170         (nnmairix-retrieve-headers): Provide new argument for the above.
1171
1172 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * gnus-sum.el (gnus-summary-move-article): Don't alter
1175         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1176         group.
1177
1178         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1179
1180         * message.el (message-cite-prefix-regexp): Revert my last edit.
1181
1182         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1183         variable instead of the Gnus variable.
1184
1185         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1186
1187         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1188         again.
1189
1190         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1191         since some servers don't like it.
1192         (nnimap-open-connection): Forget credentials if the server says the
1193         password was wrong.
1194         (nnimap-parse-line): Protect against invalid data.
1195
1196         * gnus-sum.el (gnus-summary-move-article): Add comment.
1197         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1198         nothing alters it while scanning for new messages.
1199
1200         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1201         which may or may not help.
1202         (nnimap-open-connection): If we're doing a stream connection, and then
1203         discover we're on a STARTTLS-capable server, then open a STARTTLS
1204         connection instead.
1205
1206 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * nnimap.el (utf7): Required.
1209
1210         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1211         prefix.
1212
1213 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1214
1215         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1216
1217 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * nnimap.el (nnimap-request-accept-article): Message the error on
1220         error.
1221
1222 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1225
1226 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * nndoc.el (nndoc-request-list): Return success always.
1229
1230         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1231         `fetch-old' -- we only want to fetch the articles we've requested.  The
1232         rest are in the agent, probably.
1233         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1234         disappeared server" to something low.  It's not important.
1235
1236         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1237         arrived before the FETCH data.
1238
1239         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1240         target here, because we don't know the Gnus name of the group.
1241
1242         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1243         for the correct group.
1244
1245         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1246
1247         * gnus.el (gnus): Give a final warning after startup.
1248
1249         * gnus-util.el (gnus-action-message-log): New variable.
1250         (gnus-message): Use it.
1251         (gnus-final-warning): New function.
1252
1253         * nnimap.el (nnimap-open-connection): Record the greeting.
1254         (nnimap): Add greeting.
1255
1256 2010-09-26  Julien Danjou  <julien@danjou.info>
1257
1258         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1259         arguments.
1260         (gnus-html-wash-images): Fix spec computing to include start/end.
1261
1262         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1263
1264 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1267         deletion.
1268         (nnimap-retrieve-headers): Don't select the group, because that's
1269         already done by nnimap-possibly-change-group.
1270
1271         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1272         (gnus-picon-transform-address): Use it.
1273
1274         * mail-source.el (mail-source-value): Revert previous patch.
1275
1276         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1277         on failure.
1278         (nnimap-open-connection): Look up both virtual and physical server name
1279         credentials.
1280
1281         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1282
1283 2009-02-07  Dave Love  <fx@gnu.org>
1284
1285         * tls.el (open-tls-stream): Don't query killing process.
1286
1287 2009-02-08  Dave Love  <fx@gnu.org>
1288
1289         * gnus-win.el (gnus-window-to-buffer-helper,
1290         gnus-all-windows-visible-p): Function needn't be a symbol.
1291
1292         * mail-source.el (mail-source-value): Function needn't be a symbol.
1293
1294 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * message.el (message-cite-prefix-regexp): Remove } from the cite
1297         prefix.
1298
1299         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1300         highlight again, so that the highlight is correct.
1301
1302         * gnus-picon.el (gnus-picon): Remove again.
1303         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1304
1305         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1306         doing the header highlightling, so that the background colour of the
1307         picon is correct.
1308
1309         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1310         (gnus-picon): Ditto.
1311         (gnus-picon): Reinstate.  The background colour for picons is white.
1312         (gnus-picon-insert-glyph): Make the background white.
1313
1314         * nnml.el (nnml-open-nov): Don't return dead buffers.
1315
1316         * auth-source.el (auth-source-create): Query the user for whether to
1317         store the credentials.
1318
1319         * netrc.el (netrc-store-data): New function.
1320
1321         * auth-source.el (auth-source-user-or-password): Use the existing auth
1322         sources, if any, for creation.
1323
1324         * gnus.el (gnus-group-fast-parameter): Return the last matching
1325         parameter instead of the first matching parameter.
1326
1327 2010-09-26  Julien Danjou  <julien@danjou.info>
1328
1329         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1330
1331 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * mml2015.el (mml2015-use): Remove gpg support.
1334
1335         * mml1991.el (mml1991-function-alist): Remove gpg function.
1336         (mml1991-gpg-sign): Removed.
1337
1338 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1339
1340         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1341         (gnus-browse-unsubscribe-current-group): Document it.
1342         (gnus-browse-unsubscribe-group): Use it.
1343
1344 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1347         address to the To list for easier response.
1348
1349         * gnus.el (gnus-play-startup-jingle): Removed.
1350         (gnus-splash): Don't play jingle.
1351         (gnus): Silence gnus-load message.
1352
1353         * gnus-art.el (gnus-treat-play-sounds): Removed.
1354
1355         * gnus.el (gnus-play-jingle): Remove audio support.
1356
1357         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1358
1359         * earcon.el: Removed -- no users.
1360
1361         * gnus-audio.el: Removed -- no users of this package.
1362
1363         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1364
1365         * gnus-start.el (gnus-setup-news): Remove nocem support.
1366
1367         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1368
1369         * gnus.el (gnus-use-nocem): Removed.
1370
1371         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1372         Removed.
1373
1374         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1375         uses NoCeM any more.
1376
1377         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1378         (gnus-button-ctan-handler): Ditto.
1379         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1380         (gnus-button-ctan-directory-regexp): Ditto.
1381         (gnus-button-handle-ctan): Ditto.
1382         (gnus-button-tex-level): Ditto.
1383         (gnus-button-alist): Removed CTAN stuff.
1384
1385 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1388         nnimap-streaming test.
1389
1390         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1391         servers twice.
1392
1393         * nnimap.el (nnimap-open-connection): Add more error reporting when
1394         nnimap fails early.
1395
1396         * nnheader.el (nnheader-get-report-string): New function.
1397         (nnheader-get-report): Use it.
1398
1399         * gnus-int.el (gnus-check-server): Say what the error was when opening
1400         failed.
1401
1402         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1403         using streaming.
1404
1405 2010-09-25  Julien Danjou  <julien@danjou.info>
1406
1407         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1408         gnus-window-inside-pixel-edges.
1409
1410 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1413
1414         * mm-decode.el (mm-save-part): Allow saving to other directories the
1415         normal Emacs way.
1416
1417         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1418         by Jay Berkenbilt.
1419
1420         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1421         there isn't a single byte.
1422
1423         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1424         just do it.  It doesn't really seem to matter what the user responds
1425         here, I think, so it's just a confusing question.
1426
1427         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1428         non-streaming case.
1429
1430         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1431         (gnus-article-encrypt-body): Use it.
1432
1433         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1434         keystroke.
1435
1436         * nnimap.el (nnimap-find-wanted-parts-1): Use
1437         gnus-fetch-partial-articles.
1438
1439         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1440
1441         * nnimap.el (nnimap-insert-partial-structure): New function.
1442         (nnimap-get-partial-article): New function.
1443         (nnimap-request-article): Use it.
1444         (nnimap-wait-for-response): Return whether the wait was successful.
1445         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1446         retrieval wasn't successful.
1447         (nnimap-retrieve-group-data-early): Allow throttling servers.
1448         (nnimap-streaming): New variable.
1449         (nnimap-fetch-partial-articles): Removed.
1450
1451         * mm-decode.el (mm-with-part): Protect against killed buffers.
1452
1453         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1454         for prettier summary display.
1455
1456 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1457
1458         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1459         directly.
1460
1461 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462
1463         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1464         apparently third-party libraries depend on it.
1465
1466         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1467         before starting negotiation.
1468
1469         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1470         privacy reasons.
1471         (gnus-treat-mail-gravatar): Ditto.
1472
1473         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1474         buffer when inserting images.  Inserting text into the headers, for
1475         instance, can make them invalid.
1476
1477 2010-09-25  Julien Danjou  <julien@danjou.info>
1478
1479         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1480         variables.
1481
1482         * nnheader.el: Remove useless variables news-reply-yank-from and
1483         news-reply-yank-message-id.
1484
1485         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1486         variables.
1487
1488         * mml1991.el: Remove useless mml1991-verbose.
1489
1490         * gnus.el: Remove useless variable gnus-use-generic-from.
1491         Remove obsolete variable gnus-topic-indentation.
1492
1493         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1494
1495         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1496
1497         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1498
1499         * gnus-group.el: Remove useless gnus-group-icon-cache.
1500         Remove useless gnus-ephemeral-group-server.
1501
1502         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1503
1504         * mml2015.el: Remove useless mml2015-verbose.
1505
1506         * mml-smime.el: Remove useless mml-smime-verbose.
1507
1508         * gnus.el: Remove useless gnus-local-domain.
1509
1510         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1511         gnus-gravatar-size.
1512
1513         * gnus-art.el: Remove useless gnus-treat-translate.
1514
1515 2010-09-24  Julien Danjou  <julien@danjou.info>
1516
1517         * gnus-sum.el: Add support for Gravatars.
1518
1519         * gnus-art.el: Add support for Gravatars.
1520
1521         * gnus-gravatar.el: Add this file.
1522
1523         * gravatar.el: Add this file.
1524
1525 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526
1527         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1528
1529         * gnus-group.el (gnus-group-fetch-faq): Removed.
1530
1531         * gnus.el (gnus-group-faq-directory): Removed.
1532
1533         * gnus-group.el (gnus-group-fetch-charter): Removed.
1534
1535         * gnus.el (gnus-group-charter-alist): Removed.
1536
1537         * gnus-group.el (gnus-group-archive-directory): Removed.
1538         (gnus-group-recent-archive-directory): Ditto.
1539         (gnus-group-make-archive-group): Removed.
1540
1541         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1542
1543         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1544         use the same article number for all the cached articles.
1545
1546         * nnimap.el (nnimap-command): Register the last command time so
1547         that we can use it for idling NOOPs.
1548         (nnimap-open-connection): Start the keeplive timer.
1549         (nnimap-make-process-buffer): Store all the process buffers.
1550         (nnimap-keepalive): New function.
1551
1552         * starttls.el: (starttls-open-stream): Add autoload cookie.
1553
1554 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1555
1556         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1557         handling.
1558
1559 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1562         its data structures.
1563
1564         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1565         instead of the cl.el copy-list.
1566         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1567         equalp.
1568
1569 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1572         and tool-bar-local-item-from-menu.
1573
1574         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1575         mode-line-highlight face for Emacs.
1576
1577         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1578         loading gnus-sum.elc; fix comment for canlock-verify.
1579         (gnus-article-jump-to-part): Use read-number.
1580         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1581         Emacs pre-21 compatible code for help-echo.
1582         (gnus-article-next-page-1): No need to adjust the number of lines.
1583         (gnus-article-describe-bindings): Always use help-buffer.
1584
1585         * gnus-audio.el (gnus-audio-inline-sound)
1586         * gnus-cus.el (gnus-custom-mode)
1587         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1588
1589         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1590
1591         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1592         compatible code.
1593
1594 2010-09-24  Glenn Morris  <rgm@gnu.org>
1595
1596         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1597         visiting the fcc file in rmail-mode.
1598
1599         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1600
1601 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * nnir.el: Silence the byte compiler.
1604
1605         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1606         alias to browse-url-url-encode-chars if any.
1607         (gnus-html-encode-url): Use it.
1608
1609 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * gnus-start.el (gnus-use-backend-marks): New variable.
1612         (gnus-get-unread-articles-in-group): Use it.
1613
1614         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1615         makeover.
1616
1617 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1618
1619         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1620
1621 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1624         Removed.
1625         (gnus-setup-news-hook): Removed
1626         gnus-fixup-nnimap-unread-after-getting-new-news.
1627
1628         * gnus-int.el (gnus-request-update-info): Protect against backends not
1629         having the function.
1630
1631         * nnimap.el (nnimap-stream): Mention starttls.
1632         (nnimap-open-connection): Add starttls support.
1633
1634 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1635
1636         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1637
1638 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1641         BODYSTRUCTUREs.
1642         (nnimap-transform-headers): Unfold quoted {42} headers.
1643
1644         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1645         the info.
1646         (gnus-get-unread-articles): Only call updatep on backends that support
1647         it.
1648
1649         * nnweb.el (nnweb-request-update-info): NOOP.
1650
1651         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1652
1653         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1654         since it only deals with marks.
1655
1656         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1657         gnus-request-marks, and make a new gnus-request-update-info.
1658
1659         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1660         the active instead of the high number, which is usually too low.
1661
1662 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1663
1664         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1665         * encrypt.el: Removed.
1666
1667 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1670         server in symbolic form.
1671
1672         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1673         0.9.
1674
1675 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1678         (nnimap-update-info): Fix up code slightly.
1679
1680         * gnus-int.el (gnus-open-server): Add tracing for performance
1681         debugging.
1682
1683         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1684         (gnus-group-insert-group-line): Pass the real group name so that it
1685         gets the right data.
1686
1687         * gnus-start.el (gnus-get-unread-articles): Don't have
1688         `gnus-get-unread-articles-in-group' update info, since that can be
1689         really slow and doesn't seem to be needed?
1690
1691 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1692
1693         * time-date.el (date-to-time): Try using parse-time-string first before
1694         using the slower timezone-make-date-arpa-standard.
1695
1696 2010-09-22  Julien Danjou  <julien@danjou.info>
1697
1698         * gnus-group.el (gnus-group-insert-group-line): Call
1699         gnus-group-highlight-line.
1700         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1701         default hook list.
1702         (gnus-group-update-eval-form): Add new function.
1703         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1704         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1705
1706 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1709         immediate, then expire all articles.
1710         (nnimap-update-info): Fix off-by-one errors.
1711         (nnimap-flags-to-marks): Would return no marks lists for group with no
1712         flags.  Instead return the other data.
1713
1714 2010-09-22  Julien Danjou  <julien@danjou.info>
1715
1716         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1717         Only return an icon.
1718         (gnus-group-insert-group-line): Compute icon to return.
1719
1720         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1721         variable.
1722         (gnus-html-image-fetched): Only cache if
1723         gnus-html-image-automatic-caching is set.
1724         (gnus-html-image-fetched): Check for errors.
1725
1726 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1729         once per method on `g'.  This ensures that backends like nnfolder don't
1730         open all their folders.
1731
1732         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1733         (nnimap-request-list): Nix out group in the correct buffer.
1734         (nnimap-parse-flags): Implement by using `read' instead of
1735         hand-parsing.
1736         (nnimap-flags-to-marks): Pass on permanent-flags.
1737         (nnimap-make-process-buffer): Record the server name.
1738         (nnimap-parse-flags): Fix typo.
1739         (nnimap-request-scan): Run split on the server in general, not just a
1740         single group.
1741
1742         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1743         parameter, and propagate this downwards.
1744
1745         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1746         since EXAMINE changes it on the server.
1747
1748         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1749         this command might take a while.
1750
1751 2010-09-22  Julien Danjou  <julien@danjou.info>
1752
1753         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1754         harmful if you have 2 images side-by-side, they can't be properly
1755         update on text deletion.  Using text-property is safer here.
1756         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1757         data.
1758
1759 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * nnimap.el (nnimap-expunge-inbox): Removed.
1762         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1763         (nnimap-expunge): Flip default to t.
1764
1765         * gnus.el (gnus-method-to-server): Don't push things to the cache
1766         unless it's unique.
1767         (gnus-server-to-method): Ditto.
1768
1769 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1770
1771         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1772
1773 2010-09-22  Julien Danjou  <julien@danjou.info>
1774
1775         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1776         get the start of data.
1777         (gnus-html-encode-url): Add this function to encode special chars in
1778         URL.
1779         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1780         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1781
1782         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1783         default.
1784         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1785
1786         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1787         images alt-text.
1788         (gnus-html-put-image): Put alt-text as help-echo.
1789
1790 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1793         * mm-util.el (mm-decompress-buffer)
1794         * nnir.el (nnir-run-find-grep)
1795         * pop3.el (pop3-list): Use 3rd arg of split-string.
1796
1797         * time-date.el (format-seconds): Comment fix.
1798
1799         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1800         and byte-optimize-form-code-walker.
1801         (dgnushack-make-auto-load): Don't advise make-autoload.
1802
1803         * lpath.el: Remove Emacs 21 stuff.
1804
1805 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1808         outside the active range.  Suggested by Dan Christensen.
1809
1810         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1811         slightly later to avoid double-getting it.
1812
1813         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1814         previous patch.
1815
1816         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1817
1818 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1819
1820         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1821
1822 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * gnus-int.el (gnus-open-server): Give a better error message in the
1825         "go offline" case.
1826
1827         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1828         marks for nnimap, which is seldom the right thing to do.
1829
1830         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1831         (gnus-same-method-different-name): New function.
1832
1833         * nnimap.el (parse-time): Require.
1834
1835         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1836         method in the presence of many similar methods.
1837
1838         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1839
1840         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1841         nnml-inhibit-expiry.
1842
1843         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1844         find out whether methods are equal.
1845
1846         * nnimap.el (nnimap-find-expired-articles): New function.
1847         (nnimap-process-expiry-targets): New function.
1848         (nnimap-request-move-article): Request the article before looking at
1849         what the Message-ID is.  Fix found by Andrew Cohen.
1850         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1851
1852         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1853         for oldness in addition to being a predicate.
1854
1855         * nnimap.el (nnimap-request-group): When we have zero articles, return
1856         the right data to Gnus.
1857         (nnimap-request-expire-articles): Only delete articles immediately if
1858         the target is 'delete.
1859
1860         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1861         method, this would bug out.
1862
1863         * gnus-group.el (gnus-group-expunge-group): Renamed from
1864         gnus-group-nnimap-expunge, and implemented as a normal interface
1865         function.
1866
1867         * gnus-int.el (gnus-request-expunge-group): New function.
1868
1869         * nnimap.el (nnimap-request-create-group): Implement.
1870         (nnimap-request-expunge-group): New function.
1871
1872 2010-09-21  Julien Danjou  <julien@danjou.info>
1873
1874         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1875         (gnus-html-cache-expired): Add new function.
1876         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1877         wethever we should display image for fetch it.
1878         Compute alt-text earlier to pass it to the fetching function too.
1879         (gnus-html-schedule-image-fetching): Change function argument to only
1880         get one image at a time, not a list.
1881         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1882         cache.
1883         (gnus-html-get-image-data): New function to retrieve image data from
1884         cache.
1885         (gnus-html-put-image): Change buffer argument to use image data rather
1886         than file, and place image above region rather than inserting a new
1887         one. Do not take alt-text as argument, since it's useless now: we place
1888         the image above alt-text.
1889         (gnus-html-prune-cache): Remove.
1890         (gnus-html-show-images): Start to fetch image when we find one, do not
1891         push into a temporary list.
1892         (gnus-html-prefetch-images): Only fetch image if they have expired.
1893         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1894         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1895
1896 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1897
1898         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1899
1900 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1903         spec inser "*" if the group isn't active instead of 0.
1904
1905         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1906         opening the server.
1907         (nnimap-request-delete-group): Implement group deletion.
1908         (nnimap-transform-headers): Return the size of the entire message in
1909         the Bytes header, not just the size of the first part.
1910         (nnimap-request-move-article): When moving an article from nnimap,
1911         request the article first so the accepting form has an article to
1912         accept.  Reported by Dan Christensen.
1913         (nnimap-command): Make sure that the error message doesn't error out.
1914
1915 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1916
1917         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1918         we haven't requested anything.
1919
1920 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1923         "".  Fix found by Andrew Cohen.
1924
1925         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1926         instead of -encode-string.
1927
1928 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1931
1932         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1933         by mm-subst-char-in-string.
1934
1935 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1938         waiting for the connection string.
1939
1940         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1941         arriving.
1942
1943         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1944         bogus characters.  This allows selecting certain Gmail groups.
1945
1946         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1947         (nnimap-fetch-partial-articles): New variable.
1948         (nnimap-open-connection): When looking for credentials, also use the
1949         nnimap-server-port.
1950         (nnimap-request-article): Return the group/article number, so that Gnus
1951         `^' works as expected.
1952         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1953         them.
1954
1955         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1956         comments.
1957         (gnus-methods-sloppily-equal): New function.
1958         (gnus): When using the development version of Gnus, load the gnus-load
1959         file.
1960
1961         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1962         `gnus-open-server' on each method before trying to scan them etc.  This
1963         ensures that all the backend parameters are set correctly.
1964
1965         * nnimap.el (nnimap-authenticator): New variable.
1966         (nnimap-open-connection): Allow anonymous login.
1967         (nnimap-transform-headers): The chars header is called Chars not
1968         Bytes.
1969         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1970         drops.
1971
1972         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1973         patch, found by Knut Anders Hatlen.
1974
1975 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1976
1977         * gnus-agent.el (gnus-agent-batch-confirmation)
1978         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1979         to gnus-message.
1980         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1981         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1982         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1983         * gnus-int.el (gnus-open-server): Likewise.
1984         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1985         (gnus-score-check-syntax): Likewise.
1986         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1987         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1988         Likewise.
1989         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1990
1991 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1994         calling conventions so that prefetch doesn't bug out.
1995
1996 2010-09-19  Julien Danjou  <julien@danjou.info>
1997
1998         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1999         rather than `subst-char-in-region' in order to be able to replace ASCII
2000         char by UTF-8 ones.
2001
2002         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2003         than curl.
2004         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2005         the right URL and ALT text on images.
2006         (gnus-html-wash-tags): Fix tag case.
2007         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2008         (gnus-article-html): Add -o display_ins_del=2 option.
2009         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2010
2011 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2014         the extra mail headers, which sometimes seem to happen for unknown
2015         reasons.
2016
2017         * mail-parse.el (mail-header-encode-parameter): Define as
2018         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2019         (or most, perhaps?) mail readers don't understand the latter, but do
2020         understand the former.
2021
2022         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2023         to nil, so that no methods are automatically agentized.  I think this
2024         is probably what most users want.
2025
2026         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2027         from url-retrieve, for instance about invalid URLs.
2028
2029         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2030         groups that have no articles.
2031         (nnimap-request-article): Check that we really got an article when we
2032         requested one.
2033
2034         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2035         doesn't exist.
2036
2037         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2038         nntp buffer so the agent can save it.
2039         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2040         that CRLF doesn't get translated to \n.
2041         (nnimap-open-connection): Don't make 'shell commands only send \n.
2042
2043 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2044
2045         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2046         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2047         Update var name.
2048         (nnml-generate-nov-file): Use dolist.
2049         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2050         Use with-current-buffer.
2051
2052 2010-09-18  Julien Danjou  <julien@danjou.info>
2053
2054         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2055         parallel.
2056
2057 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2060         the range update right.
2061         (nnimap-request-group): Don't make `M-g' bug out on group with no
2062         marks.
2063         (nnoo): Required, so that other packages can require nnimap.
2064         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2065         command we're looking for.  This helps when the server sends more
2066         responses after we've gotten everything we expected.
2067         (nnimap): Add a `newlinep' field to keep track of end-of-line
2068         conventions.
2069         Don't send CRLF to things that don't want it.
2070         (nnimap-request-accept-article): Ditto.
2071
2072 2010-09-18  Julien Danjou  <julien@danjou.info>
2073
2074         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2075         than curl to retrieve images.
2076
2077 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2080         the marks.
2081         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2082         (nnimap-wait-for-connection): New function.
2083         (nnimap-open-connection): If we have PREAUTH, don't query for login
2084         credentials.
2085         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2086         when doing a partial update.
2087
2088 2010-09-18  Julien Danjou  <julien@danjou.info>
2089
2090         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2091         tags.
2092
2093 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094
2095         * nnimap.el (nnimap-credentials): New function.
2096         (nnimap-open-connection): Use the new function to look for credentials
2097         also on the numeric equivalents of "imap" and "imaps".
2098
2099         * gnus-start.el (gnus-activate-group): Send the info to
2100         gnus-request-group.
2101
2102         * nnimap.el (nnimap-request-group): Have the "check" version of the
2103         function parse flags and update the info, so that a `M-g' get a total
2104         resync of all flags from the group.
2105
2106         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2107         to allow backends to alter the info on group selection.  Also alter all
2108         the backend -request-group functions to take the parameter.
2109
2110         * nnimap.el (nnimap-store-info): New function.
2111         (nnimap-update-info): Store the info for later usage.
2112         (nnimap-request-group): Use the stored info for the dont-check case, so
2113         that we don't retrieve all marks when we enter a group.
2114
2115         * nnimap.el: Use deffoo instead of defun for interface functions.
2116
2117         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2118         update the group info.  This makes the nndraft groups, for instance, go
2119         back to their old behaviour.
2120
2121         * gnus-sum.el (gnus-select-newsgroup): Indent.
2122
2123         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2124         in.
2125         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2126         nothing.
2127
2128         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2129         from methods that are denied.
2130
2131         * gnus-int.el (gnus-method-denied-p): New function.
2132
2133         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2134         store the password instead of netrc.
2135         (nnimap-open-connection): Don't error out when we can't make a
2136         connections.
2137
2138         * auth-source.el (auth-source-create): In the password prompt, say what
2139         we're querying for.  Also prompt for user name if that hasn't been
2140         given.
2141
2142         * nnimap.el (nnimap-with-process-buffer): Removed.
2143
2144 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145
2146         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2147         method when we're reading from the agent.
2148
2149         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2150
2151         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2152         that's probably most useful for users.
2153
2154         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2155         "failed" all the time.
2156
2157         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2158         ...)) with (with-current-buffer ... ).
2159
2160         * nntp.el (nntp-open-server): Return whether the open was successful or
2161         not.
2162
2163         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2164         select an unread unseen article first.
2165
2166         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2167         /etc/services, supply some sensible port defaults.
2168
2169         * dgnushack.el: Define netrc-credentials.
2170
2171 2010-09-17  Julien Danjou  <julien@danjou.info>
2172
2173         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2174
2175 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2176
2177         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2178         doesn't have any parameters.
2179
2180 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2183         only upcased checks.
2184
2185         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2186
2187         * nnimap.el (nnimap-open-shell-stream): New function.
2188         (nnimap-open-connection): Use it.
2189         (nnimap-transform-headers): Get the number of lines in each message.
2190         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2191         number of lines.
2192         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2193         problem.
2194
2195         * utf7.el (utf7-encode): Autoload.
2196
2197         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2198         to allow the mail splitting to not return a default group.  This is
2199         useful for nnimap, which will leave unmatched mail in the inbox.
2200
2201         * nnimap.el: Rewritten.
2202
2203         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2204         nnimap usage.
2205
2206         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2207         if the move is internal, so that nnimap can do fast internal moves.
2208
2209         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2210         data.
2211         (gnus-read-active-for-groups): Support finishing the early retrieval of
2212         data.
2213
2214         * gnus-range.el (gnus-range-nconcat): New function.
2215
2216         * gnus-int.el (gnus-finish-retrieve-group-infos)
2217         (gnus-retrieve-group-data-early): New functions.
2218
2219 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2220
2221         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2222         (nnrss-retrieve-groups):
2223         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2224         (pop3-quit): Use with-current-buffer.
2225
2226 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2229         instead of nnheader-accept-process-output.
2230
2231         * dgnushack.el (dgnushack-compile): Add comment.
2232
2233         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2234
2235         * gnus-html.el (gnus-html-schedule-image-fetching)
2236         (gnus-html-prefetch-images): Replace process-kill-without-query by
2237         gnus-set-process-query-on-exit-flag.
2238
2239 2010-09-16  Romain Francoise  <romain@orebokech.com>
2240
2241         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2242
2243 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2246         parameter to unintern is mandatory-ish in Emacs 24.
2247
2248         * gnus-html.el (gnus-html-schedule-image-fetching)
2249         (gnus-html-prefetch-images): Check for curl before using it.
2250
2251         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2252         depend on curl, which isn't essential.
2253
2254         * imap.el: Revert back to version
2255         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2256         seem problematic.
2257
2258 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2259
2260         * gnus-registry.el (gnus-registry-install-shortcuts):
2261         Explicitly pass `obarray' to `unintern' to avoid a warning.
2262
2263 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2266         change.
2267
2268         * nnrss.el (nnrss-request-list): Removed this function and related
2269         functions, including the moreover stuff.
2270
2271 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * nnrss.el (nnrss-retrieve-groups): New function.
2274
2275 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2276
2277         * .dir-locals.el: Add no-byte-compile cookie.
2278
2279 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * time-date.el (format-seconds): Comment fix.
2282
2283         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2284         for back end that doesn't support request-scan.
2285
2286 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2289         then do request scans from the backends.
2290
2291         * netrc.el (netrc-credentials): New conveniency function.
2292
2293         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2294         avoid running a hook per line, since this takes a lot of time,
2295         profiling shows.
2296         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2297         directly if gnus-visual-p is true.
2298
2299 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2300
2301         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2302         groups; replace mapcar with dolist which is a bit faster; pass groups
2303         info to gnus-read-active-file-1.
2304         (gnus-read-active-file-1): Scan only specified groups if the new
2305         optional arg `infos' is given.
2306
2307 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2310
2311         * pop3.el (pop3-movemail): Removed.
2312         (pop3-streaming-movemail): Renamed to pop3-movemail.
2313
2314         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2315         don't restrict end-tag searches to the end of the line.
2316
2317 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2320         articles of every unchecked group to t, which means unknown since the
2321         server has never been opened.
2322
2323 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-html.el (gnus-html-show-alt-text): New command.
2326         (gnus-html-browse-image): Ditto.
2327         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2328         to browse the image directly.
2329         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2330         better.
2331
2332         * gnus-async.el (gnus-async-article-callback): Call
2333         `gnus-html-prefetch-images' unconditionally.
2334
2335         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2336         before feeding URLs to curl.
2337
2338 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2341         internal images as deletable by `W D D'.
2342
2343         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2344         (gnus-async-article-callback): Fix typo.
2345
2346 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2349         current line to work around bugs in the output from w3m.
2350
2351         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2352         for groups that want that.
2353
2354         * nntp.el (nntp-wait-for-string): Supply a timeout for
2355         accept-process-output to ensure progress.
2356
2357         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2358         level to get unread articles from, then use that for foreign groups,
2359         too.
2360
2361         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2362         confuses the rest of the function.
2363
2364         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2365         for the methods that support -retrieve-groups, too.
2366
2367         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2368
2369 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2372         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2373
2374         * pop3.el: Require cl when compiling.
2375         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2376
2377 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2380         that aren't going to be activated.
2381         (gnus-get-unread-articles): Fix up the last commit.
2382
2383         * gnus-html.el (gnus-article-html): Allow calling without specifying
2384         the handle.  In that case, dissect the buffer first.
2385
2386         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2387
2388         * nnimap.el (nnimap-open-connection): Revert the change that would look
2389         into authinfo for imaps instead of imap.
2390
2391         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2392         say that you don't want to call gnus-request-group with don-check, but
2393         do check the reponse.  This is for virtual groups only.
2394         (gnus-get-unread-articles): Count the archive groups as secondary, so
2395         that they're activated the same way as before.
2396
2397         * imap.el (imap-message-map): Removed optional buffer parameter, since
2398         no callers use it.
2399         (imap-message-get): Ditto.
2400         (imap-message-put): Ditto.
2401         (imap-mailbox-map): Ditto.
2402         (imap-mailbox-put): Ditto.
2403         (imap-mailbox-get): Ditto.
2404         (imap-mailbox-get): Revert last change for this function.
2405
2406         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2407         case-insensitively.
2408         (nnimap-debug): Removed.
2409
2410         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2411         to use `imap-fetch' instead.  According to the comments, this should be
2412         safe, since all other IMAP clients use the 1:* syntax.
2413         (imap-enable-exchange-bug-workaround): Removed.
2414         (imap-debug): Removed -- doesn't seem very useful.
2415
2416         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2417         mail from a file, and the file doesn't exist.
2418
2419         * imap.el (imap-log): New convenience function used throughout instead
2420         of repeating the same code all over the place.
2421
2422         * pop3.el (pop3-streaming-movemail): Return t for success.
2423
2424         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2425         .authinfo if we're using ssl connection.
2426
2427         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2428         already have if we're in a main Gnus `g' run.
2429
2430         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2431
2432 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2435
2436         * nnmh.el (nnmh-request-list-1): Bind `file'.
2437
2438         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2439         alias to set-process-query-on-exit-flag or process-kill-without-query.
2440         (pop3-open-server): Use it.
2441
2442 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443
2444         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2445         box to the Incoming file.  Fixes mistake in previous checkin.
2446
2447         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2448         request loop (for debugging purposes) removed.
2449
2450         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2451         culprit is more visible.
2452         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2453         (nnml-add-incremental-nov): New functions to do "incremental" nov
2454         updates, where we just append to the end of the existing nov files
2455         without reading/writing them in full.
2456
2457         * mail-source.el (mail-source-delete-crash-box): Really only check the
2458         incoming files once in a while.
2459
2460         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2461
2462         * mail-source.el (mail-source-delete-crash-box): Only check the
2463         incoming files for deletion once per day to save a lot of file
2464         accesses.
2465
2466         * pop3.el (pop3-logon): Fix up unbound variable typo.
2467
2468         * mail-source.el (pop3-streaming-movemail): Autoload.
2469
2470         * pop3.el (pop3-streaming-movemail): Respect
2471         pop3-leave-mail-on-server.
2472
2473         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2474         retrieval.
2475
2476         * pop3.el (pop3-process-filter): Removed unused function.
2477         (pop3-streaming-movemail, pop3-send-streaming-command)
2478         (pop3-wait-for-messages, pop3-write-to-file)
2479         (pop3-number-of-responses): New functions for streaming pop3
2480         retrieval.
2481
2482         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2483         come from no known methods.
2484         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2485         list.
2486
2487         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2488         message sizes.
2489         (pop3-movemail): Use erase-buffer instead of looping and deleting
2490         regions, which seems rather odd.
2491
2492         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2493         file once per `g' run.
2494
2495         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2496         directories.  This makes the draft queue directory work.
2497
2498         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2499         data from the backends, so that we only request the list of groups from
2500         each method once.  This should speed things up considerably.
2501
2502         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2503         detect that it's not implemented.
2504
2505         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2506         we actually do recurse down into the tree, but don't stat all leaf
2507         nodes.
2508
2509         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2510         then say so instead of bugging out.
2511
2512         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2513         files exist before trying to read them.
2514
2515         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2516         around <pre_int>.
2517
2518         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2519
2520         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2521
2522 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * mm-util.el (mm-image-load-path): Just return the image directories,
2525         not all directories in the path in addition to the image directories.
2526         (mm-image-load-path): Maintain a cache of the image directories so that
2527         the `g' command in Gnus doesn't have to stat dozens of directories each
2528         time.
2529
2530         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2531         (gnus-html-wash-tags): Add a new `i' command to insert images.
2532         (gnus-html-insert-image): New command and keystroke.
2533         (gnus-html-redisplay-with-images): New command and keystroke.
2534         (gnus-html-show-images): Renamed command.
2535         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2536         spacers.
2537         (gnus-html-wash-tags): Decode entities at the end, so that entities
2538         inside the tags don't mess up the rest of the "parsing".
2539
2540         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2541         so that nnimap methods aren't agentized by default.  There's apparently
2542         many problems related to agent/imap behaviour.
2543
2544         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2545
2546         * gnus-html.el: Doc fix.
2547
2548 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2551         specifier-spec-list for Emacs 21.
2552
2553         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2554         glyph-width and glyph-height instead of display-graphic-p and
2555         image-size; make avoidance of displaying small images work for XEmacs.
2556
2557         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2558         for XEmacs.
2559
2560         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2561         of symbol that holds plist data.
2562         (gnus-process-plist): Remove plist of process after getting it.
2563
2564 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * message.el (message-generate-hashcash): Change default to
2567         'opportunistic if hashcash is installed.
2568
2569         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2570         (gnus-html-put-image): Only call image-size once, since it's somewhat
2571         time-consuming on remote X servers.
2572
2573 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2574
2575         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2576         type on data, not a file name.
2577
2578         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2579         window-pixel-edges for Emacs 21.
2580
2581         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2582         decoded contents.
2583         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2584
2585 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2588         group line format, since it isn't very interesting.
2589
2590         * gnus-agent.el (gnus-agent-short-article),
2591         (gnus-agent-long-article): Increase values for these two variables,
2592         since most people are likely to have more network connection and
2593         storage than before.
2594
2595         * gnus.el (gnus-refer-article-method): Change default to 'current.
2596         When referring an article, the common behaviour is to refer it from the
2597         current select method, not the native select method.  The chances of
2598         the native select method having the message in question is rather slim
2599         these days.
2600
2601         * gnus-sum.el (gnus-auto-select-subject): Change default to
2602         `unseen-or-unread'.  I think it's likely that most people want to
2603         select an unseen article over a previously seen, but unread one.
2604
2605         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2606         means that in the article buffer none of the minor mode elements will
2607         be shown, usually, and this is not desirable in most cases.
2608
2609         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2610         that commands like `d' (and the like) go to the next line in the
2611         buffer, instead of the next unread article.  I think this is the
2612         behaviour that is most natural for most users.
2613         (gnus-single-article-buffer): Change default to nil, so that people can
2614         have as many article buffers open as they have summary buffer.  I think
2615         this is the most natural way for the groups to behave.
2616
2617         * message.el (message-generate-new-buffers): Change default to
2618         `unsent', so that all new message buffers start their names with the
2619         string "*unsent", and it's easier to find the buffers if you move from
2620         them.
2621
2622 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2625         small.  They're probably tracking images.
2626         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2627         (gnus-html-rescale-image): Yet another try at getting the image sizing
2628         right.
2629
2630         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2631         nntp-marks-file-name is nil.
2632
2633 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2634
2635         * gnus-html.el (gnus-html-wash-tags)
2636         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2637         Better logging.
2638
2639 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2642
2643         * gnus-html.el (gnus-html-wash-tags): Check the value of
2644         gnus-blocked-images in the summary buffer.
2645
2646 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2647
2648         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2649
2650 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2653         like "a", it seems like.
2654         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2655         since it needs to be picked from the correct buffer.
2656
2657         * nnwfm.el: Removed.
2658
2659         * nnlistserv.el: Removed.
2660
2661 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2662
2663         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2664         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2665
2666 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * nnkiboze.el: Removed.
2669
2670         * nndb.el: Removed.
2671
2672         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2673         alt text.
2674         (gnus-html-rescale-image): Try to get the rescaling logic right for
2675         images that are just wide and not tall.
2676
2677         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2678         overshadow variable bindings.
2679
2680 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2681
2682         * gnus-html.el (gnus-html-wash-tags)
2683         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2684         extra logging.
2685
2686 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2689         (gnus-max-image-proportion): New variable.
2690         (gnus-html-rescale-image): New function.
2691         (gnus-html-put-image): Rescale images.
2692
2693 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2694
2695         Fix up some byte-compiler warnings.
2696         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2697         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2698         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2699         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2700         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2701         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2702         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2703
2704 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * gnus-html.el (gnus-article-html): Decode contents by charset.
2707
2708 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2709
2710         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2711         (gnus-html-frame-width, gnus-blocked-images)
2712         * message.el (message-prune-recipient-rules): Add custom version.
2713         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2714
2715         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2716         functions.
2717
2718         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2719         gnus-process-get.
2720
2721 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2722
2723         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2724         instead of lsub directly.
2725
2726 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * nnwarchive.el: Removed.
2729
2730         * gnus-soup.el: Removed.
2731
2732         * nnsoup.el: Removed.
2733
2734         * nnultimate.el: Removed.
2735
2736         * gnus-html.el (gnus-blocked-images): New variable.
2737
2738         * message.el (message-prune-recipients): New function.
2739         (message-prune-recipient-rules): New variable.
2740
2741         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2742         guess whether a long line is natural text or not.
2743
2744         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2745         gnus-process-plist and friends for compatibility.
2746
2747 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2748
2749         * gnus-html.el: Require packages that define macros used in this file.
2750         (gnus-article-mouse-face): Declare to silence byte-compiler.
2751         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2752         process-get.
2753         (gnus-html-put-image): Use plist-get to avoid getf.
2754         (gnus-html-prefetch-images): Use with-current-buffer.
2755
2756 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * gnus-ems.el: Provide compatibility functions for
2759         gnus-set-process-plist.
2760
2761         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2762         header-line-format for XEmacs 21.4.
2763
2764         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2765         * gnus.el (gnus-valid-select-methods)
2766         * message.el (message-send-mail-partially-limit)
2767         * mm-decode.el (mm-text-html-renderer)
2768         * mml.el (mml-insert-mime-headers-always)
2769         * smiley.el (smiley-regexp-alist): Bump custom version.
2770
2771 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * gnus-html.el: require mm-url.
2774         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2775         with the url to `url'.
2776         (gnus-html-wash-tags): Support cid: URLs/images.
2777
2778 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779
2780         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2781         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2782         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2783
2784         * gnus-move.el: Removed file, since it doesn't really work.
2785
2786         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2787         UTF-8.  This seems to fix problems with some German web feeds.
2788
2789         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2790         at the top so that the proper colours are applied.
2791
2792         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2793         don't have dots in their names.
2794
2795         * gnus-art.el (gnus-article-view-part): Doc fix.
2796
2797         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2798         XEmacs-compatible.
2799         (gnus-html-put-image): Don't do images on non-graphic displays.
2800
2801         * nnslashdot.el: Removed this unused backend.
2802
2803         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2804         actions.
2805         (gnus-undo-register-1): Revert last change.
2806
2807         * gnus-group.el (gnus-group-completing-read): Protect against not
2808         having completion-styles bound.
2809
2810         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2811         make broken recipients happier.
2812
2813         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2814
2815         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2816         point parameter.
2817
2818         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2819
2820         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2821         completion-styles for group selection.
2822
2823 2009-02-04  Andreas Schwab  <schwab@suse.de>
2824
2825         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2826         headers and regexp-quote the match if necessary.
2827
2828 2009-03-24  Miles Bader  <miles@gnu.org>
2829
2830         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2831         the blinking smiley.
2832
2833 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2834
2835         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2836         blink smiley.
2837
2838 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2841         where the dribbel file lives exists.
2842
2843         * message.el (message-send-mail-partially-limit): Change the default to
2844         nil, since most people don't want this.
2845
2846         * mm-url.el (mm-url-decode-entities): Also decode entities like
2847         &#x3212.
2848
2849 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2850
2851         * gnus-sum.el (gnus-summary-idna-message):
2852         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2853         Hyperlink urls in docstrings with URL `...'.
2854
2855 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2856
2857         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2858         functions.
2859
2860 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2863         say what the mouseover text should be.
2864
2865         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2866         version of the mm-w3m-safe-url-regexp variable to only download images
2867         in the groups where we want that to happen.
2868
2869         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2870
2871         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2872         easier debugging.
2873         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2874         big pictures in the article buffer.
2875
2876         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2877         gnus-article-html.
2878         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2879         w3m.
2880
2881         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2882
2883 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2886         which doesn't exist.
2887
2888         * message.el (message-inhibit-ecomplete): New variable to allow some
2889         function to inhibit ecomplete address storage.
2890         (message-resend): Disable ecomplete message storage when resending
2891         messages.
2892
2893         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2894
2895 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2896
2897         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2898         Save excursion while copying, moving, and deleting articles in order to
2899         prevent the cursor from jumping to unforeseen place.
2900
2901 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * lpath.el: No need to bind bookmark-current-buffer,
2904         bookmark-yank-point and bookmark-make-record-function.
2905
2906 2010-08-17  Glenn Morris  <rgm@gnu.org>
2907
2908         * gnus-sync.el: Require gnus components whose functions are used.
2909
2910         * gnus-art.el (bookmark-make-record-function):
2911         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2912         Declare for compiler.
2913
2914         * mm-url.el (mml-compute-boundary): Autoload.
2915
2916 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2919
2920 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2921
2922         Typo fix "hoo4a" -> "hook".
2923
2924         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2925
2926 2010-08-14  Glenn Morris  <rgm@gnu.org>
2927
2928         * gnus-sync.el (gnus-sync): Fix defgroup version.
2929
2930 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2931
2932         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2933
2934         * gnus-sync.el: Fix docs.
2935         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2936         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2937
2938 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2939
2940         Optimizations for gnus-sync.el.
2941
2942         * gnus-sync.el: Add docs about gnus-sync-backend
2943         possibilities.
2944         (gnus-sync-save): Remove unnecessary message.
2945         (gnus-sync-read): Optimize and show what groups were skipped.
2946
2947 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2948
2949         Minor bug fixes for gnus-sync.el.
2950
2951         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2952         read the sync on get-new-news.
2953
2954         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2955         quiet.
2956
2957         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2958
2959 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2960
2961         Make saving and restoring of hidden threads work with overlays.
2962         Patch applied by Ted Zlatanov.
2963
2964         * gnus-sum.el (gnus-hidden-threads-configuration)
2965         (gnus-restore-hidden-threads-configuration): Update to deal with text
2966         properties, rather than searching for a magic character.
2967
2968 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2969
2970         New gnus-sync.el library for synchronization of marks.
2971
2972         * gnus-sync.el: New library for synchronization of marks.
2973
2974         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2975         renamed from `gnus-registry-grep-in-list'.
2976
2977         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2978
2979         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2980
2981 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2984         determining charset of text fails.
2985
2986 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * nnmail.el (nnmail-get-new-mail-1): Revert.
2989
2990         * nnml.el (nnml-active-number): Make sure names of newly created groups
2991         in nnml-group-alist are encoded.
2992
2993 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2996         containing non-ASCII characters in active file for nnml back end.
2997
2998 2010-07-24  David Engster  <dengste@eml.cc>
2999
3000         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3001         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3002
3003 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3004
3005         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3006         tag (Bug#6654).
3007
3008 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3011         the article buffer, not the summary buffer.
3012
3013 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3016         Emacs 23 as well.
3017
3018 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3021         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3022
3023 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3024
3025         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3026         Patch applied by Karl Fogel.
3027
3028         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3029         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3030
3031 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3032
3033         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3034         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3035         C-w still not working correctly from Article buffers; Thierry's
3036         patch to fix that will be applied after this.
3037
3038         * gnus-art.el (bookmark-make-record-function): New local variable.
3039
3040         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3041         article buffer.
3042         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3043
3044 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3045
3046         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3047         on changes in bookmark.el.
3048
3049 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3052         `no-log' instead of message not to log prompt string.
3053
3054 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3055
3056         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3057         the *other* type of HTML form submission.
3058
3059 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3060
3061         * auth-source.el (auth-source-pick): If choice does not contain a
3062         questioned keyword, set the check to t.
3063
3064 2010-06-12  Romain Francoise  <romain@orebokech.com>
3065
3066         * gnus-util.el (gnus-date-get-time): Move up before first use.
3067
3068 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3071         (gnus-article-edit-part): Bind it to make last part that is substituted
3072         or deleted visible.
3073         (gnus-mime-display-single): Buttonize part of which id equals to
3074         gnus-mime-buttonized-part-id.
3075
3076 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3077
3078         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3079         (gnus-dd-mmm): Use gnus-date-get-time.
3080         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3081         simplify logic.
3082         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3083         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3084
3085 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3086
3087         * auth-source.el (top): Autoload `secrets-list-collections',
3088         `secrets-create-item', `secrets-delete-item'.
3089         (auth-sources): Fix tag string.
3090         (auth-get-source, auth-source-retrieve, auth-source-create)
3091         (auth-source-delete): New defuns.
3092         (auth-source-pick): Rewrite in order to avoid 2 passes.
3093         (auth-source-forget-user-or-password): New parameter USERNAME.
3094         (auth-source-user-or-password): New parameters CREATE-MISSING and
3095         DELETE-EXISTING.  Retrieve password interactively, if needed.
3096
3097 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3098
3099         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3100         deleting unused directories when gnus-expert-user is t.
3101
3102 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3105         for each temp file when gnus-article-browse-delete-temp is ask.
3106
3107 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3108
3109         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3110         Lisp calls to delete-backward-char by calls to delete-char.
3111
3112 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3113
3114         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3115
3116 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3117
3118         * password-cache.el (password-cache-remove): Fix docstring.
3119
3120 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3123         article unless decoding article to be saved.
3124
3125 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3128         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3129         generated within the mm-with-unibyte-current-buffer macro.
3130
3131 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3134         to nil when we're in a mml-preview buffer and no group is selected.
3135
3136 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3137
3138         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3139         when catching the `C-g'.  Reported by "Leo".
3140
3141 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * message.el (message-forward-make-body-plain)
3144         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3145         multibyte-string-p.
3146
3147         * lpath.el: Revert.
3148
3149 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * message.el (message-forward-make-body-mml): Assume original message
3152         is multibyte string; error on unibyte.
3153         (message-forward-make-body-plain): Ditto; don't add excessive newline
3154         in body end.
3155
3156         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3157
3158 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3159
3160         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3161         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3162
3163 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * mm-extern.el (mm-extern-url): Don't use
3166         mm-with-unibyte-current-buffer.
3167         (mm-extern-cache-contents): Use with-current-buffer instead of
3168         save-excursion + set-buffer.
3169
3170 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * mm-util.el (mm-emacs-mule): Remove.
3173
3174 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3175
3176         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3177         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3178         change.
3179
3180 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3181
3182         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3183         bind the default value of enable-multibyte-characters to nil.
3184
3185 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * message.el (message-forward-make-body-plain)
3188         (message-forward-make-body-mml):
3189         Don't use mm-with-unibyte-current-buffer.
3190
3191 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3192
3193         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3194
3195 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3196
3197         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3198         (Bug#5592).
3199
3200 2010-05-07  Julien Danjou  <julien@danjou.info>
3201
3202         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3203         it to mm-pipe-part.
3204
3205         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3206         it is given.
3207
3208 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * binhex.el (binhex-decode-region-internal)
3211         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3212         (dns-query)
3213         * nnweb.el (nnweb-gmane-search)
3214         * pgg-parse.el (pgg-parse-armor)
3215         * pgg.el (pgg-verify-region)
3216         * sha1.el (sha1-string-external)
3217         * uudecode.el (uudecode-decode-region-internal)
3218         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3219         XEmacs.
3220
3221         * gnus-art.el (gnus-article-browse-html-parts)
3222         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3223         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3224         make-temp-file.
3225
3226         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3227         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3228         compiling.
3229
3230         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3231         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3232         XEmacs when compiling.
3233
3234         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3235         gnus-pick-mode-off-hook for XEmacs when compiling.
3236         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3237         gnus-binary-mode-off-hook for XEmacs when compiling.
3238
3239         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3240         nil if char-charset is not available.
3241
3242         * imap.el (imap-disable-multibyte)
3243         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3244         macros.
3245
3246         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3247         instead of encode-coding-string.
3248
3249         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3250         'xemacs) instead of mm-emacs-mule to switch function definitions.
3251         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3252
3253         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3254         bind temporary-file-directory for XEmacs;
3255         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3256         timer-set-function for XEmacs 21.4 and SXEmacs;
3257         bind timer-list for XEmacs 21.4 and SXEmacs;
3258         fbind char-charset and find-charset-region for non-Mule XEmacs;
3259         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3260         encode-coding-region and encode-coding-string for XEmacs having no
3261         file-coding feature.
3262
3263 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3264
3265         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3266
3267 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3270         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3271
3272 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3273
3274         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3275         alias `jka-compr-delete-temp-file' no longer exists.
3276
3277 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3278
3279         Use define-minor-mode in Gnus where applicable.
3280         * mml.el (mml-mode): Use define-minor-mode.
3281         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3282         (gnus-undo-mode): Use define-minor-mode.
3283         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3284         (gnus-dead-summary-mode): Use define-minor-mode.
3285         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3286         Initialize in declaration.
3287         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3288         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3289         (gnus-mailing-list-mode): Use define-minor-mode.
3290         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3291         (gnus-draft-mode): Use define-minor-mode.
3292         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3293         (gnus-dired-mode): Use define-minor-mode.
3294
3295 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3296
3297         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3298         handles on recursive mml-to-mime translation and check them for
3299         boundary delimiter collisions.  Reported by Greg Troxel.
3300
3301 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3304
3305 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3306
3307         * mm-util.el (mm-find-buffer-file-coding-system):
3308         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3309
3310 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3311
3312         * message.el (message-generate-headers): Record insertion of optional
3313         headers as well.  Otherwise the check to prevent repeated insertion of
3314         optional headers is a no-op.
3315
3316 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3317
3318         * smime.el: Don't mention CVS.
3319
3320         * nnrss.el (nnrss-fetch): Don't mention CVS.
3321
3322         * nnir.el: Don't mention CVS.
3323
3324 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3325
3326         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3327
3328 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * lpath.el: Fbind bookmark-default-handler,
3331         bookmark-get-bookmark-record, bookmark-make-record-default,
3332         bookmark-prop-get for Emacs <23 and XEmacs.
3333
3334 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3335
3336         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3337         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3338         Use with-current-buffer to silence the byte-compiler.
3339         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3340         bother to require `gnus'.
3341         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3342
3343 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3344
3345         * gnus-sum.el (gnus-summary-bookmark-make-record)
3346         (gnus-summary-bookmark-jump): New functions.
3347         (gnus-summary-mode): Setup bookmark support.
3348
3349 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3350
3351         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3352         if set.
3353
3354 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3357         gnus-article-browse-html-save-cid-image; make it work recursively for
3358         forwarded messages as well.
3359         (gnus-article-browse-html-parts): Work when prefix arg is given.
3360         (gnus-article-browse-html-article): Doc fix.
3361
3362 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3363
3364         * message.el (message-default-mail-headers):
3365         (message-default-headers): Carry the value mail-default-headers over
3366         into message-default-mail-headers, rather than message-default-headers.
3367
3368 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3369
3370         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3371         charset.
3372
3373         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3374         charset into the <meta> tag when the article is encoded to utf-8.
3375
3376 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3379         directories as well.
3380         (gnus-article-browse-html-parts): Work for images that do not specify
3381         file names; delete temp directory when quitting; insert header at the
3382         right place; use file: scheme for image files.
3383
3384 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3385
3386         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3387         (gnus-article-browse-html-parts): Use it to make temporary cid image
3388         files in addition to html file so that browser may display them.
3389
3390 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3393
3394 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3395
3396         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3397
3398 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3399
3400         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3401         about Secret Service API sources.  Improve Customize options.
3402         (auth-source-pick): Change to accept any number of search parameters.
3403         Implement fallbacks iteratively, not recursively.  Add scoring on the
3404         second pass and sort by score.  Call Secret Service API when needed.
3405         (auth-source-user-or-password): Use it.  Call Secret Service API
3406         directly when needed to get the user name and the password.
3407
3408 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3409
3410         * message.el (message-interactive): Doc fix.
3411         (message-qmail-inject-args): Reflow.
3412         (message-kill-to-signature): Fix typo in docstring.
3413
3414         * smiley.el (smiley-buffer): Fix typo in docstring.
3415
3416 2010-03-24  Glenn Morris  <rgm@gnu.org>
3417
3418         * mail-source.el (gnus-message): Declare.
3419         (mail-source-delete-old-incoming): Require gnus-util.
3420
3421 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3424
3425         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3426
3427         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3428         password-cache's default if it is not bound.
3429         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3430         password-cache-expiry's default if it is not bound.
3431
3432         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3433         available in Emacs 21.
3434
3435         * lpath.el: Suppress compiler warnings for:
3436         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3437         XEmacs;
3438         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3439         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3440         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3441
3442 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3443
3444         * auth-source.el (auth-sources): Fix up definition so extra parameters
3445         are always inline.
3446
3447 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3448
3449         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3450         wasn't updated after mismatch.  Clear cached mailbox info correctly
3451         when uidvalidity changes.
3452         (nnimap-group-prefixed-name): New function to avoid some code
3453         duplication.
3454         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3455         (nnimap-request-group): Use it.
3456         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3457         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3458         with many imap folders.  This is done by caching the group status from
3459         the imap server persistently in a group parameter `imap-status'.  (This
3460         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3461         but not persistently, so every Gnus startup was still very slow.)
3462
3463 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3464
3465         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3466         delete the extra newline.  Otherwise editing of :string and :number
3467         types don't work.
3468
3469 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3470
3471         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3472         secrets.el dependency.
3473         (auth-sources): Add optional user name.  Add secrets.el configuration
3474         choice (unused right now).
3475
3476 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3477
3478         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3479         `gnus-registry-install-shortcuts' fill in the functions.
3480
3481         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3482         warnings.
3483         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3484         (gnus-registry-install-shortcuts): Populate and use it in a
3485         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3486
3487 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3488
3489         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3490         In-place substitutions for the group name encoding/decoding.
3491         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3492         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3493         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3494         (nnimap-update-unseen, nnimap-request-list)
3495         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3496         (nnimap-request-set-mark, nnimap-split-to-groups)
3497         (nnimap-split-articles, nnimap-request-newgroups)
3498         (nnimap-request-create-group, nnimap-request-accept-article)
3499         (nnimap-request-delete-group, nnimap-request-rename-group)
3500         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3501         `encoded-mbx' for consistency.
3502         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3503         variable `imap-current-mailbox'.
3504
3505         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3506         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3507
3508 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3509
3510         * pop3.el (pop3-display-message-size-flag): Display message size byte
3511         counts during POP3 download.
3512         (pop3-movemail): Use it.
3513         (pop3-list): Implement listing of available messages.
3514
3515 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3516
3517         * nnir.el (nnir-get-article-nov-override-function): New function to
3518         override the normal NOV retrieval.
3519         (nnir-retrieve-headers): Use it.
3520
3521 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3522
3523         * auth-source.el (netrc-machine-user-or-password): Autoload.
3524
3525 2010-03-19  Glenn Morris  <rgm@gnu.org>
3526
3527         Stop message.el from loading about 40 libraries it doesn't always need.
3528         The general approach is to autoload rather than require, and to
3529         require in the specific functions rather than the file.  (Bug#5642)
3530
3531         * gmm-utils.el: Don't require wid-edit.
3532         (widget-create-child-value, widget-convert, widget-default-get):
3533         Autoload.
3534
3535         * gnus-util.el: Don't require time-date, netrc.
3536         (message-fetch-field, gnus-group-name-decode): Declare rather than
3537         autoloading.
3538         (gnus-fetch-field): Require message.
3539         (gnus-decode-newsgroups): Require gnus-group.
3540
3541         * ietf-drums.el: Don't require time-date.
3542
3543         * message.el: Don't require hashcash, canlock, ecomplete.
3544         Do require mail-utils.  Require nnheader only when compiling.
3545         (smtpmail-default-smtp-server): Remove declaration.
3546         (message-send-mail-function): Check smtpmail-default-smtp-server
3547         is bound rather than requiring smtpmail.
3548         (message-auto-save-directory, message-insert-signature): Use
3549         expand-file-name rather than nnheader-concat.
3550         (nnheader-insert-file-contents): Autoload.
3551         (hashcash-wait-async): Declare.
3552         (message-send-mail): Only call gnus-setup-posting-charset if
3553         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3554         (message-send-mail-with-sendmail): Require sendmail.
3555         (canlock-password, canlock-password-for-verify): Declare.
3556         (message-canlock-password): Require canlock.
3557         (nnheader-get-report): Autoload.
3558         (gnus-setup-posting-charset): Declare.
3559         (message-send-news): Require gnus-msg.
3560         (message-make-references, message-make-in-reply-to): Use mail-header-id
3561         rather than the alias mail-header-message-id.
3562         (ecomplete-add-item, ecomplete-save): Declare.
3563         (message-put-addresses-in-ecomplete): Require ecomplete.
3564         (ecomplete-display-matches): Autoload.
3565
3566         * mm-decode.el: Don't require mailcap, gnus-util.
3567         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3568         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3569         Autoload.
3570         (mailcap-mime-extensions): Declare.
3571
3572         * mm-encode.el: Don't require mailcap.
3573         (mailcap-extension-to-mime): Autoload.
3574
3575         * mml-sec.el: Don't require password-cache.
3576
3577         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3578         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3579         (mml-minibuffer-read-type): Require mailcap.
3580         (mml-preview): Require gnus-msg.
3581
3582         * mml1991.el: Require password-cache.
3583         (password-cache-expiry): Remove declaration.
3584
3585         * mml2015.el: Require password-cache.
3586         (password-cache-expiry): Remove declaration.
3587
3588         * nneething.el (mailcap): Require mailcap.
3589
3590         * nnheader.el (declare-function): Add compatibility stub.
3591         (message-remove-header): Declare rather than autoload.
3592         (nnheader-replace-header): Require message.
3593
3594         * nnimap.el (declare-function): Add compatibility stub.
3595         (netrc-parse, netrc-machine-user-or-password): Declare.
3596         (nnimap-open-connection): Require netrc.
3597
3598         * nntp.el (declare-function): Add compatibility stub.
3599         (netrc-parse, netrc-machine, netrc-get): Declare.
3600         (nntp-send-authinfo): Require netrc.
3601
3602         * rfc2047.el: Don't require qp.
3603         (quoted-printable-encode-region, quoted-printable-decode-string):
3604         Autoload.
3605
3606         * sieve-mode.el: Don't require easymenu.
3607         (easy-menu-add-item): Autoload it.
3608
3609         * spam-stat.el (time-to-number-of-days): Autoload it.
3610
3611 2010-03-19  Glenn Morris  <rgm@gnu.org>
3612
3613         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3614
3615 2010-03-18  Glenn Morris  <rgm@gnu.org>
3616
3617         * hashcash.el (declare-function): Remove duplicate definition.
3618
3619 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3620
3621         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3622         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3623         value if any backslash escapes).
3624
3625 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3628         if it is available.  (bug#5647)
3629
3630         * lpath.el: Suppress compiler warning for coding-system-from-name for
3631         Emacs 21 and XEmacs.
3632
3633 2010-03-14  Juri Linkov  <juri@jurta.org>
3634
3635         * hmac-def.el:
3636         * hmac-md5.el:
3637         * netrc.el: Fix keywords.
3638
3639 2010-02-26  Glenn Morris  <rgm@gnu.org>
3640
3641         * message.el (message-send-mail-function): Change the default, so that
3642         it inherits from a customized send-mail-function.  (Bug#5643)
3643
3644 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3645
3646         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3647         shell-command-to-string signals an error (bug#5299).
3648
3649 2010-02-24  Glenn Morris  <rgm@gnu.org>
3650
3651         * message.el (message-smtpmail-send-it)
3652         (message-send-mail-with-mailclient): Doc fixes.
3653
3654 2010-02-16  Glenn Morris  <rgm@gnu.org>
3655
3656         * message.el (message-default-mail-headers): Change the default value
3657         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3658
3659 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3662         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3663
3664 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3665
3666         * time-date.el (date-to-time): Doc fix (Bug#5408).
3667
3668 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3669
3670         * message.el (message-mail): Just pass yank-action on to message-setup.
3671         (message-setup): Handle (FUN . ARGS) form of yank-action.
3672         (message-with-reply-buffer, message-widen-reply)
3673         (message-yank-original): Handle non-buffer values of
3674         message-reply-buffer (Bug#4080).
3675         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3676
3677 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3678
3679         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3680         Fix typo in docstring.
3681
3682 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3683
3684         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3685         response.
3686
3687 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3688
3689         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3690
3691         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3692
3693         * message.el (message-check-news-header-syntax): Protect against a
3694         string that `rfc822-addresses' returns when parsing fails.
3695
3696 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3699         (gnus-previous-char-property-change): New functions.
3700
3701         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3702
3703 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3704
3705         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3706         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3707
3708 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3709
3710         * message.el (message-exchange-point-and-mark): Rework last change to
3711         avoid using optional arg of exchange-point-and-mark, for backward
3712         compatibility.
3713
3714 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3715
3716         * message.el (message-exchange-point-and-mark): Call
3717         exchange-point-and-mark with an argument rather than setting
3718         mark-active by hand (Bug#5175).
3719
3720 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * nntp.el (nntp-service-to-port): Work for service expressed with
3723         numeric string; replace [:digit:] with [0-9] for XEmacs.
3724
3725 2009-12-17  Glenn Morris  <rgm@gnu.org>
3726
3727         * gnus-group.el (gnus-bug-group-download-format-alist):
3728         Change emacs entry to debbugs.gnu.org.  Bump :version.
3729
3730 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3731
3732         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3733
3734 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3735
3736         * message.el (message-info): Explain why we use `Info-goto-node'.
3737
3738 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3741
3742 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3743
3744         * message.el (message-completion-in-region): New compatibility function.
3745         (message-expand-group): Use it.
3746
3747 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3750         with no unread article should be listed if the 2nd arg `predicate' is
3751         given.
3752
3753 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3756
3757 2009-11-29  Juri Linkov  <juri@jurta.org>
3758
3759         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3760         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3761         on `gnus-recenter'. (Bug#4698, Bug#4981)
3762
3763 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3764
3765         * sha1.el (sha1-string-external): default-directory "/" in case
3766         otherwise non-existent.  process-connection-type pipe for touch of
3767         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3768
3769 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3770
3771         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3772         it's comms related and sgml-mode.el has "comm" on that basis too.
3773
3774 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3777         containing tspecial characters if they have been already quoted.
3778
3779 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3780
3781         * dns-mode.el (auto-mode-alist): Purecopy string.
3782
3783 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3784
3785         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3786
3787 2009-10-24  Glenn Morris  <rgm@gnu.org>
3788
3789         * gnus-art.el (help-xref-stack-item): Define for compiler.
3790
3791 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3792
3793         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3794
3795 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3798
3799 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3802         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3803
3804 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3805
3806         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3807         (gnus-overlays-in): New alias to overlays-in.
3808
3809         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3810         gnus-overlay-get, and gnus-delete-overlay.
3811         (gnus-summary-show-thread): Make it work as well for systems in which
3812         next-single-char-property-change is not available.
3813         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3814
3815         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3816         (gnus-overlay-get): New alias to extent-property.
3817         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3818
3819         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3820         SXEmacs.
3821
3822         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3823         SXEmacs.
3824
3825 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3826
3827         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3828
3829 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3830
3831         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3832         and XEmacs that don't have `remove-overlays'.
3833
3834 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3835
3836         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3837         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3838         selective display.  Use overlays instead.
3839
3840 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3841
3842         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3843
3844 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3845
3846         * spam-stat.el (spam-stat-load): Fix typo in message.
3847
3848 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3849
3850         * dig.el (dig-invoke): Fix typo in docstring.
3851         (query-dig): Reflow docstring.
3852
3853 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3854
3855         * gnus-art.el (gnus-article-encrypt-body):
3856         * message.el (message-check-recipients):
3857         * mm-util.el (mm-codepage-setup):
3858         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3859         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3860
3861 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3862
3863         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3864         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3865         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3866         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3867         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3868
3869 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3870
3871         * dig.el: Add "Keywords: comm", as per net-utils.el.
3872
3873 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3874
3875         * dig.el (dig-mode): Use define-derived-mode.
3876
3877 2009-09-19  Glenn Morris  <rgm@gnu.org>
3878
3879         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3880
3881 2009-09-18  Glenn Morris  <rgm@gnu.org>
3882
3883         * gnus-diary.el (gnus-diary-check-message):
3884         * message.el (message-insert-formatted-citation-line):
3885         * nnbabyl.el (top-level):
3886         * nndiary.el (nndiary-schedule):
3887         Fix typos in condition-case handlers.
3888
3889 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3892         configuration that provides the sole article window in a frame;
3893         position point correctly after deleting a part.
3894
3895 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3896
3897         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3898         (spam-resolve-registrations-routine): Use it to unregister articles
3899         that change status.
3900
3901 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3904         with XEmacs.
3905         (parse-time-string-chars): Use it.
3906
3907 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3908
3909         * imap.el (imap-interactive-login): Better messages.
3910         (imap-open): Fix bug with renamed buffer on reconnect.
3911         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3912         for easier debugging and cleaner code.  On successful (guessed based on
3913         server capabilities) secondary authentication, set imap-state
3914         correctly.
3915         (imap-last-authenticator): Define imap-last-authenticator as a variable
3916         to avoid warnings.
3917
3918 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * nnrss.el (nnrss-request-article): Remove binding of
3921         default-enable-multibyte-characters that has gotten needless by
3922         the 2007-07-13 change in rfc2047-encode-message-header.
3923
3924         * mml.el (mml-insert-multipart): Error on the message header.
3925         (mml-insert-part): Error on the message header; position point at
3926         the end of a MIME tag.
3927
3928 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * time-date.el (autoload): Expand define-obsolete-function-alias into
3931         defalias and make-obsolete for old Emacsen that Gnus supports.
3932         (with-no-warnings): Define it for old Emacsen.
3933         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3934         is available.
3935         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3936         float-time is available; suppress compile warning for time-to-seconds.
3937
3938         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3939         (gnus-float-time): Alias to float-time if it exists.
3940
3941         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3942         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3943         float-time is available; suppress compile warning for time-to-seconds.
3944
3945         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3946         XEmacs.
3947
3948 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3949
3950         * imap.el (imap-message-map): Docstring fix.
3951
3952 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3955         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3956         Add the optional argument `encoding' that overrides the default.
3957
3958         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3959         mm-encode-buffer.
3960
3961 2009-09-04  Glenn Morris  <rgm@gnu.org>
3962
3963         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3964         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3965         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3966         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3967         * mm-util.el (mm-with-unibyte-current-buffer)
3968         (mm-find-buffer-file-coding-system):
3969         * yenc.el (yenc-decode-region): Use default-value rather than
3970         default-enable-multibyte-characters.
3971
3972 2009-09-03  Glenn Morris  <rgm@gnu.org>
3973
3974         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3975         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3976         than default-enable-multibyte-characters.
3977
3978 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3979
3980         * gnus-art.el (gnus-article-read-summary-keys):
3981         Fix gnus-buffer-configuration's value temporarily used.
3982
3983 2009-09-02  Glenn Morris  <rgm@gnu.org>
3984
3985         * gnus-util.el (gnus-float-time): New function.
3986         * gnus-delay.el (gnus-delay-article):
3987         * gnus-sum.el (gnus-thread-latest-date):
3988         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3989         * nnspool.el (nnspool-request-newgroups):
3990         Use gnus-float-time rather than time-to-seconds.
3991         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3992
3993         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3994         (gnus-header-subject-face, gnus-header-newsgroups-face)
3995         (gnus-header-name-face, gnus-header-content-face):
3996         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3997         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3998         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3999         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4000         (gnus-cite-face-11):
4001         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4002         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4003         (gnus-server-closed-face, gnus-server-denied-face)
4004         (gnus-server-offline-face):
4005         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4006         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4007         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4008         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4009         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4010         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4011         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4012         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4013         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4014         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4015         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4016         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4017         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4018         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4019         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4020         (gnus-summary-high-undownloaded-face)
4021         (gnus-summary-low-undownloaded-face)
4022         (gnus-summary-normal-undownloaded-face)
4023         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4024         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4025         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4026         (gnus-splash-face):
4027         * message.el (message-header-to-face, message-header-cc-face)
4028         (message-header-subject-face, message-header-newsgroups-face)
4029         (message-header-other-face, message-header-name-face)
4030         (message-header-xheader-face, message-separator-face)
4031         (message-cited-text-face, message-mml-face):
4032         * sieve-mode.el (sieve-control-commands-face)
4033         (sieve-action-commands-face, sieve-test-commands-face)
4034         (sieve-tagged-arguments-face):
4035         * spam.el (spam-face):
4036         Mark face aliases with "-face" in the name as obsolete.
4037
4038 2009-09-01  Glenn Morris  <rgm@gnu.org>
4039
4040         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4041         than goto-line.
4042
4043 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4046         Don't move point if the command is invoked inside the message header.
4047
4048 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4049
4050         * imap.el (imap-send-command): Simplify.
4051         (imap-wait-for-tag): point-max -> buffer-size.
4052
4053 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4054
4055         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4056         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4057         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4058         * nnir.el (nnir-swish-e-index-file):
4059         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4060         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4061         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4062         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4063         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4064         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4065
4066 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4069         Don't save excursion.
4070
4071 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4072
4073         * nnheader.el (nnheader-find-file-noselect):
4074         * mm-util.el (mm-insert-file-contents):
4075         Use (default-value 'major-mode) instead of default-major-mode.
4076
4077 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4078
4079         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4080
4081 2009-08-26  Glenn Morris  <rgm@gnu.org>
4082
4083         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4084         than placing in files.el.
4085
4086 2009-08-25  Glenn Morris  <rgm@gnu.org>
4087
4088         * nnir.el (top-level): Don't require cl at run-time.
4089         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4090         Replace cl-function substitute with gnus-replace-in-string.
4091         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4092         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4093         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4094         simplified expansions.
4095
4096 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4097
4098         * dig.el (dig): Add autoload cookie.
4099
4100 2009-08-22  Glenn Morris  <rgm@gnu.org>
4101
4102         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4103         goto-line.
4104
4105 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4106
4107         * parse-time.el (parse-time-string-chars): Save match data.
4108
4109 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4110
4111         * parse-time.el (parse-time-string-chars): Compute using character
4112         classes, to handle non-ascii characters (Bug#3190).
4113
4114 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4117
4118         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4119         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4120         (gnus-mm-display-part, gnus-mime-display-single)
4121         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4122         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4123
4124         * gnus-sum.el
4125         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4126         (gnus-summary-move-article): Add expirable mark to articles copied or
4127         moved to group that has auto-expire turned on if the option is non-nil.
4128
4129 2009-07-24  Glenn Morris  <rgm@gnu.org>
4130
4131         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4132         Fix typo.  (Bug#3903)
4133
4134 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4137         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4138         that should not be used for draft articles.
4139         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4140         that has no concern in minor mode keys.
4141         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4142         Abolish.
4143
4144 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4147         article without making inquiry to a user for unknown encoding.
4148
4149         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4150         (nnmaildir--scan): Assume i-node and device number that file-attributes
4151         returns might be cons-cell.
4152
4153         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4154
4155         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4156
4157 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4158
4159         * auth-source.el: Remove docs now in auth.texi.  Don't use
4160         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4161         `auth-source-hide-passwords' and use them.
4162
4163 2009-07-15  Glenn Morris  <rgm@gnu.org>
4164
4165         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4166
4167 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4170         excessive whitespace from the default values of title and description.
4171
4172 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4175         mail-fetch-field to fetch Content-Description header in order to
4176         exclude newlines.
4177
4178 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4179
4180         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4181         format used by GnuPG 2.0.11.
4182
4183 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4186         to deleted part.
4187
4188 2009-05-30  David Engster  <dengste@eml.cc>
4189
4190         * nnmairix.el: Remove old documentation in the commentary block.
4191         (nnmairix-request-group): Do not update active file for nnml back ends.
4192         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4193         end so that overview files are ignored.
4194         (nnmairix-update-groups): Make updating the groups more robust by using
4195         marks.
4196         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4197         with dollar characters in message-id.
4198
4199 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4200
4201         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4202         2008-12-25 in dns.el.
4203
4204 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4205
4206         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4207         could happen if the text is only composed of spaces and/or tabs.
4208
4209 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4210
4211         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4212         when sending a queued message to avoid extra mml tags.
4213
4214 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4217
4218 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4221         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4222         rmail-toggle-header for XEmacs;
4223         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4224
4225 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-dired.el: Remove autoload for gnus-setup-message.
4228         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4229         displaying Gnus logo; always use compose-mail.
4230
4231 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4234
4235 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4238         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4239         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4240         available.
4241         (gnus-nocem-epg-verify): New function.
4242
4243 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4244
4245         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4246
4247 2009-02-15  Glenn Morris  <rgm@gnu.org>
4248
4249         * gnus-util.el (rmail-insert-rmail-file-header)
4250         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4251         autoloads.
4252         (rmail-default-rmail-file): Remove unnecessary declaration.
4253         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4254
4255 2009-02-14  Glenn Morris  <rgm@gnu.org>
4256
4257         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4258         variable (only used in gnus-util, which declares it anyway).
4259         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4260         which was only needed by gnus-art (changed to not use it any more).
4261         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4262         only used in gnus-util, which autoloads it itself.
4263         (rmail-update-summary): Fix autoload.
4264
4265         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4266         rather than rmail-output-to-rmail-file.
4267
4268 2009-02-07  Glenn Morris  <rgm@gnu.org>
4269
4270         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4271         autoload of function that no longer exists.
4272         (rmail-toggle-header): Declare.
4273         (message-forward-rmail-make-body): Handle mbox Rmail.
4274
4275 2009-01-31  Glenn Morris  <rgm@gnu.org>
4276
4277         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4278         2009-01-09 change.
4279
4280 2009-01-31  Dave Love  <fx@gnu.org>
4281
4282         * imap.el (imap-fetch-safe): Bind debug-on-error.
4283         (imap-debug): Add imap-fetch-safe.
4284
4285 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4286
4287         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4288         (auth-source-forget-all-cached): New convenience function.
4289         (auth-source-user-or-password): Accept list of modes or a single mode.
4290
4291         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4292         auth-source modes.
4293
4294         * netrc.el (netrc-machine-user-or-password): Use list of
4295         auth-source modes.
4296
4297         * nnimap.el (nnimap-open-connection): Use list of
4298         auth-source modes.
4299
4300         * nntp.el (nntp-send-authinfo): Use list of
4301         auth-source modes.
4302
4303 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4304
4305         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4306         now.
4307
4308 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4311         coding system in XEmacs; add a workaround for XEmacs.
4312
4313         * lpath.el: Fbind coding-system-aliasee.
4314
4315 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4316
4317         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4318         of current-language-environment.
4319
4320 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4321
4322         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4323         available at runtime.
4324
4325 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4328
4329 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4330
4331         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4332         the greatest positive fixnum value doesn't work under an XEmacs with
4333         bignum support; use the most-positive-fixnum constant instead,
4334         available since Emacs 21.1 with cl and XEmacs 21.1.
4335
4336 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4339         XEmacs gets not to work.
4340
4341 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * mm-util.el (mm-coding-system-priorities): Allow the value like
4344         "Japanese (UTF-8)" of current-language-environment.
4345
4346 2009-01-09  Glenn Morris  <rgm@gnu.org>
4347
4348         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4349         with last-command-event.
4350
4351 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4352
4353         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4354         in the doc string.
4355
4356         * message.el (message-fix-before-sending): Amend comment.
4357
4358 2009-01-08  Dave Love  <fx@gnu.org>
4359
4360         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4361
4362 2009-01-07  David Engster  <dengste@eml.cc>
4363
4364         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4365         simplified server definitions by converting it via
4366         gnus-server-to-method.
4367
4368 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4371         parameter's operands.
4372
4373 2009-01-06  David Engster  <dengste@eml.cc>
4374
4375         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4376         primary select method (for gnus-group-mark-article-as-read).
4377
4378 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4379
4380         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4381         `(gnus)Face', not `(gnus)X-Face'.
4382
4383 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * mm-util.el (mm-ucs-to-char): New function.
4386
4387         * mm-url.el (mm-url-decode-entities): Use it.
4388
4389         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4390         unicode-to-char.
4391
4392 2009-01-05  Dave Love  <fx@gnu.org>
4393
4394         * time-date.el: Require cl for `declare'.
4395
4396 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4397
4398         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4399         Dave Love.
4400
4401 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4402
4403         * message.el (message-fix-before-sending): Add `eight-bit' to
4404         illegible-text check.
4405
4406 2009-01-03  Michael Olson  <mwolson@gnu.org>
4407
4408         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4409         `headers' is nil.  This can occur if the IMAP server does not have
4410         permissions to read messages from a folder, but can write new messages
4411         to the folder.
4412         (nnimap-request-article-part): Do not insert `data' if it is nil.
4413
4414         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4415         characters which will confuse `read', so skip past them.
4416
4417 2009-01-01  Dave Love  <fx@gnu.org>
4418
4419         * imap.el (imap-string-to-integer): Fix typo.
4420         (imap-fetch-safe): New function.
4421         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4422
4423         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4424
4425         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4426         (imap-parse-greeting): Fix doc strings.
4427         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4428         (imap-parse-flag-list): Make messages unique.
4429         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4430
4431         * nnimap.el: Fix author email.
4432         (nnimap-split-rule): Add FIXME comment.
4433         (nnimap-debug): Fix doc string.
4434
4435 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4438
4439 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4440
4441         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4442         nslookup if resolv.conf isn't available.
4443         (dns-query): Rename from query-dns.
4444         (dns-query-cached): Rename from query-dns-cached.
4445
4446 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4449         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4450         to check if those variables exist (first appeared in Emacs 18.50).
4451
4452 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * mm-util.el (mm-line-number-at-pos): New function.
4455
4456         * spam-report.el (spam-report-process-queue): Use it.
4457
4458 2008-12-24  David Engster  <dengste@eml.cc>
4459
4460         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4461         parameters that haven't existed as variables as buffer-local variables.
4462
4463 2008-12-23  Dave Love  <fx@gnu.org>
4464
4465         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4466         cadar.
4467
4468         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4469         imap-starttls-p.
4470         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4471
4472 2008-12-22  Dave Love  <fx@gnu.org>
4473
4474         * imap.el: Fix author email.  Doc fixes.
4475         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4476         reply.
4477
4478 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * spam-report.el (spam-report-gmane-max-requests): New constant.
4481         (spam-report-gmane-wait): New variable.
4482         (spam-report-gmane-ham, spam-report-gmane-spam)
4483         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4484         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4485         the server.
4486
4487         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4488         Add explanations.
4489
4490         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4491         nnheader-accept-process-output and nnheader-read-timeout if available.
4492         (pop3-movemail): Use it.
4493
4494         * message.el (message-check-news-body-syntax): Fix signature check if
4495         there's an attachment.
4496
4497 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * mm-util.el: Add comments to the mm- emulating functions.
4500
4501 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4502
4503         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4504         by Stephen Berman <stephen.berman@gmx.net>.
4505
4506 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * mm-util.el (mm-substring-no-properties): New function.
4509         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4510         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4511         (mm-string-to-multibyte): Doc fix.
4512
4513         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4514
4515 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4516
4517         * mml.el (mml-attach-file): Strip text properties from file name.
4518         (Bug#1574)
4519
4520 2008-12-16  Glenn Morris  <rgm@gnu.org>
4521
4522         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4523
4524 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4527         knows since the charset specified might be a bogus alias that
4528         mm-charset-synonym-alist provides.
4529
4530 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4531
4532         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4533         "ISO_8859-1".
4534
4535         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4536
4537 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * mm-util.el (mm-charset-eval-alist):
4540         Define it before mm-charset-to-coding-system.
4541         (mm-charset-to-coding-system): Add optional argument `silent';
4542         define it before mm-charset-override-alist.
4543         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4544         default value if it can be used in Emacs currently running;
4545         silence mm-charset-to-coding-system.
4546
4547 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4550         `allow-override' which says whether to use `mm-charset-override-alist'.
4551         (rfc2047-decode-encoded-words): Use it.
4552
4553         * mm-util.el (mm-charset-override-alist): Fix custom type;
4554         add `(gb2312 . gbk)' to choices.
4555
4556 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4559         fast.
4560
4561         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4562
4563         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4564
4565 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4566
4567         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4568         on links.
4569
4570         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4571
4572 2008-12-03  Lute Kamstra  <lute@gnu.org>
4573
4574         * sha1.el: Remove leading * from docstrings of defcustoms,
4575         deffaces, defconsts and defuns.
4576
4577 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4580         users' addresses that don't have domain parts.
4581         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4582         rather than message-narrow-to-head since there will be the message
4583         header separator.
4584
4585 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4586
4587         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4588         since the result is inserted in a unibyte buffer anyway.
4589         (nnimap-demule-use-string-to-multibyte): Remove.
4590         (nnimap-demule): Alias it to mm-string-to-multibyte.
4591
4592 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4593
4594         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4595         variable for debugging bug#464 and bug#1174.
4596         (nnimap-demule): Use it.
4597
4598 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4599
4600         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4601         score calculation correctly.
4602
4603 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4604
4605         * message.el (message-send-mail): Just set the buffer to unibyte
4606         rather than use mm-with-unibyte-current-buffer which does a lot more.
4607         (message-send-mail-partially): Don't bother with
4608         mm-with-unibyte-current-buffer since it's already been made unibyte by
4609         message-send-mail.
4610
4611 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4612
4613         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4614
4615 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4616
4617         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4618
4619 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4622         require itself and to remove `with-no-warnings'.
4623
4624 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4625
4626         * starttls.el (starttls-any-program-available): Get the name of the
4627         available TLS layer program.
4628         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4629         well as the host name in the "opening" message.
4630
4631         * auth-source.el (auth-source-cache, auth-source-do-cache)
4632         (auth-source-user-or-password): Cache passwords and logins by default,
4633         allow override with `auth-source-do-cache'.
4634         (auth-source-forget-user-or-password): Allow users to remove cache
4635         entries if needed.
4636
4637 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4638
4639         * md4.el (md4-buffer): Fix typo in docstring.
4640         (md4, md4-64): Doc fixes.
4641         (md4-pack-int32): Reflow docstring.
4642
4643 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4646         condition-case to only the forward-sexp call.
4647
4648 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4649
4650         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4651         quotes contained.  Make it more robust regardless by an extra
4652         condition-case wrapper.
4653
4654 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4657
4658 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * nnml.el (nnml-request-expire-articles): Check if the function set to
4661         `nnmail-expiry-target' returns the symbol `delete'.
4662
4663         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4664
4665         * nnmail.el (nnmail-expiry-target): Fix custom type.
4666
4667 2008-10-02  Glenn Morris  <rgm@gnu.org>
4668
4669         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4670         Silence compiler warning.
4671
4672 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4673
4674         * tls.el (open-tls-stream): Show the actual command being
4675         executed, instead of the format string.
4676
4677 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4678
4679         * lpath.el: Fbind codepage-setup for Emacs 23.
4680
4681 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4682
4683         * mml.el (mml-menu): Don't assume mml2015 is bound.
4684
4685 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4688         exists.
4689
4690 2008-09-27  Glenn Morris  <rgm@gnu.org>
4691
4692         * gnus-util.el (mail-header-remove-comments): Autoload it.
4693
4694 2008-09-27  Andreas Schwab  <schwab@suse.de>
4695
4696         * gnus-util.el (gnus-split-references): Strip comments.
4697         (gnus-parent-id): Likewise.
4698
4699 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4700
4701         * message.el (message-confirm-send): Fix version.
4702
4703 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * message.el (message-idna-to-ascii-rhs-1): Use
4706         mail-extract-address-components rather than mail-header-parse-addresses
4707         that is an alias by default to ietf-drums-parse-addresses that does not
4708         support non-ASCII names in headers' contents.
4709
4710 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4711
4712         * message.el (message-confirm-send): Fixed variable documentation to
4713         avoid the "y/n" wording.
4714
4715 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4716
4717         * message.el (message-set-auto-save-file-name): Save to a different
4718         filename so multiple messages (especially drafts) can be recovered.
4719
4720 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4721
4722         * message.el (message-confirm-send): Add appropriate version.
4723
4724 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4725
4726         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4727         defvar.
4728
4729 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4730
4731         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4732         (mm-pkcs7-enveloped-magic): Ditto.
4733
4734 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4735
4736         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4737         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4738
4739 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4740
4741         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4742         default, it's better.
4743
4744 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4745
4746         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4747         summary line gnus-number property and ignore them (with a warning
4748         message).
4749
4750 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4753         macro caddr in the interactive form since it won't be expanded.
4754
4755 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4758         `charset'; fix name of function called recursively.
4759         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4760
4761 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4764         (gnus-mime-set-charset-parameters): New function.
4765         (gnus-mime-view-part-as-charset): Use it to correctly display part
4766         specifying wrong charset.
4767
4768 2008-09-08  David Engster  <dengste@eml.cc>
4769
4770         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4771         in completing-read for back end server.
4772
4773 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4774
4775         * message.el (message-confirm-send): New variable to confirm sending a
4776         message.
4777         (message-send): Use it.
4778
4779 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4780
4781         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4782
4783 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4786
4787 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4788
4789         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4790         prevent tracking too many groups.
4791         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4792         Use it.
4793
4794 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4795
4796         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4797         moving point to the bottom of the window in order to avoid recentering.
4798
4799 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4802
4803         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4804         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4805         (gnus-article-beginning-of-window): Fix calculation.
4806
4807 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * gnus-msg.el (gnus-summary-supersede-article)
4810         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4811         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4812         message header.
4813
4814 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4815
4816         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4817         pending output coming after the status change.
4818
4819 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4820
4821         * message.el:
4822         * gnus-start.el:
4823         * gnus-registry.el: Remove VMS support.
4824
4825 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4828         macro.
4829         (rfc2104-hash): Use it.
4830
4831 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4832
4833         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4834         (gnus-summary-sort-by-most-recent-date): New commands.
4835         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4836         and menu entries.
4837
4838 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4841         don't redisplay article for raw contents; remove plural articles stuff.
4842
4843         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4844         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4845         on gnus-summary-save-article; display results properly.
4846
4847 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * lpath.el: No need to fbind ns-focus-frame.
4850
4851 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4854
4855 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4858         gnus-save-all-headers.
4859
4860 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4861
4862         * gnus-util.el (ns-focus-frame): Remove declaration.
4863         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4864         like x.
4865
4866 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4867
4868         * rfc2104.el (rfc2104-zero): Delete defconst.
4869         (rfc2104-hex-alist): Likewise.
4870         (rfc2104-hex-to-int): Delete func.
4871         (rfc2104-hexstring-to-bitstring): Likewise.
4872         (rfc2104-nybbles): New defconst.
4873         (rfc2104-hash): Rewrite for speed.
4874
4875 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * tls.el (open-tls-stream): Make it work with the 2nd argument
4878         BUFFER that is a string but does not exist as a buffer object, as
4879         mentioned in the doc-string.
4880
4881 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4884         SXEmacs.
4885
4886 2008-07-16  Glenn Morris  <rgm@gnu.org>
4887
4888         * gnus-util.el (ns-focus-frame): Declare for compiler.
4889
4890 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4893         set as a group parameter.
4894         (gnus-summary-save-in-pipe): Work when it is called independently.
4895         (gnus-summary-pipe-to-muttprint): Don't modify
4896         gnus-summary-pipe-output-default-command.
4897
4898 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4899
4900         * message.el (message-send-mail-with-sendmail):
4901         Display the error message.
4902
4903 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4904
4905         * gnus-art.el (gnus-default-article-saver):
4906         Add gnus-summary-save-in-pipe to choices.
4907         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4908         gnus-summary-pipe-output-default-command as the default command.
4909         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4910         instead of gnus-last-shell-command.
4911
4912         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4913         New user option.
4914         (gnus-summary-muttprint-program): Mention the value will be changed.
4915         (gnus-summary-save-article): Force showing of all headers.
4916         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4917
4918 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4919
4920         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4921
4922 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4923
4924         * nnimap.el (nnimap-id):
4925         * sieve-manage.el (sieve-manage-open): Doc fixes.
4926
4927 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4928
4929         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4930         if available.
4931
4932 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4933
4934         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4935
4936         * nnkiboze.el (nnkiboze-generate-group):
4937         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4938
4939         * nnmairix.el: Require CL.
4940
4941 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * dgnushack.el: Autoload get-display-table and put-display-table for
4944         XEmacs 21.5.
4945
4946         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4947         21.4 and SXEmacs.
4948
4949 2008-06-15  David Engster  <dengste@eml.cc>
4950
4951         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4952
4953 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4954
4955         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4956         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4957         runtime choice under XEmacs.
4958
4959         * gnus-sum.el (gnus-summary-set-display-table):
4960         Use `gnus-put-display-table', `gnus-get-display-table',
4961         `gnus-set-display-table' for the display table, instead of `aset'.
4962
4963         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4964         Use `gnus-put-display-table', `gnus-get-display-table',
4965         `gnus-set-display-table' for the display table.
4966
4967 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4968
4969         * nnmairix.el: Add autoloads.
4970
4971 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * nnmairix.el (nnmairix-delete-recreate-group)
4974         (nnmairix-update-and-clear-marks): Fix error messages.
4975
4976 2008-06-14  David Engster  <dengste@eml.cc>
4977
4978         * nnmairix.el: Upgrade to version 0.6.
4979         (nnmairix-group-toggle-propmarks-this-group)
4980         (nnmairix-group-toggle-readmarks-this-group)
4981         (nnmairix-group-delete-recreate-this-group)
4982         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4983         (nnmairix-remove-tick-mark-original-article): New commands.
4984         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4985         (nnmairix-propagate-marks-to-nnmairix-groups)
4986         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4987         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4988         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4989         functions needed for marks propagation and manipulation of read marks.
4990         (nnmairix-update-groups): New function.
4991         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4992         (nnmairix-determine-original-group-from-registry)
4993         (nnmairix-determine-original-group-from-path)
4994         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4995         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4996         New helper functions.
4997         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4998         keystrokes for new commands.
4999         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5000         (nnmairix-request-group): Check allow-fast group parameter.
5001         (nnmairix-request-create-group): Set allow-fast group parameter if
5002         nnmairix-allowfast-default is set.
5003         (nnmairix-close-group): Propagate marks upon closing if needed.
5004         (nnmairix-group-toggle-threads-this-group): Use new.
5005         nnmairix-group-toggle-parameter helper function.
5006         (nnmairix-search): Better check for empty search result.
5007         (nnmairix-goto-original-article): Use new helper functions for
5008         determining original article.
5009         (nnmairix-show-original-article): Make sure message-id is in brackets.
5010         (nnmairix-call-mairix-binary): Change variable name.
5011         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5012         helper function.
5013         (nnmairix-widget-toggle-activate): Fix doc string.
5014
5015 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * nnir.el: Require edmacro when compiling with XEmacs.
5018         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5019         available in Emacs 21.
5020
5021 2008-06-11  Glenn Morris  <rgm@gnu.org>
5022
5023         * gnus-util.el (x-focus-frame):
5024         * gnus.el (image-size):
5025         * mm-decode.el (image-size): Declare.
5026
5027         * gnus-picon.el (declare-function): Add compat definition.
5028         (image-size): Declare.
5029
5030         * gnus-group.el (tool-bar-map):
5031         * gnus-sum.el (tool-bar-map): Define for compiler.
5032
5033         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5034
5035         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5036
5037         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5038         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5039         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5040         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5041         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5042         * sieve-manage.el, spam-report.el, spam.el:
5043         Remove unnecessary eval-and-compile of autoloads.
5044
5045 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5046
5047         * auth-source.el: Precise Tramp doc.
5048
5049 2008-06-07  Glenn Morris  <rgm@gnu.org>
5050
5051         * nnmairix.el: Remove unnecessary eval-when-compile.
5052
5053 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * lpath.el: Fbind propertize for XEmacs 21.4.
5056
5057 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * nnir.el: Move here from ../contrib.
5060
5061 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5062
5063         * gnus-util.el (gnus-read-shell-command): New function.
5064         * mm-decode.el (mm-pipe-part):
5065         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5066
5067 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5070
5071 2008-06-03  Glenn Morris  <rgm@gnu.org>
5072
5073         * pop3.el (nnheader-accept-process-output): Autoload it.
5074
5075 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5078         are not 2-digit hexadecimal characters that follow `%'s.
5079
5080 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5081
5082         * message.el (message-bogus-recipient-p): Fix type in doc string.
5083         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5084         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5085         Improve custom options.
5086         (message-bogus-recipient-p): Adjust accordingly.
5087
5088 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5089
5090         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5091         long-form month and day names.
5092
5093 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5094
5095         * dgnushack.el: Autoload debug, eudc-expand-inline and
5096         pgg-snarf-keys-region for XEmacs.
5097
5098         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5099
5100         * nnmairix.el: Require edmacro when compiling with XEmacs.
5101
5102 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5103
5104         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5105         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5106
5107 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5108
5109         * auth-source.el: Add more docs.
5110
5111         * netrc.el (netrc-machine): Always match if the port is not given.
5112
5113 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5114
5115         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5116         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5117         retrieval faster in some cases, but might make CPU usage larger.  If
5118         this has any bad side effects, we might revert this change.
5119
5120         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5121         seems to make mail retrieval much, much faster.
5122         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5123         unconditionally.
5124
5125         * gnus-draft.el (gnus-group-send-queue): Bind
5126         message-send-mail-partially-limit to nil to avoid being prompted.
5127
5128 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5129
5130         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5131
5132         * message.el (message-bogus-address-regexp): Fix and improve custom
5133         type.
5134         (message-setup-hook): Add message-check-recipients as custom option.
5135
5136 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5137
5138         * message.el (message-cite-function): Remove bogus autoload which crept
5139         in during merge from v5-10.
5140
5141 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5142
5143         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5144
5145         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5146
5147         * auth-source.el: Preliminary Tramp docs.
5148         (auth-sources): Change the default auth-sources to use
5149         EPA .gpg files.
5150
5151 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5152
5153         * nntp.el: Autoload `auth-source-user-or-password'.
5154         (nntp-send-authinfo): Use it.
5155
5156         * nnimap.el: Autoload `auth-source-user-or-password'.
5157         (nnimap-open-connection): Use it.
5158
5159         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5160         for the gnus-message function.
5161         (auth-source-user-or-password): Use it.
5162
5163 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5164
5165         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5166         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5167         (rfc2104-hash): Use it.
5168
5169 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5170
5171         * gnus-art.el (gnus-article-toggle-truncate-lines):
5172         Don't use `iff' in docstring.
5173
5174 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5175
5176         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5177
5178         * gnus-util.el (gnus-extract-address-component-name)
5179         (gnus-extract-address-component-email): Convenience functions around
5180         `gnus-extract-address-components'.
5181
5182         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5183         Use `gnus-extract-address-component-email' to fix bug of comparing full
5184         sender name to `user-mail-address'.
5185
5186 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5187
5188         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5189         catch/throw to optimize.
5190         (gnus-registry-find-keywords): Just use member to find a keyword.
5191
5192 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5193
5194         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5195         is current before calling gnus-server-prepare.
5196         (gnus-server-setup-buffer, gnus-server-update-server)
5197         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5198
5199 2008-05-04  Juri Linkov  <juri@jurta.org>
5200
5201         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5202         (mailcap-file-default-commands): Use mailcap-replace-in-string
5203         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5204         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5205
5206 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5207
5208         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5209
5210 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5211
5212         * gnus.el: Bump version to 0.11.
5213
5214 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5215
5216         * gnus.el: No Gnus v0.10 is released.
5217
5218 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5219
5220         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5221         hooks.
5222         (gnus-update-read-articles): Speed up non-marks-using users.
5223         (gnus-use-marks): Define gnus-use-marks.
5224         (gnus-propagate-marks): Rename variable to something more sensible.
5225
5226 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5227
5228         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5229         (gmm-image-load-path-for-library): Fix typos in docstrings.
5230         (gmm-message): Reflow docstring.
5231
5232 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5233
5234         * mail-source.el (mail-source-set-1, mail-source-bind):
5235         Move auth-source code out of the macro to clean it up and fix bugs.
5236
5237 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5238
5239         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5240         by sender if it's equal to user-mail-address, it's likely to be
5241         useless.
5242
5243         * mail-source.el (mail-source-bind): Don't use user or password if they
5244         are not bound.  Unintern them if they are nil.  Don't use server unless
5245         it's bound, and default it to empty string otherwise.
5246
5247 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5248
5249         * mail-source.el: Load auth-source.el.
5250         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5251         get user name or password, if auth-sources is set up.
5252
5253         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5254         strategy of splitting with parent.
5255         (gnus-registry-split-fancy-with-parent)
5256         (gnus-registry-post-process-groups): Use it and fix prior
5257         bug (returning a list as the split result).
5258
5259         * auth-source.el (auth-sources): Remove server parameter.
5260         (auth-source-pick, auth-source-user-or-password)
5261         (auth-source-user-or-password-imap)
5262         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5263         (auth-source-user-or-password-sftp)
5264         (auth-source-user-or-password-smtp): Remove server parameter.
5265
5266 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5267
5268         * smime.el (smime-sign-region, smime-encrypt-region)
5269         (smime-decrypt-region):
5270         Remove redundant calls to `generate-new-buffer-name'.
5271
5272 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5273
5274         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5275         Don't use QP for message/rfc822.
5276         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5277
5278 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5279
5280         * sieve-manage.el (sieve-string-bytes): Remove.
5281         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5282         correct byte-length only if the process's coding-system is the same as
5283         the one used internally by Emacs to represent strings.
5284
5285 2008-04-22  Juri Linkov  <juri@jurta.org>
5286
5287         * mailcap.el (mailcap-file-default-commands): New function.
5288
5289 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5290
5291         * message.el (message-signature-separator, message-cite-function):
5292         Change custom version.
5293
5294 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5295
5296         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5297         commands.
5298         (tls-checktrust): Ditto.
5299
5300 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5301
5302         * mm-decode.el (mm-display-external): Make temp file read-only.
5303
5304 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5305
5306         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5307         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5308         `C-c C-f d'.
5309
5310 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5311
5312         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5313
5314 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5315
5316         * gnus.el: Bump version to 0.9.
5317
5318 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5319
5320         * gnus.el: No Gnus v0.8 is released.
5321
5322 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5323
5324         * mail-source.el (mail-source-value):
5325         Prefer fboundp to functionp so it works with macros as well.
5326
5327 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5328
5329         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5330         Fix last change in case the element is not even a symbol.
5331
5332 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5333
5334         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5335         Prefer fboundp to functionp so it works with macros as well.
5336
5337 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5338
5339         * auth-source.el: Added docs.
5340         (auth-sources): Modify format to support server.
5341         (auth-source-pick, auth-source-user-or-password)
5342         (auth-source-user-or-password-imap)
5343         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5344         (auth-source-user-or-password-sftp)
5345         (auth-source-user-or-password-smtp): Add server parameter.
5346
5347 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5348
5349         * gnus-registry.el: Initialize the registry when gnus-registry-install
5350         is t.
5351
5352 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5353
5354         * compface.el (uncompface): Make buffer unibyte.
5355
5356 2008-04-05  Glenn Morris  <rgm@gnu.org>
5357
5358         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5359
5360 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5361
5362         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5363         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5364
5365         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5366         multibyteness after rather than before erasing it.
5367
5368         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5369         mm-with-multibyte.
5370         (gnus-request-article-this-buffer): Make sure the proper decoding is
5371         used if gnus-original-article-buffer happens to be unibyte.
5372
5373         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5374         default-enable-multibyte-characters.
5375
5376         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5377         default-enable-multibyte-characters.
5378
5379         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5380
5381         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5382
5383 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5384
5385         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5386         (imap-message-copyuid-1): Use it.
5387         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5388         J. Williams in
5389         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5390
5391         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5392         imap-enable-exchange-bug-workaround.
5393         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5394
5395 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5396
5397         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5398         a 100 byte status-checks into a 2-3MB transfer for each group.
5399         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5400         to enable bug workaround or not.
5401         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5402
5403 2008-03-31  Glenn Morris  <rgm@gnu.org>
5404
5405         * message.el (mml2015-use): Declare for compiler.
5406         (message-info): Require mml2015 when appropriate.
5407
5408 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5411         whitespace.
5412
5413 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5414
5415         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5416         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5417         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5418         (nntp-service-to-port): New function.
5419         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5420         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5421         (nntp-open-netcat-stream): New function.
5422         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5423
5424 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5425
5426         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5427
5428 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5429
5430         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5431
5432 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5433
5434         * dns.el (dns-write): Use set-buffer-multibyte.
5435
5436 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5437
5438         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5439
5440 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5441
5442         * message.el (message-signature-separator): Change default.
5443         Improve custom type.
5444         (message-cite-function): Change default to
5445         message-cite-original-without-signature.
5446
5447         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5448         toggle.
5449
5450         * message.el (message-check-news-body-syntax): Fix signature check.
5451         (message-setup-1): Mark buffer as unmodified _after_ running
5452         message-setup-hook and handling message-alternative-emails.
5453         (message-shorten-references): Be more strict when building list of
5454         valid references to comply with GNKSA.
5455
5456         * gnus-group.el (gnus-read-ephemeral-bug-group)
5457         (gnus-read-ephemeral-debian-bug-group)
5458         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5459
5460         * message.el (message-info): Don't use booleanp which isn't supported
5461         in Emacs 21 and XEmacs.
5462
5463 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5464
5465         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5466         gnus-group-gmane-group-download-format.
5467         (gnus-group-read-ephemeral-gmane-group): Rename from
5468         gnus-group-read-ephemeral-gmane-group.
5469         (gnus-read-ephemeral-gmane-group-url): Rename from
5470         gnus-group-read-ephemeral-gmane-group-url.
5471         (gnus-bug-group-download-format-alist): New variable.
5472         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5473         (gnus-read-ephemeral-emacs-bug-group): New commands.
5474
5475 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5476
5477         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5478         (gnus-visible-headers): Improve custom type.
5479
5480 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * mml.el (mml-menu): Add workarounds for XEmacs.
5483
5484         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5485         X-Boundary header.
5486
5487         * message.el (message-simplify-recipients): Fix previous commit.
5488
5489 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5490
5491         * mm-util.el (mm-set-buffer-multibyte): New function.
5492         * mm-decode.el (mm-copy-to-buffer): Use it.
5493
5494 2008-03-19  Glenn Morris  <rgm@gnu.org>
5495
5496         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5497         Accidentally removed in the sync process with Emacs.
5498
5499 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5500
5501         * message.el (message-alter-recipients-discard-bogus-full-name):
5502         New function.
5503         (message-alter-recipients-function): New variable.
5504         (message-get-reply-headers): Use it.
5505         (message-replace-header): New helper function.
5506         (message-recipients-without-full-name): New variable.
5507         (message-simplify-recipients): New command.
5508
5509         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5510
5511         * message.el (message-info): Handle EasyPG manual.
5512
5513         * mml.el (mml-menu): Add entry for EasyPG.
5514
5515 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5516
5517         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5518         parameter.
5519
5520         * message.el (message-disassociate-draft): Specify drafts group name
5521         fully.
5522
5523 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5524
5525         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5526         unnecessary duplicates from the match list.
5527
5528 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5531
5532         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5533
5534         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5535         args of `how-many' of which the XEmacs version doesn't take; declare
5536         Info-index-next as function.
5537
5538 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5539
5540         * gnus-score.el (gnus-score-headers): Fix handling of
5541         gnus-inhibit-slow-scoring.
5542
5543         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5544         string.
5545         (gnus-button-url-regexp): Improve handling of parenthesis.
5546         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5547         (gnus-button-handle-info-keystrokes): Handle index entries.
5548
5549 2008-03-15  Glenn Morris  <rgm@gnu.org>
5550
5551         * parse-time.el (parse-time-string): Simplify.
5552
5553 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5556         Incoming* files.
5557
5558 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5559
5560         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5561         (auth-source-pick): Use it.
5562
5563 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5564
5565         * binhex.el (binhex-decode-region-internal):
5566         * uudecode.el (uudecode-decode-region-internal):
5567         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5568         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5569         setting default-enable-multibyte-characters.
5570
5571 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5572
5573         * auth-source.el (auth-source-protocols)
5574         (auth-source-protocols-customize, auth-source-choices): Added and
5575         modified variable customizations and defaults.
5576         (auth-source-pick, auth-source-user-or-password)
5577         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5578         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5579         (auth-source-user-or-password-sftp)
5580         (auth-source-user-or-password-smtp): Use new variables and provide an
5581         interface to netrc.el.
5582
5583 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5586         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5587         Make sure the nntp port to specify is a string.
5588
5589 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5590
5591         * nntp.el: Use with-current-buffer.
5592         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5593         dubious mm-with-unibyte-current-buffer.
5594         (nntp-with-open-group-function): New function extracted from
5595         nntp-with-open-group macro.
5596         (nntp-with-open-group): Use the function, so it's easier to debug.
5597         Add indentation and debugging info.
5598         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5599         the use of the netcat alternatives.
5600
5601         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5602         Avoid mm-string-as-multibyte as well.
5603
5604         * nnweb.el (nnweb-insert-html):
5605         Remove use of nnheader-string-as-multibyte.
5606
5607         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5608         (nnheader-string-as-multibyte): Remove.
5609
5610         * mm-view.el: Use inhibit-read-only.
5611         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5612         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5613         or unibyte-string.
5614
5615         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5616         (mm-uu-yenc-extract): Use with-current-buffer.
5617
5618         * gnus-soup.el (gnus-soup-send-packet): Don't use
5619         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5620
5621         * nnmh.el: Use with-current-buffer.
5622         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5623         mm-string-as-multibyte on the output of mm-encode-coding-string.
5624
5625         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5626         (nnimap-request-move-article): Use with-current-buffer.
5627
5628         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5629         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5630         conversion uses string-make-unibyte rather than string-as-unibyte.
5631
5632         * gnus-msg.el: Use with-current-buffer.
5633
5634         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5635
5636 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5637
5638         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5639         string for caching if it is 'PIN.
5640
5641 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * lpath.el: Consider the case without Emacs/W3.
5644
5645 2008-03-08  Glenn Morris  <rgm@gnu.org>
5646
5647         * time-date.el (date-to-time, time-subtract, time-add)
5648         (safe-date-to-time): Doc fixes.
5649
5650 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5651
5652         * mail-source.el (mail-source-delete-old-incoming-confirm):
5653         Change default to nil.
5654         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5655
5656 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * lpath.el: Rearrange.
5659
5660         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5661         (gnus-article-goto-prev-page): Work for articles having ^L's.
5662
5663         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5664
5665         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5666
5667 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5668
5669         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5670         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5671         (gnus-bookmark-jump): Adjust some variable names.
5672
5673 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5674
5675         * auth-source.el: New package.
5676         (auth-source-choices): Add customization entry point variable.
5677
5678         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5679         bug.
5680
5681 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5682
5683         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5684         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5685         (gnus-registry-install-shortcuts): Rename from
5686         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5687         the `gnus-registry-mark-map' keymap dynamically from
5688         `gnus-registry-marks'.  The generated functions update the summary line
5689         when a registry mark is added or deleted, and will call
5690         `gnus-registry-install-p' (see the comments in the code).
5691         (gnus-registry-user-format-function-M): Use concat intelligently.
5692
5693         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5694         the registry mark functions.
5695
5696 2008-03-05  Glenn Morris  <rgm@gnu.org>
5697
5698         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5699         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5700         gnus-art.
5701         (top-level): No need to load own source when compiling.
5702
5703 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5704
5705         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5706         Suggested by <chris.anderton@zetnet.co.uk>.
5707
5708 2008-03-04  Glenn Morris  <rgm@gnu.org>
5709
5710         * gnus-sum.el (top-level): No need to require gnus when compiling,
5711         since unconditionally required near start of file.
5712         (gnus-summary-display-while-building): Move definition before use.
5713
5714 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5715
5716         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5717         formatting function.
5718
5719 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5720
5721         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5722         with plists.
5723         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5724         Use new format.
5725
5726 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5729         `where-is-internal' that returns a range of key sequences.
5730
5731 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5732
5733         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5734
5735         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5736         (gnus-summary-jump-to-group): Consider windows on other displayed
5737         frames as well.  Similar changes might be needed elsewhere, but that's
5738         the one I've bumped into during my use.
5739
5740         * nndoc.el (nndoc-oe-dbx-type-p):
5741         * gnus-msg.el (gnus-debug):
5742         * gnus-group.el (gnus-update-group-mark-positions):
5743         Use mm-string-to-multibyte.
5744
5745 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5746
5747         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5748         doesn't handle NotDashEscaped.
5749
5750         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5751         (mml-dnd-attach-options): Fix typo in custom choice.
5752
5753         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5754         nndoc-article-type to mbox.
5755         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5756
5757         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5758         to nil, instead of html2text.
5759
5760         * imap.el (imap-debug): Add `imap-ping-server'.
5761
5762         * gnus-bookmark.el: Add FIXMEs.
5763
5764         * message.el (message-form-letter-separator)
5765         (message-send-form-letter-delay): New variables.
5766         (message-send-form-letter): Use them.  New command to send form
5767         letters.  Requested by Uwe Siart.
5768         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5769
5770 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5771
5772         * Update copyright years.
5773
5774 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5775
5776         Sync from EMACS_22_BASE.
5777
5778         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5779
5780 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5781
5782         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5783         empty author.
5784
5785 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5786
5787         * gnus-registry.el (gnus-registry-marks): Add variable for
5788         customization of marks and their appearance.
5789         (gnus-registry-read-mark): Use it.
5790         (gnus-registry-do-marks): Add utility function to loop through
5791         `gnus-registry-marks'.
5792         (gnus-registry-install-shortcuts-and-menus): Add function to install
5793         shortcuts and menus.
5794         (gnus-registry-initialize): Use it.
5795         (gnus-registry-default-mark): Clarify documentation.
5796
5797 2008-02-29  Glenn Morris  <rgm@gnu.org>
5798
5799         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5800         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5801         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5802         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5803         Change defcustom :version from 23.0 to 23.1.
5804
5805 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5806
5807         * gnus-registry.el (gnus-registry-follow-group-p)
5808         (gnus-registry-post-process-groups): Add functions to aid registry
5809         splitting and improve logging.  Clarify behavior in function
5810         documentation.
5811         (gnus-registry-split-fancy-with-parent): Use them.
5812
5813 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5814
5815         * gnus-art.el: Use with-current-buffer.
5816
5817 2008-02-27  David Engster  <dengste@eml.cc>
5818
5819         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5820         Express real group name in the response.
5821
5822 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5825         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5826         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5827         autoload gnus-registry-fetch-group when compiling.
5828         (nnmairix-request-group-with-article-number-correction): Remove
5829         unreferenced argument passed to nnmairix-call-backend.
5830
5831 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5832
5833         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5834         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5835         Wilde.
5836
5837 2008-02-27  Glenn Morris  <rgm@gnu.org>
5838
5839         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5840         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5841         variables to defconsts.  Convert comments to doc-strings.
5842         (nnmairix-last-server, nnmairix-current-server): Convert from free
5843         variables to defvars.  Convert comments to doc-strings.
5844         (gnus-registry-fetch-group): Autoload.
5845         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5846         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5847         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5848         caddr.
5849         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5850         nnmairix-request-group-with-article-number-correction call.
5851         (nnmairix-fast, nnmairix-group): New, less general names, for free
5852         variables passed from nnmairix-request-group to
5853         nnmairix-request-group-with-article-number-correction.  Declare.
5854         (nnmairix-request-group-with-article-number-correction):
5855         Use nnmairix-fast, nnmairix-group rather than fast, group.
5856
5857 2008-02-26  David Engster  <dengste@eml.cc>
5858
5859         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5860         version 0.5.
5861
5862 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5863
5864         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5865         instead of making an extra function call.  Don't add the current group
5866         to articles only when they have the group.  Use
5867         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5868         Reported by David <de_bb@arcor.de>.
5869
5870 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5873         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5874
5875 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * mail-source.el (mail-source-delete-incoming): Change default.
5878         Supplement doc string.
5879
5880         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5881
5882 2008-02-14  Glenn Morris  <rgm@gnu.org>
5883
5884         * time-date.el (format-seconds): New function.
5885
5886 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5887
5888         * nnmail.el (nnmail-message-id-cache-file): Derive from
5889         `gnus-home-directory'.
5890
5891 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5892
5893         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5894         Document negative prefix.
5895
5896         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5897
5898 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5899
5900         * message.el (message-unsent-separator): Add the Exim bounce
5901         separator.
5902
5903 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5904
5905         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5906         list.
5907         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5908         recipient/signer list.
5909
5910 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * Makefile.in (datarootdir): Define.
5913         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5914         name that might contain whitespace.
5915
5916 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5919         fbound (Emacs 23 unicode), signal an error.
5920
5921 2008-02-08  Glenn Morris  <rgm@gnu.org>
5922
5923         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5924
5925 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5926
5927         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5928         ports to the calls to `netrc-machine-user-or-password' in addition to
5929         "imap" and "imaps".
5930
5931 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5932
5933         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5934
5935         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5936
5937 2008-02-01  Kenichi Handa  <handa@m17n.org>
5938
5939         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5940         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5941         (rfc2104-hash): Convert the result of concat to unibyte string.
5942
5943 2008-02-01  Dave Love  <fx@gnu.org>
5944
5945         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5946         coding-system-for-read.
5947         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5948
5949 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5952         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5953         <hanche@math.ntnu.no>.
5954
5955 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5958
5959         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5960
5961 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5962
5963         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5964         * message.el (message-beginning-of-line): Use featurep instead of bound
5965         tests in order to resolve conditionals at compile time.
5966
5967 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5968
5969         * mail-source.el (mail-sources): Add `group' choice.
5970
5971         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5972         parameter `in-group' to control into which group the articles go.
5973         Add treatment of `group' mail-source.
5974
5975 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5978
5979         * mm-decode.el (mm-dissect-buffer): Decode description.
5980
5981         * mml.el (mml-to-mime): Encode message header first.
5982
5983 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5984
5985         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5986         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5987
5988         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5989         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5990
5991 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5992
5993         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5994
5995 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5998         prefix keys.
5999         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6000         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6001         gnus-xmas.el.
6002
6003         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6004         (gnus-xmas-article-describe-bindings): New function.
6005         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6006         gnus-xmas-article-describe-bindings.
6007
6008         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6009
6010 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6011
6012         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6013         Add new variables for article mark management.
6014         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6015         list of extra data entries which, when present, will indicate that the
6016         article ID should not be trimmed from the registry.
6017         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6018         functions.
6019         (gnus-registry-read-mark): New function to read a mark name from the
6020         user.
6021         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6022         (gnus-registry-set-article-mark-internal): New functions to add and
6023         remove marks.
6024         (gnus-registry-get-article-marks): New function to show the marks for
6025         an article, or retrieve them for further use.
6026
6027 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6030         keys when no argument is given.
6031
6032 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * imap.el (imap-ping-server): New variable.
6035         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6036         (imap-ping-server): Minor doc string fixes.
6037
6038 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6039
6040         * imap.el (imap-ping-server): New function.
6041         (imap-opened): Call imap-ping-server.
6042
6043 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6044
6045         * gnus-sum.el (gnus-article-sort-by-random)
6046         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6047         jidanni@jidanni.org.
6048
6049 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * gnus-art.el (gnus-article-describe-bindings): New function.
6052         (gnus-article-read-summary-keys): Use it.
6053         (gnus-article-mode-map): Bind `C-h b' to it.
6054
6055 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6058         XEmacs.
6059         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6060         against non-character events.
6061
6062         * lpath.el: Fbind map-keymap for Emacs 21.
6063
6064 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6067         command.
6068         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6069         instead of END.  Change name of the temp file.
6070         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6071         customizable.
6072
6073 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6076         bind `S W' to gnus-article-wide-reply-with-original; set default
6077         binding to gnus-article-read-summary-send-keys.
6078         (gnus-article-read-summary-keys): Fix the order of keys; display
6079         continuation keys correctly in the echo area; describe bindings
6080         correctly when keys end with `C-h'.
6081         (gnus-article-read-summary-send-keys): New function.
6082         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6083         for gnus-article-read-summary-send-keys; display continuation keys
6084         correctly in the echo area.
6085         (gnus-article-reply-with-original): Ignore prefix argument.
6086         (gnus-article-wide-reply-with-original): New function.
6087
6088         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6089         Emacs 21.
6090
6091 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6094         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6095
6096 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6097
6098         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6099         (gnus-group-read-ephemeral-gmane-group): New command.
6100
6101 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6102
6103         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6104
6105 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6106
6107         * message.el (message-send-mail-function): Increase custom version.
6108
6109         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6110         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6111
6112 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6113
6114         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6115         for the cases where imap-authenticate is called with a nil buffer
6116         parameter.
6117
6118 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6121         html parts correctly; support forwarded messages.
6122         (gnus-article-browse-html-article): Remove work buffers.
6123
6124         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6125         compiling.
6126         (netrc-bound-and-true-p): New macro.
6127         (netrc-parse): Use it instead of bound-and-true-p that is not available
6128         in XEmacs 21.4.
6129
6130 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6131
6132         * gnus-registry.el (gnus-registry-mark-article)
6133         (gnus-registry-article-marks): Add functionality to mark articles
6134         through the Gnus registry.
6135
6136         * encrypt.el: Clarify documentation for the new pgg method.
6137         (encrypt-file-alist): Add PGG option.
6138         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6139         functionality.  Abstract password key and messaging to external
6140         functions.
6141         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6142         (encrypt-message-method-and-cipher): Add new convenience external
6143         functions.
6144         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6145         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6146
6147         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6148         (netrc-parse): Use encrypt-file-alist to determine if
6149         encrypt-find-model or encrypt-insert-file-contents should be used.
6150
6151         * encrypt.el: Clarify documentation.  Load password-cache or
6152         password, whichever one is found first, instead of autoloading.
6153
6154 2007-12-19  Glenn Morris  <rgm@gnu.org>
6155
6156         * mml.el (message-options-set, message-narrow-to-head)
6157         (message-in-body-p, message-mail-p, message-encode-message-body):
6158         Autoload.
6159         (message-remove-header, message-narrow-to-headers-or-head)
6160         (message-subscribed-p, message-make-mail-followup-to)
6161         (message-position-on-field, message-news-p)
6162         (message-options-set-recipient, message-generate-headers)
6163         (message-sort-headers): Declare as functions.
6164
6165 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6166
6167         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6168         convention in doc string.
6169
6170 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6173         title to html parts.
6174         (gnus-article-browse-html-article): Pass message header to it.
6175
6176         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6177
6178 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6179
6180         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6181         or password compatible with XEmacs.
6182
6183 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6186         format document.
6187         (gnus-mime-delete-part): Don't write description line if empty.
6188         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6189
6190 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6191
6192         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6193         (gnus-summary-mark-read-and-unread-as-read)
6194         (gnus-summary-mark-current-read-and-unread-as-read)
6195         (gnus-summary-mark-unread-as-ticked): Doc fix.
6196         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6197
6198 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6201         Christoph Conrad <christoph.conrad@gmx.de>.
6202
6203 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6206         yes-or-no-p.
6207
6208 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * mm-decode.el (mm-add-meta-html-tag): New function.
6211         (mm-save-part-to-file, mm-pipe-part): Use it.
6212
6213         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6214         gnus-y-or-n-p instead of y-or-n-p.
6215         (gnus-article-browse-html-parts): Work with message/external-body; use
6216         mm-add-meta-html-tag.
6217
6218 2007-12-11  Glenn Morris  <rgm@gnu.org>
6219
6220         * gnus-cache.el: Require gnus-sum not just when compiling.
6221
6222         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6223
6224         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6225         definitions before use.
6226
6227         * mm-decode.el: Require gnus-util.
6228         (mm-remove-part): Only call delete-annotation on XEmacs.
6229
6230         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6231
6232         * nnmail.el: Require gnus-int.
6233
6234         * spam.el: Move `require's before `eval-when-compile's.
6235
6236         * gnus-ems.el (gnus-alive-p):
6237         * gnus-fun.el (message-goto-eoh):
6238         * gnus-util.el (gnus-group-name-decode):
6239         * mail-source.el (gnus-compress-sequence):
6240         * message.el (Info-goto-node, format-spec):
6241         * mm-bodies.el (message-options-get):
6242         * mm-decode.el (mm-view-pkcs7):
6243         * mm-util.el (gmm-write-region):
6244         * mml-smime.el (mml-compute-boundary)
6245         (gnus-completing-read-with-default):
6246         * mml.el (widget-button-press, gnus-make-hashtable):
6247         * mml1991.el (mm-decode-content-transfer-encoding)
6248         (mm-encode-content-transfer-encoding)
6249         (message-options-get, message-options-set):
6250         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6251         * nnfolder.el (gnus-request-group):
6252         * nnheader.el (ietf-drums-unfold-fws):
6253         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6254         * smime.el (gnus-run-mode-hooks):
6255         * spam-stat.el (gnus-message): Autoload.
6256
6257         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6258         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6259         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6260         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6261         Add declare-function compatibility definition.
6262
6263         * gnus-cache.el (nnvirtual-find-group-art):
6264         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6265         (gnus-add-image, gnus-add-wash-type):
6266         * gnus-group.el (nnkiboze-score-file):
6267         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6268         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6269         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6270         (message-tokenize-header, gnus-get-buffer-create)
6271         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6272         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6273         * gnus.el (gnus-group-decoded-name):
6274         * mail-source.el (imap-capability):
6275         * mm-bodies.el (message-options-set):
6276         * mm-decode.el (gnus-configure-windows):
6277         * mm-extern.el (message-goto-body):
6278         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6279         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6280         (epg-sub-key-validity, message-options-set):
6281         * mml.el (widget-event-point, gnus-configure-windows):
6282         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6283         * mml2015.el (epg-check-configuration, epg-configuration)
6284         (message-options-set):
6285         * nndb.el (nndb-request-article):
6286         * nnfolder.el (gnus-request-create-group):
6287         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6288         * nnmaildir.el (gnus-group-mark-article-read):
6289         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6290         * rfc1843.el (message-fetch-field):
6291         * spam.el (gnus-extract-address-components):
6292         Declare as functions.
6293
6294 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6297
6298         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6299
6300         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6301         bind show-trailing-whitespace for XEmacs.
6302
6303 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6306         new no-op macro for backward compatibility.
6307
6308         * imap.el (imap-string-to-integer): New function.
6309
6310 2007-12-09  Glenn Morris  <rgm@gnu.org>
6311
6312         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6313
6314         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6315         * message.el, mm-view.el, sieve-manage.el, smime.el:
6316         Add declare-function compatibility definition.
6317
6318         * gnus-art.el (w3-region, w3m-region, Info-menu):
6319         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6320         * gnus-sum.el (gnus-get-predicate):
6321         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6322         * message.el (mail-abbrev-in-expansion-header-p):
6323         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6324         (w3m-detect-meta-charset, w3m-region):
6325         * sieve-manage.el (password-read, password-cache-add)
6326         (password-cache-remove):
6327         * smime.el (password-read-and-add): Declare as functions.
6328
6329 2007-12-08  David Kastrup  <dak@gnu.org>
6330
6331         * gnus-sum.el (gnus-summary-simplify-subject-query):
6332         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6333         `message'.
6334
6335 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6338         it to bind idna-program, installation-directory, defined-colors, and
6339         face-attribute for XEmacs of the version that compiles defcustom forms.
6340
6341 2007-12-07  Glenn Morris  <rgm@gnu.org>
6342
6343         * gnus-art.el (article-make-date-line): Revert previous change.
6344
6345 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6346
6347         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6348
6349 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6350
6351         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6352         Call gnus-add-to-range ranges only once with a prepared article-list.
6353
6354 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6355
6356         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6357         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6358         group names with backslashes.  Reported by Tassilo Horn
6359         <tassilo@member.fsf.org>.
6360
6361 2007-12-06  Deepak Goel  <deego3@gmail.com>
6362
6363         * gnus-art.el (article-make-date-line):
6364         * gnus-start.el (gnus-load):
6365         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6366
6367 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-art.el (gnus-use-idna)
6370         * gnus-start.el (gnus-site-init-file)
6371         * message.el (message-use-idna)
6372         * mm-uu.el (mm-uu-hide-markers)
6373         * smiley.el (smiley-style): Revert changes that suppress warnings.
6374
6375 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6378         specify charset to html source.  Reported by Christoph Conrad
6379         <christoph.conrad@gmx.de>.
6380
6381 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6384         idna-program in order to suppress byte compile warning issued by XEmacs
6385         that came to byte compile the default value section of defcustom forms
6386         recently.
6387
6388         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6389         value of installation-directory.
6390
6391         * message.el (message-use-idna): Don't directly refer to the value of
6392         idna-program.
6393
6394         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6395
6396         * smiley.el (smiley-style): Don't directly call face-attribute.
6397
6398 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6399
6400         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6401
6402         * gnus-dired.el: Reduce Gnus dependencies.
6403         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6404         require.  Use autoloads instead.
6405         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6406         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6407         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6408         (gnus-dired-mode): Adjust doc string.
6409         (gnus-dired-mail-mode): New variable.
6410         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6411         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6412         (gnus-dired-mail-buffers): New function.  Return mail or message
6413         composition buffers.
6414         (gnus-dired-attach): Use it.
6415         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6416         NO-DECODE.
6417         (gnus-dired-print): Use `gnus-print-buffer' depending on
6418         `gnus-dired-mail-mode'.
6419
6420 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * rfc2047.el (rfc2047-encoded-word-regexp)
6423         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6424         explaining what regexp patterns are for.
6425
6426 2007-12-04  Glenn Morris  <rgm@gnu.org>
6427
6428         * password.el: Move to password-cache.el.
6429
6430         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6431         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6432         * mml-smime.el (password-read, password-cache-add)
6433         (password-cache-remove):
6434         No need to autoload, since mml-sec requires password.
6435
6436         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6437         * message.el (gnus-extract-address-components):
6438         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6439
6440         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6441         password.
6442
6443 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * mailcap.el: Reduce dependencies.
6446         (mail-header-parse-content-type): Autoload.
6447         (mailcap-delete-duplicates): New alias.
6448         (mailcap-mime-info): Add optional argument NO-DECODE.
6449         (mailcap-mime-types): Use mailcap-delete-duplicates.
6450
6451         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6452
6453 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6454
6455         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6456         (imap-parse-status): Upcase status-att for servers that sends them
6457         lower-case (e.g., MS Exchange 2007).
6458
6459 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6460
6461         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6462         function.
6463
6464         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6465         (gnus-uu-yenc-article): New function.
6466
6467         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6468
6469         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6470         buffer.
6471
6472 2007-12-02  Glenn Morris  <rgm@gnu.org>
6473
6474         * binhex.el (binhex): New custom group.
6475         (binhex-decoder-program, binhex-decoder-switches)
6476         (binhex-use-external): Move to the binhex custom group.
6477
6478         * uudecode.el (uudecode): New custom group.
6479         (uudecode-decoder-program, uudecode-decoder-switches)
6480         (uudecode-use-external): Move to the uudecode custom group.
6481
6482         * netrc.el (top-level): Don't load `encrypt' features.
6483         (netrc-parse): Don't use encrypt.
6484         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6485
6486         * encrypt.el: Remove file.
6487
6488 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6491         matches on patches.
6492
6493         * gnus-art.el (gnus-article-browse-html-article): Mention
6494         `mm-text-html-renderer' in the doc string.
6495
6496         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6497         string.  Add comments.
6498
6499         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6500         if rhs is ASCII.
6501
6502 2007-12-01  Glenn Morris  <rgm@gnu.org>
6503
6504         * mail-source.el (top-level): Require format-spec before
6505         eval-when-compile.
6506
6507 2007-11-30  Glenn Morris  <rgm@gnu.org>
6508
6509         * encrypt.el: Require password, rather than autoloading password-read.
6510
6511 2007-11-29  Glenn Morris  <rgm@gnu.org>
6512
6513         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6514         (sasl-make-client, sasl-next-step, sasl-step-data)
6515         (sasl-step-set-data): Declare as functions.
6516
6517 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6518
6519         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6520
6521 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6522
6523         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6524         certs should be verified and what is to be done in the event of a
6525         verification failure.
6526
6527         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6528         caller can indicate whether the cache should be disregarded for this
6529         call.  This way the result of the call is reproducible at all times and
6530         can be considered a canonical server name for the supplied method.
6531         (gnus-agent-method-p): Canonicalize server names by pushing their
6532         method through `gnus-method-to-server' using the no-cache argument.
6533
6534         * gnus-srvr.el (gnus-server-insert-server-line): Call
6535         `gnus-method-to-server' with `no-cache' argument.
6536
6537         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6538         gnus-agent-possibly-synchronize-flags as this should be called when the
6539         server is actually being opened.
6540         (gnus-agent-possibly-synchronize-flags)
6541         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6542         flags file of an agentized server to the latter function.
6543
6544         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6545         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6546         after a connection has been established successfully.
6547
6548 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (article-display-face): Force to display face if called
6551         interactively; check if gnus-article-x-face-too-ugly matches author.
6552         (article-display-x-face): Display face even if From header is missing
6553         as article-display-face does.
6554
6555 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6556
6557         * hashcash.el (message-narrow-to-headers-or-head)
6558         (message-fetch-field, message-goto-eoh)
6559         (message-narrow-to-headers): Declare as functions.
6560
6561 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6562
6563         * mail-source.el (mail-sources): Default to fetch from file for
6564         compatibility with default of nnmail-spool-file.
6565
6566 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6569         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6570         to look for encoded word that should be encoded again.
6571         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6572         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6573         encoding pattern.
6574         (rfc2047-decode-region): Switch strict regexp and loose one according
6575         to rfc2047-allow-irregular-q-encoded-words.
6576
6577 2007-11-25  Romain Francoise  <romain@orebokech.com>
6578
6579         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6580
6581 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6582
6583         * tls.el (tls-program): Provide more custom choices from
6584         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6585         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6586
6587 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6588
6589         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6590         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6591
6592         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6593         `nnmail-spool-file'.
6594
6595         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6596         `nnmail-spool-file'.
6597
6598         * gnus-move.el (gnus-change-server): Ditto.
6599
6600         * gnus-kill.el (gnus-batch-score): Ditto.
6601
6602         * gnus-cache.el (gnus-jog-cache): Ditto.
6603
6604         * gnus-msg.el (gnus-summary-reply):
6605         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6606
6607 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6608
6609         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6610         version.  Minor improvement to doc strings.
6611         (tls-program): Add comment.
6612
6613 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6614
6615         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6616         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6617         mismatch between the hostname provided in the certificate and the name
6618         of the host connnecting to.
6619         (open-tls-stream): Use them.  Check certificates against trusted root
6620         certificates.
6621
6622 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6623
6624         * gnus-cache.el (gnus-cache-generate-nov-databases):
6625         Use nnml-generate-nov-databases-directory instead of
6626         nnml-generate-nov-databases-1.
6627
6628 2007-11-24  Glenn Morris  <rgm@gnu.org>
6629
6630         * message.el (message-tool-bar-retro): Update for rename
6631         mail_send.xpm->mail-send.xpm.
6632
6633 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6636         `smime-ldap-search' for Emacs 22 and up.
6637
6638 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6639
6640         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6641
6642         * message.el (message-send-mail-function): Fix error convention.
6643         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6644         (message-widen-reply, message-send-mail, message-talkative-question)
6645         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6646         (message-clone-locals, message-send-news): Use with-current-buffer.
6647         (message-insert-or-toggle-importance): Remove unused var `valid'.
6648         (message-make-references): Remove unused var `new-references'.
6649         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6650
6651 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6652
6653         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6654         (spam-split-symbolic-return-positive): Reflow docstring.
6655         (spam-backends, spam-summary-exit-behavior)
6656         (spam-mark-ham-unread-before-move-from-spam-group)
6657         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6658         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6659         (spam-clear-cache, spam-backend-check, spam-install-backend)
6660         (spam-install-statistical-backend, spam-list-of-processors)
6661         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6662         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6663         (spam-check-crm114, spam-initialize, spam-unload-hook):
6664         Fix typos in docstrings.
6665
6666 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6669         been checked if they have never been read and those group levels are
6670         higher than the one that a user specified.
6671
6672 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6675         foreign groups unless a group level is specified by a user.
6676         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6677
6678 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * message.el (message-send-mail-function): Require sendmail.
6681
6682 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * message.el (message-send-mail-function): Check for smtpmail too.
6685
6686         * utf7.el (utf7-encode, utf7-decode): Use coding system
6687         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6688
6689         * message.el (message-send-mail-function): New function.
6690         (message-send-mail-function): Set default using
6691         message-send-mail-function.  Adjust doc string.
6692         (message-send-mail-with-mailclient): New function.
6693
6694 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6695
6696         * smime.el (from):
6697         * rfc2047.el (message-posting-charset):
6698         * qp.el (mm-use-ultra-safe-encoding):
6699         * pop3.el (parse-time-months):
6700         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6701         * nnml.el (files):
6702         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6703         (jka-compr-compression-info-list, ange-ftp-path-format)
6704         (efs-path-regexp):
6705         * nndiary.el (files):
6706         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6707         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6708         (epg-digest-algorithm-alist, inhibit-redisplay)
6709         (password-cache-expiry):
6710         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6711         (pgg-output-buffer, password-cache-expiry):
6712         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6713         (efs-path-regexp):
6714         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6715         (inhibit-redisplay):
6716         * mm-uu.el (file-name, start-point, end-point, entry)
6717         (gnus-newsgroup-name, gnus-newsgroup-charset):
6718         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6719         (latin-unity-ucs-list):
6720         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6721         (mm-uu-binhex-decode-function):
6722         * message.el (gnus-message-group-art, gnus-list-identifiers)
6723         (rmail-enable-mime-composing, gnus-local-organization)
6724         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6725         (gnus-read-active-file, facemenu-add-face-function)
6726         (facemenu-remove-face-function, gnus-article-decoded-p)
6727         (tool-bar-mode):
6728         * mail-source.el (display-time-mail-function):
6729         * gnus-util.el (nnmail-pathname-coding-system)
6730         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6731         (gnus-original-article-buffer, gnus-user-agent)
6732         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6733         (xemacs-codename, sxemacs-codename, emacs-program-version):
6734         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6735         * gnus-start.el (gnus-agent-covered-methods)
6736         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6737         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6738         (gnus-newsgroup-headers, gnus-group-list-mode)
6739         (gnus-group-mark-positions, gnus-newsgroup-data)
6740         (gnus-newsgroup-unreads, nnoo-state-alist)
6741         (gnus-current-select-method, mail-sources)
6742         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6743         (nnmail-spool-file, gnus-cache-active-hashtb):
6744         * gnus-mh.el (mh-lib-progs):
6745         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6746         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6747         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6748         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6749         (gnus-group-buffer):
6750         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6751         (font-lock-set-defaults):
6752         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6753         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6754         (gnus-summary-post-menu, total-parts, type, condition, length):
6755         * gnus-agent.el (gnus-agent-read-agentview):
6756         * flow-fill.el (show-trailing-whitespace):
6757         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6758         eval-and-compile wrappers for byte compiler pacifiers.
6759
6760         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6761         (mm-display-inline-fontify): Check for featurep 'xemacs not
6762         extent-list.
6763
6764         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6765         itimer-list.
6766         (mm-create-image-xemacs): Only do something for XEmacs.
6767         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6768
6769         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6770
6771         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6772         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6773
6774 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6775
6776         * nnimap.el (nnimap-split-download-body):
6777         * gnus-demon.el (gnus-demon):
6778         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6779
6780 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6783         macros.
6784         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6785         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6786         copy data from unibyte buffer to multibyte current buffer.
6787         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6788         to copy data from unibyte current buffer to multibyte buffer.
6789         (nntp-make-process-buffer): Make process buffer unibyte.
6790
6791         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6792
6793 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6794
6795         * pop3.el (pop3-open-server): Accept and process data more robustly at
6796         connexion start to avoid spurious "POP SSL connexion failed" errors.
6797
6798 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6801         read group names.
6802
6803 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6804
6805         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6806
6807 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6810         (nnmail-save-active): Use a unibyte buffer when saving active file,
6811         which may contain non-ASCII group names.
6812
6813         * nnml.el (nnml-request-group): Decode group names in messages.
6814
6815 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * message.el (message-citation-line-function)
6818         (message-insert-formatted-citation-line): Fix spelling of
6819         `message-insert-formated-citation-line'.
6820
6821 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6824
6825 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6828         nnmail-pathname-coding-system.
6829
6830         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6831         that a user enters; decode group names in messages.
6832
6833         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6834
6835 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6838
6839         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6840
6841         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6842         risky local variable.
6843
6844         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6845
6846 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6847
6848         * encrypt.el: Improve documentation to fix function name typo.
6849         Reported by Daiki Ueno <ueno@unixuser.org>.
6850
6851 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6854         even if the point is not in the last page of an article.
6855         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6856         back to the previous page.
6857
6858 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6859
6860         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6861
6862 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6865
6866 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6867
6868         * message.el (message-check-news-body-syntax): Avoid
6869         mm-string-as-multibyte.
6870         (message-hide-headers): Don't assume (point-min)==1.
6871
6872 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * message.el (message-remove-blank-cited-lines): Fix if remove is
6875         given.
6876         (message-bogus-address-regexp): New variable.
6877         (message-bogus-recipient-p): New function.
6878         (message-check-recipients): New command.
6879         (message-syntax-checks): Add `bogus-recipient'.
6880         (message-fix-before-sending): Add `bogus-recipient'.
6881
6882         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6883         (gnus-treat-body-boundary): Don't test window-system.
6884
6885 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6886
6887         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6888
6889 2007-10-28  Miles Bader  <miles@gnu.org>
6890
6891         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6892         at compile-time too.
6893
6894 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         * gnus-msg.el (gnus-message-setup-hook): Add
6897         `message-remove-blank-cited-lines' to options.
6898
6899 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * message.el (message-remove-blank-cited-lines): New function.
6902         Suggested by Karl Plästerer.
6903
6904 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6907         mapc.
6908
6909         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6910         (top-level): Use mapc to set functions to be traced for debugging.
6911
6912         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6913         called for effect with while loop.
6914
6915         * message.el (message-talkative-question): Replace mapcar called for
6916         effect with mapc.
6917
6918         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6919         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6920         called for effect with dolist.
6921
6922         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6923
6924         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6925         gnus-extra-headers and nnmail-extra-headers.
6926
6927         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6928         called for effect with dolist.
6929         (top-level): Use mapc to set functions to be traced for debugging.
6930
6931         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6932         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6933         dolist.
6934
6935         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6936         Replace mapcar called for effect with mapc.
6937         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6938         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6939         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6940         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6941
6942         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6943         remove-if that's a cl function.
6944
6945         * webmail.el (webmail-debug): Replace mapcar called for effect with
6946         dolist.
6947
6948         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6949         with mapc.
6950
6951 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6954         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6955         with while loop.
6956
6957         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6958         functions from article-* functions.
6959         (gnus-multi-decode-header): Replace mapcar called for effect with
6960         dolist.
6961
6962         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6963         (gnus-bookmark-show-details): Replace mapcar called for effect with
6964         while loop.
6965
6966         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6967         called for effect with while loop.
6968
6969         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6970         with dolist.
6971
6972         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6973         mapcar called for effect with dolist.
6974
6975         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6976
6977         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6978         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6979         Replace mapcar called for effect with dolist.
6980         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6981         mapc.
6982
6983         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6984         Replace mapcar called for effect with dolist.
6985         (gnus-topic-list): Replace mapcar called for effect with mapc.
6986
6987         * gnus.el: Use mapc instead of mapcar to add autoloads.
6988
6989 2007-10-23  Richard Stallman  <rms@gnu.org>
6990
6991         * gnus-group.el (gnus-group-highlight): Mark as risky.
6992
6993 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus.el (gnus-server-to-method): Return method found first in
6996         gnus-newsrc-alist.
6997
6998         * gnus-art.el (gnus-article-highlight-signature)
6999         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7000         button overlay without the front stickiness.
7001
7002 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7003
7004         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7005         overview buffer needed a catch to receive its throw.
7006         (gnus-agent-flush-cache): Declared as interactive to make this function
7007         easier to use.
7008
7009 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7012         `next-line'.
7013
7014 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7017         exclude address matching message-dont-reply-to-names.
7018
7019 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-util.el (gnus-string<): New function.
7022
7023         * gnus-sum.el (gnus-article-sort-by-author)
7024         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7025
7026 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7029         the frame-focus tag is set in gnus-buffer-configuration.
7030
7031 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7034         the front stickiness.
7035
7036 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7039         url pattern; remove duplicate one.
7040         (gnus-article-extend-url-button): New function.
7041         (gnus-article-add-buttons): Use it.
7042         (gnus-button-push): Use concatenated url that it makes.
7043
7044 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7045
7046         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7047
7048 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7049
7050         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7051         Don't hardcode point-min==1.
7052
7053 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7054
7055         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7056         Fix comment about "iso8859-1".
7057
7058 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7059
7060         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7061         ones returned from the verify-function.
7062
7063         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7064         mml2015-extract-cleartext-signature if extraction failed.
7065
7066 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7067
7068         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7069         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7070         failed.
7071
7072 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7073
7074         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7075
7076 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7077
7078         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7079         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7080         recommends to use EasyPG instead of PGG.
7081
7082         * pgg.el: Revert to revision 6.23.2.16.
7083
7084         * pgg-def.el: Revert to revision 6.6.2.14.
7085
7086         * pgg-gpg.el: Revert to revision 6.23.2.34.
7087
7088 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7089
7090         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7091         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7092         thread for both the null and zero (kill/expire thread) universal prefix
7093         cases.
7094         (gnus-summary-expire-thread): Add new function to expire a thread,
7095         using gnus-summary-kill-thread.
7096         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7097         shortcuts for gnus-summary-expire-thread.
7098         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7099         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7100
7101 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7102
7103         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7104         extras value, so an extras entry can be deleted.
7105         (gnus-registry-delete-extra-entry): Use it.
7106         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7107         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7108         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7109         storage through the gnus-registry, and provide an appropriate API for
7110         it.
7111
7112 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7115         Suggested by Leo <sdl.web@gmail.com>.
7116
7117         * gnus.el: Do.
7118
7119 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7122         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7123
7124         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7125
7126         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7127         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7128
7129 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7132         newline.
7133         (nnmbox-request-accept-article): Don't change article in source buffer;
7134         narrow to header to use message-fetch-field rather than
7135         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7136         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7137         as delimiters; make sure article ends with newline.
7138         (nnmbox-delete-mail): Correct last position of article to be deleted;
7139         ignore X-Gnus-Newsgroup header in article body.
7140         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7141         positions; make sure article ends with newline.
7142
7143         * message.el (message-display-abbrev): Don't infloop when a user
7144         inserts SPC in the beginning of header.
7145
7146         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7147         coding-system-for-read and coding-system-for-write for XEmacs having no
7148         file-coding feature.
7149
7150         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7151
7152 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7153
7154         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7155         list of groups not followed by default.  Fix type to be regexp.
7156         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7157
7158 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7159
7160         * hmac-def.el (define-hmac-function): Switch from old-style to
7161         new-style backquotes.
7162
7163         * md4.el (md4-make-step): Likewise.
7164
7165 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7168         raw-text coding system when saving .newsrc file, which may contain
7169         non-ASCII group names.
7170
7171 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * gnus-cus.el (gnus-score-extra): New widget.
7174         (gnus-score-extra-convert): New function.
7175         (gnus-score-customize): Use it for Extra.
7176
7177 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7178
7179         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7180         (mml2015-mailcrypt-clear-verify): Use it.
7181         (mml2015-gpg-clear-verify): Use it.
7182         (mml2015-pgg-clear-verify): Use it.
7183         (mml2015-epg-clear-verify): Replace the current part with the output
7184         from GnuPG; don't extract the plaintext by itself.
7185
7186         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7187         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7188         mml2015-clear-verify-function; don't touch the armor headers or
7189         dash-escaped text here.
7190
7191 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7194         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7195         parts, or application/octet-stream as a last resort.
7196         (gnus-mime-view-part-as-type): Don't toggle display.
7197         (gnus-mime-view-part-as-charset): Don't turn off display before
7198         querying charset.
7199
7200         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7201         stuff to undisplayer function in Emacs.
7202         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7203
7204         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7205         text/calendar parts.
7206
7207 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7210         decoding text/calendar parts.
7211
7212         * message.el (message-forward-make-body-mime): Always mark body as
7213         having no illegible text; remove signed-or-encrypted argument.
7214         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7215
7216         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7217         (mml-generate-mime-1): Don't encode body if it is specified to be in
7218         raw form; don't make buffer be unibyte when inserting multibyte string.
7219
7220 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7221
7222         * sha1.el: Fix up comment style.
7223         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7224         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7225
7226         * hex-util.el: Fix up comment style.
7227         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7228
7229         * gnus-salt.el: Use with-current-buffer.
7230         (gnus-pick-setup-message): Fix long-standing typo.
7231
7232 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * imap.el (imap-logout-timeout): New variable.
7235         (imap-logout, imap-logout-wait): New functions.
7236         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7237
7238         * nnimap.el (nnimap-logout-timeout): New server variable.
7239         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7240         nnimap-logout-timeout.
7241
7242         * gnus-art.el (gnus-article-summary-command-nosave)
7243         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7244
7245 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus.el (gnus-maximum-newsgroup): New variable.
7248
7249         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7250         according to gnus-maximum-newsgroup.
7251
7252         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7253         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7254         Limit the range of articles according to gnus-maximum-newsgroup.
7255
7256 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7257
7258         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7259         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7260         Don't perform gnus-configure-windows here; reuse existing sticky
7261         article buffer.
7262
7263         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7264         it doesn't exist in gnus-article-mode.
7265
7266 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7269         (gnus-agent-decoded-group-name): New function.
7270         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7271         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7272
7273 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7274
7275         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7276         Add binding for gnus-sticky-article.
7277         (gnus-summary-exit): Don't kill sticky article buffers.
7278
7279         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7280         article buffer.
7281         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7282         (gnus-kill-sticky-article-buffers): New commands.
7283
7284 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * nntp.el (nntp-xref-number-is-evil): New server variable.
7287         (nntp-find-group-and-number): If it is non-nil, don't trust article
7288         numbers in the Xref header.
7289
7290 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-agent.el (gnus-agent-read-group): New function.
7293         (gnus-agent-flush-group, gnus-agent-expire-group)
7294         (gnus-agent-regenerate-group): Use it.
7295         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7296         nnmail-pathname-coding-system.
7297
7298 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7301
7302         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7303         that are unread as unread, and also as selected so that information of
7304         marks having been changed by a user may be updated when exiting group.
7305
7306 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7309         calculated ignoring signature parts to gnus-treat-article.
7310
7311 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7314         a point here in order to keep the window start.
7315         (gnus-insert-mime-security-button): Make a button overlay without the
7316         front stickiness.
7317         (gnus-mime-display-security): Goto the end of a button.
7318
7319         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7320
7321 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7324         group-name-at-point.
7325         (gnus-group-completing-read): New function that offers decoded
7326         non-ASCII group names for completion.
7327         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7328         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7329         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7330         (gnus-group-fetch-control): Use it.
7331         (gnus-fetch-group): Use group-name-at-point for the initial value
7332         rather than the default value; use gnus-alive-p.
7333
7334         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7335         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7336         (gnus-summary-post-news): Use gnus-group-completing-read.
7337
7338         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7339         (gnus-read-move-group-name): Decode group name for completion.
7340
7341 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7342
7343         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7344         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7345         Yamaoka slightly modified the code).
7346
7347 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7350         (nnmail-split-incoming): Bind it.
7351
7352         * nnml.el (nnml-group-name-charset): New function.
7353         (nnml-decoded-group-name): Use it; don't decode group name if
7354         nnmail-group-names-not-encoded-p is non-nil.
7355         (nnml-encoded-group-name): New function.
7356         (nnml-group-pathname): Inline nnml-decoded-group-name.
7357         (nnml-request-expire-articles): Decode group name in message.
7358         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7359         nnmail-pathname-coding-system.
7360         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7361         not decoded ones according to nnmail-group-names-not-encoded-p.
7362         (nnml-generate-active-info): Use nnml-encoded-group-name.
7363
7364 2007-08-08  Glenn Morris  <rgm@gnu.org>
7365
7366         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7367         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7368         doc-strings and comments.
7369
7370 2007-07-25  Glenn Morris  <rgm@gnu.org>
7371
7372         * Relicense all FSF files to GPLv3 or later.
7373
7374 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-sum.el (gnus-summary-move-article): Make
7377         gnus-summary-respool-article work.
7378
7379 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7380
7381         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7382         string.
7383
7384 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7385
7386         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7387         that should be ignored when comparing distant RSS articles with local
7388         ones.
7389         (nnrss-make-hash-index): New function.  Create a hash index according
7390         to the ignored fields.
7391         (nnrss-check-group): Use it.
7392
7393 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7396
7397         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7398
7399         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7400         the new optional argument ENCODED is non-nil.
7401         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7402         coding system for encoding group name.
7403         (gnus-group-make-rss-group): Pass un-encoded group name to
7404         gnus-group-make-group.
7405         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7406         encoded.
7407
7408         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7409         Encode group name to which articles are moved or copied.
7410         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7411         coding system for encoding Newsgroup, Followup-To and Xref headers.
7412
7413         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7414         marks; use nnheader-file-coding-system to write a file.
7415         (nnagent-retrieve-headers): Bind file-name-coding-system to
7416         nnmail-pathname-coding-system.
7417
7418         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7419
7420         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7421         (nnml-request-article, nnml-request-create-group)
7422         (nnml-request-rename-group, nnml-find-id)
7423         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7424         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7425         (nnml-save-marks): Use nnml-group-pathname instead of
7426         nnmail-group-pathname.
7427
7428         (nnml-request-create-group, nnml-request-expire-articles)
7429         (nnml-request-move-article, nnml-request-delete-group)
7430         (nnml-deletable-article-p, nnml-possibly-create-directory)
7431         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7432         (nnml-open-marks): Bind file-name-coding-system to
7433         nnmail-pathname-coding-system.
7434
7435         (nnml-request-article): Pass server argument to nnml-find-group-number.
7436         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7437         server argument to nnml-possibly-create-directory.
7438         (nnml-request-accept-article): Pass server argument to
7439         nnml-active-number and nnml-save-mail.
7440         (nnml-find-group-number): Pass server argument to nnml-find-id.
7441         (nnml-request-update-info): Pass server argument to
7442         nnml-marks-changed-p.
7443
7444         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7445         (nnml-save-mail, nnml-active-number): Add server argument.
7446
7447         (nnml-request-delete-group): Warn if group is missing.
7448         (nnml-get-nov-buffer): Decode group name.
7449         (nnml-generate-active-info): Encode group name.
7450         (nnml-open-marks): Decode group name in messages.
7451
7452 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7455         if it is not specified.
7456         (gnus-article-pipe-part, gnus-article-save-part)
7457         (gnus-article-interactively-view-part, gnus-article-copy-part)
7458         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7459         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7460         (gnus-article-replace-part, gnus-article-delete-part)
7461         (gnus-article-view-part-as-type): Pass raw prefix argument to
7462         gnus-article-part-wrapper.
7463
7464 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * gnus-agent.el (gnus-agent-save-active): Bind
7467         nnheader-file-coding-system to gnus-agent-file-coding-system.
7468
7469         * gnus-cache.el (gnus-cache-save-buffers)
7470         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7471         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7472         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7473         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7474         (gnus-cache-generate-active, gnus-cache-rename-group)
7475         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7476         (gnus-cache-update-overview-total-fetched-for): Bind
7477         file-name-coding-system to nnmail-pathname-coding-system.
7478         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7479         variables.
7480         (gnus-cache-decoded-group-name): New function.
7481         (gnus-cache-file-name): Use it.
7482         (gnus-cache-generate-active): Use non-decoded group name for active.
7483
7484         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7485         right place.
7486         (gnus-write-active-file): Don't break non-ASCII group names.
7487
7488         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7489         nnmail-pathname-coding-system.
7490
7491         * lpath.el: Bind default-file-name-coding-system,
7492         file-name-coding-system and language-info-alist for XEmacs.
7493
7494         * gnus-uu.el (gnus-uu-decode-save): Typo.
7495
7496 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7499
7500 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7503         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7504         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7505         (gnus-agent-flush-group, gnus-agent-flush-cache)
7506         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7507         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7508         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7509         (gnus-agent-regenerate-group)
7510         (gnus-agent-update-files-total-fetched-for)
7511         (gnus-agent-update-view-total-fetched-for): Bind
7512         file-name-coding-system to nnmail-pathname-coding-system.
7513         (gnus-agent-group-pathname): Don't encode file names by
7514         nnmail-pathname-coding-system.
7515         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7516         coding-system-for-write instead of buffer-file-coding-system to
7517         gnus-agent-file-coding-system.
7518
7519         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7520         Decode group name.
7521
7522         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7523
7524         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7525         (gnus-read-newsrc-el-file): Make group names unibyte.
7526
7527         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7528         nnmail-pathname-coding-system.
7529
7530         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7531         (nnrss-request-delete-group): Bind file-name-coding-system to
7532         nnmail-pathname-coding-system.
7533         (nnrss-read-server-data, nnrss-read-group-data): Bind
7534         file-name-coding-system correctly.
7535         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7536
7537         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7538         (nntp-server-to-method-cache): New variable.
7539         (nntp-group-pathname): New function that decodes non-ASCII group names.
7540         (nntp-possibly-create-directory, nntp-marks-changed-p)
7541         (nntp-save-marks, nntp-open-marks): Use it.
7542         (nntp-possibly-create-directory, nntp-open-marks):
7543         Bind file-name-coding-system to nnmail-pathname-coding-system.
7544         (nntp-open-marks): Decode group names when bootstrapping marks.
7545
7546         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7547         Newsgroups and Folowup-To headers.
7548
7549 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7552         (gnus-server-closed-face, gnus-server-denied-face)
7553         (gnus-server-offline-face): Remove variable.
7554         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7555
7556         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7557         of modifying message-stack directly for XEmacs.
7558
7559         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7560         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7561         if the coding-system argument is nil for XEmacs.
7562
7563         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7564         mm-charset-override-alist.
7565
7566         * rfc2047.el: Don't require base64; require rfc2045 for the function
7567         rfc2045-encode-string.
7568         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7569         to quote the parameter value.
7570
7571 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7574         form in gnus-group-name-charset-method-alist.
7575
7576         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7577         overrides the default layout edit-form.
7578
7579         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7580
7581         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7582
7583 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7586         as unfetched articles.
7587
7588 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7591
7592 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7595         original back end that keeps marks in the local system.
7596
7597 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7600         arg of pop-to-buffer for XEmacs.
7601         (gnus-article-read-summary-keys): Ditto; don't restore window
7602         configuration if summary command ends up with neither article buffer
7603         nor summary buffer; describe bindings if summary keys end with C-h.
7604
7605 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * message.el (message-fix-before-sending): Skip raw message part to be
7608         forwarded while checking illegible text.
7609         (message-forward-make-body-mime, message-forward-make-body): Mark
7610         signed or encrypted raw message as having no illegible text.
7611
7612 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7613
7614         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7615         (gnus-message-with-timestamp-1): New macro.
7616         (gnus-message-with-timestamp): New function.
7617         (gnus-message): Use them.
7618
7619         * nnheader.el (nnheader-message): Use them.
7620
7621 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7624         .newsrc.eld file.
7625
7626 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus-agent.el (gnus-agent-fetch-headers)
7629         (gnus-agent-retrieve-headers): Bind
7630         gnus-decode-encoded-address-function to identity.
7631
7632         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7633         available also when the server returns simply a dot.
7634
7635         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7636
7637 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7638
7639         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7640
7641 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-ems.el (gnus-x-splash): Make it work.
7644
7645         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7646         from being used.
7647
7648         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7649
7650 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7653         4th and the 5th arguments.
7654
7655         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7656         the front stickiness.
7657         (gnus-article-summary-command-nosave): Correct the order of the
7658         arguments passed to pop-to-buffer.
7659         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7660         summary command ends up with the article buffer.
7661
7662         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7663         the same faces.
7664
7665 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7666
7667         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7668
7669 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7670
7671         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7672         * gnus-sum.el (gnus-summary-highlight):
7673         * pgg.el (pgg-sign-region, pgg-sign):
7674         * mail-source.el (mail-source-delete-old-incoming-confirm):
7675         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7676
7677 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * gnus-art.el (gnus-mime-view-part-externally)
7680         (gnus-mime-view-part-internally): Fix predicate function passed to
7681         completing-read.
7682
7683         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7684
7685         * gnus.el (gnus-update-message-archive-method): Add :version.
7686
7687 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * gnus.el (gnus-update-message-archive-method): New variable.
7690
7691         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7692         according to gnus-message-archive-method if
7693         gnus-update-message-archive-method is non-nil.
7694
7695 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7698         by Loic Dachary <loic@dachary.org>.
7699         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7700
7701 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * message.el (message-pop-to-buffer): Add switch-function argument.
7704         (message-mail): Pass switch-function argument to it.
7705
7706 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7707
7708         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7709         Improve doc string.
7710
7711 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7714         (gnus-header-content)
7715         * gnus-cite.el (gnus-cite-10)
7716         * gnus-srvr.el (gnus-server-closed)
7717         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7718         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7719         (gnus-group-mail-3-empty, gnus-group-mail-low)
7720         (gnus-group-mail-low-empty, gnus-splash)
7721         * message.el (message-header-to, message-header-cc)
7722         (message-header-subject, message-header-other, message-header-name)
7723         (message-header-xheader, message-separator, message-cited-text)
7724         (message-mml): Lighten colors of faces used for dark background.
7725
7726 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7727
7728         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7729         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7730
7731 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * message.el (message-narrow-to-headers-or-head):
7734         Ignore mail-header-separator in the body.
7735
7736 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7739         same as window size.
7740
7741 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7742
7743         * message.el (message-font-lock-keywords): Use message-header-xheader
7744         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7745         ahead of the anything pattern, to get it recognised.
7746
7747 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7750         spam.el loads uses it in the compiled defadvice form.
7751
7752 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7753
7754         * gnus-sum.el (gnus-articles-to-read)
7755         (gnus-summary-insert-old-articles): Don't truncate group name for
7756         `read-string'.
7757
7758         * gnus-util.el (gnus-limit-string): Delete this function.
7759
7760         * gnus-sum.el (gnus-simplify-subject-fully): Use
7761         `truncate-string-to-width' instead.
7762
7763 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7764
7765         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7766         if, on summary exit, the next group has to be selected.
7767         (gnus-summary-exit): Use it.
7768
7769 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7772         non-break space.
7773
7774 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7777         Check if group is not a directory.
7778         (nnfolder-request-expire-articles): Don't delete articles if the target
7779         group is not available.
7780
7781         * nnml.el (nnml-request-create-group): Properly check if group is not a
7782         file.
7783         (nnml-request-expire-articles): Don't delete articles if the target
7784         group is not available.
7785
7786         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7787         Don't quote characters that are within parentheses.
7788
7789 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7792         (gnus-handle-ephemeral-exit): Select article according to it.
7793
7794 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * message.el (message-insert-formated-citation-line): Remove newline.
7797         (message-citation-line-format): Add final \n here so that the user can
7798         avoid a blank line.
7799
7800 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7801
7802         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7803         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7804         Update lanl/arXiv support.
7805
7806 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * gnus.el: Bump version number.
7809
7810 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7811
7812         * gnus.el (gnus-version-number): Bump version.
7813
7814 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7815
7816         * gnus.el: No Gnus v0.6 is released.
7817
7818 2007-04-27  Didier Verna  <didier@xemacs.org>
7819
7820         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7821         * gmm-utils.el (gmm-regexp-concat): here.
7822         * message.el: Don't require 'gnus-util.
7823         (message-dont-reply-to-names): Handle name change above.
7824         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7825
7826 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7829         since the initial value varies according to the system.
7830
7831 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7834
7835 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7836
7837         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7838
7839 2007-04-24  Didier Verna  <didier@xemacs.org>
7840
7841         Improve the type of gnus-ignored-from-addresses.
7842         * gnus-util.el (gnus-orify-regexp): New function.
7843         * message.el (gnus-util): Require it.
7844         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7845         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7846         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7847
7848 2007-04-24  Didier Verna  <didier@xemacs.org>
7849
7850         * gnus-sum.el:
7851         * gnus-utils.el: Fix some trailing whitespaces.
7852
7853 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7856         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7857         article's Message-ID; refer parent article in summary buffer.
7858
7859         * message.el (message-bounce): Call mime-to-mml.
7860
7861         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7862         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7863         optimize and/or forms properly.
7864
7865 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7866
7867         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7868         URL.
7869
7870 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7873
7874 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7877         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7878         displayed of multipart/alternative part if it is invoked from summary
7879         buffer.
7880
7881         * mm-view.el (mm-inline-text-html-render-with-w3m)
7882         (mm-inline-text-html-render-with-w3m-standalone)
7883         (mm-inline-render-with-function): Use mail-parse-charset by default.
7884
7885 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7886
7887         * parse-time.el (parse-time-string-chars): Check if CHAR
7888         is less than the length of parse-time-syntax.
7889
7890 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7893         from gnus-newsgroup-processable.
7894
7895 2007-04-16  Didier Verna  <didier@xemacs.org>
7896
7897         * gnus-msg.el (gnus-configure-posting-styles): Handle
7898         message-signature-directory properly with :file syntax.  Reported by
7899         "Leo".
7900
7901 2007-04-11  Didier Verna  <didier@xemacs.org>
7902
7903         New user option: message-signature-directory.
7904         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7905         * message.el (message-insert-signature): Ditto.
7906         * message.el (message-signature-file): Doc update.
7907         * message.el (message-signature-directory): New.
7908
7909 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * gnus-msg.el (gnus-inews-yank-articles): Use
7912         message-exchange-point-and-mark instead of exchange-point-and-mark.
7913
7914 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * message.el (message-yank-original): Make sure cited text ends with
7917         newline; don't exchange point and mark.
7918
7919 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7920
7921         * tls.el (open-tls-stream): Properly handle case where there
7922         is no associated buffer.
7923
7924 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7925
7926         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7927         message-yank-original, make sure (< mark TEXT point).
7928
7929 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7930
7931         * message.el (message-fill-column): New variable.
7932         (message-mode): Use it.  Add comment on a possible new hook.
7933
7934         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7935         (nnmail-get-new-mail): Reformat.
7936
7937         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7938
7939         * gmm-utils.el: Fix Commentary.
7940         (gmm-tool-bar-from-list): Fix typo in doc string.
7941
7942 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7943
7944         * message.el (message-yank-original): Don't switch point and mark
7945         unnecessarily to put point and mark as documented.
7946
7947 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7948
7949         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7950         from the message heads.
7951
7952 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7953
7954         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7955         article buffer does not have a window.  This may not be the best
7956         solution but is certainly better than setting the start of the null,
7957         that is the current, window.
7958
7959 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7960
7961         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7962         (gnus-draft-setup): Run it.
7963
7964         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7965         gnus-score-fast-scoring.  Allow regexp.
7966         (gnus-score-headers): Use it.
7967
7968         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7969         XEmacs.
7970
7971         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7972         string.
7973         (gnus-button-alist): Also catch `<f1> k ...'.
7974         (gnus-treat-display-x-face): Fix doc string.
7975
7976 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7977
7978         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7979         evaluation of gnus-extended-version to ensure correct generation of the
7980         User-Agent header when message-generate-headers-first is used.
7981
7982 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7983
7984         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7985         hashcash-path is nil.  Don't call callback with incorrect number of
7986         parameters if val is 0.
7987
7988 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7989
7990         * message.el (message-required-news-headers):
7991         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7992
7993 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7994
7995         * tls.el (open-tls-stream): In handshake-waiting loop,
7996         don't wait more if there is output available to process.
7997
7998 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7999
8000         * tls.el (tls-program): Doc fix.
8001
8002 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * message.el (message-generate-new-buffers): Change the meaning of the
8005         nil value; add `standard' to the choices; treat t as `unique'; improve
8006         doc string.
8007         (gnus-select-frame-set-input-focus): Autoload.
8008         (message-buffer-name): Search for the existing message buffer if
8009         message-generate-new-buffers is nil or `standard'; treat the value t of
8010         message-generate-new-buffers as `unique'.
8011         (message-pop-to-buffer): Raise the frame already displaying the message
8012         buffer; clear the echo area after querying.
8013         (message-setup): Pass the `continue' argument to compose-mail.
8014         (message-mail): Prefer `switch-function' if it is given; search for the
8015         existing message buffer if the `continue' argument is non-nil; pass
8016         continue and switch-function arguments to compose-mail by way of
8017         message-setup.
8018         (message-mail-other-window): Adjust argument of message-setup.
8019         (message-mail-other-frame): Ditto.
8020
8021 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8024         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8025         to turn font-lock on when turning gnus-message-citation-mode on.
8026
8027 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8028
8029         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8030         (mml-smime-function-alist): New variable; add epg as the backend.
8031         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8032         mml-smime- functions instead.
8033         * mm-view.el: Require smime.
8034
8035 2007-03-05  Didier Verna  <didier@xemacs.org>
8036
8037         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8038         instead of just inheritance for posting styles.
8039         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8040
8041 2007-02-24  Chris Moore  <dooglus@gmail.com>
8042
8043         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8044         * pgg-pgp.el (pgg-pgp-encrypt-region):
8045         * pgg-gpg.el (pgg-gpg-encrypt-region):
8046         Check pgg-encrypt-for-me if no other recipients.
8047
8048 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8049
8050         * tls.el (tls-certtool-program): Fix custom type.
8051
8052 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8055         and point-at-eol instead of line-(beginning|end)-position.
8056
8057         * assistant.el (assistant-parse-buffer): Ditto.
8058
8059         * netrc.el (netrc-parse-services): Ditto.
8060
8061 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8062
8063         * mml2015.el (mml2015-epg-find-usable-key): New function.
8064         (mml2015-epg-sign): Use it.
8065         (mml2015-epg-encrypt): Use it.
8066
8067 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * message.el (message-make-in-reply-to): Quote name containing
8070         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8071         if there are special characters.  Reported by NAKAJI Hiroyuki
8072         <nakaji@jp.freebsd.org>.
8073
8074 2007-02-27  Didier Verna  <didier@xemacs.org>
8075
8076         Include the group parameters as well as the topic ones in the
8077         inheritance filter process.
8078         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8079         argument GROUP-PARAMS-LIST.
8080         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8081
8082 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * nntp.el (nntp-never-echoes-commands)
8085         (nntp-open-connection-functions-never-echo-commands): New variables.
8086         (nntp-send-command): Use them.
8087
8088 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8089
8090         * mml2015.el (mml2015-epg-verify): Simplified.
8091
8092 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * mml.el (mml-content-disposition-alist): New user option.
8095         (mml-content-disposition): New function.
8096         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8097         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8098
8099 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8100
8101         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8102         verification.
8103
8104 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8105
8106         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8107         articles posted in the last 24 hours.
8108
8109 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8110
8111         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8112
8113 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8114
8115         * nntp.el (nntp-send-command): Don't wait for echoes when
8116         nntp-open-ssl-stream is used.
8117
8118 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8121         (gnus-message-add-citation-keywords)
8122         (gnus-message-remove-citation-keywords): Remove.
8123         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8124         directly, make the variables in font-lock-defaults buffer-local, add
8125         gnus-message-citation-keywords to them and then update the value of
8126         font-lock-keywords.
8127
8128 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * message.el (message-cite-original-1): Don't call
8131         gnus-article-highlight-citation.
8132
8133         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8134         citations; fix line count.
8135
8136 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8139         (gnus-message-add-citation-keywords)
8140         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8141         versions of font-lock-add-keywords and font-lock-remove-keywords to
8142         work with XEmacs correctly.
8143
8144 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-cite.el (gnus-cite-face-list): Set the values of
8147         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8148         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8149         (gnus-message-cite-prefix-regexp): New variable.
8150         (gnus-message-search-citation-line): Use it; protect against long
8151         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8152         the 0th match data for Emacs.
8153         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8154         (gnus-message-add-citation-keywords): Append keywords rather than
8155         prepending; emulate font-lock-add-keywords if it is not available.
8156         (gnus-message-remove-citation-keywords): Emulate
8157         font-lock-remove-keywords if it is not available.
8158
8159         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8160
8161         * message.el (message-cite-prefix-regexp): Set the value of
8162         gnus-message-cite-prefix-regexp.
8163
8164 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8165
8166         * nnweb.el (nnweb-google-parse-1): Update parser.
8167
8168 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8169
8170         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8171
8172 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8173
8174         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8175         regexp.
8176
8177 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8180         string-to-multibyte.
8181         (uudecode-decode-region-internal): Use it.
8182
8183         * lpath.el: Fbind string-as-multibyte for XEmacs.
8184
8185 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8188         custom choice.
8189
8190         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8191
8192 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8193
8194         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8195
8196         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8197         `write-region' to respect `mm-inhibit-file-name-handlers'.
8198
8199 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8202         Use gnus-home-directory instead of "~/" or "$HOME".
8203
8204 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8205
8206         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8207         to mention filename.
8208         Add comments at beginning regarding usage.
8209         (encrypt-write-file-contents): Change interactive so a string is
8210         acceptable.  If the file has no associated model, show an error instead
8211         of a nonsense prompt.
8212
8213 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8214
8215         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8216         Thanks to Yoshihiko Yamada for kind notification of this typo.
8217
8218 2007-01-12  Kenichi Handa  <handa@m17n.org>
8219
8220         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8221         multibyte buffer.
8222
8223 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * gnus-score.el (gnus-score-fast-scoring): New variable.
8226         (gnus-score-headers): Use it.
8227
8228         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8229
8230         * message.el (message-cite-original-1): Call
8231         gnus-article-highlight-citation if requested.
8232         (message-make-from): Allow name and address as optional arguments.
8233
8234         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8235
8236         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8237         bugs to doc string.
8238         (gnus-button-alist): Add mid\\|message-id.
8239         (gnus-button-fetch-group): Extend for use in
8240         `browse-url-browser-function'.
8241         (gnus-button-url-regexp): Try to catch paired parentheses like in
8242         Wikipedia URLs.
8243
8244         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8245         Suggested by Simon Krahnke <overlord@gmx.li>.
8246
8247 2007-01-13  Romain Francoise  <romain@orebokech.com>
8248
8249         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8250         Update copyright.
8251
8252 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8253
8254         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8255
8256 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8257
8258         * gnus-registry.el (gnus-registry-unfollowed-groups)
8259         (gnus-registry-split-fancy-with-parent): Fix documentation.
8260
8261 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8262
8263         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8264         from nnweb groups.
8265
8266 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8269         Xref urls.  Erase buffer before requesting head.
8270
8271 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8274         customizable.
8275
8276 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8277
8278         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8279         no signing key is found.
8280         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8281         no encrypting and/or signing key is found.
8282
8283 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8286
8287 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8288
8289         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8290         headers read from disk with the ones newly found in the current search.
8291         This should no longer cause problems, because the article numbers in
8292         Gmane's `nov.php' output are ignored since the previous change.
8293
8294 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8295
8296         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8297
8298 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8301         replace-regexp-in-string; bind url-version; fbind display-images-p and
8302         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8303         find-face and set-itimer-function for Emacs; bind itimer-list for
8304         Emacs.
8305
8306         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8307
8308 2007-01-01  Romain Francoise  <romain@orebokech.com>
8309
8310         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8311
8312 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8313
8314         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8315         `define-minor-mode' macro definition expanded properly.
8316         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8317         exclude it there.
8318
8319         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8320         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8321         `fboundp' test.
8322         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8323         This is OK to autoload in (S)XEmacs now.
8324
8325 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8326
8327         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8328         keystroke.
8329         (gnus-summary-limit-to-singletons): Fix typo.
8330
8331         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8332         else fails.
8333
8334 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8335
8336         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8337         docstring.
8338
8339         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8340         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8341         (gnus-summary-insert-dormant-articles): Fix typo in message.
8342
8343 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8346         nil for XEmacs.
8347         (gnus-message-citation-mode): Don't autoload in XEmacs.
8348
8349         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8350
8351 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8352
8353         * nnimap.el (nnimap-expunge-search-string): Mention
8354         nnimap-search-uids-not-since-is-evil in docstring.
8355
8356 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * spam.el: Revert to make-obsolete-variable because
8359         define-obsolete-variable-alias is not supported in Emacs 21.
8360
8361         * spam.el (spam-ifile-path, spam-ifile-database-path)
8362         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8363         make-obsolete-variable.
8364         (spam-bsfilter-path, spam-bsfilter-program)
8365         (spam-spamassassin-path, spam-spamassassin-program)
8366         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8367         use "path" inappropriately.
8368         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8369         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8370         variable names.
8371
8372 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8373
8374         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8375         summary buffer.
8376
8377         * password.el (password-cache-remove): Use clear-string to burn
8378         password, if available.
8379
8380 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8383
8384         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8385
8386         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8387         (gnus-message-highlight-citation): Move defcustom here from
8388         gnus-cite.el.
8389         (gnus-message-citation-mode): Autoload.
8390
8391         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8392         checks to make it compile with XEmacs.
8393         (gnus-message-citation-mode): New minor mode.
8394         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8395         (gnus-message-highlight-citation): New variables.
8396         (gnus-message-search-citation-line)
8397         (gnus-message-add-citation-keywords)
8398         (gnus-message-remove-citation-keywords)
8399         (turn-on-gnus-message-citation-mode)
8400         (turn-off-gnus-message-citation-mode): New functions.
8401
8402 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8403
8404         * gnus-cite.el: Enable highlighting of different citation levels in
8405         message-mode.
8406
8407 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8408
8409         * message.el (message-make-fqdn): Fix comment.
8410         (message-bogus-system-names): Add ".local".
8411
8412         * spam.el (spam-ifile-path, spam-ifile-program)
8413         (spam-ifile-database-path, spam-ifile-database)
8414         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8415         Don't use "path" inappropriately.
8416         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8417         strings.
8418         (spam-check-ifile, spam-ifile-register-with-ifile)
8419         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8420         new variable names.
8421
8422         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8423         (gnus-treat-display-smileys): Simplify using
8424         gnus-image-type-available-p.
8425
8426         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8427         available.
8428
8429         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8430         `display-images-p' if available.
8431
8432 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8433
8434         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8435         one after turning on the buffer's multibyteness instead of decoding
8436         them directly in the unibyte buffer that causes unexpected conversion
8437         in Emacs 23 (unicode).
8438
8439 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8440
8441         * message.el (message-generate-hashcash): Fix custom type.
8442
8443 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8444
8445         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8446
8447 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8450         disconnect icons.  Add help text.
8451
8452 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8453
8454         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8455         negated to be consistent with the others we handle.
8456
8457 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8460         version of gnus-summary-buffer to something, so that we can use two
8461         article buffers at the same time.
8462
8463 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8464
8465         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8466         trigger all the extra headers.
8467         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8468         sorting.
8469
8470 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8471
8472         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8473         solid groups.
8474
8475 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8476
8477         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8478
8479 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * legacy-gnus-agent.el: Add Copyright notice.
8482
8483 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8484
8485         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8486
8487 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488
8489         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8490
8491         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8492         to make it work reliably in CVS Emacs.
8493         (gnus-summary-limit-strange-charsets-predicate)
8494         (gnus-summary-limit-to-predicate): New functions.
8495
8496 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8497
8498         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8499         specifying array size.
8500         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8501         array if it is too small.
8502         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8503         (gnus-sort-threads-loop): New function.
8504
8505 2006-12-06  Chris Moore  <dooglus@gmail.com>
8506
8507         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8508         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8509
8510 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8511
8512         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8513         options.
8514
8515 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8516
8517         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8518         DOS-ing the recipient.
8519
8520         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8521         the headers when creating the mapping to avoid mismappings.
8522         (nnweb-gmane-create-mapping): Always nix out old mapping.
8523
8524 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8527         and mm-verify-option to never.
8528
8529 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * message.el (message-signed-or-encrypted-p): New function.
8532         (message-forward-make-body): Use it.
8533
8534         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8535         Replace encode-coding-string with mm-encode-coding-string.
8536
8537 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * nneething.el (nneething-decode-file-name): Replace
8540         decode-coding-string with mm-decode-coding-string.
8541
8542         * gnus-int.el (gnus-open-server): Say failed server's name.
8543
8544 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8545
8546         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8547         strings to a single string.  Quote `errors-file-name'.
8548         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8549         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8550         Adjust calls.  Use `shell-quote-argument'.
8551
8552 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8553
8554         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8555         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8556
8557         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8558         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8559         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8560         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8561         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8562         (gnus-subscribe-newsgroup, gnus-1):
8563         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8564         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8565         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8566         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8567
8568 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569
8570         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8571         keystroke.
8572         (gnus-summary-limit-to-bodies): Implement headersp.
8573
8574 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8575
8576         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8577
8578 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8581
8582 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8583
8584         * message.el (message-generate-hashcash): Expand range of values to
8585         include `opportunistic'.
8586         (message-send-mail): Use it.
8587
8588 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8589
8590         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8591         and comment it.
8592
8593         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8594
8595 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8596
8597         * gnus-util.el (gnus-extract-address-components): Improve comment.
8598
8599 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * gnus-util.el (gnus-extract-address-components): Work with address in
8602         which the name portion contains @.
8603
8604         * lpath.el: Fbind custom-autoload.
8605
8606 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * gnus.el (gnus-start): Move custom group up.
8609         (gnus-select-method): Don't autoload, but make it available for
8610         `customize-variable'.
8611         (gnus-getenv-nntpserver): Don't autoload.
8612
8613 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8614
8615         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8616
8617 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8618
8619         * message.el (message-sendmail-extra-arguments): New variable.
8620         (message-send-mail-with-sendmail): Use it.
8621
8622 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8625         mm-with-unibyte-current-buffer to make string unibyte.
8626
8627         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8628         mm-string-as-multibyte.
8629
8630 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8631
8632         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8633         Reported by Werner Koch <wk@gnupg.org>.
8634
8635 2006-11-14  Daiki Ueno  <ueno@p360>
8636
8637         * mml2015.el: Autoload epa-select-keys when compiling.
8638
8639 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8640
8641         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8642         message-options.
8643         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8644
8645 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8646
8647         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8648         EasyPG (< 0.0.6).
8649         (mml2015-always-trust): New user option.
8650         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8651         prompt.
8652
8653 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * nntp.el (nntp-authinfo-force): New variable.
8656         (nntp-send-authinfo): Use it.
8657
8658 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8661         decode encoded words.  Improve prompt.  Add comment about forwarding.
8662         (message-replacement-char): Move up.
8663
8664 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8665
8666         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8667         instead of gnus-intersection because arguments of gnus-sorted-nunion
8668         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8669
8670 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8673         (message-simplify-subject-functions): Enable
8674         message-strip-subject-encoded-words by default.
8675
8676 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8677
8678         * message.el (message-strip-subject-encoded-words): New function.
8679         (message-simplify-subject-functions): New variable.
8680         (message-simplify-subject): Use it.  Fix typo in doc string.
8681         Support message-strip-subject-encoded-words.
8682
8683 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8684
8685         * gnus-diary.el (gnus-diary-delay-format-function):
8686         * nndiary.el (nndiary-reminders):
8687         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8688
8689 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8690
8691         * gnus-art.el (article-hide-boring-headers): Fetch date from
8692         gnus-original-article-buffer to avoid problems with localized date
8693         strings.
8694
8695 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8698
8699 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8700
8701         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8702         New variables.
8703         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8704         (mm-charset-synonym-alist): Move some entries to
8705         mm-codepage-iso-8859-list.
8706         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8707         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8708
8709 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8712
8713 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8716         with Emacs 21 and XEmacs.
8717
8718 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8719
8720         * spam.el (spam-parse-address): New function for better parsing,
8721         catching errors, etc.
8722         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8723
8724 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * mm-view.el: Add interactive arg to html2text autoload.
8727
8728 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8731
8732 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8733
8734         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8735         variables.
8736         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8737         (mm-charset-synonym-alist): Move some entries to
8738         mm-codepage-iso-8859-list.
8739
8740         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8741
8742 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * message.el (message-citation-line-format)
8745         (message-insert-formated-citation-line): Fix implementation of %E, %N
8746         and %n according to the doc string.
8747
8748 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8749
8750         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8751         car-safe to avoid bad parses.
8752
8753 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8756         names.
8757
8758         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8759
8760 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8763         header.
8764
8765         * message.el (message-draft-headers): Add Date.
8766         (message-headers-to-generate): Fix typo in docstring.
8767
8768         * nndraft.el (nndraft-required-headers): New variable.
8769         (nndraft-generate-headers): Use it.
8770
8771         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8772
8773 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8774
8775         * gnus-registry.el (gnus-registry-wash-for-keywords)
8776         (gnus-registry-find-keywords): New functions to allow easy searching of
8777         articles that are in the registry.
8778
8779 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8780
8781         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8782         ietf-drums-parse-address instead of gnus-extract-address-components.
8783         Reported by Damien Elmes <damien@repose.cx>.
8784
8785 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * gnus.el (gnus-mime): Remove unused custom group.
8788
8789 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8790
8791         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8792         "blank line" when searching for end of armor headers.
8793
8794 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gmm-utils.el (gmm-write-region): Fix variable name.
8797
8798 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8799
8800         * gmm-utils.el (gmm-write-region): New function based on compatibility
8801         code from `mm-make-temp-file'.
8802
8803         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8804
8805         * nnmaildir.el (nnmaildir--update-nov)
8806         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8807         Use `gmm-write-region'.
8808
8809 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8810
8811         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8812         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8813
8814         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8815
8816         * message.el (message-replacement-char): New variable.
8817         (message-fix-before-sending): Use it.
8818         (message-simplify-subject): New function to remove duplicate code.
8819         (message-reply, message-followup): Use it.
8820
8821         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8822         gnus-summary-limit-to-articles.
8823
8824 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-util.el (gnus-with-local-quit): New macro.
8827
8828         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8829
8830 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8831
8832         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8833         ignore non-string data.
8834
8835 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8836
8837         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8838         non-string data (needs to be done in the registry too).
8839
8840 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8841
8842         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8843         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8844         (gnus-registry-split-fancy-with-parent)
8845         (gnus-registry-fetch-simplified-message-subject-fast)
8846         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8847         Remove text properties on ingress into the registry and when it's saved.
8848         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8849         registry from entries with no groups.
8850
8851 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8852
8853         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8854         function to remove string properties.
8855
8856 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * gmm-utils.el (gmm): Adjust custom version.
8859
8860         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8861         custom version.
8862
8863         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8864
8865 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * gnus-art.el (gnus-insert-prev-page-button)
8868         (gnus-insert-next-page-button): Simplify.  Reformat.
8869
8870 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8871
8872         * gnus-art.el (gnus-insert-prev-page-button)
8873         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8874
8875 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8876
8877         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8878
8879 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8880
8881         * gnus-art.el (gnus-insert-mime-button)
8882         (gnus-insert-mime-security-button):
8883         Apply gnus-article-button-face to MIME and security buttons.
8884
8885 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8888         readable.
8889
8890 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8891
8892         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8893
8894 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8895
8896         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8897         `browse-url-of-file' instead of `browse-url'.
8898
8899 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8900
8901         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8902         regexp.  Articles containing quotation were cut prematurely.
8903
8904 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * message.el (message-cite-original-1): Use nobody by default for the
8907         value of From header.
8908         (message-reply): Ditto.
8909
8910 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8911
8912         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8913         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8914         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8915
8916 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8919         mails in the doc string.  Add some URLs in comment.
8920         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8921
8922 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8925         backslashes handling and the way to find boundaries of quoted strings.
8926
8927 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8928
8929         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8930         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8931         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8932         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8933
8934 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8937         doc string.
8938         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8939
8940 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * lpath.el: Fbind epg-check-configuration.
8943
8944 2006-09-06  Simon Josefsson  <jas@extundo.com>
8945
8946         * mml2015.el (mml2015-use): Doc fix, mention epg.
8947
8948 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8949
8950         * mml2015.el (mml2015-use): Default to epg, if available.
8951
8952 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8953
8954         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8955         message-sender.
8956         (mml1991-epg-encrypt): Ditto.
8957         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8958         message-sender.
8959         (mml2015-epg-encrypt): Ditto.
8960
8961 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8962
8963         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8964         several common directories.
8965
8966 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8967
8968         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8969         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8970
8971 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * gnus-art.el (article-decode-encoded-words): Make it fast.
8974
8975 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8978
8979         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8980         in quoted string into `\'.
8981
8982 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8985         Use standard-syntax-table.
8986
8987 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * gnus-art.el (gnus-decode-address-function): New variable.
8990         (article-decode-encoded-words): Use it to decode headers which are
8991         assumed to contain addresses.
8992         (gnus-mime-delete-part): Remove useless `or'.
8993
8994         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8995         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8996         (gnus-nov-parse-line): Use it to decode From header.
8997         (gnus-get-newsgroup-headers): Ditto.
8998         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8999
9000         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9001         (mail-decode-encoded-address-string): New alias.
9002
9003         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9004         New function.
9005         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9006         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9007         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9008         (rfc2047-decode-string): Ditto.
9009         (rfc2047-decode-address-region): New function.
9010         (rfc2047-decode-address-string): New function.
9011
9012 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9013
9014         * message.el (message-caesar-buffer-body): Allow rotating headers.
9015
9016         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9017
9018         * message.el (message-insert-formated-citation-line): Fix %f.
9019         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9020
9021 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9024         (gnus-bookmark-mouse-available-p): New macro.
9025         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9026         (gnus-bookmark-bmenu-show-infos): Use it.
9027         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9028         (gnus-bookmark-bmenu-hide-infos): Ditto.
9029         (gnus-bookmark-remove-properties): New function.
9030         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9031         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9032         (gnus-bookmark-write-file): Bind coding-system-for-write.
9033         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9034         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9035         group before selecting it.
9036         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9037         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9038         quit-window if it is not available; use gnus-mouse-2 and bind it to
9039         gnus-bookmark-bmenu-select-by-mouse.
9040         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9041         (gnus-bookmark-bmenu-select-by-mouse): New function.
9042
9043 2006-08-13  Romain Francoise  <romain@orebokech.com>
9044
9045         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9046         space.
9047
9048 2006-08-10  Romain Francoise  <romain@orebokech.com>
9049
9050         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9051         (dns-mode-soa-auto-increment-serial): New user option.
9052         (dns-mode-soa-maybe-increment-serial): New function.
9053         (dns-mode): Add the latter to `write-contents-functions'.
9054
9055 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * compface.el (uncompface): Use binary rather than raw-text-unix.
9058
9059 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * compface.el (uncompface): Make sure the eol conversion doesn't take
9062         place when communicating with the external programs.  Reported by
9063         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9064
9065 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9068
9069 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9070
9071         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9072         Make it more robust by parsing author and date independently.
9073
9074 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9077
9078 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9079
9080         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9081         first matching secret key.
9082         (mml2015-epg-encrypt): Ditto.
9083
9084         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9085         first matching secret key.
9086         (mml1991-epg-encrypt): Ditto.
9087
9088         * mml2015.el (mml2015-encrypt-to-self): New user option.
9089         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9090         mml2015-epg-encrypt-to-self is set.
9091
9092         * mml1991.el (mml1991-encrypt-to-self): New variable.
9093         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9094         mml1991-epg-encrypt-to-self is set.
9095
9096         * mml2015.el (mml2015-signers): New user option.
9097         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9098         (mml2015-epg-encrypt): Allow to select signing keys.
9099
9100         * mml1991.el (mml1991-signers): New variable.
9101         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9102         (mml1991-epg-encrypt): Allow to select signing keys.
9103
9104 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * nnheader.el (nnheader-insert-head): Make it work even if the file
9107         uses CRLF for the line-break code.
9108
9109 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9110
9111         * mml2015.el: Require mml-sec instead of password.
9112         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9113         (mml2015-cache-passphrase): Inherit the default value from
9114         mml-secure-cache-passphrase.
9115         (mml2015-passphrase-cache-expiry): Inherit the default value from
9116         mml-secure-passphrase-cache-expiry.
9117
9118         * mml1991.el: Require mml-sec instead of password.
9119         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9120         (mml1991-cache-passphrase): Inherit the default value from
9121         mml-secure-cache-passphrase.
9122         (mml1991-passphrase-cache-expiry): Inherit the default value from
9123         mml-secure-passphrase-cache-expiry.
9124
9125         * mml-sec.el: Require password.
9126         (mml-secure-verbose): New user option.
9127         (mml-secure-cache-passphrase): New user option.
9128         (mml-secure-passphrase-cache-expiry): New user option.
9129
9130 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9131
9132         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9133         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9134         andreas@altroot.de (Andreas Vögele).
9135
9136         FIXME: Use `tiny change'?
9137
9138 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9139
9140         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9141         workaround for the url package included with Emacs.
9142
9143         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9144
9145 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9148         correctly.  This fixes a bug caused by the 2006-05-12 change.
9149
9150 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9151
9152         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9153         some information about the error when saying that the `bogus' mail
9154         group will be used.
9155
9156 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9159         string.
9160
9161 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9162
9163         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9164
9165 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9166
9167         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9168
9169 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9170
9171         * mml1991.el (mml1991-function-alist): Add epg.
9172         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9173         (mml1991-epg-encrypt): New functions.
9174
9175 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9176
9177         * mml2015.el (mml2015-verbose): New variable.
9178         (mml2015-cache-passphrase): Ditto.
9179         (mml2015-passphrase-cache-expiry): Ditto.
9180         (mml2015-function-alist): Add epg.
9181         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9182         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9183         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9184         functions.
9185
9186 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9187
9188         * message.el (message-cite-original-1): Preserve region when removing
9189         quoted text due to X-No-Archive in order to avoid bogus attribution
9190         when citing multiple messages.
9191
9192 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9193
9194         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9195         Kenneth Jacker <khj@be.cs.appstate.edu>.
9196
9197 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * gnus-diary.el (gnus-user-format-function-d)
9200         (gnus-user-format-function-D): Autoload.
9201
9202         * imap.el (Commentary): Fix typo.
9203
9204         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9205         2006-04-22 contribution.
9206
9207 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9208
9209         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9210         It didn't really fix the bogosity I'm seeing with solid web groups.
9211
9212 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9213
9214         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9215         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9216         created using server names.  If we use the feature without declaring
9217         it, Gnus does not properly manage server and group state.
9218
9219         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9220         bound.
9221
9222 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9223
9224         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9225         looking up the method using GROUP's prefix before inventing a new one.
9226         It is used on killed/unknown groups in various places where returning
9227         an all-new method isn't expected by the caller.
9228
9229         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9230         and match semantics of gnus-group-real-prefix.
9231
9232 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * nnmail.el (nnmail-broken-references-mailers): New variable.
9235         (nnmail-ignore-broken-references): New function generalizing
9236         nnmail-fix-eudora-headers.
9237         (nnmail-fix-eudora-headers): Now obsolete.
9238
9239         * gnus-art.el (gnus-button-handle-custom): Support
9240         `customize-apropos*'.
9241
9242 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9243
9244         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9245
9246         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9247         articles.
9248
9249 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * message.el (message-cite-reply-above): New variable.
9252         (message-yank-original): Use it.
9253
9254 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9257
9258 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9261         as read.
9262
9263         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9264
9265 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9268         (gnus-bookmark-default-file): Use gnus-directory.
9269         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9270         Remove "*" in doc string.
9271         (gnus-bookmark-write-file): Simplify.
9272         (gnus-bookmark-maybe-sort-alist): Use `when'.
9273         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9274         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9275         FIXME about Emacs 21 and XEmacs compatibility.
9276         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9277         compatibility.
9278         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9279         compatibility.
9280         (gnus-bookmark-menu-heading): Fix version.
9281
9282 2006-06-19  Bastien Guerry  <bzg@altern.org>
9283
9284         * gnus-bookmark.el: New file.
9285
9286 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * message.el (message-syntax-checks): Doc fix.
9289
9290 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9291
9292         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9293         unsubscribed groups as if they were killed ones.  It causes duplicate
9294         entries in gnus-newsrc-alist.
9295
9296 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * message.el (message-syntax-checks): Doc fix.
9299         (message-send-mail): Add check for continuation headers.
9300         (message-check-news-header-syntax): Fix regexp used to check for
9301         continuation headers.
9302
9303 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9306
9307 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9310
9311 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9314         default-truncate-lines.
9315
9316 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9319         to fill the utf-8 entry.
9320
9321         * lpath.el: Fbind unicode-precedence-list.
9322
9323 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9324
9325         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9326
9327 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9328
9329         * gnus-agent.el (directory-files-and-attributes): Move all the way
9330         forward (the third and final move).
9331         (gnus-agent-read-agentview): Trap reconstruction errors due to
9332         nonexistant directory.  Handle by returning nil.
9333
9334 2006-05-30  Didier Verna  <didier@xemacs.org>
9335
9336         * message.el (message-dont-reply-to-names): Update the custom type.
9337         * message.el (message-dont-reply-to-names): New defsubst: potentially
9338         convert a list of regexps into a single one.
9339         * message.el (message-get-reply-headers): Use it.
9340         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9341
9342 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * gnus-agent.el (directory-files-and-attributes): Move forward.
9345
9346 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * gnus-ml.el (gnus-mailing-list-subscribe)
9349         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9350         (gnus-mailing-list-message): Fix doc strings.
9351
9352 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9353
9354         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9355         of doing it manually.
9356
9357 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9360         comment.
9361
9362 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9363
9364         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9365         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9366         (gnus-agent-read-local): All symbols allocated in my-obarray.
9367         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9368         (gnus-agent-regenerate-group): Check numeric names to see if they are
9369         messages or groups.
9370         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9371         better way of do this...)
9372
9373         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9374         'dummy.group' (there should be a better way of do this...)
9375
9376 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9379         (gnus-saved-headers): Ditto.
9380         (gnus-default-article-saver): Mention functions may have properties.
9381         (gnus-article-save): Override gnus-save-all-headers and
9382         gnus-saved-headers by :headers property which saver function may have.
9383         (gnus-summary-save-in-file): Add :headers property.
9384         (gnus-summary-write-to-file): Ditto.
9385
9386         * gnus-sum.el (gnus-summary-save-article): Bind
9387         gnus-prompt-before-saving to t when saving many articles in a file;
9388         always show all headers.
9389
9390         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9391
9392 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9395         marks.
9396
9397         * message.el (message-indent-citation): Add optional arguments to allow
9398         using it outside of message buffers.
9399
9400         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9401         (gnus-article-treat-unfold-headers): Use it.
9402         (gnus-article-truncate-lines): New variable.
9403         (gnus-article-mode): Use it.
9404         (gnus-article-toggle-truncate-lines): New function.
9405
9406         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9407         gnus-article-toggle-truncate-lines.
9408
9409         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9410         coding system in XEmacs, use binary.
9411
9412 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9415         after-load-alist.
9416
9417         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9418         this function should save decoded articles.
9419         (gnus-summary-write-to-file): Use property to specify this function
9420         should save decoded articles and specify gnus-summary-save-in-file
9421         should be used to save articles other than the first one when saving
9422         many articles.
9423         (gnus-summary-save-body-in-file): Use property to specify this
9424         function should save decoded articles.
9425         (gnus-summary-write-body-to-file): Use property to specify this
9426         function should save decoded articles and specify
9427         gnus-summary-save-body-in-file should be used to save articles other
9428         than the first one when saving many articles.
9429
9430         * gnus-sum.el (gnus-summary-save-article): Simplify.
9431
9432 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * gnus-art.el (gnus-default-article-saver): Add
9435         gnus-summary-write-body-to-file.
9436         (gnus-article-save-coding-system): Don't use coding system object
9437         in XEmacs.
9438         (gnus-read-save-file-name): Add optional `dir-var' argument which
9439         specifies directory in which files are saved; work even if optional
9440         `variable' argument is not specified.
9441         (gnus-summary-write-to-file): Read file name.
9442         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9443         (gnus-summary-write-body-to-file): New function.
9444
9445         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9446         (gnus-summary-local-variables): Add it.
9447         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9448         (gnus-summary-save-article): Remove optional `decode' argument;
9449         determine whether to decode articles by the value of
9450         gnus-default-article-saver; when saving many files using
9451         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9452         it first and use gnus-summary-save-in-file or
9453         gnus-summary-save-body-in-file thereafter unless
9454         gnus-prompt-before-saving is always; move point to article which
9455         will be saved.
9456         (gnus-summary-save-article-file): Revert.
9457         (gnus-summary-write-article-file): Revert.
9458         (gnus-summary-save-article-body-file): Revert.
9459         (gnus-summary-write-article-body-file): New function.
9460
9461 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-art.el (gnus-default-article-saver): Doc fix.
9464         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9465         from gnus-summary-save-article-coding-system, and default to a
9466         certain coding system.
9467         (gnus-output-to-file): Add coding cookie and encode text according
9468         to gnus-article-save-coding-system; don't use mm-append-to-file.
9469
9470         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9471         gnus-art.el and rename to gnus-article-save-coding-system.
9472         (gnus-summary-save-article): Require gnus-art; don't show all
9473         headers if it decodes articles; don't add coding cookie here;
9474         don't bind mm-text-coding-system-for-write.
9475         (gnus-summary-save-article-file): Save decoded articles.
9476         (gnus-summary-write-article-file): When saving many files, use
9477         gnus-summary-write-to-file first and gnus-summary-save-in-file
9478         thereafter unless gnus-prompt-before-saving is always.
9479         (gnus-summary-save-article-body-file): Save decoded articles.
9480
9481         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9482
9483 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * nnrss.el (nnrss-check-group): Bind hash-index.
9486
9487 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9488
9489         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9490         its hash index.  Store this hash in `nnrss-group-data'.
9491         (nnrss-read-group-data): Update accordingly.
9492
9493 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9496         entry.
9497
9498         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9499         gnus-article-browse-html-article.
9500
9501 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9502
9503         * gnus-sum.el (gnus-summary-mime-map): Add
9504         gnus-article-browse-html-article.
9505
9506         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9507
9508 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9511         suitable coding systems in customize.
9512
9513 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * mail-source.el (mail-sources): Fix custom type.
9516
9517 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9520         (gnus-summary-expire-articles-now): Shorten prompt.
9521
9522         * gmm-utils.el (wid-edit): Require.
9523         (defun-gmm): Renamed from `gmm-defun-compat'.
9524         (gmm-image-search-load-path): Use it.
9525         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9526
9527 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9528
9529         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9530         variable.
9531         (gnus-summary-save-article): Add optional `decode' argument.  If
9532         it is set and gnus-summary-save-article-coding-system is non-nil,
9533         save decoded article.
9534         (gnus-summary-write-article-file): Save decoded article if
9535         gnus-summary-save-article-coding-system is non-nil.
9536
9537         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9538         type.
9539
9540 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9543
9544 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9547         first to test gnus-single-article-buffer which may be buffer-local.
9548
9549         * gnus-sum.el (gnus-summary-setup-buffer): Make
9550         gnus-single-article-buffer buffer-local and nil in ephemeral
9551         group; make gnus-article-buffer, gnus-article-current, and
9552         gnus-original-article-buffer always buffer-local.
9553         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9554         group.
9555         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9556
9557 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9558
9559         * nnml.el (nnml-request-compact-group): Compressed files might not
9560         have .gz extension.
9561
9562 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9563
9564         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9565         (mm-copy-to-buffer): Use with-current-buffer.
9566         (mm-display-part): Simplify.
9567         (mm-inlinable-p): Add optional arg `type'.
9568
9569 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9570
9571         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9572         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9573         Try harder to show the attachment internally or externally using
9574         gnus-mime-view-part-as-type.
9575
9576 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * message.el (message-from-style, message-signature-separator)
9579         (message-user-organization-file, message-send-mail-function)
9580         (message-citation-line-function, message-yank-prefix)
9581         (message-indent-citation-function, message-signature)
9582         (message-signature-file, message-signature-insert-empty-line):
9583         Remove autoloads.
9584
9585         * gnus-art.el (gnus-buttonized-mime-types): Remove
9586         "multipart/signed".  Revert 2006-04-26 change.
9587
9588 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9589
9590         * gnus.el (gnus-version-number): Bump version.
9591
9592 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9593
9594         * gnus.el: No Gnus v0.5 is released.
9595
9596 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9597
9598         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9599         fetching articles by message-id.
9600
9601 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * message.el (hashcash): Require hashcash as normal.
9604
9605         * ecomplete.el (ecomplete-highlight-match-line): Use
9606         point-at-eol.
9607         (ecomplete-highlight-match-line): Use `highlight', because that
9608         face exists in both Emacs and XEmacs.
9609
9610         * message.el (message-display-abbrev): Use point-at-bol.
9611
9612         * mail-source.el: Don't require timer/timer-funcs.
9613
9614         * gnus-async.el: Ditto.
9615
9616         * password.el: Ditto.
9617
9618         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9619
9620         * mm-url.el: Ditto.
9621
9622         * gnus-xmas.el: Don't require timer-funcs.
9623
9624         * mm-util.el: Require timer/timer-funcs.
9625
9626 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9627
9628         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9629         Close.
9630
9631 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9634         unibyte after clear-decrypt function runs.
9635
9636         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9637         returns as a unibyte string.
9638
9639 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * lpath.el: Revert.
9642
9643         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9644         (pgg-gpg-process-sentinel): Revert.
9645
9646         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9647         (pgg-pgp-lookup-key): Revert.
9648
9649         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9650         (pgg-pgp5-lookup-key): Revert.
9651
9652         * pgg.el (pgg-fetch-key): Revert.
9653
9654 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * lpath.el: Fbind string-as-multibyte for XEmacs.
9657
9658         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9659         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9660         (mml1991-pgg-encrypt): Ditto.
9661
9662         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9663         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9664         a multibyte buffer.
9665
9666         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9667         (pgg-pgp-lookup-key): Ditto.
9668
9669         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9670         (pgg-pgp5-lookup-key): Ditto.
9671
9672         * pgg.el (pgg-fetch-key): Ditto.
9673
9674 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * message.el (message-user-organization-file): Check several
9677         locations of the organization file.
9678
9679         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9680         Add gnus-article-view-part-as-type.
9681
9682         * gnus-art.el (gnus-article-view-part-as-type): New function.
9683
9684         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9685         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9686
9687         * mml.el: Simplify autoload.
9688         (mml-mode): defvar dnd-protocol-alist instead of using
9689         symbol-value.
9690         (mml-default-directory): New variable.
9691         (mml-minibuffer-read-file): Use it.
9692         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9693
9694         * message.el (message-citation-line-format): New variable.
9695         (message-insert-formated-citation-line): New function.
9696         (message-citation-line-function): Add
9697         `message-insert-formated-citation-line' to custom type.
9698
9699         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9700         to doc string.
9701
9702         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9703         depending on mm-verify-option.
9704
9705 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9708         binding pgg-* variables; reimplement the section which prevents
9709         MIME header from being signed.
9710         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9711         pgg-text-mode; remove a blank line at the top of body.
9712
9713         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9714         lines at the top of body; use gnus-newsgroup-charset if there's no
9715         Charset header.
9716
9717 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * message.el (message-self-insert-commands): Doc fix.
9720
9721         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9722         (mm-uu-pgp-encrypted-test): Ditto.
9723         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9724         between header and body; return application/pgp-encrypted handle
9725         if decryption failed; decode decrypted body by charset.
9726
9727         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9728         element match to application/pgp-*.
9729
9730 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9731
9732         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9733         HTML.
9734
9735 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9736
9737         * mail-source.el (mail-source-call-script): Message the error
9738         string.
9739
9740 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9741
9742         * gnus-util.el (gnus-byte-compile): Use it.
9743
9744 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9745
9746         * gnus-util.el (kill-empty-logs): New function.
9747
9748 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9749
9750         * message.el (message-mail-alias-type): Doc fix.
9751         (message-mail-alias-type-p): New function.
9752         (message-send): Use it.
9753         (message-mode): Ditto.
9754         (message-strip-forbidden-properties): Ditto.
9755
9756         * ecomplete.el (ecomplete-database-file-coding-system): New
9757         variable.
9758         (ecomplete-save): Use it.
9759         (ecomplete-setup): Use it.
9760
9761 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * message.el (message-self-insert-commands): New variable.
9764         (message-strip-forbidden-properties): Use it.
9765
9766 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9767
9768         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9769         that doesn't make XEmacs choke.
9770
9771 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9772
9773         * gnus-util.el (gnus-replace-in-string):
9774         Prefer replace-regexp-in-string over of replace-in-string.
9775
9776 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-util.el (gnus-select-frame-set-input-focus):
9779         Use select-frame-set-input-focus if it is available in XEmacs; use
9780         definition defined in Emacs 22 for old Emacsen.
9781
9782         * dgnushack.el: Autoload unmorse-region for XEmacs.
9783
9784         * lpath.el: Bind cursor-in-non-selected-windows and
9785         select-frame-set-input-focus for XEmacs.
9786
9787 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9790
9791 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9792
9793         * gnus-registry.el (gnus-registry-cache-save): Remove text
9794         properties when saving via the temp buffer.
9795
9796 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * message.el (message-generate-hashcash): Honor custom type.
9799
9800 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * message.el (message-generate-hashcash): Default to non-nil when
9803         hashcash is found.
9804
9805         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9806         (gnus-refer-thread-limit): Increase default to 500.
9807
9808         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9809
9810         * flow-fill.el (fill-flowed): Allow delete-space.
9811
9812 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9815         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9816         Remove autoloads.
9817
9818 2006-04-18  Simon Josefsson  <jas@extundo.com>
9819
9820         * message.el (message-generate-hashcash): Default to.
9821
9822 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9825         concatenating segments rather than before concatenating them.
9826
9827 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9830
9831 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832
9833         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9834
9835         * message.el (message-forward-make-body-plain): Allow
9836         message-forward-ignored-headers to be a list.
9837         (message-remove-ignored-headers): Factor out into function.
9838         (message-forward-make-body-mml): Use it.
9839
9840         * imap.el (imap-quote-specials): New function.
9841         (imap-login-auth): Quote specials.
9842
9843         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9844         (rfc2231-parse-string): Allow concatanation of parameters that
9845         aren't contiguous.  The test case is
9846           (mail-header-parse-content-type "message/external-body;
9847             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9848             access-type=LOCAL-FILE;
9849             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9850
9851 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9852
9853         * nntp.el (nntp-accept-process-output): Return the value of
9854         `nnheader-accept-process-output'.
9855
9856 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9857
9858         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9859         (gnus-button-alist): Recognize more diff formats.
9860         (gnus-button-patch): Strip directory.
9861
9862 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9865         Emacs 22 when setting focus.
9866
9867 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9868
9869         * gnus-art.el (gnus-article-treat-types): Do treatment of
9870         text/x-verbatim parts.
9871         (gnus-button-patch): New command.
9872
9873         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9874         addresses that contain invalid characters.
9875
9876 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * message.el (message-put-addresses-in-ecomplete): Use
9879         gnus-replace-in-string.
9880         (message-is-yours-p): Use the more correct
9881         mail-header-parse-address instead of
9882         mail-extract-address-components.
9883         (message-put-addresses-in-ecomplete): Fix typo.
9884
9885         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9886         keystroke.
9887
9888         * gnus-art.el (gnus-treatment-function-alist): Change order of
9889         newsgroups/generic header folding to avoid double-folding.
9890
9891         * message.el (message-hidden-headers): Add X-Draft-From.
9892
9893         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9894         command.
9895         (gnus-summary-repeat-search-article-backward): New command.
9896
9897         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9898         groups in the parent topic.
9899
9900 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9901
9902         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9903         (spam-extra-header-to-number): Return the CRM114 number as a
9904         number instead of a string.
9905
9906 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9907
9908         * gnus-art.el (gnus-face-properties-alist): Moved here from
9909         gnus-fun.
9910
9911         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9912
9913 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9914
9915         * message.el (message-strip-forbidden-properties): Only display on
9916         self-insert-command.
9917
9918         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9919         reindent.
9920         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9921
9922 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9923
9924         * smiley.el (smiley-style): Fix typo.
9925
9926 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9927
9928         * hashcash.el (hashcash-insert-payment-async-2): Use
9929         message-goto-eoh instead of doing it manually.
9930         (mail-add-payment): Use message-narrow-to-header instead of trying
9931         to do the same itself.
9932
9933         * message.el (message-hidden-headers): Add Face.
9934
9935         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9936         reparenting code.
9937         (gnus-summary-reparent-children): Refactored out code.
9938         (gnus-summary-thread-map): New keystroke.
9939         (gnus-summary-reparent-children): Make into command.
9940
9941         * smiley.el (smiley-style): Default to `medium' if using a large
9942         font.
9943
9944         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9945         does it itself.
9946
9947         * message.el (message-point-in-header-p): Simplify definition.
9948
9949 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9950
9951         * nnagent.el (nnagent-request-set-mark): Silence log file
9952         writing.
9953         (nnagent-request-set-mark): Use write-region instead of
9954         append-to-file.
9955
9956         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9957         strange select method.
9958
9959         * ecomplete.el (ecomplete-display-matches): Get highlightling
9960         right.
9961         (ecomplete-display-matches): Use literals.
9962         (ecomplete-display-matches): Disable message logging.
9963
9964         * message.el (message-display-abbrev): Small optimization.
9965
9966         * ecomplete.el (ecomplete-display-matches): Allow automatic
9967         display.
9968
9969         * message.el (message-strip-forbidden-properties): Display
9970         abbrevs.
9971         (message-display-abbrev): Get automatic display right.
9972
9973         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9974         keystrokes.
9975
9976 2006-04-13  Romain Francoise  <romain@orebokech.com>
9977
9978         TODO: Backport to v5-10!
9979
9980         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9981         Moved here (and renamed) from gnus-registry.el.
9982
9983         * gnus-registry.el: Require gnus-util.
9984         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9985
9986 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9987
9988         * gnus-group.el (gnus-group-catchup-current): Change
9989         if-then-else-if-then-else into cond.
9990         (gnus-group-catchup): Indent.
9991         (group-name-at-point): New function.
9992         (gnus-fetch-group): Provide default from thing at point.
9993
9994 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9995
9996         * message.el (message-display-abbrev): Fix regexp.
9997
9998         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9999         choosing.
10000         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10001         dead variables.
10002
10003         * message.el (message-newline-and-indent): Remove debugging.
10004         (message-display-abbrev): Use new implementation.
10005
10006 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * gnus-art.el (gnus-article-mode): Set
10009         cursor-in-non-selected-windows to nil.
10010
10011         * smiley.el: Revert previous change.
10012         (smiley-data-directory): defvar it before using it in the
10013         defcustom of `smiley-style'.
10014
10015 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016
10017         * message.el (message-newline-and-indent): New function.
10018
10019         * ecomplete.el: Implement more bits.
10020
10021         * message.el (message-put-addresses-in-ecomplete): Clean up the
10022         string.
10023
10024         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10025
10026         * gnus-sum.el (gnus-summary-save-parts): Bind
10027         gnus-summary-save-parts-counter and use it to make unique file
10028         names.
10029
10030         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10031
10032         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10033         parameter to say whether to actually parse the individual
10034         addresses.
10035
10036         * message.el (message-put-addresses-in-ecomplete): New function.
10037         (ecomplete): Require.
10038         (message-mail-alias-type): Add ecomplete as an option.
10039
10040 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10041
10042         * flow-fill.el (fill-flowed): Remove trailing space from blank
10043         quoted lines.
10044
10045 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10046
10047         * smiley.el (smiley-style): Move definition later to avoid a
10048         compilation warning.
10049
10050 2006-04-12  Kenichi Handa  <handa@m17n.org>
10051
10052         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10053         buffer and then decode the buffer text if necessary.
10054         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10055         first, and after mm-encode-body, change the buffer to unibyte.
10056         Use mm-disable-multibyte instead of set-buffer-multibyte.
10057
10058 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10061         Content-Type header instead of Content-Disposition header.
10062         (gnus-mime-inline-part): Ditto.
10063         (gnus-mime-view-part-as-charset): Ignore charset that the part
10064         specifies.
10065
10066         * mm-decode.el (mm-display-part): Work with external parts and
10067         usual parts similarly.
10068
10069         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10070         instead of gnus-display-mime.
10071
10072         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10073         instead of with-temp-buffer.
10074
10075         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10076         tag to summarized topics part in order to encode non-ASCII text.
10077
10078 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10079
10080         * smiley.el (smiley-style): New variable.
10081         (smiley-directory): New function.
10082         (smiley-data-directory): Derive from `smiley-style' using
10083         `smiley-directory'.
10084         (smiley-regexp-alist): Add new entries.
10085
10086         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10087         (gnus-article-browse-delete-temp): Add :version.
10088
10089 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10090
10091         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10092         the sieve region.
10093
10094 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10095
10096         * gnus.el (gnus-version-number): Bump version.
10097
10098 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * gnus.el: No Gnus v0.4 is released.
10101
10102 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10103
10104         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10105         layout.
10106
10107         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10108         unknown charset.
10109
10110         * message.el (message-header-synonyms): Add Original-To to the
10111         default.
10112
10113         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10114         optional parameter.
10115
10116 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * gnus-fun.el (gnus): Require it for gnus-directory.
10119
10120 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10123
10124 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10125
10126         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10127
10128 2006-04-05  Simon Josefsson  <jas@extundo.com>
10129
10130         * password.el (password-reset): New function.
10131
10132 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10133
10134         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10135         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10136
10137 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10138
10139         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10140         Some whitespace was matched into the url, which broke browsing hits
10141         > 100 when mm-url-use-external was nil.
10142
10143 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10144
10145         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10146         gnus-extra-headers for 'Newsgroups.
10147
10148         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10149         bound.
10150
10151 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10152
10153         * pgg-gpg.el: Clean up process buffers every time gpg processes
10154         complete.
10155
10156 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10157
10158         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10159         doc string.
10160
10161 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10162
10163         * pgg-gpg.el (pgg-gpg-process-filter)
10164         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10165
10166         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10167         lines, temporary fix.
10168
10169 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10170
10171         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10172
10173 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10174
10175         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10176         default-enable-multibyte-characters.  This reverts the change from
10177         revision 6.17 which is no longer necessary because the passphrase
10178         is sent separately now.  GnuPG messages are unreadable under
10179         multibyte locales with default-enable-multibyte-characters set to
10180         nil.
10181
10182 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10183
10184         * message.el (message-tool-bar-gnome): Move "spell".
10185
10186 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10187
10188         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10189         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10190         instead.
10191
10192 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10193
10194         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10195         newsgroups handling for NNTP overviews which don't include
10196         Newsgroups.
10197
10198 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10199
10200         * message.el (message-resend): Bind message-generate-hashcash to nil.
10201
10202 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10203
10204         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10205         when searching for already-paid recipients.
10206
10207 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10208
10209         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10210         passphrases when it is not needed.
10211         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10212         passphrase stuff from gpg, should only be necessary when you use
10213         gpg with a smartcard.
10214
10215 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * mml.el (mml-insert-mime): Ignore cached contents of
10218         message/external-body part.
10219
10220         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10221         (mm-insert-part): Ditto.
10222
10223 2006-03-23  Simon Josefsson  <jas@extundo.com>
10224
10225         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10226         Reiner.
10227         (pgg-gpg-use-agent-p): Use it again.
10228
10229 2006-03-23  Simon Josefsson  <jas@extundo.com>
10230
10231         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10232         older emacsen.
10233         (pgg-gpg-use-agent-p): Don't use it.
10234
10235 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10238         if we can.
10239
10240 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10241
10242         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10243         (pgg-gpg-update-agent): New function.
10244         (pgg-gpg-use-agent-p): New function.
10245         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10246         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10247         (pgg-gpg-sign-region): Use it.
10248
10249 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10252         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10253
10254 2006-03-21  Simon Josefsson  <jas@extundo.com>
10255
10256         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10257         <wilde@sha-bang.de>.
10258         (pgg-gpg-use-agent): New variable.
10259         (pgg-gpg-process-region): Use it.
10260         (pgg-gpg-encrypt-region): Likewise.
10261         (pgg-gpg-encrypt-symmetric-region): Likewise.
10262         (pgg-gpg-decrypt-region): Likewise.
10263         (pgg-gpg-sign-region): Likewise.
10264         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10265
10266 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10267
10268         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10269
10270         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10271         Add comment on version.
10272
10273 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * smiley.el: Add missing test smiley.
10276
10277 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * mm-decode.el (mm-with-part): New macro.
10280         (mm-get-part): Use it; work with message/external-body as well.
10281         (mm-save-part): Treat name and filename equally.
10282
10283         * mm-extern.el (mm-extern-cache-contents): New function.
10284         (mm-inline-external-body): Use it; force the part to be displayed;
10285         move undisplayer added to the cached handle to the parent.
10286
10287         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10288         (gnus-mime-view-part-as-type): Work with message/external-body.
10289
10290         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10291
10292 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10295         images in image-load-path.  [Sync with image.el, revision 1.60, in
10296         Emacs.]
10297
10298 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10301         path rather than symbol.  Always return list of directories.
10302         Guarantee that image directory comes first.  [Sync with image.el,
10303         revision 1.59, in Emacs.]
10304
10305         * message.el (message-make-tool-bar): Adjust to new API of
10306         `gmm-image-load-path-for-library'.
10307
10308         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10309
10310         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10311
10312 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10313
10314         * gnus-art.el (gnus-article-only-boring-p):
10315         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10316         intangible text.
10317         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10318
10319 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10320
10321         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10322         `defun' instead of `gmm-defun-compat'.
10323
10324 2006-03-14  Simon Josefsson  <jas@extundo.com>
10325
10326         * message.el (message-unique-id): Don't use message-number-base36
10327         if (user-uid) is a float.
10328         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10329
10330 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10333
10334         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10335         empty line between a part and a message part.
10336
10337 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * smiley.el: Add more test smileys.
10340         (smiley-data-directory, smiley-regexp-alist)
10341         (gnus-smiley-file-types): Fix doc strings.
10342         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10343         adding new elements.
10344         (smiley-mouse-map): Unused code.  Make it a comment.
10345
10346 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10349         scan latest NoCeM messages instead of old ones.
10350         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10351         delimiters that are recently used.
10352         (gnus-nocem-load-cache): Add autoload cookie.
10353
10354         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10355
10356         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10357         level which is larger than gnus-use-nocem is specified.
10358
10359         * gnus-group.el (gnus-group-get-new-news): Ditto.
10360
10361 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10362
10363         * gnus-util.el (gnus-tool-bar-update): New function.
10364
10365         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10366         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10367
10368         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10369
10370         * gnus-group.el (gnus-group-redraw-when-idle)
10371         (gnus-group-redraw-check): Remove.
10372         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10373
10374 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10377         if optional last element is specified in splits (FIELD VALUE...).
10378
10379 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10382         to gmm-image-load-path-for-library.  Call with no-error argument.
10383         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10384
10385         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10386
10387         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10388
10389         * gmm-utils.el (gmm-image-load-path): Remove alias.
10390
10391 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * gmm-utils.el (gmm-image-load-path): Add alias.
10394
10395         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10396         nnml-generate-nov-databases-1.
10397         (nnml-generate-nov-databases): Use it.
10398         (nnml-generate-nov-databases-directory): Document no-active
10399         argument.
10400
10401         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10402         directory if path is t.  Add no-error.
10403
10404         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10405         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10406
10407         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10408         resetting gnus-article-browse-html-temp-list.
10409
10410         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10411         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10412         Add example to docstring.  Rename local variables.  Move error
10413         checks to default case in cond and simplify.
10414
10415 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10418         handle is multipart when calling it recursively.
10419         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10420
10421 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10422
10423         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10424         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10425
10426 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10429         is loaded.
10430
10431         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10432         loaded.
10433
10434 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10437         to "Emacs 23 (unicode)" in doc string.
10438
10439         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10440         "Emacs 23 (unicode)" in comment.
10441
10442 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10445
10446         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10447         characters 160 through 255 in Emacs 23.
10448
10449 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10452         gnus-article-browse-html-temp.
10453         (gnus-article-browse-delete-temp): Make it customizable.  Add
10454         `file'.  Adjust doc string.
10455         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10456         query for each file.  Adjust doc string.
10457         (gnus-article-browse-html-parts): Add
10458         `gnus-article-browse-delete-temp-files' to
10459         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10460
10461 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10462
10463         * gnus-art.el (gnus-article-browse-html-temp)
10464         (gnus-article-browse-delete-temp): New variables.
10465         (gnus-article-browse-delete-temp-files): New function.
10466         (gnus-article-browse-html-parts): Use it.
10467
10468 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10469
10470         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10471
10472         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10473         string.
10474
10475         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10476         gnus-summary-insert-new-articles when unplugged.  Remove
10477         gnus-summary-search-article-forward.
10478
10479         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10480         display-visual-class instead of display-color-cells.
10481
10482 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * dgnushack.el: Autoload customize-group for XEmacs.
10485
10486         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10487         message/* containing non-ASCII text properly.
10488
10489 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * message.el: Require gmm-utils, remove autoloads.
10492         (message-tool-bar): Set default based on
10493         gmm-tool-bar-style.
10494         (message-tool-bar-gnome): Add gmm-customize-mode.
10495
10496         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10497         gmm-tool-bar-style.
10498         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10499
10500         * gnus-group.el (gnus-group-tool-bar): Set default based on
10501         gmm-tool-bar-style.
10502         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10503
10504         * gmm-utils.el (gmm-image-directory): Rename variable from
10505         gmm-image-load-path.
10506         (gmm-image-load-path): Use gmm-image-directory.
10507         (gmm-customize-mode): New function.
10508         (gmm-tool-bar-style): New variable.
10509
10510         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10511         gnus-group-redraw-line-number.
10512         (gnus-group-redraw-check): Simplify.
10513         (gnus-group-tool-bar-update): Remove redraw check.
10514         (gnus-group-make-tool-bar): Add redraw check.
10515
10516 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10517
10518         * gnus-art.el (gnus-button): Add missing parentheses.
10519
10520 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * lpath.el: Fbind line-number-at-pos.
10523
10524 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10527
10528 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * gnus-art.el (gnus-button): New face.
10531         (gnus-article-button-face): Use it.
10532
10533         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10534         gnus-summary-next-page.  Re-order.
10535
10536         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10537         next-node are now included.
10538         (gnus-group-redraw-line-number): New internal variable.
10539         (gnus-group-redraw-check): Helper function for updating the tool
10540         bar.
10541         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10542
10543         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10544
10545         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10546         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10547         Use it to match format of Spamassassin 3.0 and later.  Reported by
10548         IRIE Tetsuya <irie@t.email.ne.jp>.
10549         (spam-check-bogofilter)
10550         (spam-bogofilter-register-with-bogofilter): Fix args of
10551         `gnus-error' calls.
10552
10553 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10554
10555         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10556         unnecessary interaction when sending queued mails.  Reported by
10557         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10558
10559 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10560
10561         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10562         first or last are nil.
10563
10564 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10565
10566         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10567
10568 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10569
10570         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10571
10572 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10573
10574         * dns.el (query-dns): Protect more against buggy tcp output.
10575
10576 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10579         nov.php.
10580
10581 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10582
10583         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10584         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10585         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10586         output on the server side.
10587         (nnweb-google-create-mapping): Update regexps and add some
10588         progress indication.
10589
10590 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10593         gnus-agent-toggle-plugged.  Re-order icons.
10594         (gnus-group-tool-bar-gnome): Add
10595         gnus-group-{prev,next}-unread-group.
10596         (gnus-group-tool-bar-gnome): Re-order icons.
10597
10598         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10599         gnus-summary-insert-new-articles.
10600
10601         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10602         comments.
10603
10604         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10605         also available in Emacs 21.3.
10606
10607         * message.el (message-fix-before-sending): Change "Emacs 22" to
10608         "Emacs 23 (unicode)" in comment.
10609
10610         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10611         "Emacs 23 (unicode)" in comment.
10612
10613         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10614         comment.
10615         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10616
10617         * mm-view.el (mm-fill-flowed): Add :version.
10618
10619 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10622         and load-path.
10623
10624 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * message.el: Autoload gmm-image-load-path.
10627         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10628         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10629         consitency.
10630
10631         * gmm-utils.el (gmm-image-load-path): Also search in
10632         "../etc/images".  Don't set gmm-image-load-path if we don't find
10633         the image.
10634
10635 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10636
10637         * gmm-utils.el (gmm-image-load-path): Don't make
10638         `gmm-image-load-path' include subdirectories which the second arg
10639         `image' might specify.
10640
10641         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10642         subdirectory to icon file names.
10643
10644         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10645
10646 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10649         gmm-image-load-path calls.
10650
10651         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10652
10653         * message.el (message-make-tool-bar): Ditto.
10654
10655         * mml.el (mml-preview): Added comment concerning tool bar icons.
10656
10657         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10658         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10659
10660         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10661         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10662
10663         * message.el (message-tool-bar-gnome): Use new icon names.
10664         (message-make-tool-bar): Use `gmm-image-load-path'.
10665
10666         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10667         functions from MH-E.
10668         (gmm-image-load-path): New variable from MH-E.
10669         (gmm-image-load-path): New function from MH-E.  Added arguments
10670         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10671         *-image-load-path-called-flag.
10672
10673 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10674
10675         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10676
10677 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10678
10679         * nnimap.el (nnimap-request-move-article): Change folder back to
10680         source group before deleting.
10681
10682 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10683
10684         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10685
10686         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10687         mm-url.
10688
10689         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10690
10691 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10694         coding system which mm-charset-to-coding-system returns for a
10695         given charset is valid.
10696
10697 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10698
10699         * html2text.el (html2text-remove-tag-list):
10700         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10701
10702 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10703
10704         * gnus-cus.el: Revert 2005-10-17 change.
10705
10706 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * gnus-art.el (article-strip-banner): Call
10709         article-really-strip-banner only when the regexp match is made.
10710
10711 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * gnus-art.el (article-strip-banner): Use
10714         gnus-extract-address-components instead of
10715         mail-header-parse-addresses to make it work with non-ASCII text;
10716         remove mail-encode-encoded-word-string.
10717
10718         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10719         values which are surrounded with \"...\"; make it never cause a
10720         Lisp error; give up parsing of parameters if it failed in
10721         extracting type.
10722
10723 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10724
10725         * smime.el (smime-cert-by-ldap-1): Fix bug where
10726         `smime-ldap-search' returns results without userCertificates.
10727
10728 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10731
10732 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10733
10734         * spam.el (spam-check-spamassassin-headers): Adapt format for
10735         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10736         <ari@mbf.ocn.ne.jp>.
10737         (spam-list-of-processors): Add spam-use-gmane.
10738
10739 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10742         make-temp-file; make it work with XEmacs as well.
10743
10744         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10745         mm-make-temp-file.
10746
10747         * mm-decode.el (mm-display-external): Use the 3rd arg of
10748         mm-make-temp-file.
10749         (mm-create-image-xemacs): Ditto.
10750
10751 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10754         with message-narrow-to-headers.
10755         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10756         (gnus-draft-check-draft-articles): New function.
10757         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10758
10759 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * gnus-art.el (gnus-article-browse-html-parts):
10762         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10763         Don't use suffix argument for mm-make-temp-file for Emacs 21
10764         compatibility.  Remove useless `format'.
10765
10766 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10767
10768         * nnweb.el (nnweb-google-wash-article): Update regexps.
10769         (nnweb-group-alist): Use defvoo instead of defvar.
10770
10771 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10774         re-loading nn* modules.
10775
10776 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10779         for `tool-bar-mode' and don't check it's default-value.
10780
10781         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10782
10783         * message.el (message-make-tool-bar): Ditto.
10784
10785         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10786         `substring'.  Shorten tmp-file name.
10787
10788         * gnus.el: Remove bogus comment.
10789
10790 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10791
10792         * gnus-art.el (gnus-article-browse-html-parts): New function.
10793         (gnus-article-browse-html-article): New function for viewing html
10794         articles with a browser.
10795
10796 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10797
10798         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10799         in elisp.
10800         (pgg-gpg-encrypt-symmetric-region): Ditto.
10801         (pgg-gpg-sign-region): Ditto.
10802
10803         * pgg-def.el (pgg-text-mode): New variable.
10804
10805         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10806         (mml2015-pgg-encrypt): Ditto.
10807
10808         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10809         (mml1991-pgg-encrypt): Ditto.
10810
10811 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10814         message-make-date instead of current-time-string.
10815
10816         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10817         to gnus-decoded which mm-uu might set.
10818
10819 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10822         don't decode quoted parameters; remove misimported Emacs code.
10823         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10824         (rfc2231-decode-encoded-string): Don't use split-string which
10825         behaves differently according to Emacs version; use
10826         mm-decode-coding-region to convert charset to coding-system.
10827         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10828         (rfc2231-encode-string): Remove misimported Emacs code.
10829
10830 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10833         when calling mail-header-parse-content-type.
10834         (article-de-quoted-unreadable): Ditto.
10835         (article-de-base64-unreadable): Ditto.
10836         (article-wash-html): Ditto.
10837
10838         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10839         calling mail-header-parse-content-type and
10840         mail-header-parse-content-disposition.
10841         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10842         mail-header-parse-content-type.
10843
10844         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10845         insert charset and format parameters; encode description after
10846         inserting it to buffer.
10847         (mml-insert-parameter): Fold lines properly even if a parameter is
10848         segmented into two or more lines; change the max column to 76.
10849
10850         * rfc1843.el (rfc1843-decode-article-body): Don't use
10851         ignore-errors when calling mail-header-parse-content-type.
10852
10853         * rfc2231.el (rfc2231-parse-string): Return at least type if
10854         possible; don't cause an error even if it fails in parsing of
10855         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10856         (rfc2231-encode-string): Don't break lines at the beginning, leave
10857         it to mml-insert-parameter.
10858
10859         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10860         calling mail-header-parse-content-type.
10861
10862 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10863
10864         * spam-report.el (spam-report-gmane-use-article-number):
10865         Improve doc string.
10866         (spam-report-gmane-internal): Check if a suitable header was found
10867         in the article.
10868
10869 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10872         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10873
10874 2006-02-05  Romain Francoise  <romain@orebokech.com>
10875
10876         Update copyright notices of all files in the gnus directory.
10877
10878 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10879
10880         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10881
10882 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10885         segmented lines of parameter value to cope with Thunderbird 1.5
10886         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10887         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10888         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10889
10890 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10891
10892         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10893         parts.
10894
10895 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10896
10897         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10898         there's only one active file for all servers.
10899         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10900         solid groups.  Gnus might have used a FAST request to select the group.
10901         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10902         and nnweb-search redundantly in the active file.
10903         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10904         (nnweb-request-create-group): Don't use ARGS.
10905         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10906         initialisations.  Let nnoo do the work.
10907
10908 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10911         Say the part has been decoded.
10912
10913         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10914
10915 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10916
10917         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10918         mailcap-viewer-test-cache when there's no 'test clause, since that
10919         will invert the meaning of a "nil" test previously determined by
10920         mailcap-mailcap-entry-passes-test.
10921
10922 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10925         compiling.
10926
10927         * gnus-sum.el: Ditto.
10928
10929         * message.el: Don't bind tool-bar-map when compiling.
10930
10931 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10934
10935 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10936
10937         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10938         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10939         current Google Groups.
10940
10941 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10944         and tool-bar-mode.
10945
10946         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10947         and tool-bar-mode.
10948
10949         * message.el (message-tool-bar-update): Simplify.
10950         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10951
10952         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10953         gnus-summary-buffer.
10954         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10955         gnus-summary-reply.
10956
10957         * gmm-utils.el (gmm): Add :version.
10958
10959 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * Makefile.in (clean): New rule.
10962         (distclean): Use it.
10963
10964 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10965
10966         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10967         autoload.
10968
10969 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * gmm-utils.el (gmm-verbose): Add :group.
10972
10973 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10974
10975         * message.el: Change some comments WRT tool-bars.
10976
10977         * gnus-sum.el (gnus-summary-tool-bar)
10978         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10979         (gnus-summary-tool-bar-zap-list): New variables.
10980         (gnus-summary-make-tool-bar): Complete rewrite using
10981         `gmm-tool-bar-from-list'.
10982
10983         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10984         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10985         variables.
10986         (gnus-group-make-tool-bar): Complete rewrite using
10987         `gmm-tool-bar-from-list'.
10988         (gnus-group-tool-bar-update): New function.
10989
10990         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10991
10992 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10995         is dissected into a single part of which the type is the same as
10996         the given one; decode charset.
10997
10998 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10999
11000         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11001         into alists as symbol not string, since that's what
11002         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11003         look for.
11004
11005 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11006
11007         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11008         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11009
11010         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11011
11012 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11015         (gnus-xmas-mime-security-button-menu): New function.
11016
11017         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11018         (gnus-mime-security-button-menu): New definition.
11019         (gnus-mime-security-button-map): Use them.
11020         (gnus-mime-security-button-menu): New function.
11021         (gnus-insert-mime-security-button): Addition to help echo.
11022         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11023         (gnus-mime-security-pipe-part): New functions.
11024
11025         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11026         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11027
11028         * mm-decode.el (mm-handle-set-disposition): Remove.
11029         (mm-handle-set-description): Remove.
11030
11031 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11034         (mm-w3m-standalone-supports-m17n-p): New function.
11035         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11036         w3m usage.
11037
11038         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11039         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11040
11041 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11042
11043         * message.el (message-tool-bar-zap-list): Use
11044         gmm-tool-bar-zap-list as custom type.
11045         (message-tool-bar-update): New function.
11046         (message-tool-bar, message-tool-bar-gnome)
11047         (message-tool-bar-retro): Add message-tool-bar-update.
11048         (message-tool-bar-gnome): Add flyspell-buffer.
11049
11050         * gnus-util.el (gnus-error): Describe `args'.
11051
11052         * gmm-utils.el (gmm-error): Describe `args'.
11053         (gmm-tool-bar-zap-list): New widget.
11054         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11055
11056 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11059         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11060         the number of recursive calls.
11061
11062         * mm-decode.el (mm-handle-set-disposition): New macro.
11063         (mm-handle-set-description): New macro.
11064
11065 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11068         encoding.
11069
11070 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * message.el (message-tool-bar-zap-list, message-tool-bar)
11073         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11074         (message-tool-bar-local-item-from-menu): Remove.
11075         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11076         (message-make-tool-bar): New function.
11077         (message-mode): Use `message-make-tool-bar'.
11078
11079         * gmm-utils.el: New file.
11080         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11081         (gmm-lazy): New widget copied from `nnmail.el'.
11082         (gmm-tool-bar-from-list): New function for creating customizable
11083         tool bars.
11084         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11085         output.
11086         (gmm): Add :prefix to defgroup.
11087
11088 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11089
11090         * gmm-utils.el (gmm-widget-p): New function.
11091
11092 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11093
11094         * mml.el (mml-attach-file): Describe `description' in doc string.
11095         (mml-menu): Add Emacs MIME manual and PGG manual.
11096
11097 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11098
11099         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11100
11101 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11102
11103         * nntp.el (nntp-end-of-line): Doc fix.
11104
11105 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11106
11107         * imap.el (imap-open): Handle case where buffer is a buffer
11108         object.
11109
11110 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11111
11112         * gnus-delay.el (gnus-delay): Don't autoload.
11113         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11114         to be re-loaded when customizing the `gnus-delay' group.
11115
11116 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11117
11118         * message.el (message-insert-citation-line): Use newlines.
11119
11120 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11121
11122         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11123         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11124         these routines, so the passphrase can be managed externally and
11125         passed in to the system.
11126         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11127         pgg-add-passphrase-to-cache function.
11128
11129         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11130         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11131         these routines, so the passphrase can be managed externally and
11132         passed in to the system.
11133         (pgg-pgp5-sign-region): Use new name of
11134         pgg-add-passphrase-to-cache function.
11135
11136 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11137
11138         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11139         part of the decoded armor to find the key-identifier.
11140         (pgg-gpg-lookup-key-owner): New function to return the
11141         human-readable identifier of a key owner.
11142         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11143         itself.
11144         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11145         the key value) if we have a key and can match it against a secret
11146         key.  Also, added a note pointing out fact that the prompt only
11147         indicates the first matching key.
11148
11149         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11150         pgg-decrypt-region.
11151         (pgg-add-passphrase-to-cache): Rename from
11152         `pgg-add-passphrase-cache' to reduce confusion (all callers
11153         changed).
11154         (pgg-remove-passphrase-from-cache): Rename from
11155         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11156         changed).
11157         (pgg-read-passphrase, pgg-add-passphrase-cache)
11158         (pgg-remove-passphrase-cache): Add informative docstrings.
11159         (pgg-decrypt): Convey provided passphrase in subordinate call to
11160         pgg-decrypt-region.
11161
11162 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11163
11164         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11165         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11166         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11167         'passphrase' argument, so the passphrase can be managed externally
11168         and then passed in to the system.
11169
11170         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11171         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11172         so the passphrase cache can be used reliably with identifiers
11173         besides a pgp packet's key id.
11174
11175         * pgg-gpg.el (pgg-gpg-encrypt-region)
11176         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11177         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11178         these routines, so the passphrase can be managed externally and
11179         passed in to the system.
11180
11181         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11182         'notruncate' argument, so the passphrase cache can be used
11183         reliably with identifiers besides a pgp packet's key id.
11184
11185 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11186
11187         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11188         symmetric encryption.
11189         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11190         encrypted session key.
11191         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11192         message ask for the passphrase in a proper way.
11193
11194         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11195         New user commands for symmetric encryption.
11196
11197 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11200
11201         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11202
11203 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11204
11205         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11206
11207 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * mm-decode.el (mm-inlined-types): Add application/pgp.
11210         (mm-automatic-display): Ditto.
11211
11212         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11213         part as text.
11214
11215 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * nnrss.el: Update copyright.
11218         (nnrss-opml-import): Query whether to subscribe to each entry.
11219
11220         * gnus-art.el:
11221         * gnus-sum.el:
11222         * gnus-xmas.el:
11223         * messagexmas.el:
11224         * mm-uu.el:
11225         * mm-view.el: Update copyright.
11226
11227 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11228
11229         * message.el (message-info): New function.
11230         (message-mode-menu): Add it.
11231         Update copyright.
11232
11233         * ChangeLog: Fix and update copyright.
11234
11235 2006-01-13  Romain Francoise  <romain@orebokech.com>
11236
11237         * message.el (message-forward-subject-name-subject): Prefer the
11238         address to 'nowhere' if the sender has no name.
11239         Fix typo.  Update copyright year.
11240
11241 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-art.el (article-wash-html): Use
11244         gnus-summary-show-article-charset-alist if a numeric arg is given.
11245         (gnus-article-wash-html-with-w3m-standalone): New function.
11246
11247         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11248         mm-inline-text-html-render-with-w3m-standalone.
11249         (mm-text-html-washer-alist): Map w3m-standalone to
11250         gnus-article-wash-html-with-w3m-standalone.
11251         (mm-inline-text-html-render-with-w3m-standalone): New function.
11252
11253 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11256         Improve LaTeX.
11257
11258 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11261         (nnrss-request-article): Render text/plain parts as HTML.
11262
11263         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11264         the buffer.
11265
11266 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11269         custom definition of `gnus-posting-styles'.
11270
11271         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11272         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11273
11274 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11277         Use nntp for bug archive.
11278
11279 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11282         parts.
11283         (nnrss-normalize-date): New function converts ISO 8601 date into
11284         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11285         (nnrss-check-group): Use it.
11286
11287 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11290
11291         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11292         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11293         (nnrss-insert-w3): Ditto.
11294
11295 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11298         the articles to be forwarded including the case where neither a
11299         number of articles nor a region is specified.
11300
11301 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * nnrss.el (nnrss-request-article): Fix last change; fill
11304         text/plain parts.
11305
11306 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11309         in text/plain part.
11310         (nnrss-check-group): Don't add excessive newline to dc:subject.
11311
11312 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11313
11314         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11315         article.
11316
11317 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11320         (nnml-use-compressed-files, nnml-save-mail): Support other
11321         comression programs such as bzip2.
11322
11323 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11324
11325         * dns.el (query-dns): Make sure we check the buffer size before
11326         removing tcp headers.
11327
11328 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11331         remove MIME buttons associated with multipart/alternative parts.
11332         (gnus-mime-display-alternative): Tag buttons using `article-type'
11333         text property.
11334
11335         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11336         associated with multipart/alternative parts.
11337
11338         * gnus-art.el (gnus-signature-separator): Fix custom type.
11339
11340         * mm-decode.el (mm-inlined-types): Fix custom type.
11341         (mm-keep-viewer-alive-types): Ditto.
11342         (mm-automatic-display): Ditto.
11343         (mm-attachment-override-types): Ditto.
11344         (mm-inline-override-types): Ditto.
11345         (mm-automatic-external-display): Ditto.
11346
11347 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * spam-report.el (spam-report-user-mail-address)
11350         (spam-report-user-agent): New variables.
11351         (spam-report-url-ping-plain): Use spam-report-user-agent.
11352
11353 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11354
11355         * gnus-art.el (gnus-button-handle-custom): Do not just use
11356         `customize-apropos' for any "M-x customize-*" button but the
11357         function called for.  Accept both the function name and its
11358         argument in order to achieve this.
11359         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11360         function name to `gnus-button-handle-custom' in case of "M-x
11361         customize-*" buttons.
11362
11363 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11366         multipart/alternative and add xref to mm-discouraged-alternatives
11367         in doc string.
11368
11369         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11370         gnus-buttonized-mime-types in doc string.
11371
11372 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11373
11374         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11375         Suggest image/.* in the doc string.
11376
11377 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11380         message-marks (Debian bug #342521).
11381
11382 2005-12-12  Simon Josefsson  <jas@extundo.com>
11383
11384         * password.el (password-read-from-cache): Add.
11385         (password-read): Use it.
11386
11387 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11390         us-ascii as a MIME charset.
11391
11392         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11393         against the case where the 2nd arg TYPE is nil.
11394
11395 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11396
11397         * pop3.el (pop3-stream-type): Fix custom version.
11398
11399         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11400
11401 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11402
11403         * mm-decode.el (mm-display-external): Add missing cdr.
11404
11405 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11406
11407         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11408         RFC1524) if it is in mailcap or add a suffix according to
11409         mailcap-mime-extensions when generating a temp filename; postpone
11410         deleting a temp file for 2 seconds for some wrappers, shell
11411         scripts, and so on, which might exit right after having started a
11412         viewer command as a background job.
11413
11414 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * nntp.el (nntp-marks-directory): Fix custom group.
11417
11418         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11419         steps when < 10.
11420
11421         * gnus-start.el (gnus-no-server-1): Mention
11422         `gnus-level-default-subscribed' in doc string.
11423
11424 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11425
11426         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11427         parens.
11428
11429 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus-xmas.el (gnus-use-toolbar): Revert.
11432         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11433         gnus-use-toolbar is default.
11434
11435         * messagexmas.el (message-use-toolbar): Revert.
11436         (message-setup-toolbar): Use global default-toolbar if
11437         message-use-toolbar is default.
11438
11439 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11442         according to default-toolbar-visible-p.
11443
11444         * messagexmas.el (message-use-toolbar): Ditto.
11445
11446 2005-11-26  Dave Love  <fx@gnu.org>
11447
11448         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11449         (tls-program, tls-success): Provide openssl alternative.
11450
11451         * starttls.el: Doc fixes.
11452         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11453         SERVICE to PORT.
11454
11455         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11456         port null or service name.
11457         (starttls-negotiate): Autoload.
11458
11459 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * message.el (message-kill-to-signature): Fix interactive spec.
11462
11463 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * pop3.el (pop3-open-server): Recognize a string as a service name.
11466
11467 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11468
11469         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11470
11471 2005-11-23  Dave Love  <fx@gnu.org>
11472
11473         Add pop3s, pop3/starttls.
11474
11475         * pop3.el (pop3-authentication-scheme): Clarify doc.
11476         (open-tls-stream, starttls-open-stream): Autoload.
11477         (pop3-stream-type): New.
11478         (pop3-open-server): Use it.
11479
11480         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11481         for POP.
11482         (mail-source-keyword-map): Add :stream for POP.
11483         (mail-source-fetch-pop): Use pop3-stream-type.
11484
11485 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11488         of current-time-string.
11489
11490 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11491
11492         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11493         date header.
11494
11495 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11496
11497         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11498         it can seriously impact performance as it bypasses the agent's
11499         local caches.
11500
11501 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11502
11503         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11504         must be explicitly online rather than "not explicitly offline" for
11505         its flags to be synchronized.
11506
11507         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11508         that gnus-uu-unmark-thread will function correctly.
11509
11510         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11511         1024K is instead displayed as 1M.
11512
11513 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11514
11515         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11516
11517 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11518
11519         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11520
11521 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11522
11523         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11524         error message to display actual error condition.
11525         (gnus-agent-save-local): Avoid saving symbols that are bound to
11526         nil as they simply result in a warning message in
11527         gnus-agent-read-local.
11528
11529 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11532         rather than make-variable-buffer-local for file-precious-flag.
11533
11534 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11535
11536         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11537         for duplicates which are removed.  The invalid sort check then
11538         triggers a rescan after the sort as sorting may have moved
11539         duplicate entries such that they can be cheaply detected.
11540
11541 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11544
11545 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11546
11547         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11548         internal variable to a custom variable.  Changed default value
11549         from compressed(2) to uncompressed(1).
11550         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11551         support for uncompressed agentview files.  Taken together, reading
11552         the agentview file should now be 6-7 times faster.
11553
11554 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11555
11556         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11557         as a buffer-local variable.  This avoids creating truncated
11558         dribble files as a result of a hang up, eg.
11559
11560 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11561
11562         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11563         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11564         XEmacs.
11565
11566 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11567
11568         * gnus-start.el (gnus-start-draft-setup): Enforce
11569         `gnus-draft-mode' for nndraft:drafts at startup.
11570
11571         * gnus.el (gnus-splash): Change custom group.
11572         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11573         allow-list argument.
11574
11575         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11576         string.
11577
11578 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * gnus-art.el (gnus-default-article-saver): Add user-defined
11581         `function' to custom type.
11582
11583 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11584
11585         * imap.el (imap-open): Handle case where buffer is a buffer
11586         object.
11587
11588 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11589
11590         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11591         long lines.
11592         (gnus-cache-delete-group): Wrap doc strings.
11593
11594         * gnus-agent.el (gnus-agent-rename-group)
11595         (gnus-agent-delete-group): Wrap doc strings.
11596
11597 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * messagexmas.el (message-use-toolbar): Change the valid values
11600         into default, top, bottom, left, and right.
11601         (message-toolbar-thickness): New variable.
11602         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11603         well.
11604         (message-setup-toolbar): Make it work.
11605
11606         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11607         (gnus-use-toolbar): Change the valid values into default, top,
11608         bottom, left, and right.
11609         (gnus-toolbar-thickness): New variable.
11610         (gnus-xmas-setup-toolbar): New function.
11611         (gnus-xmas-setup-group-toolbar): Use it.
11612         (gnus-xmas-setup-summary-toolbar): Use it.
11613
11614 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11615
11616         * gnus-start.el (gnus-1): Add "native" to
11617         gnus-predefined-server-alist.
11618
11619         * gnus.el (gnus-method-to-server): Don't add "native" to the
11620         lists here, because that leads to problems when
11621         gnus-select-method is bound.
11622
11623 2005-11-09  Simon Josefsson  <jas@extundo.com>
11624
11625         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11626         use (not sort-by-date) instead.
11627
11628 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11629
11630         * gnus-delay.el (gnus-delay-group): Don't autoload.
11631         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11632         to be re-loaded when customizing the `gnus-delay' group.
11633
11634 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11635
11636         * message.el: Revert last changes.
11637         (message-insert-citation-line): Use newlines.
11638
11639 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11640
11641         * message.el (message-courtesy-message)
11642         (message-mark-insert-begin, message-mark-insert-end)
11643         (message-elide-ellipsis, message-cancel-message)
11644         (message-add-header, message-change-subject)
11645         (message-cross-post-followup-to-header)
11646         (message-cross-post-insert-note, message-reduce-to-to-cc)
11647         (message-widen-reply, message-delete-not-region)
11648         (message-kill-to-signature, message-insert-signature)
11649         (message-insert-importance-high, message-insert-importance-low)
11650         (message-insert-or-toggle-importance)
11651         (message-insert-disposition-notification-to)
11652         (message-indent-citation, message-yank-original)
11653         (message-cite-original-without-signature, message-cite-original)
11654         (message-insert-citation-line, message-position-on-field)
11655         (message-fix-before-sending, message-send-mail-partially)
11656         (message-send-mail, message-send-mail-with-sendmail)
11657         (message-send-mail-with-qmail, message-send-news)
11658         (message-check-news-header-syntax, message-generate-headers)
11659         (message-insert-courtesy-copy, message-fill-address)
11660         (message-fill-header, message-shorten-references)
11661         (message-setup-1, message-cancel-news)
11662         (message-forward-make-body-plain, message-forward-make-body-mime)
11663         (message-forward-make-body-mml, message-encode-message-body)
11664         (message-forward-make-body-digest-plain)
11665         (message-forward-make-body-digest-mime)
11666         (message-use-alternative-email-as-from): Insert `hard-newline'
11667         instead of ordinary newlines.
11668
11669 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * message.el (message-generate-headers): Downcase the argument
11672         given to message-check-element.
11673
11674 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11675
11676         * nntp.el (nntp-authinfo-rejected): New error condition.
11677         (nntp-wait-for): Use new error condition to signal authentication
11678         error.
11679         (nntp-retrieve-data): Rethrow new error condition to break out of
11680         recursive call to nntp-send-authinfo.
11681
11682 2005-11-08  Romain Francoise  <romain@orebokech.com>
11683
11684         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11685         (gnus-summary-exit-map): Bind to `Z p'.
11686         (gnus-summary-make-menu-bar): Add menu item.
11687
11688 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11689
11690         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11691         (gnus-treat-*): Add `first' in all doc strings.
11692
11693         * gnus-group.el (gnus-group-compact-group): Fix typo.
11694
11695 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * gnus.el (gnus-parameters-case-fold-search): New variable.
11698         (gnus-parameters-get-parameter): Use it.
11699
11700         * gnus-score.el (gnus-home-score-file): Doc fix.
11701
11702 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11703
11704         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11705
11706 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * mm-util.el (mm-special-display-p): New function.
11709
11710         * mml.el (mml-preview): Use it; doc fix.
11711
11712 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11713
11714         * imap.el (imap-open): Handle case where buffer is a buffer object.
11715
11716 2005-10-29  Romain Francoise  <romain@orebokech.com>
11717
11718         * message.el (message-fix-before-sending): Fix comment.
11719
11720 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11721
11722         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11723
11724 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11725
11726         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11727         Used in gnus-score.el.
11728
11729 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11732
11733 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11736         whitespace removed in revision 7.8.  Use concatenated string to
11737         protect trailing whitespace.
11738
11739 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11740
11741         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11742         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11743         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11744         Courier IMAP ("some version from 2004").  Mostly based on similar
11745         code in the same function.
11746
11747 2005-10-26  Didier Verna  <didier@xemacs.org>
11748
11749         * gnus-group.el (gnus-group-compact-group): Invalidate original
11750         article buffer.
11751         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11752         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11753         NOV database and in article itself.
11754         Invalidate article backlog.
11755
11756 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11757
11758         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11759
11760 2005-10-26  Simon Josefsson  <jas@extundo.com>
11761
11762         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11763         part of 2004-07-25 change.
11764
11765 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * message.el (message-display-completion-list): New function.
11768         (message-expand-group): Use it; make sure the Completions buffer
11769         is modifiable.
11770 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11771
11772         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11773         user-mail-name is an empty string.
11774
11775 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11776
11777         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11778         depending on gnus-score-decay-constant.
11779
11780         * encrypt.el (encrypt-insert-file-contents)
11781         (encrypt-write-file-contents): Don't use `gnus-message'.
11782
11783         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11784         arguments.
11785         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11786         arguments to mm-uu-verbatim-marks-extract.
11787         (mm-uu-hide-markers): New variable.
11788         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11789
11790         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11791         (gnus-convert-image-to-face-command): Use "convert" by default to
11792         allow other input image formats.
11793         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11794         accordingly.
11795
11796 2005-10-23  Simon Josefsson  <jas@extundo.com>
11797
11798         * imap.el (imap-gssapi-program): Align command line parameters
11799         with latest GNU SASL.
11800         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11801
11802 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11803
11804         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11805         HTML.
11806         (nnslashdot-request-article): Ditto.
11807
11808         * lpath.el (featurep): Add nobreak-char-display.
11809
11810 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11811
11812         * mail-source.el (mail-source-fetch-pop): Require pop3.
11813         (mail-source-check-pop): Ditto.
11814
11815 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11818         errors.
11819
11820 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11823         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11824
11825         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11826
11827         * mm-bodies.el (mm-decode-string): Call
11828         `mm-charset-to-coding-system' with allow-override argument.
11829
11830 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11833         (rfc2047-charset-to-coding-system): New function.
11834         (rfc2047-decode-encoded-words): New function.
11835         (rfc2047-decode-region): Use them.
11836         (rfc2047-decode-cte): Remove.
11837         (rfc2047-parse-and-decode): Remove.
11838         (rfc2047-decode): Remove.
11839
11840 2005-10-15  Kenichi Handa  <handa@m17n.org>
11841
11842         * rfc2047.el (rfc2047-decode-cte): New function.
11843         (rfc2047-decode-region): Change the way to decode successive
11844         encoded-words: decode B- or Q-encoding in each encoded-word,
11845         concatenate them, and decode it as charset.
11846
11847 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * lpath.el: Fbind codepage-setup for XEmacs.
11850
11851 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11852
11853         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11854         widget-move-and-invoke.
11855         (gnus-custom-mode): Use gnus-custom-map.
11856
11857 2005-10-15  Bill Wohler  <wohler@newt.com>
11858
11859         * message.el (message-tool-bar-map): Renamed image file from
11860         mail_send to mail/send.
11861
11862 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11863
11864         * message.el (message-expand-group): Pass the common
11865         prefix substring of completion to `display-completion-list'.
11866
11867 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * mml-sec.el (mml-secure-method): New internal variable.
11870         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11871         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11872         functions using mml-secure-method.
11873
11874         * mml.el (mml-mode-map): Add key bindings for those functions.
11875         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11876         Harder <harder@myrealbox.com>.
11877         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11878         end of message if point is the headers of the message.
11879
11880         * message.el (message-in-body-p): New function.
11881
11882         * assistant.el: Autoload gnus-util and netrc.
11883
11884         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11885         Use `mm-charset-override-alist' only when decoding.
11886
11887         * mm-bodies.el (mm-decode-body): Call
11888         `mm-charset-to-coding-system' with allow-override argument.
11889
11890         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11891         `filename' from Content-Disposition if Content-Type doesn't
11892         provide `name'.
11893         (gnus-mime-view-part-as-type): Set default instead of
11894         initial-input.
11895
11896 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11897
11898         * format-spec.el (format-spec): Propagate text properties of % spec.
11899
11900 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11901
11902         * gnus-art.el (gnus-treat-predicate): Add `first'.
11903
11904 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11907         (mm-charset-override-alist): New variable.
11908         (mm-charset-to-coding-system): Use it.
11909         (mm-codepage-setup): New helper function.
11910         (mm-charset-eval-alist): New variable.
11911         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11912         about unknown charsets.
11913
11914         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11915
11916 2005-10-04  David Hansen  <david.hansen@gmx.net>
11917
11918         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11919         (nnrss-check-group): Ditto.
11920
11921 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11924         Rename x-gnus-verbatim to x-verbatim.
11925         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11926
11927         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11928         x-verbatim.
11929
11930         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11931
11932         * gnus-util.el (gnus-remove-duplicates): Remove.
11933
11934         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11935         instead of gnus-remove-duplicates.
11936
11937         * message.el (message-remove-duplicates): Remove.
11938         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11939         message-remove-duplicates.
11940
11941         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11942         available, else use implementation from `delete-dups'.
11943
11944         * message.el (message-insert-expires): New function.
11945         (message-mode-map): Add key binding.
11946         (message-mode-field-menu): Add menu entry.
11947         (message-mode): Document it.
11948         (message-make-expires-date): Use `message-make-date'.
11949
11950 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11951
11952         * message.el (message-make-expires-date): New function.
11953
11954 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * Makefile.in (list-installed-shadows): New entry.
11957         (install): Use it.
11958         (remove-installed-shadows): New entry.
11959
11960         * dgnushack.el (dgnushack-default-load-path): New variable.
11961         (dgnushack-find-lisp-shadows): New function.
11962         (dgnushack-remove-lisp-shadows): New function.
11963
11964 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * Makefile.in (install-el-elc): New entry.
11967         (install): Use it so that .el files are necessarily installed.
11968
11969 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11972
11973 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11974
11975         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11976         function rather than the diff-mode.el package.
11977         (mm-display-external): Use with-current-buffer.
11978         (mm-viewer-completion-map, mm-viewer-completion-map):
11979         Move initialization inside declaration.
11980
11981 2005-09-29  Simon Josefsson  <jas@extundo.com>
11982
11983         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11984         autoload mail-check-payment.
11985         (spam-check-hashcash): Define unconditionally, since hashcash.el
11986         is part of Gnus now.  Ignore errors from payment checking.
11987
11988 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * message.el (message-bold-region, message-unbold-region): Rename
11991         from `bold-region' and `unbold-region'.
11992
11993         * message.el: Remove useless autoloads.
11994
11995 2005-09-28  Simon Josefsson  <jas@extundo.com>
11996
11997         * message.el (message-use-idna): Default to t.
11998         (message-use-idna): Test whether encoding works too.  Doc fix.
11999
12000 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12001
12002         * nntp.el (nntp-warn-about-losing-connection): Remove.
12003
12004 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12007         customizable.  Change default value.
12008         (mm-uu-diff-groups-regexp): Change default value.
12009         (mm-uu-type-alist): Add doc string.
12010         (mm-uu-configure): Add doc string.  Make it interactive.
12011         (mm-uu-tex-groups-regexp): New variable.
12012         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12013         (mm-uu-type-alist): Add LaTeX documents.
12014         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12015         of "text/verbatim".
12016         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12017
12018         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12019         instead of "text/verbatim".
12020
12021         * message.el (message-mark-inserted-region)
12022         (message-mark-insert-file): Use slrn style marks when called with
12023         prefix argument.
12024
12025 2005-09-27  Simon Josefsson  <jas@extundo.com>
12026
12027         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12028
12029 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12030
12031         * message.el (message-remove-duplicates): New function.
12032         Implementation borrowed from `gnus-remove-duplicates'.
12033         (message-idna-to-ascii-rhs): Also encode idna addresses in
12034         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12035         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12036         only ask about the same idna domain once per header and also tell
12037         in what header to replace the idna domain.
12038
12039         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12040         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12041         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12042         a header is decoded and not just the last one.
12043
12044 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12047         has been decoded.
12048
12049         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12050         (mm-insert-part): Don't modify text if it has been decoded.
12051
12052         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12053         decoded.
12054
12055         * mm-view.el (mm-inline-text): Don't strip text props unless
12056         decoding enriched or richtext parts.
12057
12058 2005-09-25  Romain Francoise  <romain@orebokech.com>
12059
12060         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12061         * gnus-start.el (gnus-subscribe-interactively):
12062         * gnus-uu.el (gnus-uu-grab-articles):
12063         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12064         space.
12065
12066 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12067
12068         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12069         * mm-view.el (mm-view-pkcs7-decrypt):
12070         * gnus-sum.el (gnus-summary-limit-to-extra)
12071         (gnus-summary-respool-article, gnus-read-move-group-name):
12072         * gnus-score.el (gnus-summary-increase-score):
12073         * gnus-util.el (gnus-completing-read-with-default):
12074         * gnus-art.el (gnus-read-save-file-name)
12075         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12076         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12077         * message.el (message-check-news-header-syntax):
12078         Follow convention for reading with the minibuffer.
12079
12080 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12081
12082         * spam-report.el (spam-report-url-ping-plain):
12083         Use gnus-extended-version as User-Agent.
12084
12085         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12086         default value is nil.
12087
12088         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12089         (mm-uu-verbatim-marks-extract): New function.
12090         (mm-uu-extract): New face.
12091         (mm-uu-copy-to-buffer): Use it.
12092
12093         * spam-report.el (spam-report-gmane-ham): Renamed from
12094         `spam-report-gmane-unspam'.
12095         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12096         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12097
12098         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12099         Autoload.
12100         (spam-report-gmane-unregister-routine): Renamed
12101         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12102
12103 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12104
12105         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12106         (spam-report-gmane-unregister-routine): Add support for gmane
12107         unregistration.
12108
12109         * spam-report.el (spam-report-gmane-unspam)
12110         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12111         (spam-report-gmane): Change to take a single article and do unspam
12112         registration.
12113
12114 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * mm-url.el (mm-url-decode-entities): Fix regexp.
12117
12118 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12119
12120         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12121         default to nil, to be able to use Gnus at all.  If the default
12122         switches to something else, then the function should be fixed not
12123         be exceedingly slow.
12124
12125 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12126
12127         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12128         fail hard.
12129
12130         * spam-report.el: Add better Keywords line.
12131
12132         * spam.el: Add Maintainer and better Keywords line.
12133
12134 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12135
12136         * gnus-art.el (gnus-article-replace-part)
12137         (gnus-mime-replace-part): New functions.
12138         (gnus-mime-action-alist, gnus-mime-button-commands)
12139         (gnus-mime-save-part-and-strip): Added file argument.
12140         (gnus-article-part-wrapper): Added interactive argument.
12141
12142         * gnus-sum.el (gnus-summary-mime-map): Add
12143         `gnus-article-replace-part'.
12144
12145 2005-09-19  Didier Verna  <didier@xemacs.org>
12146
12147         The nnml compaction feature:
12148         * nnml.el (nnml-request-compact-group): New function.
12149         * nnml.el (nnml-request-compact): New function.
12150         * gnus-int.el (gnus-request-compact-group): New function.
12151         * gnus-int.el (gnus-request-compact): New function.
12152         * gnus-group.el (gnus-group-compact-group): New function.
12153         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12154         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12155         * gnus-srvr.el (gnus-server-compact-server): New function.
12156         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12157         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12158
12159 2005-09-18  Deepak Goel  <deego@gnufans.org>
12160
12161         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12162         format spec.
12163
12164 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12167
12168 2005-09-15  Romain Francoise  <romain@orebokech.com>
12169
12170         * message.el (message-fill-paragraph): Clarify docstring.
12171
12172 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * gnus-art.el (gnus-mime-display-part): Protect against broken
12175         MIME messages.
12176
12177 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12180         before parsing header.
12181
12182 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12183
12184         * html2text.el (html2text-replace-list): Add new entities.
12185
12186 2005-09-11  Romain Francoise  <romain@orebokech.com>
12187
12188         * message.el (message-alternative-emails): Improve docstring.
12189         (message-setup-1): Call `message-use-alternative-email-as-from'
12190         after `message-setup-hook' to give it precedence over posting
12191         styles, etc.
12192         (message-use-alternative-email-as-from): Add docstring.  Remove
12193         the original From header if present.
12194
12195         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12196         (nnml-save-mail): Use it.
12197
12198         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12199         articles.  Add new argument `silent'.
12200         (gnus-uu-mark-all): Report the total number of marked articles.
12201
12202 2005-09-10  Romain Francoise  <romain@orebokech.com>
12203
12204         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12205         (gnus-uu-mark-series): Likewise.
12206
12207 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12208
12209         * spam-report.el (spam-report-gmane): Fix generation of spam
12210         report URL.
12211
12212 2005-09-10  Simon Josefsson  <jas@extundo.com>
12213
12214         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12215         t, based on discussion on the ding list with Robert Epprecht
12216         <epprecht@solnet.ch>.
12217
12218 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * spam-report.el (spam-report-gmane): Make it work without
12221         X-Report-Spam header.  Gmane now only provides Archived-At.
12222         This is only used if `spam-report-gmane-use-article-number' is nil.
12223         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12224
12225         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12226         make `gnus-summary-sort-by-recipient' work with threading.
12227
12228         * nnweb.el (nnweb-google-wash-article): Print a message if article
12229         is not available.
12230
12231 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12232
12233         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12234         change.  Decode text/* parts content before displaying.
12235
12236 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12239
12240 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12243
12244         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12245         url-package-name, url-package-version,
12246         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12247         w3m-display-inline-images, and w3m-minor-mode-map.
12248
12249 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * message.el (message-tab-body-function): Fix mismatched custom type.
12252
12253         * gnus.el (gnus-group-change-level-function): Ditto.
12254
12255         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12256
12257         * gnus-art.el (gnus-signature-limit)
12258         (gnus-article-mime-part-function): Ditto.
12259
12260 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * mml.el (mml-mode): Silence the byte compiler.
12263
12264         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12265         using `(sit-for 0)' before moving the point to the specified part;
12266         skip unbuttonized parts.
12267         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12268         return to the summary window if gnus-auto-select-part is non-nil.
12269
12270 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12271
12272         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12273         variables.
12274         (mml-dnd-attach-file, mml-mode): Use them.
12275
12276         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12277         Make fetching article by MID work again for Google Groups.  Added
12278         FIXME concerning gnus-group-make-web-group.
12279
12280         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12281         Don't depend on Gnus by using mail-extract-address-components if
12282         gnus-extract-address-components is not bound.
12283
12284 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12285
12286         * gnus-art.el (gnus-mime-display-security): Don't display the
12287         signature, but only the signed part.
12288
12289 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12292
12293         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12294         list, not listp.
12295
12296 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12297
12298         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12299         when encoding.
12300
12301         * mm-bodies.el (mm-decode-content-transfer-encoding):
12302         De-canonicalize CRLF for all text content types, not just
12303         text/plain.
12304
12305 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12308         valid article; point arrow and cursor at the MIME button.
12309
12310 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12313         Suggested by Dan Christensen <jdc@uwo.ca>.
12314
12315         * mm-decode.el (mm-save-part): Enable change of prompt.
12316
12317 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12318
12319         * gnus-msg.el (gnus-inews-add-send-actions): Made
12320         `message-post-method' lambda parameter ARG `&optional'.
12321
12322 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * gnus-sum.el (gnus-summary-mime-map): Added
12325         gnus-article-save-part-and-strip, gnus-article-delete-part and
12326         gnus-article-jump-to-part.
12327
12328         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12329         (gnus-article-edit-part): Use it.
12330         (gnus-article-part-wrapper): Added no-handle argument.
12331         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12332         functions.
12333
12334 2005-08-29  Romain Francoise  <romain@orebokech.com>
12335
12336         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12337         docstring.
12338         (gnus-face-from-file): Likewise.
12339
12340 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12343         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12344         non-nil.
12345         (gnus-auto-select-part): New variable.
12346         (gnus-article-jump-to-part): New function.
12347         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12348         (gnus-mime-delete-part): Allow selecting specified part after
12349         deleting or stripping parts.
12350         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12351         part if argument is bogus.
12352
12353 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12354
12355         * gnus-art.el (w3m-minor-mode-map):
12356         * gnus-spec.el (gnus-newsrc-file-version):
12357         * gnus-util.el (nnmail-active-file-coding-system)
12358         (gnus-original-article-buffer, gnus-user-agent):
12359         * gnus.el (gnus-ham-process-destinations)
12360         (gnus-parameter-ham-marks-alist)
12361         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12362         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12363         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12364         * mm-decode.el (gnus-current-window-configuration):
12365         * mm-extern.el (gnus-article-mime-handles):
12366         * mm-url.el (url-current-object, url-package-name)
12367         (url-package-version):
12368         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12369         (smime-keys, w3m-cid-retrieve-function-alist)
12370         (w3m-current-buffer, w3m-display-inline-images)
12371         (w3m-minor-mode-map):
12372         * mml-smime.el (gnus-extract-address-components):
12373         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12374         (gnus-newsrc-hashtb, message-default-charset)
12375         (message-deletable-headers, message-options)
12376         (message-posting-charset, message-required-mail-headers)
12377         (message-required-news-headers):
12378         * mml1991.el (mc-pgp-always-sign):
12379         * mml2015.el (mc-pgp-always-sign):
12380         * nnheader.el (nnmail-extra-headers):
12381         * rfc1843.el (gnus-decode-encoded-word-function)
12382         (gnus-decode-header-function, gnus-newsgroup-name):
12383         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12384
12385 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12386
12387         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12388         the end of the date treatments.
12389
12390 2005-08-15  Simon Josefsson  <jas@extundo.com>
12391
12392         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12393         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12394         Capello and Romain Francoise.
12395         (pgg-fetch-key-function): Removed, not used?
12396         (pgg-insert-url-with-w3): Require url, to get
12397         url-insert-file-contents regardless of where it is defined.
12398
12399 2005-08-13  Romain Francoise  <romain@orebokech.com>
12400
12401         * message.el (message-cite-original-1): New function.
12402         (message-cite-original): Use it.
12403         (message-cite-original-without-signature): Ditto.
12404
12405 2005-08-08  Romain Francoise  <romain@orebokech.com>
12406
12407         * message.el (message-yank-empty-prefix): New variable.
12408         (message-indent-citation): Use it.
12409         (message-cite-original-without-signature): Respect X-No-Archive.
12410
12411 2005-08-08  Simon Josefsson  <jas@extundo.com>
12412
12413         * pgg.el: Autoload url-insert-file-contents instead of loading
12414         w3/url.
12415         (pgg-insert-url-with-w3): Don't load url here.
12416
12417 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12418
12419         * message.el (message-kill-to-signature): Don't insert newline at
12420         bol.
12421         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12422
12423 2005-08-06  Romain Francoise  <romain@orebokech.com>
12424
12425         * message.el (message-user-fqdn): Fix typo in docstring.
12426
12427 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12428
12429         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12430
12431         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12432
12433 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * mm-bodies.el (mm-encode-body): Use coding system rather than
12436         charset to encode text.
12437
12438         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12439         number of charsets if utf-8 is available (XEmacs).
12440
12441 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12442
12443         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12444         taken from `gnus-button-mid-or-mail-regexp'.
12445         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12446         (gnus-button-alist): Improve regexp for domain part of the MIDs
12447         for news:localpart@domain buttons.
12448         (gnus-button-ctan-directory-regexp): Update.
12449
12450 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * sieve-manage.el (sieve-manage-interactive-login): Use
12453         make-local-variable rather than make-variable-buffer-local.
12454         (sieve-manage-open): Ditto.
12455         (sieve-manage-authenticate): Ditto.
12456
12457         * mml.el (mml-generate-mime-1): Make the content type default to
12458         text/plain if the filename is not specified.
12459
12460 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12463         instead of insert-buffer.
12464
12465         * message.el (message-yank-original): Ditto; set the mark at the
12466         end of the yanked message.
12467
12468 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12471         lines to scroll rather than to stop it.
12472
12473         * mml.el (mml-generate-default-type): Add doc string.
12474         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12475         default to application/octet-stream when determining the content
12476         type if it is not specified for the part or the mml contents; add
12477         a comment about mml-generate-default-type.
12478
12479 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12482         make it default to application/octet-stream when determining the
12483         content type if it is not specified for the external contents.
12484
12485 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12488         segmented parameter but also other parameters might be there.
12489
12490 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * mm-decode.el (mm-display-external): Delete temp file, directory
12493         and buffer immediately if the external process is exited.
12494
12495 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12498         fewer lines than that of scroll-margin.
12499         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12500
12501 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * gnus-art.el (gnus-article-next-page): Revert.
12504         (gnus-article-beginning-of-window): New macro.
12505         (gnus-article-next-page-1): Use it.
12506         (gnus-article-prev-page): Ditto.
12507         (gnus-article-edit-part): Use insert-buffer-substring instead of
12508         insert-buffer.
12509         (gnus-article-edit-exit): Ditto.
12510
12511         * gnus-util.el (gnus-beginning-of-window): Remove.
12512         (gnus-end-of-window): Remove.
12513
12514         * lpath.el: Don't bind header-line-format and scroll-margin.
12515
12516 2005-07-25  Simon Josefsson  <jas@extundo.com>
12517
12518         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12519         to have the url package without w3.  Reported by Daiki Ueno
12520         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12521
12522 2005-07-20  Didier Verna  <didier@xemacs.org>
12523
12524         * gnus-diary.el: Remove the description comment (nndiary is now
12525         properly documented in the Gnus manual).
12526         Fix the spelling of "Back End".
12527         * nndiary.el: Ditto.
12528         Fix the copyright notice.
12529
12530 2005-07-18  Romain Francoise  <romain@orebokech.com>
12531
12532         * gnus-sum.el (gnus-summary-to-prefix)
12533         (gnus-summary-newsgroup-prefix): New variables.
12534         (gnus-summary-from-or-to-or-newsgroups): Use them.
12535
12536 2005-07-17  Romain Francoise  <romain@orebokech.com>
12537
12538         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12539         space as it's generally not especially interesting to the user.
12540
12541 2005-07-16  Romain Francoise  <romain@orebokech.com>
12542
12543         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12544         nil to avoid prompting and file modification if one of the
12545         messages at the top of the nnfolder file contains a copyright
12546         notice.
12547         Update copyright notice.
12548
12549         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12550         instead of `current-time-string' as the latter creates a time
12551         string that is not RFC 2822 compliant (it lacks the zone).
12552         Update copyright notice.
12553
12554 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12555
12556         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12557         for text/rtf.  Display default in prompt.  Pass default for M-n.
12558
12559         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12560
12561 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12562
12563         * gnus-msg.el (gnus-button-mailto): Remove
12564         save-selected-window-window hackery because it relies on
12565         save-selected-window internals.
12566
12567 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12570         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12571         (gnus-article-prev-page): Ditto.
12572
12573         * gnus-util.el (gnus-beginning-of-window): New function.
12574         (gnus-end-of-window): New function.
12575
12576         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12577
12578 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12579
12580         * gnus-score.el (gnus-score-edit-all-score): Set
12581         gnus-score-edit-exit-function to gnus-score-edit-done and call
12582         gnus-message.
12583
12584 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12585
12586         * gnus-msg.el (gnus-button-mailto): Remove
12587         save-selected-window-window hackery because it relies on
12588         save-selected-window internals.
12589
12590 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12593         add-minor-mode.
12594         (gnus-binary-mode): Ditto.
12595
12596         * gnus-topic.el (gnus-topic-mode): Ditto.
12597
12598 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12599
12600         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12601         (gnus-article-prev-page): Take scroll-margin into consideration.
12602
12603 2005-07-04  Lute Kamstra  <lute@gnu.org>
12604
12605         Update FSF's address in GPL notices.
12606
12607 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12608
12609         * gnus.el (gnus-exit):
12610         * gnus-group.el (gnus-group-icons):
12611         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12612
12613         * gnus-nocem.el (gnus-nocem):
12614         * message.el (message-various, message-buffers, message-sending)
12615         (message-interface, message-forwarding, message-insertion)
12616         (message-headers, message-news, message-mail):
12617         * pgg-gpg.el (pgg-gpg):
12618         * pgg-parse.el (pgg-parse):
12619         * pgg-pgp.el (pgg-pgp):
12620         * pgg-pgp5.el (pgg-pgp5):
12621         * pop3.el (pop3): Finish `defgroup' description with period.
12622
12623 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * gnus-art.el (article-display-face): Improve the efficiency.
12626         (article-display-x-face): Ditto; remove grey x-face stuff.
12627
12628 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * gnus-art.el (article-display-face): Correct the position in
12631         which Faces are inserted.
12632
12633 2005-06-29  Didier Verna  <didier@xemacs.org>
12634
12635         * gnus-art.el (article-display-face): Display faces in correct
12636         order.
12637
12638 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12641         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12642         (gnus-nocem-check-article): Fetch the Type header.
12643         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12644         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12645         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12646         make sure gnus-nocem-hashtb is initialized.
12647         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12648         (gnus-nocem-unwanted-article-p): Ditto.
12649
12650         * pgg.el (pgg-verify): Return the verification result.
12651
12652 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12653
12654         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12655         is ascii.
12656
12657 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12658
12659         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12660         `show-nonbreak-escape'.
12661
12662 2005-06-23  Lute Kamstra  <lute@gnu.org>
12663
12664         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12665
12666         * dig.el (dig-mode):
12667         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12668
12669 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12670
12671         * nnimap.el (nnimap-split-download-body): Fix spellings.
12672
12673 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12674
12675         * gnus-art.el (gnus-article-encrypt-body):
12676         * gnus-cus.el (gnus-score-customize):
12677         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12678         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12679
12680 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12681
12682         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12683         header by looking for magic "MII" at the beginnig.
12684
12685 2005-06-16  Miles Bader  <miles@gnu.org>
12686
12687         * gnus-xmas.el (gnus-xmas-group-startup-message):
12688         Use renamed gnus-splash face.
12689
12690         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12691         (assistant-field-face): New backward-compatibility alias for renamed
12692         face.
12693         (assistant-render-text): Use renamed assistant-field face.
12694
12695         * spam.el (spam): Remove "-face" suffix from face name.
12696         (spam-face): New backward-compatibility alias for renamed face.
12697         (spam-face, spam-initialize): Use renamed spam face.
12698
12699         * message.el (message-header-to, message-header-cc)
12700         (message-header-subject, message-header-newsgroups)
12701         (message-header-other, message-header-name)
12702         (message-header-xheader, message-separator, message-cited-text)
12703         (message-mml): Remove "-face" suffix from face names.
12704         (message-header-to-face, message-header-cc-face)
12705         (message-header-subject-face, message-header-newsgroups-face)
12706         (message-header-other-face, message-header-name-face)
12707         (message-header-xheader-face, message-separator-face)
12708         (message-cited-text-face, message-mml-face):
12709         New backward-compatibility aliases for renamed faces.
12710         (message-font-lock-keywords): Use renamed message faces.
12711
12712         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12713         (sieve-test-commands, sieve-tagged-arguments):
12714         Remove "-face" suffix from face names.
12715         (sieve-control-commands-face, sieve-action-commands-face)
12716         (sieve-test-commands-face, sieve-tagged-arguments-face):
12717         New backward-compatibility aliases for renamed faces.
12718         (sieve-control-commands-face, sieve-action-commands-face)
12719         (sieve-test-commands-face, sieve-tagged-arguments-face):
12720         Use renamed sieve faces.
12721
12722         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12723         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12724         (gnus-group-news-3-empty, gnus-group-news-4)
12725         (gnus-group-news-4-empty, gnus-group-news-5)
12726         (gnus-group-news-5-empty, gnus-group-news-6)
12727         (gnus-group-news-6-empty, gnus-group-news-low)
12728         (gnus-group-news-low-empty, gnus-group-mail-1)
12729         (gnus-group-mail-1-empty, gnus-group-mail-2)
12730         (gnus-group-mail-2-empty, gnus-group-mail-3)
12731         (gnus-group-mail-3-empty, gnus-group-mail-low)
12732         (gnus-group-mail-low-empty, gnus-summary-selected)
12733         (gnus-summary-cancelled, gnus-summary-high-ticked)
12734         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12735         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12736         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12737         (gnus-summary-low-undownloaded)
12738         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12739         (gnus-summary-low-unread, gnus-summary-normal-unread)
12740         (gnus-summary-high-read, gnus-summary-low-read)
12741         (gnus-summary-normal-read, gnus-splash):
12742         Remove "-face" suffix from face names.
12743         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12744         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12745         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12746         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12747         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12748         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12749         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12750         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12751         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12752         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12753         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12754         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12755         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12756         (gnus-summary-normal-ticked-face)
12757         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12758         (gnus-summary-normal-ancient-face)
12759         (gnus-summary-high-undownloaded-face)
12760         (gnus-summary-low-undownloaded-face)
12761         (gnus-summary-normal-undownloaded-face)
12762         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12763         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12764         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12765         (gnus-splash-face):
12766         New backward-compatibility aliases for renamed faces.
12767         (gnus-group-startup-message): Use renamed gnus faces.
12768
12769         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12770         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12771         (gnus-server-agent): Remove "-face" suffix from face names.
12772         (gnus-server-agent-face, gnus-server-opened-face)
12773         (gnus-server-closed-face, gnus-server-denied-face)
12774         (gnus-server-offline-face):
12775         New backward-compatibility aliases for renamed faces.
12776         (gnus-server-agent-face, gnus-server-opened-face)
12777         (gnus-server-closed-face, gnus-server-denied-face)
12778         (gnus-server-offline-face): Use renamed gnus faces.
12779
12780         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12781         Remove "-face" suffix from face names.
12782         (gnus-picon-xbm-face, gnus-picon-face):
12783         New backward-compatibility aliases for renamed faces.
12784
12785         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12786         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12787         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12788         (gnus-cite-11): Remove "-face" suffix from face names.
12789         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12790         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12791         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12792         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12793         New backward-compatibility aliases for renamed faces.
12794         (gnus-cite-attribution-face, gnus-cite-face-list)
12795         (gnus-article-boring-faces): Use renamed gnus faces.
12796
12797         * gnus-art.el (gnus-signature, gnus-header-from)
12798         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12799         (gnus-header-content): Remove "-face" suffix from face names.
12800         (gnus-signature-face, gnus-header-from-face)
12801         (gnus-header-subject-face, gnus-header-newsgroups-face)
12802         (gnus-header-name-face, gnus-header-content-face):
12803         New backward-compatibility aliases for renamed faces.
12804         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12805
12806         * gnus-sum.el (gnus-summary-selected-face)
12807         (gnus-summary-highlight): Use renamed gnus faces.
12808         * gnus-group.el (gnus-group-highlight): Likewise.
12809
12810 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12811
12812         * gnus-sieve.el (gnus-sieve-article-add-rule):
12813         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12814         * spam-stat.el (spam-stat-buffer-change-to-spam)
12815         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12816
12817         * message.el (message-is-yours-p):
12818         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12819
12820 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * mm-view.el (mm-inline-text): Withdraw the last change.
12823
12824 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12827         executing enriched-decode.
12828
12829 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12832         charset of tar files.
12833
12834 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12835
12836         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12837
12838 2005-06-04  Lute Kamstra  <lute@gnu.org>
12839
12840         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12841         information is never recorded.
12842
12843 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12844
12845         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12846
12847 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * pop3.el (pop3-apop): Run md5 in the binary mode.
12850
12851         * starttls.el (starttls-set-process-query-on-exit-flag):
12852         Use eval-and-compile.
12853
12854 2005-05-31  Simon Josefsson  <jas@extundo.com>
12855
12856         * smime.el (smime-replace-in-string): Define.
12857         (smime-cert-by-ldap-1): Use it.
12858
12859 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * gnus-art.el (article-display-x-face): Replace
12862         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12863
12864         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12865         set-process-query-on-exit-flag or process-kill-without-query.
12866
12867         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12868         loop instead of replace-regexp.
12869
12870         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12871         instead of process-kill-without-query if it is available.
12872
12873         * lpath.el: Fbind ldap-search-entries.
12874
12875         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12876         instead of find-file-hooks if it is available.
12877
12878         * mml1991.el: Bind pgg-default-user-id when compiling.
12879
12880         * mml2015.el: Bind pgg-default-user-id when compiling.
12881
12882         * nndraft.el (nndraft-request-associate-buffer):
12883         Use write-contents-functions instead of write-contents-hooks if it is
12884         available.
12885
12886         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12887         instead of find-file-hooks if it is available.
12888
12889         * nntp.el (nntp-open-connection): Replace
12890         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12891         (nntp-open-ssl-stream): Ditto.
12892         (nntp-open-tls-stream): Ditto.
12893
12894         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12895         set-process-query-on-exit-flag or process-kill-without-query.
12896         (starttls-open-stream-gnutls): Use it instead of
12897         process-kill-without-query.
12898         (starttls-open-stream): Ditto.
12899
12900 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12901
12902         * smime.el (smime-cert-by-ldap-1): Don't use
12903         replace-regexp-in-string.
12904
12905 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12906
12907         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12908
12909         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12910         in PEM format.  Adjust to the XEmacs compability.
12911
12912 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12913
12914         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12915         by `string-to-number'.
12916         * gnus-agent.el (gnus-agent-regenerate-group)
12917         (gnus-agent-fetch-articles): Ditto.
12918         * gnus-art.el (gnus-button-fetch-group): Ditto.
12919         * gnus-cache.el (gnus-cache-generate-active)
12920         (gnus-cache-articles-in-group): Ditto.
12921         * gnus-group.el (gnus-group-set-current-level)
12922         (gnus-group-insert-group-line): Ditto.
12923         * gnus-score.el (gnus-score-set-expunge-below)
12924         (gnus-score-set-mark-below, gnus-summary-score-effect)
12925         (gnus-summary-score-entry): Ditto.
12926         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12927         (gnus-soup-pack): Ditto.
12928         * gnus-spec.el (gnus-xmas-format): Ditto.
12929         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12930         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12931         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12932         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12933         * nndb.el (nndb-get-remote-expire-response): Ditto.
12934         * nndiary.el (nndiary-parse-schedule-value)
12935         (nndiary-string-to-number, nndiary-request-replace-article)
12936         (nndiary-request-article): Ditto.
12937         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12938         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12939         * nneething.el (nneething-make-head): Ditto.
12940         * nnfolder.el (nnfolder-request-article)
12941         (nnfolder-retrieve-headers): Ditto.
12942         * nnheader.el (nnheader-file-to-number): Ditto.
12943         * nnkiboze.el (nnkiboze-request-article): Ditto.
12944         * nnmail.el (nnmail-process-unix-mail-format)
12945         (nnmail-process-babyl-mail-format): Ditto.
12946         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12947         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12948         (nnmh-request-create-group, nnmh-request-list-1)
12949         (nnmh-request-group, nnmh-request-article): Ditto.
12950         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12951         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12952         * nnsoup.el (nnsoup-make-active): Ditto.
12953         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12954         * nntp.el (nntp-find-group-and-number)
12955         (nntp-retrieve-headers-with-xover): Ditto.
12956         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12957         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12958         (pgg-format-key-identifier): Ditto.
12959         * pop3.el (pop3-last, pop3-stat): Ditto.
12960         * qp.el (quoted-printable-decode-region): Ditto.
12961
12962         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12963         of concat.
12964
12965 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12968
12969         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12970
12971         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12972
12973         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12974
12975         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12976
12977         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12978
12979         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12980         (gnus-carpal-mode): Ditto.
12981
12982         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12983         (gnus-browse-mode): Ditto.
12984
12985         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12986
12987         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12988
12989 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12990
12991         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12992
12993 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * gnus-util.el (gnus-run-mode-hooks): New function.
12996
12997         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12998
12999         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13000         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13001
13002 2005-05-27  Lute Kamstra  <lute@gnu.org>
13003
13004         * dns-mode.el (dns-mode): Specify customization group.
13005
13006 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13007
13008         * gnus-agent.el (gnus-agent-make-mode-line-string):
13009         Use mode-line-highlight as mouse-face.
13010
13011 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * canlock.el (canlock): Change the parent group to news.
13014
13015         * deuglify.el (gnus-outlook-deuglify): Add :group.
13016
13017         * dig.el (dig): Add :group.
13018
13019         * dns-mode.el (dns-mode): Add :group.
13020
13021         * encrypt.el (encrypt): Add :group.
13022
13023         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13024         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13025         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13026         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13027         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13028
13029         * gnus-diary.el (gnus-diary): Add :group.
13030
13031         * gnus.el (gnus-group-news-1-face): Add :group.
13032         (gnus-group-news-1-empty-face): Ditto.
13033         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13034         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13035         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13036         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13037         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13038         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13039         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13040         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13041         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13042         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13043         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13044         (gnus-summary-high-ticked-face): Ditto.
13045         (gnus-summary-low-ticked-face): Ditto.
13046         (gnus-summary-normal-ticked-face): Ditto.
13047         (gnus-summary-high-ancient-face): Ditto.
13048         (gnus-summary-low-ancient-face): Ditto.
13049         (gnus-summary-normal-ancient-face): Ditto.
13050         (gnus-summary-high-undownloaded-face): Ditto.
13051         (gnus-summary-low-undownloaded-face): Ditto.
13052         (gnus-summary-normal-undownloaded-face): Ditto.
13053         (gnus-summary-high-unread-face): Ditto.
13054         (gnus-summary-low-unread-face): Ditto.
13055         (gnus-summary-normal-unread-face): Ditto.
13056         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13057         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13058
13059         * hashcash.el (hashcash): New custom group.
13060         (hashcash-default-payment): Add :group.
13061         (hashcash-payment-alist): Ditto.
13062         (hashcash-default-accept-payment): Ditto.
13063         (hashcash-accept-resources): Ditto.
13064         (hashcash-path): Ditto.
13065         (hashcash-extra-generate-parameters): Ditto.
13066         (hashcash-double-spend-database): Ditto.
13067         (hashcash-in-news): Ditto.
13068
13069         * message.el (message-minibuffer-local-map): Add :group.
13070
13071         * netrc.el (netrc): Add :group.
13072
13073         * sieve-manage.el (sieve-manage-log): Add :group.
13074         (sieve-manage-default-user): Diito.
13075         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13076         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13077         (sieve-manage-authenticators): Ditto.
13078         (sieve-manage-authenticator-alist): Ditto.
13079         (sieve-manage-default-port): Ditto.
13080
13081         * sieve-mode.el (sieve-control-commands-face): Add :group.
13082         (sieve-action-commands-face): Ditto.
13083         (sieve-test-commands-face): Ditto.
13084         (sieve-tagged-arguments-face): Ditto.
13085
13086         * smime.el (smime): Add :group.
13087
13088         * spam-report.el (spam-report): Add :group.
13089
13090         * spam.el (spam, spam-face): Add :group.
13091
13092 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13093
13094         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13095         return \n.\n.\n at the end of articles.  Protect against that.
13096         (nntp-with-open-group): Allow debugging.
13097
13098         * nnheader.el (mail-header-set-extra): Make into a function
13099         because I just could't understand how to quote the list properly.
13100
13101         * dns.el (query-dns-cached): New function.
13102
13103 2005-05-26  Lute Kamstra  <lute@gnu.org>
13104
13105         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13106
13107 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13110
13111         * gnus-art.el: Don't autoload mail-extract-address-components.
13112
13113         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13114         eval-and-compile to evaluate it.
13115
13116         * hashcash.el: Don't autoload executable-find.
13117
13118         * nndb.el: Don't declare the nndb back end two or more times; don't
13119         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13120
13121         * nntp.el: Autoload format-spec instead of format; use
13122         eval-and-compile to evaluate autoload forms.
13123
13124 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13125
13126         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13127
13128 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13129
13130         * gnus.el (gnus-version-number): Bump version.
13131
13132 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13133
13134         * gnus.el: No Gnus v0.3 is released.
13135
13136 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13137
13138         * lpath.el (featurep): Bind show-nonbreak-escape.
13139
13140 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * gnus-art.el (gnus-article-edit-part): Disable undo.
13143
13144 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13147         gnus-article-date-lapsed-new-header is t if date timer is active;
13148         skip headers in which the original date value is empty.
13149         (gnus-article-save-original-date): Redefine it as a macro.
13150         (gnus-display-mime): Use it.
13151
13152 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-art.el (article-date-ut): Support converting date in
13155         forwarded parts as well.
13156         (gnus-article-save-original-date): New function.
13157         (gnus-display-mime): Use it.
13158
13159 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13160
13161         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13162         enclosure element of <item>.
13163
13164 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * message.el (message-kill-buffer-query): Renamed from
13167         `message-kill-buffer-query-if-modified'.  Added :version.
13168
13169 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13172         window layout.
13173
13174 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mml.el: Autoload dnd when compiling.
13177
13178 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13179
13180         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13181         x-dnd-*.
13182
13183 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * qp.el (quoted-printable-encode-region): Save excursion.
13186
13187 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13188
13189         * message.el (message-kill-buffer-query-if-modified): Add new variable
13190         so the user can kill a modified message buffer quickly.
13191         (message-kill-buffer): Use it.
13192
13193 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * lpath.el: Fbind display-time-event-handler; don't fbind
13196         string-to-multibyte.
13197
13198         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13199
13200 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13203         contained in text because xml.el decodes entities) with LFs.
13204
13205 2005-04-11  Lute Kamstra  <lute@gnu.org>
13206
13207         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13208         differently.
13209
13210 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13211
13212         * mm-util.el (mm-detect-coding-region): Typo.
13213
13214 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13215
13216         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13217
13218 2005-04-06  Deepak Goel  <deego@gnufans.org>
13219
13220         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13221         user-function allow user modifications of the scores.
13222         (spam-stat-score-buffer-user): New function, to allow
13223         user-computed modifications to the score.
13224         (spam-stat-score-buffer-user-functions): List of additional
13225         scoring functions.
13226         (spam-stat-error-holder): Global temporary error holder.
13227         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13228         variable.
13229
13230 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13231
13232         * gnus-registry.el (gnus-registry-clean-empty-function)
13233         (gnus-registry-trim, gnus-registry-fetch-groups)
13234         (gnus-registry-delete-group): Groups that match
13235         `gnus-registry-ignored-groups' are removed from the registry
13236         entries, not just ignored for splitting.  This helps clean up the
13237         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13238         to get all the groups a message ID is in.
13239
13240         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13241         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13242         (spam-stat-score-buffer-user-functions): Add :number custom type.
13243
13244 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13247         argument in XEmacs.
13248
13249         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13250         (nnrss-request-group): Decode group name first.
13251         (nnrss-request-article): Make a text/plain article if mml-to-mime
13252         failed.
13253         (nnrss-get-encoding): Return a compatible encoding according to
13254         nnrss-compatible-encoding-alist.
13255         (nnrss-find-el): Use consp instead of listp.
13256         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13257
13258 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13259
13260         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13261         which Emacs 20 doesn't support.
13262         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13263
13264 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13267         silence the byte compiler inside the defun.
13268
13269         * gnus-demon.el (parse-time-string): Add autoload.
13270
13271         * gnus-delay.el (parse-time-string): Add autoload.
13272
13273         * gnus-art.el (parse-time-string): Add autoload.
13274
13275         * nnultimate.el (parse-time): Require for `parse-time-string'.
13276
13277 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13278
13279         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13280
13281         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13282
13283         * smime.el (smime-ldap-host-list): Add :version.
13284
13285 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13288         pass it to `gnus-browse-read-group'.
13289         (gnus-browse-read-group): Add NUMBER argument and pass it to
13290         `gnus-group-read-ephemeral-group'.
13291
13292         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13293         argument and pass it to `gnus-group-read-group'.
13294
13295 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13296
13297         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13298         mm-xemacs-find-mime-charset-1 if we have the mule feature
13299         available at runtime.
13300
13301 2005-03-25  Werner Lemberg  <wl@gnu.org>
13302
13303         * nnmaildir.el: Replace `illegal' with `invalid'.
13304
13305 2005-03-23  Lute Kamstra  <lute@gnu.org>
13306
13307         * time-date.el: Add comment on time value formats.
13308         Don't require parse-time.
13309         (with-decoded-time-value): New macro.
13310         (encode-time-value): New function.
13311         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13312         (days-to-time): Return a valid time value when arg is huge.
13313         (time-since): Use time-subtract.
13314         (time-to-number-of-days): Use time-to-seconds.
13315
13316 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13317
13318         * gnus-start.el (gnus-display-time-event-handler):
13319         Check display-time-timer at runtime rather than only at load time
13320         in case display-time-mode is turned off in the mean time.
13321
13322 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13325         used.
13326
13327         * nneething.el (nneething-map-file-directory): Derive from
13328         `gnus-directory'.
13329
13330         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13331         the To/Cc button.
13332
13333 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * nnmaildir.el (nnmaildir-request-accept-article):
13336         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13337
13338 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13339
13340         * gnus-async.el: Require timer-funcs at compile time when in
13341         XEmacs for `run-with-idle-timer'.
13342
13343 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13344
13345         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13346         autoloaded function.
13347
13348 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13349
13350         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13351
13352 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13353
13354         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13355
13356 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13357
13358         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13359         gnus-expert-user to default.
13360
13361 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13362
13363         * nnimap.el (nnimap-open-server): Ditto.
13364
13365         * imap.el (imap-authenticate): Fix typo.
13366
13367 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13368
13369         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13370         buffer (since IMAP server might return FETCH response out of
13371         order, and the nntp buffer must be sorted).
13372
13373 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13374
13375         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13376         comparison on string.
13377
13378         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13379         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13380         (gnus-agent-summary-fetch-series): Modified to protect against
13381         gnus-agent-summary-fetch-group clearing processable flags.
13382         (gnus-agent-synchronize-group-flags): Update live group buffer as
13383         synchronization may occur due to the user toggle the plugged
13384         status.
13385         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13386         successfully downloaded.
13387         (gnus-agent-expire-group-1): Avoid using markers when the overview
13388         is in ascending order; greatly improves performance.
13389         (gnus-agent-regenerate-group): Use
13390         gnus-agent-synchronize-group-flags to reset read status in both
13391         gnus and server.
13392         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13393
13394 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * message.el: Don't autoload former message-utils variables.
13397         (message-strip-subject-trailing-was): Change doc string.
13398
13399         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13400         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13401         (nnweb-google-search): Add "hl=en" here.
13402         (nnweb-google-parse-1, nnweb-google-create-mapping):
13403         Don't hardcode URL.
13404
13405 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13406
13407         * message.el (message-get-reply-headers, message-followup):
13408         Mention related variables `message-use-followup-to' and
13409         `message-use-mail-followup-to', in the information buffer.
13410
13411         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13412         of broken groups(-beta).google.com.
13413
13414 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13415
13416         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13417         parameter to invoked gnus-request-move-article; remove the
13418         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13419         all at once instead of once per article.
13420         (gnus-summary-remove-process-mark): Accept a list of articles as
13421         well as a single article for processing.
13422
13423         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13424         parameter.
13425
13426         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13427
13428         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13429
13430         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13431         parameter.
13432
13433         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13434         parameter.
13435
13436         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13437         parameter and remove the gnus-sum-hint-move-is-internal variable.
13438
13439         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13440         parameter.
13441
13442         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13443         parameter.
13444
13445         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13446         parameter.
13447
13448         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13449
13450         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13451         parameter.
13452
13453         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13454         parameter.
13455
13456 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13457
13458         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13459         a more conservative way.
13460
13461 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13462
13463         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13464         buffer, so it moves the window's cursor.
13465
13466 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13467
13468         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13469         `mm-dissect-multipart' and receive the from field as an (optional)
13470         argument from `mm-dissect-multipart'.
13471         (mm-dissect-multipart): Receive the from field as an argument and
13472         pass it on when we call `mm-dissect-buffer' on MIME parts.
13473         Fixes verification/decryption of signed/encrypted MIME parts.
13474
13475 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13476
13477         * gnus-sum.el (gnus-summary-move-article): Set
13478         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13479         whatever it calls (right now, only nnimap-request-move article
13480         respects it).
13481
13482         * nnimap.el (nnimap-request-move-article): When
13483         gnus-sum-hint-move-is-internal is set, don't do the extra
13484         nnimap-request-article.
13485
13486 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13489
13490         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13491         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13492
13493         * gnus-sum.el (gnus-summary-caesar-message):
13494         Apply `gnus-treat-article' after rotation.
13495
13496         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13497         doc string.
13498
13499 2005-02-22  Simon Josefsson  <jas@extundo.com>
13500
13501         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13502         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13503         <arne@arnested.dk>.
13504         (encrypt): Add password-cache and password-cache-expiry as group
13505         members.
13506
13507 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13508
13509         * smime.el (smime-ldap-host-list): Doc fix.
13510         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13511         cache) password.
13512         (smime-sign-region): Use it.
13513         (smime-decrypt-region): Use it.
13514         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13515         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13516         fails.
13517         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13518         certificate from DER to PEM format rather than calling openssl.
13519
13520         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13521
13522         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13523         for signing/encryption.
13524
13525         * mml.el (mml-parse-1): Use them.
13526
13527 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13528
13529         * nnrss.el (nnrss-verbose): Removed.
13530         (nnrss-request-group): Use `nnheader-message' instead.
13531
13532 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13533
13534         * nnrss.el (nnrss-verbose): New variable.
13535         (nnrss-request-group): Make it say nnrss is requesting a group.
13536
13537 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13540         Handle news URL with given port correctly.
13541
13542 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13545         containing special characters.
13546
13547         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13548
13549         * mml.el (mime-to-mml): Ditto.
13550
13551         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13552         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13553         (rfc2047-decode-region): Quote decoded words containing special
13554         characters when rfc2047-quote-decoded-words-containing-tspecials
13555         is non-nil.
13556
13557 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13558
13559         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13560
13561         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13562
13563 2005-02-15  Simon Josefsson  <jas@extundo.com>
13564
13565         * nnimap.el (nnimap-debug): Doc fix.
13566
13567         * imap.el (imap-debug): Doc fix.
13568
13569 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13572
13573 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13574
13575         * gnus.el (spam-contents): Improve docs for spam-contents
13576         parameter in its variable incarnation.
13577
13578 2005-02-14  Simon Josefsson  <jas@extundo.com>
13579
13580         * smime-ldap.el: Use require instead of load-library for ldap.
13581         (smime-ldap-search): Indent.
13582         (smime-ldap-search-internal): Shorten line.
13583
13584         * smime.el (smime-cert-by-dns): Add doc-string.
13585         (smime-cert-by-ldap-1): Indent.
13586
13587         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13588         mml-smime-get-dns-ldap.
13589         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13590
13591 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13592
13593         * smime.el: Require smime-ldap.
13594         (smime-ldap-host-list): New variable.
13595         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13596
13597         * mml-smime.el (mml-smime-encrypt-query): New function.
13598         (mml-smime-encrypt-query): Use it.
13599
13600         * smime-ldap.el: New file.
13601
13602 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13605
13606 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13607
13608         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13609         argument in doc string.  Make query for type more clear.
13610
13611 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * gnus.el (gnus-group-startup-message): Search for gnus images in
13614         etc/images/gnus.
13615         * mm-util.el (mm-image-load-path): Likewise.
13616         * smiley.el (smiley-data-directory): Search for smilies in
13617         etc/images/smilies.
13618
13619 2005-02-09  Kim F. Storm  <storm@cua.dk>
13620
13621         Change Emacs release version from 21.4 to 22.1 throughout.
13622         Change Emacs development version from 21.3.50 to 22.0.50.
13623
13624 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13627
13628         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13629         non-Mule XEmacs as well.
13630         (mm-decompress-buffer): Signal an error intentionally if it does
13631         not decompress compressed data because auto-compression-mode is
13632         disabled.
13633
13634 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13635
13636         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13637         an ID in the registry even if it has no groups.
13638
13639 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13642         merge it into mm-decompress-buffer.
13643         (gnus-mime-copy-part): Use the MIME part charset, the value which
13644         a user specified or gnus-newsgroup-charset for decoding, like
13645         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13646         save-buffer what was used.  Suggested by Kevin Ryde
13647         <user42@zip.com.au>.
13648         (gnus-mime-inline-part): Allow the name parameter as well as the
13649         filename parameter; force decompressing of compressed data; always
13650         display contents being not decoded as unibyte.
13651
13652         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13653         as well as the filename parameter.
13654
13655         * mm-util.el (mm-decompress-buffer): Merge
13656         gnus-mime-jka-compr-maybe-uncompress.
13657         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13658         of compressed data.
13659
13660 2005-02-08  Simon Josefsson  <jas@extundo.com>
13661
13662         * imap.el (imap-log): Doc fix.
13663
13664 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13667         the coding cookies; decompress compressed parts.
13668
13669         * mml.el (mml-generate-mime-1): Add the charset parameter according
13670         to the value which a user specified manually or the coding cookie.
13671
13672         * mm-util.el (mm-string-to-multibyte): New function.
13673         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13674         (mm-coding-system-to-mime-charset): New function.
13675         (mm-decompress-buffer): New function.
13676         (mm-find-buffer-file-coding-system): New function.
13677
13678         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13679         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13680         parts.
13681
13682 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13683
13684         * mm-view.el (mm-display-inline-fontify): Decode a part according
13685         to the charset parameter.
13686
13687 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13690         prefix arg is neither nil nor a number, as info specifies.
13691
13692 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13695         timestamps.
13696
13697 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13698
13699         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13700         groups error checking and notify user.
13701
13702 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13703
13704         * message.el (message-send-mail-function): Check existence of
13705         sendmail-program first before using default value
13706         `message-send-mail-with-sendmail'.  Otherwise use more generic
13707         `smtpmail-send-it'.
13708
13709 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * nntp.el (nntp-request-update-info): Always return nil.
13712
13713 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13714
13715         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13716
13717 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13718
13719         * message.el (message-beginning-of-line): Change the behavior when
13720         invoked between BOL and : so that it first moves backward.
13721
13722 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13725         article buffer when editing of the article is discarded.
13726         (gnus-article-prepare): Revert.
13727
13728 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * gnus-art.el (gnus-article-prepare):
13731         Remove message-strip-forbidden-properties from the local hook.
13732
13733 2005-01-27  Simon Josefsson  <jas@extundo.com>
13734
13735         * password.el (password-cache-add): Only start one timer per key.
13736         Reported by Derek Atkins <warlord@MIT.EDU>.
13737
13738 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13739
13740         * run-at-time.el: Removed.  It is no longer needed as
13741         timer-funcs.el in the xemacs-base package has a working version of
13742         `run-at-time'.
13743
13744         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13745
13746         * password.el: Require timer-funcs instead of run-at-time in
13747         XEmacs.
13748         Remove `password-run-at-time' macro.
13749         (password-cache-add): Use `run-at-time' instead of
13750         `password-run-at-time'.
13751
13752         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13753         Remove `nnheader-cancel-function-timers' alias,
13754         `cancel-function-timers' exists in XEmacs in timer-funcs.
13755
13756         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13757         for `run-with-idle-timer'.
13758
13759         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13760         for `run-at-time'.
13761
13762         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13763         for `with-timeout'.
13764
13765         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13766         the same as for XEmacs 21.4.
13767         No need to ignore `run-with-idle-timer', this function exists in
13768         XEmacs now in timer-funcs.el in the xemacs-base package.
13769         (dgnushack-compile): No need to delete
13770         run-at-time.el from the list of files to compile because it
13771         doesn't exist anymore.
13772
13773 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13776         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13777
13778 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13779
13780         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13781         sensitively.
13782
13783 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13784
13785         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13786
13787 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13790         which will be inserted according to the multibyteness of a buffer
13791         rather than the type of contents.  Suggested by ARISAWA Akihiro
13792         <ari@mbf.ocn.ne.jp>.
13793
13794         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13795         of string which old xml.el may return rather than a string.
13796
13797 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13800
13801 2005-01-16  Simon Josefsson  <jas@extundo.com>
13802
13803         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13804         idn/idna.el isn't available.
13805         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13806         <michael@waxrat.com>.
13807
13808         * hashcash.el: Remove non-FSF copyright header.
13809
13810         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13811         (hashcash-generate-payment): Use it.
13812         (hashcash-generate-payment-async): Use it.
13813
13814 2005-01-15  Simon Josefsson  <jas@extundo.com>
13815
13816         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13817         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13818
13819         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13820         gnus-summary-idna-message.
13821         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13822         (gnus-summary-idna-message): New function.
13823
13824 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13825
13826         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13827         gnus-novice-user.
13828
13829 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * nnrss.el (nnrss-request-delete-group): Delete entries in
13832         nnrss-group-alist as well.
13833         (nnrss-save-server-data): Insert newline.
13834
13835 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13836
13837         * gnus.el (gnus-user-agent): Use list of symbols instead of
13838         symbols.  Display full version number for (S)XEmacs.  Optionally
13839         display (S)XEmacs codename.
13840
13841         * gnus-util.el (gnus-emacs-version): Update for new
13842         `gnus-user-agent'.
13843
13844         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13845         Gnus version.
13846
13847 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13850         which is unreadable in some setups.
13851
13852 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * gnus-spec.el (gnus-update-format-specifications): Flush the
13855         group format spec cache if it doesn't support decoded group names.
13856
13857 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13858
13859         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13860         Allow to apply decay on score files matching a regexp.
13861
13862 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13865         compatibility in %g and %c.
13866
13867 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13870         name for only %g and %c.
13871         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13872         of gnus-tmp-group to decoded group name.
13873         (gnus-group-make-rss-group): Exclude `/'s from group names.
13874
13875 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * nnrss.el (nnrss-get-encoding): Fix regexp.
13878
13879 2004-12-27  Simon Josefsson  <jas@extundo.com>
13880
13881         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13882         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13883         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13884
13885 2004-12-17  Kim F. Storm  <storm@cua.dk>
13886
13887         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13888
13889         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13890
13891 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13892
13893         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13894
13895 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * nnrss.el: Require rfc2047 and mml.
13898         (nnrss-file-coding-system): New variable.
13899         (nnrss-format-string): Redefine it as an inline function.
13900         (nnrss-decode-group-name): New function.
13901         (nnrss-string-as-multibyte): Remove.
13902         (nnrss-retrieve-headers): Decode group name; don't use
13903         nnrss-format-string.
13904         (nnrss-request-group): Decode group name.
13905         (nnrss-request-article): Decode group name; allow a Message-ID as
13906         well as an article number; don't use nnrss-format-string; encode a
13907         Message-ID string which may contain non-ASCII characters; use
13908         mml-to-mime to compose a MIME article.
13909         (nnrss-request-expire-articles): Decode group name.
13910         (nnrss-request-delete-group): Decode group name.
13911         (nnrss-fetch): Clarify error message.
13912         (nnrss-read-server-data): Use insert-file-contents instead of load;
13913         bind file-name-coding-system; use multibyte buffer.
13914         (nnrss-save-server-data): Bind coding-system-for-write to the
13915         value of nnrss-file-coding-system; bind file-name-coding-system;
13916         add coding cookie.
13917         (nnrss-read-group-data): Use insert-file-contents instead of load;
13918         bind file-name-coding-system; use multibyte buffer.
13919         (nnrss-save-group-data): Bind coding-system-for-write to the
13920         value of nnrss-file-coding-system; bind file-name-coding-system.
13921         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13922         make it work with non-ASCII text.
13923         (nnrss-find-el): Make it work with old xml.el as well.
13924
13925 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13926
13927         * nnrss.el (nnrss-get-encoding): New function.
13928         (nnrss-fetch): Use unibyte buffer initially; bind
13929         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13930         decode contents according to the encoding attribute.
13931         (nnrss-save-group-data): Add coding cookie.
13932         (nnrss-mime-encode-string): New function.
13933         (nnrss-check-group): Use it to encode subject and author.
13934
13935 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13936
13937         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13938         imaginary variable.
13939
13940 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13943         correctly even if there are wide characters.
13944
13945 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13946
13947         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13948         downcased symbol names; make a new cache instead of reusing
13949         bbdb-hashtable.
13950
13951 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13954         concatenating segments rather than before concatenating them.
13955         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13956
13957         * message.el (message-get-reply-headers): Bind `extra'.
13958
13959 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13960
13961         * message.el (message-extra-wide-headers): New variable.
13962         (message-get-reply-headers): Use it.
13963
13964 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13965
13966         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13967         (gnus-agent-group-pathname): Ditto.
13968
13969         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13970
13971         * gnus-group.el (gnus-group-make-group): Decode group name.
13972         (gnus-group-make-rss-group): Register the group data after opening
13973         the nnrss group.
13974
13975 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13976
13977         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13978         by expiry now get marked as read.
13979
13980 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13983
13984 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13985
13986         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13987         unify Latin characters in XEmacs.
13988         (mm-find-mime-charset-region): Use it.
13989
13990 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gnus-util.el (gnus-delete-directory): New function.
13993
13994         * gnus-agent.el (gnus-agent-delete-group): Use it.
13995
13996         * gnus-cache.el (gnus-cache-delete-group): Use it.
13997
13998 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13999
14000         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14001         names.
14002
14003 2004-12-16  Simon Josefsson  <jas@extundo.com>
14004
14005         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14006
14007 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14010
14011         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14012         (gnus-group-set-current-level): Decode group name.
14013
14014 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14015
14016         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14017         failed.
14018
14019 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-group.el (gnus-group-delete-group): Decode group name.
14022         (gnus-group-make-rss-group): Encode group name.
14023         (gnus-group-catchup-current): Decode group name.
14024         (gnus-group-kill-group): Decode group name.
14025
14026 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14027
14028         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14029
14030 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * gnus-group.el (gnus-group-make-rss-group):
14033         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14034
14035         * gnus-start.el (gnus-setup-news): Honor user's setting to
14036         gnus-message-archive-method.  Suggested by Lute Kamstra
14037         <lute@gnu.org>.
14038
14039 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14040
14041         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14042         global counterparts of the buffer-local variables.
14043
14044 2004-11-16  Romain Francoise  <romain@orebokech.com>
14045
14046         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14047         counterparts of the buffer-local variables.
14048
14049 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14050
14051         * message.el (message-forbidden-properties): Fixed typo in doc
14052         string.
14053
14054 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * gnus-util.el (gnus-replace-in-string): Added doc string.
14057
14058         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14059         to avoid problems when splitting mails with many recipients.
14060
14061 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14062
14063         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14064         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14065
14066 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14067
14068         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14069         if there is no hashtable in memory or file modification time is
14070         newer than cached timestamp.
14071
14072 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14073
14074         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14075         not-matching option.
14076
14077 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14080         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14081         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14082         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14083         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14084         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14085
14086 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * message.el (message-forward-make-body-mml): Remove headers
14089         according to message-forward-ignored-headers if a message is decoded.
14090
14091 2004-12-02  Romain Francoise  <romain@orebokech.com>
14092
14093         * message.el (message-forward-make-body-plain): Always remove
14094         headers according to message-forward-ignored-headers.
14095
14096 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14097
14098         * spam.el (spam-summary-prepare-exit): Remove the
14099         gnus-summary-limit pop for now, it has problems with ham marks for
14100         me.
14101
14102 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14103
14104         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14105         correctly.
14106
14107 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14108
14109         * format-spec.el (format-spec): Message the char.
14110
14111 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14112
14113         * gnus-art.el (gnus-split-methods): Reformat comments.
14114
14115         * spam.el (spam-summary-prepare-exit): Remove article limits
14116         before exiting the summary buffer.
14117
14118 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14121         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14122
14123         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14124         order to silence the byte compiler.
14125
14126         * spam.el: Fix the way to silence the byte compiler, which
14127         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14128         bbdb-search-simple, spam-BBDB-register-routine,
14129         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14130         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14131         spam-stat-buffer-is-spam, spam-stat-load,
14132         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14133         spam-stat-save and spam-stat-split-fancy.
14134
14135 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14138         which may confuse users.
14139         (canlock-password-for-verify): Ditto.
14140
14141         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14142
14143         * gnus-art.el (gnus-emphasis-alist): Ditto.
14144
14145         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14146
14147         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14148
14149         * gnus-start.el (gnus-save-killed-list): Ditto.
14150
14151         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14152         (gnus-sum-thread-tree-root): Ditto.
14153         (gnus-sum-thread-tree-false-root): Ditto.
14154         (gnus-sum-thread-tree-single-indent): Ditto.
14155
14156         * message.el (message-courtesy-message): Ditto.
14157         (message-archive-note): Ditto.
14158         (message-subscribed-address-file): Ditto.
14159         (message-user-fqdn): Ditto.
14160
14161         * spam-report.el (spam-report-gmane-regex): Ditto.
14162
14163         * spam.el (spam-blackhole-good-server-regex): Ditto.
14164
14165 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14166
14167         * mml.el (mml-preview): Widen the message buffer before copying
14168         the contents to the preview buffer; sort headers before previewing.
14169
14170         * message.el (message-hidden-headers): Fix the way to avoid a bug
14171         in the `repeat' widget in Emacs 21.3 or earlier.
14172
14173 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * message.el (message-hidden-headers): Default to "^References:".
14176         Improve customization type.  Suggested by Reiner Steib
14177         <Reiner.Steib@gmx.de>.
14178
14179 2004-11-25  Romain Francoise  <romain@orebokech.com>
14180
14181         * message.el (message-strip-forbidden-properties): Remove check for
14182         obsolete `message-hidden' text property, hidden headers are not
14183         accessible in the buffer anymore.
14184
14185 2004-11-22  Romain Francoise  <romain@orebokech.com>
14186
14187         * message.el (message-header-format-alist): Add `From' in list
14188         so that it can be sorted.
14189         (message-fix-before-sending): Widen and sort headers before
14190         sending.
14191         (message-hide-headers): Use narrowing to hide headers by moving
14192         them to the top of the buffer and narrowing to the region
14193         underneath.
14194
14195 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14196
14197         * message.el (message-strip-forbidden-properties): Bind
14198         buffer-read-only (etc) to nil.
14199
14200 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14203         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14204
14205 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14206
14207         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14208
14209 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14210
14211         * dns.el (query-dns): Use sit-for to time instead of
14212         accept-process-output, since that doesn't seem to work on udp
14213         sockets.
14214
14215 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14218
14219 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14220
14221         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14222         doc string.  Improve doc string.
14223
14224 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * nntp.el (nntp-request-update-info): Return nil if
14227         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14228         may not call gnus-activate-group which uselessly issues the GROUP
14229         commands for all nntp groups and wastes time.  Reported by Romain
14230         Francoise <romain@orebokech.com>.
14231
14232         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14233
14234 2004-11-15  Simon Josefsson  <jas@extundo.com>
14235
14236         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14237         headers separately.
14238         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14239         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14240
14241 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * gnus-start.el (gnus-convert-old-newsrc):
14244         Assign legacy-gnus-agent to 5.10.7.
14245
14246 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14247
14248         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14249         start of the lines.
14250
14251 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14252
14253         * hashcash.el (hashcash-default-payment): Change default to 20.
14254         (hashcash-default-accept-payment): Change default to 20.
14255         (hashcash-process-alist): New variable.
14256         (hashcash-generate-payment-async): Add.
14257         (hashcash-already-paid-p): Add.
14258         (hashcash-insert-payment): Don't generate payments twice.
14259         (hashcash-insert-payment-async): Add.
14260         (hashcash-insert-payment-async-2): Add.
14261         (hashcash-cancel-async): Add.
14262         (hashcash-wait-async): Add.
14263         (hashcash-processes-running-p): Add.
14264         (hashcash-wait-or-cancel): Add.
14265         (mail-add-payment): New optional argument.  Conditionally start
14266         asynchronous calculation.
14267         (mail-add-payment-async): Add.
14268
14269         * message.el (message-send-mail): Wait for asynchronous hashcash
14270         results.  Don't clobber existing X-Hashcash headers.
14271         (message-setup-1): Call mail-add-payment-async when
14272         message-generate-hashcash is non-nil.
14273
14274 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14275
14276         * message.el (message-use-alternative-email-as-from): Examine the
14277         From header as well; use message-make-from in order to include a
14278         user's full name.
14279
14280 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14283         default; improve customization type.
14284         (gnus-emphasis-custom-with-format): New macro.
14285         (gnus-emphasis-custom-value-to-external): New function.
14286         (gnus-emphasis-custom-value-to-internal): New function.
14287
14288 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14289
14290         * dns.el (query-dns): Resolve reverse addresses.
14291
14292 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14293
14294         * gnus-group.el (gnus-group-get-new-news): Use it.
14295
14296         * gnus-start.el (gnus-check-reasonable-setup): New function.
14297
14298 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14301         "Args out of range" error.  Reported by Arnaud Giersch
14302         <arnaud.giersch@free.fr>.
14303
14304 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14305
14306         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14307
14308 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14309
14310         * spam.el (spam group): Add :version.
14311
14312         * pgg-def.el (pgg group): Add :version.
14313
14314 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-art.el (gnus-article-edit-article): Don't associate the
14317         article buffer with a draft file.  This is a temporary measure
14318         against the 2004-08-22 change to gnus-article-edit-mode.
14319
14320 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14323         (html2text-format-tags): Remove unused variable `attr'.
14324
14325 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14328
14329         * tls.el (tls-process-connection-type, tls-success)
14330         (tls-certtool-program): Add :version.
14331
14332         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14333         (starttls-extra-arguments, starttls-process-connection-type)
14334         (starttls-connect, starttls-failure, starttls-success): Add :version.
14335
14336         * spam-stat.el (spam-stat): Add :version.
14337
14338         * sieve.el (sieve): Add :version.
14339
14340         * sha1.el (sha1): Add :version.
14341         (sha1-use-external): Remove redundant version.
14342
14343         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14344         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14345         (nnmail-split-fancy-match-partial-words)
14346         (nnmail-split-lowercase-expanded): Add :version.
14347
14348         * nndiary.el (nndiary): Add :version.
14349
14350         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14351
14352         * mml-sec.el (mml-default-sign-method)
14353         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14354         Add :version.
14355
14356         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14357
14358         * mm-url.el (mm-url-use-external, mm-url-program)
14359         (mm-url-arguments): Add :version.
14360
14361         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14362         (mm-attachment-file-modes, mm-decrypt-option)
14363         (mm-w3m-safe-url-regexp): Add :version.
14364
14365         * message.el (message-cite-prefix-regexp)
14366         (message-sendmail-envelope-from, message-minibuffer-local-map)
14367         (message-user-fqdn, message-completion-alist): Add :version.
14368
14369         * gnus-win.el (gnus-configure-windows-hook)
14370         (gnus-use-frames-on-any-display): Add :version.
14371
14372         * gnus-art.el (gnus-article-address-banner-alist)
14373         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14374         (gnus-treat-from-picon, gnus-treat-mail-picon)
14375         (gnus-treat-x-pgp-sig): Add :version.
14376
14377         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14378         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14379         (gnus-summary-article-delete-hook)
14380         (gnus-summary-display-while-building): Add :version.
14381
14382         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14383         (gnus-get-top-new-news-hook): Add :version.
14384
14385         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14386         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14387
14388         * gnus-registry.el (gnus-registry): Add :version.
14389
14390         * gnus-spec.el (gnus-use-correct-string-widths)
14391         (gnus-make-format-preserve-properties): Add :version.
14392
14393         * gnus.el (gnus-group-charter-alist)
14394         (gnus-group-fetch-control-use-browse-url)
14395         (gnus-install-group-spam-parameters): Add :version.
14396
14397         * gnus-diary.el (gnus-diary): Add :version.
14398
14399         * gnus-delay.el (gnus-delay): Add :version.
14400
14401         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14402         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14403         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14404         Add :version.
14405
14406         * gnus-agent.el (gnus-agent-max-fetch-size)
14407         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14408         (gnus-agent-prompt-send-queue): Add :version.
14409
14410         * deuglify.el (gnus-outlook-deuglify): Add :version.
14411
14412         * html2text.el: Beautify code.  Improve doc strings.  Some
14413         checkdoc cleanup.
14414         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14415
14416 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14417
14418         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14419
14420 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14421
14422         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14423         when package is loaded.
14424
14425         * spam.el (spam-summary-score-preferred-header): Add global preference
14426         for people who want to override the default SpamAssassin over
14427         Bogofilter preference (when both are set).
14428         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14429         (spam-user-format-function-S): Check
14430         spam-summary-score-preferred-header.
14431         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14432         (spam-user-format-function-S): Format the score correctly.
14433
14434 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14435
14436         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14437         signature file.  Suggested by Manoj Srivastava
14438         <srivasta@golden-gryphon.com>.
14439
14440         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14441         iso-2022-jp even in the Japanese language environment.
14442         Suggested by Jason Rumney <jasonr@gnu.org>.
14443
14444 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14447         use the same characters as the dummy marks; make it free from
14448         getting affected by the language environment.
14449         (gnus-summary-read-group-1): Update mark positions only when the
14450         format spec is updated.
14451
14452         * gnus-spec.el (gnus-update-format-specifications): Return a list
14453         of updated types.
14454
14455 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14458         of boundp to check if display-warning is available.
14459
14460 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14461
14462         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14463
14464 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * nnspool.el (nnspool-spool-directory): Use news-path if the
14467         news-directory variable is not bound.
14468
14469         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14470         function instead of display-warning if it is not available.
14471
14472 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14475         v5-10: Use `point-at-bol'.
14476
14477 2004-10-26  Simon Josefsson  <jas@extundo.com>
14478
14479         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14480         <chenggao@gmail.com>.
14481
14482 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14483
14484         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14485         instead.
14486
14487 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14488
14489         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14490         to remove a server from the nnimap-server-buffer-alist.
14491         (nnimap-open-connection, nnimap-close-server): Use it.
14492
14493         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14494
14495 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14498         running the major-mode function.
14499
14500 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14503         dummy marks in the right way.
14504
14505 2004-10-18  David Edmondson  <dme@dme.org>
14506
14507         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14508         excessively.
14509
14510 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14511
14512         * gnus-util.el (gnus-split-references): Accept a nil references
14513         string and go on blissfully.
14514
14515         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14516         cases where the references string is non-nil but has no references.
14517
14518         * encrypt.el: Add autoload tags.
14519
14520         * spam.el (spam-resolve-registrations-routine): Remove article
14521         from unregistration list too.  Reported by David Hanak
14522         <dhanak@isis.vanderbilt.edu>
14523
14524 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14525
14526         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14527         nil.  Changed custom type.
14528
14529 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14530
14531         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14532
14533         * gnus-sum.el (gnus-summary-move-article): Use it.
14534
14535 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14536
14537         * encrypt.el: Add autoload cookies.
14538
14539         * spam.el (spam-backend-article-list-property)
14540         (spam-backend-get-article-todo-list)
14541         (spam-backend-put-article-todo-list)
14542         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14543         Resolve registrations separately.
14544         (spam-register-routine): Format comments.
14545         (spam-unregister-routine, spam-register-routine): Always call with
14546         specific-articles, no default list.
14547         (spam-summary-prepare-exit): Use the spam-classifications function.
14548
14549         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14550         gnus-encrypt.el.
14551
14552         * encrypt.el: Copied from gnus-encrypt.el.
14553
14554         * gnus-encrypt.el: Commented that it's obsolete.
14555
14556 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14557
14558         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14559         (gnus-score-save): Use it.
14560
14561         * message.el (message-bury): Use `window-dedicated-p'.
14562
14563 2004-10-15  Simon Josefsson  <jas@extundo.com>
14564
14565         * pop3.el (top-level): Don't require nnheader.
14566         (pop3-read-timeout): Add.
14567         (pop3-accept-process-output): Add.
14568         (pop3-read-response, pop3-retr): Use it.
14569
14570 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14571
14572         * spam.el (spam-register-routine): Move comment.
14573         (spam-verify-bogofilter): Use 'unknown for the initial
14574         spam-bogofilter-valid state, not 'never.
14575
14576         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14577         for netrc-machine.
14578
14579         * nnimap.el (nnimap-open-connection): Use
14580         netrc-machine-user-or-password.
14581
14582 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14583
14584         * gnus-registry.el (gnus-registry-unload-hook):
14585         Set as a variable with add-hook.
14586
14587         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14588         of news-path.
14589
14590         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14591
14592         * spam.el: Delete duplicate `provide'.
14593         (spam-unload-hook): Set as a variable with add-hook.
14594
14595 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14596
14597         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14598         in the doc string.
14599
14600         * message.el (message-ignored-news-headers)
14601         (message-ignored-supersedes-headers)
14602         (message-ignored-resent-headers)
14603         (message-forward-ignored-headers): Improve custom type.
14604
14605 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * message.el (message-tokenize-header): Fix 2004-09-06 change
14608         which used point-min in the wrong place.
14609
14610 2004-10-12  Simon Josefsson  <jas@extundo.com>
14611
14612         * tls.el (tls-certtool-program): New variable.
14613         (tls-certificate-information): New function, based on
14614         ssl-certificate-information.
14615
14616 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * compface.el: Move the version of ELisp-based uncompface program
14619         to the contrib directory because of the copyright problem.
14620
14621 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14622
14623         * message.el (message-kill-buffer): Raise the current frame.
14624
14625 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14628
14629         * gnus.el (message-y-or-n-p): Autoload.
14630
14631         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14632         (pop3-password-required, pop3-authentication-scheme)
14633         (pop3-leave-mail-on-server): Made customizable.
14634         (pop3): New custom group.
14635         (pop3-retr): Remove `sleep-for' statements.
14636         Suggested by Dave Love <fx@gnu.org>.
14637
14638         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14639         Windows/DOS.
14640
14641         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14642         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14643         Dave Love <fx@gnu.org>.
14644
14645         * mml.el (mml-minibuffer-read-disposition): Require match.
14646         Suggested by Dave Love <fx@gnu.org>.
14647
14648 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14649
14650         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14651         doc string.
14652
14653 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14656
14657 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14658
14659         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14660         instead of calling `mm-insert-inline', to decode text/* parts
14661         before displaying them.
14662
14663 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * mm-uu.el (mm-uu-text-plain-type): New variable.
14666         (mm-uu-pgp-signed-extract-1): Use it.
14667         (mm-uu-pgp-encrypted-extract-1): Use it.
14668         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14669         bind mm-uu-text-plain-type with that value.
14670         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14671         mm-uu-dissect.
14672
14673 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * gnus-group.el (gnus-update-group-mark-positions):
14676         * gnus-sum.el (gnus-update-summary-mark-positions):
14677         * message.el (message-check-news-body-syntax):
14678         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14679         of string-as-multibyte.
14680
14681 2004-10-05  Juri Linkov  <juri@jurta.org>
14682
14683         * gnus-group.el (gnus-update-group-mark-positions):
14684         * gnus-sum.el (gnus-update-summary-mark-positions):
14685         * message.el (message-check-news-body-syntax):
14686         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14687         8-bit unibyte values to a multibyte string for search functions.
14688
14689 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14692         (mm-uu-dissect-text-parts): New function.
14693
14694         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14695         dissect text parts.
14696
14697         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14698         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14699
14700         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14701
14702         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14703         gnus-current-topics instead of gnus-current-topic.
14704
14705 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14706
14707         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14708
14709 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14710
14711         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14712         where approriate.
14713
14714         * nnml.el (nnml-generate-active-info): do.
14715
14716         * nndiary.el (nndiary-generate-active-info): do.
14717
14718         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14719         (gnus-topic-move): do.
14720
14721         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14722         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14723
14724         * gnus-srvr.el (gnus-server-prepare)
14725         (gnus-server-open-all-servers): do.
14726
14727         * gnus-msg.el (gnus-summary-cancel-article)
14728         (gnus-summary-resend-message)
14729         (gnus-summary-mail-crosspost-complaint): do.
14730
14731         * gnus-move.el (gnus-change-server): do.
14732
14733         * gnus-group.el (gnus-group-unmark-all-groups)
14734         (gnus-group-set-current-level): do.
14735
14736 2004-10-04  Simon Josefsson  <jas@extundo.com>
14737
14738         * message.el (message-generate-hashcash): Doc fix.
14739
14740 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14741
14742         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14743         avoid infinite recursion via gnus-get-function.
14744
14745 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14746
14747         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14748
14749         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14750
14751         * nnmail.el (nnmail-split-history): do.
14752
14753         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14754         (nnml-request-delete-group): do.
14755
14756         * nnslashdot.el (nnslashdot-read-groups): do.
14757
14758         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14759         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14760
14761         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14762         (nnspool-sift-nov-with-sed): Use last.
14763         (nnspool-retrieve-headers-with-nov): Use mapc.
14764         (nnspool-request-newgroups): Use dolist.
14765         (nnspool-request-group): Use last.
14766
14767         * nntp.el (nntp-read-server-type): Use dolist.
14768
14769         * nnvirtual.el (nnvirtual-create-mapping)
14770         (nnvirtual-update-read-and-marked): Use dolist.
14771         (nnvirtual-convert-headers): Simplify.
14772
14773 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14774
14775         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14776         support for sync'ing tick marks.
14777
14778 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14781         there's no visible header.
14782
14783 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14784
14785         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14786         necessary, pass full group name to gnus-request-set-marks.
14787
14788 2004-10-01  Simon Josefsson  <jas@extundo.com>
14789
14790         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14791         acroread.
14792
14793 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14794
14795         * spam-report.el (spam-report-gmane): Fix interactive.
14796
14797         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14798
14799         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14800         when writing file.
14801         (gnus-agent-synchronize-flags): Don't default to being
14802         interactive.
14803
14804 2004-09-30  Simon Josefsson  <jas@extundo.com>
14805
14806         * message.el (message-generate-hashcash): Add.
14807         (message-send-mail): Use it, call mail-add-payment.
14808
14809 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14810
14811         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14812
14813 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14814
14815         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14816         gnus-requst-update-info with explicit code to sync the in-memory
14817         info read flags with the marks being sync'd to the backend.
14818
14819         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14820
14821 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14822
14823         * spam.el (spam-verify-bogofilter): Add new function.
14824         (spam-check-bogofilter)
14825         (spam-bogofilter-register-with-bogofilter): Use it.
14826         (spam-verify-bogofilter): Add small fixes.
14827
14828 2004-09-28  Simon Josefsson  <jas@extundo.com>
14829
14830         * hashcash.el (hashcash-generate-payment): Revert.
14831
14832 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14833
14834         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14835         gnus-extract-references instead of gnus-split-references.
14836
14837         * gnus-util.el (gnus-extract-references): Add new function, analogous
14838         to gnus-split-references but extracts only the message-ID without
14839         anything extra.
14840
14841         * hashcash.el (hashcash-generate-payment)
14842         (hashcash-check-payment): Do the right thing if hashcash-path is
14843         nil (because the hashcash program could not be found).
14844
14845         * spam.el (spam-use-hashcash): Remove comment.
14846
14847 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14848
14849         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14850         (gnus-cache-enter-article, gnus-cache-remove-article)
14851         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14852
14853         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14854
14855         * gnus-art.el (article-hide-boring-headers)
14856         (article-translate-strings, article-display-face)
14857         (gnus-article-mime-match-handle-first)
14858         (gnus-article-highlight-headers)
14859         (gnus-article-add-buttons-to-head): do.
14860
14861 2004-09-27  Simon Josefsson  <jas@extundo.com>
14862
14863         * hashcash.el: New version, from
14864         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14865         ../contrib/.
14866
14867 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14870
14871 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14872
14873         * gnus-dup.el (gnus-dup-open): Use mapc.
14874         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14875
14876         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14877         Reported by Stefan Wiens <s.wi@gmx.net>.
14878
14879         * gnus.el (gnus-shutdown): Use dolist.
14880
14881         * gnus-undo.el (gnus-undo): Use mapc.
14882
14883         * nnrss.el (nnrss-generate-active): do.
14884
14885         * message.el (message-cite-original-without-signature)
14886         (message-cite-original): Use mapc.
14887         (message-do-actions, message-make-forward-subject): Use dolist.
14888
14889 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14890
14891         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14892         deletion to remove entire duplicate line.  Fixes merged article
14893         number bug.
14894
14895 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14896
14897         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14898         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14899         first ask if you want to open a server and then, even when you
14900         responded with no, asking if you want to synchronize the server's
14901         flags.
14902         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14903         multi-line expressions.
14904         (gnus-agent-synchronize-group-flags): New internal function.
14905         Updates marks in memory (in the info structure) AND in the
14906         backend.
14907
14908         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14909
14910         * nnagent.el (nnagent-request-set-mark): Use
14911         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14912         method, to ensure that synchronization updates marks in the
14913         backend and in the info (in memory) structure.
14914
14915 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14918         convention fully; don't miss the root article of a thread; make
14919         the X-Draft-From header with correct article numbers.
14920
14921 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14922
14923         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14924         unless plugged.  Disable the agent so that an open failure causes
14925         an error.
14926
14927         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14928         Reverted 2004-09-21 change.  The backend must be opened while
14929         synchronizing flags even when the backend stores the flags
14930         locally.
14931
14932 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14933
14934         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14935         in `header' match.  Reported by Svend Tollak Munkejord.
14936
14937         * message.el (message-cite-original): Fix use of
14938         `message-cite-articles-with-x-no-archive'.
14939
14940 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14943         (gnus-window-to-buffer): Ditto.
14944
14945         * mml.el (mml-preview-buffer): New variable.
14946         (mml-preview): Manage window layout with gnus-buffer-configuration.
14947
14948         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14949         X-Draft-From header even if those articles aren't quoted.
14950
14951 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14952
14953         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14954         (gnus-request-set-mark, gnus-request-update-mark): Use new
14955         g-s-t-u-l-m to decide to use backend even when unplugged.
14956
14957 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14960         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14961
14962 2004-09-20  Simon Josefsson  <jas@extundo.com>
14963
14964         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14965         "utf-16-le".
14966
14967 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14968
14969         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14970
14971 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14972
14973         * uudecode.el (uudecode-use-external): Add :version.
14974
14975         * smime.el (smime-CA-file, smime-encrypt-cipher)
14976         (smime-dns-server): Add :version.
14977
14978         * smiley.el (gnus-smiley-file-types): Add :version.
14979
14980         * sha1.el (sha1-use-external): Add :version.
14981
14982         * pgg-def.el (pgg-query-keyserver): Add :version.
14983
14984         * nnmail.el (nnmail-fancy-expiry-targets)
14985         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14986         Add :version.
14987
14988         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14989         (nnimap-retrieve-groups-asynchronous): Add :version.
14990         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14991
14992         * mml.el (mml-content-disposition-parameters)
14993         (mml-insert-mime-headers-always): Add :version.
14994
14995         * mm-util.el (mm-coding-system-priorities): Add :version.
14996
14997         * mm-decode.el (mm-inline-text-html-with-images)
14998         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14999         (mm-verify-option): Add :version.
15000         (mm-text-html-renderer): Change :version.
15001
15002         * message.el (message-fcc-externalize-attachments)
15003         (message-required-headers, message-draft-headers)
15004         (message-subject-trailing-was-query)
15005         (message-subject-trailing-was-ask-regexp)
15006         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15007         (message-mark-insert-end, message-archive-header)
15008         (message-archive-note, message-cross-post-default)
15009         (message-cross-post-note, message-followup-to-note)
15010         (message-cross-post-note-function, message-use-mail-followup-to)
15011         (message-subscribed-address-functions)
15012         (message-subscribed-address-file, message-subscribed-addresses)
15013         (message-subscribed-regexps, message-allow-no-recipients)
15014         (message-yank-cited-prefix, message-signature-insert-empty-line)
15015         (message-hidden-headers, message-hierarchical-addresses)
15016         (message-mail-user-agent, message-use-idna)
15017         (message-valid-fqdn-regexp)
15018         (message-strip-special-text-properties, message-header-synonyms)
15019         (message-beginning-of-line, message-tab-body-function): Add :version.
15020         (message-insert-canlock, message-wide-reply-confirm-recipients):
15021         Change :version.
15022
15023         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15024         and :version.
15025         (mail-source-delete-old-incoming-confirm)
15026         (mail-source-movemail-program): Add :version.
15027
15028         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15029         (gnus-agent-cache, gnus-agent): Change :version.
15030
15031         * gnus-util.el (gnus-use-byte-compile): Change :version.
15032
15033         * gnus-sum.el (gnus-summary-make-false-root-always)
15034         (gnus-summary-default-high-score)
15035         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15036         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15037         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15038         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15039         (gnus-sum-thread-tree-single-indent)
15040         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15041         (gnus-sum-thread-tree-leaf-with-other)
15042         (gnus-sum-thread-tree-single-leaf): Add :version.
15043         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15044         (gnus-article-loose-mime): Change :version.
15045
15046         * gnus-start.el (gnus-backup-startup-file)
15047         (gnus-save-startup-file-via-temp-buffer): Add :version.
15048
15049         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15050         (gnus-server-offline-face): Add :version.
15051
15052         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15053
15054         * gnus-msg.el (gnus-gcc-externalize-attachments)
15055         (gnus-debug-files, gnus-debug-exclude-variables)
15056         (gnus-discouraged-post-methods): Change :version.
15057         (gnus-confirm-mail-reply-to-news)
15058         (gnus-confirm-treat-mail-like-news): Add :version.
15059
15060         * gnus-int.el (gnus-server-unopen-status): Add :version.
15061
15062         * gnus-group.el (gnus-group-jump-to-group-prompt)
15063         (gnus-large-ephemeral-newsgroup)
15064         (gnus-fetch-old-ephemeral-headers): Add :version.
15065
15066         * gnus-fun.el (gnus-x-face-directory)
15067         (gnus-convert-pbm-to-x-face-command)
15068         (gnus-convert-image-to-x-face-command)
15069         (gnus-convert-image-to-face-command): Add :version.
15070
15071         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15072
15073         * gnus-cite.el (gnus-cite-blank-line-after-header)
15074         (gnus-article-boring-faces): Add :version.
15075
15076         * gnus-art.el (gnus-buttonized-mime-types)
15077         (gnus-inhibit-mime-unbuttonizing)
15078         (gnus-treat-display-face)
15079         (gnus-treat-body-boundary): Change :version.
15080         (gnus-body-boundary-delimiter, gnus-picon-databases)
15081         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15082         (gnus-treat-date-english, gnus-treat-fold-headers)
15083         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15084         (gnus-treat-mail-picon, gnus-treat-wash-html)
15085         (gnus-article-encrypt-protocol)
15086         (gnus-use-idna, gnus-article-over-scroll)
15087         (gnus-mime-display-multipart-alternative-as-mixed)
15088         (gnus-mime-display-multipart-related-as-mixed)
15089         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15090         (gnus-ctan-url, gnus-button-ctan-handler)
15091         (gnus-button-handle-ctan-bogus-regexp)
15092         (gnus-button-ctan-directory-regexp)
15093         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15094         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15095         (gnus-button-man-level, gnus-button-emacs-level)
15096         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15097
15098         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15099         (gnus-agent-go-online): Change :version.
15100         (gnus-agent-expire-unagentized-dirs)
15101         (gnus-agent-auto-agentize-methods): Add :version.
15102
15103         * flow-fill.el (fill-flowed-display-column)
15104         (fill-flowed-encode-column): Add :version.
15105
15106         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15107         (gnus-outlook-deuglify-unwrap-max)
15108         (gnus-outlook-deuglify-cite-marks)
15109         (gnus-outlook-deuglify-unwrap-stop-chars)
15110         (gnus-outlook-deuglify-no-wrap-chars)
15111         (gnus-outlook-deuglify-attrib-cut-regexp)
15112         (gnus-outlook-deuglify-attrib-verb-regexp)
15113         (gnus-outlook-deuglify-attrib-end-regexp)
15114         (gnus-outlook-display-hook): Add :version.
15115
15116         * binhex.el (binhex-use-external): Add :version.
15117
15118 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15119
15120         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15121         and `invisible'.
15122
15123 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15124
15125         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15126         in gnus-registry-trim.
15127
15128 2004-09-13  Simon Josefsson  <jas@extundo.com>
15129
15130         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15131
15132         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15133
15134         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15135         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15136         <yamaoka@jpl.org>.
15137         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15138         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15139         <yamaoka@jpl.org>.
15140
15141         * sieve.el (sieve-manage-mode): Ditto.
15142
15143 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15144
15145         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15146
15147 2004-09-11  Simon Josefsson  <jas@extundo.com>
15148
15149         * dns-mode.el: Add.
15150
15151         * mm-view.el (mm-display-dns-inline): Add.
15152
15153         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15154         (mm-automatic-display): Ditto.
15155
15156         * mailcap.el (mailcap-mime-data): Add text/dns.
15157         (mailcap-mime-extensions): Map .soa to text/dns.
15158
15159 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15160
15161         * gnus-art.el (article-decode-mime-words, article-babel)
15162         (gnus-article-highlight-signature, gnus-article-add-buttons)
15163         (gnus-signature-toggle): Remove unnecessary bindings of
15164         `inhibit-read-only' inherited from v5.10 merge.
15165
15166 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15167
15168         * nntp.el (nntp): New customization group.
15169         (nntp-authinfo-file): Add customization group.
15170
15171         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15172
15173         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15174
15175         * gnus.el (to-address, to-list, subscribed)
15176         (large-newsgroup-initial): Ditto.
15177
15178         * flow-fill.el (fill-flowed-display-column)
15179         (fill-flowed-encode-column): Ditto.
15180
15181 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15182
15183         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15184         Use point-min rather than 1.
15185         (message-send-mail): Use buffer-size rather than point-max.
15186
15187         * gnus-sum.el (gnus-summary-search-article-forward):
15188         Signal a specific `search-failed' rather than a generic `error'.
15189
15190         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15191         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15192         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15193
15194 2004-09-10  Simon Josefsson  <jas@extundo.com>
15195
15196         * nndb.el (require): Remove tcp and duplicate cl.
15197
15198 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * gnus-agent.el (directory-files-and-attributes): Move forward.
15201
15202 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15203
15204         * gnus-agent.el (directory-files-and-attributes): Optionally
15205         defined to support XEmacs.
15206
15207 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15208
15209         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15210         to avoid run-time CL dependencies.
15211         (gnus-agent-unfetch-articles): New function.
15212         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15213         article numbers even when local .overview file is missing.
15214         (gnus-agent-read-article-number): New function.  Only accepts
15215         27-bit article numbers.
15216         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15217         gnus-agent-read-article-number.
15218         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15219         from backend while recognizing that article numbers in .overview
15220         must be valid.
15221         (gnus-agent-update-files-total-fetched-for): Use
15222         directory-files-and-attributes to improve performance.
15223         * gnus-int.el (gnus-request-move-article): Use
15224         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15225         improve performance.
15226
15227         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15228         some users confused by references to .newsrc when they only have a
15229         .newsrc.eld file.
15230         (gnus-convert-mark-converter-prompt)
15231         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15232         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15233         New function.  Used internally to only display 'gnus converting
15234         files' message when actually necessary.
15235
15236         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15237         methods now autoloaded.
15238
15239 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15242         identifiers.
15243
15244 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * gnus-picon.el: Fix indentation and closing parenthesis.
15247
15248 2004-09-01  Simon Josefsson  <jas@extundo.com>
15249
15250         * message.el (message-canlock-generate): Require sha1, not
15251         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15252         to require within a function.  Sadly, if sha1.el isn't loaded, the
15253         let binding in m-c-g will hide the defcustom definition, which is
15254         bad.)
15255
15256         * canlock.el: Require sha1, not sha1-el.
15257
15258         * message.el: Don't autoload sha1 (there is a autoload cookie in
15259         sha1.el).
15260
15261         * sha1-el.el: Renamed to sha1.el.
15262
15263 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15264
15265         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15266
15267 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15268
15269         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15270
15271 2004-08-30  Kim F. Storm  <storm@cua.dk>
15272
15273         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15274
15275         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15276         Add :group 'nnimap.
15277
15278 2004-08-30  Andreas Schwab  <schwab@suse.de>
15279
15280         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15281         ?* and ?\;.
15282
15283         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15284         and ?\' to symbol instead of whitespace.
15285
15286 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15289
15290         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15291         instead of re-search-forward.
15292
15293         * gnus-uu.el (gnus-uu-save-article): Ditto.
15294         (gnus-uu-post-encode-uuencode): Ditto.
15295
15296         * html2text.el (html2text-clean-list-items): Ditto.
15297         (html2text-clean-dtdd): Ditto.
15298         (html2text-format-tags): Ditto.
15299
15300         * message.el (message-send-mail-with-sendmail): Fix regexp.
15301         (message-fill-field-general): Use search-forward instead of
15302         re-search-forward.
15303         (unbold-region): Ditto.
15304
15305         * nnrss.el (nnrss-request-article): Ditto.
15306
15307         * nnslashdot.el (nnslashdot-request-article): Ditto.
15308
15309         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15310
15311         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15312         "Unrecognized menu descriptor" error in XEmacs.
15313
15314 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15315
15316         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15317         parent article of a sparse article in the thread hashtb.
15318
15319 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15320
15321         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15322         (nnmail-expand-newtext): Lowercase expanded entries if
15323         nnmail-split-lowercase-expanded is non-nil.
15324
15325 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15328
15329         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15330         of gnus-tmp-news-method into string under XEmacs.  It will be
15331         passed to gnus-correct-length which takes only a string argument.
15332
15333 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * gnus-util.el (gnus-bind-print-variables): New macro.
15336         (gnus-prin1): Use it.
15337         (gnus-prin1-to-string): Use it.
15338         (gnus-pp): New function.
15339         (gnus-pp-to-string): New function.
15340
15341         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15342         Replace pp-to-string with gnus-pp-to-string.
15343         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15344         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15345         * gnus-msg.el (gnus-debug): Ditto.
15346         * gnus-score.el (gnus-score-save): Ditto.
15347         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15348         gnus-pp-to-string.
15349         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15350         with gnus-pp.
15351         * score-mode.el (gnus-score-pretty-print): Ditto.
15352         * webmail.el (webmail-debug): Ditto.
15353
15354 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * gnus-art.el (article-display-face, article-display-x-face):
15357         Use buffer-read-only.
15358
15359 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-art.el (article-hide-list-identifiers):
15362         Bind inhibit-read-only as t.
15363
15364 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15365
15366         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15367
15368 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15369
15370         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15371         (gnus-narrow-to-page): Don't assume point-min == 1.
15372         (gnus-article-edit-mode): Derive from message-mode.
15373
15374         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15375         point-min == 1.
15376
15377         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15378         Disable incorrect use of `assert'.
15379
15380         * message.el (message-mode): Set comment-start-skip.
15381
15382
15383 2004-08-22  Sam Steingold  <sds@gnu.org>
15384
15385         * pop3.el (pop3-leave-mail-on-server): New user variable.
15386         (pop3-movemail): Delete mail only when it is nil.
15387
15388 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15389
15390         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15391
15392         * mml.el (mml-preview): Use `pop-to-buffer'.
15393
15394         * message.el (message-goto-mail-followup-to): Insert after "To".
15395         (message-carefully-insert-headers): Add comment.
15396
15397         * gnus.el: Remove unused variable `gnus-article-check-size'.
15398
15399         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15400
15401         * gnus-art.el (gnus-button-alist): Improve
15402         `gnus-button-handle-library' entry.
15403
15404 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15405
15406         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15407         downcase, since XEmacs capitalizes error messages differently.
15408
15409 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15410
15411         * nntp.el: Add (require 'gnus) due to reference to
15412         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15413
15414 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15415
15416         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15417         `mm-fill-flowed'.
15418
15419         * mm-decode.el (mm-dissect-singlepart): Check it.
15420
15421 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15422
15423         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15424         'imap' for netrc parsing.
15425
15426 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15427
15428         * mailcap.el (mailcap-mime-data): Mark as risky.
15429
15430 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15433         may be included in the encoded word.
15434         (rfc2047-encode): Don't append a space if the encoded word
15435         includes close parenthesis.
15436
15437 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15440         of text within parentheses.
15441
15442 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15443
15444         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15445         (gnus-encrypt-write-file-contents): Make the password key the file
15446         name PLUS the cipher, not just the cipher.  Also remove failed
15447         passwords from the cache.
15448
15449 2004-08-06  Simon Josefsson  <jas@extundo.com>
15450
15451         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15452         fix.
15453
15454 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15457         LWSP.
15458
15459 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15460
15461         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15462         to append in-reply-to: data to the references: header.
15463
15464         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15465         (netrc-parse): Use gnus-encrypt.el functions.
15466
15467         * gnus-encrypt.el: Add new file for encryption support; currently
15468         does only a few GPG ciphers and an internal XOR cipher.
15469
15470         * password.el: Add comments on using password-read-and-add.
15471         (password-read-and-add): Add function to read and add the
15472         password to the cache at once.
15473
15474 2004-07-28  Simon Josefsson  <jas@extundo.com>
15475
15476         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15477         parameter (but don't use it, for now).
15478
15479         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15480         instead of hard coding to nil.
15481
15482 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15485         as mm-inline-image-xemacs does.
15486
15487 2004-07-26  Simon Josefsson  <jas@extundo.com>
15488
15489         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15490         Revert part of 2004-07-17 change below.
15491
15492 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15495         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15496
15497 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15498
15499         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15500         quotes that actually start with ">" at the beginning of the
15501         lines.
15502
15503 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * rfc2047.el (rfc2047-encode-region): Fix last change.
15506         (rfc2047-encode-parameter): Remove useless concat.
15507
15508 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15511         encode special characters; fix some kind of misconfigured headers;
15512         signal a real error if debug-on-quit or debug-on-error is non-nil.
15513         (rfc2047-encode-max-chars): New variable.
15514         (rfc2047-encode-1): Use it.
15515         (rfc2047-encode-parameter): New function.
15516
15517         * mml.el (mml-insert-parameter): Remove an excessive space.
15518
15519 2004-07-17  Simon Josefsson  <jas@extundo.com>
15520
15521         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15522         Kai Grossjohann <kai@emptydomain.de>.
15523         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15524         (gnus-group-make-menu-bar): Ditto.
15525
15526         * gnus-util.el (gnus-group-server): Add.
15527
15528 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15529
15530         * message.el (message-clone-locals): Clone sendmail and smtp
15531         variables.
15532
15533 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * rfc2047.el (rfc2047-encode-region): Fix last change.
15536
15537 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15540         characters as non-special.
15541
15542 2004-07-09  Simon Josefsson  <jas@extundo.com>
15543
15544         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15545         Users will lose all flag changes made while unplugged with
15546         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15547         good default.  See numerous reports on ding mailing list.
15548
15549 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15550
15551         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15552         add generate-head-function and generate-article-function to the
15553         rfc822-forward entry.
15554         (nndoc-rfc822-forward-generate-article): New function.
15555         (nndoc-rfc822-forward-generate-head): New function.
15556
15557         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15558
15559 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15560
15561         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15562         respect display group parameter and gnus-summary-expunge-below.
15563         (gnus-articles-to-read): Remove unused reference to display group
15564         parameter.
15565
15566 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15567
15568         * nnheader.el (nnheader-uniquify-message-id): New experimental
15569         variable.
15570         (nnheader-nov-read-message-id): Use it.
15571
15572         * spam-report.el (spam-report-gmane): Add interactive.
15573
15574 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15577         qp-or-base64 for the application/* types.
15578
15579 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15580
15581         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15582
15583 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15584
15585         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15586         trim value.
15587
15588 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15589
15590         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15591         New macro and function.
15592         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15593
15594 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15597         after-load-alist.
15598
15599 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15600
15601         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15602         update info that isn't there.
15603
15604 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15605
15606         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15607         entry.
15608
15609 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * mm-view.el (mm-inline-render-with-function): Use multibyte
15612         buffer; decode html source by charset.
15613
15614         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15615
15616         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15617         Mule-UCS is loaded under XEmacs.
15618         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15619
15620 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15621
15622         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15623
15624 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * mm-util.el (mm-coding-system-p): Return a coding-system.
15627         (mm-mime-mule-charset-alist): Use shift_jis instead of
15628         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15629         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15630         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15631         instead of japanese-shift-jis and iso-latin-1 respectively in
15632         order to share the default value with both Emacs and XEmacs-mule.
15633         (mm-mule-charset-to-mime-charset): Make
15634         mm-coding-system-priorities effective.
15635         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15636         while predicating of candidates upon the priorities.
15637
15638 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15639
15640         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15641         gnus-uu-invert-processable.
15642
15643         * gnus.el: Autoload gnus-uu-invert-processable.
15644
15645 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * mm-util.el (mm-with-multibyte-buffer): New macro.
15648
15649         * rfc2047.el (rfc2047-encode-string): Use it.
15650         (rfc2047-encode-region): Move point to the end of the region after
15651         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15652
15653 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15656         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15657
15658 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15661         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15662         Karl Chen <quarl@nospam.quarl.org>.
15663
15664 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15665
15666         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15667         invalid addresses.
15668
15669 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15670
15671         * spam.el: Change section markers, revise TODO list.
15672         (spam-backends): Make new master list of all installed backends.
15673         (spam-summary-exit-behavior): Add new variable to determine how
15674         messages moves are done at summary exit.
15675         (spam-move-spam-nonspam-groups-only)
15676         (spam-process-ham-in-nonham-groups)
15677         (spam-process-ham-in-spam-groups): Remove variables, the
15678         spam-summary-exit-behavior variable should be used to manage this
15679         behavior.
15680         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15681         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15682         and spam-old-spam-articles.
15683         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15684         Add empty variables, placeholders for the backends they represent.
15685         (spam-set-difference): Move, unchanged.
15686         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15687         unless the user has a processor variable.
15688         (spam-classifications, spam-classification-valid-p)
15689         (spam-backend-properties, spam-backend-property-valid-p)
15690         (spam-backend-function-type-valid-p)
15691         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15692         (spam-report-articles-gmane, spam-report-articles-resend):
15693         Remove functions, they are not needed.
15694         (spam-install-backend-super, spam-backend-list)
15695         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15696         (spam-backend-function, spam-backend-ham-registration-function)
15697         (spam-backend-spam-registration-function)
15698         (spam-backend-ham-unregistration-function)
15699         (spam-backend-spam-unregistration-function)
15700         (spam-backend-statistical-p, spam-backend-mover-p)
15701         (spam-install-backend-alias, spam-install-checkonly-backend)
15702         (spam-install-mover-backend, spam-install-nocheck-backend)
15703         (spam-install-backend, spam-install-statistical-backend)
15704         (spam-install-statistical-checkonly-backend): Add backend installation
15705         support.
15706         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15707         (spam-group-processor-p): Use the new backend code and respect the
15708         summary exit behavior.
15709         (spam-mark-spam-as-expired-and-move-routine): Remove.
15710         (spam-summary-prepare): Change to use the new spam-old-articles
15711         variable.
15712         (spam-copy-or-move-routine, spam-copy-spam-routine)
15713         (spam-move-spam-routine, spam-copy-ham-routine)
15714         (spam-move-ham-routine): Add code to copy/move ham or spam.
15715         (spam-fetch-field-fast): Improve doc and code, plus allow the
15716         'number request.
15717         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15718         variables.
15719         (spam-split, spam-find-spam): Use the new backend code.
15720         (spam-registration-functions): Remove variable.
15721         (spam-unregister-routine): Add convenience wrapper.
15722         (spam-log-undo-registration, spam-register-routine)
15723         (spam-log-processing-to-registry)
15724         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15725         where possible.
15726         (spam-check-gmane-xref, spam-check-regex-headers)
15727         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15728         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15729         (spam-check-bogofilter-headers, spam-check-spamoracle)
15730         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15731         (spam-check-crm114-headers): Use the spam-split-group that
15732         spam-split prepares, no need to determine it every time.
15733
15734         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15735         to the nnheader-parse-naked-head call.
15736
15737         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15738
15739         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15740         the nnheader-nov-read-message-id call.
15741
15742 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15743
15744         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15745         gnus-activate-group twice.  Suggested by Markus Peter
15746         <warp@spin.de>.
15747
15748 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * gnus-art.el (gnus-article-time-format): Exchange the order of
15751         day and month in the default value; fix customization type.
15752         (article-date-ut): Use add-text-properties.
15753         (article-make-date-line): Use message-make-date instead of
15754         current-time-string.
15755
15756         * message.el (message-fetch-field): Don't use set-text-properties.
15757         (message-make-date): Simplify.
15758
15759         * messagexmas.el (message-xmas-make-date): New function.
15760         (message-xmas-redefine): Defalias message-make-date to it.
15761
15762 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15765         (rfc2047-encode-region): Treat text within parentheses as special;
15766         show the original text when error has occurred.
15767
15768         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15769         already-computed method to gnus-activate-group.
15770
15771         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15772         same select-methods identical Lisp objects.
15773
15774         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15775         object when modifying the info.
15776
15777 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15780         gnus-opened-servers since it has never been opened with the new
15781         configuration yet.
15782
15783 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15786         arg to nnheader-generate-fake-message-id.
15787
15788 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15789
15790         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15791         number and build a fake message ID localized to a group and
15792         article number (so it's repeatable from that point on).
15793         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15794         ID format.
15795
15796         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15797         nnheader-generate-fake-message-id with the article number.
15798
15799 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15800
15801         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15802         end-of-buffer.
15803
15804 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15805
15806         * message.el (message-ignored-supersedes-headers): Add Approved.
15807
15808 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15811         goto-char.
15812         (rfc2047-encode): Fold the line before encoding.
15813
15814 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15815
15816         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15817         folding -- not all headers can be folded, and this should be done
15818         by the message composition mode.  Probably.  I think.
15819
15820 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15823         fast.
15824
15825         * gnus-ems.el (gnus-remove-image): Don't use
15826         message-text-with-property; remove only the image found first.
15827
15828         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15829         found first.
15830
15831 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15832
15833         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15834
15835 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * message.el (message-text-with-property): Make it fast and accept
15838         optional arguments.
15839         (message-strip-forbidden-properties): Use it.
15840         (message-fix-before-sending): Follow the m-t-w-p change.
15841
15842         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15843
15844 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * gnus-art.el (article-hide-headers): Don't change the buffer
15847         mistakenly when performing mml-preview even if
15848         gnus-single-article-buffer is nil.
15849
15850 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15851
15852         * message.el (message-expand-name-databases): New user option.
15853         (message-expand-name): Use it.
15854
15855 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15856
15857         * spam.el (spam-report-articles-resend)
15858         (spam-report-resend-register-routine): Allow ham reporting.
15859         (spam-report-resend-register-ham-routine): Add wrapper.
15860         (spam-registration-functions): Add ham resending functions.
15861         (spam-list-of-processors): Add ham resend processor.
15862
15863         * gnus.el (ham-resend-to): Add new group parameter.
15864         (spam-process): Add ham resend option.
15865
15866         * spam-report.el (spam-report-resend): Allow reporting ham.
15867         (spam-report-resend-ham): Add wrapper.
15868
15869 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15870
15871         * message.el (message-cite-articles-with-x-no-archive): New
15872         variable.
15873         (message-cite-original): Use it.
15874
15875 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15876
15877         * message.el (message-cite-original): Respect X-No-Archive.
15878
15879 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * gnus-art.el (article-hide-headers): Refer to the values for
15882         gnus-ignored-headers and gnus-visible-headers in the summary
15883         buffer since a user may have set them as group parameters.
15884
15885 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15886
15887         * assistant.el (assistant-node-name): Add convenience function.
15888         (assistant-render-text, assistant-render-node): Add error handling,
15889         plus handle multiple next nodes.
15890         (assistant-find-next-node): Comment out for now.
15891         (assistant-find-next-nodes): Add function, returns list of next
15892         nodes.
15893
15894 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * mail-source.el (mail-source-directory): Fix doc-string.
15897
15898 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15899
15900         * assistant.el (assistant-render-text, assistant-eval): Add :set
15901         widget type, which is different because it takes and returns a
15902         list.  Much hilarity ensues.
15903
15904 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15905
15906         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15907
15908         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15909         doc-string.
15910
15911         * gnus-start.el (gnus-activate-group): Added doc-string.
15912
15913 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15916
15917 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15918
15919         * assistant.el (assistant-render-text): Try to add a :set
15920         widget, more to come.
15921
15922         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15923         strings.
15924         (spam-report-articles-resend)
15925         (spam-register-routine): Do registration iff any articles warrant
15926         it.
15927         (spam-summary-prepare-exit): Change log message for nil group
15928         destinations.
15929
15930 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15931
15932         * spam.el (spam-report-resend-register-routine): Allow
15933         spam-report-resend-to to be a group parameter or a global value.
15934
15935 2004-05-26  Simon Josefsson  <jas@extundo.com>
15936
15937         * starttls.el: Merge with my GNUTLS based starttls.el.
15938         (starttls-gnutls-program, starttls-use-gnutls)
15939         (starttls-extra-arguments, starttls-process-connection-type)
15940         (starttls-connect, starttls-failure, starttls-success): New
15941         variables.
15942         (starttls-program, starttls-extra-args): Doc fix.
15943         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15944         functions.
15945         (starttls-negotiate, starttls-open-stream): Check
15946         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15947         function if it is set.
15948
15949 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15952         structured fields.
15953
15954 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15957
15958 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15959
15960         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15961         variable.
15962         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15963         assigning the spam-mark to new messages.
15964
15965 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15966
15967         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15968
15969 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15972
15973         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15974         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15975         default.
15976
15977 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15978
15979         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15980         correct data.
15981
15982 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15983
15984         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15985         (spam-group-processor-p): Fix function.
15986         (spam-group-processor-multiple-p)
15987         (spam-group-spam-processor-report-gmane-p)
15988         (spam-group-spam-processor-report-resend-p)
15989         (spam-group-spam-processor-bogofilter-p)
15990         (spam-group-spam-processor-blacklist-p)
15991         (spam-group-spam-processor-ifile-p)
15992         (spam-group-ham-processor-ifile-p)
15993         (spam-group-spam-processor-spamoracle-p)
15994         (spam-group-spam-processor-crm114-p)
15995         (spam-group-ham-processor-bogofilter-p)
15996         (spam-group-spam-processor-stat-p)
15997         (spam-group-ham-processor-stat-p)
15998         (spam-group-ham-processor-whitelist-p)
15999         (spam-group-ham-processor-BBDB-p)
16000         (spam-group-ham-processor-spamoracle-p)
16001         (spam-group-ham-processor-copy-p): Remove functions with some
16002         prejudice against unneeded code.
16003         (spam-report-articles-resend)
16004         (spam-report-resend-register-routine): Allow the group/topic
16005         spam-resend-to value to override spam-report-resend-to.
16006         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16007         properly now.
16008
16009         * gnus.el (spam-resend-to): Add group/topic parameter.
16010         (spam-process): Move the OBSOLETE processors to the end of the
16011         choices.
16012
16013 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16014
16015         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16016         with resend-to set to nil, and then ask the user if necessary.
16017         (spam-report-resend): spam-report-resend takes a list of articles, not
16018         separate article numbers.
16019
16020 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16021
16022         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16023         addition to emacs-w3m.
16024
16025 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16026
16027         * assistant.el (assistant-authinfo-data): New function.
16028         (assistant-eval): Eval for entire assistant.
16029
16030         * netrc.el (netrc-services-file): New variable.
16031         (netrc-parse-services): New function.
16032         (netrc-find-service-name): New function.
16033         (netrc-find-service-number): New function.
16034         (netrc-port-equal): New function.
16035         (netrc-machine): Use it.
16036
16037         * nnimap.el (nnimap-open-connection): Use netrc.
16038
16039         * gnus-util.el (gnus-netrc-get): Remove aliases.
16040
16041         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16042
16043         * assistant.el (wid-edit): Fix compilation.
16044
16045         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16046
16047 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16048
16049         * gnus-util.el (gnus-set-file-modes): New function.  (small
16050         patch).
16051
16052 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16053
16054         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16055
16056         * assistant.el (assistant-render-node): Fix up rendering and
16057         read-only text.
16058         (assistant-render-node): Reset.
16059         (assistant-make-read-only): Not sticky.
16060
16061 2004-05-20  Danny Siu  <dsiu@adobe.com>
16062
16063         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16064         centered even when gnus-auto-center-summary is t.
16065
16066 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16067
16068         * dns.el (dns-get-txt-answer): New function.
16069         (dns-read-txt): Ditto.
16070         (query-dns): Use it.
16071
16072 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16075         active for foreign groups even if the group level is higher than
16076         the specified value.
16077
16078 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16079
16080         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16081         non-active groups.
16082
16083         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16084
16085 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16086
16087         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16088
16089 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16090
16091         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16092         (spam-crm114-header, spam-crm114-spam-switch)
16093         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16094         (spam-crm114-positive-spam-header)
16095         (spam-crm114-database-directory, spam-list-of-processors)
16096         (spam-group-spam-processor-crm114-p)
16097         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16098         (spam-generic-score, spam-list-of-checks)
16099         (spam-list-of-statistical-checks, spam-registration-functions)
16100         (spam-check-crm114-headers, spam-crm114-score)
16101         (spam-check-crm114, spam-crm114-register-with-crm114)
16102         (spam-crm114-register-spam-routine)
16103         (spam-crm114-unregister-spam-routine)
16104         (spam-crm114-register-ham-routine)
16105         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16106         asjo@koldfront.dk (Adam Sjøgren).
16107
16108         * gnus.el: Add spam-use-crm114.
16109
16110         * spam.el (spam-list-of-processors, spam-registration-functions):
16111         Add spam-use-resend.
16112         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16113         (spam-report-articles-gmane): Add doc fix.
16114         (spam-report-articles-resend, spam-report-resend-register-routine):
16115         Add wrappers around spam-report-resend-to.
16116
16117         * spam-report.el (spam-report-resend-to, spam-report-resend):
16118         Add support for resending spam.
16119         (spam-report-gmane): Fix line length >80.
16120
16121         * gnus.el (spam-process): Add spam-use-resend.
16122
16123 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16124
16125         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16126         number of processed spam messages.
16127         (spam-ham-copy-or-move-routine): Return the number of processed
16128         ham messages.
16129         (spam-summary-prepare-exit): Use the above values to decide
16130         whether status messages shouled be displayed.
16131
16132 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16135         `rfc2047-encoding-function-alist' in order to avoid conflicting
16136         with the old version.
16137         (rfc2047-encode-region): Concatenate words containing non-ASCII
16138         characters in structured fields; don't encode space-delimited
16139         ASCII words even in unstructured fields; don't break words at
16140         char-category boundaries.
16141         (rfc2047-encode-1): New function.
16142         (rfc2047-encode): Use it; encode text so that it occupies the
16143         maximum width within 76-column; work correctly on Q encoding for
16144         iso-2022-* charsets.
16145         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16146         sure not to break a line just after the header name.
16147         (rfc2047-b-encode-region): Removed.
16148         (rfc2047-b-encode-string): New function.
16149         (rfc2047-q-encode-region): Removed.
16150         (rfc2047-q-encode-string): New function.
16151
16152         * mm-util.el (mm-replace-in-string): New function.
16153
16154 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16155
16156         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16157         get it right.
16158         (gnus-inews-make-draft): Really.
16159
16160 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16161
16162         * nnmh.el (nnmh-request-list-1): Don't check the link count
16163         before descending.  (small patch)
16164
16165 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16166
16167         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16168         stuff.
16169
16170         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16171         on real group name.
16172
16173         * gnus-art.el (gnus-signature-limit): Doc fix.
16174
16175         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16176
16177         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16178
16179 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16180
16181         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16182         isn't a string.
16183
16184 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16185
16186         * gnus-draft.el (gnus-draft-send): Bind
16187         rfc2047-encode-encoded-words.
16188
16189         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16190         (rfc2047-encodable-p): Say that =? needs encoding.
16191         (rfc2047-encode-encoded-words): New variable.
16192
16193         * gnus-group.el (gnus-group-select-group): Doc fix.
16194
16195         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16196
16197         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16198         to nil.
16199
16200         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16201
16202         * nnheader.el (nnheader-get-lines-and-char): New function.
16203
16204 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16205
16206         * gnus-msg.el (gnus-summary-followup-with-original): Document
16207         yanking of region when active.
16208
16209 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16210
16211         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16212         groups if the group level is higher than the specified value.
16213
16214 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16215
16216         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16217         (gnus-group-jump-to-group): Added prefix argument using
16218         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16219         non-active group.
16220
16221         * compface.el (uncompface): Be verbose when changing
16222         `uncompface-use-external'.
16223
16224         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16225         handle manual section.
16226
16227 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16228
16229         * gnus-art.el (gnus-button-alist): Revert previous change.
16230
16231 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16234
16235 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16236
16237         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16238         whether backend can accept message.
16239
16240         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16241
16242 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16243
16244         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16245         Avoid creating directory when nntp-marks-is-evil is true.
16246         Reported by Reiner Steib.
16247
16248 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16249
16250         * gnus-picon.el (gnus-picon-style): New variable.
16251         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16252         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16253         Jesper Harder <harder@ifa.au.dk>.
16254
16255 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16256
16257         * message.el (message-fill-field): Return point.
16258         (message-generate-headers): Go to end of field.
16259
16260         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16261         stuff for non-living groups.
16262
16263 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16264
16265         * gnus-art.el (gnus-article-followup-with-original)
16266         (gnus-article-reply-with-original): gnus-mark-active-p ->
16267         gnus-region-active-p.
16268
16269 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16270
16271         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16272         only when there is spam or ham to be processed.
16273
16274 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16275
16276         * mail-source.el (mail-source-delete-crash-box): Refactor.
16277         (mail-source-fetch): Use it.
16278         (mail-source-fetch-file): Ditto.
16279         (mail-source-fetch-directory): Run postscript in loop.
16280         (mail-source-fetch-pop): Delete.
16281         (mail-source-fetch-maildir): Ditto.
16282         (mail-source-fetch-imap): Ditto.
16283
16284         * imap.el (imap-authenticators): Comment out sasl.
16285
16286         * message.el (message-skip-to-next-address): New function.
16287         (message-fill-header-address): Refactor.
16288         (message-fill-address): Use it.
16289         (message-delete-address): Use it.
16290         (message-fill-header-general): Refactor.
16291         (message-fill-field-address): Rename.
16292         (message-narrow-to-field): Find the start of the header.
16293         (message-header-format-alist): Don't pre-fill.
16294         (message-fill-header): Removed.
16295         (message-insert-header): New function.
16296         (message-shorten-references): Use it.
16297
16298         * rfc2047.el (rfc2047-field-value): Strip props.
16299
16300         * mail-parse.el (mail-header-make-address): New alias.
16301
16302         * ietf-drums.el (ietf-drums-make-address): New function.
16303
16304         * imap.el: Add compiler directives.
16305
16306         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16307
16308         * gnus-art.el (article-decode-idna-rhs): Don't use
16309         message-idna-inside-rhs-p.
16310
16311 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16312
16313         * message.el (message-idna-inside-rhs-p): Removed.
16314         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16315
16316         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16317         false positives.
16318
16319 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16320
16321         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16322
16323 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16324
16325         * nneething.el (nneething-file-name): Don't create spurious
16326         files.
16327
16328         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16329         (gnus-inews-do-gcc): Remove sleep.
16330
16331         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16332         part under point.
16333
16334         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16335         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16336
16337 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16338
16339         * spam.el (spam-summary-prepare-exit): Fixed (length).
16340
16341 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16342
16343         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16344         as expired without moving it" message when there are spam
16345         messages left.
16346
16347 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16348
16349         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16350         header is not nil.
16351
16352 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16353
16354         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16355         nntp-possibly-create-directory, not nntp-possibly-change-group.
16356         (nntp-marks-changed-p): New arg SERVER.
16357         (nntp-request-update-info): Adjust caller.
16358
16359 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16360
16361         * nntp.el (nntp-save-marks): Pass missing arg.
16362
16363 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16364
16365         * nntp.el: Support marks.
16366         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16367         (nntp-marks-modtime, nntp-marks-directory): New variables.
16368         (nntp-request-set-mark, nntp-request-update-info)
16369         (nntp-possibly-create-directory, nntp-marks-changed-p)
16370         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16371         functions.
16372
16373 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16374
16375         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16376         (gnus-xmas-redefine): Rename.
16377
16378         * gnus-score.el (gnus-score-insert-help): Use
16379         gnus-select-lowest-window.
16380
16381         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16382         appt-select-lowest-window and rename to gnus-select-lowest-window.
16383
16384         * gnus.el: do.
16385
16386 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16387
16388         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16389         encodings of MIME-encoded words, in order to improve
16390         interoperability with several broken MUAs.
16391
16392 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16393
16394         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16395         tags, only when charsets are not specified in headers.
16396         (mm-inline-text-html-render-with-w3m): Ditto.
16397
16398         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16399         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16400
16401 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16402
16403         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16404         instead of MIME-decoded from fields when checking
16405         `gnus-article-address-banner-alist'.
16406
16407 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16408
16409         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16410         description rather than subject.
16411
16412 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16413
16414         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16415
16416 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16417
16418         * gnus.el (gnus-version-number): Bump.
16419
16420 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16421
16422         * gnus.el: No Gnus v0.2 is released.
16423
16424 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16425
16426         * gnus-agent.el (gnus-agent-read-agentview): Inline
16427         gnus-uncompress-range.
16428
16429 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16430
16431         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16432         `exec-installed-p'.
16433
16434 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16435
16436         * gnus.el (spam-process, spam-autodetect-methods): Add
16437         bsfilter and bsfilter-headers.
16438
16439         * spam.el (spam-bsfilter): New customize group.
16440         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16441         (spam-bsfilter-header, spam-bsfilter-probability-header)
16442         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16443         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16444         (spam-bsfilter-database-directory): New options.
16445         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16446         (spam-list-of-statistical-checks, spam-registration-functions):
16447         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16448         (spam-bsfilter-score): New command.
16449         (spam-check-bsfilter-headers, spam-check-bsfilter)
16450         (spam-bsfilter-register-with-bsfilter)
16451         (spam-bsfilter-register-spam-routine)
16452         (spam-bsfilter-unregister-spam-routine)
16453         (spam-bsfilter-register-ham-routine)
16454         (spam-bsfilter-unregister-ham-routine): New functions.
16455         (spam-generic-score): Support bsfilter; Accept an optional argument
16456         to recalcurate spam score even if scoring header has already been
16457         added.
16458         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16459         optional argument to recalcurate spam score even if scoring header
16460         has already been added.
16461
16462 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16463
16464         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16465         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16466         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16467         link is missing.
16468
16469 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16470
16471         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16472         (html2text-get-attr): Rewrite.
16473
16474         * message.el (message-setup-1): Remove redundant put-text-property
16475         on mail-header-separator.
16476
16477 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16478
16479         * gnus-registry.el (gnus-registry-cache-whitespace)
16480         (gnus-registry-action, gnus-registry-spool-action)
16481         (gnus-registry-split-fancy-with-parent): Change message levels
16482         from 5 to 3 or 7, as needed.
16483
16484         * spam.el (spam-summary-prepare-exit)
16485         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16486         (spam-split, spam-find-spam, spam-log-undo-registration)
16487         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16488         level from 5 to 6.
16489
16490 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16491
16492         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16493         2004-03-04 change).
16494
16495 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16496
16497         * sieve-manage.el (sieve-manage-open):
16498         * nnweb.el (nnweb-insert-html):
16499         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16500         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16501         * nnspool.el (nnspool-request-group):
16502         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16503         * nnml.el (nnml-request-update-info):
16504         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16505         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16506         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16507         (nnimap-request-set-mark):
16508         * nnfolder.el (nnfolder-request-update-info):
16509         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16510         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16511         * gnus-uu.el (gnus-uu-find-articles-matching):
16512         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16513         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16514         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16515         * gnus-nocem.el (gnus-nocem-scan-groups):
16516         * gnus-int.el (gnus-start-news-server):
16517         * gnus-group.el (gnus-group-make-kiboze-group)
16518         (gnus-group-browse-foreign-server):
16519         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16520         Use mapc when appropriate.
16521
16522 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16523
16524         FIXME: Make separate entries for each person.
16525
16526         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16527         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16528         <shields@msrl.com>:
16529
16530         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16531         may need for spam sorting and scoring.
16532         (spam-user-format-function-S): Add user format function suitable for
16533         general use.
16534         (spam-article-sort-by-spam-status): Add sorting function for summary
16535         sorting.
16536         (spam-extra-header-to-number): Add function to get a score from a
16537         header.
16538         (spam-summary-score): Add function to get a numeric score from the
16539         headers.
16540         (spam-generic-score): Fix function doc, was in wrong place.
16541         (spam-initialize): Take symbols when it's run, and install the
16542         extra headers that spam-necessary-extra-headers thinks we need.
16543
16544 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16545
16546         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16547         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16548
16549 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16550
16551         * gnus-sum.el (gnus-set-global-variables)
16552         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16553         (gnus-article-get-xrefs, gnus-summary-best-group)
16554         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16555         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16556         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16557         Use with-current-buffer.
16558
16559 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16560
16561         * spam.el (spam-summary-prepare-exit): Simplify logic.
16562         (spam-fetch-article-header): Read the article header if it's not
16563         available.
16564         (spam-list-articles): Simplify logic.
16565         (spam-filelist-register-routine): Fix bug with unregister-list.
16566
16567         * gnus-registry.el: Fix comments at beginning.
16568
16569 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16570
16571         * message.el (message-cater-to-broken-inn): Remove.
16572         (message-shorten-references): Make sure the total folded length of
16573         References is shorter than 998 characters to cater to a bug in INN
16574         2.3.  Also, don't pretend that references aren't folded -- this
16575         hasn't worked for a while.
16576
16577 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16578
16579         * gnus-agent.el (gnus-agentize):
16580         gnus-agent-send-mail-real-function no longer set to current value
16581         of message-send-mail-function but rather a lambda that calls
16582         message-send-mail-function.  The change makes the agent real-time
16583         responsive to user changes to message-send-mail-function.
16584
16585 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16586
16587         * legacy-gnus-agent.el
16588         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16589         help from Florian Weimer <fw@deneb.enyo.de>
16590
16591 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * nnmail.el (nnmail-cache-insert): Revert last change.
16594
16595 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * nnmail.el (nnmail-cache-insert): Always check whether
16598         nnmail-cache-ignore-groups matches a group name.
16599
16600 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16601
16602         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16603         (spam-find-spam, spam-log-processing-to-registry)
16604         (spam-log-registered-p, spam-log-unregistration-needed-p)
16605         (spam-log-undo-registration): Use gnus-message instead of
16606         gnus-error, none of these errors are fatal.
16607
16608         * gnus-registry.el (gnus-registry-clean-empty-function)
16609         (gnus-registry-clean-empty): Remove only empty entries without
16610         extra data.
16611
16612 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16613
16614         * spam-stat.el (spam-stat-buffer-change-to-spam)
16615         (spam-stat-buffer-change-to-non-spam): Change (error) to
16616         (gnus-message 8) invocation.
16617
16618 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * nntp.el (nntp-via-netcat-command): New variable.
16621         (nntp-via-netcat-switches): New variable.
16622         (nntp-open-via-rlogin-and-netcat): New function.
16623         (nntp-open-connection-function): Doc fix.
16624         (nntp-telnet-command): Doc fix.
16625         (nntp-end-of-line): Doc fix.
16626         (nntp-via-rlogin-command): Doc fix.
16627         (nntp-via-user-name): Doc fix.
16628         (nntp-via-address): Doc fix.
16629
16630 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16633         error in Emacs 21.1.
16634
16635 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16636
16637         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16638
16639 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16640
16641         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16642         (gnus-agent-with-refreshed-group): New macro.
16643         (gnus-agent-rename-group): New function.
16644         (gnus-agent-delete-group): New function.
16645         (gnus-agent-save-group-info): Use gnus-command-method when
16646         `method' parameter is nil.  Don't write nil entries into the
16647         active file.
16648         (gnus-agent-get-group-info): New function.
16649         (gnus-agent-fetch-articles): Use
16650         gnus-agent-update-files-total-fetched-for to increment disk space
16651         used.
16652         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16653         gnus-agent-update-view-total-fetched-for to increment disk space
16654         used.
16655         (gnus-agent-get-local): Added optional parameters to avoid calling
16656         gnus-group-real-name and gnus-find-method-for-group.
16657         (gnus-agent-set-local): Delete stored entry if either min, or max,
16658         are nil.
16659         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16660         quit, use gnus-agent-regenerate-group to record existance of any
16661         articles fetched to disk before the quit occurred.
16662         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16663         gnus-agent-update-view-total-fetched-for, and
16664         gnus-agent-update-files-total-fetched-for to decrement disk space
16665         used.
16666         (gnus-agent-retrieve-headers): Use
16667         gnus-agent-update-view-total-fetched-for to increment disk space
16668         used.
16669         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16670         with gnus-agent-update-files-total-fetched-for to decrement disk
16671         space and fresh group buffer.
16672         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16673         (gnus-agent-need-update-total-fetched-for): New variable.
16674         (gnus-agent-update-files-total-fetched-for): New function.
16675         (gnus-agent-update-view-total-fetched-for): New function.
16676         (gnus-agent-total-fetched-for): New function.
16677
16678         * gnus-cache.el (gnus-cache-save-buffers): Use
16679         gnus-cache-update-overview-total-fetched-for to change disk space
16680         used by this group.
16681         (gnus-cache-possibly-enter-article): Use
16682         gnus-cache-update-file-total-fetched-for to increment disk space
16683         used by this group.
16684         (gnus-cache-possibly-remove-article): Use
16685         gnus-cache-update-file-total-fetched-for to decrement disk space
16686         used by this group.
16687         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16688         (gnus-cache-rename-group): New function.
16689         (gnus-cache-delete-group): New function.
16690         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16691         (gnus-cache-need-update-total-fetched-for): New variable.
16692         (gnus-cache-with-refreshed-group): New macro.
16693         (gnus-cache-update-file-total-fetched-for): New function.
16694         (gnus-cache-update-overview-total-fetched-for): New function.
16695         (gnus-cache-rename-group-total-fetched-for): New function.
16696         (gnus-cache-delete-group-total-fetched-for): New function.
16697         (gnus-cache-total-fetched-for): New function.
16698
16699         * gnus-group.el: Require gnus-sum and autoload functions to
16700         resolve warnings when gnus-group.el compiled alone.
16701         (gnus-group-line-format): Documented new %F.
16702         (size of Fetched data) group line format; identifies disk space
16703         used by agent and cache.
16704         (gnus-group-line-format-alist): Defined new F format.
16705         (gnus-total-fetched-for): New function.
16706         (gnus-group-delete-group): No longer update
16707         gnus-cache-active-altered as gnus-request-delete-group now keeps
16708         the cache in sync.
16709         (gnus-group-list-active): Let the agent store a server's active
16710         list if currently plugged.
16711
16712         * gnus-int.el (gnus-request-delete-group):
16713         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16714         local disk in sync with the server.
16715         (gnus-request-rename-group):
16716         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16717         local disk in sync with the server.
16718
16719         * gnus-start.el (gnus-get-unread-articles):
16720         Cosmetic simplification to logic.
16721
16722         * gnus-util.el (gnus-rename-file): New function.
16723
16724 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16725
16726         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16727
16728 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16729
16730         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16731         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16732
16733 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16734
16735         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16736         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16737
16738 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16739
16740         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16741
16742 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16743
16744         * spam.el (spam-set-difference): Add function to replace
16745         gnus-set-difference in spam.el.
16746         (spam-summary-prepare-exit): Use spam-set-difference.
16747
16748 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16749
16750         * gnus-registry.el (gnus-registry-cache-file): Update to use
16751         gnus-dribble-directory OR gnus-home-directory OR ~.
16752         (gnus-registry-split-fancy-with-parent): Fix doc.
16753
16754 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * message.el (message-exchange-point-and-mark): Use
16757         message-mark-active-p.  Suggested by Jesper Harder
16758         <harder@ifa.au.dk>.
16759
16760 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * message.el (message-exchange-point-and-mark): Don't activate
16763         region if it was inactive.  Suggested by Hiroshi Fujishima
16764         <pooh@nature.tsukuba.ac.jp>.
16765
16766 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * gnus-art.el (article-display-face): Display Faces in the same
16769         order as X-Faces.
16770
16771 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16774
16775 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16778         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16779         (gnus-article-mime-hierarchy): Remove.
16780         (gnus-article-mime-hierarchy-next): Remove.
16781         (gnus-article-mode): Revert 2004-03-19 change.
16782         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16783         (gnus-insert-mime-button): Revert 2004-03-19 change.
16784         (gnus-mime-accumulate-hierarchy): Remove.
16785         (gnus-mime-enter-multipart): Remove.
16786         (gnus-mime-leave-multipart): Remove.
16787         (gnus-mime-display-part): Revert 2004-03-19 change.
16788         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16789
16790         * mml.el (mml-preview): Revert 2004-03-19 change.
16791
16792 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16793
16794         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16795
16796 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16799         t while entering a file name using the mm-with-multibyte macro.
16800         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16801
16802         * mm-util.el (mm-with-multibyte): New macro.
16803
16804 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16807         user option.
16808         (gnus-mime-multipart-functions): Doc and customization fix.
16809         (gnus-article-mime-hierarchy): New variable.
16810         (gnus-article-mime-hierarchy-next): New variable.
16811         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16812         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16813         gnus-article-mime-hierarchy-next to nil.
16814         (gnus-insert-mime-button): Show hierarchy numbers.
16815         (gnus-mime-accumulate-hierarchy): New function.
16816         (gnus-mime-enter-multipart): New function.
16817         (gnus-mime-leave-multipart): New function.
16818         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16819         (gnus-mime-display-alternative): Show hierarchy numbers.
16820
16821         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16822         gnus-article-mime-hierarchy-next to nil.
16823
16824 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16825
16826         * dns.el: Don't require gnus-xmas.
16827
16828 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16829
16830         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16831         inline PGP.
16832         (mml-menu): Disable mml-quote-region if mark is inactive.
16833
16834 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16837         when the group's active is not available.
16838
16839 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16842         error.
16843
16844 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16845
16846         * imap.el (imap-store-password): New variable.
16847         (imap-interactive-login): Use it.
16848         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16849
16850 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16853         window-start and hscroll to summary window.
16854
16855 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16856
16857         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16858         conversion message to newsrc-dribble when an actual conversion is
16859         performed.
16860
16861 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16862
16863         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16864
16865 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * mm-decode.el (mm-complicated-handles): New function reviving
16868         former definition of mm-multiple-handles.
16869
16870         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16871         (gnus-mime-delete-part): Use it.
16872
16873 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16874
16875         * gnus-agent.el (gnus-agent-read-local): Bind
16876         nnheader-file-coding-system to gnus-agent-file-coding-system to
16877         avoid the implicit assumption that they will always be equal.
16878         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16879         coding-system-for-write, as the with-temp-file macro first prints
16880         to a buffer then saves the buffer.
16881
16882 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * gnus-art.el (gnus-article-edit-part): New function.
16885         (gnus-mime-save-part-and-strip): Use it; do query instead of
16886         signaling an error; don't use mm-multiple-handles.
16887         (gnus-mime-delete-part): Ditto.
16888
16889 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16890
16891         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16892         old file versions.
16893         (gnus-group-prepare-hook): Removed function that converted list
16894         form of gnus-agent-expire-days to group properties.
16895
16896         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16897         (gnus-request-accept-article): Re-indented.
16898
16899         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16900         converters to handle old agent file formats.  Added logic for a
16901         "backup before upgrading warning".
16902         (gnus-convert-mark-converter-prompt): Developers can mark
16903         functions as needing (default), or not needing,
16904         gnus-convert-old-newsrc's "backup before upgrading warning".
16905         (gnus-convert-converter-needs-prompt): Tests whether the user
16906         should be protected from potentially irreversable changes by the
16907         function.
16908
16909         * legacy-gnus-agent.el: New.  Provides converters that are only
16910         loaded when gnus-convert-old-newsrc needs to call them.
16911
16912 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * mail-source.el (mail-source-touch-pop): Doc fix.
16915
16916         * message.el (message-smtpmail-send-it): Doc fix.
16917
16918 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16919
16920         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16921
16922         * nnmail.el (nnmail-split-fancy): do.
16923
16924         * gnus-kill.el (gnus-kill, gnus-execute): do.
16925
16926 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16927
16928         * gnus-sum.el (gnus-widget-reversible-match)
16929         (gnus-widget-reversible-to-internal)
16930         (gnus-widget-reversible-to-external): New functions.
16931         (gnus-widget-reversible): New widget.
16932         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16933
16934 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16935
16936         * gnus-sum.el (gnus-thread-sort-functions)
16937         (gnus-article-sort-functions): Document `(not F)' items.
16938
16939 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16940
16941         * spam.el (spam-use-gmane-xref): Add new backend.
16942         (spam-gmane-xref-spam-group): Add variable to control the name of the
16943         Gmane spam group.
16944         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16945         (spam-regex-headers-spam, spam-regex-headers-ham)
16946         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16947         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16948         backends and checks.
16949         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16950
16951         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16952         an autodetect method.
16953
16954 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16955
16956         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16957         articles are being added to a group.
16958         (gnus-request-replace-article): Inform the agent that articles
16959         need to be uncached as the cached contents are no longer valid.
16960
16961 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16962
16963         * binhex.el: Don't autoload executable-find.
16964
16965         * canlock.el: Don't autoload mail-fetch-field.
16966
16967         * dgnushack.el: Autoload c-mode for XEmacs.
16968
16969         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16970
16971         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16972         rmail-dont-reply-to and rmail-output.
16973
16974         * gnus-score.el: Don't autoload ffap-string-at-point.
16975
16976         * gnus-setup.el: Don't autoload sc-cite-original.
16977
16978         * imap.el: Don't autoload base64-decode-string,
16979         base64-encode-string and md5.
16980
16981         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16982         and rmail-msg-restore-non-pruned-header.
16983
16984         * mm-decode.el: Don't autoload executable-find.
16985
16986         * mm-url.el: Don't autoload executable-find.
16987
16988         * mm-view.el: Don't autoload diff-mode.
16989
16990         * nndb.el: Don't autoload news-reply-mode, news-setup,
16991         cancel-timer and telnet.
16992
16993         * password.el: Don't autoload run-at-time for Emacs.
16994
16995         * sha1-el.el: Don't autoload executable-find.
16996
16997         * sieve-mode.el: Don't autoload c-mode.
16998
16999         * uudecode.el: Don't autoload executable-find.
17000
17001 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17002
17003         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17004         (gnus-agent-possibly-alter-active): Avoid null in numeric
17005         comparison.
17006         (gnus-agent-set-local): Refuse to save null in local object table.
17007         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17008         list of articles that will be marked as unread.
17009
17010 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17013
17014 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17015
17016         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17017         language tags.
17018
17019 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17020
17021         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17022         Don't bind "obarray".
17023
17024         * gnus-sum.el (gnus-thread-sort-functions): Added
17025         `gnus-thread-sort-by-most-recent-number' and
17026         `gnus-thread-sort-by-most-recent-date'.
17027         Reported by Kai Grossjohann <kai@emptydomain.de>.
17028
17029 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17032
17033 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17034
17035         * gnus-cus.el (gnus-agent-customize-category): Removed
17036         ignore-errors macro reference that required cl to be loaded at
17037         run-time.
17038
17039         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17040         single-interval range of the form (min . max).  Previously the
17041         range had to look like ((min . max)).  Likewise, return
17042         (min . max) rather than ((min . max)).
17043         (gnus-range-map): Use gnus-range-normalize to accept
17044         single-interval range.
17045
17046         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17047         the cache, but not the agent, now appear with their usual face.
17048
17049         * dgnushack.el (loaddir): New variable that is bound to the
17050         directory containing the dgnushack.el file. Use loaddir, rather
17051         than srcdir, to update load-path. Change lets dgnushack compile
17052         code in directories other than GNUS/lisp.
17053
17054 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * lpath.el: Don't bind w3m-safe-url-regexp.
17057
17058         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17059         w3m-safe-url-regexp variable buffer-local.
17060
17061         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17062
17063 2004-02-27  Simon Josefsson  <jas@extundo.com>
17064
17065         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17066         gnus-group-real-prefix.
17067         (gnus-summary-move-article): Use it, instead of
17068         gnus-group-real-prefix.
17069
17070 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * lpath.el: Bind w3m-safe-url-regexp.
17073
17074         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17075         w3m-safe-url-regexp variable buffer-local and set it as the value
17076         of mm-w3m-safe-url-regexp.
17077
17078         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17079
17080         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17081         parsing gnus-posting-styles when the message is not for replying.
17082
17083         * dgnushack.el: Autoload sgml-mode for XEmacs.
17084
17085         * nnrss.el (nnrss-opml-export): Use
17086         mm-set-buffer-file-coding-system instead of
17087         set-buffer-file-coding-system.
17088
17089 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17090
17091         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17092         of checkdoc.el).
17093         * nnrss.el: do.
17094         * gnus-mlspl.el: do.
17095         * gnus-ml.el: do.
17096         * gnus-srvr.el: do.
17097
17098         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17099
17100 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17101
17102         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17103         Corrections to custom-manual links.
17104
17105         * gnus-art.el (gnus-article): Ditto.
17106
17107         * mm-decode.el (mime-display, mime-security): Ditto.
17108
17109 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17110
17111         * flow-fill.el: Typo.
17112
17113 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17114
17115         * spam-wash.el: New file.
17116
17117 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17118
17119         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17120
17121 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17122
17123         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17124         to be run with new-articles as LIST1, not LIST2.
17125         (spam-registration-functions): Add spam-use-ham-copy as a nil
17126         registration backend.
17127
17128 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17129
17130         * spam-stat.el (spam-stat-washing-hook): New option.
17131         (spam-stat-buffer-words): Use it.
17132         (spam-stat-process-directory, spam-stat-test-directory): Use
17133         insert-file-contents-literally.
17134         (spam-stat-coding-system): New variable.
17135         (spam-stat-load, spam-stat-save): Use it.
17136
17137 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17138
17139         * spam-report.el (spam-report-plug-agent): Quote
17140         spam-report-url-to-file and spam-report-url-ping-plain.
17141
17142 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17143
17144         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17145         / in mailto URLs.
17146
17147 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17148
17149         * spam-report.el (spam-report-process-queue): Fix interactive use.
17150         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17151         (spam-report-unplug-agent): Doc fixes.
17152         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17153         (spam-report-agentize, spam-report-deagentize): Autoload.
17154
17155 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17156
17157         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17158
17159         * message.el (message-setup-fill-variables): Add mml tags to
17160         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17161         <ajk@iu.edu>.
17162         (message-mode): Don't modify paragraph-separate there.
17163
17164 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * compface.el (uncompface-use-external): Default to undecided.
17167         (uncompface-use-external-threshold): New variable.
17168         (uncompface-float-time): New macro.
17169         (uncompface): Determine whether to use the external decoder if
17170         uncompface-use-external is undecided.
17171
17172 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17173
17174         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17175         after images.
17176
17177         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17178
17179 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17180
17181         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17182
17183         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17184
17185         * gnus-sum.el (gnus-summary-limit-to-age)
17186         (gnus-summary-limit-children): do.
17187
17188         * gnus-int.el (gnus-request-scan): do.
17189
17190         * gnus-group.el (gnus-group-suspend): do.
17191
17192         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17193
17194         * gnus-cite.el (gnus-cite-parse-attributions): do.
17195
17196         * gnus-agent.el (gnus-summary-set-agent-mark)
17197         (gnus-agent-regenerate-group): do.
17198
17199         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17200
17201         * binhex.el (binhex-decode-region-internal): do.
17202
17203 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17204
17205         * gnus-fun.el (gnus-face-properties-alist): New user option.
17206         (gnus-display-x-face-in-from): Use it.
17207
17208         * gnus-art.el (article-display-face): Ditto.
17209
17210         * compface.el (uncompface-use-external): Default to nil.
17211
17212 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17213
17214         * nntp.el (nntp-erase-buffer): New function.
17215         (nntp-retrieve-data, nntp-send-command)
17216         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17217         (nntp-possibly-change-group): Use it.
17218
17219         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17220         with-current-buffer.
17221
17222 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17223
17224         * compface.el: Merge the ELisp-based uncompface program.
17225         (compface): New customization group.
17226         (uncompface-use-external): New user option.
17227         (uncompface): Call uncompface-internal if uncompface-use-external
17228         is nil.
17229         (uncompface-internal): New function.  Note that there are also
17230         some other functions and variables added for this function.
17231
17232 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17233
17234         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17235         if necessary.
17236
17237 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17238
17239         * spam-report.el (spam-report-unplug-agent)
17240         (spam-report-plug-agent, spam-report-deagentize)
17241         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17242         Add support for the Agent in spam-report: when unplugged, report to a
17243         file; when plugged, submit all the requests.
17244
17245         * spam.el (spam-register-routine): Fix message about
17246         registration.
17247
17248 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17249
17250         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17251         dependencies.
17252         (rfc2047-encode): Use it.
17253
17254         * gnus-art.el (gnus-button-marker-list): Move before first
17255         reference.
17256
17257         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17258         (imap-parse-body): Fix format string mismatch.
17259
17260         * gnus-score.el (gnus-summary-increase-score): do.
17261
17262         * nnrss.el (nnrss-close): New function.
17263
17264 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17265
17266         * nnrss.el (nnrss-make-filename): New function.
17267         (nnrss-request-delete-group, nnrss-read-server-data)
17268         (nnrss-save-server-data, nnrss-read-group-data)
17269         (nnrss-save-group-data): Use it.
17270         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17271         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17272         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17273
17274 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17275
17276         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17277
17278 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17279
17280         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17281         files.
17282
17283         * message.el (message-generate-headers-first): Don't quote nil
17284         and t in docstrings.
17285
17286         * imap.el (imap-id): do.
17287
17288         * gnus-agent.el (gnus-agent-consider-all-articles)
17289         (gnus-agent-queue-mail): do.
17290
17291 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17292
17293         * spam-report.el (spam-report-process-queue): New function.
17294         Process requests from `spam-report-requests-file'.
17295         (spam-report-process-queue): Doc fix.
17296
17297 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17298
17299         * spam.el (spam-register-routine)
17300         (spam-log-processing-to-registry, spam-log-registered-p)
17301         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17302         Change "check" to "spam-check" for semi-clarity.
17303
17304 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17305
17306         * pop3.el: Require nnheader.
17307
17308         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17309
17310         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17311
17312         * gnus-picon.el: Require cl.
17313
17314         * gnus-fun.el: Require gnus-ems and gnus-util.
17315
17316         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17317
17318         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17319
17320         * gnus-art.el (gnus-article-edit-mode): Define before first
17321         reference.
17322
17323 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17324
17325         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17326         (gnus-uu-post-encoded): Use point-at-bol.
17327
17328         * gnus-topic.el (gnus-group-active-topic-p): do.
17329
17330         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17331
17332         * gnus-group.el (gnus-group-kill-region): do.
17333
17334         * gnus-art.el (article-date-ut): do.
17335
17336         * message.el (message-fetch-field): Remove redundant
17337         case-fold-search binding.
17338         (message-narrow-to-field): Simplify.
17339
17340 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17341
17342         * spam.el (spam-directory): Derive from `gnus-directory'.
17343
17344         * spam-report.el (spam-report-url-to-file)
17345         (spam-report-requests-file): New function and variable for offline
17346         reporting.
17347         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17348         and user defined function.
17349         (spam-report-url-ping-mm-url): Remove doubled slash.
17350
17351 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17352
17353         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17354
17355 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17356
17357         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17358         format string mismatch.
17359
17360         * sieve.el (sieve-deactivate-all): do.
17361
17362         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17363
17364         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17365
17366         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17367
17368         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17369
17370 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17371
17372         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17373         the list of checks.
17374
17375 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17376
17377         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17378         padding.
17379
17380 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17381
17382         * mm-view.el (mm-fill-flowed): New variable.
17383         (mm-inline-text): Use it.
17384
17385 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17386
17387         * spam.el (spam-spamassassin-register-ham-routine)
17388         (spam-spamassassin-register-spam-routine): Fix function names.
17389
17390 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17391
17392         * gnus.el (gnus-tmp-grouplens): Remove.
17393         (gnus-summary-line-format): Remove grouplens.
17394
17395         * gnus-group.el (gnus-group-line-format): Ditto.
17396
17397         * gnus-spec.el (gnus-format-specs): Ditto.
17398         (gnus-update-format-specifications): Flush the group format spec
17399         cache if there's the grouplens stuff.
17400         (gnus-parse-simple-format): Replace %l with the empty string.
17401
17402 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17403
17404         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17405         omission.
17406
17407 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17410         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17411
17412 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17413
17414         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17415         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17416         New macros and functions.
17417         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17418         Handle > NLINK_MAX messages.
17419         * nnmaildir.el (nnmaildir-request-set-mark): Use
17420         nnmaildir--emlink-p and nnmaildir--eexist-p.
17421
17422 2004-01-25  Alex Schroeder  <alex@gnu.org>
17423
17424         * spam-stat.el (spam-stat-process-directory-age): New option.
17425         (spam-stat-process-directory): Use it.
17426
17427 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17428
17429         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17430         (spam-stat-save): Accept prefix argument.
17431
17432 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17433
17434         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17435         links" error.
17436
17437 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17438
17439         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17440         the rest of the and/or forms.
17441
17442 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17443
17444         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17445         compatibility with old .newsrc.eld files.
17446
17447         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17448
17449         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17450
17451         * gnus-start.el (gnus-1): do.
17452
17453         * gnus-group.el (gnus-group-line-format-alist): do.
17454
17455         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17456
17457         * gnus-gl.el: Remove.
17458
17459 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17460
17461         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17462         marks consisting of a single range {for example, (3 . 5)} rather
17463         than a list of a single range { ((3 . 5)) }.
17464
17465 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17466
17467         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17468         with-current-buffer.
17469         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17470         avoid consing a string.
17471
17472         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17473         Remove obsolete entries for big5 and gb2312.
17474
17475 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17476
17477         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17478         uncompressed list.
17479
17480 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17481
17482         * spam-stat.el (spam-stat-strip-xref): New function.
17483         (spam-stat-process-directory): Use it.
17484
17485         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17486         here -- it's done in message-fetch-field.
17487
17488 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17489
17490         * gnus-agent.el (gnus-agent-queue-mail)
17491         (gnus-agent-prompt-send-queue): New variables.
17492         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17493         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17494         "nndraft:queue" along to gnus-draft-send.  Use
17495         gnus-agent-prompt-send-queue.
17496         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17497         is "nndraft:queue".  Suggested by Gaute Strokkenes
17498         <gs234@srcf.ucam.org>
17499
17500         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17501         (agent-enable-undownloaded-faces): Added.
17502         (gnus-agent-cat-groups): Use eval-and-compile, not
17503         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17504         method of gnus-agent-cat-groups even when the buffer has been
17505         evaled.
17506         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17507         delete gnus-agent-save-active-1.
17508         (gnus-agent-save-groups): Deleted.  Identical to
17509         gnus-agent-save-active.
17510         (gnus-agent-write-active): No longer adjust agent's copy of active
17511         file as agent's adjustments are now stored in their own
17512         file.  Removed optional parameter.
17513         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17514         servers.  Add use of min/max range limits from server's local
17515         file.
17516         (gnus-agent-save-alist): Removed unused optional argument.
17517         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17518         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17519         (gnus-agent-set-local): A per-server file that keeps min/max range
17520         limits for articles known to the agent.  Provides a fast mechanism
17521         for altering many active ranges.
17522         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17523         active file (local makes it unnecessary).
17524         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17525
17526         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17527         (agent-enable-undownloaded-faces): Added.
17528
17529         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17530         disable it when sending to "nndraft:queue".
17531         (gnus-group-send-queue): Add safety check to avoid sending queue
17532         when unplugged.
17533
17534         * gnus-group.el (gnus-group-catchup): Use new
17535         gnus-sequence-of-unread-articles, not
17536         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17537         numbers of articles.  Use gnus-range-map to avoid having to
17538         uncompress the unread list.
17539         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17540         Fixed invalid ange-ftp reference.
17541
17542         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17543         (gnus-sorted-range-intersection): Intersection of two ranges
17544         without requiring that they first be uncompressed.
17545
17546         * gnus-start.el (gnus-activate-group): Unless blocked by the
17547         caller, possibly expand the active range to include both cached
17548         and agentized articles.
17549         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17550         multiple version-dependent converters.
17551         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17552         gnus-agent-save-active.
17553         (gnus-save-newsrc-file): Save dirty agent range limits.
17554
17555         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17556         gnus-agent-possibly-alter-active.
17557         (gnus-adjust-marked-articles): Faster handling of simple lists.
17558
17559 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17560
17561         * spam-stat.el (spam-stat-test-directory): New optional argument
17562         displays a list of files detected.  Suggested by Andrew Cohen
17563         <cohen@andy.bu.edu>.
17564         (spam-stat-buffer-words-with-scores): Don't narrow and change
17565         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17566
17567 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17568
17569         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17570         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17571         (spam-spamassassin-arguments)
17572         (spam-spamassassin-spam-flag-header)
17573         (spam-spamassassin-positive-spam-flag-header)
17574         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17575         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17576         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17577         (spam-list-of-processors, spam-list-of-checks)
17578         (spam-list-of-statistical-checks, spam-registration-functions)
17579         (spam-check-spamassassin-headers, spam-check-spamassassin)
17580         (spam-spamassassin-score)
17581         (spam-spamassassin-register-with-sa-learn)
17582         (spam-spamassassin-register-spam-routine)
17583         (spam-spamassassin-register-ham-routine)
17584         (spam-assassin-register-spam-routine)
17585         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17586         (spam-bogofilter-score): Fix to show article before scoring.
17587
17588 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17589
17590         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17591         default scoring function.
17592         (spam-generic-score): Call spam-spamassassin-score if
17593         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17594         spam-bogofilter-score otherwise.
17595
17596         * gnus.el (spam-process, spam-autodetect-methods): Add
17597         spamassassin and spamassassin-headers.
17598
17599 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17600
17601         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17602         Suppress unnecessary messages.
17603
17604 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17605
17606         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17607         make-hash-table.
17608
17609 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17610
17611         * canlock.el (base64-encode-string): Don't autoload it.
17612
17613 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * run-at-time.el: Remove useless (require 'itimer),
17616         eval-and-compile and (featurep 'xemacs).
17617
17618 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17619
17620         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17621         GROUP is a virtual group.
17622
17623 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17624
17625         * gnus.el: Autoload `message-y-or-n-p'.
17626
17627 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17628
17629         * pgg-parse.el: Remove unnecessary (require 'custom).
17630
17631         * pgg-def.el: do.
17632
17633         * nnmail.el: do.
17634
17635         * gnus-undo.el: do.
17636
17637         * gnus-picon.el: do.
17638
17639         * gnus-util.el: do.
17640
17641 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17642
17643         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17644
17645 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17648         handle, as well as a list.
17649
17650         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17651         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17652         (mm-w3m-cid-retrieve): Simplify.
17653
17654 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17655
17656         * message.el (message-kill-to-signature): Allow prefix arg to
17657         specify number of lines to keep before signature.
17658
17659 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17660
17661         * message.el (message-kill-to-signature): Change docstring.
17662
17663 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * canlock.el: Always require sha1-el.
17666         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17667
17668         * message.el: Autoload sha1 only when compiling.
17669
17670         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17671         eudc-expand-inline for XEmacs.
17672
17673 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * message.el (message-canlock-generate): Require sha1-el.
17676
17677 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17678
17679         * message.el (message-expand-name): Silence the byte compiler.
17680
17681         * lpath.el: Add detect-coding-system.
17682
17683         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17684         cus-edit.
17685
17686 2004-01-13  Simon Josefsson  <jas@extundo.com>
17687
17688         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17689         Invoke gnus-score-mode.  Reported by
17690         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17691
17692         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17693         Jim Blandy <jimb@redhat.com> (tiny change).
17694
17695 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17696
17697         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17698
17699 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17700
17701         * spam.el (spam-get-article-as-string): Update to use
17702         gnus-request-article-this-buffer, much simpler.
17703         (spam-get-article-as-buffer): Remove.
17704
17705 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17706
17707         * message.el (message-expand-name): Use EUDC if the user uses that.
17708
17709 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17710
17711         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17712         character for the encoding to avoid consing a string.
17713
17714         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17715         unnecessarily.
17716
17717         * mm-util.el (mm-replace-chars-in-string): Remove.
17718
17719         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17720         of mm-replace-chars-in-string.
17721
17722 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17723
17724         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17725
17726         * mm-util.el (mm-subst-char-in-string): Support inplace.
17727
17728         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17729         a new string in every iteration.  Use shy groups.
17730
17731 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17732
17733         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17734         * gnus-soup.el (gnus-soup-group-brew):
17735         * gnus-msg.el (gnus-put-message):
17736         * gnus-move.el (gnus-group-move-group-to-server):
17737         * gnus-kill.el (gnus-batch-score):
17738         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17739         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17740         (gnus-group-update-group, gnus-group-read-group)
17741         (gnus-group-make-group, gnus-group-make-help-group)
17742         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17743         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17744         (gnus-group-sort-by-unread, gnus-group-catchup)
17745         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17746         (gnus-group-yank-group, gnus-group-set-info)
17747         (gnus-group-list-groups):
17748         * gnus.el (gnus-generate-new-group-name):
17749         * gnus-delay.el (gnus-delay-send-queue):
17750         * nnvirtual.el (nnvirtual-catchup-group):
17751         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17752         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17753         (gnus-group-prepare-topics, gnus-topic-check-topology):
17754         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17755         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17756         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17757         (gnus-group-make-articles-read):
17758         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17759         (gnus-group-change-level, gnus-kill-newsgroup)
17760         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17761         (gnus-get-unread-articles, gnus-make-articles-unread)
17762         (gnus-make-ascending-articles-unread): Use accessor
17763         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17764         to get group information for improved readability.
17765
17766
17767 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17768
17769         * gnus-art.el (article-decode-mime-words, article-babel)
17770         (gnus-article-highlight-signature, gnus-article-add-buttons)
17771         (gnus-signature-toggle): Use gnus-with-article-buffer.
17772
17773         * gnus-art.el (gnus-article-highlight-headers)
17774         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17775
17776         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17777         (gnus-article-set-globals, gnus-request-article-this-buffer)
17778         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17779         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17780         (gnus-mime-display-alternative): Use with-current-buffer.
17781
17782 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17783
17784         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17785         also under 80 char limit, and call gnus-error if needed.
17786         (spam-fetch-article-header): Fix - it was a
17787         buffer-local variable (gnus-newsgroup-data).
17788         (spam-find-spam): Use spam-generate-fake-headers, forget about
17789         spam-insert-fake-headers.
17790         (spam-insert-fake-headers): Remove.
17791
17792 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17793
17794         * deuglify.el (gnus-article-outlook-unwrap-lines)
17795         (gnus-outlook-rearrange-article)
17796         (gnus-outlook-repair-attribution-outlook)
17797         (gnus-outlook-repair-attribution-block)
17798         (gnus-outlook-repair-attribution-other): Remove redundant
17799         save-excursion.
17800
17801 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17802
17803         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17804         (spam-fetch-field-subject-fast)
17805         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17806         (spam-fetch-article-header): Add functions to deal with Gnus
17807         internals for fast retrieval of article header data.
17808         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17809
17810 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17811
17812         * pop3.el (pop3-md5): Remove.
17813         (pop3-apop): Replace pop3-md5 with md5.
17814
17815         * mm-bodies.el: base64 is always built-in.
17816
17817         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17818         with-current-buffer.
17819
17820 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * canlock.el (canlock-insert-header): Remove excessive grouping in
17823         regexp.
17824
17825         * gnus-sum.el (gnus-summary-read-document): Ditto.
17826
17827         * gnus-uu.el (gnus-uu-part-number): Ditto.
17828
17829         * html2text.el (html2text-remove-tags): Ditto.
17830         (html2text-format-tags): Ditto.
17831         (html2text-format-single-elements): Ditto.
17832
17833         * mml.el (mml-parse-1): Ditto.
17834
17835 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17836
17837         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17838
17839         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17840
17841         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17842
17843         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17844
17845 2003-11-15  Simon Josefsson  <jas@extundo.com>
17846
17847         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17848         (pgg-gpg-lookup-key): Use regexp match instead of
17849         split-string (split-string is different between emacs 21.2 and
17850         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17851
17852 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17853
17854         * gnus-art.el (gnus-mime-view-all-parts)
17855         (gnus-article-part-wrapper, gnus-article-view-part): Use
17856         with-current-buffer.
17857
17858 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17859
17860         * spam.el (spam-disable-spam-split-during-ham-respool)
17861         (spam-spamoracle-database, spam-cache-lookups)
17862         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17863         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17864         (spam-group-ham-marks, spam-group-spam-marks)
17865         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17866         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17867         also add spam-use-blackholes to the statistical checks.
17868         (spam-fetch-field-fast): Add interface to fetching fields, may
17869         become a macro.
17870         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17871         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17872         (spam-insert-fake-headers): Fake an article when needed.
17873         (spam-find-spam): Fake article when possible.
17874         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17875         (spam-check-bogofilter-headers): Use message-fetch-field instead
17876         of nnmail-fetch-field.
17877
17878 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17879
17880         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17881
17882 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17883
17884         * spam.el (spam-split): Do not require spam-use-CHECK to be
17885         enabled if that check is passed to spam-split explicitly; also
17886         fix so 'spam doesn't get converted to spam-split-group when
17887         spam-split-symbolic-return is t.
17888         (spam-find-spam): Find registrations of the article and use those
17889         instead of re-running spam-split to find the spam/ham
17890         classification of the article.
17891         (spam-log-processing-to-registry, spam-log-registered-p)
17892         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17893         Use gnus-error instead of gnus-message.
17894         (spam-log-registration-type): Add function to determine the
17895         classification of a message based on registry entries; will
17896         return nil if both 'spam and 'ham are found.
17897         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17898         a reasonably fast local cache without the loading errors.
17899         (spam-cache-lookups): Set to t by default.
17900         (spam-find-spam): Don't try to guess spam-cache-lookups.
17901         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17902         spam-caches entry.
17903         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17904         caching of whitelist/blacklist entries.
17905         (spam-check-whitelist, spam-check-blacklist): Invoke
17906         spam-from-listed-p with a type, not a cache variable.
17907         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17908
17909 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17910
17911         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17912
17913         * nnmail.el (nnmail-split-fancy): do.
17914
17915         * mml.el (mml-parse): do.
17916
17917         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17918         (gnus-score-adaptive): do.
17919
17920 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17921
17922         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17923         (gnus-mime-button-map): Don't set keymap parent.
17924         (gnus-button-ctan-directory-regexp): Use shy grouping.
17925         (gnus-prev-page-map): Don't set keymap parent.
17926         (gnus-prev-page-map): Remove duplicated one.
17927         (gnus-next-page-map): Don't set keymap parent.
17928         (gnus-mime-security-button-map): Ditto.
17929
17930         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17931         version number.
17932
17933         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17934
17935 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17936
17937         * canlock.el (canlock-sha1-function): Remove.
17938         (canlock-sha1-function-for-verify): Remove.
17939         (canlock-openssl-program): Remove.
17940         (canlock-openssl-args): Remove.
17941         (canlock-ignore-errors): Remove.
17942         (canlock-sha1-with-openssl): Remove.
17943         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17944         (canlock-verify): Don't use canlock-ignore-errors.
17945
17946         * sha1-el.el (sha1-string-external): Make it can return a string
17947         in binary form.
17948         (sha1-region-external): Ditto.
17949         (sha1-string-internal): Ditto.
17950         (sha1-region-internal): Ditto.
17951         (sha1-region): Ditto.
17952         (sha1-string): Ditto.
17953         (sha1): Ditto.
17954
17955 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17956
17957         * spam.el (spam-report-articles-gmane): New command.
17958
17959 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17962
17963         * run-at-time.el (run-at-time-saved): Remove.
17964         (run-at-time): Doc fix.
17965
17966 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17967
17968         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17969         (gnus-summary-limit-map): Add it.
17970         (gnus-summary-make-menu-bar): do.
17971
17972 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17973
17974         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17975         Make attempt at some caching support (done for BBDB only now).
17976         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17977         addresses to be checked.
17978         (spam-clear-cache-BBDB): Add function, to be invoked by
17979         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17980         (spam-check-BBDB): Check and use the caches, if
17981         spam-cache-lookups is on, remove superfluous (provide).
17982
17983 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17984
17985         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17986
17987 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17988
17989         * run-at-time.el (run-at-time-saved): Move to after the definition
17990         of `run-at-time'.
17991
17992         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17993
17994 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17997         mm-w3m-local-map-property.
17998
17999         * mm-view.el (mm-w3m-mode-map): Remove.
18000         (mm-w3m-local-map-property): Remove.
18001         (mm-inline-text-html-render-with-w3m): Don't use
18002         mm-w3m-local-map-property.
18003
18004 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18005
18006         * run-at-time.el: New file.
18007
18008         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18009         under Emacs.
18010
18011         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18012         of gnus-set-text-properties.
18013
18014         * gnus-uu.el (gnus-uu-save-article): Ditto.
18015
18016         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18017
18018         * gnus-cite.el (gnus-cite-parse): Ditto.
18019
18020         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18021         of gnus-.
18022
18023         * gnus-xmas.el (run-at-time): Require run-at-time.
18024
18025         * gnus.el: Changed calls to nnheader-run-at-time and
18026         password-run-at-time throughout to use run-at-time directly.
18027
18028         * password.el: Removed definition of run-at-time.
18029
18030         * nnheaderxm.el: Remove definition of run-at-time.
18031
18032 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18033
18034         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18035         in prompt.
18036
18037 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18038
18039         * messagexmas.el (message-xmas-redefine): Alias
18040         `message-make-caesar-translation-table' to
18041         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18042         version.
18043
18044         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18045         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18046         `gnus-xmas-set-text-properties'.
18047         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18048         `gnus-xmas-completing-read'.
18049         (gnus-xmas-completing-read): Removed.
18050         (gnus-xmas-open-network-stream): Removed.
18051
18052         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18053         XEmacs version.
18054
18055         * dns.el (dns-make-network-process): Use `open-network-stream'
18056         instead of `gnus-xmas-open-network-stream'.
18057
18058         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18059
18060         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18061
18062 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18063
18064         * gnus-art.el (gnus-mime-display-alternative)
18065         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18066         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18067         Don't use gnus-local-map-property.
18068
18069         * gnus-util.el (gnus-local-map-property): Remove.
18070
18071         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18072         gnus-completing-read-maybe-default with completing-read.
18073
18074         * gnus-util.el (gnus-completing-read): do.
18075         (gnus-completing-read-maybe-default): Remove.
18076
18077 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18078
18079         * password.el: Only autoload `run-at-time' if not XEmacs.
18080         Only autoload the itimer functions if XEmacs.
18081
18082 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18085         XEmacsen.
18086
18087         * dgnushack.el: Autoload executable-find for XEmacs.
18088
18089 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18090
18091         * gnus-art.el (gnus-read-string): Remove.
18092         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18093         read-string.
18094
18095 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18096
18097         * netrc.el: Autoload password-read.
18098         (netrc): Add configuration group.
18099         (netrc-encoding-method, netrc-openssl-path): Add
18100         variables for encoding and decoding of files with symmetric
18101         ciphers.
18102         (netrc-encode): Add assistant function to encode a file with
18103         netrc-encoding-method.
18104         (netrc-parse): Add interactive parameter, added optional
18105         decoding if netrc-encoding-method is non-nil but otherwise
18106         behavior is standard.
18107         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18108         Do s/encode/encrypt/ everywhere.
18109
18110         * spam.el: Remove executable-find autoload.
18111
18112 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18113
18114         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18115
18116         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18117
18118 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18119
18120         * gnus-art.el (gnus-treat-ansi-sequences)
18121         (article-treat-ansi-sequences): New variable and function.
18122         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18123
18124         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18125         Use it.
18126
18127 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18128
18129         * mm-util.el (mm-quote-arg): Remove.
18130
18131         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18132         shell-quote-argument.
18133
18134         * gnus-uu.el (gnus-uu-command): do.
18135
18136         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18137
18138         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18139         with make-char.
18140
18141         * mm-util.el (mm-make-char): Remove.
18142
18143         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18144         add-minor-mode.
18145
18146         * gnus-undo.el (gnus-undo-mode): do.
18147
18148         * gnus-topic.el (gnus-topic-mode): do.
18149
18150         * gnus-sum.el (gnus-dead-summary-mode): do.
18151
18152         * gnus-start.el (gnus-slave-mode): do.
18153
18154         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18155
18156         * gnus-ml.el (gnus-mailing-list-mode): do.
18157
18158         * gnus-gl.el (gnus-grouplens-mode): do.
18159
18160         * gnus-draft.el (gnus-draft-mode): do.
18161
18162         * gnus-dired.el (gnus-dired-mode): do.
18163
18164         * gnus-ems.el (gnus-add-minor-mode): Remove.
18165
18166         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18167         Replace gnus-char-width with char-width.
18168
18169         * gnus-ems.el (gnus-char-width): Remove.
18170
18171         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18172         Replace gnus-char-width with char-width.
18173
18174         * gnus-ems.el (gnus-char-width): Remove.
18175
18176         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18177         definition.
18178         Remove Emacs 20 hash table compatibility code.
18179
18180         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18181         20 compatibility code.
18182
18183         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18184
18185         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18186
18187         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18188         with point-at-{eol,bol}.
18189
18190         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18191
18192         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18193
18194         * flow-fill.el (fill-flowed-point-at-bol)
18195         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18196
18197         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18198         Replace with point-at-{eol,bol} throughout all files.
18199
18200 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * ntlm.el (ntlm-string-as-unibyte): New macro.
18203         (ntlm-build-auth-response): Use it.
18204
18205         Remove Emacs 20 stuff:
18206         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18207         (butlast, mapc, remove): Remove the compiler macros.
18208         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18209         of delq and copy-sequence.
18210         * gnus-art.el (popup-menu): Remove the compiler macro.
18211         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18212         Emacs 20.
18213
18214 2004-01-05  Simon Josefsson  <jas@extundo.com>
18215
18216         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18217         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18218         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18219         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18220         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18221         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18222         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18223         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18224         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18225         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18226         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18227         string-xor into ntlm-string-xor.  Suggested by
18228         Jesper Harder <harder@myrealbox.com>.
18229
18230         * ntlm.el: Don't include poem.
18231
18232         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18233         Jesper Harder <harder@myrealbox.com>.
18234
18235         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18236
18237         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18238         probably breaks emacs with DL patch, but do we care? Is anyone
18239         still using the DL stuff?)
18240
18241         * sieve-manage.el: Use the password package.
18242         (sieve-manage-read-passwd): Remove.
18243         (sieve-manage-interactive-login): Use password.  Re-add
18244         condition-case around loop.
18245
18246         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18247         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18248         the password package.
18249
18250 2003-02-19  Simon Josefsson  <jas@extundo.com>
18251
18252         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18253         token.
18254
18255 2002-08-07  Simon Josefsson  <jas@extundo.com>
18256
18257         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18258         (sieve-manage-authenticators):
18259         (sieve-manage-authenticator-alist): Add some SASL mechs.
18260         (sieve-sasl-auth): New function.
18261         (sieve-manage-cram-md5-auth):
18262         (sieve-manage-plain-auth): Rewrite using SASL library.
18263         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18264         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18265         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18266         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18267
18268 2004-01-05  Simon Josefsson  <jas@extundo.com>
18269
18270         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18271         New files.
18272
18273 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18274
18275         * gnus-group.el (gnus-no-groups-message): Update.
18276
18277         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18278
18279 2003-11-09  Simon Josefsson  <jas@extundo.com>
18280
18281         * imap.el: Support for ID IMAP extension (RFC 2971).
18282         (imap-local-variables): Add imap-id.
18283         (imap-id): New variable.
18284         (imap-id): New function.
18285         (imap-parse-response): Parse untagged ID response.
18286         * nnimap.el (nnimap-id): New variable.
18287         (nnimap-open-connection): Use it.
18288
18289 2003-12-28  Simon Josefsson  <jas@extundo.com>
18290
18291         * gnus-score.el (gnus-score-edit-all-score): New.
18292         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18293
18294 2004-01-04  Simon Josefsson  <jas@extundo.com>
18295
18296         * password.el: Add.
18297
18298 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18299
18300         * dns.el (dns-query-types): Fix typo.
18301         (dns-query-types): New function.
18302         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18303         PTR and SOA replies, see RFC 1035.
18304
18305 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18306
18307         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18308
18309         * Moved to Changelog.2.
18310
18311 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18312
18313         * gnus.el (gnus-version-number): Bump version.
18314
18315 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18316
18317         * gnus.el: No Gnus v0.1 is released.
18318
18319 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18320
18321         * gnus.el: No Gnus v0.0 is released.
18322
18323 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18324
18325         * gnus.el (gnus-version-number): Bump.
18326         (gnus-version): No.
18327
18328 See ChangeLog.2 for earlier changes.
18329
18330     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18331       Free Software Foundation, Inc.
18332
18333   This file is part of GNU Emacs.
18334
18335   GNU Emacs is free software: you can redistribute it and/or modify
18336   it under the terms of the GNU General Public License as published by
18337   the Free Software Foundation, either version 3 of the License, or
18338   (at your option) any later version.
18339
18340   GNU Emacs is distributed in the hope that it will be useful,
18341   but WITHOUT ANY WARRANTY; without even the implied warranty of
18342   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18343   GNU General Public License for more details.
18344
18345   You should have received a copy of the GNU General Public License
18346   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18347
18348 ;; Local Variables:
18349 ;; coding: utf-8
18350 ;; fill-column: 79
18351 ;; add-log-time-zone-rule: t
18352 ;; End: