nnimap: fix boundary detection
[gnus] / lisp / ChangeLog
1 2010-10-20  Julien Danjou  <julien@danjou.info>
2
3         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4         (nnimap-insert-partial-structure): Fix boundary detection.
5
6 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
7
8         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
9         run file-truename on remote files.  This can be expensive and even
10         prevent one from editing drafts if some unrelated buffer has a stale
11         connection.
12
13 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
16         kinsoku-eol regardless of shr-kinsoku-shorten.
17         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
18         (shr-tag-table): Support caption, thead, and tfoot.
19
20 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
23         lines.
24         (shr-save-contents): New command and keystroke.
25
26         * nndoc.el (nndoc-type-alist): Add git support.
27         (nndoc-git-type-p): New function.
28         (nndoc-transform-git-article): Ditto.
29         (nndoc-transform-git-headers): Ditto.
30         (nndoc-transform-git-headers): Generate Subject headers.
31
32         * shr.el (shr-parse-style): New function.
33         (shr-tag-span): Ditto.
34
35         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
36         to `G G' to avoid collisions.
37
38 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * shr.el: Load kinsoku if necessary.
41         (shr-kinsoku-shorten): New internal variable.
42         (shr-find-fill-point): Make kinsoku shorten text line if
43         shr-kinsoku-shorten is bound to non-nil.
44         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
45         shr-indentation too when testing if table is wider than frame width.
46         (shr-insert-table): Use `string-width' instead of `length' to measure
47         text width.
48         (shr-insert-table-ruler): Make sure indentation is done at bol.
49
50 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
51
52         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
53         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
54         undecoded network data.
55
56 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
59         name in the mode line spec so that the mode line menu works
60         (bug #2431).
61
62         * message.el (message-get-reply-headers): If we're fed `to-address',
63         then always use that.
64
65         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
66         aren't so wide as to need to switch off the edit menu.
67
68         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
69         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
70
71         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
72         `M-g'.
73         (nnimap-update-info): Update flags/read marks even if \* isn't part of
74         the permanent marks.
75
76 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
77
78         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
79         Splitting according to references/in-reply-to obeys the ignore-groups
80         variable, while splitting by sender and subject do not.
81
82 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
85         alist, so that we can look for non-Unicode chars.
86         (article-translate-strings): Allow both character and string maps.
87
88 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * shr.el (shr-insert): Don't insert space behind a wide character
91         categorized as kinsoku-bol, or between characters both categorized as
92         nospace.
93
94 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
95
96         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
97         headers to gnus-newsgroup-headers.
98
99 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * shr.el (shr-tag-img): Don't align images -- since we're not
102         rescaling, this often leads to ugly displays.
103
104 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
105
106         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
107         duplicates.
108
109 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
110
111         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
112         call.
113
114 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * gnus.el: Autoload gnus-html-show-images.
117
118         * nnimap.el: Use nnheader-message throughout.
119
120         * shr.el (shr-tag-img): Ignore images with no data.
121
122 2010-10-15  Julien Danjou  <julien@danjou.info>
123
124         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
125         a possibility to disable format=flow encoding when using hard newlines.
126
127 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * shr.el (shr-insert): Remove space inserted before or after a
130         breakable character or at the beginning or the end of a line.
131         (shr-find-fill-point): Do kinsoku; find the second best point or give
132         it up if there's no breakable point.
133
134 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * nnimap.el (nnimap-open-connection): Message when opening connection
137         for debugging purposes.
138
139         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
140         on every setup buffer call to allow this to change from article to
141         article.
142
143         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
144         buffers where we have a wide table.
145
146 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
147
148         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
149         uses *-request-thread.
150
151 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * nnimap.el (nnimap-open-connection): Remove %s from openssl
154         incantation, which is no longer valid.
155
156 2010-10-14  Julien Danjou  <julien@danjou.info>
157
158         * shr.el: Fix defcustom type (char -> character).
159
160 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * nnimap.el (nnimap-open-connection): tls-program should be a list of
163         programs.
164
165 2010-10-14  Julien Danjou  <julien@danjou.info>
166
167         * shr.el (shr-tag-a): Use url-link as widget type.
168
169         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
170         `gnus-group-get-icon'.
171
172 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
175         This should make server editing work better.
176
177         * shr.el (shr-find-fill-point): Don't inloop on indented text.
178
179         * tls.el (tls-program): Remove spurious %s from openssl.
180
181         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
182         (nnimap-parse-flags): Fix regexp.
183
184         * shr.el (shr-find-fill-point): Use a filling algorithm that should
185         probably work for CJVK text, too.
186
187         * nnimap.el (nnimap-extend-tls-programs): Removed.
188         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
189
190         * tls.el (tls-starttls-switches): Remove starttls hack.
191         (open-tls-stream): Ditto.
192         (tls-find-starttls-argument): Ditto.
193
194 2010-10-13  Julien Danjou  <julien@danjou.info>
195
196         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
197         responses.
198
199 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
200
201         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
202
203         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
204         anything in Emacs.
205
206         * shr.el (shr-current-column): Remove buggy and unnecessary function.
207
208 2010-10-13  Julien Danjou  <julien@danjou.info>
209
210         * shr.el (shr-width): Make shr-width a defcustom with default to
211         fill-column.
212         (shr-tag-img): Use shr-width rather than fill-column.
213
214 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
215
216         * dgnushack.el (byte-optimize-apply)
217         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
218
219         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
220         position when (X-)Faces exist.
221         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
222         avatars when called interactively.
223
224 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
227         gnus-article-x-face-too-ugly is bound.
228
229 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
232
233         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
234         mailbox that doesn't exist.
235
236 2010-10-12  Julien Danjou  <julien@danjou.info>
237
238         * shr.el (shr-tag-img): Encode URL properly when retrieving.
239         (shr-get-image-data): Encode URL properly when fetching from cache.
240         (shr-tag-img): Use aligned-to spaces to align correctly images.
241
242         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
243         before inserting the Gravatar.
244
245         * shr.el (shr-tag-img): Add align attribute support for <img>.
246
247 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-gravatar.el (gnus-art): Required.
250
251         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
252         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
253         Remove long obsoleted functions.
254
255 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
258
259         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
260
261         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
262         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
263         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
264         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
265         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
266         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
267         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
268
269 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * nnimap.el (nnimap-request-rename-group): Select group read-only
272         before renaming it.
273
274         * shr.el (shr-insert): Fix up the white space only regexp.
275
276         * nnimap.el (nnimap-transform-split-mail): Not all articles have
277         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
278
279         * shr.el (shr-current-column): New function.
280         (shr-find-fill-point): New function.
281
282 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
283
284         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
285         numbers.
286
287 2010-10-11  Julien Danjou  <julien@danjou.info>
288
289         * shr.el (shr-hr-line): Add.
290         (shr-tag-hr): Use shr-hr-line to specify which character to use to
291         display hr lines.
292         (shr-max-columns): Do not change state to nil if we just inserting
293         spaces.
294
295 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * gnus-topic.el (gnus-topic-read-group): If after the last group,
298         select the last group.
299
300 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
301
302         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
303
304 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
305
306         * dig.el (dig-mode-map): Declare and define in one step.
307
308 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
311         for Gnus.
312         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
313         (nnimap-update-qresync-info): Mark \Seen articles as read.
314
315         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
316         non-variable, too.
317
318         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
319         available.
320         (nnimap-update-info): Rely more on the current active than the param
321         active to avoid marking articles as read too much.
322
323         * auth-source.el (auth-source-create): Use (user-login-name) for the
324         user name default.
325
326         * nnimap.el (nnimap-update-info): If the server doesn't return any
327         useful info, just use the previous info.
328         (nnimap-update-info): Prefer old info over start-article.
329         (nnimap-update-qresync-info): Finish implementing QRESYNC.
330
331 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
332
333         * nnir.el (autoload): Clean up autoloads.
334         (nnir-imap-default-search-key): Renamed from
335         nnir-imap-search-field. Use key rather than value.
336         (nnir-imap-search-other): New variable.
337         (nnir-read-parm): Use it.
338         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
339         (gnus-summary-nnir-goto-thread): Modify to work with imap.
340
341 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
342
343         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
344         the process, too.
345
346 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
349         Allbery.
350
351         * shr.el: Rework the way things are indented by <li> slightly.
352
353         * gnus.el (gnus-group-set-parameter): Fix typo.
354
355         * nnimap.el: Start implementing QRESYNC support.
356
357 2010-10-09  Julien Danjou  <julien@danjou.info>
358
359         * nnir.el (nnir-engines): Fix too many arguments.
360
361 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
362
363         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
364         group is the "last", so that the backends like nnfolder actually save
365         their folders.
366
367         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
368         try to use that for the tls stream.
369         (nnimap-retrieve-group-data-early): Rework the marks code to heed
370         UIDVALIDITY and find out which groups are read-only and not.
371         (nnimap-get-flags): Use the same marks parsing code as the rest of
372         nnimap.
373
374 2010-10-09  Julien Danjou  <julien@danjou.info>
375
376         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
377
378         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
379         retrieving gravatars.
380
381         * shr.el (shr-table-corner): Add.
382         (shr-table-line): Add.
383         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
384
385 2010-10-08  Julien Danjou  <julien@danjou.info>
386
387         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
388
389 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
390
391         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
392
393         * gnus-sum.el (gnus-mark-article-as-unread)
394         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
395         (gnus-summary-set-bookmark): Use it.
396
397         * gnus-msg.el (gnus-setup-message): Use it.
398
399         * gnus-demon.el (gnus-demon-remove-handler): Use it.
400
401         * gnus.el (gnus-group-remove-parameter): Use it.
402
403         * gnus-group.el (gnus-group-make-web-group): Use it.
404
405         * gnus-demon.el (gnus-demon-remove-handler): Use it.
406
407         * nnregistry.el: Update docs to mention manual.
408
409         * gnus-registry.el: Update docs to mention nnregistry.el.
410         (gnus-registry-initialize): Don't install nnregistry refer method
411         automatically.
412         (gnus-registry-install-nnregistry): Remove it.
413
414 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
415
416         * shr.el (shr-insert): Don't insert double spaces.
417
418 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * gnus-gravatar.el (gnus-treat-from-gravatar)
421         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
422         called interactively.
423
424         * gnus-art.el (gnus-mime-view-part-externally)
425         (gnus-mime-view-part-internally): Make predicate function passed to
426         gnus-mime-view-part-as-type assume argument is a mime type, not a list
427         of a mime type.
428
429         * shr.el (shr-table-widths): Don't use cl function `reduce'.
430
431 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * shr.el (require): Require cl when compiling.
434         (shr-tag-hr): New function.
435
436         * nnimap.el (nnimap-update-info): Remove double setting of high.
437         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
438         makes nnimap work properly on Courier again.
439
440         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
441         the variable for backwards compatability.
442
443         * mm-decode.el (mm-save-part): If given a non-directory result, expand
444         the file name before using to avoid setting mm-default-directory to
445         nil.
446
447         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
448         bidning gnus-agent variables.
449
450         * shr.el (shr-render-td): Use a cache for the table rendering function
451         to avoid getting an exponential rendering behaviour in nested tables.
452         (shr-insert): Rework the line-breaking algorithm.
453         (shr-insert): Don't leave trailing spaces.
454         (shr-insert-table): Also insert empty TDs.
455         (shr-tag-blockquote): Ensure paragraphs after </ul>.
456
457 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
458
459         * gnus-sum.el (gnus-number): Rename from `number'.
460         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
461         (gnus-summary-limit-children): Update uses correspondingly.
462
463 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
466         (gnus-gravatar-transform-address): Don't show avatars of people of
467         which mail addresses match gnus-gravatar-too-ugly.
468
469 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * shr.el (shr-table-widths): Expand TD elements to fill available
472         space.
473
474 2010-10-07  Julien Danjou  <julien@danjou.info>
475
476         * nnimap.el (nnimap-request-rename-group): Add this method.
477
478 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
481         name from XEmacs' function-arglist.
482
483         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
484         gravatar under XEmacs.
485
486 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
487
488         * auth-source.el: Update docs with TODO items.
489
490         * gnus-sync.el: Update docs to explain state and plans.
491
492         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
493         Hooks for mark updates.
494         (gnus-request-set-mark, gnus-request-update-mark): Use them.
495
496         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
497         hooks with arguments, which is needed for mark update hooks.
498
499 2010-10-06  Julien Danjou  <julien@danjou.info>
500
501         * gnus.el (gnus-expand-group-parameter): Only return and act on what
502         was matched.
503
504         * sieve-manage.el: Update example in `Commentary'.
505
506         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
507
508         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
509         not 2000.
510         (sieve-manage-authenticate): Re-add function.
511
512 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * shr.el (shr-insert): Get 'space transition right.
515         (shr-render-td): Only delete space at the end of the TD.
516
517         * nnimap.el (nnimap-open-connection): Prepare to support
518         open-gnutls-stream.
519
520         * shr.el: Rearrange function order to be more logical.
521
522 2010-10-06  Julien Danjou  <julien@danjou.info>
523
524         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
525         (nnrss-discover-feed): Remove 404 URL in docstring.
526
527         * nnir.el: Fix Swish-E URL.
528         Fix Namazu URL.
529
530         * message.el (message-change-subject): Remove 404 URL in a comment.
531
532 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
535         called interactively.
536
537         * gnus-util.el (gnus-remove-if): Allow hash table.
538         (gnus-remove-if-not): New function.
539
540         * gnus-art.el (gnus-mime-view-part-as-type)
541         * gnus-score.el (gnus-summary-score-effect)
542         * gnus-sum.el (gnus-read-move-group-name):
543         Replace remove-if-not with gnus-remove-if-not.
544
545         * gnus-group.el (gnus-group-completing-read):
546         Regard collection as a hash table if it is not a list.
547
548 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * shr.el (shr-render-td): Allow blank/missing <TD>s.
551
552         * shr.el: Document the table-rendering algorithm.
553
554 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
557         for Emacsen having no `libxml-parse-html-region' support.
558
559 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
562         invalid URLs.
563
564         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
565         line-broken.
566         (shr-tag-img): Ignore image fetching errors.
567         (shr-overlays-in-region): Compute overlay positions correctly.
568
569         * mm-decode.el (mm-shr): Require shr.
570
571         * gnus-art.el (gnus-blocked-images): Move variable here.
572
573         * shr.el (shr-insert-table): Bind free variable.
574
575         * mm-decode.el (mm-shr): Bind shr-content-function.
576
577         * shr.el (shr-content-function): New variable.
578
579         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
580         added for symmetry.
581
582         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
583
584         * gnus-group.el (gnus-group-make-group): Doc fix.
585
586         * nnimap.el (nnimap-request-newgroups): Return success.
587
588         * shr.el (shr-find-elements): New function.
589         (shr-tag-table): Put all the images after the table.
590         (shr-tag-table): Really inhibit images inside the table.
591         (shr-collect-overlays): Copy over overlays from the TD elements to the
592         main document.
593
594         * mm-decode.el (mm-shr): Bind shr-blocked-images to
595         gnus-blocked-images.
596
597 2010-10-05  Julien Danjou  <julien@danjou.info>
598
599         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
600
601         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
602         (gnus-html-maximum-image-size): Add this function.
603         (gnus-html-put-image): Use gnus-html-maximum-image-size.
604
605         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
606         server-value of the capability is nil.
607
608 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * shr.el (shr-tag-em): Add <EM> tag.
611
612 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
613
614         * sieve-manage.el (sieve-manage-default-stream): Make default stream
615         customizable.
616
617         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
618         handing broken links to browse-url.
619
620 2010-10-05  Julien Danjou  <julien@danjou.info>
621
622         * gnus-util.el (gnus-emacs-completing-read)
623         (gnus-iswitchb-completing-read): Use autoload rather than require.
624
625 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
628         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
629         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
630         iswitchb-temp-buflist for XEmacs.
631
632         * gnus-util.el (gnus-completing-read-function): Exclude
633         gnus-icompleting-read and gnus-ido-completing-read from candidates for
634         XEmacs since iswitchb.el is very old and ido.el is unavailable in
635         XEmacs.
636
637         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
638         not to use `delete-dups' that is unavailable in XEmacs 21.4.
639
640         * gnus-html.el: Don't require help-fns under XEmacs.
641         (gnus-html-schedule-image-fetching): Work for XEmacs.
642
643         * mm-decode.el (mm-shr): Decode contents by charset.
644
645 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
648         unknown.
649
650         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
651         (shr-get-image-data): Ensure against the cache file missing.
652
653         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
654         for data.
655
656         * spam-report.el (spam-report-url-ping-plain): Don't query about
657         killing the process.
658
659         * shr.el (shr-render-td): Protect against too-wide text.
660
661 2010-10-04  Julien Danjou  <julien@danjou.info>
662
663         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
664         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
665
666         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
667         retrieved.
668
669 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * shr.el (browse-url): Required.
672         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
673         lines.
674         (shr-show-alt-text, shr-browse-image): New commands.
675         (shr-browse-url, shr-copy-url): New commands.
676
677         * gnus-sum.el (gnus-widen-article-window): New variable.
678         (gnus-summary-select-article-buffer): Use it.
679
680         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
681         without @ signs.
682
683 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
684
685         * nnir.el (nnir-run-imap): Remove spurious space in search string.
686
687 2010-10-04  Julien Danjou  <julien@danjou.info>
688
689         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
690         for XEmacs.
691
692 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
693
694         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
695
696         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
697         (nnimap-close-server): Implement.
698
699         * dgnushack.el (iswitchb): Require to shut up the compiler.
700
701         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
702         (shr-insert): Tweak line breaking.
703         (shr-insert): Handle <pre> better.
704         (shr-tag-li): Get <li> indentation right.
705         (shr-tag-li): Get <li> indentation even righter.
706         (shr-tag-blockquote): Ensure paragraph start.
707         (shr-make-table): Tweak table generation.
708         (shr-make-table): Fix typo.
709
710         * shr.el: Implement table rendering.
711
712 2010-10-04  Julien Danjou  <julien@danjou.info>
713
714         * gnus-html.el (gnus-html-put-image): Fix resize image code.
715
716 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * shr.el (shr-insert): Use string anchors instead of line anchors.
719
720 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * shr.el: Add headings.
723         (shr-ensure-paragraph): Actually work.
724         (shr-tag-li): Make <ul> prettier.
725         (shr-insert): Get white space at the beginning/end of elements right.
726         (shr-tag-p): Collapse subsequent <p>s.
727         (shr-ensure-paragraph): Don't insert double line feeds after blank
728         lines.
729         (shr-insert): \t is also space.
730         (shr-tag-s): Fix "s" tag name function.
731         (shr-tag-s): Fix face prop name.
732
733 2010-10-03  Julien Danjou  <julien@danjou.info>
734
735         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
736
737         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
738         gnus-window-inside-pixel-edges.
739
740         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
741         gnus-ems.
742
743         * mm-view.el (mm-inline-image-emacs): Support image resizing.
744
745         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
746         function.
747
748         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
749         resize choice.
750
751 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
754         beginning of the buffer.
755
756         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
757         article buffer again.
758
759         * shr.el (shr-tag-p): Don't insert newlines at the start of the
760         buffer.
761
762         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
763         when it's at the start of the buffer.
764
765         * shr.el (shr-tag-blockquote): Convert name.
766         (shr-rescale-image): Use the right image-size variant.
767
768         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
769         buffer isn't shown, then select the current article first instead of
770         bugging out.
771         (gnus-summary-select-article-buffer): Show both the article and summary
772         buffers again.
773
774         * shr.el (shr-fontize-cont): Protect against regions with no text.
775         Rename tag functions to shr-tag-* for enhanced security.
776         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
777
778 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
779
780         * shr.el (shr-insert):
781         * pop3.el (pop3-movemail):
782         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
783         loaded.
784
785 2010-10-03  Glenn Morris  <rgm@gnu.org>
786
787         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
788
789         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
790
791         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
792
793         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
794
795         * gnus-util.el (gnus-make-local-hook): Simplify.
796
797 2010-10-02  Julien Danjou  <julien@danjou.info>
798
799         * gnus-util.el (gnus-iswitchb-completing-read): New function.
800         (gnus-ido-completing-read): New function.
801         (gnus-emacs-completing-read): New function.
802         (gnus-completing-read): Use gnus-completing-read-function.
803         Add gnus-completing-read-function.
804
805 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * shr.el (shr-insert-document): Autoload.
808         (shr-img): Be silent.
809         (shr-insert): Add a newline after every picture before text.
810         (shr-add-font): Use overlays for combining faces.
811         (shr-insert): Pass upwards the text start point.
812
813         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
814         possible.
815         (mm-shr): New function.
816
817 2010-10-02  Julien Danjou  <julien@danjou.info>
818
819         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
820         should go backward.
821
822 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
823
824         * shr.el (shr): Fix typo in provide call.
825
826 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827
828         * shr.el: New file.
829
830         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
831
832         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
833         completing read.
834
835 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
838         we're being queried about.  Suggested by Dan Jacobson.
839
840         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
841         by Jason Eisner.
842
843         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
844         table, too.  Suggested by Stefan Wiens.
845         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
846         the table unnecessary.  Suggested by Stefan Wiens.
847
848         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
849         longer needed, and probably doesn't work either, as pointed out by
850         Stefan Wiens.
851         (gnus-summary-exit): Remove call to the clearing function.
852         (gnus-summary-exit-no-update): Ditto.
853
854         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
855         instead of gnus-eval-in-buffer-window to avoid popping up frames.
856         Reported by Stefan Monnier.
857         (gnus-summary-save-in-rmail): Ditto.
858
859         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
860         article buffer, instead of both the article buffer and the summary
861         buffer.  Sort of suggested by Dan Jacobson.
862
863         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
864
865         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
866         Suggested by Dan Jacobson.
867
868         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
869         documentation clearer.
870
871         * message.el (message-shorten-references): Comment on the number "21".
872         Suggested by Stefan Monnier.
873
874         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
875         Suggested by Dan Jacobson.
876
877         * gnus.el (gnus-large-newsgroup): Mention
878         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
879
880         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
881         externalize attachments.  Bug reported by Steve Wen.
882
883         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
884         really message anything to the user.
885
886         * nnmail.el (nnmail-article-group): Allow using the fancy split method
887         directly.
888
889         * nnimap.el (nnimap-request-group): Low higher than high to signal no
890         messages in empty groups.
891
892 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
893
894         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
895         non-UIDNEXT group.
896
897 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
900         not the value from the collection.
901
902         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
903         values.  This sometimes happens on some groups that have no info.
904         (nnimap-request-newgroups): New function.
905
906 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
907
908         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
909         check into `gnus-registry-initialize'.
910         (gnus-registry-initialize): Ditto.
911         Fix and extend header docs.
912
913 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
916         regexp backtrace overflows.
917
918         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
919         for starttls that tls.el implements; i.e. openssl.
920
921         * tls.el (tls-starttls-switches): Give up on using starttls with
922         gnutls-cli.
923         (tls-program): Add --insecure to be consistent with the defaults from
924         openssl s_client.  Now all three commands are insecure.
925
926 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * lpath.el: Bind completion-styles-alist for XEmacs.
929
930         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
931         (gravatar-create-image): New function that's an alias to
932         gnus-xmas-create-image, gnus-create-image, or create-image.
933         (gravatar-data->image): Use it.
934
935 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
936
937         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
938         install the nnregistry refer method.
939         (gnus-registry-install-hooks): Use it.
940         (gnus-registry-unfollowed-groups): Add nnmairix to the default
941         unfollowed groups.
942
943 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
944
945         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
946         expanding threads.
947
948 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * nnir.el: Use the server names without suffixes (bug #7009).
951
952         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
953         unencrypted to STARTTLS, if possible.
954
955 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
956
957         * message.el (message-ignored-supersedes-headers): Strip Injection-*
958         headers before superseding.
959
960 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * nnrss.el (nnrss-use-local): Add documentation.
963
964         * nnimap.el (nnimap-extend-tls-programs): New function.
965         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
966         (nnimap-wait-for-connection): Accept the greeting from the stupid
967         output from openssl s_client -starttls, too.
968
969         * tls.el (tls-starttls-switches): New variable.
970         (tls-find-starttls-argument): Use it.
971         (open-tls-stream): Ditto.
972
973         * netrc.el (netrc-credentials): Return the value of the "default"
974         entry.
975         (netrc-machine): Ditto.
976
977         * nnimap.el (nnimap-find-article-by-message-id): Really return the
978         article number.
979         (nnimap-split-fancy): New variable.
980         (nnimap-split-incoming-mail): Use it.
981
982         * nntp.el (nntp-server-list-active-group): Document.
983
984         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
985         SELECT to get the message-id.
986
987         * mail-source.el (mail-sources): Removed webmail support.
988         (defvar): Ditto.
989         (mail-source-fetcher-alist): Ditto.
990         (mail-source-fetch-webmail): Removed.
991
992         * webmail.el: Removed -- doesn't seem relevant any more.
993
994         * gnus.el: Fix up make-obsolete-variable declarations throughout.
995
996         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
997         the \r.
998
999 2010-09-30  Julien Danjou  <julien@danjou.info>
1000
1001         * gnus-agent.el (gnus-agent-add-group): Fix call to
1002         gnus-completing-read.
1003
1004 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * nndoc.el (nndoc-retrieve-groups): New function.
1007
1008         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1009         `default', use nnmail-split-methods.
1010         (nnimap-request-article): Downcase the NILs so that they are nil.
1011
1012         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1013         symbol.
1014
1015         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1016         code, since if the user has requested network, that's what they ought
1017         to get.
1018         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1019         (nnimap-split-rule): Mark as obsolete.
1020
1021         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1022         variable.
1023
1024         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1025         correct slot, too.
1026
1027 2010-09-29  Julien Danjou  <julien@danjou.info>
1028
1029         * gnus.el (gnus-local-domain): Declare variable obsolete.
1030
1031         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1032         computing.
1033         (gnus-ido-completing-read): Require ido.
1034
1035 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1038         build Gnus.
1039
1040         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1041         when interpreting the structures.
1042         (nnimap-request-accept-article): Add \r\n to the lines to make this
1043         work with Cyrus.
1044
1045         * nndraft.el (nndraft-request-expire-articles): Use the group name
1046         instead if "nndraft".  Fix found by Nils Ackermann.
1047
1048 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1049
1050         * nnregistry.el: Added.
1051
1052 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1053
1054         * nnmail.el (group, group-art-list, group-art):
1055         Remove unneeded directives.
1056
1057 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1060         (mm-mime-charset)
1061         * rfc2047.el (rfc2047-syntax-table)
1062         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1063
1064         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1065         rather than `insert-file-contents' and `eval-region'.
1066
1067         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1068         construction.
1069
1070         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1071
1072         * time-date.el: No need to require cl for Emacs 21.
1073
1074 2010-09-29  Julien Danjou  <julien@danjou.info>
1075
1076         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1077         replacement of `gnus-gravatar-relief' to mimic
1078         `gnus-faces-properties-alist'.
1079         Add :version property.
1080
1081 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * mail-source.el (mail-source-report-new-mail)
1084         * message.el (message-default-mail-headers)
1085         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1086
1087         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1088
1089 2010-09-28  Julien Danjou  <julien@danjou.info>
1090
1091         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1092         mail-address contains the same string as real-name.
1093
1094         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1095         non-blank in header, otherwise it'll get stripped.
1096
1097         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1098         real-name, and then for mail address rather than doing : or , search.
1099
1100 2010-09-27  Julien Danjou  <julien@danjou.info>
1101
1102         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1103         (gnus-server-goto-server): Use gnus-completing-read.
1104
1105         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1106
1107         * mm-util.el (defalias): Use gnus-completing-read.
1108         (mm-codepage-setup): Use gnus-completing-read.
1109
1110         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1111         (smime-decrypt-buffer): Use gnus-completing-read.
1112
1113         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1114
1115         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1116         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1117         (mml-insert-multipart): Use gnus-completing-read.
1118
1119         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1120
1121         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1122
1123         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1124
1125         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1126
1127         * gnus.el (gnus-read-method): Use gnus-completing-read.
1128
1129         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1130
1131         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1132         (gnus-mime-action-on-part): Use gnus-completing-read.
1133         (gnus-article-encrypt-body): Use gnus-completing-read.
1134
1135         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1136         (gnus-topic-move-matching): Use gnus-completing-read.
1137         (gnus-topic-copy-matching): Use gnus-completing-read.
1138         (gnus-topic-sort-topics): Use gnus-completing-read.
1139         (gnus-topic-move): Use gnus-completing-read.
1140
1141         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1142         (gnus-agent-add-group): Use gnus-completing-read.
1143
1144         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1145         gnus-completing-read.
1146         (nnmairix-update-groups): Use gnus-completing-read.
1147         (nnmairix-get-server): Use gnus-completing-read.
1148         (nnmairix-backend-to-server): Use gnus-completing-read.
1149         (nnmairix-goto-original-article): Use gnus-completing-read.
1150         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1151
1152         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1153
1154         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1155         (gnus-group-make-useful-group): Use gnus-completing-read.
1156         (gnus-group-make-web-group): Use gnus-completing-read.
1157         (gnus-group-add-to-virtual): Use gnus-completing-read.
1158         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1159
1160         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1161         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1162         (gnus-summary-execute-command): Use gnus-completing-read.
1163         (gnus-summary-respool-article): Use gnus-completing-read.
1164         (gnus-read-move-group-name): Use gnus-completing-read.
1165
1166         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1167         (gnus-summary-score-effect): Use gnus-completing-read.
1168
1169         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1170
1171         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1172         right completing-read function.
1173         (gnus-use-ido): New variable
1174         (gnus-completing-read-with-default): Remove.
1175
1176 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1179         x-focus-frame.
1180
1181         * nnimap.el (auth-source-forget-user-or-password)
1182         (auth-source-user-or-password): Autoload.
1183
1184         * message.el (message-from-style, message-interactive)
1185         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1186         (message-yank-prefix, message-indentation-spaces, message-signature)
1187         (message-signature-file): Add comment.
1188
1189 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1190
1191         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1192         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1193         new articles.
1194
1195         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1196         parts.
1197         (nnimap-request-article): Work with the t setting, too.
1198
1199         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1200         that you don't get flashes of other buffers.
1201         (gnus-summary-show-complete-article): Intern before setting.
1202
1203 2010-09-27  David Engster  <dengste@eml.cc>
1204
1205         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1206         well as HEADERS.
1207         (nnmairix-retrieve-headers): Provide new argument for the above.
1208
1209 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * gnus-sum.el (gnus-summary-move-article): Don't alter
1212         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1213         group.
1214
1215         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1216
1217         * message.el (message-cite-prefix-regexp): Revert my last edit.
1218
1219         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1220         variable instead of the Gnus variable.
1221
1222         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1223
1224         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1225         again.
1226
1227         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1228         since some servers don't like it.
1229         (nnimap-open-connection): Forget credentials if the server says the
1230         password was wrong.
1231         (nnimap-parse-line): Protect against invalid data.
1232
1233         * gnus-sum.el (gnus-summary-move-article): Add comment.
1234         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1235         nothing alters it while scanning for new messages.
1236
1237         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1238         which may or may not help.
1239         (nnimap-open-connection): If we're doing a stream connection, and then
1240         discover we're on a STARTTLS-capable server, then open a STARTTLS
1241         connection instead.
1242
1243 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * nnimap.el (utf7): Required.
1246
1247         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1248         prefix.
1249
1250 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1251
1252         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1253
1254 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * nnimap.el (nnimap-request-accept-article): Message the error on
1257         error.
1258
1259 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1262
1263 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * nndoc.el (nndoc-request-list): Return success always.
1266
1267         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1268         `fetch-old' -- we only want to fetch the articles we've requested.  The
1269         rest are in the agent, probably.
1270         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1271         disappeared server" to something low.  It's not important.
1272
1273         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1274         arrived before the FETCH data.
1275
1276         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1277         target here, because we don't know the Gnus name of the group.
1278
1279         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1280         for the correct group.
1281
1282         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1283
1284         * gnus.el (gnus): Give a final warning after startup.
1285
1286         * gnus-util.el (gnus-action-message-log): New variable.
1287         (gnus-message): Use it.
1288         (gnus-final-warning): New function.
1289
1290         * nnimap.el (nnimap-open-connection): Record the greeting.
1291         (nnimap): Add greeting.
1292
1293 2010-09-26  Julien Danjou  <julien@danjou.info>
1294
1295         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1296         arguments.
1297         (gnus-html-wash-images): Fix spec computing to include start/end.
1298
1299         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1300
1301 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1304         deletion.
1305         (nnimap-retrieve-headers): Don't select the group, because that's
1306         already done by nnimap-possibly-change-group.
1307
1308         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1309         (gnus-picon-transform-address): Use it.
1310
1311         * mail-source.el (mail-source-value): Revert previous patch.
1312
1313         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1314         on failure.
1315         (nnimap-open-connection): Look up both virtual and physical server name
1316         credentials.
1317
1318         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1319
1320 2009-02-07  Dave Love  <fx@gnu.org>
1321
1322         * tls.el (open-tls-stream): Don't query killing process.
1323
1324 2009-02-08  Dave Love  <fx@gnu.org>
1325
1326         * gnus-win.el (gnus-window-to-buffer-helper,
1327         gnus-all-windows-visible-p): Function needn't be a symbol.
1328
1329         * mail-source.el (mail-source-value): Function needn't be a symbol.
1330
1331 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * message.el (message-cite-prefix-regexp): Remove } from the cite
1334         prefix.
1335
1336         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1337         highlight again, so that the highlight is correct.
1338
1339         * gnus-picon.el (gnus-picon): Remove again.
1340         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1341
1342         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1343         doing the header highlightling, so that the background colour of the
1344         picon is correct.
1345
1346         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1347         (gnus-picon): Ditto.
1348         (gnus-picon): Reinstate.  The background colour for picons is white.
1349         (gnus-picon-insert-glyph): Make the background white.
1350
1351         * nnml.el (nnml-open-nov): Don't return dead buffers.
1352
1353         * auth-source.el (auth-source-create): Query the user for whether to
1354         store the credentials.
1355
1356         * netrc.el (netrc-store-data): New function.
1357
1358         * auth-source.el (auth-source-user-or-password): Use the existing auth
1359         sources, if any, for creation.
1360
1361         * gnus.el (gnus-group-fast-parameter): Return the last matching
1362         parameter instead of the first matching parameter.
1363
1364 2010-09-26  Julien Danjou  <julien@danjou.info>
1365
1366         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1367
1368 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369
1370         * mml2015.el (mml2015-use): Remove gpg support.
1371
1372         * mml1991.el (mml1991-function-alist): Remove gpg function.
1373         (mml1991-gpg-sign): Removed.
1374
1375 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1376
1377         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1378         (gnus-browse-unsubscribe-current-group): Document it.
1379         (gnus-browse-unsubscribe-group): Use it.
1380
1381 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1384         address to the To list for easier response.
1385
1386         * gnus.el (gnus-play-startup-jingle): Removed.
1387         (gnus-splash): Don't play jingle.
1388         (gnus): Silence gnus-load message.
1389
1390         * gnus-art.el (gnus-treat-play-sounds): Removed.
1391
1392         * gnus.el (gnus-play-jingle): Remove audio support.
1393
1394         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1395
1396         * earcon.el: Removed -- no users.
1397
1398         * gnus-audio.el: Removed -- no users of this package.
1399
1400         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1401
1402         * gnus-start.el (gnus-setup-news): Remove nocem support.
1403
1404         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1405
1406         * gnus.el (gnus-use-nocem): Removed.
1407
1408         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1409         Removed.
1410
1411         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1412         uses NoCeM any more.
1413
1414         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1415         (gnus-button-ctan-handler): Ditto.
1416         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1417         (gnus-button-ctan-directory-regexp): Ditto.
1418         (gnus-button-handle-ctan): Ditto.
1419         (gnus-button-tex-level): Ditto.
1420         (gnus-button-alist): Removed CTAN stuff.
1421
1422 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1425         nnimap-streaming test.
1426
1427         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1428         servers twice.
1429
1430         * nnimap.el (nnimap-open-connection): Add more error reporting when
1431         nnimap fails early.
1432
1433         * nnheader.el (nnheader-get-report-string): New function.
1434         (nnheader-get-report): Use it.
1435
1436         * gnus-int.el (gnus-check-server): Say what the error was when opening
1437         failed.
1438
1439         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1440         using streaming.
1441
1442 2010-09-25  Julien Danjou  <julien@danjou.info>
1443
1444         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1445         gnus-window-inside-pixel-edges.
1446
1447 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1450
1451         * mm-decode.el (mm-save-part): Allow saving to other directories the
1452         normal Emacs way.
1453
1454         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1455         by Jay Berkenbilt.
1456
1457         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1458         there isn't a single byte.
1459
1460         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1461         just do it.  It doesn't really seem to matter what the user responds
1462         here, I think, so it's just a confusing question.
1463
1464         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1465         non-streaming case.
1466
1467         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1468         (gnus-article-encrypt-body): Use it.
1469
1470         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1471         keystroke.
1472
1473         * nnimap.el (nnimap-find-wanted-parts-1): Use
1474         gnus-fetch-partial-articles.
1475
1476         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1477
1478         * nnimap.el (nnimap-insert-partial-structure): New function.
1479         (nnimap-get-partial-article): New function.
1480         (nnimap-request-article): Use it.
1481         (nnimap-wait-for-response): Return whether the wait was successful.
1482         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1483         retrieval wasn't successful.
1484         (nnimap-retrieve-group-data-early): Allow throttling servers.
1485         (nnimap-streaming): New variable.
1486         (nnimap-fetch-partial-articles): Removed.
1487
1488         * mm-decode.el (mm-with-part): Protect against killed buffers.
1489
1490         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1491         for prettier summary display.
1492
1493 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1494
1495         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1496         directly.
1497
1498 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499
1500         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1501         apparently third-party libraries depend on it.
1502
1503         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1504         before starting negotiation.
1505
1506         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1507         privacy reasons.
1508         (gnus-treat-mail-gravatar): Ditto.
1509
1510         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1511         buffer when inserting images.  Inserting text into the headers, for
1512         instance, can make them invalid.
1513
1514 2010-09-25  Julien Danjou  <julien@danjou.info>
1515
1516         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1517         variables.
1518
1519         * nnheader.el: Remove useless variables news-reply-yank-from and
1520         news-reply-yank-message-id.
1521
1522         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1523         variables.
1524
1525         * mml1991.el: Remove useless mml1991-verbose.
1526
1527         * gnus.el: Remove useless variable gnus-use-generic-from.
1528         Remove obsolete variable gnus-topic-indentation.
1529
1530         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1531
1532         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1533
1534         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1535
1536         * gnus-group.el: Remove useless gnus-group-icon-cache.
1537         Remove useless gnus-ephemeral-group-server.
1538
1539         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1540
1541         * mml2015.el: Remove useless mml2015-verbose.
1542
1543         * mml-smime.el: Remove useless mml-smime-verbose.
1544
1545         * gnus.el: Remove useless gnus-local-domain.
1546
1547         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1548         gnus-gravatar-size.
1549
1550         * gnus-art.el: Remove useless gnus-treat-translate.
1551
1552 2010-09-24  Julien Danjou  <julien@danjou.info>
1553
1554         * gnus-sum.el: Add support for Gravatars.
1555
1556         * gnus-art.el: Add support for Gravatars.
1557
1558         * gnus-gravatar.el: Add this file.
1559
1560         * gravatar.el: Add this file.
1561
1562 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1565
1566         * gnus-group.el (gnus-group-fetch-faq): Removed.
1567
1568         * gnus.el (gnus-group-faq-directory): Removed.
1569
1570         * gnus-group.el (gnus-group-fetch-charter): Removed.
1571
1572         * gnus.el (gnus-group-charter-alist): Removed.
1573
1574         * gnus-group.el (gnus-group-archive-directory): Removed.
1575         (gnus-group-recent-archive-directory): Ditto.
1576         (gnus-group-make-archive-group): Removed.
1577
1578         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1579
1580         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1581         use the same article number for all the cached articles.
1582
1583         * nnimap.el (nnimap-command): Register the last command time so
1584         that we can use it for idling NOOPs.
1585         (nnimap-open-connection): Start the keeplive timer.
1586         (nnimap-make-process-buffer): Store all the process buffers.
1587         (nnimap-keepalive): New function.
1588
1589         * starttls.el: (starttls-open-stream): Add autoload cookie.
1590
1591 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1592
1593         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1594         handling.
1595
1596 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1599         its data structures.
1600
1601         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1602         instead of the cl.el copy-list.
1603         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1604         equalp.
1605
1606 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1609         and tool-bar-local-item-from-menu.
1610
1611         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1612         mode-line-highlight face for Emacs.
1613
1614         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1615         loading gnus-sum.elc; fix comment for canlock-verify.
1616         (gnus-article-jump-to-part): Use read-number.
1617         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1618         Emacs pre-21 compatible code for help-echo.
1619         (gnus-article-next-page-1): No need to adjust the number of lines.
1620         (gnus-article-describe-bindings): Always use help-buffer.
1621
1622         * gnus-audio.el (gnus-audio-inline-sound)
1623         * gnus-cus.el (gnus-custom-mode)
1624         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1625
1626         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1627
1628         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1629         compatible code.
1630
1631 2010-09-24  Glenn Morris  <rgm@gnu.org>
1632
1633         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1634         visiting the fcc file in rmail-mode.
1635
1636         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1637
1638 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1639
1640         * nnir.el: Silence the byte compiler.
1641
1642         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1643         alias to browse-url-url-encode-chars if any.
1644         (gnus-html-encode-url): Use it.
1645
1646 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * gnus-start.el (gnus-use-backend-marks): New variable.
1649         (gnus-get-unread-articles-in-group): Use it.
1650
1651         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1652         makeover.
1653
1654 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1655
1656         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1657
1658 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1661         Removed.
1662         (gnus-setup-news-hook): Removed
1663         gnus-fixup-nnimap-unread-after-getting-new-news.
1664
1665         * gnus-int.el (gnus-request-update-info): Protect against backends not
1666         having the function.
1667
1668         * nnimap.el (nnimap-stream): Mention starttls.
1669         (nnimap-open-connection): Add starttls support.
1670
1671 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1672
1673         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1674
1675 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1678         BODYSTRUCTUREs.
1679         (nnimap-transform-headers): Unfold quoted {42} headers.
1680
1681         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1682         the info.
1683         (gnus-get-unread-articles): Only call updatep on backends that support
1684         it.
1685
1686         * nnweb.el (nnweb-request-update-info): NOOP.
1687
1688         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1689
1690         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1691         since it only deals with marks.
1692
1693         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1694         gnus-request-marks, and make a new gnus-request-update-info.
1695
1696         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1697         the active instead of the high number, which is usually too low.
1698
1699 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1700
1701         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1702         * encrypt.el: Removed.
1703
1704 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1707         server in symbolic form.
1708
1709         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1710         0.9.
1711
1712 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1715         (nnimap-update-info): Fix up code slightly.
1716
1717         * gnus-int.el (gnus-open-server): Add tracing for performance
1718         debugging.
1719
1720         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1721         (gnus-group-insert-group-line): Pass the real group name so that it
1722         gets the right data.
1723
1724         * gnus-start.el (gnus-get-unread-articles): Don't have
1725         `gnus-get-unread-articles-in-group' update info, since that can be
1726         really slow and doesn't seem to be needed?
1727
1728 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1729
1730         * time-date.el (date-to-time): Try using parse-time-string first before
1731         using the slower timezone-make-date-arpa-standard.
1732
1733 2010-09-22  Julien Danjou  <julien@danjou.info>
1734
1735         * gnus-group.el (gnus-group-insert-group-line): Call
1736         gnus-group-highlight-line.
1737         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1738         default hook list.
1739         (gnus-group-update-eval-form): Add new function.
1740         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1741         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1742
1743 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1746         immediate, then expire all articles.
1747         (nnimap-update-info): Fix off-by-one errors.
1748         (nnimap-flags-to-marks): Would return no marks lists for group with no
1749         flags.  Instead return the other data.
1750
1751 2010-09-22  Julien Danjou  <julien@danjou.info>
1752
1753         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1754         Only return an icon.
1755         (gnus-group-insert-group-line): Compute icon to return.
1756
1757         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1758         variable.
1759         (gnus-html-image-fetched): Only cache if
1760         gnus-html-image-automatic-caching is set.
1761         (gnus-html-image-fetched): Check for errors.
1762
1763 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1766         once per method on `g'.  This ensures that backends like nnfolder don't
1767         open all their folders.
1768
1769         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1770         (nnimap-request-list): Nix out group in the correct buffer.
1771         (nnimap-parse-flags): Implement by using `read' instead of
1772         hand-parsing.
1773         (nnimap-flags-to-marks): Pass on permanent-flags.
1774         (nnimap-make-process-buffer): Record the server name.
1775         (nnimap-parse-flags): Fix typo.
1776         (nnimap-request-scan): Run split on the server in general, not just a
1777         single group.
1778
1779         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1780         parameter, and propagate this downwards.
1781
1782         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1783         since EXAMINE changes it on the server.
1784
1785         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1786         this command might take a while.
1787
1788 2010-09-22  Julien Danjou  <julien@danjou.info>
1789
1790         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1791         harmful if you have 2 images side-by-side, they can't be properly
1792         update on text deletion.  Using text-property is safer here.
1793         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1794         data.
1795
1796 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * nnimap.el (nnimap-expunge-inbox): Removed.
1799         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1800         (nnimap-expunge): Flip default to t.
1801
1802         * gnus.el (gnus-method-to-server): Don't push things to the cache
1803         unless it's unique.
1804         (gnus-server-to-method): Ditto.
1805
1806 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1809
1810 2010-09-22  Julien Danjou  <julien@danjou.info>
1811
1812         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1813         get the start of data.
1814         (gnus-html-encode-url): Add this function to encode special chars in
1815         URL.
1816         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1817         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1818
1819         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1820         default.
1821         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1822
1823         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1824         images alt-text.
1825         (gnus-html-put-image): Put alt-text as help-echo.
1826
1827 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1830         * mm-util.el (mm-decompress-buffer)
1831         * nnir.el (nnir-run-find-grep)
1832         * pop3.el (pop3-list): Use 3rd arg of split-string.
1833
1834         * time-date.el (format-seconds): Comment fix.
1835
1836         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1837         and byte-optimize-form-code-walker.
1838         (dgnushack-make-auto-load): Don't advise make-autoload.
1839
1840         * lpath.el: Remove Emacs 21 stuff.
1841
1842 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1843
1844         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1845         outside the active range.  Suggested by Dan Christensen.
1846
1847         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1848         slightly later to avoid double-getting it.
1849
1850         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1851         previous patch.
1852
1853         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1854
1855 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1856
1857         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1858
1859 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860
1861         * gnus-int.el (gnus-open-server): Give a better error message in the
1862         "go offline" case.
1863
1864         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1865         marks for nnimap, which is seldom the right thing to do.
1866
1867         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1868         (gnus-same-method-different-name): New function.
1869
1870         * nnimap.el (parse-time): Require.
1871
1872         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1873         method in the presence of many similar methods.
1874
1875         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1876
1877         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1878         nnml-inhibit-expiry.
1879
1880         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1881         find out whether methods are equal.
1882
1883         * nnimap.el (nnimap-find-expired-articles): New function.
1884         (nnimap-process-expiry-targets): New function.
1885         (nnimap-request-move-article): Request the article before looking at
1886         what the Message-ID is.  Fix found by Andrew Cohen.
1887         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1888
1889         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1890         for oldness in addition to being a predicate.
1891
1892         * nnimap.el (nnimap-request-group): When we have zero articles, return
1893         the right data to Gnus.
1894         (nnimap-request-expire-articles): Only delete articles immediately if
1895         the target is 'delete.
1896
1897         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1898         method, this would bug out.
1899
1900         * gnus-group.el (gnus-group-expunge-group): Renamed from
1901         gnus-group-nnimap-expunge, and implemented as a normal interface
1902         function.
1903
1904         * gnus-int.el (gnus-request-expunge-group): New function.
1905
1906         * nnimap.el (nnimap-request-create-group): Implement.
1907         (nnimap-request-expunge-group): New function.
1908
1909 2010-09-21  Julien Danjou  <julien@danjou.info>
1910
1911         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1912         (gnus-html-cache-expired): Add new function.
1913         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1914         wethever we should display image for fetch it.
1915         Compute alt-text earlier to pass it to the fetching function too.
1916         (gnus-html-schedule-image-fetching): Change function argument to only
1917         get one image at a time, not a list.
1918         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1919         cache.
1920         (gnus-html-get-image-data): New function to retrieve image data from
1921         cache.
1922         (gnus-html-put-image): Change buffer argument to use image data rather
1923         than file, and place image above region rather than inserting a new
1924         one. Do not take alt-text as argument, since it's useless now: we place
1925         the image above alt-text.
1926         (gnus-html-prune-cache): Remove.
1927         (gnus-html-show-images): Start to fetch image when we find one, do not
1928         push into a temporary list.
1929         (gnus-html-prefetch-images): Only fetch image if they have expired.
1930         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1931         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1932
1933 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1936
1937 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1940         spec inser "*" if the group isn't active instead of 0.
1941
1942         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1943         opening the server.
1944         (nnimap-request-delete-group): Implement group deletion.
1945         (nnimap-transform-headers): Return the size of the entire message in
1946         the Bytes header, not just the size of the first part.
1947         (nnimap-request-move-article): When moving an article from nnimap,
1948         request the article first so the accepting form has an article to
1949         accept.  Reported by Dan Christensen.
1950         (nnimap-command): Make sure that the error message doesn't error out.
1951
1952 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1953
1954         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1955         we haven't requested anything.
1956
1957 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1960         "".  Fix found by Andrew Cohen.
1961
1962         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1963         instead of -encode-string.
1964
1965 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1968
1969         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1970         by mm-subst-char-in-string.
1971
1972 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1975         waiting for the connection string.
1976
1977         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1978         arriving.
1979
1980         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1981         bogus characters.  This allows selecting certain Gmail groups.
1982
1983         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1984         (nnimap-fetch-partial-articles): New variable.
1985         (nnimap-open-connection): When looking for credentials, also use the
1986         nnimap-server-port.
1987         (nnimap-request-article): Return the group/article number, so that Gnus
1988         `^' works as expected.
1989         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1990         them.
1991
1992         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1993         comments.
1994         (gnus-methods-sloppily-equal): New function.
1995         (gnus): When using the development version of Gnus, load the gnus-load
1996         file.
1997
1998         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1999         `gnus-open-server' on each method before trying to scan them etc.  This
2000         ensures that all the backend parameters are set correctly.
2001
2002         * nnimap.el (nnimap-authenticator): New variable.
2003         (nnimap-open-connection): Allow anonymous login.
2004         (nnimap-transform-headers): The chars header is called Chars not
2005         Bytes.
2006         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2007         drops.
2008
2009         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2010         patch, found by Knut Anders Hatlen.
2011
2012 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2013
2014         * gnus-agent.el (gnus-agent-batch-confirmation)
2015         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2016         to gnus-message.
2017         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2018         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2019         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2020         * gnus-int.el (gnus-open-server): Likewise.
2021         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2022         (gnus-score-check-syntax): Likewise.
2023         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2024         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2025         Likewise.
2026         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2027
2028 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2031         calling conventions so that prefetch doesn't bug out.
2032
2033 2010-09-19  Julien Danjou  <julien@danjou.info>
2034
2035         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2036         rather than `subst-char-in-region' in order to be able to replace ASCII
2037         char by UTF-8 ones.
2038
2039         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2040         than curl.
2041         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2042         the right URL and ALT text on images.
2043         (gnus-html-wash-tags): Fix tag case.
2044         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2045         (gnus-article-html): Add -o display_ins_del=2 option.
2046         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2047
2048 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2051         the extra mail headers, which sometimes seem to happen for unknown
2052         reasons.
2053
2054         * mail-parse.el (mail-header-encode-parameter): Define as
2055         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2056         (or most, perhaps?) mail readers don't understand the latter, but do
2057         understand the former.
2058
2059         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2060         to nil, so that no methods are automatically agentized.  I think this
2061         is probably what most users want.
2062
2063         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2064         from url-retrieve, for instance about invalid URLs.
2065
2066         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2067         groups that have no articles.
2068         (nnimap-request-article): Check that we really got an article when we
2069         requested one.
2070
2071         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2072         doesn't exist.
2073
2074         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2075         nntp buffer so the agent can save it.
2076         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2077         that CRLF doesn't get translated to \n.
2078         (nnimap-open-connection): Don't make 'shell commands only send \n.
2079
2080 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2081
2082         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2083         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2084         Update var name.
2085         (nnml-generate-nov-file): Use dolist.
2086         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2087         Use with-current-buffer.
2088
2089 2010-09-18  Julien Danjou  <julien@danjou.info>
2090
2091         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2092         parallel.
2093
2094 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2097         the range update right.
2098         (nnimap-request-group): Don't make `M-g' bug out on group with no
2099         marks.
2100         (nnoo): Required, so that other packages can require nnimap.
2101         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2102         command we're looking for.  This helps when the server sends more
2103         responses after we've gotten everything we expected.
2104         (nnimap): Add a `newlinep' field to keep track of end-of-line
2105         conventions.
2106         Don't send CRLF to things that don't want it.
2107         (nnimap-request-accept-article): Ditto.
2108
2109 2010-09-18  Julien Danjou  <julien@danjou.info>
2110
2111         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2112         than curl to retrieve images.
2113
2114 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2117         the marks.
2118         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2119         (nnimap-wait-for-connection): New function.
2120         (nnimap-open-connection): If we have PREAUTH, don't query for login
2121         credentials.
2122         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2123         when doing a partial update.
2124
2125 2010-09-18  Julien Danjou  <julien@danjou.info>
2126
2127         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2128         tags.
2129
2130 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * nnimap.el (nnimap-credentials): New function.
2133         (nnimap-open-connection): Use the new function to look for credentials
2134         also on the numeric equivalents of "imap" and "imaps".
2135
2136         * gnus-start.el (gnus-activate-group): Send the info to
2137         gnus-request-group.
2138
2139         * nnimap.el (nnimap-request-group): Have the "check" version of the
2140         function parse flags and update the info, so that a `M-g' get a total
2141         resync of all flags from the group.
2142
2143         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2144         to allow backends to alter the info on group selection.  Also alter all
2145         the backend -request-group functions to take the parameter.
2146
2147         * nnimap.el (nnimap-store-info): New function.
2148         (nnimap-update-info): Store the info for later usage.
2149         (nnimap-request-group): Use the stored info for the dont-check case, so
2150         that we don't retrieve all marks when we enter a group.
2151
2152         * nnimap.el: Use deffoo instead of defun for interface functions.
2153
2154         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2155         update the group info.  This makes the nndraft groups, for instance, go
2156         back to their old behaviour.
2157
2158         * gnus-sum.el (gnus-select-newsgroup): Indent.
2159
2160         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2161         in.
2162         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2163         nothing.
2164
2165         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2166         from methods that are denied.
2167
2168         * gnus-int.el (gnus-method-denied-p): New function.
2169
2170         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2171         store the password instead of netrc.
2172         (nnimap-open-connection): Don't error out when we can't make a
2173         connections.
2174
2175         * auth-source.el (auth-source-create): In the password prompt, say what
2176         we're querying for.  Also prompt for user name if that hasn't been
2177         given.
2178
2179         * nnimap.el (nnimap-with-process-buffer): Removed.
2180
2181 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2184         method when we're reading from the agent.
2185
2186         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2187
2188         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2189         that's probably most useful for users.
2190
2191         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2192         "failed" all the time.
2193
2194         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2195         ...)) with (with-current-buffer ... ).
2196
2197         * nntp.el (nntp-open-server): Return whether the open was successful or
2198         not.
2199
2200         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2201         select an unread unseen article first.
2202
2203         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2204         /etc/services, supply some sensible port defaults.
2205
2206         * dgnushack.el: Define netrc-credentials.
2207
2208 2010-09-17  Julien Danjou  <julien@danjou.info>
2209
2210         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2211
2212 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2213
2214         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2215         doesn't have any parameters.
2216
2217 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2220         only upcased checks.
2221
2222         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2223
2224         * nnimap.el (nnimap-open-shell-stream): New function.
2225         (nnimap-open-connection): Use it.
2226         (nnimap-transform-headers): Get the number of lines in each message.
2227         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2228         number of lines.
2229         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2230         problem.
2231
2232         * utf7.el (utf7-encode): Autoload.
2233
2234         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2235         to allow the mail splitting to not return a default group.  This is
2236         useful for nnimap, which will leave unmatched mail in the inbox.
2237
2238         * nnimap.el: Rewritten.
2239
2240         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2241         nnimap usage.
2242
2243         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2244         if the move is internal, so that nnimap can do fast internal moves.
2245
2246         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2247         data.
2248         (gnus-read-active-for-groups): Support finishing the early retrieval of
2249         data.
2250
2251         * gnus-range.el (gnus-range-nconcat): New function.
2252
2253         * gnus-int.el (gnus-finish-retrieve-group-infos)
2254         (gnus-retrieve-group-data-early): New functions.
2255
2256 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2257
2258         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2259         (nnrss-retrieve-groups):
2260         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2261         (pop3-quit): Use with-current-buffer.
2262
2263 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2266         instead of nnheader-accept-process-output.
2267
2268         * dgnushack.el (dgnushack-compile): Add comment.
2269
2270         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2271
2272         * gnus-html.el (gnus-html-schedule-image-fetching)
2273         (gnus-html-prefetch-images): Replace process-kill-without-query by
2274         gnus-set-process-query-on-exit-flag.
2275
2276 2010-09-16  Romain Francoise  <romain@orebokech.com>
2277
2278         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2279
2280 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2283         parameter to unintern is mandatory-ish in Emacs 24.
2284
2285         * gnus-html.el (gnus-html-schedule-image-fetching)
2286         (gnus-html-prefetch-images): Check for curl before using it.
2287
2288         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2289         depend on curl, which isn't essential.
2290
2291         * imap.el: Revert back to version
2292         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2293         seem problematic.
2294
2295 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2296
2297         * gnus-registry.el (gnus-registry-install-shortcuts):
2298         Explicitly pass `obarray' to `unintern' to avoid a warning.
2299
2300 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2303         change.
2304
2305         * nnrss.el (nnrss-request-list): Removed this function and related
2306         functions, including the moreover stuff.
2307
2308 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * nnrss.el (nnrss-retrieve-groups): New function.
2311
2312 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2313
2314         * .dir-locals.el: Add no-byte-compile cookie.
2315
2316 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * time-date.el (format-seconds): Comment fix.
2319
2320         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2321         for back end that doesn't support request-scan.
2322
2323 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2326         then do request scans from the backends.
2327
2328         * netrc.el (netrc-credentials): New conveniency function.
2329
2330         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2331         avoid running a hook per line, since this takes a lot of time,
2332         profiling shows.
2333         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2334         directly if gnus-visual-p is true.
2335
2336 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2339         groups; replace mapcar with dolist which is a bit faster; pass groups
2340         info to gnus-read-active-file-1.
2341         (gnus-read-active-file-1): Scan only specified groups if the new
2342         optional arg `infos' is given.
2343
2344 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2347
2348         * pop3.el (pop3-movemail): Removed.
2349         (pop3-streaming-movemail): Renamed to pop3-movemail.
2350
2351         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2352         don't restrict end-tag searches to the end of the line.
2353
2354 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2357         articles of every unchecked group to t, which means unknown since the
2358         server has never been opened.
2359
2360 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * gnus-html.el (gnus-html-show-alt-text): New command.
2363         (gnus-html-browse-image): Ditto.
2364         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2365         to browse the image directly.
2366         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2367         better.
2368
2369         * gnus-async.el (gnus-async-article-callback): Call
2370         `gnus-html-prefetch-images' unconditionally.
2371
2372         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2373         before feeding URLs to curl.
2374
2375 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2378         internal images as deletable by `W D D'.
2379
2380         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2381         (gnus-async-article-callback): Fix typo.
2382
2383 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2386         current line to work around bugs in the output from w3m.
2387
2388         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2389         for groups that want that.
2390
2391         * nntp.el (nntp-wait-for-string): Supply a timeout for
2392         accept-process-output to ensure progress.
2393
2394         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2395         level to get unread articles from, then use that for foreign groups,
2396         too.
2397
2398         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2399         confuses the rest of the function.
2400
2401         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2402         for the methods that support -retrieve-groups, too.
2403
2404         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2405
2406 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2409         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2410
2411         * pop3.el: Require cl when compiling.
2412         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2413
2414 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415
2416         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2417         that aren't going to be activated.
2418         (gnus-get-unread-articles): Fix up the last commit.
2419
2420         * gnus-html.el (gnus-article-html): Allow calling without specifying
2421         the handle.  In that case, dissect the buffer first.
2422
2423         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2424
2425         * nnimap.el (nnimap-open-connection): Revert the change that would look
2426         into authinfo for imaps instead of imap.
2427
2428         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2429         say that you don't want to call gnus-request-group with don-check, but
2430         do check the reponse.  This is for virtual groups only.
2431         (gnus-get-unread-articles): Count the archive groups as secondary, so
2432         that they're activated the same way as before.
2433
2434         * imap.el (imap-message-map): Removed optional buffer parameter, since
2435         no callers use it.
2436         (imap-message-get): Ditto.
2437         (imap-message-put): Ditto.
2438         (imap-mailbox-map): Ditto.
2439         (imap-mailbox-put): Ditto.
2440         (imap-mailbox-get): Ditto.
2441         (imap-mailbox-get): Revert last change for this function.
2442
2443         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2444         case-insensitively.
2445         (nnimap-debug): Removed.
2446
2447         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2448         to use `imap-fetch' instead.  According to the comments, this should be
2449         safe, since all other IMAP clients use the 1:* syntax.
2450         (imap-enable-exchange-bug-workaround): Removed.
2451         (imap-debug): Removed -- doesn't seem very useful.
2452
2453         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2454         mail from a file, and the file doesn't exist.
2455
2456         * imap.el (imap-log): New convenience function used throughout instead
2457         of repeating the same code all over the place.
2458
2459         * pop3.el (pop3-streaming-movemail): Return t for success.
2460
2461         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2462         .authinfo if we're using ssl connection.
2463
2464         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2465         already have if we're in a main Gnus `g' run.
2466
2467         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2468
2469 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2472
2473         * nnmh.el (nnmh-request-list-1): Bind `file'.
2474
2475         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2476         alias to set-process-query-on-exit-flag or process-kill-without-query.
2477         (pop3-open-server): Use it.
2478
2479 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2482         box to the Incoming file.  Fixes mistake in previous checkin.
2483
2484         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2485         request loop (for debugging purposes) removed.
2486
2487         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2488         culprit is more visible.
2489         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2490         (nnml-add-incremental-nov): New functions to do "incremental" nov
2491         updates, where we just append to the end of the existing nov files
2492         without reading/writing them in full.
2493
2494         * mail-source.el (mail-source-delete-crash-box): Really only check the
2495         incoming files once in a while.
2496
2497         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2498
2499         * mail-source.el (mail-source-delete-crash-box): Only check the
2500         incoming files for deletion once per day to save a lot of file
2501         accesses.
2502
2503         * pop3.el (pop3-logon): Fix up unbound variable typo.
2504
2505         * mail-source.el (pop3-streaming-movemail): Autoload.
2506
2507         * pop3.el (pop3-streaming-movemail): Respect
2508         pop3-leave-mail-on-server.
2509
2510         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2511         retrieval.
2512
2513         * pop3.el (pop3-process-filter): Removed unused function.
2514         (pop3-streaming-movemail, pop3-send-streaming-command)
2515         (pop3-wait-for-messages, pop3-write-to-file)
2516         (pop3-number-of-responses): New functions for streaming pop3
2517         retrieval.
2518
2519         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2520         come from no known methods.
2521         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2522         list.
2523
2524         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2525         message sizes.
2526         (pop3-movemail): Use erase-buffer instead of looping and deleting
2527         regions, which seems rather odd.
2528
2529         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2530         file once per `g' run.
2531
2532         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2533         directories.  This makes the draft queue directory work.
2534
2535         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2536         data from the backends, so that we only request the list of groups from
2537         each method once.  This should speed things up considerably.
2538
2539         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2540         detect that it's not implemented.
2541
2542         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2543         we actually do recurse down into the tree, but don't stat all leaf
2544         nodes.
2545
2546         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2547         then say so instead of bugging out.
2548
2549         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2550         files exist before trying to read them.
2551
2552         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2553         around <pre_int>.
2554
2555         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2556
2557         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2558
2559 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * mm-util.el (mm-image-load-path): Just return the image directories,
2562         not all directories in the path in addition to the image directories.
2563         (mm-image-load-path): Maintain a cache of the image directories so that
2564         the `g' command in Gnus doesn't have to stat dozens of directories each
2565         time.
2566
2567         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2568         (gnus-html-wash-tags): Add a new `i' command to insert images.
2569         (gnus-html-insert-image): New command and keystroke.
2570         (gnus-html-redisplay-with-images): New command and keystroke.
2571         (gnus-html-show-images): Renamed command.
2572         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2573         spacers.
2574         (gnus-html-wash-tags): Decode entities at the end, so that entities
2575         inside the tags don't mess up the rest of the "parsing".
2576
2577         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2578         so that nnimap methods aren't agentized by default.  There's apparently
2579         many problems related to agent/imap behaviour.
2580
2581         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2582
2583         * gnus-html.el: Doc fix.
2584
2585 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2588         specifier-spec-list for Emacs 21.
2589
2590         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2591         glyph-width and glyph-height instead of display-graphic-p and
2592         image-size; make avoidance of displaying small images work for XEmacs.
2593
2594         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2595         for XEmacs.
2596
2597         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2598         of symbol that holds plist data.
2599         (gnus-process-plist): Remove plist of process after getting it.
2600
2601 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * message.el (message-generate-hashcash): Change default to
2604         'opportunistic if hashcash is installed.
2605
2606         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2607         (gnus-html-put-image): Only call image-size once, since it's somewhat
2608         time-consuming on remote X servers.
2609
2610 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2613         type on data, not a file name.
2614
2615         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2616         window-pixel-edges for Emacs 21.
2617
2618         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2619         decoded contents.
2620         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2621
2622 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623
2624         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2625         group line format, since it isn't very interesting.
2626
2627         * gnus-agent.el (gnus-agent-short-article),
2628         (gnus-agent-long-article): Increase values for these two variables,
2629         since most people are likely to have more network connection and
2630         storage than before.
2631
2632         * gnus.el (gnus-refer-article-method): Change default to 'current.
2633         When referring an article, the common behaviour is to refer it from the
2634         current select method, not the native select method.  The chances of
2635         the native select method having the message in question is rather slim
2636         these days.
2637
2638         * gnus-sum.el (gnus-auto-select-subject): Change default to
2639         `unseen-or-unread'.  I think it's likely that most people want to
2640         select an unseen article over a previously seen, but unread one.
2641
2642         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2643         means that in the article buffer none of the minor mode elements will
2644         be shown, usually, and this is not desirable in most cases.
2645
2646         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2647         that commands like `d' (and the like) go to the next line in the
2648         buffer, instead of the next unread article.  I think this is the
2649         behaviour that is most natural for most users.
2650         (gnus-single-article-buffer): Change default to nil, so that people can
2651         have as many article buffers open as they have summary buffer.  I think
2652         this is the most natural way for the groups to behave.
2653
2654         * message.el (message-generate-new-buffers): Change default to
2655         `unsent', so that all new message buffers start their names with the
2656         string "*unsent", and it's easier to find the buffers if you move from
2657         them.
2658
2659 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2662         small.  They're probably tracking images.
2663         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2664         (gnus-html-rescale-image): Yet another try at getting the image sizing
2665         right.
2666
2667         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2668         nntp-marks-file-name is nil.
2669
2670 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2671
2672         * gnus-html.el (gnus-html-wash-tags)
2673         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2674         Better logging.
2675
2676 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2679
2680         * gnus-html.el (gnus-html-wash-tags): Check the value of
2681         gnus-blocked-images in the summary buffer.
2682
2683 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2684
2685         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2686
2687 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2690         like "a", it seems like.
2691         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2692         since it needs to be picked from the correct buffer.
2693
2694         * nnwfm.el: Removed.
2695
2696         * nnlistserv.el: Removed.
2697
2698 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2699
2700         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2701         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2702
2703 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * nnkiboze.el: Removed.
2706
2707         * nndb.el: Removed.
2708
2709         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2710         alt text.
2711         (gnus-html-rescale-image): Try to get the rescaling logic right for
2712         images that are just wide and not tall.
2713
2714         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2715         overshadow variable bindings.
2716
2717 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2718
2719         * gnus-html.el (gnus-html-wash-tags)
2720         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2721         extra logging.
2722
2723 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2726         (gnus-max-image-proportion): New variable.
2727         (gnus-html-rescale-image): New function.
2728         (gnus-html-put-image): Rescale images.
2729
2730 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2731
2732         Fix up some byte-compiler warnings.
2733         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2734         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2735         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2736         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2737         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2738         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2739         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2740
2741 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * gnus-html.el (gnus-article-html): Decode contents by charset.
2744
2745 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2748         (gnus-html-frame-width, gnus-blocked-images)
2749         * message.el (message-prune-recipient-rules): Add custom version.
2750         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2751
2752         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2753         functions.
2754
2755         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2756         gnus-process-get.
2757
2758 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2759
2760         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2761         instead of lsub directly.
2762
2763 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * nnwarchive.el: Removed.
2766
2767         * gnus-soup.el: Removed.
2768
2769         * nnsoup.el: Removed.
2770
2771         * nnultimate.el: Removed.
2772
2773         * gnus-html.el (gnus-blocked-images): New variable.
2774
2775         * message.el (message-prune-recipients): New function.
2776         (message-prune-recipient-rules): New variable.
2777
2778         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2779         guess whether a long line is natural text or not.
2780
2781         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2782         gnus-process-plist and friends for compatibility.
2783
2784 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2785
2786         * gnus-html.el: Require packages that define macros used in this file.
2787         (gnus-article-mouse-face): Declare to silence byte-compiler.
2788         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2789         process-get.
2790         (gnus-html-put-image): Use plist-get to avoid getf.
2791         (gnus-html-prefetch-images): Use with-current-buffer.
2792
2793 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * gnus-ems.el: Provide compatibility functions for
2796         gnus-set-process-plist.
2797
2798         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2799         header-line-format for XEmacs 21.4.
2800
2801         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2802         * gnus.el (gnus-valid-select-methods)
2803         * message.el (message-send-mail-partially-limit)
2804         * mm-decode.el (mm-text-html-renderer)
2805         * mml.el (mml-insert-mime-headers-always)
2806         * smiley.el (smiley-regexp-alist): Bump custom version.
2807
2808 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * gnus-html.el: require mm-url.
2811         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2812         with the url to `url'.
2813         (gnus-html-wash-tags): Support cid: URLs/images.
2814
2815 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2818         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2819         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2820
2821         * gnus-move.el: Removed file, since it doesn't really work.
2822
2823         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2824         UTF-8.  This seems to fix problems with some German web feeds.
2825
2826         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2827         at the top so that the proper colours are applied.
2828
2829         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2830         don't have dots in their names.
2831
2832         * gnus-art.el (gnus-article-view-part): Doc fix.
2833
2834         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2835         XEmacs-compatible.
2836         (gnus-html-put-image): Don't do images on non-graphic displays.
2837
2838         * nnslashdot.el: Removed this unused backend.
2839
2840         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2841         actions.
2842         (gnus-undo-register-1): Revert last change.
2843
2844         * gnus-group.el (gnus-group-completing-read): Protect against not
2845         having completion-styles bound.
2846
2847         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2848         make broken recipients happier.
2849
2850         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2851
2852         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2853         point parameter.
2854
2855         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2856
2857         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2858         completion-styles for group selection.
2859
2860 2009-02-04  Andreas Schwab  <schwab@suse.de>
2861
2862         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2863         headers and regexp-quote the match if necessary.
2864
2865 2009-03-24  Miles Bader  <miles@gnu.org>
2866
2867         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2868         the blinking smiley.
2869
2870 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2871
2872         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2873         blink smiley.
2874
2875 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2878         where the dribbel file lives exists.
2879
2880         * message.el (message-send-mail-partially-limit): Change the default to
2881         nil, since most people don't want this.
2882
2883         * mm-url.el (mm-url-decode-entities): Also decode entities like
2884         &#x3212.
2885
2886 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2887
2888         * gnus-sum.el (gnus-summary-idna-message):
2889         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2890         Hyperlink urls in docstrings with URL `...'.
2891
2892 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2893
2894         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2895         functions.
2896
2897 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2900         say what the mouseover text should be.
2901
2902         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2903         version of the mm-w3m-safe-url-regexp variable to only download images
2904         in the groups where we want that to happen.
2905
2906         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2907
2908         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2909         easier debugging.
2910         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2911         big pictures in the article buffer.
2912
2913         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2914         gnus-article-html.
2915         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2916         w3m.
2917
2918         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2919
2920 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2923         which doesn't exist.
2924
2925         * message.el (message-inhibit-ecomplete): New variable to allow some
2926         function to inhibit ecomplete address storage.
2927         (message-resend): Disable ecomplete message storage when resending
2928         messages.
2929
2930         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2931
2932 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2935         Save excursion while copying, moving, and deleting articles in order to
2936         prevent the cursor from jumping to unforeseen place.
2937
2938 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * lpath.el: No need to bind bookmark-current-buffer,
2941         bookmark-yank-point and bookmark-make-record-function.
2942
2943 2010-08-17  Glenn Morris  <rgm@gnu.org>
2944
2945         * gnus-sync.el: Require gnus components whose functions are used.
2946
2947         * gnus-art.el (bookmark-make-record-function):
2948         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2949         Declare for compiler.
2950
2951         * mm-url.el (mml-compute-boundary): Autoload.
2952
2953 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2954
2955         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2956
2957 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2958
2959         Typo fix "hoo4a" -> "hook".
2960
2961         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2962
2963 2010-08-14  Glenn Morris  <rgm@gnu.org>
2964
2965         * gnus-sync.el (gnus-sync): Fix defgroup version.
2966
2967 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2970
2971         * gnus-sync.el: Fix docs.
2972         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2973         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2974
2975 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         Optimizations for gnus-sync.el.
2978
2979         * gnus-sync.el: Add docs about gnus-sync-backend
2980         possibilities.
2981         (gnus-sync-save): Remove unnecessary message.
2982         (gnus-sync-read): Optimize and show what groups were skipped.
2983
2984 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2985
2986         Minor bug fixes for gnus-sync.el.
2987
2988         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2989         read the sync on get-new-news.
2990
2991         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2992         quiet.
2993
2994         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2995
2996 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2997
2998         Make saving and restoring of hidden threads work with overlays.
2999         Patch applied by Ted Zlatanov.
3000
3001         * gnus-sum.el (gnus-hidden-threads-configuration)
3002         (gnus-restore-hidden-threads-configuration): Update to deal with text
3003         properties, rather than searching for a magic character.
3004
3005 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3006
3007         New gnus-sync.el library for synchronization of marks.
3008
3009         * gnus-sync.el: New library for synchronization of marks.
3010
3011         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3012         renamed from `gnus-registry-grep-in-list'.
3013
3014         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3015
3016         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3017
3018 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3021         determining charset of text fails.
3022
3023 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * nnmail.el (nnmail-get-new-mail-1): Revert.
3026
3027         * nnml.el (nnml-active-number): Make sure names of newly created groups
3028         in nnml-group-alist are encoded.
3029
3030 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3033         containing non-ASCII characters in active file for nnml back end.
3034
3035 2010-07-24  David Engster  <dengste@eml.cc>
3036
3037         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3038         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3039
3040 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3041
3042         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3043         tag (Bug#6654).
3044
3045 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3048         the article buffer, not the summary buffer.
3049
3050 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3053         Emacs 23 as well.
3054
3055 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3058         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3059
3060 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3061
3062         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3063         Patch applied by Karl Fogel.
3064
3065         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3066         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3067
3068 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3069
3070         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3071         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3072         C-w still not working correctly from Article buffers; Thierry's
3073         patch to fix that will be applied after this.
3074
3075         * gnus-art.el (bookmark-make-record-function): New local variable.
3076
3077         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3078         article buffer.
3079         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3080
3081 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3082
3083         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3084         on changes in bookmark.el.
3085
3086 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3087
3088         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3089         `no-log' instead of message not to log prompt string.
3090
3091 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3092
3093         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3094         the *other* type of HTML form submission.
3095
3096 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3097
3098         * auth-source.el (auth-source-pick): If choice does not contain a
3099         questioned keyword, set the check to t.
3100
3101 2010-06-12  Romain Francoise  <romain@orebokech.com>
3102
3103         * gnus-util.el (gnus-date-get-time): Move up before first use.
3104
3105 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3106
3107         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3108         (gnus-article-edit-part): Bind it to make last part that is substituted
3109         or deleted visible.
3110         (gnus-mime-display-single): Buttonize part of which id equals to
3111         gnus-mime-buttonized-part-id.
3112
3113 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3114
3115         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3116         (gnus-dd-mmm): Use gnus-date-get-time.
3117         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3118         simplify logic.
3119         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3120         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3121
3122 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3123
3124         * auth-source.el (top): Autoload `secrets-list-collections',
3125         `secrets-create-item', `secrets-delete-item'.
3126         (auth-sources): Fix tag string.
3127         (auth-get-source, auth-source-retrieve, auth-source-create)
3128         (auth-source-delete): New defuns.
3129         (auth-source-pick): Rewrite in order to avoid 2 passes.
3130         (auth-source-forget-user-or-password): New parameter USERNAME.
3131         (auth-source-user-or-password): New parameters CREATE-MISSING and
3132         DELETE-EXISTING.  Retrieve password interactively, if needed.
3133
3134 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3135
3136         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3137         deleting unused directories when gnus-expert-user is t.
3138
3139 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3142         for each temp file when gnus-article-browse-delete-temp is ask.
3143
3144 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3145
3146         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3147         Lisp calls to delete-backward-char by calls to delete-char.
3148
3149 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3150
3151         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3152
3153 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3154
3155         * password-cache.el (password-cache-remove): Fix docstring.
3156
3157 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3160         article unless decoding article to be saved.
3161
3162 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3165         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3166         generated within the mm-with-unibyte-current-buffer macro.
3167
3168 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3171         to nil when we're in a mml-preview buffer and no group is selected.
3172
3173 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3174
3175         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3176         when catching the `C-g'.  Reported by "Leo".
3177
3178 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * message.el (message-forward-make-body-plain)
3181         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3182         multibyte-string-p.
3183
3184         * lpath.el: Revert.
3185
3186 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * message.el (message-forward-make-body-mml): Assume original message
3189         is multibyte string; error on unibyte.
3190         (message-forward-make-body-plain): Ditto; don't add excessive newline
3191         in body end.
3192
3193         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3194
3195 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3196
3197         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3198         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3199
3200 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * mm-extern.el (mm-extern-url): Don't use
3203         mm-with-unibyte-current-buffer.
3204         (mm-extern-cache-contents): Use with-current-buffer instead of
3205         save-excursion + set-buffer.
3206
3207 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * mm-util.el (mm-emacs-mule): Remove.
3210
3211 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3212
3213         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3214         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3215         change.
3216
3217 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3220         bind the default value of enable-multibyte-characters to nil.
3221
3222 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3223
3224         * message.el (message-forward-make-body-plain)
3225         (message-forward-make-body-mml):
3226         Don't use mm-with-unibyte-current-buffer.
3227
3228 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3229
3230         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3231
3232 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3233
3234         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3235         (Bug#5592).
3236
3237 2010-05-07  Julien Danjou  <julien@danjou.info>
3238
3239         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3240         it to mm-pipe-part.
3241
3242         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3243         it is given.
3244
3245 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * binhex.el (binhex-decode-region-internal)
3248         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3249         (dns-query)
3250         * nnweb.el (nnweb-gmane-search)
3251         * pgg-parse.el (pgg-parse-armor)
3252         * pgg.el (pgg-verify-region)
3253         * sha1.el (sha1-string-external)
3254         * uudecode.el (uudecode-decode-region-internal)
3255         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3256         XEmacs.
3257
3258         * gnus-art.el (gnus-article-browse-html-parts)
3259         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3260         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3261         make-temp-file.
3262
3263         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3264         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3265         compiling.
3266
3267         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3268         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3269         XEmacs when compiling.
3270
3271         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3272         gnus-pick-mode-off-hook for XEmacs when compiling.
3273         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3274         gnus-binary-mode-off-hook for XEmacs when compiling.
3275
3276         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3277         nil if char-charset is not available.
3278
3279         * imap.el (imap-disable-multibyte)
3280         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3281         macros.
3282
3283         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3284         instead of encode-coding-string.
3285
3286         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3287         'xemacs) instead of mm-emacs-mule to switch function definitions.
3288         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3289
3290         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3291         bind temporary-file-directory for XEmacs;
3292         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3293         timer-set-function for XEmacs 21.4 and SXEmacs;
3294         bind timer-list for XEmacs 21.4 and SXEmacs;
3295         fbind char-charset and find-charset-region for non-Mule XEmacs;
3296         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3297         encode-coding-region and encode-coding-string for XEmacs having no
3298         file-coding feature.
3299
3300 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3301
3302         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3303
3304 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3307         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3308
3309 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3310
3311         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3312         alias `jka-compr-delete-temp-file' no longer exists.
3313
3314 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3315
3316         Use define-minor-mode in Gnus where applicable.
3317         * mml.el (mml-mode): Use define-minor-mode.
3318         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3319         (gnus-undo-mode): Use define-minor-mode.
3320         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3321         (gnus-dead-summary-mode): Use define-minor-mode.
3322         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3323         Initialize in declaration.
3324         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3325         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3326         (gnus-mailing-list-mode): Use define-minor-mode.
3327         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3328         (gnus-draft-mode): Use define-minor-mode.
3329         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3330         (gnus-dired-mode): Use define-minor-mode.
3331
3332 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3333
3334         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3335         handles on recursive mml-to-mime translation and check them for
3336         boundary delimiter collisions.  Reported by Greg Troxel.
3337
3338 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3339
3340         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3341
3342 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3343
3344         * mm-util.el (mm-find-buffer-file-coding-system):
3345         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3346
3347 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3348
3349         * message.el (message-generate-headers): Record insertion of optional
3350         headers as well.  Otherwise the check to prevent repeated insertion of
3351         optional headers is a no-op.
3352
3353 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3354
3355         * smime.el: Don't mention CVS.
3356
3357         * nnrss.el (nnrss-fetch): Don't mention CVS.
3358
3359         * nnir.el: Don't mention CVS.
3360
3361 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3362
3363         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3364
3365 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * lpath.el: Fbind bookmark-default-handler,
3368         bookmark-get-bookmark-record, bookmark-make-record-default,
3369         bookmark-prop-get for Emacs <23 and XEmacs.
3370
3371 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3372
3373         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3374         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3375         Use with-current-buffer to silence the byte-compiler.
3376         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3377         bother to require `gnus'.
3378         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3379
3380 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3381
3382         * gnus-sum.el (gnus-summary-bookmark-make-record)
3383         (gnus-summary-bookmark-jump): New functions.
3384         (gnus-summary-mode): Setup bookmark support.
3385
3386 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3387
3388         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3389         if set.
3390
3391 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3394         gnus-article-browse-html-save-cid-image; make it work recursively for
3395         forwarded messages as well.
3396         (gnus-article-browse-html-parts): Work when prefix arg is given.
3397         (gnus-article-browse-html-article): Doc fix.
3398
3399 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3400
3401         * message.el (message-default-mail-headers):
3402         (message-default-headers): Carry the value mail-default-headers over
3403         into message-default-mail-headers, rather than message-default-headers.
3404
3405 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3406
3407         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3408         charset.
3409
3410         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3411         charset into the <meta> tag when the article is encoded to utf-8.
3412
3413 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3414
3415         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3416         directories as well.
3417         (gnus-article-browse-html-parts): Work for images that do not specify
3418         file names; delete temp directory when quitting; insert header at the
3419         right place; use file: scheme for image files.
3420
3421 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3422
3423         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3424         (gnus-article-browse-html-parts): Use it to make temporary cid image
3425         files in addition to html file so that browser may display them.
3426
3427 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3430
3431 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3432
3433         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3434
3435 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3436
3437         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3438         about Secret Service API sources.  Improve Customize options.
3439         (auth-source-pick): Change to accept any number of search parameters.
3440         Implement fallbacks iteratively, not recursively.  Add scoring on the
3441         second pass and sort by score.  Call Secret Service API when needed.
3442         (auth-source-user-or-password): Use it.  Call Secret Service API
3443         directly when needed to get the user name and the password.
3444
3445 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3446
3447         * message.el (message-interactive): Doc fix.
3448         (message-qmail-inject-args): Reflow.
3449         (message-kill-to-signature): Fix typo in docstring.
3450
3451         * smiley.el (smiley-buffer): Fix typo in docstring.
3452
3453 2010-03-24  Glenn Morris  <rgm@gnu.org>
3454
3455         * mail-source.el (gnus-message): Declare.
3456         (mail-source-delete-old-incoming): Require gnus-util.
3457
3458 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3461
3462         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3463
3464         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3465         password-cache's default if it is not bound.
3466         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3467         password-cache-expiry's default if it is not bound.
3468
3469         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3470         available in Emacs 21.
3471
3472         * lpath.el: Suppress compiler warnings for:
3473         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3474         XEmacs;
3475         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3476         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3477         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3478
3479 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3480
3481         * auth-source.el (auth-sources): Fix up definition so extra parameters
3482         are always inline.
3483
3484 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3485
3486         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3487         wasn't updated after mismatch.  Clear cached mailbox info correctly
3488         when uidvalidity changes.
3489         (nnimap-group-prefixed-name): New function to avoid some code
3490         duplication.
3491         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3492         (nnimap-request-group): Use it.
3493         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3494         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3495         with many imap folders.  This is done by caching the group status from
3496         the imap server persistently in a group parameter `imap-status'.  (This
3497         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3498         but not persistently, so every Gnus startup was still very slow.)
3499
3500 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3501
3502         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3503         delete the extra newline.  Otherwise editing of :string and :number
3504         types don't work.
3505
3506 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3507
3508         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3509         secrets.el dependency.
3510         (auth-sources): Add optional user name.  Add secrets.el configuration
3511         choice (unused right now).
3512
3513 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3514
3515         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3516         `gnus-registry-install-shortcuts' fill in the functions.
3517
3518         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3519         warnings.
3520         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3521         (gnus-registry-install-shortcuts): Populate and use it in a
3522         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3523
3524 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3525
3526         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3527         In-place substitutions for the group name encoding/decoding.
3528         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3529         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3530         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3531         (nnimap-update-unseen, nnimap-request-list)
3532         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3533         (nnimap-request-set-mark, nnimap-split-to-groups)
3534         (nnimap-split-articles, nnimap-request-newgroups)
3535         (nnimap-request-create-group, nnimap-request-accept-article)
3536         (nnimap-request-delete-group, nnimap-request-rename-group)
3537         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3538         `encoded-mbx' for consistency.
3539         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3540         variable `imap-current-mailbox'.
3541
3542         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3543         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3544
3545 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3546
3547         * pop3.el (pop3-display-message-size-flag): Display message size byte
3548         counts during POP3 download.
3549         (pop3-movemail): Use it.
3550         (pop3-list): Implement listing of available messages.
3551
3552 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3553
3554         * nnir.el (nnir-get-article-nov-override-function): New function to
3555         override the normal NOV retrieval.
3556         (nnir-retrieve-headers): Use it.
3557
3558 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3559
3560         * auth-source.el (netrc-machine-user-or-password): Autoload.
3561
3562 2010-03-19  Glenn Morris  <rgm@gnu.org>
3563
3564         Stop message.el from loading about 40 libraries it doesn't always need.
3565         The general approach is to autoload rather than require, and to
3566         require in the specific functions rather than the file.  (Bug#5642)
3567
3568         * gmm-utils.el: Don't require wid-edit.
3569         (widget-create-child-value, widget-convert, widget-default-get):
3570         Autoload.
3571
3572         * gnus-util.el: Don't require time-date, netrc.
3573         (message-fetch-field, gnus-group-name-decode): Declare rather than
3574         autoloading.
3575         (gnus-fetch-field): Require message.
3576         (gnus-decode-newsgroups): Require gnus-group.
3577
3578         * ietf-drums.el: Don't require time-date.
3579
3580         * message.el: Don't require hashcash, canlock, ecomplete.
3581         Do require mail-utils.  Require nnheader only when compiling.
3582         (smtpmail-default-smtp-server): Remove declaration.
3583         (message-send-mail-function): Check smtpmail-default-smtp-server
3584         is bound rather than requiring smtpmail.
3585         (message-auto-save-directory, message-insert-signature): Use
3586         expand-file-name rather than nnheader-concat.
3587         (nnheader-insert-file-contents): Autoload.
3588         (hashcash-wait-async): Declare.
3589         (message-send-mail): Only call gnus-setup-posting-charset if
3590         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3591         (message-send-mail-with-sendmail): Require sendmail.
3592         (canlock-password, canlock-password-for-verify): Declare.
3593         (message-canlock-password): Require canlock.
3594         (nnheader-get-report): Autoload.
3595         (gnus-setup-posting-charset): Declare.
3596         (message-send-news): Require gnus-msg.
3597         (message-make-references, message-make-in-reply-to): Use mail-header-id
3598         rather than the alias mail-header-message-id.
3599         (ecomplete-add-item, ecomplete-save): Declare.
3600         (message-put-addresses-in-ecomplete): Require ecomplete.
3601         (ecomplete-display-matches): Autoload.
3602
3603         * mm-decode.el: Don't require mailcap, gnus-util.
3604         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3605         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3606         Autoload.
3607         (mailcap-mime-extensions): Declare.
3608
3609         * mm-encode.el: Don't require mailcap.
3610         (mailcap-extension-to-mime): Autoload.
3611
3612         * mml-sec.el: Don't require password-cache.
3613
3614         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3615         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3616         (mml-minibuffer-read-type): Require mailcap.
3617         (mml-preview): Require gnus-msg.
3618
3619         * mml1991.el: Require password-cache.
3620         (password-cache-expiry): Remove declaration.
3621
3622         * mml2015.el: Require password-cache.
3623         (password-cache-expiry): Remove declaration.
3624
3625         * nneething.el (mailcap): Require mailcap.
3626
3627         * nnheader.el (declare-function): Add compatibility stub.
3628         (message-remove-header): Declare rather than autoload.
3629         (nnheader-replace-header): Require message.
3630
3631         * nnimap.el (declare-function): Add compatibility stub.
3632         (netrc-parse, netrc-machine-user-or-password): Declare.
3633         (nnimap-open-connection): Require netrc.
3634
3635         * nntp.el (declare-function): Add compatibility stub.
3636         (netrc-parse, netrc-machine, netrc-get): Declare.
3637         (nntp-send-authinfo): Require netrc.
3638
3639         * rfc2047.el: Don't require qp.
3640         (quoted-printable-encode-region, quoted-printable-decode-string):
3641         Autoload.
3642
3643         * sieve-mode.el: Don't require easymenu.
3644         (easy-menu-add-item): Autoload it.
3645
3646         * spam-stat.el (time-to-number-of-days): Autoload it.
3647
3648 2010-03-19  Glenn Morris  <rgm@gnu.org>
3649
3650         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3651
3652 2010-03-18  Glenn Morris  <rgm@gnu.org>
3653
3654         * hashcash.el (declare-function): Remove duplicate definition.
3655
3656 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3657
3658         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3659         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3660         value if any backslash escapes).
3661
3662 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3665         if it is available.  (bug#5647)
3666
3667         * lpath.el: Suppress compiler warning for coding-system-from-name for
3668         Emacs 21 and XEmacs.
3669
3670 2010-03-14  Juri Linkov  <juri@jurta.org>
3671
3672         * hmac-def.el:
3673         * hmac-md5.el:
3674         * netrc.el: Fix keywords.
3675
3676 2010-02-26  Glenn Morris  <rgm@gnu.org>
3677
3678         * message.el (message-send-mail-function): Change the default, so that
3679         it inherits from a customized send-mail-function.  (Bug#5643)
3680
3681 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3682
3683         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3684         shell-command-to-string signals an error (bug#5299).
3685
3686 2010-02-24  Glenn Morris  <rgm@gnu.org>
3687
3688         * message.el (message-smtpmail-send-it)
3689         (message-send-mail-with-mailclient): Doc fixes.
3690
3691 2010-02-16  Glenn Morris  <rgm@gnu.org>
3692
3693         * message.el (message-default-mail-headers): Change the default value
3694         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3695
3696 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3699         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3700
3701 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3702
3703         * time-date.el (date-to-time): Doc fix (Bug#5408).
3704
3705 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3706
3707         * message.el (message-mail): Just pass yank-action on to message-setup.
3708         (message-setup): Handle (FUN . ARGS) form of yank-action.
3709         (message-with-reply-buffer, message-widen-reply)
3710         (message-yank-original): Handle non-buffer values of
3711         message-reply-buffer (Bug#4080).
3712         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3713
3714 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3715
3716         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3717         Fix typo in docstring.
3718
3719 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3720
3721         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3722         response.
3723
3724 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3725
3726         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3727
3728         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3729
3730         * message.el (message-check-news-header-syntax): Protect against a
3731         string that `rfc822-addresses' returns when parsing fails.
3732
3733 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3736         (gnus-previous-char-property-change): New functions.
3737
3738         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3739
3740 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3741
3742         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3743         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3744
3745 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3746
3747         * message.el (message-exchange-point-and-mark): Rework last change to
3748         avoid using optional arg of exchange-point-and-mark, for backward
3749         compatibility.
3750
3751 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3752
3753         * message.el (message-exchange-point-and-mark): Call
3754         exchange-point-and-mark with an argument rather than setting
3755         mark-active by hand (Bug#5175).
3756
3757 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * nntp.el (nntp-service-to-port): Work for service expressed with
3760         numeric string; replace [:digit:] with [0-9] for XEmacs.
3761
3762 2009-12-17  Glenn Morris  <rgm@gnu.org>
3763
3764         * gnus-group.el (gnus-bug-group-download-format-alist):
3765         Change emacs entry to debbugs.gnu.org.  Bump :version.
3766
3767 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3768
3769         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3770
3771 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3772
3773         * message.el (message-info): Explain why we use `Info-goto-node'.
3774
3775 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3776
3777         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3778
3779 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3780
3781         * message.el (message-completion-in-region): New compatibility function.
3782         (message-expand-group): Use it.
3783
3784 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3787         with no unread article should be listed if the 2nd arg `predicate' is
3788         given.
3789
3790 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3793
3794 2009-11-29  Juri Linkov  <juri@jurta.org>
3795
3796         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3797         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3798         on `gnus-recenter'. (Bug#4698, Bug#4981)
3799
3800 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3801
3802         * sha1.el (sha1-string-external): default-directory "/" in case
3803         otherwise non-existent.  process-connection-type pipe for touch of
3804         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3805
3806 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3807
3808         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3809         it's comms related and sgml-mode.el has "comm" on that basis too.
3810
3811 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3814         containing tspecial characters if they have been already quoted.
3815
3816 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3817
3818         * dns-mode.el (auto-mode-alist): Purecopy string.
3819
3820 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3821
3822         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3823
3824 2009-10-24  Glenn Morris  <rgm@gnu.org>
3825
3826         * gnus-art.el (help-xref-stack-item): Define for compiler.
3827
3828 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3829
3830         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3831
3832 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3835
3836 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3839         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3840
3841 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3844         (gnus-overlays-in): New alias to overlays-in.
3845
3846         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3847         gnus-overlay-get, and gnus-delete-overlay.
3848         (gnus-summary-show-thread): Make it work as well for systems in which
3849         next-single-char-property-change is not available.
3850         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3851
3852         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3853         (gnus-overlay-get): New alias to extent-property.
3854         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3855
3856         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3857         SXEmacs.
3858
3859         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3860         SXEmacs.
3861
3862 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3863
3864         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3865
3866 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3867
3868         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3869         and XEmacs that don't have `remove-overlays'.
3870
3871 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3872
3873         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3874         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3875         selective display.  Use overlays instead.
3876
3877 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3878
3879         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3880
3881 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3882
3883         * spam-stat.el (spam-stat-load): Fix typo in message.
3884
3885 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3886
3887         * dig.el (dig-invoke): Fix typo in docstring.
3888         (query-dig): Reflow docstring.
3889
3890 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3891
3892         * gnus-art.el (gnus-article-encrypt-body):
3893         * message.el (message-check-recipients):
3894         * mm-util.el (mm-codepage-setup):
3895         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3896         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3897
3898 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3899
3900         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3901         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3902         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3903         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3904         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3905
3906 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3907
3908         * dig.el: Add "Keywords: comm", as per net-utils.el.
3909
3910 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3911
3912         * dig.el (dig-mode): Use define-derived-mode.
3913
3914 2009-09-19  Glenn Morris  <rgm@gnu.org>
3915
3916         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3917
3918 2009-09-18  Glenn Morris  <rgm@gnu.org>
3919
3920         * gnus-diary.el (gnus-diary-check-message):
3921         * message.el (message-insert-formatted-citation-line):
3922         * nnbabyl.el (top-level):
3923         * nndiary.el (nndiary-schedule):
3924         Fix typos in condition-case handlers.
3925
3926 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3929         configuration that provides the sole article window in a frame;
3930         position point correctly after deleting a part.
3931
3932 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3933
3934         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3935         (spam-resolve-registrations-routine): Use it to unregister articles
3936         that change status.
3937
3938 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3941         with XEmacs.
3942         (parse-time-string-chars): Use it.
3943
3944 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3945
3946         * imap.el (imap-interactive-login): Better messages.
3947         (imap-open): Fix bug with renamed buffer on reconnect.
3948         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3949         for easier debugging and cleaner code.  On successful (guessed based on
3950         server capabilities) secondary authentication, set imap-state
3951         correctly.
3952         (imap-last-authenticator): Define imap-last-authenticator as a variable
3953         to avoid warnings.
3954
3955 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * nnrss.el (nnrss-request-article): Remove binding of
3958         default-enable-multibyte-characters that has gotten needless by
3959         the 2007-07-13 change in rfc2047-encode-message-header.
3960
3961         * mml.el (mml-insert-multipart): Error on the message header.
3962         (mml-insert-part): Error on the message header; position point at
3963         the end of a MIME tag.
3964
3965 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * time-date.el (autoload): Expand define-obsolete-function-alias into
3968         defalias and make-obsolete for old Emacsen that Gnus supports.
3969         (with-no-warnings): Define it for old Emacsen.
3970         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3971         is available.
3972         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3973         float-time is available; suppress compile warning for time-to-seconds.
3974
3975         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3976         (gnus-float-time): Alias to float-time if it exists.
3977
3978         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3979         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3980         float-time is available; suppress compile warning for time-to-seconds.
3981
3982         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3983         XEmacs.
3984
3985 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3986
3987         * imap.el (imap-message-map): Docstring fix.
3988
3989 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3992         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3993         Add the optional argument `encoding' that overrides the default.
3994
3995         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3996         mm-encode-buffer.
3997
3998 2009-09-04  Glenn Morris  <rgm@gnu.org>
3999
4000         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4001         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4002         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4003         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4004         * mm-util.el (mm-with-unibyte-current-buffer)
4005         (mm-find-buffer-file-coding-system):
4006         * yenc.el (yenc-decode-region): Use default-value rather than
4007         default-enable-multibyte-characters.
4008
4009 2009-09-03  Glenn Morris  <rgm@gnu.org>
4010
4011         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4012         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4013         than default-enable-multibyte-characters.
4014
4015 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4016
4017         * gnus-art.el (gnus-article-read-summary-keys):
4018         Fix gnus-buffer-configuration's value temporarily used.
4019
4020 2009-09-02  Glenn Morris  <rgm@gnu.org>
4021
4022         * gnus-util.el (gnus-float-time): New function.
4023         * gnus-delay.el (gnus-delay-article):
4024         * gnus-sum.el (gnus-thread-latest-date):
4025         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4026         * nnspool.el (nnspool-request-newgroups):
4027         Use gnus-float-time rather than time-to-seconds.
4028         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4029
4030         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4031         (gnus-header-subject-face, gnus-header-newsgroups-face)
4032         (gnus-header-name-face, gnus-header-content-face):
4033         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4034         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4035         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4036         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4037         (gnus-cite-face-11):
4038         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4039         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4040         (gnus-server-closed-face, gnus-server-denied-face)
4041         (gnus-server-offline-face):
4042         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4043         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4044         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4045         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4046         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4047         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4048         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4049         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4050         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4051         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4052         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4053         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4054         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4055         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4056         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4057         (gnus-summary-high-undownloaded-face)
4058         (gnus-summary-low-undownloaded-face)
4059         (gnus-summary-normal-undownloaded-face)
4060         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4061         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4062         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4063         (gnus-splash-face):
4064         * message.el (message-header-to-face, message-header-cc-face)
4065         (message-header-subject-face, message-header-newsgroups-face)
4066         (message-header-other-face, message-header-name-face)
4067         (message-header-xheader-face, message-separator-face)
4068         (message-cited-text-face, message-mml-face):
4069         * sieve-mode.el (sieve-control-commands-face)
4070         (sieve-action-commands-face, sieve-test-commands-face)
4071         (sieve-tagged-arguments-face):
4072         * spam.el (spam-face):
4073         Mark face aliases with "-face" in the name as obsolete.
4074
4075 2009-09-01  Glenn Morris  <rgm@gnu.org>
4076
4077         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4078         than goto-line.
4079
4080 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4083         Don't move point if the command is invoked inside the message header.
4084
4085 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4086
4087         * imap.el (imap-send-command): Simplify.
4088         (imap-wait-for-tag): point-max -> buffer-size.
4089
4090 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4091
4092         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4093         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4094         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4095         * nnir.el (nnir-swish-e-index-file):
4096         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4097         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4098         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4099         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4100         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4101         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4102
4103 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4106         Don't save excursion.
4107
4108 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4109
4110         * nnheader.el (nnheader-find-file-noselect):
4111         * mm-util.el (mm-insert-file-contents):
4112         Use (default-value 'major-mode) instead of default-major-mode.
4113
4114 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4115
4116         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4117
4118 2009-08-26  Glenn Morris  <rgm@gnu.org>
4119
4120         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4121         than placing in files.el.
4122
4123 2009-08-25  Glenn Morris  <rgm@gnu.org>
4124
4125         * nnir.el (top-level): Don't require cl at run-time.
4126         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4127         Replace cl-function substitute with gnus-replace-in-string.
4128         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4129         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4130         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4131         simplified expansions.
4132
4133 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4134
4135         * dig.el (dig): Add autoload cookie.
4136
4137 2009-08-22  Glenn Morris  <rgm@gnu.org>
4138
4139         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4140         goto-line.
4141
4142 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4143
4144         * parse-time.el (parse-time-string-chars): Save match data.
4145
4146 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4147
4148         * parse-time.el (parse-time-string-chars): Compute using character
4149         classes, to handle non-ascii characters (Bug#3190).
4150
4151 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4154
4155         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4156         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4157         (gnus-mm-display-part, gnus-mime-display-single)
4158         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4159         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4160
4161         * gnus-sum.el
4162         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4163         (gnus-summary-move-article): Add expirable mark to articles copied or
4164         moved to group that has auto-expire turned on if the option is non-nil.
4165
4166 2009-07-24  Glenn Morris  <rgm@gnu.org>
4167
4168         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4169         Fix typo.  (Bug#3903)
4170
4171 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4174         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4175         that should not be used for draft articles.
4176         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4177         that has no concern in minor mode keys.
4178         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4179         Abolish.
4180
4181 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4184         article without making inquiry to a user for unknown encoding.
4185
4186         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4187         (nnmaildir--scan): Assume i-node and device number that file-attributes
4188         returns might be cons-cell.
4189
4190         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4191
4192         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4193
4194 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4195
4196         * auth-source.el: Remove docs now in auth.texi.  Don't use
4197         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4198         `auth-source-hide-passwords' and use them.
4199
4200 2009-07-15  Glenn Morris  <rgm@gnu.org>
4201
4202         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4203
4204 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4207         excessive whitespace from the default values of title and description.
4208
4209 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4212         mail-fetch-field to fetch Content-Description header in order to
4213         exclude newlines.
4214
4215 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4216
4217         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4218         format used by GnuPG 2.0.11.
4219
4220 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4223         to deleted part.
4224
4225 2009-05-30  David Engster  <dengste@eml.cc>
4226
4227         * nnmairix.el: Remove old documentation in the commentary block.
4228         (nnmairix-request-group): Do not update active file for nnml back ends.
4229         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4230         end so that overview files are ignored.
4231         (nnmairix-update-groups): Make updating the groups more robust by using
4232         marks.
4233         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4234         with dollar characters in message-id.
4235
4236 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4237
4238         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4239         2008-12-25 in dns.el.
4240
4241 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4242
4243         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4244         could happen if the text is only composed of spaces and/or tabs.
4245
4246 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4247
4248         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4249         when sending a queued message to avoid extra mml tags.
4250
4251 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4254
4255 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4258         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4259         rmail-toggle-header for XEmacs;
4260         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4261
4262 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * gnus-dired.el: Remove autoload for gnus-setup-message.
4265         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4266         displaying Gnus logo; always use compose-mail.
4267
4268 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4271
4272 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4275         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4276         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4277         available.
4278         (gnus-nocem-epg-verify): New function.
4279
4280 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4281
4282         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4283
4284 2009-02-15  Glenn Morris  <rgm@gnu.org>
4285
4286         * gnus-util.el (rmail-insert-rmail-file-header)
4287         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4288         autoloads.
4289         (rmail-default-rmail-file): Remove unnecessary declaration.
4290         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4291
4292 2009-02-14  Glenn Morris  <rgm@gnu.org>
4293
4294         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4295         variable (only used in gnus-util, which declares it anyway).
4296         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4297         which was only needed by gnus-art (changed to not use it any more).
4298         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4299         only used in gnus-util, which autoloads it itself.
4300         (rmail-update-summary): Fix autoload.
4301
4302         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4303         rather than rmail-output-to-rmail-file.
4304
4305 2009-02-07  Glenn Morris  <rgm@gnu.org>
4306
4307         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4308         autoload of function that no longer exists.
4309         (rmail-toggle-header): Declare.
4310         (message-forward-rmail-make-body): Handle mbox Rmail.
4311
4312 2009-01-31  Glenn Morris  <rgm@gnu.org>
4313
4314         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4315         2009-01-09 change.
4316
4317 2009-01-31  Dave Love  <fx@gnu.org>
4318
4319         * imap.el (imap-fetch-safe): Bind debug-on-error.
4320         (imap-debug): Add imap-fetch-safe.
4321
4322 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4323
4324         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4325         (auth-source-forget-all-cached): New convenience function.
4326         (auth-source-user-or-password): Accept list of modes or a single mode.
4327
4328         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4329         auth-source modes.
4330
4331         * netrc.el (netrc-machine-user-or-password): Use list of
4332         auth-source modes.
4333
4334         * nnimap.el (nnimap-open-connection): Use list of
4335         auth-source modes.
4336
4337         * nntp.el (nntp-send-authinfo): Use list of
4338         auth-source modes.
4339
4340 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4343         now.
4344
4345 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4348         coding system in XEmacs; add a workaround for XEmacs.
4349
4350         * lpath.el: Fbind coding-system-aliasee.
4351
4352 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4353
4354         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4355         of current-language-environment.
4356
4357 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4358
4359         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4360         available at runtime.
4361
4362 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4365
4366 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4367
4368         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4369         the greatest positive fixnum value doesn't work under an XEmacs with
4370         bignum support; use the most-positive-fixnum constant instead,
4371         available since Emacs 21.1 with cl and XEmacs 21.1.
4372
4373 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4376         XEmacs gets not to work.
4377
4378 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * mm-util.el (mm-coding-system-priorities): Allow the value like
4381         "Japanese (UTF-8)" of current-language-environment.
4382
4383 2009-01-09  Glenn Morris  <rgm@gnu.org>
4384
4385         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4386         with last-command-event.
4387
4388 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4389
4390         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4391         in the doc string.
4392
4393         * message.el (message-fix-before-sending): Amend comment.
4394
4395 2009-01-08  Dave Love  <fx@gnu.org>
4396
4397         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4398
4399 2009-01-07  David Engster  <dengste@eml.cc>
4400
4401         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4402         simplified server definitions by converting it via
4403         gnus-server-to-method.
4404
4405 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4408         parameter's operands.
4409
4410 2009-01-06  David Engster  <dengste@eml.cc>
4411
4412         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4413         primary select method (for gnus-group-mark-article-as-read).
4414
4415 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4416
4417         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4418         `(gnus)Face', not `(gnus)X-Face'.
4419
4420 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * mm-util.el (mm-ucs-to-char): New function.
4423
4424         * mm-url.el (mm-url-decode-entities): Use it.
4425
4426         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4427         unicode-to-char.
4428
4429 2009-01-05  Dave Love  <fx@gnu.org>
4430
4431         * time-date.el: Require cl for `declare'.
4432
4433 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4434
4435         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4436         Dave Love.
4437
4438 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4439
4440         * message.el (message-fix-before-sending): Add `eight-bit' to
4441         illegible-text check.
4442
4443 2009-01-03  Michael Olson  <mwolson@gnu.org>
4444
4445         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4446         `headers' is nil.  This can occur if the IMAP server does not have
4447         permissions to read messages from a folder, but can write new messages
4448         to the folder.
4449         (nnimap-request-article-part): Do not insert `data' if it is nil.
4450
4451         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4452         characters which will confuse `read', so skip past them.
4453
4454 2009-01-01  Dave Love  <fx@gnu.org>
4455
4456         * imap.el (imap-string-to-integer): Fix typo.
4457         (imap-fetch-safe): New function.
4458         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4459
4460         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4461
4462         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4463         (imap-parse-greeting): Fix doc strings.
4464         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4465         (imap-parse-flag-list): Make messages unique.
4466         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4467
4468         * nnimap.el: Fix author email.
4469         (nnimap-split-rule): Add FIXME comment.
4470         (nnimap-debug): Fix doc string.
4471
4472 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4473
4474         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4475
4476 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4477
4478         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4479         nslookup if resolv.conf isn't available.
4480         (dns-query): Rename from query-dns.
4481         (dns-query-cached): Rename from query-dns-cached.
4482
4483 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4486         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4487         to check if those variables exist (first appeared in Emacs 18.50).
4488
4489 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * mm-util.el (mm-line-number-at-pos): New function.
4492
4493         * spam-report.el (spam-report-process-queue): Use it.
4494
4495 2008-12-24  David Engster  <dengste@eml.cc>
4496
4497         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4498         parameters that haven't existed as variables as buffer-local variables.
4499
4500 2008-12-23  Dave Love  <fx@gnu.org>
4501
4502         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4503         cadar.
4504
4505         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4506         imap-starttls-p.
4507         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4508
4509 2008-12-22  Dave Love  <fx@gnu.org>
4510
4511         * imap.el: Fix author email.  Doc fixes.
4512         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4513         reply.
4514
4515 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4516
4517         * spam-report.el (spam-report-gmane-max-requests): New constant.
4518         (spam-report-gmane-wait): New variable.
4519         (spam-report-gmane-ham, spam-report-gmane-spam)
4520         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4521         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4522         the server.
4523
4524         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4525         Add explanations.
4526
4527         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4528         nnheader-accept-process-output and nnheader-read-timeout if available.
4529         (pop3-movemail): Use it.
4530
4531         * message.el (message-check-news-body-syntax): Fix signature check if
4532         there's an attachment.
4533
4534 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * mm-util.el: Add comments to the mm- emulating functions.
4537
4538 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4541         by Stephen Berman <stephen.berman@gmx.net>.
4542
4543 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * mm-util.el (mm-substring-no-properties): New function.
4546         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4547         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4548         (mm-string-to-multibyte): Doc fix.
4549
4550         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4551
4552 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4553
4554         * mml.el (mml-attach-file): Strip text properties from file name.
4555         (Bug#1574)
4556
4557 2008-12-16  Glenn Morris  <rgm@gnu.org>
4558
4559         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4560
4561 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4564         knows since the charset specified might be a bogus alias that
4565         mm-charset-synonym-alist provides.
4566
4567 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4568
4569         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4570         "ISO_8859-1".
4571
4572         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4573
4574 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * mm-util.el (mm-charset-eval-alist):
4577         Define it before mm-charset-to-coding-system.
4578         (mm-charset-to-coding-system): Add optional argument `silent';
4579         define it before mm-charset-override-alist.
4580         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4581         default value if it can be used in Emacs currently running;
4582         silence mm-charset-to-coding-system.
4583
4584 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4587         `allow-override' which says whether to use `mm-charset-override-alist'.
4588         (rfc2047-decode-encoded-words): Use it.
4589
4590         * mm-util.el (mm-charset-override-alist): Fix custom type;
4591         add `(gb2312 . gbk)' to choices.
4592
4593 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4596         fast.
4597
4598         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4599
4600         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4601
4602 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4603
4604         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4605         on links.
4606
4607         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4608
4609 2008-12-03  Lute Kamstra  <lute@gnu.org>
4610
4611         * sha1.el: Remove leading * from docstrings of defcustoms,
4612         deffaces, defconsts and defuns.
4613
4614 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4617         users' addresses that don't have domain parts.
4618         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4619         rather than message-narrow-to-head since there will be the message
4620         header separator.
4621
4622 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4623
4624         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4625         since the result is inserted in a unibyte buffer anyway.
4626         (nnimap-demule-use-string-to-multibyte): Remove.
4627         (nnimap-demule): Alias it to mm-string-to-multibyte.
4628
4629 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4630
4631         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4632         variable for debugging bug#464 and bug#1174.
4633         (nnimap-demule): Use it.
4634
4635 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4636
4637         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4638         score calculation correctly.
4639
4640 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4641
4642         * message.el (message-send-mail): Just set the buffer to unibyte
4643         rather than use mm-with-unibyte-current-buffer which does a lot more.
4644         (message-send-mail-partially): Don't bother with
4645         mm-with-unibyte-current-buffer since it's already been made unibyte by
4646         message-send-mail.
4647
4648 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4649
4650         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4651
4652 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4653
4654         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4655
4656 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4659         require itself and to remove `with-no-warnings'.
4660
4661 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4662
4663         * starttls.el (starttls-any-program-available): Get the name of the
4664         available TLS layer program.
4665         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4666         well as the host name in the "opening" message.
4667
4668         * auth-source.el (auth-source-cache, auth-source-do-cache)
4669         (auth-source-user-or-password): Cache passwords and logins by default,
4670         allow override with `auth-source-do-cache'.
4671         (auth-source-forget-user-or-password): Allow users to remove cache
4672         entries if needed.
4673
4674 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4675
4676         * md4.el (md4-buffer): Fix typo in docstring.
4677         (md4, md4-64): Doc fixes.
4678         (md4-pack-int32): Reflow docstring.
4679
4680 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4681
4682         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4683         condition-case to only the forward-sexp call.
4684
4685 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4686
4687         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4688         quotes contained.  Make it more robust regardless by an extra
4689         condition-case wrapper.
4690
4691 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4694
4695 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * nnml.el (nnml-request-expire-articles): Check if the function set to
4698         `nnmail-expiry-target' returns the symbol `delete'.
4699
4700         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4701
4702         * nnmail.el (nnmail-expiry-target): Fix custom type.
4703
4704 2008-10-02  Glenn Morris  <rgm@gnu.org>
4705
4706         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4707         Silence compiler warning.
4708
4709 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4710
4711         * tls.el (open-tls-stream): Show the actual command being
4712         executed, instead of the format string.
4713
4714 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * lpath.el: Fbind codepage-setup for Emacs 23.
4717
4718 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4719
4720         * mml.el (mml-menu): Don't assume mml2015 is bound.
4721
4722 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4723
4724         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4725         exists.
4726
4727 2008-09-27  Glenn Morris  <rgm@gnu.org>
4728
4729         * gnus-util.el (mail-header-remove-comments): Autoload it.
4730
4731 2008-09-27  Andreas Schwab  <schwab@suse.de>
4732
4733         * gnus-util.el (gnus-split-references): Strip comments.
4734         (gnus-parent-id): Likewise.
4735
4736 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4737
4738         * message.el (message-confirm-send): Fix version.
4739
4740 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * message.el (message-idna-to-ascii-rhs-1): Use
4743         mail-extract-address-components rather than mail-header-parse-addresses
4744         that is an alias by default to ietf-drums-parse-addresses that does not
4745         support non-ASCII names in headers' contents.
4746
4747 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4748
4749         * message.el (message-confirm-send): Fixed variable documentation to
4750         avoid the "y/n" wording.
4751
4752 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4753
4754         * message.el (message-set-auto-save-file-name): Save to a different
4755         filename so multiple messages (especially drafts) can be recovered.
4756
4757 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4758
4759         * message.el (message-confirm-send): Add appropriate version.
4760
4761 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4762
4763         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4764         defvar.
4765
4766 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4767
4768         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4769         (mm-pkcs7-enveloped-magic): Ditto.
4770
4771 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4772
4773         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4774         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4775
4776 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4777
4778         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4779         default, it's better.
4780
4781 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4782
4783         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4784         summary line gnus-number property and ignore them (with a warning
4785         message).
4786
4787 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4790         macro caddr in the interactive form since it won't be expanded.
4791
4792 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4795         `charset'; fix name of function called recursively.
4796         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4797
4798 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4801         (gnus-mime-set-charset-parameters): New function.
4802         (gnus-mime-view-part-as-charset): Use it to correctly display part
4803         specifying wrong charset.
4804
4805 2008-09-08  David Engster  <dengste@eml.cc>
4806
4807         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4808         in completing-read for back end server.
4809
4810 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4811
4812         * message.el (message-confirm-send): New variable to confirm sending a
4813         message.
4814         (message-send): Use it.
4815
4816 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4817
4818         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4819
4820 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4823
4824 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4825
4826         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4827         prevent tracking too many groups.
4828         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4829         Use it.
4830
4831 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4832
4833         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4834         moving point to the bottom of the window in order to avoid recentering.
4835
4836 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4839
4840         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4841         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4842         (gnus-article-beginning-of-window): Fix calculation.
4843
4844 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * gnus-msg.el (gnus-summary-supersede-article)
4847         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4848         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4849         message header.
4850
4851 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4852
4853         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4854         pending output coming after the status change.
4855
4856 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4857
4858         * message.el:
4859         * gnus-start.el:
4860         * gnus-registry.el: Remove VMS support.
4861
4862 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4865         macro.
4866         (rfc2104-hash): Use it.
4867
4868 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4869
4870         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4871         (gnus-summary-sort-by-most-recent-date): New commands.
4872         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4873         and menu entries.
4874
4875 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4878         don't redisplay article for raw contents; remove plural articles stuff.
4879
4880         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4881         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4882         on gnus-summary-save-article; display results properly.
4883
4884 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * lpath.el: No need to fbind ns-focus-frame.
4887
4888 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4891
4892 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4895         gnus-save-all-headers.
4896
4897 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4898
4899         * gnus-util.el (ns-focus-frame): Remove declaration.
4900         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4901         like x.
4902
4903 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4904
4905         * rfc2104.el (rfc2104-zero): Delete defconst.
4906         (rfc2104-hex-alist): Likewise.
4907         (rfc2104-hex-to-int): Delete func.
4908         (rfc2104-hexstring-to-bitstring): Likewise.
4909         (rfc2104-nybbles): New defconst.
4910         (rfc2104-hash): Rewrite for speed.
4911
4912 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * tls.el (open-tls-stream): Make it work with the 2nd argument
4915         BUFFER that is a string but does not exist as a buffer object, as
4916         mentioned in the doc-string.
4917
4918 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4921         SXEmacs.
4922
4923 2008-07-16  Glenn Morris  <rgm@gnu.org>
4924
4925         * gnus-util.el (ns-focus-frame): Declare for compiler.
4926
4927 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4930         set as a group parameter.
4931         (gnus-summary-save-in-pipe): Work when it is called independently.
4932         (gnus-summary-pipe-to-muttprint): Don't modify
4933         gnus-summary-pipe-output-default-command.
4934
4935 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4936
4937         * message.el (message-send-mail-with-sendmail):
4938         Display the error message.
4939
4940 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * gnus-art.el (gnus-default-article-saver):
4943         Add gnus-summary-save-in-pipe to choices.
4944         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4945         gnus-summary-pipe-output-default-command as the default command.
4946         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4947         instead of gnus-last-shell-command.
4948
4949         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4950         New user option.
4951         (gnus-summary-muttprint-program): Mention the value will be changed.
4952         (gnus-summary-save-article): Force showing of all headers.
4953         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4954
4955 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4956
4957         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4958
4959 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4960
4961         * nnimap.el (nnimap-id):
4962         * sieve-manage.el (sieve-manage-open): Doc fixes.
4963
4964 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4965
4966         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4967         if available.
4968
4969 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4970
4971         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4972
4973         * nnkiboze.el (nnkiboze-generate-group):
4974         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4975
4976         * nnmairix.el: Require CL.
4977
4978 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * dgnushack.el: Autoload get-display-table and put-display-table for
4981         XEmacs 21.5.
4982
4983         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4984         21.4 and SXEmacs.
4985
4986 2008-06-15  David Engster  <dengste@eml.cc>
4987
4988         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4989
4990 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4991
4992         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4993         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4994         runtime choice under XEmacs.
4995
4996         * gnus-sum.el (gnus-summary-set-display-table):
4997         Use `gnus-put-display-table', `gnus-get-display-table',
4998         `gnus-set-display-table' for the display table, instead of `aset'.
4999
5000         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5001         Use `gnus-put-display-table', `gnus-get-display-table',
5002         `gnus-set-display-table' for the display table.
5003
5004 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5005
5006         * nnmairix.el: Add autoloads.
5007
5008 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5009
5010         * nnmairix.el (nnmairix-delete-recreate-group)
5011         (nnmairix-update-and-clear-marks): Fix error messages.
5012
5013 2008-06-14  David Engster  <dengste@eml.cc>
5014
5015         * nnmairix.el: Upgrade to version 0.6.
5016         (nnmairix-group-toggle-propmarks-this-group)
5017         (nnmairix-group-toggle-readmarks-this-group)
5018         (nnmairix-group-delete-recreate-this-group)
5019         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5020         (nnmairix-remove-tick-mark-original-article): New commands.
5021         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5022         (nnmairix-propagate-marks-to-nnmairix-groups)
5023         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5024         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5025         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5026         functions needed for marks propagation and manipulation of read marks.
5027         (nnmairix-update-groups): New function.
5028         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5029         (nnmairix-determine-original-group-from-registry)
5030         (nnmairix-determine-original-group-from-path)
5031         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5032         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5033         New helper functions.
5034         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5035         keystrokes for new commands.
5036         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5037         (nnmairix-request-group): Check allow-fast group parameter.
5038         (nnmairix-request-create-group): Set allow-fast group parameter if
5039         nnmairix-allowfast-default is set.
5040         (nnmairix-close-group): Propagate marks upon closing if needed.
5041         (nnmairix-group-toggle-threads-this-group): Use new.
5042         nnmairix-group-toggle-parameter helper function.
5043         (nnmairix-search): Better check for empty search result.
5044         (nnmairix-goto-original-article): Use new helper functions for
5045         determining original article.
5046         (nnmairix-show-original-article): Make sure message-id is in brackets.
5047         (nnmairix-call-mairix-binary): Change variable name.
5048         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5049         helper function.
5050         (nnmairix-widget-toggle-activate): Fix doc string.
5051
5052 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * nnir.el: Require edmacro when compiling with XEmacs.
5055         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5056         available in Emacs 21.
5057
5058 2008-06-11  Glenn Morris  <rgm@gnu.org>
5059
5060         * gnus-util.el (x-focus-frame):
5061         * gnus.el (image-size):
5062         * mm-decode.el (image-size): Declare.
5063
5064         * gnus-picon.el (declare-function): Add compat definition.
5065         (image-size): Declare.
5066
5067         * gnus-group.el (tool-bar-map):
5068         * gnus-sum.el (tool-bar-map): Define for compiler.
5069
5070         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5071
5072         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5073
5074         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5075         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5076         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5077         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5078         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5079         * sieve-manage.el, spam-report.el, spam.el:
5080         Remove unnecessary eval-and-compile of autoloads.
5081
5082 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5083
5084         * auth-source.el: Precise Tramp doc.
5085
5086 2008-06-07  Glenn Morris  <rgm@gnu.org>
5087
5088         * nnmairix.el: Remove unnecessary eval-when-compile.
5089
5090 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * lpath.el: Fbind propertize for XEmacs 21.4.
5093
5094 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5095
5096         * nnir.el: Move here from ../contrib.
5097
5098 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5099
5100         * gnus-util.el (gnus-read-shell-command): New function.
5101         * mm-decode.el (mm-pipe-part):
5102         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5103
5104 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5107
5108 2008-06-03  Glenn Morris  <rgm@gnu.org>
5109
5110         * pop3.el (nnheader-accept-process-output): Autoload it.
5111
5112 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5115         are not 2-digit hexadecimal characters that follow `%'s.
5116
5117 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * message.el (message-bogus-recipient-p): Fix type in doc string.
5120         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5121         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5122         Improve custom options.
5123         (message-bogus-recipient-p): Adjust accordingly.
5124
5125 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5126
5127         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5128         long-form month and day names.
5129
5130 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * dgnushack.el: Autoload debug, eudc-expand-inline and
5133         pgg-snarf-keys-region for XEmacs.
5134
5135         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5136
5137         * nnmairix.el: Require edmacro when compiling with XEmacs.
5138
5139 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5140
5141         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5142         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5143
5144 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * auth-source.el: Add more docs.
5147
5148         * netrc.el (netrc-machine): Always match if the port is not given.
5149
5150 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5151
5152         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5153         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5154         retrieval faster in some cases, but might make CPU usage larger.  If
5155         this has any bad side effects, we might revert this change.
5156
5157         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5158         seems to make mail retrieval much, much faster.
5159         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5160         unconditionally.
5161
5162         * gnus-draft.el (gnus-group-send-queue): Bind
5163         message-send-mail-partially-limit to nil to avoid being prompted.
5164
5165 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5166
5167         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5168
5169         * message.el (message-bogus-address-regexp): Fix and improve custom
5170         type.
5171         (message-setup-hook): Add message-check-recipients as custom option.
5172
5173 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5174
5175         * message.el (message-cite-function): Remove bogus autoload which crept
5176         in during merge from v5-10.
5177
5178 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5179
5180         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5181
5182         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5183
5184         * auth-source.el: Preliminary Tramp docs.
5185         (auth-sources): Change the default auth-sources to use
5186         EPA .gpg files.
5187
5188 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5189
5190         * nntp.el: Autoload `auth-source-user-or-password'.
5191         (nntp-send-authinfo): Use it.
5192
5193         * nnimap.el: Autoload `auth-source-user-or-password'.
5194         (nnimap-open-connection): Use it.
5195
5196         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5197         for the gnus-message function.
5198         (auth-source-user-or-password): Use it.
5199
5200 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5201
5202         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5203         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5204         (rfc2104-hash): Use it.
5205
5206 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5207
5208         * gnus-art.el (gnus-article-toggle-truncate-lines):
5209         Don't use `iff' in docstring.
5210
5211 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5212
5213         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5214
5215         * gnus-util.el (gnus-extract-address-component-name)
5216         (gnus-extract-address-component-email): Convenience functions around
5217         `gnus-extract-address-components'.
5218
5219         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5220         Use `gnus-extract-address-component-email' to fix bug of comparing full
5221         sender name to `user-mail-address'.
5222
5223 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5224
5225         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5226         catch/throw to optimize.
5227         (gnus-registry-find-keywords): Just use member to find a keyword.
5228
5229 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5230
5231         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5232         is current before calling gnus-server-prepare.
5233         (gnus-server-setup-buffer, gnus-server-update-server)
5234         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5235
5236 2008-05-04  Juri Linkov  <juri@jurta.org>
5237
5238         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5239         (mailcap-file-default-commands): Use mailcap-replace-in-string
5240         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5241         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5242
5243 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5244
5245         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5246
5247 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5248
5249         * gnus.el: Bump version to 0.11.
5250
5251 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5252
5253         * gnus.el: No Gnus v0.10 is released.
5254
5255 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5258         hooks.
5259         (gnus-update-read-articles): Speed up non-marks-using users.
5260         (gnus-use-marks): Define gnus-use-marks.
5261         (gnus-propagate-marks): Rename variable to something more sensible.
5262
5263 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5264
5265         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5266         (gmm-image-load-path-for-library): Fix typos in docstrings.
5267         (gmm-message): Reflow docstring.
5268
5269 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * mail-source.el (mail-source-set-1, mail-source-bind):
5272         Move auth-source code out of the macro to clean it up and fix bugs.
5273
5274 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5275
5276         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5277         by sender if it's equal to user-mail-address, it's likely to be
5278         useless.
5279
5280         * mail-source.el (mail-source-bind): Don't use user or password if they
5281         are not bound.  Unintern them if they are nil.  Don't use server unless
5282         it's bound, and default it to empty string otherwise.
5283
5284 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5285
5286         * mail-source.el: Load auth-source.el.
5287         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5288         get user name or password, if auth-sources is set up.
5289
5290         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5291         strategy of splitting with parent.
5292         (gnus-registry-split-fancy-with-parent)
5293         (gnus-registry-post-process-groups): Use it and fix prior
5294         bug (returning a list as the split result).
5295
5296         * auth-source.el (auth-sources): Remove server parameter.
5297         (auth-source-pick, auth-source-user-or-password)
5298         (auth-source-user-or-password-imap)
5299         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5300         (auth-source-user-or-password-sftp)
5301         (auth-source-user-or-password-smtp): Remove server parameter.
5302
5303 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5304
5305         * smime.el (smime-sign-region, smime-encrypt-region)
5306         (smime-decrypt-region):
5307         Remove redundant calls to `generate-new-buffer-name'.
5308
5309 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5310
5311         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5312         Don't use QP for message/rfc822.
5313         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5314
5315 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5316
5317         * sieve-manage.el (sieve-string-bytes): Remove.
5318         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5319         correct byte-length only if the process's coding-system is the same as
5320         the one used internally by Emacs to represent strings.
5321
5322 2008-04-22  Juri Linkov  <juri@jurta.org>
5323
5324         * mailcap.el (mailcap-file-default-commands): New function.
5325
5326 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5327
5328         * message.el (message-signature-separator, message-cite-function):
5329         Change custom version.
5330
5331 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5332
5333         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5334         commands.
5335         (tls-checktrust): Ditto.
5336
5337 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5338
5339         * mm-decode.el (mm-display-external): Make temp file read-only.
5340
5341 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5342
5343         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5344         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5345         `C-c C-f d'.
5346
5347 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5348
5349         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5350
5351 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * gnus.el: Bump version to 0.9.
5354
5355 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * gnus.el: No Gnus v0.8 is released.
5358
5359 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5360
5361         * mail-source.el (mail-source-value):
5362         Prefer fboundp to functionp so it works with macros as well.
5363
5364 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5365
5366         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5367         Fix last change in case the element is not even a symbol.
5368
5369 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5370
5371         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5372         Prefer fboundp to functionp so it works with macros as well.
5373
5374 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5375
5376         * auth-source.el: Added docs.
5377         (auth-sources): Modify format to support server.
5378         (auth-source-pick, auth-source-user-or-password)
5379         (auth-source-user-or-password-imap)
5380         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5381         (auth-source-user-or-password-sftp)
5382         (auth-source-user-or-password-smtp): Add server parameter.
5383
5384 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5385
5386         * gnus-registry.el: Initialize the registry when gnus-registry-install
5387         is t.
5388
5389 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * compface.el (uncompface): Make buffer unibyte.
5392
5393 2008-04-05  Glenn Morris  <rgm@gnu.org>
5394
5395         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5396
5397 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5398
5399         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5400         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5401
5402         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5403         multibyteness after rather than before erasing it.
5404
5405         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5406         mm-with-multibyte.
5407         (gnus-request-article-this-buffer): Make sure the proper decoding is
5408         used if gnus-original-article-buffer happens to be unibyte.
5409
5410         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5411         default-enable-multibyte-characters.
5412
5413         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5414         default-enable-multibyte-characters.
5415
5416         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5417
5418         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5419
5420 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5421
5422         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5423         (imap-message-copyuid-1): Use it.
5424         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5425         J. Williams in
5426         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5427
5428         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5429         imap-enable-exchange-bug-workaround.
5430         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5431
5432 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5433
5434         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5435         a 100 byte status-checks into a 2-3MB transfer for each group.
5436         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5437         to enable bug workaround or not.
5438         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5439
5440 2008-03-31  Glenn Morris  <rgm@gnu.org>
5441
5442         * message.el (mml2015-use): Declare for compiler.
5443         (message-info): Require mml2015 when appropriate.
5444
5445 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5446
5447         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5448         whitespace.
5449
5450 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5451
5452         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5453         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5454         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5455         (nntp-service-to-port): New function.
5456         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5457         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5458         (nntp-open-netcat-stream): New function.
5459         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5460
5461 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5462
5463         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5464
5465 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5466
5467         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5468
5469 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5470
5471         * dns.el (dns-write): Use set-buffer-multibyte.
5472
5473 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5474
5475         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5476
5477 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5478
5479         * message.el (message-signature-separator): Change default.
5480         Improve custom type.
5481         (message-cite-function): Change default to
5482         message-cite-original-without-signature.
5483
5484         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5485         toggle.
5486
5487         * message.el (message-check-news-body-syntax): Fix signature check.
5488         (message-setup-1): Mark buffer as unmodified _after_ running
5489         message-setup-hook and handling message-alternative-emails.
5490         (message-shorten-references): Be more strict when building list of
5491         valid references to comply with GNKSA.
5492
5493         * gnus-group.el (gnus-read-ephemeral-bug-group)
5494         (gnus-read-ephemeral-debian-bug-group)
5495         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5496
5497         * message.el (message-info): Don't use booleanp which isn't supported
5498         in Emacs 21 and XEmacs.
5499
5500 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5501
5502         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5503         gnus-group-gmane-group-download-format.
5504         (gnus-group-read-ephemeral-gmane-group): Rename from
5505         gnus-group-read-ephemeral-gmane-group.
5506         (gnus-read-ephemeral-gmane-group-url): Rename from
5507         gnus-group-read-ephemeral-gmane-group-url.
5508         (gnus-bug-group-download-format-alist): New variable.
5509         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5510         (gnus-read-ephemeral-emacs-bug-group): New commands.
5511
5512 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5513
5514         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5515         (gnus-visible-headers): Improve custom type.
5516
5517 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5518
5519         * mml.el (mml-menu): Add workarounds for XEmacs.
5520
5521         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5522         X-Boundary header.
5523
5524         * message.el (message-simplify-recipients): Fix previous commit.
5525
5526 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5527
5528         * mm-util.el (mm-set-buffer-multibyte): New function.
5529         * mm-decode.el (mm-copy-to-buffer): Use it.
5530
5531 2008-03-19  Glenn Morris  <rgm@gnu.org>
5532
5533         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5534         Accidentally removed in the sync process with Emacs.
5535
5536 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5537
5538         * message.el (message-alter-recipients-discard-bogus-full-name):
5539         New function.
5540         (message-alter-recipients-function): New variable.
5541         (message-get-reply-headers): Use it.
5542         (message-replace-header): New helper function.
5543         (message-recipients-without-full-name): New variable.
5544         (message-simplify-recipients): New command.
5545
5546         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5547
5548         * message.el (message-info): Handle EasyPG manual.
5549
5550         * mml.el (mml-menu): Add entry for EasyPG.
5551
5552 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5553
5554         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5555         parameter.
5556
5557         * message.el (message-disassociate-draft): Specify drafts group name
5558         fully.
5559
5560 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5561
5562         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5563         unnecessary duplicates from the match list.
5564
5565 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5568
5569         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5570
5571         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5572         args of `how-many' of which the XEmacs version doesn't take; declare
5573         Info-index-next as function.
5574
5575 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5576
5577         * gnus-score.el (gnus-score-headers): Fix handling of
5578         gnus-inhibit-slow-scoring.
5579
5580         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5581         string.
5582         (gnus-button-url-regexp): Improve handling of parenthesis.
5583         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5584         (gnus-button-handle-info-keystrokes): Handle index entries.
5585
5586 2008-03-15  Glenn Morris  <rgm@gnu.org>
5587
5588         * parse-time.el (parse-time-string): Simplify.
5589
5590 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5593         Incoming* files.
5594
5595 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5596
5597         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5598         (auth-source-pick): Use it.
5599
5600 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5601
5602         * binhex.el (binhex-decode-region-internal):
5603         * uudecode.el (uudecode-decode-region-internal):
5604         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5605         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5606         setting default-enable-multibyte-characters.
5607
5608 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5609
5610         * auth-source.el (auth-source-protocols)
5611         (auth-source-protocols-customize, auth-source-choices): Added and
5612         modified variable customizations and defaults.
5613         (auth-source-pick, auth-source-user-or-password)
5614         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5615         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5616         (auth-source-user-or-password-sftp)
5617         (auth-source-user-or-password-smtp): Use new variables and provide an
5618         interface to netrc.el.
5619
5620 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5623         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5624         Make sure the nntp port to specify is a string.
5625
5626 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5627
5628         * nntp.el: Use with-current-buffer.
5629         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5630         dubious mm-with-unibyte-current-buffer.
5631         (nntp-with-open-group-function): New function extracted from
5632         nntp-with-open-group macro.
5633         (nntp-with-open-group): Use the function, so it's easier to debug.
5634         Add indentation and debugging info.
5635         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5636         the use of the netcat alternatives.
5637
5638         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5639         Avoid mm-string-as-multibyte as well.
5640
5641         * nnweb.el (nnweb-insert-html):
5642         Remove use of nnheader-string-as-multibyte.
5643
5644         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5645         (nnheader-string-as-multibyte): Remove.
5646
5647         * mm-view.el: Use inhibit-read-only.
5648         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5649         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5650         or unibyte-string.
5651
5652         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5653         (mm-uu-yenc-extract): Use with-current-buffer.
5654
5655         * gnus-soup.el (gnus-soup-send-packet): Don't use
5656         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5657
5658         * nnmh.el: Use with-current-buffer.
5659         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5660         mm-string-as-multibyte on the output of mm-encode-coding-string.
5661
5662         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5663         (nnimap-request-move-article): Use with-current-buffer.
5664
5665         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5666         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5667         conversion uses string-make-unibyte rather than string-as-unibyte.
5668
5669         * gnus-msg.el: Use with-current-buffer.
5670
5671         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5672
5673 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5674
5675         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5676         string for caching if it is 'PIN.
5677
5678 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * lpath.el: Consider the case without Emacs/W3.
5681
5682 2008-03-08  Glenn Morris  <rgm@gnu.org>
5683
5684         * time-date.el (date-to-time, time-subtract, time-add)
5685         (safe-date-to-time): Doc fixes.
5686
5687 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5688
5689         * mail-source.el (mail-source-delete-old-incoming-confirm):
5690         Change default to nil.
5691         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5692
5693 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * lpath.el: Rearrange.
5696
5697         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5698         (gnus-article-goto-prev-page): Work for articles having ^L's.
5699
5700         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5701
5702         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5703
5704 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5705
5706         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5707         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5708         (gnus-bookmark-jump): Adjust some variable names.
5709
5710 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5711
5712         * auth-source.el: New package.
5713         (auth-source-choices): Add customization entry point variable.
5714
5715         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5716         bug.
5717
5718 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5719
5720         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5721         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5722         (gnus-registry-install-shortcuts): Rename from
5723         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5724         the `gnus-registry-mark-map' keymap dynamically from
5725         `gnus-registry-marks'.  The generated functions update the summary line
5726         when a registry mark is added or deleted, and will call
5727         `gnus-registry-install-p' (see the comments in the code).
5728         (gnus-registry-user-format-function-M): Use concat intelligently.
5729
5730         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5731         the registry mark functions.
5732
5733 2008-03-05  Glenn Morris  <rgm@gnu.org>
5734
5735         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5736         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5737         gnus-art.
5738         (top-level): No need to load own source when compiling.
5739
5740 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5743         Suggested by <chris.anderton@zetnet.co.uk>.
5744
5745 2008-03-04  Glenn Morris  <rgm@gnu.org>
5746
5747         * gnus-sum.el (top-level): No need to require gnus when compiling,
5748         since unconditionally required near start of file.
5749         (gnus-summary-display-while-building): Move definition before use.
5750
5751 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5752
5753         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5754         formatting function.
5755
5756 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5757
5758         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5759         with plists.
5760         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5761         Use new format.
5762
5763 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5766         `where-is-internal' that returns a range of key sequences.
5767
5768 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5769
5770         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5771
5772         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5773         (gnus-summary-jump-to-group): Consider windows on other displayed
5774         frames as well.  Similar changes might be needed elsewhere, but that's
5775         the one I've bumped into during my use.
5776
5777         * nndoc.el (nndoc-oe-dbx-type-p):
5778         * gnus-msg.el (gnus-debug):
5779         * gnus-group.el (gnus-update-group-mark-positions):
5780         Use mm-string-to-multibyte.
5781
5782 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5785         doesn't handle NotDashEscaped.
5786
5787         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5788         (mml-dnd-attach-options): Fix typo in custom choice.
5789
5790         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5791         nndoc-article-type to mbox.
5792         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5793
5794         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5795         to nil, instead of html2text.
5796
5797         * imap.el (imap-debug): Add `imap-ping-server'.
5798
5799         * gnus-bookmark.el: Add FIXMEs.
5800
5801         * message.el (message-form-letter-separator)
5802         (message-send-form-letter-delay): New variables.
5803         (message-send-form-letter): Use them.  New command to send form
5804         letters.  Requested by Uwe Siart.
5805         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5806
5807 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * Update copyright years.
5810
5811 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5812
5813         Sync from EMACS_22_BASE.
5814
5815         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5816
5817 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5818
5819         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5820         empty author.
5821
5822 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5823
5824         * gnus-registry.el (gnus-registry-marks): Add variable for
5825         customization of marks and their appearance.
5826         (gnus-registry-read-mark): Use it.
5827         (gnus-registry-do-marks): Add utility function to loop through
5828         `gnus-registry-marks'.
5829         (gnus-registry-install-shortcuts-and-menus): Add function to install
5830         shortcuts and menus.
5831         (gnus-registry-initialize): Use it.
5832         (gnus-registry-default-mark): Clarify documentation.
5833
5834 2008-02-29  Glenn Morris  <rgm@gnu.org>
5835
5836         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5837         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5838         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5839         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5840         Change defcustom :version from 23.0 to 23.1.
5841
5842 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5843
5844         * gnus-registry.el (gnus-registry-follow-group-p)
5845         (gnus-registry-post-process-groups): Add functions to aid registry
5846         splitting and improve logging.  Clarify behavior in function
5847         documentation.
5848         (gnus-registry-split-fancy-with-parent): Use them.
5849
5850 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5851
5852         * gnus-art.el: Use with-current-buffer.
5853
5854 2008-02-27  David Engster  <dengste@eml.cc>
5855
5856         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5857         Express real group name in the response.
5858
5859 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5862         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5863         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5864         autoload gnus-registry-fetch-group when compiling.
5865         (nnmairix-request-group-with-article-number-correction): Remove
5866         unreferenced argument passed to nnmairix-call-backend.
5867
5868 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5871         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5872         Wilde.
5873
5874 2008-02-27  Glenn Morris  <rgm@gnu.org>
5875
5876         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5877         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5878         variables to defconsts.  Convert comments to doc-strings.
5879         (nnmairix-last-server, nnmairix-current-server): Convert from free
5880         variables to defvars.  Convert comments to doc-strings.
5881         (gnus-registry-fetch-group): Autoload.
5882         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5883         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5884         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5885         caddr.
5886         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5887         nnmairix-request-group-with-article-number-correction call.
5888         (nnmairix-fast, nnmairix-group): New, less general names, for free
5889         variables passed from nnmairix-request-group to
5890         nnmairix-request-group-with-article-number-correction.  Declare.
5891         (nnmairix-request-group-with-article-number-correction):
5892         Use nnmairix-fast, nnmairix-group rather than fast, group.
5893
5894 2008-02-26  David Engster  <dengste@eml.cc>
5895
5896         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5897         version 0.5.
5898
5899 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5900
5901         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5902         instead of making an extra function call.  Don't add the current group
5903         to articles only when they have the group.  Use
5904         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5905         Reported by David <de_bb@arcor.de>.
5906
5907 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5910         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5911
5912 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5913
5914         * mail-source.el (mail-source-delete-incoming): Change default.
5915         Supplement doc string.
5916
5917         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5918
5919 2008-02-14  Glenn Morris  <rgm@gnu.org>
5920
5921         * time-date.el (format-seconds): New function.
5922
5923 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * nnmail.el (nnmail-message-id-cache-file): Derive from
5926         `gnus-home-directory'.
5927
5928 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5929
5930         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5931         Document negative prefix.
5932
5933         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5934
5935 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5936
5937         * message.el (message-unsent-separator): Add the Exim bounce
5938         separator.
5939
5940 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5941
5942         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5943         list.
5944         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5945         recipient/signer list.
5946
5947 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * Makefile.in (datarootdir): Define.
5950         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5951         name that might contain whitespace.
5952
5953 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5956         fbound (Emacs 23 unicode), signal an error.
5957
5958 2008-02-08  Glenn Morris  <rgm@gnu.org>
5959
5960         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5961
5962 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5963
5964         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5965         ports to the calls to `netrc-machine-user-or-password' in addition to
5966         "imap" and "imaps".
5967
5968 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5969
5970         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5971
5972         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5973
5974 2008-02-01  Kenichi Handa  <handa@m17n.org>
5975
5976         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5977         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5978         (rfc2104-hash): Convert the result of concat to unibyte string.
5979
5980 2008-02-01  Dave Love  <fx@gnu.org>
5981
5982         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5983         coding-system-for-read.
5984         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5985
5986 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5987
5988         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5989         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5990         <hanche@math.ntnu.no>.
5991
5992 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5995
5996         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5997
5998 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5999
6000         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6001         * message.el (message-beginning-of-line): Use featurep instead of bound
6002         tests in order to resolve conditionals at compile time.
6003
6004 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6005
6006         * mail-source.el (mail-sources): Add `group' choice.
6007
6008         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6009         parameter `in-group' to control into which group the articles go.
6010         Add treatment of `group' mail-source.
6011
6012 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6015
6016         * mm-decode.el (mm-dissect-buffer): Decode description.
6017
6018         * mml.el (mml-to-mime): Encode message header first.
6019
6020 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6023         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6024
6025         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6026         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6027
6028 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6029
6030         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6031
6032 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6035         prefix keys.
6036         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6037         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6038         gnus-xmas.el.
6039
6040         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6041         (gnus-xmas-article-describe-bindings): New function.
6042         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6043         gnus-xmas-article-describe-bindings.
6044
6045         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6046
6047 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6048
6049         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6050         Add new variables for article mark management.
6051         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6052         list of extra data entries which, when present, will indicate that the
6053         article ID should not be trimmed from the registry.
6054         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6055         functions.
6056         (gnus-registry-read-mark): New function to read a mark name from the
6057         user.
6058         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6059         (gnus-registry-set-article-mark-internal): New functions to add and
6060         remove marks.
6061         (gnus-registry-get-article-marks): New function to show the marks for
6062         an article, or retrieve them for further use.
6063
6064 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6067         keys when no argument is given.
6068
6069 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6070
6071         * imap.el (imap-ping-server): New variable.
6072         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6073         (imap-ping-server): Minor doc string fixes.
6074
6075 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6076
6077         * imap.el (imap-ping-server): New function.
6078         (imap-opened): Call imap-ping-server.
6079
6080 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * gnus-sum.el (gnus-article-sort-by-random)
6083         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6084         jidanni@jidanni.org.
6085
6086 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * gnus-art.el (gnus-article-describe-bindings): New function.
6089         (gnus-article-read-summary-keys): Use it.
6090         (gnus-article-mode-map): Bind `C-h b' to it.
6091
6092 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6095         XEmacs.
6096         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6097         against non-character events.
6098
6099         * lpath.el: Fbind map-keymap for Emacs 21.
6100
6101 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6104         command.
6105         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6106         instead of END.  Change name of the temp file.
6107         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6108         customizable.
6109
6110 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6113         bind `S W' to gnus-article-wide-reply-with-original; set default
6114         binding to gnus-article-read-summary-send-keys.
6115         (gnus-article-read-summary-keys): Fix the order of keys; display
6116         continuation keys correctly in the echo area; describe bindings
6117         correctly when keys end with `C-h'.
6118         (gnus-article-read-summary-send-keys): New function.
6119         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6120         for gnus-article-read-summary-send-keys; display continuation keys
6121         correctly in the echo area.
6122         (gnus-article-reply-with-original): Ignore prefix argument.
6123         (gnus-article-wide-reply-with-original): New function.
6124
6125         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6126         Emacs 21.
6127
6128 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6131         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6132
6133 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6134
6135         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6136         (gnus-group-read-ephemeral-gmane-group): New command.
6137
6138 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6139
6140         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6141
6142 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6143
6144         * message.el (message-send-mail-function): Increase custom version.
6145
6146         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6147         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6148
6149 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6150
6151         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6152         for the cases where imap-authenticate is called with a nil buffer
6153         parameter.
6154
6155 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6158         html parts correctly; support forwarded messages.
6159         (gnus-article-browse-html-article): Remove work buffers.
6160
6161         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6162         compiling.
6163         (netrc-bound-and-true-p): New macro.
6164         (netrc-parse): Use it instead of bound-and-true-p that is not available
6165         in XEmacs 21.4.
6166
6167 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6168
6169         * gnus-registry.el (gnus-registry-mark-article)
6170         (gnus-registry-article-marks): Add functionality to mark articles
6171         through the Gnus registry.
6172
6173         * encrypt.el: Clarify documentation for the new pgg method.
6174         (encrypt-file-alist): Add PGG option.
6175         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6176         functionality.  Abstract password key and messaging to external
6177         functions.
6178         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6179         (encrypt-message-method-and-cipher): Add new convenience external
6180         functions.
6181         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6182         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6183
6184         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6185         (netrc-parse): Use encrypt-file-alist to determine if
6186         encrypt-find-model or encrypt-insert-file-contents should be used.
6187
6188         * encrypt.el: Clarify documentation.  Load password-cache or
6189         password, whichever one is found first, instead of autoloading.
6190
6191 2007-12-19  Glenn Morris  <rgm@gnu.org>
6192
6193         * mml.el (message-options-set, message-narrow-to-head)
6194         (message-in-body-p, message-mail-p, message-encode-message-body):
6195         Autoload.
6196         (message-remove-header, message-narrow-to-headers-or-head)
6197         (message-subscribed-p, message-make-mail-followup-to)
6198         (message-position-on-field, message-news-p)
6199         (message-options-set-recipient, message-generate-headers)
6200         (message-sort-headers): Declare as functions.
6201
6202 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6205         convention in doc string.
6206
6207 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6208
6209         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6210         title to html parts.
6211         (gnus-article-browse-html-article): Pass message header to it.
6212
6213         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6214
6215 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6218         or password compatible with XEmacs.
6219
6220 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6221
6222         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6223         format document.
6224         (gnus-mime-delete-part): Don't write description line if empty.
6225         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6226
6227 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6228
6229         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6230         (gnus-summary-mark-read-and-unread-as-read)
6231         (gnus-summary-mark-current-read-and-unread-as-read)
6232         (gnus-summary-mark-unread-as-ticked): Doc fix.
6233         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6234
6235 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6236
6237         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6238         Christoph Conrad <christoph.conrad@gmx.de>.
6239
6240 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6243         yes-or-no-p.
6244
6245 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * mm-decode.el (mm-add-meta-html-tag): New function.
6248         (mm-save-part-to-file, mm-pipe-part): Use it.
6249
6250         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6251         gnus-y-or-n-p instead of y-or-n-p.
6252         (gnus-article-browse-html-parts): Work with message/external-body; use
6253         mm-add-meta-html-tag.
6254
6255 2007-12-11  Glenn Morris  <rgm@gnu.org>
6256
6257         * gnus-cache.el: Require gnus-sum not just when compiling.
6258
6259         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6260
6261         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6262         definitions before use.
6263
6264         * mm-decode.el: Require gnus-util.
6265         (mm-remove-part): Only call delete-annotation on XEmacs.
6266
6267         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6268
6269         * nnmail.el: Require gnus-int.
6270
6271         * spam.el: Move `require's before `eval-when-compile's.
6272
6273         * gnus-ems.el (gnus-alive-p):
6274         * gnus-fun.el (message-goto-eoh):
6275         * gnus-util.el (gnus-group-name-decode):
6276         * mail-source.el (gnus-compress-sequence):
6277         * message.el (Info-goto-node, format-spec):
6278         * mm-bodies.el (message-options-get):
6279         * mm-decode.el (mm-view-pkcs7):
6280         * mm-util.el (gmm-write-region):
6281         * mml-smime.el (mml-compute-boundary)
6282         (gnus-completing-read-with-default):
6283         * mml.el (widget-button-press, gnus-make-hashtable):
6284         * mml1991.el (mm-decode-content-transfer-encoding)
6285         (mm-encode-content-transfer-encoding)
6286         (message-options-get, message-options-set):
6287         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6288         * nnfolder.el (gnus-request-group):
6289         * nnheader.el (ietf-drums-unfold-fws):
6290         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6291         * smime.el (gnus-run-mode-hooks):
6292         * spam-stat.el (gnus-message): Autoload.
6293
6294         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6295         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6296         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6297         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6298         Add declare-function compatibility definition.
6299
6300         * gnus-cache.el (nnvirtual-find-group-art):
6301         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6302         (gnus-add-image, gnus-add-wash-type):
6303         * gnus-group.el (nnkiboze-score-file):
6304         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6305         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6306         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6307         (message-tokenize-header, gnus-get-buffer-create)
6308         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6309         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6310         * gnus.el (gnus-group-decoded-name):
6311         * mail-source.el (imap-capability):
6312         * mm-bodies.el (message-options-set):
6313         * mm-decode.el (gnus-configure-windows):
6314         * mm-extern.el (message-goto-body):
6315         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6316         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6317         (epg-sub-key-validity, message-options-set):
6318         * mml.el (widget-event-point, gnus-configure-windows):
6319         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6320         * mml2015.el (epg-check-configuration, epg-configuration)
6321         (message-options-set):
6322         * nndb.el (nndb-request-article):
6323         * nnfolder.el (gnus-request-create-group):
6324         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6325         * nnmaildir.el (gnus-group-mark-article-read):
6326         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6327         * rfc1843.el (message-fetch-field):
6328         * spam.el (gnus-extract-address-components):
6329         Declare as functions.
6330
6331 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6334
6335         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6336
6337         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6338         bind show-trailing-whitespace for XEmacs.
6339
6340 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6343         new no-op macro for backward compatibility.
6344
6345         * imap.el (imap-string-to-integer): New function.
6346
6347 2007-12-09  Glenn Morris  <rgm@gnu.org>
6348
6349         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6350
6351         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6352         * message.el, mm-view.el, sieve-manage.el, smime.el:
6353         Add declare-function compatibility definition.
6354
6355         * gnus-art.el (w3-region, w3m-region, Info-menu):
6356         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6357         * gnus-sum.el (gnus-get-predicate):
6358         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6359         * message.el (mail-abbrev-in-expansion-header-p):
6360         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6361         (w3m-detect-meta-charset, w3m-region):
6362         * sieve-manage.el (password-read, password-cache-add)
6363         (password-cache-remove):
6364         * smime.el (password-read-and-add): Declare as functions.
6365
6366 2007-12-08  David Kastrup  <dak@gnu.org>
6367
6368         * gnus-sum.el (gnus-summary-simplify-subject-query):
6369         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6370         `message'.
6371
6372 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6375         it to bind idna-program, installation-directory, defined-colors, and
6376         face-attribute for XEmacs of the version that compiles defcustom forms.
6377
6378 2007-12-07  Glenn Morris  <rgm@gnu.org>
6379
6380         * gnus-art.el (article-make-date-line): Revert previous change.
6381
6382 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6383
6384         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6385
6386 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6387
6388         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6389         Call gnus-add-to-range ranges only once with a prepared article-list.
6390
6391 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6392
6393         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6394         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6395         group names with backslashes.  Reported by Tassilo Horn
6396         <tassilo@member.fsf.org>.
6397
6398 2007-12-06  Deepak Goel  <deego3@gmail.com>
6399
6400         * gnus-art.el (article-make-date-line):
6401         * gnus-start.el (gnus-load):
6402         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6403
6404 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-art.el (gnus-use-idna)
6407         * gnus-start.el (gnus-site-init-file)
6408         * message.el (message-use-idna)
6409         * mm-uu.el (mm-uu-hide-markers)
6410         * smiley.el (smiley-style): Revert changes that suppress warnings.
6411
6412 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6415         specify charset to html source.  Reported by Christoph Conrad
6416         <christoph.conrad@gmx.de>.
6417
6418 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6421         idna-program in order to suppress byte compile warning issued by XEmacs
6422         that came to byte compile the default value section of defcustom forms
6423         recently.
6424
6425         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6426         value of installation-directory.
6427
6428         * message.el (message-use-idna): Don't directly refer to the value of
6429         idna-program.
6430
6431         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6432
6433         * smiley.el (smiley-style): Don't directly call face-attribute.
6434
6435 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6438
6439         * gnus-dired.el: Reduce Gnus dependencies.
6440         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6441         require.  Use autoloads instead.
6442         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6443         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6444         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6445         (gnus-dired-mode): Adjust doc string.
6446         (gnus-dired-mail-mode): New variable.
6447         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6448         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6449         (gnus-dired-mail-buffers): New function.  Return mail or message
6450         composition buffers.
6451         (gnus-dired-attach): Use it.
6452         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6453         NO-DECODE.
6454         (gnus-dired-print): Use `gnus-print-buffer' depending on
6455         `gnus-dired-mail-mode'.
6456
6457 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * rfc2047.el (rfc2047-encoded-word-regexp)
6460         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6461         explaining what regexp patterns are for.
6462
6463 2007-12-04  Glenn Morris  <rgm@gnu.org>
6464
6465         * password.el: Move to password-cache.el.
6466
6467         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6468         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6469         * mml-smime.el (password-read, password-cache-add)
6470         (password-cache-remove):
6471         No need to autoload, since mml-sec requires password.
6472
6473         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6474         * message.el (gnus-extract-address-components):
6475         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6476
6477         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6478         password.
6479
6480 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * mailcap.el: Reduce dependencies.
6483         (mail-header-parse-content-type): Autoload.
6484         (mailcap-delete-duplicates): New alias.
6485         (mailcap-mime-info): Add optional argument NO-DECODE.
6486         (mailcap-mime-types): Use mailcap-delete-duplicates.
6487
6488         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6489
6490 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6491
6492         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6493         (imap-parse-status): Upcase status-att for servers that sends them
6494         lower-case (e.g., MS Exchange 2007).
6495
6496 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6497
6498         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6499         function.
6500
6501         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6502         (gnus-uu-yenc-article): New function.
6503
6504         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6505
6506         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6507         buffer.
6508
6509 2007-12-02  Glenn Morris  <rgm@gnu.org>
6510
6511         * binhex.el (binhex): New custom group.
6512         (binhex-decoder-program, binhex-decoder-switches)
6513         (binhex-use-external): Move to the binhex custom group.
6514
6515         * uudecode.el (uudecode): New custom group.
6516         (uudecode-decoder-program, uudecode-decoder-switches)
6517         (uudecode-use-external): Move to the uudecode custom group.
6518
6519         * netrc.el (top-level): Don't load `encrypt' features.
6520         (netrc-parse): Don't use encrypt.
6521         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6522
6523         * encrypt.el: Remove file.
6524
6525 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6528         matches on patches.
6529
6530         * gnus-art.el (gnus-article-browse-html-article): Mention
6531         `mm-text-html-renderer' in the doc string.
6532
6533         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6534         string.  Add comments.
6535
6536         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6537         if rhs is ASCII.
6538
6539 2007-12-01  Glenn Morris  <rgm@gnu.org>
6540
6541         * mail-source.el (top-level): Require format-spec before
6542         eval-when-compile.
6543
6544 2007-11-30  Glenn Morris  <rgm@gnu.org>
6545
6546         * encrypt.el: Require password, rather than autoloading password-read.
6547
6548 2007-11-29  Glenn Morris  <rgm@gnu.org>
6549
6550         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6551         (sasl-make-client, sasl-next-step, sasl-step-data)
6552         (sasl-step-set-data): Declare as functions.
6553
6554 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6557
6558 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6559
6560         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6561         certs should be verified and what is to be done in the event of a
6562         verification failure.
6563
6564         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6565         caller can indicate whether the cache should be disregarded for this
6566         call.  This way the result of the call is reproducible at all times and
6567         can be considered a canonical server name for the supplied method.
6568         (gnus-agent-method-p): Canonicalize server names by pushing their
6569         method through `gnus-method-to-server' using the no-cache argument.
6570
6571         * gnus-srvr.el (gnus-server-insert-server-line): Call
6572         `gnus-method-to-server' with `no-cache' argument.
6573
6574         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6575         gnus-agent-possibly-synchronize-flags as this should be called when the
6576         server is actually being opened.
6577         (gnus-agent-possibly-synchronize-flags)
6578         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6579         flags file of an agentized server to the latter function.
6580
6581         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6582         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6583         after a connection has been established successfully.
6584
6585 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-art.el (article-display-face): Force to display face if called
6588         interactively; check if gnus-article-x-face-too-ugly matches author.
6589         (article-display-x-face): Display face even if From header is missing
6590         as article-display-face does.
6591
6592 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6593
6594         * hashcash.el (message-narrow-to-headers-or-head)
6595         (message-fetch-field, message-goto-eoh)
6596         (message-narrow-to-headers): Declare as functions.
6597
6598 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * mail-source.el (mail-sources): Default to fetch from file for
6601         compatibility with default of nnmail-spool-file.
6602
6603 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6604
6605         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6606         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6607         to look for encoded word that should be encoded again.
6608         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6609         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6610         encoding pattern.
6611         (rfc2047-decode-region): Switch strict regexp and loose one according
6612         to rfc2047-allow-irregular-q-encoded-words.
6613
6614 2007-11-25  Romain Francoise  <romain@orebokech.com>
6615
6616         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6617
6618 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6619
6620         * tls.el (tls-program): Provide more custom choices from
6621         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6622         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6623
6624 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6627         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6628
6629         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6630         `nnmail-spool-file'.
6631
6632         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6633         `nnmail-spool-file'.
6634
6635         * gnus-move.el (gnus-change-server): Ditto.
6636
6637         * gnus-kill.el (gnus-batch-score): Ditto.
6638
6639         * gnus-cache.el (gnus-jog-cache): Ditto.
6640
6641         * gnus-msg.el (gnus-summary-reply):
6642         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6643
6644 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6647         version.  Minor improvement to doc strings.
6648         (tls-program): Add comment.
6649
6650 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6651
6652         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6653         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6654         mismatch between the hostname provided in the certificate and the name
6655         of the host connnecting to.
6656         (open-tls-stream): Use them.  Check certificates against trusted root
6657         certificates.
6658
6659 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6660
6661         * gnus-cache.el (gnus-cache-generate-nov-databases):
6662         Use nnml-generate-nov-databases-directory instead of
6663         nnml-generate-nov-databases-1.
6664
6665 2007-11-24  Glenn Morris  <rgm@gnu.org>
6666
6667         * message.el (message-tool-bar-retro): Update for rename
6668         mail_send.xpm->mail-send.xpm.
6669
6670 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6671
6672         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6673         `smime-ldap-search' for Emacs 22 and up.
6674
6675 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6676
6677         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6678
6679         * message.el (message-send-mail-function): Fix error convention.
6680         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6681         (message-widen-reply, message-send-mail, message-talkative-question)
6682         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6683         (message-clone-locals, message-send-news): Use with-current-buffer.
6684         (message-insert-or-toggle-importance): Remove unused var `valid'.
6685         (message-make-references): Remove unused var `new-references'.
6686         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6687
6688 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6689
6690         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6691         (spam-split-symbolic-return-positive): Reflow docstring.
6692         (spam-backends, spam-summary-exit-behavior)
6693         (spam-mark-ham-unread-before-move-from-spam-group)
6694         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6695         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6696         (spam-clear-cache, spam-backend-check, spam-install-backend)
6697         (spam-install-statistical-backend, spam-list-of-processors)
6698         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6699         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6700         (spam-check-crm114, spam-initialize, spam-unload-hook):
6701         Fix typos in docstrings.
6702
6703 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6704
6705         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6706         been checked if they have never been read and those group levels are
6707         higher than the one that a user specified.
6708
6709 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6712         foreign groups unless a group level is specified by a user.
6713         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6714
6715 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6716
6717         * message.el (message-send-mail-function): Require sendmail.
6718
6719 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * message.el (message-send-mail-function): Check for smtpmail too.
6722
6723         * utf7.el (utf7-encode, utf7-decode): Use coding system
6724         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6725
6726         * message.el (message-send-mail-function): New function.
6727         (message-send-mail-function): Set default using
6728         message-send-mail-function.  Adjust doc string.
6729         (message-send-mail-with-mailclient): New function.
6730
6731 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6732
6733         * smime.el (from):
6734         * rfc2047.el (message-posting-charset):
6735         * qp.el (mm-use-ultra-safe-encoding):
6736         * pop3.el (parse-time-months):
6737         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6738         * nnml.el (files):
6739         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6740         (jka-compr-compression-info-list, ange-ftp-path-format)
6741         (efs-path-regexp):
6742         * nndiary.el (files):
6743         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6744         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6745         (epg-digest-algorithm-alist, inhibit-redisplay)
6746         (password-cache-expiry):
6747         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6748         (pgg-output-buffer, password-cache-expiry):
6749         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6750         (efs-path-regexp):
6751         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6752         (inhibit-redisplay):
6753         * mm-uu.el (file-name, start-point, end-point, entry)
6754         (gnus-newsgroup-name, gnus-newsgroup-charset):
6755         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6756         (latin-unity-ucs-list):
6757         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6758         (mm-uu-binhex-decode-function):
6759         * message.el (gnus-message-group-art, gnus-list-identifiers)
6760         (rmail-enable-mime-composing, gnus-local-organization)
6761         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6762         (gnus-read-active-file, facemenu-add-face-function)
6763         (facemenu-remove-face-function, gnus-article-decoded-p)
6764         (tool-bar-mode):
6765         * mail-source.el (display-time-mail-function):
6766         * gnus-util.el (nnmail-pathname-coding-system)
6767         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6768         (gnus-original-article-buffer, gnus-user-agent)
6769         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6770         (xemacs-codename, sxemacs-codename, emacs-program-version):
6771         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6772         * gnus-start.el (gnus-agent-covered-methods)
6773         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6774         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6775         (gnus-newsgroup-headers, gnus-group-list-mode)
6776         (gnus-group-mark-positions, gnus-newsgroup-data)
6777         (gnus-newsgroup-unreads, nnoo-state-alist)
6778         (gnus-current-select-method, mail-sources)
6779         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6780         (nnmail-spool-file, gnus-cache-active-hashtb):
6781         * gnus-mh.el (mh-lib-progs):
6782         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6783         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6784         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6785         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6786         (gnus-group-buffer):
6787         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6788         (font-lock-set-defaults):
6789         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6790         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6791         (gnus-summary-post-menu, total-parts, type, condition, length):
6792         * gnus-agent.el (gnus-agent-read-agentview):
6793         * flow-fill.el (show-trailing-whitespace):
6794         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6795         eval-and-compile wrappers for byte compiler pacifiers.
6796
6797         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6798         (mm-display-inline-fontify): Check for featurep 'xemacs not
6799         extent-list.
6800
6801         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6802         itimer-list.
6803         (mm-create-image-xemacs): Only do something for XEmacs.
6804         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6805
6806         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6807
6808         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6809         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6810
6811 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6812
6813         * nnimap.el (nnimap-split-download-body):
6814         * gnus-demon.el (gnus-demon):
6815         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6816
6817 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6820         macros.
6821         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6822         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6823         copy data from unibyte buffer to multibyte current buffer.
6824         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6825         to copy data from unibyte current buffer to multibyte buffer.
6826         (nntp-make-process-buffer): Make process buffer unibyte.
6827
6828         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6829
6830 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6831
6832         * pop3.el (pop3-open-server): Accept and process data more robustly at
6833         connexion start to avoid spurious "POP SSL connexion failed" errors.
6834
6835 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6838         read group names.
6839
6840 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6841
6842         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6843
6844 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6847         (nnmail-save-active): Use a unibyte buffer when saving active file,
6848         which may contain non-ASCII group names.
6849
6850         * nnml.el (nnml-request-group): Decode group names in messages.
6851
6852 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6853
6854         * message.el (message-citation-line-function)
6855         (message-insert-formatted-citation-line): Fix spelling of
6856         `message-insert-formated-citation-line'.
6857
6858 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6859
6860         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6861
6862 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6865         nnmail-pathname-coding-system.
6866
6867         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6868         that a user enters; decode group names in messages.
6869
6870         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6871
6872 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6875
6876         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6877
6878         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6879         risky local variable.
6880
6881         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6882
6883 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6884
6885         * encrypt.el: Improve documentation to fix function name typo.
6886         Reported by Daiki Ueno <ueno@unixuser.org>.
6887
6888 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6891         even if the point is not in the last page of an article.
6892         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6893         back to the previous page.
6894
6895 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6898
6899 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6902
6903 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6904
6905         * message.el (message-check-news-body-syntax): Avoid
6906         mm-string-as-multibyte.
6907         (message-hide-headers): Don't assume (point-min)==1.
6908
6909 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6910
6911         * message.el (message-remove-blank-cited-lines): Fix if remove is
6912         given.
6913         (message-bogus-address-regexp): New variable.
6914         (message-bogus-recipient-p): New function.
6915         (message-check-recipients): New command.
6916         (message-syntax-checks): Add `bogus-recipient'.
6917         (message-fix-before-sending): Add `bogus-recipient'.
6918
6919         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6920         (gnus-treat-body-boundary): Don't test window-system.
6921
6922 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6923
6924         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6925
6926 2007-10-28  Miles Bader  <miles@gnu.org>
6927
6928         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6929         at compile-time too.
6930
6931 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6932
6933         * gnus-msg.el (gnus-message-setup-hook): Add
6934         `message-remove-blank-cited-lines' to options.
6935
6936 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6937
6938         * message.el (message-remove-blank-cited-lines): New function.
6939         Suggested by Karl Plästerer.
6940
6941 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6944         mapc.
6945
6946         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6947         (top-level): Use mapc to set functions to be traced for debugging.
6948
6949         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6950         called for effect with while loop.
6951
6952         * message.el (message-talkative-question): Replace mapcar called for
6953         effect with mapc.
6954
6955         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6956         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6957         called for effect with dolist.
6958
6959         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6960
6961         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6962         gnus-extra-headers and nnmail-extra-headers.
6963
6964         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6965         called for effect with dolist.
6966         (top-level): Use mapc to set functions to be traced for debugging.
6967
6968         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6969         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6970         dolist.
6971
6972         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6973         Replace mapcar called for effect with mapc.
6974         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6975         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6976         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6977         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6978
6979         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6980         remove-if that's a cl function.
6981
6982         * webmail.el (webmail-debug): Replace mapcar called for effect with
6983         dolist.
6984
6985         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6986         with mapc.
6987
6988 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6991         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6992         with while loop.
6993
6994         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6995         functions from article-* functions.
6996         (gnus-multi-decode-header): Replace mapcar called for effect with
6997         dolist.
6998
6999         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7000         (gnus-bookmark-show-details): Replace mapcar called for effect with
7001         while loop.
7002
7003         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7004         called for effect with while loop.
7005
7006         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7007         with dolist.
7008
7009         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7010         mapcar called for effect with dolist.
7011
7012         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7013
7014         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7015         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7016         Replace mapcar called for effect with dolist.
7017         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7018         mapc.
7019
7020         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7021         Replace mapcar called for effect with dolist.
7022         (gnus-topic-list): Replace mapcar called for effect with mapc.
7023
7024         * gnus.el: Use mapc instead of mapcar to add autoloads.
7025
7026 2007-10-23  Richard Stallman  <rms@gnu.org>
7027
7028         * gnus-group.el (gnus-group-highlight): Mark as risky.
7029
7030 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus.el (gnus-server-to-method): Return method found first in
7033         gnus-newsrc-alist.
7034
7035         * gnus-art.el (gnus-article-highlight-signature)
7036         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7037         button overlay without the front stickiness.
7038
7039 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7040
7041         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7042         overview buffer needed a catch to receive its throw.
7043         (gnus-agent-flush-cache): Declared as interactive to make this function
7044         easier to use.
7045
7046 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7047
7048         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7049         `next-line'.
7050
7051 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7054         exclude address matching message-dont-reply-to-names.
7055
7056 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-util.el (gnus-string<): New function.
7059
7060         * gnus-sum.el (gnus-article-sort-by-author)
7061         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7062
7063 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7066         the frame-focus tag is set in gnus-buffer-configuration.
7067
7068 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7071         the front stickiness.
7072
7073 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7076         url pattern; remove duplicate one.
7077         (gnus-article-extend-url-button): New function.
7078         (gnus-article-add-buttons): Use it.
7079         (gnus-button-push): Use concatenated url that it makes.
7080
7081 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7082
7083         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7084
7085 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7086
7087         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7088         Don't hardcode point-min==1.
7089
7090 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7093         Fix comment about "iso8859-1".
7094
7095 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7096
7097         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7098         ones returned from the verify-function.
7099
7100         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7101         mml2015-extract-cleartext-signature if extraction failed.
7102
7103 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7104
7105         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7106         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7107         failed.
7108
7109 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7112
7113 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7116         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7117         recommends to use EasyPG instead of PGG.
7118
7119         * pgg.el: Revert to revision 6.23.2.16.
7120
7121         * pgg-def.el: Revert to revision 6.6.2.14.
7122
7123         * pgg-gpg.el: Revert to revision 6.23.2.34.
7124
7125 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7126
7127         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7128         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7129         thread for both the null and zero (kill/expire thread) universal prefix
7130         cases.
7131         (gnus-summary-expire-thread): Add new function to expire a thread,
7132         using gnus-summary-kill-thread.
7133         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7134         shortcuts for gnus-summary-expire-thread.
7135         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7136         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7137
7138 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7139
7140         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7141         extras value, so an extras entry can be deleted.
7142         (gnus-registry-delete-extra-entry): Use it.
7143         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7144         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7145         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7146         storage through the gnus-registry, and provide an appropriate API for
7147         it.
7148
7149 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7152         Suggested by Leo <sdl.web@gmail.com>.
7153
7154         * gnus.el: Do.
7155
7156 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7159         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7160
7161         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7162
7163         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7164         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7165
7166 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7169         newline.
7170         (nnmbox-request-accept-article): Don't change article in source buffer;
7171         narrow to header to use message-fetch-field rather than
7172         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7173         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7174         as delimiters; make sure article ends with newline.
7175         (nnmbox-delete-mail): Correct last position of article to be deleted;
7176         ignore X-Gnus-Newsgroup header in article body.
7177         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7178         positions; make sure article ends with newline.
7179
7180         * message.el (message-display-abbrev): Don't infloop when a user
7181         inserts SPC in the beginning of header.
7182
7183         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7184         coding-system-for-read and coding-system-for-write for XEmacs having no
7185         file-coding feature.
7186
7187         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7188
7189 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7190
7191         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7192         list of groups not followed by default.  Fix type to be regexp.
7193         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7194
7195 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7196
7197         * hmac-def.el (define-hmac-function): Switch from old-style to
7198         new-style backquotes.
7199
7200         * md4.el (md4-make-step): Likewise.
7201
7202 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7205         raw-text coding system when saving .newsrc file, which may contain
7206         non-ASCII group names.
7207
7208 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-cus.el (gnus-score-extra): New widget.
7211         (gnus-score-extra-convert): New function.
7212         (gnus-score-customize): Use it for Extra.
7213
7214 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7215
7216         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7217         (mml2015-mailcrypt-clear-verify): Use it.
7218         (mml2015-gpg-clear-verify): Use it.
7219         (mml2015-pgg-clear-verify): Use it.
7220         (mml2015-epg-clear-verify): Replace the current part with the output
7221         from GnuPG; don't extract the plaintext by itself.
7222
7223         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7224         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7225         mml2015-clear-verify-function; don't touch the armor headers or
7226         dash-escaped text here.
7227
7228 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7231         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7232         parts, or application/octet-stream as a last resort.
7233         (gnus-mime-view-part-as-type): Don't toggle display.
7234         (gnus-mime-view-part-as-charset): Don't turn off display before
7235         querying charset.
7236
7237         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7238         stuff to undisplayer function in Emacs.
7239         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7240
7241         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7242         text/calendar parts.
7243
7244 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7247         decoding text/calendar parts.
7248
7249         * message.el (message-forward-make-body-mime): Always mark body as
7250         having no illegible text; remove signed-or-encrypted argument.
7251         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7252
7253         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7254         (mml-generate-mime-1): Don't encode body if it is specified to be in
7255         raw form; don't make buffer be unibyte when inserting multibyte string.
7256
7257 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7258
7259         * sha1.el: Fix up comment style.
7260         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7261         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7262
7263         * hex-util.el: Fix up comment style.
7264         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7265
7266         * gnus-salt.el: Use with-current-buffer.
7267         (gnus-pick-setup-message): Fix long-standing typo.
7268
7269 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * imap.el (imap-logout-timeout): New variable.
7272         (imap-logout, imap-logout-wait): New functions.
7273         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7274
7275         * nnimap.el (nnimap-logout-timeout): New server variable.
7276         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7277         nnimap-logout-timeout.
7278
7279         * gnus-art.el (gnus-article-summary-command-nosave)
7280         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7281
7282 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus.el (gnus-maximum-newsgroup): New variable.
7285
7286         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7287         according to gnus-maximum-newsgroup.
7288
7289         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7290         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7291         Limit the range of articles according to gnus-maximum-newsgroup.
7292
7293 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7294
7295         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7296         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7297         Don't perform gnus-configure-windows here; reuse existing sticky
7298         article buffer.
7299
7300         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7301         it doesn't exist in gnus-article-mode.
7302
7303 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7306         (gnus-agent-decoded-group-name): New function.
7307         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7308         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7309
7310 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7311
7312         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7313         Add binding for gnus-sticky-article.
7314         (gnus-summary-exit): Don't kill sticky article buffers.
7315
7316         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7317         article buffer.
7318         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7319         (gnus-kill-sticky-article-buffers): New commands.
7320
7321 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * nntp.el (nntp-xref-number-is-evil): New server variable.
7324         (nntp-find-group-and-number): If it is non-nil, don't trust article
7325         numbers in the Xref header.
7326
7327 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * gnus-agent.el (gnus-agent-read-group): New function.
7330         (gnus-agent-flush-group, gnus-agent-expire-group)
7331         (gnus-agent-regenerate-group): Use it.
7332         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7333         nnmail-pathname-coding-system.
7334
7335 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7338
7339         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7340         that are unread as unread, and also as selected so that information of
7341         marks having been changed by a user may be updated when exiting group.
7342
7343 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7346         calculated ignoring signature parts to gnus-treat-article.
7347
7348 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7351         a point here in order to keep the window start.
7352         (gnus-insert-mime-security-button): Make a button overlay without the
7353         front stickiness.
7354         (gnus-mime-display-security): Goto the end of a button.
7355
7356         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7357
7358 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7361         group-name-at-point.
7362         (gnus-group-completing-read): New function that offers decoded
7363         non-ASCII group names for completion.
7364         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7365         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7366         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7367         (gnus-group-fetch-control): Use it.
7368         (gnus-fetch-group): Use group-name-at-point for the initial value
7369         rather than the default value; use gnus-alive-p.
7370
7371         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7372         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7373         (gnus-summary-post-news): Use gnus-group-completing-read.
7374
7375         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7376         (gnus-read-move-group-name): Decode group name for completion.
7377
7378 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7379
7380         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7381         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7382         Yamaoka slightly modified the code).
7383
7384 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7387         (nnmail-split-incoming): Bind it.
7388
7389         * nnml.el (nnml-group-name-charset): New function.
7390         (nnml-decoded-group-name): Use it; don't decode group name if
7391         nnmail-group-names-not-encoded-p is non-nil.
7392         (nnml-encoded-group-name): New function.
7393         (nnml-group-pathname): Inline nnml-decoded-group-name.
7394         (nnml-request-expire-articles): Decode group name in message.
7395         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7396         nnmail-pathname-coding-system.
7397         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7398         not decoded ones according to nnmail-group-names-not-encoded-p.
7399         (nnml-generate-active-info): Use nnml-encoded-group-name.
7400
7401 2007-08-08  Glenn Morris  <rgm@gnu.org>
7402
7403         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7404         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7405         doc-strings and comments.
7406
7407 2007-07-25  Glenn Morris  <rgm@gnu.org>
7408
7409         * Relicense all FSF files to GPLv3 or later.
7410
7411 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-sum.el (gnus-summary-move-article): Make
7414         gnus-summary-respool-article work.
7415
7416 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7417
7418         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7419         string.
7420
7421 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7422
7423         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7424         that should be ignored when comparing distant RSS articles with local
7425         ones.
7426         (nnrss-make-hash-index): New function.  Create a hash index according
7427         to the ignored fields.
7428         (nnrss-check-group): Use it.
7429
7430 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7433
7434         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7435
7436         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7437         the new optional argument ENCODED is non-nil.
7438         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7439         coding system for encoding group name.
7440         (gnus-group-make-rss-group): Pass un-encoded group name to
7441         gnus-group-make-group.
7442         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7443         encoded.
7444
7445         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7446         Encode group name to which articles are moved or copied.
7447         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7448         coding system for encoding Newsgroup, Followup-To and Xref headers.
7449
7450         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7451         marks; use nnheader-file-coding-system to write a file.
7452         (nnagent-retrieve-headers): Bind file-name-coding-system to
7453         nnmail-pathname-coding-system.
7454
7455         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7456
7457         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7458         (nnml-request-article, nnml-request-create-group)
7459         (nnml-request-rename-group, nnml-find-id)
7460         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7461         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7462         (nnml-save-marks): Use nnml-group-pathname instead of
7463         nnmail-group-pathname.
7464
7465         (nnml-request-create-group, nnml-request-expire-articles)
7466         (nnml-request-move-article, nnml-request-delete-group)
7467         (nnml-deletable-article-p, nnml-possibly-create-directory)
7468         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7469         (nnml-open-marks): Bind file-name-coding-system to
7470         nnmail-pathname-coding-system.
7471
7472         (nnml-request-article): Pass server argument to nnml-find-group-number.
7473         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7474         server argument to nnml-possibly-create-directory.
7475         (nnml-request-accept-article): Pass server argument to
7476         nnml-active-number and nnml-save-mail.
7477         (nnml-find-group-number): Pass server argument to nnml-find-id.
7478         (nnml-request-update-info): Pass server argument to
7479         nnml-marks-changed-p.
7480
7481         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7482         (nnml-save-mail, nnml-active-number): Add server argument.
7483
7484         (nnml-request-delete-group): Warn if group is missing.
7485         (nnml-get-nov-buffer): Decode group name.
7486         (nnml-generate-active-info): Encode group name.
7487         (nnml-open-marks): Decode group name in messages.
7488
7489 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7492         if it is not specified.
7493         (gnus-article-pipe-part, gnus-article-save-part)
7494         (gnus-article-interactively-view-part, gnus-article-copy-part)
7495         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7496         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7497         (gnus-article-replace-part, gnus-article-delete-part)
7498         (gnus-article-view-part-as-type): Pass raw prefix argument to
7499         gnus-article-part-wrapper.
7500
7501 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * gnus-agent.el (gnus-agent-save-active): Bind
7504         nnheader-file-coding-system to gnus-agent-file-coding-system.
7505
7506         * gnus-cache.el (gnus-cache-save-buffers)
7507         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7508         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7509         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7510         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7511         (gnus-cache-generate-active, gnus-cache-rename-group)
7512         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7513         (gnus-cache-update-overview-total-fetched-for): Bind
7514         file-name-coding-system to nnmail-pathname-coding-system.
7515         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7516         variables.
7517         (gnus-cache-decoded-group-name): New function.
7518         (gnus-cache-file-name): Use it.
7519         (gnus-cache-generate-active): Use non-decoded group name for active.
7520
7521         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7522         right place.
7523         (gnus-write-active-file): Don't break non-ASCII group names.
7524
7525         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7526         nnmail-pathname-coding-system.
7527
7528         * lpath.el: Bind default-file-name-coding-system,
7529         file-name-coding-system and language-info-alist for XEmacs.
7530
7531         * gnus-uu.el (gnus-uu-decode-save): Typo.
7532
7533 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7536
7537 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7538
7539         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7540         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7541         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7542         (gnus-agent-flush-group, gnus-agent-flush-cache)
7543         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7544         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7545         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7546         (gnus-agent-regenerate-group)
7547         (gnus-agent-update-files-total-fetched-for)
7548         (gnus-agent-update-view-total-fetched-for): Bind
7549         file-name-coding-system to nnmail-pathname-coding-system.
7550         (gnus-agent-group-pathname): Don't encode file names by
7551         nnmail-pathname-coding-system.
7552         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7553         coding-system-for-write instead of buffer-file-coding-system to
7554         gnus-agent-file-coding-system.
7555
7556         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7557         Decode group name.
7558
7559         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7560
7561         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7562         (gnus-read-newsrc-el-file): Make group names unibyte.
7563
7564         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7565         nnmail-pathname-coding-system.
7566
7567         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7568         (nnrss-request-delete-group): Bind file-name-coding-system to
7569         nnmail-pathname-coding-system.
7570         (nnrss-read-server-data, nnrss-read-group-data): Bind
7571         file-name-coding-system correctly.
7572         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7573
7574         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7575         (nntp-server-to-method-cache): New variable.
7576         (nntp-group-pathname): New function that decodes non-ASCII group names.
7577         (nntp-possibly-create-directory, nntp-marks-changed-p)
7578         (nntp-save-marks, nntp-open-marks): Use it.
7579         (nntp-possibly-create-directory, nntp-open-marks):
7580         Bind file-name-coding-system to nnmail-pathname-coding-system.
7581         (nntp-open-marks): Decode group names when bootstrapping marks.
7582
7583         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7584         Newsgroups and Folowup-To headers.
7585
7586 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7589         (gnus-server-closed-face, gnus-server-denied-face)
7590         (gnus-server-offline-face): Remove variable.
7591         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7592
7593         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7594         of modifying message-stack directly for XEmacs.
7595
7596         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7597         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7598         if the coding-system argument is nil for XEmacs.
7599
7600         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7601         mm-charset-override-alist.
7602
7603         * rfc2047.el: Don't require base64; require rfc2045 for the function
7604         rfc2045-encode-string.
7605         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7606         to quote the parameter value.
7607
7608 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7611         form in gnus-group-name-charset-method-alist.
7612
7613         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7614         overrides the default layout edit-form.
7615
7616         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7617
7618         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7619
7620 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7623         as unfetched articles.
7624
7625 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7626
7627         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7628
7629 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7632         original back end that keeps marks in the local system.
7633
7634 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7637         arg of pop-to-buffer for XEmacs.
7638         (gnus-article-read-summary-keys): Ditto; don't restore window
7639         configuration if summary command ends up with neither article buffer
7640         nor summary buffer; describe bindings if summary keys end with C-h.
7641
7642 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * message.el (message-fix-before-sending): Skip raw message part to be
7645         forwarded while checking illegible text.
7646         (message-forward-make-body-mime, message-forward-make-body): Mark
7647         signed or encrypted raw message as having no illegible text.
7648
7649 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7652         (gnus-message-with-timestamp-1): New macro.
7653         (gnus-message-with-timestamp): New function.
7654         (gnus-message): Use them.
7655
7656         * nnheader.el (nnheader-message): Use them.
7657
7658 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7661         .newsrc.eld file.
7662
7663 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * gnus-agent.el (gnus-agent-fetch-headers)
7666         (gnus-agent-retrieve-headers): Bind
7667         gnus-decode-encoded-address-function to identity.
7668
7669         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7670         available also when the server returns simply a dot.
7671
7672         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7673
7674 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7677
7678 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * gnus-ems.el (gnus-x-splash): Make it work.
7681
7682         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7683         from being used.
7684
7685         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7686
7687 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7690         4th and the 5th arguments.
7691
7692         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7693         the front stickiness.
7694         (gnus-article-summary-command-nosave): Correct the order of the
7695         arguments passed to pop-to-buffer.
7696         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7697         summary command ends up with the article buffer.
7698
7699         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7700         the same faces.
7701
7702 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7703
7704         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7705
7706 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7707
7708         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7709         * gnus-sum.el (gnus-summary-highlight):
7710         * pgg.el (pgg-sign-region, pgg-sign):
7711         * mail-source.el (mail-source-delete-old-incoming-confirm):
7712         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7713
7714 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * gnus-art.el (gnus-mime-view-part-externally)
7717         (gnus-mime-view-part-internally): Fix predicate function passed to
7718         completing-read.
7719
7720         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7721
7722         * gnus.el (gnus-update-message-archive-method): Add :version.
7723
7724 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * gnus.el (gnus-update-message-archive-method): New variable.
7727
7728         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7729         according to gnus-message-archive-method if
7730         gnus-update-message-archive-method is non-nil.
7731
7732 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7735         by Loic Dachary <loic@dachary.org>.
7736         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7737
7738 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * message.el (message-pop-to-buffer): Add switch-function argument.
7741         (message-mail): Pass switch-function argument to it.
7742
7743 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7744
7745         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7746         Improve doc string.
7747
7748 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7749
7750         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7751         (gnus-header-content)
7752         * gnus-cite.el (gnus-cite-10)
7753         * gnus-srvr.el (gnus-server-closed)
7754         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7755         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7756         (gnus-group-mail-3-empty, gnus-group-mail-low)
7757         (gnus-group-mail-low-empty, gnus-splash)
7758         * message.el (message-header-to, message-header-cc)
7759         (message-header-subject, message-header-other, message-header-name)
7760         (message-header-xheader, message-separator, message-cited-text)
7761         (message-mml): Lighten colors of faces used for dark background.
7762
7763 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7764
7765         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7766         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7767
7768 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * message.el (message-narrow-to-headers-or-head):
7771         Ignore mail-header-separator in the body.
7772
7773 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7776         same as window size.
7777
7778 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7779
7780         * message.el (message-font-lock-keywords): Use message-header-xheader
7781         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7782         ahead of the anything pattern, to get it recognised.
7783
7784 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7787         spam.el loads uses it in the compiled defadvice form.
7788
7789 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7790
7791         * gnus-sum.el (gnus-articles-to-read)
7792         (gnus-summary-insert-old-articles): Don't truncate group name for
7793         `read-string'.
7794
7795         * gnus-util.el (gnus-limit-string): Delete this function.
7796
7797         * gnus-sum.el (gnus-simplify-subject-fully): Use
7798         `truncate-string-to-width' instead.
7799
7800 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7801
7802         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7803         if, on summary exit, the next group has to be selected.
7804         (gnus-summary-exit): Use it.
7805
7806 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7809         non-break space.
7810
7811 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7814         Check if group is not a directory.
7815         (nnfolder-request-expire-articles): Don't delete articles if the target
7816         group is not available.
7817
7818         * nnml.el (nnml-request-create-group): Properly check if group is not a
7819         file.
7820         (nnml-request-expire-articles): Don't delete articles if the target
7821         group is not available.
7822
7823         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7824         Don't quote characters that are within parentheses.
7825
7826 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7829         (gnus-handle-ephemeral-exit): Select article according to it.
7830
7831 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * message.el (message-insert-formated-citation-line): Remove newline.
7834         (message-citation-line-format): Add final \n here so that the user can
7835         avoid a blank line.
7836
7837 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7838
7839         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7840         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7841         Update lanl/arXiv support.
7842
7843 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * gnus.el: Bump version number.
7846
7847 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7848
7849         * gnus.el (gnus-version-number): Bump version.
7850
7851 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7852
7853         * gnus.el: No Gnus v0.6 is released.
7854
7855 2007-04-27  Didier Verna  <didier@xemacs.org>
7856
7857         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7858         * gmm-utils.el (gmm-regexp-concat): here.
7859         * message.el: Don't require 'gnus-util.
7860         (message-dont-reply-to-names): Handle name change above.
7861         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7862
7863 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7866         since the initial value varies according to the system.
7867
7868 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7871
7872 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7873
7874         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7875
7876 2007-04-24  Didier Verna  <didier@xemacs.org>
7877
7878         Improve the type of gnus-ignored-from-addresses.
7879         * gnus-util.el (gnus-orify-regexp): New function.
7880         * message.el (gnus-util): Require it.
7881         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7882         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7883         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7884
7885 2007-04-24  Didier Verna  <didier@xemacs.org>
7886
7887         * gnus-sum.el:
7888         * gnus-utils.el: Fix some trailing whitespaces.
7889
7890 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7893         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7894         article's Message-ID; refer parent article in summary buffer.
7895
7896         * message.el (message-bounce): Call mime-to-mml.
7897
7898         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7899         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7900         optimize and/or forms properly.
7901
7902 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7905         URL.
7906
7907 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7910
7911 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7914         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7915         displayed of multipart/alternative part if it is invoked from summary
7916         buffer.
7917
7918         * mm-view.el (mm-inline-text-html-render-with-w3m)
7919         (mm-inline-text-html-render-with-w3m-standalone)
7920         (mm-inline-render-with-function): Use mail-parse-charset by default.
7921
7922 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7923
7924         * parse-time.el (parse-time-string-chars): Check if CHAR
7925         is less than the length of parse-time-syntax.
7926
7927 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7930         from gnus-newsgroup-processable.
7931
7932 2007-04-16  Didier Verna  <didier@xemacs.org>
7933
7934         * gnus-msg.el (gnus-configure-posting-styles): Handle
7935         message-signature-directory properly with :file syntax.  Reported by
7936         "Leo".
7937
7938 2007-04-11  Didier Verna  <didier@xemacs.org>
7939
7940         New user option: message-signature-directory.
7941         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7942         * message.el (message-insert-signature): Ditto.
7943         * message.el (message-signature-file): Doc update.
7944         * message.el (message-signature-directory): New.
7945
7946 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7947
7948         * gnus-msg.el (gnus-inews-yank-articles): Use
7949         message-exchange-point-and-mark instead of exchange-point-and-mark.
7950
7951 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * message.el (message-yank-original): Make sure cited text ends with
7954         newline; don't exchange point and mark.
7955
7956 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7957
7958         * tls.el (open-tls-stream): Properly handle case where there
7959         is no associated buffer.
7960
7961 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7962
7963         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7964         message-yank-original, make sure (< mark TEXT point).
7965
7966 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * message.el (message-fill-column): New variable.
7969         (message-mode): Use it.  Add comment on a possible new hook.
7970
7971         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7972         (nnmail-get-new-mail): Reformat.
7973
7974         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7975
7976         * gmm-utils.el: Fix Commentary.
7977         (gmm-tool-bar-from-list): Fix typo in doc string.
7978
7979 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7980
7981         * message.el (message-yank-original): Don't switch point and mark
7982         unnecessarily to put point and mark as documented.
7983
7984 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985
7986         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7987         from the message heads.
7988
7989 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7990
7991         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7992         article buffer does not have a window.  This may not be the best
7993         solution but is certainly better than setting the start of the null,
7994         that is the current, window.
7995
7996 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7999         (gnus-draft-setup): Run it.
8000
8001         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8002         gnus-score-fast-scoring.  Allow regexp.
8003         (gnus-score-headers): Use it.
8004
8005         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8006         XEmacs.
8007
8008         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8009         string.
8010         (gnus-button-alist): Also catch `<f1> k ...'.
8011         (gnus-treat-display-x-face): Fix doc string.
8012
8013 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8014
8015         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8016         evaluation of gnus-extended-version to ensure correct generation of the
8017         User-Agent header when message-generate-headers-first is used.
8018
8019 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8020
8021         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8022         hashcash-path is nil.  Don't call callback with incorrect number of
8023         parameters if val is 0.
8024
8025 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8026
8027         * message.el (message-required-news-headers):
8028         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8029
8030 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8031
8032         * tls.el (open-tls-stream): In handshake-waiting loop,
8033         don't wait more if there is output available to process.
8034
8035 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8036
8037         * tls.el (tls-program): Doc fix.
8038
8039 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * message.el (message-generate-new-buffers): Change the meaning of the
8042         nil value; add `standard' to the choices; treat t as `unique'; improve
8043         doc string.
8044         (gnus-select-frame-set-input-focus): Autoload.
8045         (message-buffer-name): Search for the existing message buffer if
8046         message-generate-new-buffers is nil or `standard'; treat the value t of
8047         message-generate-new-buffers as `unique'.
8048         (message-pop-to-buffer): Raise the frame already displaying the message
8049         buffer; clear the echo area after querying.
8050         (message-setup): Pass the `continue' argument to compose-mail.
8051         (message-mail): Prefer `switch-function' if it is given; search for the
8052         existing message buffer if the `continue' argument is non-nil; pass
8053         continue and switch-function arguments to compose-mail by way of
8054         message-setup.
8055         (message-mail-other-window): Adjust argument of message-setup.
8056         (message-mail-other-frame): Ditto.
8057
8058 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8061         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8062         to turn font-lock on when turning gnus-message-citation-mode on.
8063
8064 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8065
8066         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8067         (mml-smime-function-alist): New variable; add epg as the backend.
8068         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8069         mml-smime- functions instead.
8070         * mm-view.el: Require smime.
8071
8072 2007-03-05  Didier Verna  <didier@xemacs.org>
8073
8074         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8075         instead of just inheritance for posting styles.
8076         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8077
8078 2007-02-24  Chris Moore  <dooglus@gmail.com>
8079
8080         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8081         * pgg-pgp.el (pgg-pgp-encrypt-region):
8082         * pgg-gpg.el (pgg-gpg-encrypt-region):
8083         Check pgg-encrypt-for-me if no other recipients.
8084
8085 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8086
8087         * tls.el (tls-certtool-program): Fix custom type.
8088
8089 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8092         and point-at-eol instead of line-(beginning|end)-position.
8093
8094         * assistant.el (assistant-parse-buffer): Ditto.
8095
8096         * netrc.el (netrc-parse-services): Ditto.
8097
8098 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8099
8100         * mml2015.el (mml2015-epg-find-usable-key): New function.
8101         (mml2015-epg-sign): Use it.
8102         (mml2015-epg-encrypt): Use it.
8103
8104 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * message.el (message-make-in-reply-to): Quote name containing
8107         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8108         if there are special characters.  Reported by NAKAJI Hiroyuki
8109         <nakaji@jp.freebsd.org>.
8110
8111 2007-02-27  Didier Verna  <didier@xemacs.org>
8112
8113         Include the group parameters as well as the topic ones in the
8114         inheritance filter process.
8115         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8116         argument GROUP-PARAMS-LIST.
8117         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8118
8119 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * nntp.el (nntp-never-echoes-commands)
8122         (nntp-open-connection-functions-never-echo-commands): New variables.
8123         (nntp-send-command): Use them.
8124
8125 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8126
8127         * mml2015.el (mml2015-epg-verify): Simplified.
8128
8129 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * mml.el (mml-content-disposition-alist): New user option.
8132         (mml-content-disposition): New function.
8133         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8134         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8135
8136 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8137
8138         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8139         verification.
8140
8141 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8142
8143         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8144         articles posted in the last 24 hours.
8145
8146 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8147
8148         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8149
8150 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8151
8152         * nntp.el (nntp-send-command): Don't wait for echoes when
8153         nntp-open-ssl-stream is used.
8154
8155 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8158         (gnus-message-add-citation-keywords)
8159         (gnus-message-remove-citation-keywords): Remove.
8160         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8161         directly, make the variables in font-lock-defaults buffer-local, add
8162         gnus-message-citation-keywords to them and then update the value of
8163         font-lock-keywords.
8164
8165 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * message.el (message-cite-original-1): Don't call
8168         gnus-article-highlight-citation.
8169
8170         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8171         citations; fix line count.
8172
8173 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8176         (gnus-message-add-citation-keywords)
8177         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8178         versions of font-lock-add-keywords and font-lock-remove-keywords to
8179         work with XEmacs correctly.
8180
8181 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * gnus-cite.el (gnus-cite-face-list): Set the values of
8184         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8185         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8186         (gnus-message-cite-prefix-regexp): New variable.
8187         (gnus-message-search-citation-line): Use it; protect against long
8188         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8189         the 0th match data for Emacs.
8190         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8191         (gnus-message-add-citation-keywords): Append keywords rather than
8192         prepending; emulate font-lock-add-keywords if it is not available.
8193         (gnus-message-remove-citation-keywords): Emulate
8194         font-lock-remove-keywords if it is not available.
8195
8196         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8197
8198         * message.el (message-cite-prefix-regexp): Set the value of
8199         gnus-message-cite-prefix-regexp.
8200
8201 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8202
8203         * nnweb.el (nnweb-google-parse-1): Update parser.
8204
8205 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8206
8207         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8208
8209 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8210
8211         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8212         regexp.
8213
8214 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8217         string-to-multibyte.
8218         (uudecode-decode-region-internal): Use it.
8219
8220         * lpath.el: Fbind string-as-multibyte for XEmacs.
8221
8222 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8223
8224         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8225         custom choice.
8226
8227         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8228
8229 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8230
8231         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8232
8233         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8234         `write-region' to respect `mm-inhibit-file-name-handlers'.
8235
8236 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8239         Use gnus-home-directory instead of "~/" or "$HOME".
8240
8241 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8242
8243         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8244         to mention filename.
8245         Add comments at beginning regarding usage.
8246         (encrypt-write-file-contents): Change interactive so a string is
8247         acceptable.  If the file has no associated model, show an error instead
8248         of a nonsense prompt.
8249
8250 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8251
8252         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8253         Thanks to Yoshihiko Yamada for kind notification of this typo.
8254
8255 2007-01-12  Kenichi Handa  <handa@m17n.org>
8256
8257         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8258         multibyte buffer.
8259
8260 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8261
8262         * gnus-score.el (gnus-score-fast-scoring): New variable.
8263         (gnus-score-headers): Use it.
8264
8265         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8266
8267         * message.el (message-cite-original-1): Call
8268         gnus-article-highlight-citation if requested.
8269         (message-make-from): Allow name and address as optional arguments.
8270
8271         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8272
8273         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8274         bugs to doc string.
8275         (gnus-button-alist): Add mid\\|message-id.
8276         (gnus-button-fetch-group): Extend for use in
8277         `browse-url-browser-function'.
8278         (gnus-button-url-regexp): Try to catch paired parentheses like in
8279         Wikipedia URLs.
8280
8281         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8282         Suggested by Simon Krahnke <overlord@gmx.li>.
8283
8284 2007-01-13  Romain Francoise  <romain@orebokech.com>
8285
8286         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8287         Update copyright.
8288
8289 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8290
8291         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8292
8293 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8294
8295         * gnus-registry.el (gnus-registry-unfollowed-groups)
8296         (gnus-registry-split-fancy-with-parent): Fix documentation.
8297
8298 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8299
8300         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8301         from nnweb groups.
8302
8303 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8304
8305         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8306         Xref urls.  Erase buffer before requesting head.
8307
8308 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8311         customizable.
8312
8313 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8314
8315         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8316         no signing key is found.
8317         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8318         no encrypting and/or signing key is found.
8319
8320 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8321
8322         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8323
8324 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8325
8326         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8327         headers read from disk with the ones newly found in the current search.
8328         This should no longer cause problems, because the article numbers in
8329         Gmane's `nov.php' output are ignored since the previous change.
8330
8331 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8332
8333         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8334
8335 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8336
8337         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8338         replace-regexp-in-string; bind url-version; fbind display-images-p and
8339         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8340         find-face and set-itimer-function for Emacs; bind itimer-list for
8341         Emacs.
8342
8343         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8344
8345 2007-01-01  Romain Francoise  <romain@orebokech.com>
8346
8347         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8348
8349 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8350
8351         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8352         `define-minor-mode' macro definition expanded properly.
8353         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8354         exclude it there.
8355
8356         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8357         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8358         `fboundp' test.
8359         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8360         This is OK to autoload in (S)XEmacs now.
8361
8362 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8363
8364         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8365         keystroke.
8366         (gnus-summary-limit-to-singletons): Fix typo.
8367
8368         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8369         else fails.
8370
8371 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8372
8373         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8374         docstring.
8375
8376         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8377         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8378         (gnus-summary-insert-dormant-articles): Fix typo in message.
8379
8380 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8381
8382         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8383         nil for XEmacs.
8384         (gnus-message-citation-mode): Don't autoload in XEmacs.
8385
8386         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8387
8388 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8389
8390         * nnimap.el (nnimap-expunge-search-string): Mention
8391         nnimap-search-uids-not-since-is-evil in docstring.
8392
8393 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * spam.el: Revert to make-obsolete-variable because
8396         define-obsolete-variable-alias is not supported in Emacs 21.
8397
8398         * spam.el (spam-ifile-path, spam-ifile-database-path)
8399         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8400         make-obsolete-variable.
8401         (spam-bsfilter-path, spam-bsfilter-program)
8402         (spam-spamassassin-path, spam-spamassassin-program)
8403         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8404         use "path" inappropriately.
8405         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8406         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8407         variable names.
8408
8409 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8410
8411         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8412         summary buffer.
8413
8414         * password.el (password-cache-remove): Use clear-string to burn
8415         password, if available.
8416
8417 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8420
8421         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8422
8423         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8424         (gnus-message-highlight-citation): Move defcustom here from
8425         gnus-cite.el.
8426         (gnus-message-citation-mode): Autoload.
8427
8428         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8429         checks to make it compile with XEmacs.
8430         (gnus-message-citation-mode): New minor mode.
8431         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8432         (gnus-message-highlight-citation): New variables.
8433         (gnus-message-search-citation-line)
8434         (gnus-message-add-citation-keywords)
8435         (gnus-message-remove-citation-keywords)
8436         (turn-on-gnus-message-citation-mode)
8437         (turn-off-gnus-message-citation-mode): New functions.
8438
8439 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8440
8441         * gnus-cite.el: Enable highlighting of different citation levels in
8442         message-mode.
8443
8444 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * message.el (message-make-fqdn): Fix comment.
8447         (message-bogus-system-names): Add ".local".
8448
8449         * spam.el (spam-ifile-path, spam-ifile-program)
8450         (spam-ifile-database-path, spam-ifile-database)
8451         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8452         Don't use "path" inappropriately.
8453         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8454         strings.
8455         (spam-check-ifile, spam-ifile-register-with-ifile)
8456         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8457         new variable names.
8458
8459         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8460         (gnus-treat-display-smileys): Simplify using
8461         gnus-image-type-available-p.
8462
8463         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8464         available.
8465
8466         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8467         `display-images-p' if available.
8468
8469 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8472         one after turning on the buffer's multibyteness instead of decoding
8473         them directly in the unibyte buffer that causes unexpected conversion
8474         in Emacs 23 (unicode).
8475
8476 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8477
8478         * message.el (message-generate-hashcash): Fix custom type.
8479
8480 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8483
8484 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8487         disconnect icons.  Add help text.
8488
8489 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8490
8491         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8492         negated to be consistent with the others we handle.
8493
8494 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8495
8496         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8497         version of gnus-summary-buffer to something, so that we can use two
8498         article buffers at the same time.
8499
8500 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8501
8502         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8503         trigger all the extra headers.
8504         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8505         sorting.
8506
8507 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8508
8509         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8510         solid groups.
8511
8512 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8513
8514         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8515
8516 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * legacy-gnus-agent.el: Add Copyright notice.
8519
8520 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8521
8522         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8523
8524 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525
8526         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8527
8528         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8529         to make it work reliably in CVS Emacs.
8530         (gnus-summary-limit-strange-charsets-predicate)
8531         (gnus-summary-limit-to-predicate): New functions.
8532
8533 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8534
8535         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8536         specifying array size.
8537         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8538         array if it is too small.
8539         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8540         (gnus-sort-threads-loop): New function.
8541
8542 2006-12-06  Chris Moore  <dooglus@gmail.com>
8543
8544         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8545         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8546
8547 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8548
8549         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8550         options.
8551
8552 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8553
8554         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8555         DOS-ing the recipient.
8556
8557         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8558         the headers when creating the mapping to avoid mismappings.
8559         (nnweb-gmane-create-mapping): Always nix out old mapping.
8560
8561 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8564         and mm-verify-option to never.
8565
8566 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * message.el (message-signed-or-encrypted-p): New function.
8569         (message-forward-make-body): Use it.
8570
8571         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8572         Replace encode-coding-string with mm-encode-coding-string.
8573
8574 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * nneething.el (nneething-decode-file-name): Replace
8577         decode-coding-string with mm-decode-coding-string.
8578
8579         * gnus-int.el (gnus-open-server): Say failed server's name.
8580
8581 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8582
8583         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8584         strings to a single string.  Quote `errors-file-name'.
8585         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8586         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8587         Adjust calls.  Use `shell-quote-argument'.
8588
8589 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8590
8591         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8592         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8593
8594         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8595         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8596         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8597         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8598         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8599         (gnus-subscribe-newsgroup, gnus-1):
8600         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8601         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8602         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8603         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8604
8605 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8606
8607         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8608         keystroke.
8609         (gnus-summary-limit-to-bodies): Implement headersp.
8610
8611 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8612
8613         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8614
8615 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8618
8619 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8620
8621         * message.el (message-generate-hashcash): Expand range of values to
8622         include `opportunistic'.
8623         (message-send-mail): Use it.
8624
8625 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8626
8627         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8628         and comment it.
8629
8630         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8631
8632 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * gnus-util.el (gnus-extract-address-components): Improve comment.
8635
8636 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-util.el (gnus-extract-address-components): Work with address in
8639         which the name portion contains @.
8640
8641         * lpath.el: Fbind custom-autoload.
8642
8643 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8644
8645         * gnus.el (gnus-start): Move custom group up.
8646         (gnus-select-method): Don't autoload, but make it available for
8647         `customize-variable'.
8648         (gnus-getenv-nntpserver): Don't autoload.
8649
8650 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8651
8652         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8653
8654 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8655
8656         * message.el (message-sendmail-extra-arguments): New variable.
8657         (message-send-mail-with-sendmail): Use it.
8658
8659 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8662         mm-with-unibyte-current-buffer to make string unibyte.
8663
8664         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8665         mm-string-as-multibyte.
8666
8667 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8668
8669         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8670         Reported by Werner Koch <wk@gnupg.org>.
8671
8672 2006-11-14  Daiki Ueno  <ueno@p360>
8673
8674         * mml2015.el: Autoload epa-select-keys when compiling.
8675
8676 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8677
8678         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8679         message-options.
8680         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8681
8682 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8683
8684         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8685         EasyPG (< 0.0.6).
8686         (mml2015-always-trust): New user option.
8687         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8688         prompt.
8689
8690 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * nntp.el (nntp-authinfo-force): New variable.
8693         (nntp-send-authinfo): Use it.
8694
8695 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8698         decode encoded words.  Improve prompt.  Add comment about forwarding.
8699         (message-replacement-char): Move up.
8700
8701 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8702
8703         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8704         instead of gnus-intersection because arguments of gnus-sorted-nunion
8705         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8706
8707 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8708
8709         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8710         (message-simplify-subject-functions): Enable
8711         message-strip-subject-encoded-words by default.
8712
8713 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * message.el (message-strip-subject-encoded-words): New function.
8716         (message-simplify-subject-functions): New variable.
8717         (message-simplify-subject): Use it.  Fix typo in doc string.
8718         Support message-strip-subject-encoded-words.
8719
8720 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8721
8722         * gnus-diary.el (gnus-diary-delay-format-function):
8723         * nndiary.el (nndiary-reminders):
8724         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8725
8726 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8727
8728         * gnus-art.el (article-hide-boring-headers): Fetch date from
8729         gnus-original-article-buffer to avoid problems with localized date
8730         strings.
8731
8732 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8735
8736 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8739         New variables.
8740         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8741         (mm-charset-synonym-alist): Move some entries to
8742         mm-codepage-iso-8859-list.
8743         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8744         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8745
8746 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8749
8750 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8751
8752         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8753         with Emacs 21 and XEmacs.
8754
8755 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8756
8757         * spam.el (spam-parse-address): New function for better parsing,
8758         catching errors, etc.
8759         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8760
8761 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * mm-view.el: Add interactive arg to html2text autoload.
8764
8765 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8768
8769 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8772         variables.
8773         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8774         (mm-charset-synonym-alist): Move some entries to
8775         mm-codepage-iso-8859-list.
8776
8777         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8778
8779 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * message.el (message-citation-line-format)
8782         (message-insert-formated-citation-line): Fix implementation of %E, %N
8783         and %n according to the doc string.
8784
8785 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8786
8787         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8788         car-safe to avoid bad parses.
8789
8790 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8793         names.
8794
8795         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8796
8797 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8800         header.
8801
8802         * message.el (message-draft-headers): Add Date.
8803         (message-headers-to-generate): Fix typo in docstring.
8804
8805         * nndraft.el (nndraft-required-headers): New variable.
8806         (nndraft-generate-headers): Use it.
8807
8808         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8809
8810 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8811
8812         * gnus-registry.el (gnus-registry-wash-for-keywords)
8813         (gnus-registry-find-keywords): New functions to allow easy searching of
8814         articles that are in the registry.
8815
8816 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8817
8818         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8819         ietf-drums-parse-address instead of gnus-extract-address-components.
8820         Reported by Damien Elmes <damien@repose.cx>.
8821
8822 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * gnus.el (gnus-mime): Remove unused custom group.
8825
8826 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8827
8828         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8829         "blank line" when searching for end of armor headers.
8830
8831 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8832
8833         * gmm-utils.el (gmm-write-region): Fix variable name.
8834
8835 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8836
8837         * gmm-utils.el (gmm-write-region): New function based on compatibility
8838         code from `mm-make-temp-file'.
8839
8840         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8841
8842         * nnmaildir.el (nnmaildir--update-nov)
8843         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8844         Use `gmm-write-region'.
8845
8846 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8849         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8850
8851         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8852
8853         * message.el (message-replacement-char): New variable.
8854         (message-fix-before-sending): Use it.
8855         (message-simplify-subject): New function to remove duplicate code.
8856         (message-reply, message-followup): Use it.
8857
8858         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8859         gnus-summary-limit-to-articles.
8860
8861 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-util.el (gnus-with-local-quit): New macro.
8864
8865         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8866
8867 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8868
8869         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8870         ignore non-string data.
8871
8872 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8873
8874         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8875         non-string data (needs to be done in the registry too).
8876
8877 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8878
8879         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8880         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8881         (gnus-registry-split-fancy-with-parent)
8882         (gnus-registry-fetch-simplified-message-subject-fast)
8883         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8884         Remove text properties on ingress into the registry and when it's saved.
8885         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8886         registry from entries with no groups.
8887
8888 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8889
8890         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8891         function to remove string properties.
8892
8893 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * gmm-utils.el (gmm): Adjust custom version.
8896
8897         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8898         custom version.
8899
8900         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8901
8902 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * gnus-art.el (gnus-insert-prev-page-button)
8905         (gnus-insert-next-page-button): Simplify.  Reformat.
8906
8907 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8908
8909         * gnus-art.el (gnus-insert-prev-page-button)
8910         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8911
8912 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8913
8914         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8915
8916 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8917
8918         * gnus-art.el (gnus-insert-mime-button)
8919         (gnus-insert-mime-security-button):
8920         Apply gnus-article-button-face to MIME and security buttons.
8921
8922 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8923
8924         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8925         readable.
8926
8927 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8930
8931 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8932
8933         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8934         `browse-url-of-file' instead of `browse-url'.
8935
8936 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8937
8938         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8939         regexp.  Articles containing quotation were cut prematurely.
8940
8941 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * message.el (message-cite-original-1): Use nobody by default for the
8944         value of From header.
8945         (message-reply): Ditto.
8946
8947 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8948
8949         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8950         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8951         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8952
8953 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8956         mails in the doc string.  Add some URLs in comment.
8957         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8958
8959 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8962         backslashes handling and the way to find boundaries of quoted strings.
8963
8964 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8965
8966         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8967         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8968         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8969         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8970
8971 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8974         doc string.
8975         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8976
8977 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * lpath.el: Fbind epg-check-configuration.
8980
8981 2006-09-06  Simon Josefsson  <jas@extundo.com>
8982
8983         * mml2015.el (mml2015-use): Doc fix, mention epg.
8984
8985 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8986
8987         * mml2015.el (mml2015-use): Default to epg, if available.
8988
8989 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8990
8991         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8992         message-sender.
8993         (mml1991-epg-encrypt): Ditto.
8994         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8995         message-sender.
8996         (mml2015-epg-encrypt): Ditto.
8997
8998 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8999
9000         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9001         several common directories.
9002
9003 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9004
9005         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9006         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9007
9008 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-art.el (article-decode-encoded-words): Make it fast.
9011
9012 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9015
9016         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9017         in quoted string into `\'.
9018
9019 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9022         Use standard-syntax-table.
9023
9024 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * gnus-art.el (gnus-decode-address-function): New variable.
9027         (article-decode-encoded-words): Use it to decode headers which are
9028         assumed to contain addresses.
9029         (gnus-mime-delete-part): Remove useless `or'.
9030
9031         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9032         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9033         (gnus-nov-parse-line): Use it to decode From header.
9034         (gnus-get-newsgroup-headers): Ditto.
9035         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9036
9037         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9038         (mail-decode-encoded-address-string): New alias.
9039
9040         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9041         New function.
9042         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9043         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9044         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9045         (rfc2047-decode-string): Ditto.
9046         (rfc2047-decode-address-region): New function.
9047         (rfc2047-decode-address-string): New function.
9048
9049 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * message.el (message-caesar-buffer-body): Allow rotating headers.
9052
9053         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9054
9055         * message.el (message-insert-formated-citation-line): Fix %f.
9056         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9057
9058 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9059
9060         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9061         (gnus-bookmark-mouse-available-p): New macro.
9062         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9063         (gnus-bookmark-bmenu-show-infos): Use it.
9064         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9065         (gnus-bookmark-bmenu-hide-infos): Ditto.
9066         (gnus-bookmark-remove-properties): New function.
9067         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9068         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9069         (gnus-bookmark-write-file): Bind coding-system-for-write.
9070         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9071         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9072         group before selecting it.
9073         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9074         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9075         quit-window if it is not available; use gnus-mouse-2 and bind it to
9076         gnus-bookmark-bmenu-select-by-mouse.
9077         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9078         (gnus-bookmark-bmenu-select-by-mouse): New function.
9079
9080 2006-08-13  Romain Francoise  <romain@orebokech.com>
9081
9082         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9083         space.
9084
9085 2006-08-10  Romain Francoise  <romain@orebokech.com>
9086
9087         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9088         (dns-mode-soa-auto-increment-serial): New user option.
9089         (dns-mode-soa-maybe-increment-serial): New function.
9090         (dns-mode): Add the latter to `write-contents-functions'.
9091
9092 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * compface.el (uncompface): Use binary rather than raw-text-unix.
9095
9096 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * compface.el (uncompface): Make sure the eol conversion doesn't take
9099         place when communicating with the external programs.  Reported by
9100         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9101
9102 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9105
9106 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9107
9108         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9109         Make it more robust by parsing author and date independently.
9110
9111 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9114
9115 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9116
9117         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9118         first matching secret key.
9119         (mml2015-epg-encrypt): Ditto.
9120
9121         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9122         first matching secret key.
9123         (mml1991-epg-encrypt): Ditto.
9124
9125         * mml2015.el (mml2015-encrypt-to-self): New user option.
9126         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9127         mml2015-epg-encrypt-to-self is set.
9128
9129         * mml1991.el (mml1991-encrypt-to-self): New variable.
9130         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9131         mml1991-epg-encrypt-to-self is set.
9132
9133         * mml2015.el (mml2015-signers): New user option.
9134         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9135         (mml2015-epg-encrypt): Allow to select signing keys.
9136
9137         * mml1991.el (mml1991-signers): New variable.
9138         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9139         (mml1991-epg-encrypt): Allow to select signing keys.
9140
9141 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9142
9143         * nnheader.el (nnheader-insert-head): Make it work even if the file
9144         uses CRLF for the line-break code.
9145
9146 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9147
9148         * mml2015.el: Require mml-sec instead of password.
9149         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9150         (mml2015-cache-passphrase): Inherit the default value from
9151         mml-secure-cache-passphrase.
9152         (mml2015-passphrase-cache-expiry): Inherit the default value from
9153         mml-secure-passphrase-cache-expiry.
9154
9155         * mml1991.el: Require mml-sec instead of password.
9156         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9157         (mml1991-cache-passphrase): Inherit the default value from
9158         mml-secure-cache-passphrase.
9159         (mml1991-passphrase-cache-expiry): Inherit the default value from
9160         mml-secure-passphrase-cache-expiry.
9161
9162         * mml-sec.el: Require password.
9163         (mml-secure-verbose): New user option.
9164         (mml-secure-cache-passphrase): New user option.
9165         (mml-secure-passphrase-cache-expiry): New user option.
9166
9167 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9168
9169         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9170         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9171         andreas@altroot.de (Andreas Vögele).
9172
9173         FIXME: Use `tiny change'?
9174
9175 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9176
9177         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9178         workaround for the url package included with Emacs.
9179
9180         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9181
9182 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9185         correctly.  This fixes a bug caused by the 2006-05-12 change.
9186
9187 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9188
9189         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9190         some information about the error when saying that the `bogus' mail
9191         group will be used.
9192
9193 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9196         string.
9197
9198 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9199
9200         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9201
9202 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9203
9204         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9205
9206 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9207
9208         * mml1991.el (mml1991-function-alist): Add epg.
9209         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9210         (mml1991-epg-encrypt): New functions.
9211
9212 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9213
9214         * mml2015.el (mml2015-verbose): New variable.
9215         (mml2015-cache-passphrase): Ditto.
9216         (mml2015-passphrase-cache-expiry): Ditto.
9217         (mml2015-function-alist): Add epg.
9218         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9219         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9220         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9221         functions.
9222
9223 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9224
9225         * message.el (message-cite-original-1): Preserve region when removing
9226         quoted text due to X-No-Archive in order to avoid bogus attribution
9227         when citing multiple messages.
9228
9229 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9230
9231         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9232         Kenneth Jacker <khj@be.cs.appstate.edu>.
9233
9234 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * gnus-diary.el (gnus-user-format-function-d)
9237         (gnus-user-format-function-D): Autoload.
9238
9239         * imap.el (Commentary): Fix typo.
9240
9241         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9242         2006-04-22 contribution.
9243
9244 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9245
9246         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9247         It didn't really fix the bogosity I'm seeing with solid web groups.
9248
9249 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9250
9251         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9252         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9253         created using server names.  If we use the feature without declaring
9254         it, Gnus does not properly manage server and group state.
9255
9256         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9257         bound.
9258
9259 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9260
9261         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9262         looking up the method using GROUP's prefix before inventing a new one.
9263         It is used on killed/unknown groups in various places where returning
9264         an all-new method isn't expected by the caller.
9265
9266         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9267         and match semantics of gnus-group-real-prefix.
9268
9269 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * nnmail.el (nnmail-broken-references-mailers): New variable.
9272         (nnmail-ignore-broken-references): New function generalizing
9273         nnmail-fix-eudora-headers.
9274         (nnmail-fix-eudora-headers): Now obsolete.
9275
9276         * gnus-art.el (gnus-button-handle-custom): Support
9277         `customize-apropos*'.
9278
9279 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280
9281         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9282
9283         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9284         articles.
9285
9286 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * message.el (message-cite-reply-above): New variable.
9289         (message-yank-original): Use it.
9290
9291 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9294
9295 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9296
9297         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9298         as read.
9299
9300         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9301
9302 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9303
9304         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9305         (gnus-bookmark-default-file): Use gnus-directory.
9306         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9307         Remove "*" in doc string.
9308         (gnus-bookmark-write-file): Simplify.
9309         (gnus-bookmark-maybe-sort-alist): Use `when'.
9310         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9311         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9312         FIXME about Emacs 21 and XEmacs compatibility.
9313         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9314         compatibility.
9315         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9316         compatibility.
9317         (gnus-bookmark-menu-heading): Fix version.
9318
9319 2006-06-19  Bastien Guerry  <bzg@altern.org>
9320
9321         * gnus-bookmark.el: New file.
9322
9323 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * message.el (message-syntax-checks): Doc fix.
9326
9327 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9328
9329         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9330         unsubscribed groups as if they were killed ones.  It causes duplicate
9331         entries in gnus-newsrc-alist.
9332
9333 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * message.el (message-syntax-checks): Doc fix.
9336         (message-send-mail): Add check for continuation headers.
9337         (message-check-news-header-syntax): Fix regexp used to check for
9338         continuation headers.
9339
9340 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9343
9344 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9347
9348 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9351         default-truncate-lines.
9352
9353 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9356         to fill the utf-8 entry.
9357
9358         * lpath.el: Fbind unicode-precedence-list.
9359
9360 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9361
9362         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9363
9364 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9365
9366         * gnus-agent.el (directory-files-and-attributes): Move all the way
9367         forward (the third and final move).
9368         (gnus-agent-read-agentview): Trap reconstruction errors due to
9369         nonexistant directory.  Handle by returning nil.
9370
9371 2006-05-30  Didier Verna  <didier@xemacs.org>
9372
9373         * message.el (message-dont-reply-to-names): Update the custom type.
9374         * message.el (message-dont-reply-to-names): New defsubst: potentially
9375         convert a list of regexps into a single one.
9376         * message.el (message-get-reply-headers): Use it.
9377         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9378
9379 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * gnus-agent.el (directory-files-and-attributes): Move forward.
9382
9383 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * gnus-ml.el (gnus-mailing-list-subscribe)
9386         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9387         (gnus-mailing-list-message): Fix doc strings.
9388
9389 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9390
9391         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9392         of doing it manually.
9393
9394 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9397         comment.
9398
9399 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9400
9401         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9402         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9403         (gnus-agent-read-local): All symbols allocated in my-obarray.
9404         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9405         (gnus-agent-regenerate-group): Check numeric names to see if they are
9406         messages or groups.
9407         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9408         better way of do this...)
9409
9410         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9411         'dummy.group' (there should be a better way of do this...)
9412
9413 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9416         (gnus-saved-headers): Ditto.
9417         (gnus-default-article-saver): Mention functions may have properties.
9418         (gnus-article-save): Override gnus-save-all-headers and
9419         gnus-saved-headers by :headers property which saver function may have.
9420         (gnus-summary-save-in-file): Add :headers property.
9421         (gnus-summary-write-to-file): Ditto.
9422
9423         * gnus-sum.el (gnus-summary-save-article): Bind
9424         gnus-prompt-before-saving to t when saving many articles in a file;
9425         always show all headers.
9426
9427         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9428
9429 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9432         marks.
9433
9434         * message.el (message-indent-citation): Add optional arguments to allow
9435         using it outside of message buffers.
9436
9437         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9438         (gnus-article-treat-unfold-headers): Use it.
9439         (gnus-article-truncate-lines): New variable.
9440         (gnus-article-mode): Use it.
9441         (gnus-article-toggle-truncate-lines): New function.
9442
9443         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9444         gnus-article-toggle-truncate-lines.
9445
9446         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9447         coding system in XEmacs, use binary.
9448
9449 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9452         after-load-alist.
9453
9454         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9455         this function should save decoded articles.
9456         (gnus-summary-write-to-file): Use property to specify this function
9457         should save decoded articles and specify gnus-summary-save-in-file
9458         should be used to save articles other than the first one when saving
9459         many articles.
9460         (gnus-summary-save-body-in-file): Use property to specify this
9461         function should save decoded articles.
9462         (gnus-summary-write-body-to-file): Use property to specify this
9463         function should save decoded articles and specify
9464         gnus-summary-save-body-in-file should be used to save articles other
9465         than the first one when saving many articles.
9466
9467         * gnus-sum.el (gnus-summary-save-article): Simplify.
9468
9469 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * gnus-art.el (gnus-default-article-saver): Add
9472         gnus-summary-write-body-to-file.
9473         (gnus-article-save-coding-system): Don't use coding system object
9474         in XEmacs.
9475         (gnus-read-save-file-name): Add optional `dir-var' argument which
9476         specifies directory in which files are saved; work even if optional
9477         `variable' argument is not specified.
9478         (gnus-summary-write-to-file): Read file name.
9479         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9480         (gnus-summary-write-body-to-file): New function.
9481
9482         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9483         (gnus-summary-local-variables): Add it.
9484         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9485         (gnus-summary-save-article): Remove optional `decode' argument;
9486         determine whether to decode articles by the value of
9487         gnus-default-article-saver; when saving many files using
9488         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9489         it first and use gnus-summary-save-in-file or
9490         gnus-summary-save-body-in-file thereafter unless
9491         gnus-prompt-before-saving is always; move point to article which
9492         will be saved.
9493         (gnus-summary-save-article-file): Revert.
9494         (gnus-summary-write-article-file): Revert.
9495         (gnus-summary-save-article-body-file): Revert.
9496         (gnus-summary-write-article-body-file): New function.
9497
9498 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * gnus-art.el (gnus-default-article-saver): Doc fix.
9501         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9502         from gnus-summary-save-article-coding-system, and default to a
9503         certain coding system.
9504         (gnus-output-to-file): Add coding cookie and encode text according
9505         to gnus-article-save-coding-system; don't use mm-append-to-file.
9506
9507         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9508         gnus-art.el and rename to gnus-article-save-coding-system.
9509         (gnus-summary-save-article): Require gnus-art; don't show all
9510         headers if it decodes articles; don't add coding cookie here;
9511         don't bind mm-text-coding-system-for-write.
9512         (gnus-summary-save-article-file): Save decoded articles.
9513         (gnus-summary-write-article-file): When saving many files, use
9514         gnus-summary-write-to-file first and gnus-summary-save-in-file
9515         thereafter unless gnus-prompt-before-saving is always.
9516         (gnus-summary-save-article-body-file): Save decoded articles.
9517
9518         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9519
9520 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9521
9522         * nnrss.el (nnrss-check-group): Bind hash-index.
9523
9524 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9525
9526         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9527         its hash index.  Store this hash in `nnrss-group-data'.
9528         (nnrss-read-group-data): Update accordingly.
9529
9530 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9533         entry.
9534
9535         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9536         gnus-article-browse-html-article.
9537
9538 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9539
9540         * gnus-sum.el (gnus-summary-mime-map): Add
9541         gnus-article-browse-html-article.
9542
9543         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9544
9545 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9548         suitable coding systems in customize.
9549
9550 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * mail-source.el (mail-sources): Fix custom type.
9553
9554 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9557         (gnus-summary-expire-articles-now): Shorten prompt.
9558
9559         * gmm-utils.el (wid-edit): Require.
9560         (defun-gmm): Renamed from `gmm-defun-compat'.
9561         (gmm-image-search-load-path): Use it.
9562         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9563
9564 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9567         variable.
9568         (gnus-summary-save-article): Add optional `decode' argument.  If
9569         it is set and gnus-summary-save-article-coding-system is non-nil,
9570         save decoded article.
9571         (gnus-summary-write-article-file): Save decoded article if
9572         gnus-summary-save-article-coding-system is non-nil.
9573
9574         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9575         type.
9576
9577 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9580
9581 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9584         first to test gnus-single-article-buffer which may be buffer-local.
9585
9586         * gnus-sum.el (gnus-summary-setup-buffer): Make
9587         gnus-single-article-buffer buffer-local and nil in ephemeral
9588         group; make gnus-article-buffer, gnus-article-current, and
9589         gnus-original-article-buffer always buffer-local.
9590         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9591         group.
9592         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9593
9594 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * nnml.el (nnml-request-compact-group): Compressed files might not
9597         have .gz extension.
9598
9599 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9600
9601         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9602         (mm-copy-to-buffer): Use with-current-buffer.
9603         (mm-display-part): Simplify.
9604         (mm-inlinable-p): Add optional arg `type'.
9605
9606 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9607
9608         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9609         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9610         Try harder to show the attachment internally or externally using
9611         gnus-mime-view-part-as-type.
9612
9613 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * message.el (message-from-style, message-signature-separator)
9616         (message-user-organization-file, message-send-mail-function)
9617         (message-citation-line-function, message-yank-prefix)
9618         (message-indent-citation-function, message-signature)
9619         (message-signature-file, message-signature-insert-empty-line):
9620         Remove autoloads.
9621
9622         * gnus-art.el (gnus-buttonized-mime-types): Remove
9623         "multipart/signed".  Revert 2006-04-26 change.
9624
9625 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * gnus.el (gnus-version-number): Bump version.
9628
9629 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9630
9631         * gnus.el: No Gnus v0.5 is released.
9632
9633 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9634
9635         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9636         fetching articles by message-id.
9637
9638 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639
9640         * message.el (hashcash): Require hashcash as normal.
9641
9642         * ecomplete.el (ecomplete-highlight-match-line): Use
9643         point-at-eol.
9644         (ecomplete-highlight-match-line): Use `highlight', because that
9645         face exists in both Emacs and XEmacs.
9646
9647         * message.el (message-display-abbrev): Use point-at-bol.
9648
9649         * mail-source.el: Don't require timer/timer-funcs.
9650
9651         * gnus-async.el: Ditto.
9652
9653         * password.el: Ditto.
9654
9655         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9656
9657         * mm-url.el: Ditto.
9658
9659         * gnus-xmas.el: Don't require timer-funcs.
9660
9661         * mm-util.el: Require timer/timer-funcs.
9662
9663 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9664
9665         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9666         Close.
9667
9668 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9671         unibyte after clear-decrypt function runs.
9672
9673         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9674         returns as a unibyte string.
9675
9676 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * lpath.el: Revert.
9679
9680         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9681         (pgg-gpg-process-sentinel): Revert.
9682
9683         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9684         (pgg-pgp-lookup-key): Revert.
9685
9686         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9687         (pgg-pgp5-lookup-key): Revert.
9688
9689         * pgg.el (pgg-fetch-key): Revert.
9690
9691 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * lpath.el: Fbind string-as-multibyte for XEmacs.
9694
9695         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9696         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9697         (mml1991-pgg-encrypt): Ditto.
9698
9699         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9700         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9701         a multibyte buffer.
9702
9703         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9704         (pgg-pgp-lookup-key): Ditto.
9705
9706         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9707         (pgg-pgp5-lookup-key): Ditto.
9708
9709         * pgg.el (pgg-fetch-key): Ditto.
9710
9711 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * message.el (message-user-organization-file): Check several
9714         locations of the organization file.
9715
9716         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9717         Add gnus-article-view-part-as-type.
9718
9719         * gnus-art.el (gnus-article-view-part-as-type): New function.
9720
9721         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9722         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9723
9724         * mml.el: Simplify autoload.
9725         (mml-mode): defvar dnd-protocol-alist instead of using
9726         symbol-value.
9727         (mml-default-directory): New variable.
9728         (mml-minibuffer-read-file): Use it.
9729         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9730
9731         * message.el (message-citation-line-format): New variable.
9732         (message-insert-formated-citation-line): New function.
9733         (message-citation-line-function): Add
9734         `message-insert-formated-citation-line' to custom type.
9735
9736         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9737         to doc string.
9738
9739         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9740         depending on mm-verify-option.
9741
9742 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9745         binding pgg-* variables; reimplement the section which prevents
9746         MIME header from being signed.
9747         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9748         pgg-text-mode; remove a blank line at the top of body.
9749
9750         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9751         lines at the top of body; use gnus-newsgroup-charset if there's no
9752         Charset header.
9753
9754 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * message.el (message-self-insert-commands): Doc fix.
9757
9758         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9759         (mm-uu-pgp-encrypted-test): Ditto.
9760         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9761         between header and body; return application/pgp-encrypted handle
9762         if decryption failed; decode decrypted body by charset.
9763
9764         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9765         element match to application/pgp-*.
9766
9767 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9768
9769         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9770         HTML.
9771
9772 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9773
9774         * mail-source.el (mail-source-call-script): Message the error
9775         string.
9776
9777 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9778
9779         * gnus-util.el (gnus-byte-compile): Use it.
9780
9781 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9782
9783         * gnus-util.el (kill-empty-logs): New function.
9784
9785 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9786
9787         * message.el (message-mail-alias-type): Doc fix.
9788         (message-mail-alias-type-p): New function.
9789         (message-send): Use it.
9790         (message-mode): Ditto.
9791         (message-strip-forbidden-properties): Ditto.
9792
9793         * ecomplete.el (ecomplete-database-file-coding-system): New
9794         variable.
9795         (ecomplete-save): Use it.
9796         (ecomplete-setup): Use it.
9797
9798 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * message.el (message-self-insert-commands): New variable.
9801         (message-strip-forbidden-properties): Use it.
9802
9803 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9804
9805         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9806         that doesn't make XEmacs choke.
9807
9808 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * gnus-util.el (gnus-replace-in-string):
9811         Prefer replace-regexp-in-string over of replace-in-string.
9812
9813 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gnus-util.el (gnus-select-frame-set-input-focus):
9816         Use select-frame-set-input-focus if it is available in XEmacs; use
9817         definition defined in Emacs 22 for old Emacsen.
9818
9819         * dgnushack.el: Autoload unmorse-region for XEmacs.
9820
9821         * lpath.el: Bind cursor-in-non-selected-windows and
9822         select-frame-set-input-focus for XEmacs.
9823
9824 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9827
9828 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9829
9830         * gnus-registry.el (gnus-registry-cache-save): Remove text
9831         properties when saving via the temp buffer.
9832
9833 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9834
9835         * message.el (message-generate-hashcash): Honor custom type.
9836
9837 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * message.el (message-generate-hashcash): Default to non-nil when
9840         hashcash is found.
9841
9842         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9843         (gnus-refer-thread-limit): Increase default to 500.
9844
9845         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9846
9847         * flow-fill.el (fill-flowed): Allow delete-space.
9848
9849 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9850
9851         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9852         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9853         Remove autoloads.
9854
9855 2006-04-18  Simon Josefsson  <jas@extundo.com>
9856
9857         * message.el (message-generate-hashcash): Default to.
9858
9859 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9862         concatenating segments rather than before concatenating them.
9863
9864 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9865
9866         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9867
9868 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869
9870         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9871
9872         * message.el (message-forward-make-body-plain): Allow
9873         message-forward-ignored-headers to be a list.
9874         (message-remove-ignored-headers): Factor out into function.
9875         (message-forward-make-body-mml): Use it.
9876
9877         * imap.el (imap-quote-specials): New function.
9878         (imap-login-auth): Quote specials.
9879
9880         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9881         (rfc2231-parse-string): Allow concatanation of parameters that
9882         aren't contiguous.  The test case is
9883           (mail-header-parse-content-type "message/external-body;
9884             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9885             access-type=LOCAL-FILE;
9886             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9887
9888 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9889
9890         * nntp.el (nntp-accept-process-output): Return the value of
9891         `nnheader-accept-process-output'.
9892
9893 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9894
9895         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9896         (gnus-button-alist): Recognize more diff formats.
9897         (gnus-button-patch): Strip directory.
9898
9899 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9902         Emacs 22 when setting focus.
9903
9904 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9905
9906         * gnus-art.el (gnus-article-treat-types): Do treatment of
9907         text/x-verbatim parts.
9908         (gnus-button-patch): New command.
9909
9910         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9911         addresses that contain invalid characters.
9912
9913 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9914
9915         * message.el (message-put-addresses-in-ecomplete): Use
9916         gnus-replace-in-string.
9917         (message-is-yours-p): Use the more correct
9918         mail-header-parse-address instead of
9919         mail-extract-address-components.
9920         (message-put-addresses-in-ecomplete): Fix typo.
9921
9922         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9923         keystroke.
9924
9925         * gnus-art.el (gnus-treatment-function-alist): Change order of
9926         newsgroups/generic header folding to avoid double-folding.
9927
9928         * message.el (message-hidden-headers): Add X-Draft-From.
9929
9930         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9931         command.
9932         (gnus-summary-repeat-search-article-backward): New command.
9933
9934         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9935         groups in the parent topic.
9936
9937 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9938
9939         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9940         (spam-extra-header-to-number): Return the CRM114 number as a
9941         number instead of a string.
9942
9943 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9944
9945         * gnus-art.el (gnus-face-properties-alist): Moved here from
9946         gnus-fun.
9947
9948         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9949
9950 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9951
9952         * message.el (message-strip-forbidden-properties): Only display on
9953         self-insert-command.
9954
9955         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9956         reindent.
9957         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9958
9959 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9960
9961         * smiley.el (smiley-style): Fix typo.
9962
9963 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9964
9965         * hashcash.el (hashcash-insert-payment-async-2): Use
9966         message-goto-eoh instead of doing it manually.
9967         (mail-add-payment): Use message-narrow-to-header instead of trying
9968         to do the same itself.
9969
9970         * message.el (message-hidden-headers): Add Face.
9971
9972         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9973         reparenting code.
9974         (gnus-summary-reparent-children): Refactored out code.
9975         (gnus-summary-thread-map): New keystroke.
9976         (gnus-summary-reparent-children): Make into command.
9977
9978         * smiley.el (smiley-style): Default to `medium' if using a large
9979         font.
9980
9981         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9982         does it itself.
9983
9984         * message.el (message-point-in-header-p): Simplify definition.
9985
9986 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9987
9988         * nnagent.el (nnagent-request-set-mark): Silence log file
9989         writing.
9990         (nnagent-request-set-mark): Use write-region instead of
9991         append-to-file.
9992
9993         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9994         strange select method.
9995
9996         * ecomplete.el (ecomplete-display-matches): Get highlightling
9997         right.
9998         (ecomplete-display-matches): Use literals.
9999         (ecomplete-display-matches): Disable message logging.
10000
10001         * message.el (message-display-abbrev): Small optimization.
10002
10003         * ecomplete.el (ecomplete-display-matches): Allow automatic
10004         display.
10005
10006         * message.el (message-strip-forbidden-properties): Display
10007         abbrevs.
10008         (message-display-abbrev): Get automatic display right.
10009
10010         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10011         keystrokes.
10012
10013 2006-04-13  Romain Francoise  <romain@orebokech.com>
10014
10015         TODO: Backport to v5-10!
10016
10017         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10018         Moved here (and renamed) from gnus-registry.el.
10019
10020         * gnus-registry.el: Require gnus-util.
10021         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10022
10023 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * gnus-group.el (gnus-group-catchup-current): Change
10026         if-then-else-if-then-else into cond.
10027         (gnus-group-catchup): Indent.
10028         (group-name-at-point): New function.
10029         (gnus-fetch-group): Provide default from thing at point.
10030
10031 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * message.el (message-display-abbrev): Fix regexp.
10034
10035         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10036         choosing.
10037         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10038         dead variables.
10039
10040         * message.el (message-newline-and-indent): Remove debugging.
10041         (message-display-abbrev): Use new implementation.
10042
10043 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * gnus-art.el (gnus-article-mode): Set
10046         cursor-in-non-selected-windows to nil.
10047
10048         * smiley.el: Revert previous change.
10049         (smiley-data-directory): defvar it before using it in the
10050         defcustom of `smiley-style'.
10051
10052 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10053
10054         * message.el (message-newline-and-indent): New function.
10055
10056         * ecomplete.el: Implement more bits.
10057
10058         * message.el (message-put-addresses-in-ecomplete): Clean up the
10059         string.
10060
10061         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10062
10063         * gnus-sum.el (gnus-summary-save-parts): Bind
10064         gnus-summary-save-parts-counter and use it to make unique file
10065         names.
10066
10067         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10068
10069         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10070         parameter to say whether to actually parse the individual
10071         addresses.
10072
10073         * message.el (message-put-addresses-in-ecomplete): New function.
10074         (ecomplete): Require.
10075         (message-mail-alias-type): Add ecomplete as an option.
10076
10077 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10078
10079         * flow-fill.el (fill-flowed): Remove trailing space from blank
10080         quoted lines.
10081
10082 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10083
10084         * smiley.el (smiley-style): Move definition later to avoid a
10085         compilation warning.
10086
10087 2006-04-12  Kenichi Handa  <handa@m17n.org>
10088
10089         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10090         buffer and then decode the buffer text if necessary.
10091         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10092         first, and after mm-encode-body, change the buffer to unibyte.
10093         Use mm-disable-multibyte instead of set-buffer-multibyte.
10094
10095 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10098         Content-Type header instead of Content-Disposition header.
10099         (gnus-mime-inline-part): Ditto.
10100         (gnus-mime-view-part-as-charset): Ignore charset that the part
10101         specifies.
10102
10103         * mm-decode.el (mm-display-part): Work with external parts and
10104         usual parts similarly.
10105
10106         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10107         instead of gnus-display-mime.
10108
10109         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10110         instead of with-temp-buffer.
10111
10112         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10113         tag to summarized topics part in order to encode non-ASCII text.
10114
10115 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * smiley.el (smiley-style): New variable.
10118         (smiley-directory): New function.
10119         (smiley-data-directory): Derive from `smiley-style' using
10120         `smiley-directory'.
10121         (smiley-regexp-alist): Add new entries.
10122
10123         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10124         (gnus-article-browse-delete-temp): Add :version.
10125
10126 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10127
10128         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10129         the sieve region.
10130
10131 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10132
10133         * gnus.el (gnus-version-number): Bump version.
10134
10135 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * gnus.el: No Gnus v0.4 is released.
10138
10139 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10140
10141         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10142         layout.
10143
10144         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10145         unknown charset.
10146
10147         * message.el (message-header-synonyms): Add Original-To to the
10148         default.
10149
10150         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10151         optional parameter.
10152
10153 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * gnus-fun.el (gnus): Require it for gnus-directory.
10156
10157 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10160
10161 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10162
10163         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10164
10165 2006-04-05  Simon Josefsson  <jas@extundo.com>
10166
10167         * password.el (password-reset): New function.
10168
10169 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10170
10171         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10172         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10173
10174 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10175
10176         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10177         Some whitespace was matched into the url, which broke browsing hits
10178         > 100 when mm-url-use-external was nil.
10179
10180 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10181
10182         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10183         gnus-extra-headers for 'Newsgroups.
10184
10185         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10186         bound.
10187
10188 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10189
10190         * pgg-gpg.el: Clean up process buffers every time gpg processes
10191         complete.
10192
10193 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10196         doc string.
10197
10198 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10199
10200         * pgg-gpg.el (pgg-gpg-process-filter)
10201         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10202
10203         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10204         lines, temporary fix.
10205
10206 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10209
10210 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10211
10212         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10213         default-enable-multibyte-characters.  This reverts the change from
10214         revision 6.17 which is no longer necessary because the passphrase
10215         is sent separately now.  GnuPG messages are unreadable under
10216         multibyte locales with default-enable-multibyte-characters set to
10217         nil.
10218
10219 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10220
10221         * message.el (message-tool-bar-gnome): Move "spell".
10222
10223 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10224
10225         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10226         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10227         instead.
10228
10229 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10230
10231         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10232         newsgroups handling for NNTP overviews which don't include
10233         Newsgroups.
10234
10235 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10236
10237         * message.el (message-resend): Bind message-generate-hashcash to nil.
10238
10239 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10240
10241         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10242         when searching for already-paid recipients.
10243
10244 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10245
10246         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10247         passphrases when it is not needed.
10248         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10249         passphrase stuff from gpg, should only be necessary when you use
10250         gpg with a smartcard.
10251
10252 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * mml.el (mml-insert-mime): Ignore cached contents of
10255         message/external-body part.
10256
10257         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10258         (mm-insert-part): Ditto.
10259
10260 2006-03-23  Simon Josefsson  <jas@extundo.com>
10261
10262         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10263         Reiner.
10264         (pgg-gpg-use-agent-p): Use it again.
10265
10266 2006-03-23  Simon Josefsson  <jas@extundo.com>
10267
10268         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10269         older emacsen.
10270         (pgg-gpg-use-agent-p): Don't use it.
10271
10272 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10273
10274         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10275         if we can.
10276
10277 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10278
10279         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10280         (pgg-gpg-update-agent): New function.
10281         (pgg-gpg-use-agent-p): New function.
10282         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10283         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10284         (pgg-gpg-sign-region): Use it.
10285
10286 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10289         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10290
10291 2006-03-21  Simon Josefsson  <jas@extundo.com>
10292
10293         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10294         <wilde@sha-bang.de>.
10295         (pgg-gpg-use-agent): New variable.
10296         (pgg-gpg-process-region): Use it.
10297         (pgg-gpg-encrypt-region): Likewise.
10298         (pgg-gpg-encrypt-symmetric-region): Likewise.
10299         (pgg-gpg-decrypt-region): Likewise.
10300         (pgg-gpg-sign-region): Likewise.
10301         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10302
10303 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10304
10305         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10306
10307         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10308         Add comment on version.
10309
10310 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10311
10312         * smiley.el: Add missing test smiley.
10313
10314 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * mm-decode.el (mm-with-part): New macro.
10317         (mm-get-part): Use it; work with message/external-body as well.
10318         (mm-save-part): Treat name and filename equally.
10319
10320         * mm-extern.el (mm-extern-cache-contents): New function.
10321         (mm-inline-external-body): Use it; force the part to be displayed;
10322         move undisplayer added to the cached handle to the parent.
10323
10324         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10325         (gnus-mime-view-part-as-type): Work with message/external-body.
10326
10327         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10328
10329 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10330
10331         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10332         images in image-load-path.  [Sync with image.el, revision 1.60, in
10333         Emacs.]
10334
10335 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10338         path rather than symbol.  Always return list of directories.
10339         Guarantee that image directory comes first.  [Sync with image.el,
10340         revision 1.59, in Emacs.]
10341
10342         * message.el (message-make-tool-bar): Adjust to new API of
10343         `gmm-image-load-path-for-library'.
10344
10345         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10346
10347         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10348
10349 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10350
10351         * gnus-art.el (gnus-article-only-boring-p):
10352         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10353         intangible text.
10354         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10355
10356 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10357
10358         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10359         `defun' instead of `gmm-defun-compat'.
10360
10361 2006-03-14  Simon Josefsson  <jas@extundo.com>
10362
10363         * message.el (message-unique-id): Don't use message-number-base36
10364         if (user-uid) is a float.
10365         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10366
10367 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10370
10371         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10372         empty line between a part and a message part.
10373
10374 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * smiley.el: Add more test smileys.
10377         (smiley-data-directory, smiley-regexp-alist)
10378         (gnus-smiley-file-types): Fix doc strings.
10379         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10380         adding new elements.
10381         (smiley-mouse-map): Unused code.  Make it a comment.
10382
10383 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10386         scan latest NoCeM messages instead of old ones.
10387         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10388         delimiters that are recently used.
10389         (gnus-nocem-load-cache): Add autoload cookie.
10390
10391         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10392
10393         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10394         level which is larger than gnus-use-nocem is specified.
10395
10396         * gnus-group.el (gnus-group-get-new-news): Ditto.
10397
10398 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * gnus-util.el (gnus-tool-bar-update): New function.
10401
10402         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10403         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10404
10405         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10406
10407         * gnus-group.el (gnus-group-redraw-when-idle)
10408         (gnus-group-redraw-check): Remove.
10409         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10410
10411 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10414         if optional last element is specified in splits (FIELD VALUE...).
10415
10416 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10419         to gmm-image-load-path-for-library.  Call with no-error argument.
10420         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10421
10422         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10423
10424         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10425
10426         * gmm-utils.el (gmm-image-load-path): Remove alias.
10427
10428 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * gmm-utils.el (gmm-image-load-path): Add alias.
10431
10432         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10433         nnml-generate-nov-databases-1.
10434         (nnml-generate-nov-databases): Use it.
10435         (nnml-generate-nov-databases-directory): Document no-active
10436         argument.
10437
10438         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10439         directory if path is t.  Add no-error.
10440
10441         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10442         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10443
10444         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10445         resetting gnus-article-browse-html-temp-list.
10446
10447         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10448         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10449         Add example to docstring.  Rename local variables.  Move error
10450         checks to default case in cond and simplify.
10451
10452 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10455         handle is multipart when calling it recursively.
10456         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10457
10458 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10459
10460         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10461         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10462
10463 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10466         is loaded.
10467
10468         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10469         loaded.
10470
10471 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10474         to "Emacs 23 (unicode)" in doc string.
10475
10476         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10477         "Emacs 23 (unicode)" in comment.
10478
10479 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10482
10483         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10484         characters 160 through 255 in Emacs 23.
10485
10486 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10487
10488         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10489         gnus-article-browse-html-temp.
10490         (gnus-article-browse-delete-temp): Make it customizable.  Add
10491         `file'.  Adjust doc string.
10492         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10493         query for each file.  Adjust doc string.
10494         (gnus-article-browse-html-parts): Add
10495         `gnus-article-browse-delete-temp-files' to
10496         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10497
10498 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10499
10500         * gnus-art.el (gnus-article-browse-html-temp)
10501         (gnus-article-browse-delete-temp): New variables.
10502         (gnus-article-browse-delete-temp-files): New function.
10503         (gnus-article-browse-html-parts): Use it.
10504
10505 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10506
10507         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10508
10509         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10510         string.
10511
10512         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10513         gnus-summary-insert-new-articles when unplugged.  Remove
10514         gnus-summary-search-article-forward.
10515
10516         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10517         display-visual-class instead of display-color-cells.
10518
10519 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * dgnushack.el: Autoload customize-group for XEmacs.
10522
10523         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10524         message/* containing non-ASCII text properly.
10525
10526 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * message.el: Require gmm-utils, remove autoloads.
10529         (message-tool-bar): Set default based on
10530         gmm-tool-bar-style.
10531         (message-tool-bar-gnome): Add gmm-customize-mode.
10532
10533         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10534         gmm-tool-bar-style.
10535         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10536
10537         * gnus-group.el (gnus-group-tool-bar): Set default based on
10538         gmm-tool-bar-style.
10539         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10540
10541         * gmm-utils.el (gmm-image-directory): Rename variable from
10542         gmm-image-load-path.
10543         (gmm-image-load-path): Use gmm-image-directory.
10544         (gmm-customize-mode): New function.
10545         (gmm-tool-bar-style): New variable.
10546
10547         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10548         gnus-group-redraw-line-number.
10549         (gnus-group-redraw-check): Simplify.
10550         (gnus-group-tool-bar-update): Remove redraw check.
10551         (gnus-group-make-tool-bar): Add redraw check.
10552
10553 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10554
10555         * gnus-art.el (gnus-button): Add missing parentheses.
10556
10557 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * lpath.el: Fbind line-number-at-pos.
10560
10561 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10564
10565 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * gnus-art.el (gnus-button): New face.
10568         (gnus-article-button-face): Use it.
10569
10570         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10571         gnus-summary-next-page.  Re-order.
10572
10573         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10574         next-node are now included.
10575         (gnus-group-redraw-line-number): New internal variable.
10576         (gnus-group-redraw-check): Helper function for updating the tool
10577         bar.
10578         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10579
10580         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10581
10582         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10583         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10584         Use it to match format of Spamassassin 3.0 and later.  Reported by
10585         IRIE Tetsuya <irie@t.email.ne.jp>.
10586         (spam-check-bogofilter)
10587         (spam-bogofilter-register-with-bogofilter): Fix args of
10588         `gnus-error' calls.
10589
10590 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10593         unnecessary interaction when sending queued mails.  Reported by
10594         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10595
10596 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10599         first or last are nil.
10600
10601 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10602
10603         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10604
10605 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10606
10607         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10608
10609 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610
10611         * dns.el (query-dns): Protect more against buggy tcp output.
10612
10613 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10616         nov.php.
10617
10618 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10619
10620         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10621         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10622         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10623         output on the server side.
10624         (nnweb-google-create-mapping): Update regexps and add some
10625         progress indication.
10626
10627 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10628
10629         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10630         gnus-agent-toggle-plugged.  Re-order icons.
10631         (gnus-group-tool-bar-gnome): Add
10632         gnus-group-{prev,next}-unread-group.
10633         (gnus-group-tool-bar-gnome): Re-order icons.
10634
10635         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10636         gnus-summary-insert-new-articles.
10637
10638         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10639         comments.
10640
10641         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10642         also available in Emacs 21.3.
10643
10644         * message.el (message-fix-before-sending): Change "Emacs 22" to
10645         "Emacs 23 (unicode)" in comment.
10646
10647         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10648         "Emacs 23 (unicode)" in comment.
10649
10650         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10651         comment.
10652         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10653
10654         * mm-view.el (mm-fill-flowed): Add :version.
10655
10656 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10659         and load-path.
10660
10661 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10662
10663         * message.el: Autoload gmm-image-load-path.
10664         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10665         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10666         consitency.
10667
10668         * gmm-utils.el (gmm-image-load-path): Also search in
10669         "../etc/images".  Don't set gmm-image-load-path if we don't find
10670         the image.
10671
10672 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10673
10674         * gmm-utils.el (gmm-image-load-path): Don't make
10675         `gmm-image-load-path' include subdirectories which the second arg
10676         `image' might specify.
10677
10678         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10679         subdirectory to icon file names.
10680
10681         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10682
10683 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10684
10685         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10686         gmm-image-load-path calls.
10687
10688         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10689
10690         * message.el (message-make-tool-bar): Ditto.
10691
10692         * mml.el (mml-preview): Added comment concerning tool bar icons.
10693
10694         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10695         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10696
10697         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10698         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10699
10700         * message.el (message-tool-bar-gnome): Use new icon names.
10701         (message-make-tool-bar): Use `gmm-image-load-path'.
10702
10703         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10704         functions from MH-E.
10705         (gmm-image-load-path): New variable from MH-E.
10706         (gmm-image-load-path): New function from MH-E.  Added arguments
10707         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10708         *-image-load-path-called-flag.
10709
10710 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10711
10712         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10713
10714 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10715
10716         * nnimap.el (nnimap-request-move-article): Change folder back to
10717         source group before deleting.
10718
10719 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10720
10721         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10722
10723         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10724         mm-url.
10725
10726         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10727
10728 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10731         coding system which mm-charset-to-coding-system returns for a
10732         given charset is valid.
10733
10734 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10735
10736         * html2text.el (html2text-remove-tag-list):
10737         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10738
10739 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10740
10741         * gnus-cus.el: Revert 2005-10-17 change.
10742
10743 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-art.el (article-strip-banner): Call
10746         article-really-strip-banner only when the regexp match is made.
10747
10748 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * gnus-art.el (article-strip-banner): Use
10751         gnus-extract-address-components instead of
10752         mail-header-parse-addresses to make it work with non-ASCII text;
10753         remove mail-encode-encoded-word-string.
10754
10755         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10756         values which are surrounded with \"...\"; make it never cause a
10757         Lisp error; give up parsing of parameters if it failed in
10758         extracting type.
10759
10760 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10761
10762         * smime.el (smime-cert-by-ldap-1): Fix bug where
10763         `smime-ldap-search' returns results without userCertificates.
10764
10765 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10768
10769 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * spam.el (spam-check-spamassassin-headers): Adapt format for
10772         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10773         <ari@mbf.ocn.ne.jp>.
10774         (spam-list-of-processors): Add spam-use-gmane.
10775
10776 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10779         make-temp-file; make it work with XEmacs as well.
10780
10781         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10782         mm-make-temp-file.
10783
10784         * mm-decode.el (mm-display-external): Use the 3rd arg of
10785         mm-make-temp-file.
10786         (mm-create-image-xemacs): Ditto.
10787
10788 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10791         with message-narrow-to-headers.
10792         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10793         (gnus-draft-check-draft-articles): New function.
10794         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10795
10796 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * gnus-art.el (gnus-article-browse-html-parts):
10799         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10800         Don't use suffix argument for mm-make-temp-file for Emacs 21
10801         compatibility.  Remove useless `format'.
10802
10803 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10804
10805         * nnweb.el (nnweb-google-wash-article): Update regexps.
10806         (nnweb-group-alist): Use defvoo instead of defvar.
10807
10808 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10811         re-loading nn* modules.
10812
10813 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10814
10815         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10816         for `tool-bar-mode' and don't check it's default-value.
10817
10818         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10819
10820         * message.el (message-make-tool-bar): Ditto.
10821
10822         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10823         `substring'.  Shorten tmp-file name.
10824
10825         * gnus.el: Remove bogus comment.
10826
10827 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10828
10829         * gnus-art.el (gnus-article-browse-html-parts): New function.
10830         (gnus-article-browse-html-article): New function for viewing html
10831         articles with a browser.
10832
10833 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10834
10835         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10836         in elisp.
10837         (pgg-gpg-encrypt-symmetric-region): Ditto.
10838         (pgg-gpg-sign-region): Ditto.
10839
10840         * pgg-def.el (pgg-text-mode): New variable.
10841
10842         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10843         (mml2015-pgg-encrypt): Ditto.
10844
10845         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10846         (mml1991-pgg-encrypt): Ditto.
10847
10848 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10851         message-make-date instead of current-time-string.
10852
10853         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10854         to gnus-decoded which mm-uu might set.
10855
10856 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10859         don't decode quoted parameters; remove misimported Emacs code.
10860         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10861         (rfc2231-decode-encoded-string): Don't use split-string which
10862         behaves differently according to Emacs version; use
10863         mm-decode-coding-region to convert charset to coding-system.
10864         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10865         (rfc2231-encode-string): Remove misimported Emacs code.
10866
10867 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10870         when calling mail-header-parse-content-type.
10871         (article-de-quoted-unreadable): Ditto.
10872         (article-de-base64-unreadable): Ditto.
10873         (article-wash-html): Ditto.
10874
10875         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10876         calling mail-header-parse-content-type and
10877         mail-header-parse-content-disposition.
10878         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10879         mail-header-parse-content-type.
10880
10881         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10882         insert charset and format parameters; encode description after
10883         inserting it to buffer.
10884         (mml-insert-parameter): Fold lines properly even if a parameter is
10885         segmented into two or more lines; change the max column to 76.
10886
10887         * rfc1843.el (rfc1843-decode-article-body): Don't use
10888         ignore-errors when calling mail-header-parse-content-type.
10889
10890         * rfc2231.el (rfc2231-parse-string): Return at least type if
10891         possible; don't cause an error even if it fails in parsing of
10892         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10893         (rfc2231-encode-string): Don't break lines at the beginning, leave
10894         it to mml-insert-parameter.
10895
10896         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10897         calling mail-header-parse-content-type.
10898
10899 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * spam-report.el (spam-report-gmane-use-article-number):
10902         Improve doc string.
10903         (spam-report-gmane-internal): Check if a suitable header was found
10904         in the article.
10905
10906 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10909         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10910
10911 2006-02-05  Romain Francoise  <romain@orebokech.com>
10912
10913         Update copyright notices of all files in the gnus directory.
10914
10915 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10916
10917         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10918
10919 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10922         segmented lines of parameter value to cope with Thunderbird 1.5
10923         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10924         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10925         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10926
10927 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10928
10929         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10930         parts.
10931
10932 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10933
10934         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10935         there's only one active file for all servers.
10936         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10937         solid groups.  Gnus might have used a FAST request to select the group.
10938         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10939         and nnweb-search redundantly in the active file.
10940         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10941         (nnweb-request-create-group): Don't use ARGS.
10942         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10943         initialisations.  Let nnoo do the work.
10944
10945 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10948         Say the part has been decoded.
10949
10950         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10951
10952 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10953
10954         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10955         mailcap-viewer-test-cache when there's no 'test clause, since that
10956         will invert the meaning of a "nil" test previously determined by
10957         mailcap-mailcap-entry-passes-test.
10958
10959 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10962         compiling.
10963
10964         * gnus-sum.el: Ditto.
10965
10966         * message.el: Don't bind tool-bar-map when compiling.
10967
10968 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10969
10970         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10971
10972 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10973
10974         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10975         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10976         current Google Groups.
10977
10978 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10981         and tool-bar-mode.
10982
10983         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10984         and tool-bar-mode.
10985
10986         * message.el (message-tool-bar-update): Simplify.
10987         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10988
10989         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10990         gnus-summary-buffer.
10991         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10992         gnus-summary-reply.
10993
10994         * gmm-utils.el (gmm): Add :version.
10995
10996 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * Makefile.in (clean): New rule.
10999         (distclean): Use it.
11000
11001 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11002
11003         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11004         autoload.
11005
11006 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * gmm-utils.el (gmm-verbose): Add :group.
11009
11010 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * message.el: Change some comments WRT tool-bars.
11013
11014         * gnus-sum.el (gnus-summary-tool-bar)
11015         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11016         (gnus-summary-tool-bar-zap-list): New variables.
11017         (gnus-summary-make-tool-bar): Complete rewrite using
11018         `gmm-tool-bar-from-list'.
11019
11020         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11021         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11022         variables.
11023         (gnus-group-make-tool-bar): Complete rewrite using
11024         `gmm-tool-bar-from-list'.
11025         (gnus-group-tool-bar-update): New function.
11026
11027         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11028
11029 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11032         is dissected into a single part of which the type is the same as
11033         the given one; decode charset.
11034
11035 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11036
11037         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11038         into alists as symbol not string, since that's what
11039         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11040         look for.
11041
11042 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11045         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11046
11047         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11048
11049 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11052         (gnus-xmas-mime-security-button-menu): New function.
11053
11054         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11055         (gnus-mime-security-button-menu): New definition.
11056         (gnus-mime-security-button-map): Use them.
11057         (gnus-mime-security-button-menu): New function.
11058         (gnus-insert-mime-security-button): Addition to help echo.
11059         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11060         (gnus-mime-security-pipe-part): New functions.
11061
11062         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11063         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11064
11065         * mm-decode.el (mm-handle-set-disposition): Remove.
11066         (mm-handle-set-description): Remove.
11067
11068 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11071         (mm-w3m-standalone-supports-m17n-p): New function.
11072         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11073         w3m usage.
11074
11075         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11076         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11077
11078 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * message.el (message-tool-bar-zap-list): Use
11081         gmm-tool-bar-zap-list as custom type.
11082         (message-tool-bar-update): New function.
11083         (message-tool-bar, message-tool-bar-gnome)
11084         (message-tool-bar-retro): Add message-tool-bar-update.
11085         (message-tool-bar-gnome): Add flyspell-buffer.
11086
11087         * gnus-util.el (gnus-error): Describe `args'.
11088
11089         * gmm-utils.el (gmm-error): Describe `args'.
11090         (gmm-tool-bar-zap-list): New widget.
11091         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11092
11093 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11096         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11097         the number of recursive calls.
11098
11099         * mm-decode.el (mm-handle-set-disposition): New macro.
11100         (mm-handle-set-description): New macro.
11101
11102 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11105         encoding.
11106
11107 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * message.el (message-tool-bar-zap-list, message-tool-bar)
11110         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11111         (message-tool-bar-local-item-from-menu): Remove.
11112         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11113         (message-make-tool-bar): New function.
11114         (message-mode): Use `message-make-tool-bar'.
11115
11116         * gmm-utils.el: New file.
11117         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11118         (gmm-lazy): New widget copied from `nnmail.el'.
11119         (gmm-tool-bar-from-list): New function for creating customizable
11120         tool bars.
11121         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11122         output.
11123         (gmm): Add :prefix to defgroup.
11124
11125 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11126
11127         * gmm-utils.el (gmm-widget-p): New function.
11128
11129 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * mml.el (mml-attach-file): Describe `description' in doc string.
11132         (mml-menu): Add Emacs MIME manual and PGG manual.
11133
11134 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11135
11136         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11137
11138 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11139
11140         * nntp.el (nntp-end-of-line): Doc fix.
11141
11142 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11143
11144         * imap.el (imap-open): Handle case where buffer is a buffer
11145         object.
11146
11147 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11148
11149         * gnus-delay.el (gnus-delay): Don't autoload.
11150         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11151         to be re-loaded when customizing the `gnus-delay' group.
11152
11153 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11154
11155         * message.el (message-insert-citation-line): Use newlines.
11156
11157 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11158
11159         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11160         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11161         these routines, so the passphrase can be managed externally and
11162         passed in to the system.
11163         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11164         pgg-add-passphrase-to-cache function.
11165
11166         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11167         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11168         these routines, so the passphrase can be managed externally and
11169         passed in to the system.
11170         (pgg-pgp5-sign-region): Use new name of
11171         pgg-add-passphrase-to-cache function.
11172
11173 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11174
11175         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11176         part of the decoded armor to find the key-identifier.
11177         (pgg-gpg-lookup-key-owner): New function to return the
11178         human-readable identifier of a key owner.
11179         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11180         itself.
11181         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11182         the key value) if we have a key and can match it against a secret
11183         key.  Also, added a note pointing out fact that the prompt only
11184         indicates the first matching key.
11185
11186         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11187         pgg-decrypt-region.
11188         (pgg-add-passphrase-to-cache): Rename from
11189         `pgg-add-passphrase-cache' to reduce confusion (all callers
11190         changed).
11191         (pgg-remove-passphrase-from-cache): Rename from
11192         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11193         changed).
11194         (pgg-read-passphrase, pgg-add-passphrase-cache)
11195         (pgg-remove-passphrase-cache): Add informative docstrings.
11196         (pgg-decrypt): Convey provided passphrase in subordinate call to
11197         pgg-decrypt-region.
11198
11199 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11200
11201         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11202         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11203         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11204         'passphrase' argument, so the passphrase can be managed externally
11205         and then passed in to the system.
11206
11207         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11208         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11209         so the passphrase cache can be used reliably with identifiers
11210         besides a pgp packet's key id.
11211
11212         * pgg-gpg.el (pgg-gpg-encrypt-region)
11213         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11214         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11215         these routines, so the passphrase can be managed externally and
11216         passed in to the system.
11217
11218         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11219         'notruncate' argument, so the passphrase cache can be used
11220         reliably with identifiers besides a pgp packet's key id.
11221
11222 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11223
11224         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11225         symmetric encryption.
11226         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11227         encrypted session key.
11228         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11229         message ask for the passphrase in a proper way.
11230
11231         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11232         New user commands for symmetric encryption.
11233
11234 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11237
11238         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11239
11240 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11241
11242         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11243
11244 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11245
11246         * mm-decode.el (mm-inlined-types): Add application/pgp.
11247         (mm-automatic-display): Ditto.
11248
11249         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11250         part as text.
11251
11252 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * nnrss.el: Update copyright.
11255         (nnrss-opml-import): Query whether to subscribe to each entry.
11256
11257         * gnus-art.el:
11258         * gnus-sum.el:
11259         * gnus-xmas.el:
11260         * messagexmas.el:
11261         * mm-uu.el:
11262         * mm-view.el: Update copyright.
11263
11264 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11265
11266         * message.el (message-info): New function.
11267         (message-mode-menu): Add it.
11268         Update copyright.
11269
11270         * ChangeLog: Fix and update copyright.
11271
11272 2006-01-13  Romain Francoise  <romain@orebokech.com>
11273
11274         * message.el (message-forward-subject-name-subject): Prefer the
11275         address to 'nowhere' if the sender has no name.
11276         Fix typo.  Update copyright year.
11277
11278 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * gnus-art.el (article-wash-html): Use
11281         gnus-summary-show-article-charset-alist if a numeric arg is given.
11282         (gnus-article-wash-html-with-w3m-standalone): New function.
11283
11284         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11285         mm-inline-text-html-render-with-w3m-standalone.
11286         (mm-text-html-washer-alist): Map w3m-standalone to
11287         gnus-article-wash-html-with-w3m-standalone.
11288         (mm-inline-text-html-render-with-w3m-standalone): New function.
11289
11290 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11293         Improve LaTeX.
11294
11295 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11298         (nnrss-request-article): Render text/plain parts as HTML.
11299
11300         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11301         the buffer.
11302
11303 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11306         custom definition of `gnus-posting-styles'.
11307
11308         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11309         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11310
11311 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11314         Use nntp for bug archive.
11315
11316 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11319         parts.
11320         (nnrss-normalize-date): New function converts ISO 8601 date into
11321         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11322         (nnrss-check-group): Use it.
11323
11324 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11327
11328         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11329         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11330         (nnrss-insert-w3): Ditto.
11331
11332 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11335         the articles to be forwarded including the case where neither a
11336         number of articles nor a region is specified.
11337
11338 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * nnrss.el (nnrss-request-article): Fix last change; fill
11341         text/plain parts.
11342
11343 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11346         in text/plain part.
11347         (nnrss-check-group): Don't add excessive newline to dc:subject.
11348
11349 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11350
11351         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11352         article.
11353
11354 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11357         (nnml-use-compressed-files, nnml-save-mail): Support other
11358         comression programs such as bzip2.
11359
11360 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11361
11362         * dns.el (query-dns): Make sure we check the buffer size before
11363         removing tcp headers.
11364
11365 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11368         remove MIME buttons associated with multipart/alternative parts.
11369         (gnus-mime-display-alternative): Tag buttons using `article-type'
11370         text property.
11371
11372         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11373         associated with multipart/alternative parts.
11374
11375         * gnus-art.el (gnus-signature-separator): Fix custom type.
11376
11377         * mm-decode.el (mm-inlined-types): Fix custom type.
11378         (mm-keep-viewer-alive-types): Ditto.
11379         (mm-automatic-display): Ditto.
11380         (mm-attachment-override-types): Ditto.
11381         (mm-inline-override-types): Ditto.
11382         (mm-automatic-external-display): Ditto.
11383
11384 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * spam-report.el (spam-report-user-mail-address)
11387         (spam-report-user-agent): New variables.
11388         (spam-report-url-ping-plain): Use spam-report-user-agent.
11389
11390 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11391
11392         * gnus-art.el (gnus-button-handle-custom): Do not just use
11393         `customize-apropos' for any "M-x customize-*" button but the
11394         function called for.  Accept both the function name and its
11395         argument in order to achieve this.
11396         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11397         function name to `gnus-button-handle-custom' in case of "M-x
11398         customize-*" buttons.
11399
11400 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11403         multipart/alternative and add xref to mm-discouraged-alternatives
11404         in doc string.
11405
11406         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11407         gnus-buttonized-mime-types in doc string.
11408
11409 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11412         Suggest image/.* in the doc string.
11413
11414 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11417         message-marks (Debian bug #342521).
11418
11419 2005-12-12  Simon Josefsson  <jas@extundo.com>
11420
11421         * password.el (password-read-from-cache): Add.
11422         (password-read): Use it.
11423
11424 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11427         us-ascii as a MIME charset.
11428
11429         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11430         against the case where the 2nd arg TYPE is nil.
11431
11432 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * pop3.el (pop3-stream-type): Fix custom version.
11435
11436         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11437
11438 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11439
11440         * mm-decode.el (mm-display-external): Add missing cdr.
11441
11442 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11445         RFC1524) if it is in mailcap or add a suffix according to
11446         mailcap-mime-extensions when generating a temp filename; postpone
11447         deleting a temp file for 2 seconds for some wrappers, shell
11448         scripts, and so on, which might exit right after having started a
11449         viewer command as a background job.
11450
11451 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * nntp.el (nntp-marks-directory): Fix custom group.
11454
11455         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11456         steps when < 10.
11457
11458         * gnus-start.el (gnus-no-server-1): Mention
11459         `gnus-level-default-subscribed' in doc string.
11460
11461 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11462
11463         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11464         parens.
11465
11466 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * gnus-xmas.el (gnus-use-toolbar): Revert.
11469         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11470         gnus-use-toolbar is default.
11471
11472         * messagexmas.el (message-use-toolbar): Revert.
11473         (message-setup-toolbar): Use global default-toolbar if
11474         message-use-toolbar is default.
11475
11476 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11479         according to default-toolbar-visible-p.
11480
11481         * messagexmas.el (message-use-toolbar): Ditto.
11482
11483 2005-11-26  Dave Love  <fx@gnu.org>
11484
11485         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11486         (tls-program, tls-success): Provide openssl alternative.
11487
11488         * starttls.el: Doc fixes.
11489         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11490         SERVICE to PORT.
11491
11492         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11493         port null or service name.
11494         (starttls-negotiate): Autoload.
11495
11496 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * message.el (message-kill-to-signature): Fix interactive spec.
11499
11500 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * pop3.el (pop3-open-server): Recognize a string as a service name.
11503
11504 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11505
11506         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11507
11508 2005-11-23  Dave Love  <fx@gnu.org>
11509
11510         Add pop3s, pop3/starttls.
11511
11512         * pop3.el (pop3-authentication-scheme): Clarify doc.
11513         (open-tls-stream, starttls-open-stream): Autoload.
11514         (pop3-stream-type): New.
11515         (pop3-open-server): Use it.
11516
11517         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11518         for POP.
11519         (mail-source-keyword-map): Add :stream for POP.
11520         (mail-source-fetch-pop): Use pop3-stream-type.
11521
11522 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11525         of current-time-string.
11526
11527 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11528
11529         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11530         date header.
11531
11532 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11533
11534         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11535         it can seriously impact performance as it bypasses the agent's
11536         local caches.
11537
11538 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11539
11540         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11541         must be explicitly online rather than "not explicitly offline" for
11542         its flags to be synchronized.
11543
11544         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11545         that gnus-uu-unmark-thread will function correctly.
11546
11547         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11548         1024K is instead displayed as 1M.
11549
11550 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11551
11552         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11553
11554 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11555
11556         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11557
11558 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11559
11560         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11561         error message to display actual error condition.
11562         (gnus-agent-save-local): Avoid saving symbols that are bound to
11563         nil as they simply result in a warning message in
11564         gnus-agent-read-local.
11565
11566 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11569         rather than make-variable-buffer-local for file-precious-flag.
11570
11571 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11572
11573         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11574         for duplicates which are removed.  The invalid sort check then
11575         triggers a rescan after the sort as sorting may have moved
11576         duplicate entries such that they can be cheaply detected.
11577
11578 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11581
11582 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11583
11584         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11585         internal variable to a custom variable.  Changed default value
11586         from compressed(2) to uncompressed(1).
11587         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11588         support for uncompressed agentview files.  Taken together, reading
11589         the agentview file should now be 6-7 times faster.
11590
11591 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11592
11593         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11594         as a buffer-local variable.  This avoids creating truncated
11595         dribble files as a result of a hang up, eg.
11596
11597 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11598
11599         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11600         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11601         XEmacs.
11602
11603 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11604
11605         * gnus-start.el (gnus-start-draft-setup): Enforce
11606         `gnus-draft-mode' for nndraft:drafts at startup.
11607
11608         * gnus.el (gnus-splash): Change custom group.
11609         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11610         allow-list argument.
11611
11612         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11613         string.
11614
11615 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * gnus-art.el (gnus-default-article-saver): Add user-defined
11618         `function' to custom type.
11619
11620 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11621
11622         * imap.el (imap-open): Handle case where buffer is a buffer
11623         object.
11624
11625 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11628         long lines.
11629         (gnus-cache-delete-group): Wrap doc strings.
11630
11631         * gnus-agent.el (gnus-agent-rename-group)
11632         (gnus-agent-delete-group): Wrap doc strings.
11633
11634 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * messagexmas.el (message-use-toolbar): Change the valid values
11637         into default, top, bottom, left, and right.
11638         (message-toolbar-thickness): New variable.
11639         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11640         well.
11641         (message-setup-toolbar): Make it work.
11642
11643         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11644         (gnus-use-toolbar): Change the valid values into default, top,
11645         bottom, left, and right.
11646         (gnus-toolbar-thickness): New variable.
11647         (gnus-xmas-setup-toolbar): New function.
11648         (gnus-xmas-setup-group-toolbar): Use it.
11649         (gnus-xmas-setup-summary-toolbar): Use it.
11650
11651 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11652
11653         * gnus-start.el (gnus-1): Add "native" to
11654         gnus-predefined-server-alist.
11655
11656         * gnus.el (gnus-method-to-server): Don't add "native" to the
11657         lists here, because that leads to problems when
11658         gnus-select-method is bound.
11659
11660 2005-11-09  Simon Josefsson  <jas@extundo.com>
11661
11662         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11663         use (not sort-by-date) instead.
11664
11665 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11666
11667         * gnus-delay.el (gnus-delay-group): Don't autoload.
11668         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11669         to be re-loaded when customizing the `gnus-delay' group.
11670
11671 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11672
11673         * message.el: Revert last changes.
11674         (message-insert-citation-line): Use newlines.
11675
11676 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11677
11678         * message.el (message-courtesy-message)
11679         (message-mark-insert-begin, message-mark-insert-end)
11680         (message-elide-ellipsis, message-cancel-message)
11681         (message-add-header, message-change-subject)
11682         (message-cross-post-followup-to-header)
11683         (message-cross-post-insert-note, message-reduce-to-to-cc)
11684         (message-widen-reply, message-delete-not-region)
11685         (message-kill-to-signature, message-insert-signature)
11686         (message-insert-importance-high, message-insert-importance-low)
11687         (message-insert-or-toggle-importance)
11688         (message-insert-disposition-notification-to)
11689         (message-indent-citation, message-yank-original)
11690         (message-cite-original-without-signature, message-cite-original)
11691         (message-insert-citation-line, message-position-on-field)
11692         (message-fix-before-sending, message-send-mail-partially)
11693         (message-send-mail, message-send-mail-with-sendmail)
11694         (message-send-mail-with-qmail, message-send-news)
11695         (message-check-news-header-syntax, message-generate-headers)
11696         (message-insert-courtesy-copy, message-fill-address)
11697         (message-fill-header, message-shorten-references)
11698         (message-setup-1, message-cancel-news)
11699         (message-forward-make-body-plain, message-forward-make-body-mime)
11700         (message-forward-make-body-mml, message-encode-message-body)
11701         (message-forward-make-body-digest-plain)
11702         (message-forward-make-body-digest-mime)
11703         (message-use-alternative-email-as-from): Insert `hard-newline'
11704         instead of ordinary newlines.
11705
11706 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * message.el (message-generate-headers): Downcase the argument
11709         given to message-check-element.
11710
11711 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11712
11713         * nntp.el (nntp-authinfo-rejected): New error condition.
11714         (nntp-wait-for): Use new error condition to signal authentication
11715         error.
11716         (nntp-retrieve-data): Rethrow new error condition to break out of
11717         recursive call to nntp-send-authinfo.
11718
11719 2005-11-08  Romain Francoise  <romain@orebokech.com>
11720
11721         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11722         (gnus-summary-exit-map): Bind to `Z p'.
11723         (gnus-summary-make-menu-bar): Add menu item.
11724
11725 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11726
11727         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11728         (gnus-treat-*): Add `first' in all doc strings.
11729
11730         * gnus-group.el (gnus-group-compact-group): Fix typo.
11731
11732 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * gnus.el (gnus-parameters-case-fold-search): New variable.
11735         (gnus-parameters-get-parameter): Use it.
11736
11737         * gnus-score.el (gnus-home-score-file): Doc fix.
11738
11739 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11740
11741         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11742
11743 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * mm-util.el (mm-special-display-p): New function.
11746
11747         * mml.el (mml-preview): Use it; doc fix.
11748
11749 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11750
11751         * imap.el (imap-open): Handle case where buffer is a buffer object.
11752
11753 2005-10-29  Romain Francoise  <romain@orebokech.com>
11754
11755         * message.el (message-fix-before-sending): Fix comment.
11756
11757 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11758
11759         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11760
11761 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11762
11763         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11764         Used in gnus-score.el.
11765
11766 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11767
11768         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11769
11770 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11773         whitespace removed in revision 7.8.  Use concatenated string to
11774         protect trailing whitespace.
11775
11776 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11777
11778         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11779         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11780         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11781         Courier IMAP ("some version from 2004").  Mostly based on similar
11782         code in the same function.
11783
11784 2005-10-26  Didier Verna  <didier@xemacs.org>
11785
11786         * gnus-group.el (gnus-group-compact-group): Invalidate original
11787         article buffer.
11788         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11789         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11790         NOV database and in article itself.
11791         Invalidate article backlog.
11792
11793 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11794
11795         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11796
11797 2005-10-26  Simon Josefsson  <jas@extundo.com>
11798
11799         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11800         part of 2004-07-25 change.
11801
11802 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * message.el (message-display-completion-list): New function.
11805         (message-expand-group): Use it; make sure the Completions buffer
11806         is modifiable.
11807 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11808
11809         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11810         user-mail-name is an empty string.
11811
11812 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11813
11814         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11815         depending on gnus-score-decay-constant.
11816
11817         * encrypt.el (encrypt-insert-file-contents)
11818         (encrypt-write-file-contents): Don't use `gnus-message'.
11819
11820         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11821         arguments.
11822         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11823         arguments to mm-uu-verbatim-marks-extract.
11824         (mm-uu-hide-markers): New variable.
11825         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11826
11827         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11828         (gnus-convert-image-to-face-command): Use "convert" by default to
11829         allow other input image formats.
11830         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11831         accordingly.
11832
11833 2005-10-23  Simon Josefsson  <jas@extundo.com>
11834
11835         * imap.el (imap-gssapi-program): Align command line parameters
11836         with latest GNU SASL.
11837         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11838
11839 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11840
11841         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11842         HTML.
11843         (nnslashdot-request-article): Ditto.
11844
11845         * lpath.el (featurep): Add nobreak-char-display.
11846
11847 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11848
11849         * mail-source.el (mail-source-fetch-pop): Require pop3.
11850         (mail-source-check-pop): Ditto.
11851
11852 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11855         errors.
11856
11857 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11860         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11861
11862         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11863
11864         * mm-bodies.el (mm-decode-string): Call
11865         `mm-charset-to-coding-system' with allow-override argument.
11866
11867 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11870         (rfc2047-charset-to-coding-system): New function.
11871         (rfc2047-decode-encoded-words): New function.
11872         (rfc2047-decode-region): Use them.
11873         (rfc2047-decode-cte): Remove.
11874         (rfc2047-parse-and-decode): Remove.
11875         (rfc2047-decode): Remove.
11876
11877 2005-10-15  Kenichi Handa  <handa@m17n.org>
11878
11879         * rfc2047.el (rfc2047-decode-cte): New function.
11880         (rfc2047-decode-region): Change the way to decode successive
11881         encoded-words: decode B- or Q-encoding in each encoded-word,
11882         concatenate them, and decode it as charset.
11883
11884 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * lpath.el: Fbind codepage-setup for XEmacs.
11887
11888 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11889
11890         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11891         widget-move-and-invoke.
11892         (gnus-custom-mode): Use gnus-custom-map.
11893
11894 2005-10-15  Bill Wohler  <wohler@newt.com>
11895
11896         * message.el (message-tool-bar-map): Renamed image file from
11897         mail_send to mail/send.
11898
11899 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11900
11901         * message.el (message-expand-group): Pass the common
11902         prefix substring of completion to `display-completion-list'.
11903
11904 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * mml-sec.el (mml-secure-method): New internal variable.
11907         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11908         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11909         functions using mml-secure-method.
11910
11911         * mml.el (mml-mode-map): Add key bindings for those functions.
11912         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11913         Harder <harder@myrealbox.com>.
11914         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11915         end of message if point is the headers of the message.
11916
11917         * message.el (message-in-body-p): New function.
11918
11919         * assistant.el: Autoload gnus-util and netrc.
11920
11921         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11922         Use `mm-charset-override-alist' only when decoding.
11923
11924         * mm-bodies.el (mm-decode-body): Call
11925         `mm-charset-to-coding-system' with allow-override argument.
11926
11927         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11928         `filename' from Content-Disposition if Content-Type doesn't
11929         provide `name'.
11930         (gnus-mime-view-part-as-type): Set default instead of
11931         initial-input.
11932
11933 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11934
11935         * format-spec.el (format-spec): Propagate text properties of % spec.
11936
11937 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11938
11939         * gnus-art.el (gnus-treat-predicate): Add `first'.
11940
11941 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11944         (mm-charset-override-alist): New variable.
11945         (mm-charset-to-coding-system): Use it.
11946         (mm-codepage-setup): New helper function.
11947         (mm-charset-eval-alist): New variable.
11948         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11949         about unknown charsets.
11950
11951         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11952
11953 2005-10-04  David Hansen  <david.hansen@gmx.net>
11954
11955         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11956         (nnrss-check-group): Ditto.
11957
11958 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11961         Rename x-gnus-verbatim to x-verbatim.
11962         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11963
11964         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11965         x-verbatim.
11966
11967         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11968
11969         * gnus-util.el (gnus-remove-duplicates): Remove.
11970
11971         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11972         instead of gnus-remove-duplicates.
11973
11974         * message.el (message-remove-duplicates): Remove.
11975         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11976         message-remove-duplicates.
11977
11978         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11979         available, else use implementation from `delete-dups'.
11980
11981         * message.el (message-insert-expires): New function.
11982         (message-mode-map): Add key binding.
11983         (message-mode-field-menu): Add menu entry.
11984         (message-mode): Document it.
11985         (message-make-expires-date): Use `message-make-date'.
11986
11987 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11988
11989         * message.el (message-make-expires-date): New function.
11990
11991 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * Makefile.in (list-installed-shadows): New entry.
11994         (install): Use it.
11995         (remove-installed-shadows): New entry.
11996
11997         * dgnushack.el (dgnushack-default-load-path): New variable.
11998         (dgnushack-find-lisp-shadows): New function.
11999         (dgnushack-remove-lisp-shadows): New function.
12000
12001 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * Makefile.in (install-el-elc): New entry.
12004         (install): Use it so that .el files are necessarily installed.
12005
12006 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12009
12010 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12011
12012         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12013         function rather than the diff-mode.el package.
12014         (mm-display-external): Use with-current-buffer.
12015         (mm-viewer-completion-map, mm-viewer-completion-map):
12016         Move initialization inside declaration.
12017
12018 2005-09-29  Simon Josefsson  <jas@extundo.com>
12019
12020         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12021         autoload mail-check-payment.
12022         (spam-check-hashcash): Define unconditionally, since hashcash.el
12023         is part of Gnus now.  Ignore errors from payment checking.
12024
12025 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * message.el (message-bold-region, message-unbold-region): Rename
12028         from `bold-region' and `unbold-region'.
12029
12030         * message.el: Remove useless autoloads.
12031
12032 2005-09-28  Simon Josefsson  <jas@extundo.com>
12033
12034         * message.el (message-use-idna): Default to t.
12035         (message-use-idna): Test whether encoding works too.  Doc fix.
12036
12037 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * nntp.el (nntp-warn-about-losing-connection): Remove.
12040
12041 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12042
12043         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12044         customizable.  Change default value.
12045         (mm-uu-diff-groups-regexp): Change default value.
12046         (mm-uu-type-alist): Add doc string.
12047         (mm-uu-configure): Add doc string.  Make it interactive.
12048         (mm-uu-tex-groups-regexp): New variable.
12049         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12050         (mm-uu-type-alist): Add LaTeX documents.
12051         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12052         of "text/verbatim".
12053         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12054
12055         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12056         instead of "text/verbatim".
12057
12058         * message.el (message-mark-inserted-region)
12059         (message-mark-insert-file): Use slrn style marks when called with
12060         prefix argument.
12061
12062 2005-09-27  Simon Josefsson  <jas@extundo.com>
12063
12064         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12065
12066 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12067
12068         * message.el (message-remove-duplicates): New function.
12069         Implementation borrowed from `gnus-remove-duplicates'.
12070         (message-idna-to-ascii-rhs): Also encode idna addresses in
12071         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12072         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12073         only ask about the same idna domain once per header and also tell
12074         in what header to replace the idna domain.
12075
12076         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12077         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12078         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12079         a header is decoded and not just the last one.
12080
12081 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12084         has been decoded.
12085
12086         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12087         (mm-insert-part): Don't modify text if it has been decoded.
12088
12089         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12090         decoded.
12091
12092         * mm-view.el (mm-inline-text): Don't strip text props unless
12093         decoding enriched or richtext parts.
12094
12095 2005-09-25  Romain Francoise  <romain@orebokech.com>
12096
12097         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12098         * gnus-start.el (gnus-subscribe-interactively):
12099         * gnus-uu.el (gnus-uu-grab-articles):
12100         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12101         space.
12102
12103 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12104
12105         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12106         * mm-view.el (mm-view-pkcs7-decrypt):
12107         * gnus-sum.el (gnus-summary-limit-to-extra)
12108         (gnus-summary-respool-article, gnus-read-move-group-name):
12109         * gnus-score.el (gnus-summary-increase-score):
12110         * gnus-util.el (gnus-completing-read-with-default):
12111         * gnus-art.el (gnus-read-save-file-name)
12112         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12113         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12114         * message.el (message-check-news-header-syntax):
12115         Follow convention for reading with the minibuffer.
12116
12117 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * spam-report.el (spam-report-url-ping-plain):
12120         Use gnus-extended-version as User-Agent.
12121
12122         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12123         default value is nil.
12124
12125         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12126         (mm-uu-verbatim-marks-extract): New function.
12127         (mm-uu-extract): New face.
12128         (mm-uu-copy-to-buffer): Use it.
12129
12130         * spam-report.el (spam-report-gmane-ham): Renamed from
12131         `spam-report-gmane-unspam'.
12132         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12133         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12134
12135         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12136         Autoload.
12137         (spam-report-gmane-unregister-routine): Renamed
12138         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12139
12140 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12141
12142         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12143         (spam-report-gmane-unregister-routine): Add support for gmane
12144         unregistration.
12145
12146         * spam-report.el (spam-report-gmane-unspam)
12147         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12148         (spam-report-gmane): Change to take a single article and do unspam
12149         registration.
12150
12151 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * mm-url.el (mm-url-decode-entities): Fix regexp.
12154
12155 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12156
12157         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12158         default to nil, to be able to use Gnus at all.  If the default
12159         switches to something else, then the function should be fixed not
12160         be exceedingly slow.
12161
12162 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12163
12164         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12165         fail hard.
12166
12167         * spam-report.el: Add better Keywords line.
12168
12169         * spam.el: Add Maintainer and better Keywords line.
12170
12171 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * gnus-art.el (gnus-article-replace-part)
12174         (gnus-mime-replace-part): New functions.
12175         (gnus-mime-action-alist, gnus-mime-button-commands)
12176         (gnus-mime-save-part-and-strip): Added file argument.
12177         (gnus-article-part-wrapper): Added interactive argument.
12178
12179         * gnus-sum.el (gnus-summary-mime-map): Add
12180         `gnus-article-replace-part'.
12181
12182 2005-09-19  Didier Verna  <didier@xemacs.org>
12183
12184         The nnml compaction feature:
12185         * nnml.el (nnml-request-compact-group): New function.
12186         * nnml.el (nnml-request-compact): New function.
12187         * gnus-int.el (gnus-request-compact-group): New function.
12188         * gnus-int.el (gnus-request-compact): New function.
12189         * gnus-group.el (gnus-group-compact-group): New function.
12190         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12191         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12192         * gnus-srvr.el (gnus-server-compact-server): New function.
12193         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12194         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12195
12196 2005-09-18  Deepak Goel  <deego@gnufans.org>
12197
12198         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12199         format spec.
12200
12201 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12204
12205 2005-09-15  Romain Francoise  <romain@orebokech.com>
12206
12207         * message.el (message-fill-paragraph): Clarify docstring.
12208
12209 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * gnus-art.el (gnus-mime-display-part): Protect against broken
12212         MIME messages.
12213
12214 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12217         before parsing header.
12218
12219 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12220
12221         * html2text.el (html2text-replace-list): Add new entities.
12222
12223 2005-09-11  Romain Francoise  <romain@orebokech.com>
12224
12225         * message.el (message-alternative-emails): Improve docstring.
12226         (message-setup-1): Call `message-use-alternative-email-as-from'
12227         after `message-setup-hook' to give it precedence over posting
12228         styles, etc.
12229         (message-use-alternative-email-as-from): Add docstring.  Remove
12230         the original From header if present.
12231
12232         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12233         (nnml-save-mail): Use it.
12234
12235         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12236         articles.  Add new argument `silent'.
12237         (gnus-uu-mark-all): Report the total number of marked articles.
12238
12239 2005-09-10  Romain Francoise  <romain@orebokech.com>
12240
12241         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12242         (gnus-uu-mark-series): Likewise.
12243
12244 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12245
12246         * spam-report.el (spam-report-gmane): Fix generation of spam
12247         report URL.
12248
12249 2005-09-10  Simon Josefsson  <jas@extundo.com>
12250
12251         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12252         t, based on discussion on the ding list with Robert Epprecht
12253         <epprecht@solnet.ch>.
12254
12255 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12256
12257         * spam-report.el (spam-report-gmane): Make it work without
12258         X-Report-Spam header.  Gmane now only provides Archived-At.
12259         This is only used if `spam-report-gmane-use-article-number' is nil.
12260         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12261
12262         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12263         make `gnus-summary-sort-by-recipient' work with threading.
12264
12265         * nnweb.el (nnweb-google-wash-article): Print a message if article
12266         is not available.
12267
12268 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12269
12270         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12271         change.  Decode text/* parts content before displaying.
12272
12273 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12274
12275         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12276
12277 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12280
12281         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12282         url-package-name, url-package-version,
12283         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12284         w3m-display-inline-images, and w3m-minor-mode-map.
12285
12286 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * message.el (message-tab-body-function): Fix mismatched custom type.
12289
12290         * gnus.el (gnus-group-change-level-function): Ditto.
12291
12292         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12293
12294         * gnus-art.el (gnus-signature-limit)
12295         (gnus-article-mime-part-function): Ditto.
12296
12297 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * mml.el (mml-mode): Silence the byte compiler.
12300
12301         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12302         using `(sit-for 0)' before moving the point to the specified part;
12303         skip unbuttonized parts.
12304         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12305         return to the summary window if gnus-auto-select-part is non-nil.
12306
12307 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12310         variables.
12311         (mml-dnd-attach-file, mml-mode): Use them.
12312
12313         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12314         Make fetching article by MID work again for Google Groups.  Added
12315         FIXME concerning gnus-group-make-web-group.
12316
12317         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12318         Don't depend on Gnus by using mail-extract-address-components if
12319         gnus-extract-address-components is not bound.
12320
12321 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12322
12323         * gnus-art.el (gnus-mime-display-security): Don't display the
12324         signature, but only the signed part.
12325
12326 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12329
12330         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12331         list, not listp.
12332
12333 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12334
12335         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12336         when encoding.
12337
12338         * mm-bodies.el (mm-decode-content-transfer-encoding):
12339         De-canonicalize CRLF for all text content types, not just
12340         text/plain.
12341
12342 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12345         valid article; point arrow and cursor at the MIME button.
12346
12347 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12350         Suggested by Dan Christensen <jdc@uwo.ca>.
12351
12352         * mm-decode.el (mm-save-part): Enable change of prompt.
12353
12354 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12355
12356         * gnus-msg.el (gnus-inews-add-send-actions): Made
12357         `message-post-method' lambda parameter ARG `&optional'.
12358
12359 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12360
12361         * gnus-sum.el (gnus-summary-mime-map): Added
12362         gnus-article-save-part-and-strip, gnus-article-delete-part and
12363         gnus-article-jump-to-part.
12364
12365         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12366         (gnus-article-edit-part): Use it.
12367         (gnus-article-part-wrapper): Added no-handle argument.
12368         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12369         functions.
12370
12371 2005-08-29  Romain Francoise  <romain@orebokech.com>
12372
12373         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12374         docstring.
12375         (gnus-face-from-file): Likewise.
12376
12377 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12378
12379         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12380         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12381         non-nil.
12382         (gnus-auto-select-part): New variable.
12383         (gnus-article-jump-to-part): New function.
12384         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12385         (gnus-mime-delete-part): Allow selecting specified part after
12386         deleting or stripping parts.
12387         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12388         part if argument is bogus.
12389
12390 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12391
12392         * gnus-art.el (w3m-minor-mode-map):
12393         * gnus-spec.el (gnus-newsrc-file-version):
12394         * gnus-util.el (nnmail-active-file-coding-system)
12395         (gnus-original-article-buffer, gnus-user-agent):
12396         * gnus.el (gnus-ham-process-destinations)
12397         (gnus-parameter-ham-marks-alist)
12398         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12399         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12400         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12401         * mm-decode.el (gnus-current-window-configuration):
12402         * mm-extern.el (gnus-article-mime-handles):
12403         * mm-url.el (url-current-object, url-package-name)
12404         (url-package-version):
12405         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12406         (smime-keys, w3m-cid-retrieve-function-alist)
12407         (w3m-current-buffer, w3m-display-inline-images)
12408         (w3m-minor-mode-map):
12409         * mml-smime.el (gnus-extract-address-components):
12410         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12411         (gnus-newsrc-hashtb, message-default-charset)
12412         (message-deletable-headers, message-options)
12413         (message-posting-charset, message-required-mail-headers)
12414         (message-required-news-headers):
12415         * mml1991.el (mc-pgp-always-sign):
12416         * mml2015.el (mc-pgp-always-sign):
12417         * nnheader.el (nnmail-extra-headers):
12418         * rfc1843.el (gnus-decode-encoded-word-function)
12419         (gnus-decode-header-function, gnus-newsgroup-name):
12420         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12421
12422 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12423
12424         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12425         the end of the date treatments.
12426
12427 2005-08-15  Simon Josefsson  <jas@extundo.com>
12428
12429         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12430         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12431         Capello and Romain Francoise.
12432         (pgg-fetch-key-function): Removed, not used?
12433         (pgg-insert-url-with-w3): Require url, to get
12434         url-insert-file-contents regardless of where it is defined.
12435
12436 2005-08-13  Romain Francoise  <romain@orebokech.com>
12437
12438         * message.el (message-cite-original-1): New function.
12439         (message-cite-original): Use it.
12440         (message-cite-original-without-signature): Ditto.
12441
12442 2005-08-08  Romain Francoise  <romain@orebokech.com>
12443
12444         * message.el (message-yank-empty-prefix): New variable.
12445         (message-indent-citation): Use it.
12446         (message-cite-original-without-signature): Respect X-No-Archive.
12447
12448 2005-08-08  Simon Josefsson  <jas@extundo.com>
12449
12450         * pgg.el: Autoload url-insert-file-contents instead of loading
12451         w3/url.
12452         (pgg-insert-url-with-w3): Don't load url here.
12453
12454 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12455
12456         * message.el (message-kill-to-signature): Don't insert newline at
12457         bol.
12458         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12459
12460 2005-08-06  Romain Francoise  <romain@orebokech.com>
12461
12462         * message.el (message-user-fqdn): Fix typo in docstring.
12463
12464 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12465
12466         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12467
12468         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12469
12470 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * mm-bodies.el (mm-encode-body): Use coding system rather than
12473         charset to encode text.
12474
12475         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12476         number of charsets if utf-8 is available (XEmacs).
12477
12478 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12481         taken from `gnus-button-mid-or-mail-regexp'.
12482         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12483         (gnus-button-alist): Improve regexp for domain part of the MIDs
12484         for news:localpart@domain buttons.
12485         (gnus-button-ctan-directory-regexp): Update.
12486
12487 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * sieve-manage.el (sieve-manage-interactive-login): Use
12490         make-local-variable rather than make-variable-buffer-local.
12491         (sieve-manage-open): Ditto.
12492         (sieve-manage-authenticate): Ditto.
12493
12494         * mml.el (mml-generate-mime-1): Make the content type default to
12495         text/plain if the filename is not specified.
12496
12497 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12500         instead of insert-buffer.
12501
12502         * message.el (message-yank-original): Ditto; set the mark at the
12503         end of the yanked message.
12504
12505 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12508         lines to scroll rather than to stop it.
12509
12510         * mml.el (mml-generate-default-type): Add doc string.
12511         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12512         default to application/octet-stream when determining the content
12513         type if it is not specified for the part or the mml contents; add
12514         a comment about mml-generate-default-type.
12515
12516 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12519         make it default to application/octet-stream when determining the
12520         content type if it is not specified for the external contents.
12521
12522 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12525         segmented parameter but also other parameters might be there.
12526
12527 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * mm-decode.el (mm-display-external): Delete temp file, directory
12530         and buffer immediately if the external process is exited.
12531
12532 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12535         fewer lines than that of scroll-margin.
12536         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12537
12538 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * gnus-art.el (gnus-article-next-page): Revert.
12541         (gnus-article-beginning-of-window): New macro.
12542         (gnus-article-next-page-1): Use it.
12543         (gnus-article-prev-page): Ditto.
12544         (gnus-article-edit-part): Use insert-buffer-substring instead of
12545         insert-buffer.
12546         (gnus-article-edit-exit): Ditto.
12547
12548         * gnus-util.el (gnus-beginning-of-window): Remove.
12549         (gnus-end-of-window): Remove.
12550
12551         * lpath.el: Don't bind header-line-format and scroll-margin.
12552
12553 2005-07-25  Simon Josefsson  <jas@extundo.com>
12554
12555         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12556         to have the url package without w3.  Reported by Daiki Ueno
12557         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12558
12559 2005-07-20  Didier Verna  <didier@xemacs.org>
12560
12561         * gnus-diary.el: Remove the description comment (nndiary is now
12562         properly documented in the Gnus manual).
12563         Fix the spelling of "Back End".
12564         * nndiary.el: Ditto.
12565         Fix the copyright notice.
12566
12567 2005-07-18  Romain Francoise  <romain@orebokech.com>
12568
12569         * gnus-sum.el (gnus-summary-to-prefix)
12570         (gnus-summary-newsgroup-prefix): New variables.
12571         (gnus-summary-from-or-to-or-newsgroups): Use them.
12572
12573 2005-07-17  Romain Francoise  <romain@orebokech.com>
12574
12575         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12576         space as it's generally not especially interesting to the user.
12577
12578 2005-07-16  Romain Francoise  <romain@orebokech.com>
12579
12580         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12581         nil to avoid prompting and file modification if one of the
12582         messages at the top of the nnfolder file contains a copyright
12583         notice.
12584         Update copyright notice.
12585
12586         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12587         instead of `current-time-string' as the latter creates a time
12588         string that is not RFC 2822 compliant (it lacks the zone).
12589         Update copyright notice.
12590
12591 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12592
12593         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12594         for text/rtf.  Display default in prompt.  Pass default for M-n.
12595
12596         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12597
12598 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12599
12600         * gnus-msg.el (gnus-button-mailto): Remove
12601         save-selected-window-window hackery because it relies on
12602         save-selected-window internals.
12603
12604 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12607         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12608         (gnus-article-prev-page): Ditto.
12609
12610         * gnus-util.el (gnus-beginning-of-window): New function.
12611         (gnus-end-of-window): New function.
12612
12613         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12614
12615 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12616
12617         * gnus-score.el (gnus-score-edit-all-score): Set
12618         gnus-score-edit-exit-function to gnus-score-edit-done and call
12619         gnus-message.
12620
12621 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12622
12623         * gnus-msg.el (gnus-button-mailto): Remove
12624         save-selected-window-window hackery because it relies on
12625         save-selected-window internals.
12626
12627 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12630         add-minor-mode.
12631         (gnus-binary-mode): Ditto.
12632
12633         * gnus-topic.el (gnus-topic-mode): Ditto.
12634
12635 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12636
12637         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12638         (gnus-article-prev-page): Take scroll-margin into consideration.
12639
12640 2005-07-04  Lute Kamstra  <lute@gnu.org>
12641
12642         Update FSF's address in GPL notices.
12643
12644 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12645
12646         * gnus.el (gnus-exit):
12647         * gnus-group.el (gnus-group-icons):
12648         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12649
12650         * gnus-nocem.el (gnus-nocem):
12651         * message.el (message-various, message-buffers, message-sending)
12652         (message-interface, message-forwarding, message-insertion)
12653         (message-headers, message-news, message-mail):
12654         * pgg-gpg.el (pgg-gpg):
12655         * pgg-parse.el (pgg-parse):
12656         * pgg-pgp.el (pgg-pgp):
12657         * pgg-pgp5.el (pgg-pgp5):
12658         * pop3.el (pop3): Finish `defgroup' description with period.
12659
12660 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * gnus-art.el (article-display-face): Improve the efficiency.
12663         (article-display-x-face): Ditto; remove grey x-face stuff.
12664
12665 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus-art.el (article-display-face): Correct the position in
12668         which Faces are inserted.
12669
12670 2005-06-29  Didier Verna  <didier@xemacs.org>
12671
12672         * gnus-art.el (article-display-face): Display faces in correct
12673         order.
12674
12675 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12678         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12679         (gnus-nocem-check-article): Fetch the Type header.
12680         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12681         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12682         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12683         make sure gnus-nocem-hashtb is initialized.
12684         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12685         (gnus-nocem-unwanted-article-p): Ditto.
12686
12687         * pgg.el (pgg-verify): Return the verification result.
12688
12689 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12690
12691         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12692         is ascii.
12693
12694 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12695
12696         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12697         `show-nonbreak-escape'.
12698
12699 2005-06-23  Lute Kamstra  <lute@gnu.org>
12700
12701         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12702
12703         * dig.el (dig-mode):
12704         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12705
12706 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12707
12708         * nnimap.el (nnimap-split-download-body): Fix spellings.
12709
12710 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12711
12712         * gnus-art.el (gnus-article-encrypt-body):
12713         * gnus-cus.el (gnus-score-customize):
12714         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12715         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12716
12717 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12718
12719         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12720         header by looking for magic "MII" at the beginnig.
12721
12722 2005-06-16  Miles Bader  <miles@gnu.org>
12723
12724         * gnus-xmas.el (gnus-xmas-group-startup-message):
12725         Use renamed gnus-splash face.
12726
12727         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12728         (assistant-field-face): New backward-compatibility alias for renamed
12729         face.
12730         (assistant-render-text): Use renamed assistant-field face.
12731
12732         * spam.el (spam): Remove "-face" suffix from face name.
12733         (spam-face): New backward-compatibility alias for renamed face.
12734         (spam-face, spam-initialize): Use renamed spam face.
12735
12736         * message.el (message-header-to, message-header-cc)
12737         (message-header-subject, message-header-newsgroups)
12738         (message-header-other, message-header-name)
12739         (message-header-xheader, message-separator, message-cited-text)
12740         (message-mml): Remove "-face" suffix from face names.
12741         (message-header-to-face, message-header-cc-face)
12742         (message-header-subject-face, message-header-newsgroups-face)
12743         (message-header-other-face, message-header-name-face)
12744         (message-header-xheader-face, message-separator-face)
12745         (message-cited-text-face, message-mml-face):
12746         New backward-compatibility aliases for renamed faces.
12747         (message-font-lock-keywords): Use renamed message faces.
12748
12749         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12750         (sieve-test-commands, sieve-tagged-arguments):
12751         Remove "-face" suffix from face names.
12752         (sieve-control-commands-face, sieve-action-commands-face)
12753         (sieve-test-commands-face, sieve-tagged-arguments-face):
12754         New backward-compatibility aliases for renamed faces.
12755         (sieve-control-commands-face, sieve-action-commands-face)
12756         (sieve-test-commands-face, sieve-tagged-arguments-face):
12757         Use renamed sieve faces.
12758
12759         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12760         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12761         (gnus-group-news-3-empty, gnus-group-news-4)
12762         (gnus-group-news-4-empty, gnus-group-news-5)
12763         (gnus-group-news-5-empty, gnus-group-news-6)
12764         (gnus-group-news-6-empty, gnus-group-news-low)
12765         (gnus-group-news-low-empty, gnus-group-mail-1)
12766         (gnus-group-mail-1-empty, gnus-group-mail-2)
12767         (gnus-group-mail-2-empty, gnus-group-mail-3)
12768         (gnus-group-mail-3-empty, gnus-group-mail-low)
12769         (gnus-group-mail-low-empty, gnus-summary-selected)
12770         (gnus-summary-cancelled, gnus-summary-high-ticked)
12771         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12772         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12773         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12774         (gnus-summary-low-undownloaded)
12775         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12776         (gnus-summary-low-unread, gnus-summary-normal-unread)
12777         (gnus-summary-high-read, gnus-summary-low-read)
12778         (gnus-summary-normal-read, gnus-splash):
12779         Remove "-face" suffix from face names.
12780         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12781         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12782         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12783         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12784         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12785         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12786         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12787         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12788         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12789         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12790         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12791         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12792         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12793         (gnus-summary-normal-ticked-face)
12794         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12795         (gnus-summary-normal-ancient-face)
12796         (gnus-summary-high-undownloaded-face)
12797         (gnus-summary-low-undownloaded-face)
12798         (gnus-summary-normal-undownloaded-face)
12799         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12800         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12801         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12802         (gnus-splash-face):
12803         New backward-compatibility aliases for renamed faces.
12804         (gnus-group-startup-message): Use renamed gnus faces.
12805
12806         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12807         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12808         (gnus-server-agent): Remove "-face" suffix from face names.
12809         (gnus-server-agent-face, gnus-server-opened-face)
12810         (gnus-server-closed-face, gnus-server-denied-face)
12811         (gnus-server-offline-face):
12812         New backward-compatibility aliases for renamed faces.
12813         (gnus-server-agent-face, gnus-server-opened-face)
12814         (gnus-server-closed-face, gnus-server-denied-face)
12815         (gnus-server-offline-face): Use renamed gnus faces.
12816
12817         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12818         Remove "-face" suffix from face names.
12819         (gnus-picon-xbm-face, gnus-picon-face):
12820         New backward-compatibility aliases for renamed faces.
12821
12822         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12823         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12824         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12825         (gnus-cite-11): Remove "-face" suffix from face names.
12826         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12827         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12828         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12829         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12830         New backward-compatibility aliases for renamed faces.
12831         (gnus-cite-attribution-face, gnus-cite-face-list)
12832         (gnus-article-boring-faces): Use renamed gnus faces.
12833
12834         * gnus-art.el (gnus-signature, gnus-header-from)
12835         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12836         (gnus-header-content): Remove "-face" suffix from face names.
12837         (gnus-signature-face, gnus-header-from-face)
12838         (gnus-header-subject-face, gnus-header-newsgroups-face)
12839         (gnus-header-name-face, gnus-header-content-face):
12840         New backward-compatibility aliases for renamed faces.
12841         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12842
12843         * gnus-sum.el (gnus-summary-selected-face)
12844         (gnus-summary-highlight): Use renamed gnus faces.
12845         * gnus-group.el (gnus-group-highlight): Likewise.
12846
12847 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12848
12849         * gnus-sieve.el (gnus-sieve-article-add-rule):
12850         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12851         * spam-stat.el (spam-stat-buffer-change-to-spam)
12852         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12853
12854         * message.el (message-is-yours-p):
12855         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12856
12857 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * mm-view.el (mm-inline-text): Withdraw the last change.
12860
12861 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12864         executing enriched-decode.
12865
12866 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12869         charset of tar files.
12870
12871 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12872
12873         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12874
12875 2005-06-04  Lute Kamstra  <lute@gnu.org>
12876
12877         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12878         information is never recorded.
12879
12880 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12881
12882         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12883
12884 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12885
12886         * pop3.el (pop3-apop): Run md5 in the binary mode.
12887
12888         * starttls.el (starttls-set-process-query-on-exit-flag):
12889         Use eval-and-compile.
12890
12891 2005-05-31  Simon Josefsson  <jas@extundo.com>
12892
12893         * smime.el (smime-replace-in-string): Define.
12894         (smime-cert-by-ldap-1): Use it.
12895
12896 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * gnus-art.el (article-display-x-face): Replace
12899         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12900
12901         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12902         set-process-query-on-exit-flag or process-kill-without-query.
12903
12904         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12905         loop instead of replace-regexp.
12906
12907         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12908         instead of process-kill-without-query if it is available.
12909
12910         * lpath.el: Fbind ldap-search-entries.
12911
12912         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12913         instead of find-file-hooks if it is available.
12914
12915         * mml1991.el: Bind pgg-default-user-id when compiling.
12916
12917         * mml2015.el: Bind pgg-default-user-id when compiling.
12918
12919         * nndraft.el (nndraft-request-associate-buffer):
12920         Use write-contents-functions instead of write-contents-hooks if it is
12921         available.
12922
12923         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12924         instead of find-file-hooks if it is available.
12925
12926         * nntp.el (nntp-open-connection): Replace
12927         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12928         (nntp-open-ssl-stream): Ditto.
12929         (nntp-open-tls-stream): Ditto.
12930
12931         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12932         set-process-query-on-exit-flag or process-kill-without-query.
12933         (starttls-open-stream-gnutls): Use it instead of
12934         process-kill-without-query.
12935         (starttls-open-stream): Ditto.
12936
12937 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12938
12939         * smime.el (smime-cert-by-ldap-1): Don't use
12940         replace-regexp-in-string.
12941
12942 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12943
12944         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12945
12946         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12947         in PEM format.  Adjust to the XEmacs compability.
12948
12949 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12952         by `string-to-number'.
12953         * gnus-agent.el (gnus-agent-regenerate-group)
12954         (gnus-agent-fetch-articles): Ditto.
12955         * gnus-art.el (gnus-button-fetch-group): Ditto.
12956         * gnus-cache.el (gnus-cache-generate-active)
12957         (gnus-cache-articles-in-group): Ditto.
12958         * gnus-group.el (gnus-group-set-current-level)
12959         (gnus-group-insert-group-line): Ditto.
12960         * gnus-score.el (gnus-score-set-expunge-below)
12961         (gnus-score-set-mark-below, gnus-summary-score-effect)
12962         (gnus-summary-score-entry): Ditto.
12963         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12964         (gnus-soup-pack): Ditto.
12965         * gnus-spec.el (gnus-xmas-format): Ditto.
12966         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12967         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12968         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12969         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12970         * nndb.el (nndb-get-remote-expire-response): Ditto.
12971         * nndiary.el (nndiary-parse-schedule-value)
12972         (nndiary-string-to-number, nndiary-request-replace-article)
12973         (nndiary-request-article): Ditto.
12974         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12975         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12976         * nneething.el (nneething-make-head): Ditto.
12977         * nnfolder.el (nnfolder-request-article)
12978         (nnfolder-retrieve-headers): Ditto.
12979         * nnheader.el (nnheader-file-to-number): Ditto.
12980         * nnkiboze.el (nnkiboze-request-article): Ditto.
12981         * nnmail.el (nnmail-process-unix-mail-format)
12982         (nnmail-process-babyl-mail-format): Ditto.
12983         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12984         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12985         (nnmh-request-create-group, nnmh-request-list-1)
12986         (nnmh-request-group, nnmh-request-article): Ditto.
12987         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12988         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12989         * nnsoup.el (nnsoup-make-active): Ditto.
12990         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12991         * nntp.el (nntp-find-group-and-number)
12992         (nntp-retrieve-headers-with-xover): Ditto.
12993         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12994         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12995         (pgg-format-key-identifier): Ditto.
12996         * pop3.el (pop3-last, pop3-stat): Ditto.
12997         * qp.el (quoted-printable-decode-region): Ditto.
12998
12999         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13000         of concat.
13001
13002 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13005
13006         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13007
13008         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13009
13010         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13011
13012         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13013
13014         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13015
13016         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13017         (gnus-carpal-mode): Ditto.
13018
13019         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13020         (gnus-browse-mode): Ditto.
13021
13022         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13023
13024         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13025
13026 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13027
13028         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13029
13030 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13031
13032         * gnus-util.el (gnus-run-mode-hooks): New function.
13033
13034         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13035
13036         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13037         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13038
13039 2005-05-27  Lute Kamstra  <lute@gnu.org>
13040
13041         * dns-mode.el (dns-mode): Specify customization group.
13042
13043 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13044
13045         * gnus-agent.el (gnus-agent-make-mode-line-string):
13046         Use mode-line-highlight as mouse-face.
13047
13048 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * canlock.el (canlock): Change the parent group to news.
13051
13052         * deuglify.el (gnus-outlook-deuglify): Add :group.
13053
13054         * dig.el (dig): Add :group.
13055
13056         * dns-mode.el (dns-mode): Add :group.
13057
13058         * encrypt.el (encrypt): Add :group.
13059
13060         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13061         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13062         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13063         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13064         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13065
13066         * gnus-diary.el (gnus-diary): Add :group.
13067
13068         * gnus.el (gnus-group-news-1-face): Add :group.
13069         (gnus-group-news-1-empty-face): Ditto.
13070         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13071         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13072         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13073         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13074         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13075         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13076         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13077         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13078         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13079         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13080         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13081         (gnus-summary-high-ticked-face): Ditto.
13082         (gnus-summary-low-ticked-face): Ditto.
13083         (gnus-summary-normal-ticked-face): Ditto.
13084         (gnus-summary-high-ancient-face): Ditto.
13085         (gnus-summary-low-ancient-face): Ditto.
13086         (gnus-summary-normal-ancient-face): Ditto.
13087         (gnus-summary-high-undownloaded-face): Ditto.
13088         (gnus-summary-low-undownloaded-face): Ditto.
13089         (gnus-summary-normal-undownloaded-face): Ditto.
13090         (gnus-summary-high-unread-face): Ditto.
13091         (gnus-summary-low-unread-face): Ditto.
13092         (gnus-summary-normal-unread-face): Ditto.
13093         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13094         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13095
13096         * hashcash.el (hashcash): New custom group.
13097         (hashcash-default-payment): Add :group.
13098         (hashcash-payment-alist): Ditto.
13099         (hashcash-default-accept-payment): Ditto.
13100         (hashcash-accept-resources): Ditto.
13101         (hashcash-path): Ditto.
13102         (hashcash-extra-generate-parameters): Ditto.
13103         (hashcash-double-spend-database): Ditto.
13104         (hashcash-in-news): Ditto.
13105
13106         * message.el (message-minibuffer-local-map): Add :group.
13107
13108         * netrc.el (netrc): Add :group.
13109
13110         * sieve-manage.el (sieve-manage-log): Add :group.
13111         (sieve-manage-default-user): Diito.
13112         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13113         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13114         (sieve-manage-authenticators): Ditto.
13115         (sieve-manage-authenticator-alist): Ditto.
13116         (sieve-manage-default-port): Ditto.
13117
13118         * sieve-mode.el (sieve-control-commands-face): Add :group.
13119         (sieve-action-commands-face): Ditto.
13120         (sieve-test-commands-face): Ditto.
13121         (sieve-tagged-arguments-face): Ditto.
13122
13123         * smime.el (smime): Add :group.
13124
13125         * spam-report.el (spam-report): Add :group.
13126
13127         * spam.el (spam, spam-face): Add :group.
13128
13129 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13130
13131         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13132         return \n.\n.\n at the end of articles.  Protect against that.
13133         (nntp-with-open-group): Allow debugging.
13134
13135         * nnheader.el (mail-header-set-extra): Make into a function
13136         because I just could't understand how to quote the list properly.
13137
13138         * dns.el (query-dns-cached): New function.
13139
13140 2005-05-26  Lute Kamstra  <lute@gnu.org>
13141
13142         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13143
13144 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13147
13148         * gnus-art.el: Don't autoload mail-extract-address-components.
13149
13150         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13151         eval-and-compile to evaluate it.
13152
13153         * hashcash.el: Don't autoload executable-find.
13154
13155         * nndb.el: Don't declare the nndb back end two or more times; don't
13156         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13157
13158         * nntp.el: Autoload format-spec instead of format; use
13159         eval-and-compile to evaluate autoload forms.
13160
13161 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13162
13163         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13164
13165 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13166
13167         * gnus.el (gnus-version-number): Bump version.
13168
13169 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13170
13171         * gnus.el: No Gnus v0.3 is released.
13172
13173 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13174
13175         * lpath.el (featurep): Bind show-nonbreak-escape.
13176
13177 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * gnus-art.el (gnus-article-edit-part): Disable undo.
13180
13181 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13184         gnus-article-date-lapsed-new-header is t if date timer is active;
13185         skip headers in which the original date value is empty.
13186         (gnus-article-save-original-date): Redefine it as a macro.
13187         (gnus-display-mime): Use it.
13188
13189 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * gnus-art.el (article-date-ut): Support converting date in
13192         forwarded parts as well.
13193         (gnus-article-save-original-date): New function.
13194         (gnus-display-mime): Use it.
13195
13196 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13197
13198         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13199         enclosure element of <item>.
13200
13201 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * message.el (message-kill-buffer-query): Renamed from
13204         `message-kill-buffer-query-if-modified'.  Added :version.
13205
13206 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13209         window layout.
13210
13211 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * mml.el: Autoload dnd when compiling.
13214
13215 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13216
13217         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13218         x-dnd-*.
13219
13220 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * qp.el (quoted-printable-encode-region): Save excursion.
13223
13224 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13225
13226         * message.el (message-kill-buffer-query-if-modified): Add new variable
13227         so the user can kill a modified message buffer quickly.
13228         (message-kill-buffer): Use it.
13229
13230 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13231
13232         * lpath.el: Fbind display-time-event-handler; don't fbind
13233         string-to-multibyte.
13234
13235         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13236
13237 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13240         contained in text because xml.el decodes entities) with LFs.
13241
13242 2005-04-11  Lute Kamstra  <lute@gnu.org>
13243
13244         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13245         differently.
13246
13247 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13248
13249         * mm-util.el (mm-detect-coding-region): Typo.
13250
13251 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13254
13255 2005-04-06  Deepak Goel  <deego@gnufans.org>
13256
13257         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13258         user-function allow user modifications of the scores.
13259         (spam-stat-score-buffer-user): New function, to allow
13260         user-computed modifications to the score.
13261         (spam-stat-score-buffer-user-functions): List of additional
13262         scoring functions.
13263         (spam-stat-error-holder): Global temporary error holder.
13264         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13265         variable.
13266
13267 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13268
13269         * gnus-registry.el (gnus-registry-clean-empty-function)
13270         (gnus-registry-trim, gnus-registry-fetch-groups)
13271         (gnus-registry-delete-group): Groups that match
13272         `gnus-registry-ignored-groups' are removed from the registry
13273         entries, not just ignored for splitting.  This helps clean up the
13274         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13275         to get all the groups a message ID is in.
13276
13277         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13278         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13279         (spam-stat-score-buffer-user-functions): Add :number custom type.
13280
13281 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13284         argument in XEmacs.
13285
13286         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13287         (nnrss-request-group): Decode group name first.
13288         (nnrss-request-article): Make a text/plain article if mml-to-mime
13289         failed.
13290         (nnrss-get-encoding): Return a compatible encoding according to
13291         nnrss-compatible-encoding-alist.
13292         (nnrss-find-el): Use consp instead of listp.
13293         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13294
13295 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13298         which Emacs 20 doesn't support.
13299         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13300
13301 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13304         silence the byte compiler inside the defun.
13305
13306         * gnus-demon.el (parse-time-string): Add autoload.
13307
13308         * gnus-delay.el (parse-time-string): Add autoload.
13309
13310         * gnus-art.el (parse-time-string): Add autoload.
13311
13312         * nnultimate.el (parse-time): Require for `parse-time-string'.
13313
13314 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13317
13318         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13319
13320         * smime.el (smime-ldap-host-list): Add :version.
13321
13322 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13325         pass it to `gnus-browse-read-group'.
13326         (gnus-browse-read-group): Add NUMBER argument and pass it to
13327         `gnus-group-read-ephemeral-group'.
13328
13329         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13330         argument and pass it to `gnus-group-read-group'.
13331
13332 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13333
13334         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13335         mm-xemacs-find-mime-charset-1 if we have the mule feature
13336         available at runtime.
13337
13338 2005-03-25  Werner Lemberg  <wl@gnu.org>
13339
13340         * nnmaildir.el: Replace `illegal' with `invalid'.
13341
13342 2005-03-23  Lute Kamstra  <lute@gnu.org>
13343
13344         * time-date.el: Add comment on time value formats.
13345         Don't require parse-time.
13346         (with-decoded-time-value): New macro.
13347         (encode-time-value): New function.
13348         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13349         (days-to-time): Return a valid time value when arg is huge.
13350         (time-since): Use time-subtract.
13351         (time-to-number-of-days): Use time-to-seconds.
13352
13353 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13354
13355         * gnus-start.el (gnus-display-time-event-handler):
13356         Check display-time-timer at runtime rather than only at load time
13357         in case display-time-mode is turned off in the mean time.
13358
13359 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13360
13361         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13362         used.
13363
13364         * nneething.el (nneething-map-file-directory): Derive from
13365         `gnus-directory'.
13366
13367         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13368         the To/Cc button.
13369
13370 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * nnmaildir.el (nnmaildir-request-accept-article):
13373         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13374
13375 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13376
13377         * gnus-async.el: Require timer-funcs at compile time when in
13378         XEmacs for `run-with-idle-timer'.
13379
13380 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13381
13382         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13383         autoloaded function.
13384
13385 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13386
13387         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13388
13389 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13390
13391         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13392
13393 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13394
13395         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13396         gnus-expert-user to default.
13397
13398 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13399
13400         * nnimap.el (nnimap-open-server): Ditto.
13401
13402         * imap.el (imap-authenticate): Fix typo.
13403
13404 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13405
13406         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13407         buffer (since IMAP server might return FETCH response out of
13408         order, and the nntp buffer must be sorted).
13409
13410 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13411
13412         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13413         comparison on string.
13414
13415         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13416         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13417         (gnus-agent-summary-fetch-series): Modified to protect against
13418         gnus-agent-summary-fetch-group clearing processable flags.
13419         (gnus-agent-synchronize-group-flags): Update live group buffer as
13420         synchronization may occur due to the user toggle the plugged
13421         status.
13422         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13423         successfully downloaded.
13424         (gnus-agent-expire-group-1): Avoid using markers when the overview
13425         is in ascending order; greatly improves performance.
13426         (gnus-agent-regenerate-group): Use
13427         gnus-agent-synchronize-group-flags to reset read status in both
13428         gnus and server.
13429         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13430
13431 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * message.el: Don't autoload former message-utils variables.
13434         (message-strip-subject-trailing-was): Change doc string.
13435
13436         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13437         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13438         (nnweb-google-search): Add "hl=en" here.
13439         (nnweb-google-parse-1, nnweb-google-create-mapping):
13440         Don't hardcode URL.
13441
13442 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13443
13444         * message.el (message-get-reply-headers, message-followup):
13445         Mention related variables `message-use-followup-to' and
13446         `message-use-mail-followup-to', in the information buffer.
13447
13448         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13449         of broken groups(-beta).google.com.
13450
13451 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13452
13453         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13454         parameter to invoked gnus-request-move-article; remove the
13455         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13456         all at once instead of once per article.
13457         (gnus-summary-remove-process-mark): Accept a list of articles as
13458         well as a single article for processing.
13459
13460         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13461         parameter.
13462
13463         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13464
13465         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13466
13467         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13468         parameter.
13469
13470         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13471         parameter.
13472
13473         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13474         parameter and remove the gnus-sum-hint-move-is-internal variable.
13475
13476         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13477         parameter.
13478
13479         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13480         parameter.
13481
13482         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13483         parameter.
13484
13485         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13486
13487         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13488         parameter.
13489
13490         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13491         parameter.
13492
13493 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13494
13495         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13496         a more conservative way.
13497
13498 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13499
13500         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13501         buffer, so it moves the window's cursor.
13502
13503 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13504
13505         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13506         `mm-dissect-multipart' and receive the from field as an (optional)
13507         argument from `mm-dissect-multipart'.
13508         (mm-dissect-multipart): Receive the from field as an argument and
13509         pass it on when we call `mm-dissect-buffer' on MIME parts.
13510         Fixes verification/decryption of signed/encrypted MIME parts.
13511
13512 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13513
13514         * gnus-sum.el (gnus-summary-move-article): Set
13515         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13516         whatever it calls (right now, only nnimap-request-move article
13517         respects it).
13518
13519         * nnimap.el (nnimap-request-move-article): When
13520         gnus-sum-hint-move-is-internal is set, don't do the extra
13521         nnimap-request-article.
13522
13523 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13524
13525         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13526
13527         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13528         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13529
13530         * gnus-sum.el (gnus-summary-caesar-message):
13531         Apply `gnus-treat-article' after rotation.
13532
13533         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13534         doc string.
13535
13536 2005-02-22  Simon Josefsson  <jas@extundo.com>
13537
13538         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13539         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13540         <arne@arnested.dk>.
13541         (encrypt): Add password-cache and password-cache-expiry as group
13542         members.
13543
13544 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13545
13546         * smime.el (smime-ldap-host-list): Doc fix.
13547         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13548         cache) password.
13549         (smime-sign-region): Use it.
13550         (smime-decrypt-region): Use it.
13551         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13552         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13553         fails.
13554         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13555         certificate from DER to PEM format rather than calling openssl.
13556
13557         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13558
13559         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13560         for signing/encryption.
13561
13562         * mml.el (mml-parse-1): Use them.
13563
13564 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13565
13566         * nnrss.el (nnrss-verbose): Removed.
13567         (nnrss-request-group): Use `nnheader-message' instead.
13568
13569 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13570
13571         * nnrss.el (nnrss-verbose): New variable.
13572         (nnrss-request-group): Make it say nnrss is requesting a group.
13573
13574 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13577         Handle news URL with given port correctly.
13578
13579 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13582         containing special characters.
13583
13584         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13585
13586         * mml.el (mime-to-mml): Ditto.
13587
13588         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13589         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13590         (rfc2047-decode-region): Quote decoded words containing special
13591         characters when rfc2047-quote-decoded-words-containing-tspecials
13592         is non-nil.
13593
13594 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13595
13596         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13597
13598         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13599
13600 2005-02-15  Simon Josefsson  <jas@extundo.com>
13601
13602         * nnimap.el (nnimap-debug): Doc fix.
13603
13604         * imap.el (imap-debug): Doc fix.
13605
13606 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13609
13610 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13611
13612         * gnus.el (spam-contents): Improve docs for spam-contents
13613         parameter in its variable incarnation.
13614
13615 2005-02-14  Simon Josefsson  <jas@extundo.com>
13616
13617         * smime-ldap.el: Use require instead of load-library for ldap.
13618         (smime-ldap-search): Indent.
13619         (smime-ldap-search-internal): Shorten line.
13620
13621         * smime.el (smime-cert-by-dns): Add doc-string.
13622         (smime-cert-by-ldap-1): Indent.
13623
13624         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13625         mml-smime-get-dns-ldap.
13626         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13627
13628 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13629
13630         * smime.el: Require smime-ldap.
13631         (smime-ldap-host-list): New variable.
13632         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13633
13634         * mml-smime.el (mml-smime-encrypt-query): New function.
13635         (mml-smime-encrypt-query): Use it.
13636
13637         * smime-ldap.el: New file.
13638
13639 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13642
13643 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13644
13645         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13646         argument in doc string.  Make query for type more clear.
13647
13648 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13649
13650         * gnus.el (gnus-group-startup-message): Search for gnus images in
13651         etc/images/gnus.
13652         * mm-util.el (mm-image-load-path): Likewise.
13653         * smiley.el (smiley-data-directory): Search for smilies in
13654         etc/images/smilies.
13655
13656 2005-02-09  Kim F. Storm  <storm@cua.dk>
13657
13658         Change Emacs release version from 21.4 to 22.1 throughout.
13659         Change Emacs development version from 21.3.50 to 22.0.50.
13660
13661 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13664
13665         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13666         non-Mule XEmacs as well.
13667         (mm-decompress-buffer): Signal an error intentionally if it does
13668         not decompress compressed data because auto-compression-mode is
13669         disabled.
13670
13671 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13672
13673         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13674         an ID in the registry even if it has no groups.
13675
13676 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13679         merge it into mm-decompress-buffer.
13680         (gnus-mime-copy-part): Use the MIME part charset, the value which
13681         a user specified or gnus-newsgroup-charset for decoding, like
13682         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13683         save-buffer what was used.  Suggested by Kevin Ryde
13684         <user42@zip.com.au>.
13685         (gnus-mime-inline-part): Allow the name parameter as well as the
13686         filename parameter; force decompressing of compressed data; always
13687         display contents being not decoded as unibyte.
13688
13689         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13690         as well as the filename parameter.
13691
13692         * mm-util.el (mm-decompress-buffer): Merge
13693         gnus-mime-jka-compr-maybe-uncompress.
13694         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13695         of compressed data.
13696
13697 2005-02-08  Simon Josefsson  <jas@extundo.com>
13698
13699         * imap.el (imap-log): Doc fix.
13700
13701 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13704         the coding cookies; decompress compressed parts.
13705
13706         * mml.el (mml-generate-mime-1): Add the charset parameter according
13707         to the value which a user specified manually or the coding cookie.
13708
13709         * mm-util.el (mm-string-to-multibyte): New function.
13710         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13711         (mm-coding-system-to-mime-charset): New function.
13712         (mm-decompress-buffer): New function.
13713         (mm-find-buffer-file-coding-system): New function.
13714
13715         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13716         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13717         parts.
13718
13719 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13720
13721         * mm-view.el (mm-display-inline-fontify): Decode a part according
13722         to the charset parameter.
13723
13724 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13727         prefix arg is neither nil nor a number, as info specifies.
13728
13729 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13732         timestamps.
13733
13734 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13735
13736         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13737         groups error checking and notify user.
13738
13739 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13740
13741         * message.el (message-send-mail-function): Check existence of
13742         sendmail-program first before using default value
13743         `message-send-mail-with-sendmail'.  Otherwise use more generic
13744         `smtpmail-send-it'.
13745
13746 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * nntp.el (nntp-request-update-info): Always return nil.
13749
13750 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13751
13752         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13753
13754 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13755
13756         * message.el (message-beginning-of-line): Change the behavior when
13757         invoked between BOL and : so that it first moves backward.
13758
13759 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13762         article buffer when editing of the article is discarded.
13763         (gnus-article-prepare): Revert.
13764
13765 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * gnus-art.el (gnus-article-prepare):
13768         Remove message-strip-forbidden-properties from the local hook.
13769
13770 2005-01-27  Simon Josefsson  <jas@extundo.com>
13771
13772         * password.el (password-cache-add): Only start one timer per key.
13773         Reported by Derek Atkins <warlord@MIT.EDU>.
13774
13775 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13776
13777         * run-at-time.el: Removed.  It is no longer needed as
13778         timer-funcs.el in the xemacs-base package has a working version of
13779         `run-at-time'.
13780
13781         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13782
13783         * password.el: Require timer-funcs instead of run-at-time in
13784         XEmacs.
13785         Remove `password-run-at-time' macro.
13786         (password-cache-add): Use `run-at-time' instead of
13787         `password-run-at-time'.
13788
13789         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13790         Remove `nnheader-cancel-function-timers' alias,
13791         `cancel-function-timers' exists in XEmacs in timer-funcs.
13792
13793         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13794         for `run-with-idle-timer'.
13795
13796         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13797         for `run-at-time'.
13798
13799         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13800         for `with-timeout'.
13801
13802         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13803         the same as for XEmacs 21.4.
13804         No need to ignore `run-with-idle-timer', this function exists in
13805         XEmacs now in timer-funcs.el in the xemacs-base package.
13806         (dgnushack-compile): No need to delete
13807         run-at-time.el from the list of files to compile because it
13808         doesn't exist anymore.
13809
13810 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13813         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13814
13815 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13816
13817         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13818         sensitively.
13819
13820 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13821
13822         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13823
13824 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13827         which will be inserted according to the multibyteness of a buffer
13828         rather than the type of contents.  Suggested by ARISAWA Akihiro
13829         <ari@mbf.ocn.ne.jp>.
13830
13831         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13832         of string which old xml.el may return rather than a string.
13833
13834 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13837
13838 2005-01-16  Simon Josefsson  <jas@extundo.com>
13839
13840         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13841         idn/idna.el isn't available.
13842         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13843         <michael@waxrat.com>.
13844
13845         * hashcash.el: Remove non-FSF copyright header.
13846
13847         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13848         (hashcash-generate-payment): Use it.
13849         (hashcash-generate-payment-async): Use it.
13850
13851 2005-01-15  Simon Josefsson  <jas@extundo.com>
13852
13853         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13854         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13855
13856         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13857         gnus-summary-idna-message.
13858         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13859         (gnus-summary-idna-message): New function.
13860
13861 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13862
13863         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13864         gnus-novice-user.
13865
13866 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * nnrss.el (nnrss-request-delete-group): Delete entries in
13869         nnrss-group-alist as well.
13870         (nnrss-save-server-data): Insert newline.
13871
13872 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * gnus.el (gnus-user-agent): Use list of symbols instead of
13875         symbols.  Display full version number for (S)XEmacs.  Optionally
13876         display (S)XEmacs codename.
13877
13878         * gnus-util.el (gnus-emacs-version): Update for new
13879         `gnus-user-agent'.
13880
13881         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13882         Gnus version.
13883
13884 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13887         which is unreadable in some setups.
13888
13889 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * gnus-spec.el (gnus-update-format-specifications): Flush the
13892         group format spec cache if it doesn't support decoded group names.
13893
13894 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13897         Allow to apply decay on score files matching a regexp.
13898
13899 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13902         compatibility in %g and %c.
13903
13904 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13907         name for only %g and %c.
13908         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13909         of gnus-tmp-group to decoded group name.
13910         (gnus-group-make-rss-group): Exclude `/'s from group names.
13911
13912 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * nnrss.el (nnrss-get-encoding): Fix regexp.
13915
13916 2004-12-27  Simon Josefsson  <jas@extundo.com>
13917
13918         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13919         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13920         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13921
13922 2004-12-17  Kim F. Storm  <storm@cua.dk>
13923
13924         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13925
13926         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13927
13928 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13929
13930         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13931
13932 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * nnrss.el: Require rfc2047 and mml.
13935         (nnrss-file-coding-system): New variable.
13936         (nnrss-format-string): Redefine it as an inline function.
13937         (nnrss-decode-group-name): New function.
13938         (nnrss-string-as-multibyte): Remove.
13939         (nnrss-retrieve-headers): Decode group name; don't use
13940         nnrss-format-string.
13941         (nnrss-request-group): Decode group name.
13942         (nnrss-request-article): Decode group name; allow a Message-ID as
13943         well as an article number; don't use nnrss-format-string; encode a
13944         Message-ID string which may contain non-ASCII characters; use
13945         mml-to-mime to compose a MIME article.
13946         (nnrss-request-expire-articles): Decode group name.
13947         (nnrss-request-delete-group): Decode group name.
13948         (nnrss-fetch): Clarify error message.
13949         (nnrss-read-server-data): Use insert-file-contents instead of load;
13950         bind file-name-coding-system; use multibyte buffer.
13951         (nnrss-save-server-data): Bind coding-system-for-write to the
13952         value of nnrss-file-coding-system; bind file-name-coding-system;
13953         add coding cookie.
13954         (nnrss-read-group-data): Use insert-file-contents instead of load;
13955         bind file-name-coding-system; use multibyte buffer.
13956         (nnrss-save-group-data): Bind coding-system-for-write to the
13957         value of nnrss-file-coding-system; bind file-name-coding-system.
13958         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13959         make it work with non-ASCII text.
13960         (nnrss-find-el): Make it work with old xml.el as well.
13961
13962 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13963
13964         * nnrss.el (nnrss-get-encoding): New function.
13965         (nnrss-fetch): Use unibyte buffer initially; bind
13966         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13967         decode contents according to the encoding attribute.
13968         (nnrss-save-group-data): Add coding cookie.
13969         (nnrss-mime-encode-string): New function.
13970         (nnrss-check-group): Use it to encode subject and author.
13971
13972 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13973
13974         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13975         imaginary variable.
13976
13977 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13980         correctly even if there are wide characters.
13981
13982 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13983
13984         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13985         downcased symbol names; make a new cache instead of reusing
13986         bbdb-hashtable.
13987
13988 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13991         concatenating segments rather than before concatenating them.
13992         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13993
13994         * message.el (message-get-reply-headers): Bind `extra'.
13995
13996 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13997
13998         * message.el (message-extra-wide-headers): New variable.
13999         (message-get-reply-headers): Use it.
14000
14001 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14002
14003         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14004         (gnus-agent-group-pathname): Ditto.
14005
14006         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14007
14008         * gnus-group.el (gnus-group-make-group): Decode group name.
14009         (gnus-group-make-rss-group): Register the group data after opening
14010         the nnrss group.
14011
14012 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14013
14014         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14015         by expiry now get marked as read.
14016
14017 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14020
14021 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14022
14023         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14024         unify Latin characters in XEmacs.
14025         (mm-find-mime-charset-region): Use it.
14026
14027 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * gnus-util.el (gnus-delete-directory): New function.
14030
14031         * gnus-agent.el (gnus-agent-delete-group): Use it.
14032
14033         * gnus-cache.el (gnus-cache-delete-group): Use it.
14034
14035 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14038         names.
14039
14040 2004-12-16  Simon Josefsson  <jas@extundo.com>
14041
14042         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14043
14044 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14047
14048         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14049         (gnus-group-set-current-level): Decode group name.
14050
14051 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14052
14053         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14054         failed.
14055
14056 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * gnus-group.el (gnus-group-delete-group): Decode group name.
14059         (gnus-group-make-rss-group): Encode group name.
14060         (gnus-group-catchup-current): Decode group name.
14061         (gnus-group-kill-group): Decode group name.
14062
14063 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14064
14065         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14066
14067 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * gnus-group.el (gnus-group-make-rss-group):
14070         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14071
14072         * gnus-start.el (gnus-setup-news): Honor user's setting to
14073         gnus-message-archive-method.  Suggested by Lute Kamstra
14074         <lute@gnu.org>.
14075
14076 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14077
14078         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14079         global counterparts of the buffer-local variables.
14080
14081 2004-11-16  Romain Francoise  <romain@orebokech.com>
14082
14083         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14084         counterparts of the buffer-local variables.
14085
14086 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14087
14088         * message.el (message-forbidden-properties): Fixed typo in doc
14089         string.
14090
14091 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14092
14093         * gnus-util.el (gnus-replace-in-string): Added doc string.
14094
14095         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14096         to avoid problems when splitting mails with many recipients.
14097
14098 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14099
14100         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14101         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14102
14103 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14104
14105         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14106         if there is no hashtable in memory or file modification time is
14107         newer than cached timestamp.
14108
14109 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14110
14111         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14112         not-matching option.
14113
14114 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14117         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14118         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14119         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14120         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14121         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14122
14123 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * message.el (message-forward-make-body-mml): Remove headers
14126         according to message-forward-ignored-headers if a message is decoded.
14127
14128 2004-12-02  Romain Francoise  <romain@orebokech.com>
14129
14130         * message.el (message-forward-make-body-plain): Always remove
14131         headers according to message-forward-ignored-headers.
14132
14133 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14134
14135         * spam.el (spam-summary-prepare-exit): Remove the
14136         gnus-summary-limit pop for now, it has problems with ham marks for
14137         me.
14138
14139 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14140
14141         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14142         correctly.
14143
14144 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14145
14146         * format-spec.el (format-spec): Message the char.
14147
14148 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14149
14150         * gnus-art.el (gnus-split-methods): Reformat comments.
14151
14152         * spam.el (spam-summary-prepare-exit): Remove article limits
14153         before exiting the summary buffer.
14154
14155 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14156
14157         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14158         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14159
14160         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14161         order to silence the byte compiler.
14162
14163         * spam.el: Fix the way to silence the byte compiler, which
14164         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14165         bbdb-search-simple, spam-BBDB-register-routine,
14166         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14167         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14168         spam-stat-buffer-is-spam, spam-stat-load,
14169         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14170         spam-stat-save and spam-stat-split-fancy.
14171
14172 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14175         which may confuse users.
14176         (canlock-password-for-verify): Ditto.
14177
14178         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14179
14180         * gnus-art.el (gnus-emphasis-alist): Ditto.
14181
14182         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14183
14184         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14185
14186         * gnus-start.el (gnus-save-killed-list): Ditto.
14187
14188         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14189         (gnus-sum-thread-tree-root): Ditto.
14190         (gnus-sum-thread-tree-false-root): Ditto.
14191         (gnus-sum-thread-tree-single-indent): Ditto.
14192
14193         * message.el (message-courtesy-message): Ditto.
14194         (message-archive-note): Ditto.
14195         (message-subscribed-address-file): Ditto.
14196         (message-user-fqdn): Ditto.
14197
14198         * spam-report.el (spam-report-gmane-regex): Ditto.
14199
14200         * spam.el (spam-blackhole-good-server-regex): Ditto.
14201
14202 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * mml.el (mml-preview): Widen the message buffer before copying
14205         the contents to the preview buffer; sort headers before previewing.
14206
14207         * message.el (message-hidden-headers): Fix the way to avoid a bug
14208         in the `repeat' widget in Emacs 21.3 or earlier.
14209
14210 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * message.el (message-hidden-headers): Default to "^References:".
14213         Improve customization type.  Suggested by Reiner Steib
14214         <Reiner.Steib@gmx.de>.
14215
14216 2004-11-25  Romain Francoise  <romain@orebokech.com>
14217
14218         * message.el (message-strip-forbidden-properties): Remove check for
14219         obsolete `message-hidden' text property, hidden headers are not
14220         accessible in the buffer anymore.
14221
14222 2004-11-22  Romain Francoise  <romain@orebokech.com>
14223
14224         * message.el (message-header-format-alist): Add `From' in list
14225         so that it can be sorted.
14226         (message-fix-before-sending): Widen and sort headers before
14227         sending.
14228         (message-hide-headers): Use narrowing to hide headers by moving
14229         them to the top of the buffer and narrowing to the region
14230         underneath.
14231
14232 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14233
14234         * message.el (message-strip-forbidden-properties): Bind
14235         buffer-read-only (etc) to nil.
14236
14237 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14240         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14241
14242 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14243
14244         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14245
14246 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14247
14248         * dns.el (query-dns): Use sit-for to time instead of
14249         accept-process-output, since that doesn't seem to work on udp
14250         sockets.
14251
14252 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14255
14256 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14257
14258         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14259         doc string.  Improve doc string.
14260
14261 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * nntp.el (nntp-request-update-info): Return nil if
14264         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14265         may not call gnus-activate-group which uselessly issues the GROUP
14266         commands for all nntp groups and wastes time.  Reported by Romain
14267         Francoise <romain@orebokech.com>.
14268
14269         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14270
14271 2004-11-15  Simon Josefsson  <jas@extundo.com>
14272
14273         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14274         headers separately.
14275         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14276         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14277
14278 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * gnus-start.el (gnus-convert-old-newsrc):
14281         Assign legacy-gnus-agent to 5.10.7.
14282
14283 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14284
14285         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14286         start of the lines.
14287
14288 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14289
14290         * hashcash.el (hashcash-default-payment): Change default to 20.
14291         (hashcash-default-accept-payment): Change default to 20.
14292         (hashcash-process-alist): New variable.
14293         (hashcash-generate-payment-async): Add.
14294         (hashcash-already-paid-p): Add.
14295         (hashcash-insert-payment): Don't generate payments twice.
14296         (hashcash-insert-payment-async): Add.
14297         (hashcash-insert-payment-async-2): Add.
14298         (hashcash-cancel-async): Add.
14299         (hashcash-wait-async): Add.
14300         (hashcash-processes-running-p): Add.
14301         (hashcash-wait-or-cancel): Add.
14302         (mail-add-payment): New optional argument.  Conditionally start
14303         asynchronous calculation.
14304         (mail-add-payment-async): Add.
14305
14306         * message.el (message-send-mail): Wait for asynchronous hashcash
14307         results.  Don't clobber existing X-Hashcash headers.
14308         (message-setup-1): Call mail-add-payment-async when
14309         message-generate-hashcash is non-nil.
14310
14311 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14312
14313         * message.el (message-use-alternative-email-as-from): Examine the
14314         From header as well; use message-make-from in order to include a
14315         user's full name.
14316
14317 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14320         default; improve customization type.
14321         (gnus-emphasis-custom-with-format): New macro.
14322         (gnus-emphasis-custom-value-to-external): New function.
14323         (gnus-emphasis-custom-value-to-internal): New function.
14324
14325 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14326
14327         * dns.el (query-dns): Resolve reverse addresses.
14328
14329 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14330
14331         * gnus-group.el (gnus-group-get-new-news): Use it.
14332
14333         * gnus-start.el (gnus-check-reasonable-setup): New function.
14334
14335 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14336
14337         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14338         "Args out of range" error.  Reported by Arnaud Giersch
14339         <arnaud.giersch@free.fr>.
14340
14341 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14342
14343         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14344
14345 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14346
14347         * spam.el (spam group): Add :version.
14348
14349         * pgg-def.el (pgg group): Add :version.
14350
14351 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * gnus-art.el (gnus-article-edit-article): Don't associate the
14354         article buffer with a draft file.  This is a temporary measure
14355         against the 2004-08-22 change to gnus-article-edit-mode.
14356
14357 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14360         (html2text-format-tags): Remove unused variable `attr'.
14361
14362 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14363
14364         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14365
14366         * tls.el (tls-process-connection-type, tls-success)
14367         (tls-certtool-program): Add :version.
14368
14369         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14370         (starttls-extra-arguments, starttls-process-connection-type)
14371         (starttls-connect, starttls-failure, starttls-success): Add :version.
14372
14373         * spam-stat.el (spam-stat): Add :version.
14374
14375         * sieve.el (sieve): Add :version.
14376
14377         * sha1.el (sha1): Add :version.
14378         (sha1-use-external): Remove redundant version.
14379
14380         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14381         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14382         (nnmail-split-fancy-match-partial-words)
14383         (nnmail-split-lowercase-expanded): Add :version.
14384
14385         * nndiary.el (nndiary): Add :version.
14386
14387         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14388
14389         * mml-sec.el (mml-default-sign-method)
14390         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14391         Add :version.
14392
14393         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14394
14395         * mm-url.el (mm-url-use-external, mm-url-program)
14396         (mm-url-arguments): Add :version.
14397
14398         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14399         (mm-attachment-file-modes, mm-decrypt-option)
14400         (mm-w3m-safe-url-regexp): Add :version.
14401
14402         * message.el (message-cite-prefix-regexp)
14403         (message-sendmail-envelope-from, message-minibuffer-local-map)
14404         (message-user-fqdn, message-completion-alist): Add :version.
14405
14406         * gnus-win.el (gnus-configure-windows-hook)
14407         (gnus-use-frames-on-any-display): Add :version.
14408
14409         * gnus-art.el (gnus-article-address-banner-alist)
14410         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14411         (gnus-treat-from-picon, gnus-treat-mail-picon)
14412         (gnus-treat-x-pgp-sig): Add :version.
14413
14414         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14415         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14416         (gnus-summary-article-delete-hook)
14417         (gnus-summary-display-while-building): Add :version.
14418
14419         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14420         (gnus-get-top-new-news-hook): Add :version.
14421
14422         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14423         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14424
14425         * gnus-registry.el (gnus-registry): Add :version.
14426
14427         * gnus-spec.el (gnus-use-correct-string-widths)
14428         (gnus-make-format-preserve-properties): Add :version.
14429
14430         * gnus.el (gnus-group-charter-alist)
14431         (gnus-group-fetch-control-use-browse-url)
14432         (gnus-install-group-spam-parameters): Add :version.
14433
14434         * gnus-diary.el (gnus-diary): Add :version.
14435
14436         * gnus-delay.el (gnus-delay): Add :version.
14437
14438         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14439         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14440         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14441         Add :version.
14442
14443         * gnus-agent.el (gnus-agent-max-fetch-size)
14444         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14445         (gnus-agent-prompt-send-queue): Add :version.
14446
14447         * deuglify.el (gnus-outlook-deuglify): Add :version.
14448
14449         * html2text.el: Beautify code.  Improve doc strings.  Some
14450         checkdoc cleanup.
14451         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14452
14453 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14454
14455         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14456
14457 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14458
14459         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14460         when package is loaded.
14461
14462         * spam.el (spam-summary-score-preferred-header): Add global preference
14463         for people who want to override the default SpamAssassin over
14464         Bogofilter preference (when both are set).
14465         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14466         (spam-user-format-function-S): Check
14467         spam-summary-score-preferred-header.
14468         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14469         (spam-user-format-function-S): Format the score correctly.
14470
14471 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14474         signature file.  Suggested by Manoj Srivastava
14475         <srivasta@golden-gryphon.com>.
14476
14477         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14478         iso-2022-jp even in the Japanese language environment.
14479         Suggested by Jason Rumney <jasonr@gnu.org>.
14480
14481 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14484         use the same characters as the dummy marks; make it free from
14485         getting affected by the language environment.
14486         (gnus-summary-read-group-1): Update mark positions only when the
14487         format spec is updated.
14488
14489         * gnus-spec.el (gnus-update-format-specifications): Return a list
14490         of updated types.
14491
14492 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14495         of boundp to check if display-warning is available.
14496
14497 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14498
14499         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14500
14501 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14502
14503         * nnspool.el (nnspool-spool-directory): Use news-path if the
14504         news-directory variable is not bound.
14505
14506         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14507         function instead of display-warning if it is not available.
14508
14509 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14510
14511         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14512         v5-10: Use `point-at-bol'.
14513
14514 2004-10-26  Simon Josefsson  <jas@extundo.com>
14515
14516         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14517         <chenggao@gmail.com>.
14518
14519 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14520
14521         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14522         instead.
14523
14524 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14525
14526         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14527         to remove a server from the nnimap-server-buffer-alist.
14528         (nnimap-open-connection, nnimap-close-server): Use it.
14529
14530         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14531
14532 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14535         running the major-mode function.
14536
14537 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14540         dummy marks in the right way.
14541
14542 2004-10-18  David Edmondson  <dme@dme.org>
14543
14544         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14545         excessively.
14546
14547 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14548
14549         * gnus-util.el (gnus-split-references): Accept a nil references
14550         string and go on blissfully.
14551
14552         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14553         cases where the references string is non-nil but has no references.
14554
14555         * encrypt.el: Add autoload tags.
14556
14557         * spam.el (spam-resolve-registrations-routine): Remove article
14558         from unregistration list too.  Reported by David Hanak
14559         <dhanak@isis.vanderbilt.edu>
14560
14561 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14564         nil.  Changed custom type.
14565
14566 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14569
14570         * gnus-sum.el (gnus-summary-move-article): Use it.
14571
14572 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14573
14574         * encrypt.el: Add autoload cookies.
14575
14576         * spam.el (spam-backend-article-list-property)
14577         (spam-backend-get-article-todo-list)
14578         (spam-backend-put-article-todo-list)
14579         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14580         Resolve registrations separately.
14581         (spam-register-routine): Format comments.
14582         (spam-unregister-routine, spam-register-routine): Always call with
14583         specific-articles, no default list.
14584         (spam-summary-prepare-exit): Use the spam-classifications function.
14585
14586         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14587         gnus-encrypt.el.
14588
14589         * encrypt.el: Copied from gnus-encrypt.el.
14590
14591         * gnus-encrypt.el: Commented that it's obsolete.
14592
14593 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14596         (gnus-score-save): Use it.
14597
14598         * message.el (message-bury): Use `window-dedicated-p'.
14599
14600 2004-10-15  Simon Josefsson  <jas@extundo.com>
14601
14602         * pop3.el (top-level): Don't require nnheader.
14603         (pop3-read-timeout): Add.
14604         (pop3-accept-process-output): Add.
14605         (pop3-read-response, pop3-retr): Use it.
14606
14607 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14608
14609         * spam.el (spam-register-routine): Move comment.
14610         (spam-verify-bogofilter): Use 'unknown for the initial
14611         spam-bogofilter-valid state, not 'never.
14612
14613         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14614         for netrc-machine.
14615
14616         * nnimap.el (nnimap-open-connection): Use
14617         netrc-machine-user-or-password.
14618
14619 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14620
14621         * gnus-registry.el (gnus-registry-unload-hook):
14622         Set as a variable with add-hook.
14623
14624         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14625         of news-path.
14626
14627         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14628
14629         * spam.el: Delete duplicate `provide'.
14630         (spam-unload-hook): Set as a variable with add-hook.
14631
14632 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14635         in the doc string.
14636
14637         * message.el (message-ignored-news-headers)
14638         (message-ignored-supersedes-headers)
14639         (message-ignored-resent-headers)
14640         (message-forward-ignored-headers): Improve custom type.
14641
14642 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * message.el (message-tokenize-header): Fix 2004-09-06 change
14645         which used point-min in the wrong place.
14646
14647 2004-10-12  Simon Josefsson  <jas@extundo.com>
14648
14649         * tls.el (tls-certtool-program): New variable.
14650         (tls-certificate-information): New function, based on
14651         ssl-certificate-information.
14652
14653 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * compface.el: Move the version of ELisp-based uncompface program
14656         to the contrib directory because of the copyright problem.
14657
14658 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * message.el (message-kill-buffer): Raise the current frame.
14661
14662 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14663
14664         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14665
14666         * gnus.el (message-y-or-n-p): Autoload.
14667
14668         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14669         (pop3-password-required, pop3-authentication-scheme)
14670         (pop3-leave-mail-on-server): Made customizable.
14671         (pop3): New custom group.
14672         (pop3-retr): Remove `sleep-for' statements.
14673         Suggested by Dave Love <fx@gnu.org>.
14674
14675         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14676         Windows/DOS.
14677
14678         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14679         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14680         Dave Love <fx@gnu.org>.
14681
14682         * mml.el (mml-minibuffer-read-disposition): Require match.
14683         Suggested by Dave Love <fx@gnu.org>.
14684
14685 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14688         doc string.
14689
14690 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14693
14694 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14695
14696         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14697         instead of calling `mm-insert-inline', to decode text/* parts
14698         before displaying them.
14699
14700 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * mm-uu.el (mm-uu-text-plain-type): New variable.
14703         (mm-uu-pgp-signed-extract-1): Use it.
14704         (mm-uu-pgp-encrypted-extract-1): Use it.
14705         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14706         bind mm-uu-text-plain-type with that value.
14707         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14708         mm-uu-dissect.
14709
14710 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * gnus-group.el (gnus-update-group-mark-positions):
14713         * gnus-sum.el (gnus-update-summary-mark-positions):
14714         * message.el (message-check-news-body-syntax):
14715         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14716         of string-as-multibyte.
14717
14718 2004-10-05  Juri Linkov  <juri@jurta.org>
14719
14720         * gnus-group.el (gnus-update-group-mark-positions):
14721         * gnus-sum.el (gnus-update-summary-mark-positions):
14722         * message.el (message-check-news-body-syntax):
14723         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14724         8-bit unibyte values to a multibyte string for search functions.
14725
14726 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14729         (mm-uu-dissect-text-parts): New function.
14730
14731         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14732         dissect text parts.
14733
14734         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14735         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14736
14737         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14738
14739         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14740         gnus-current-topics instead of gnus-current-topic.
14741
14742 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14743
14744         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14745
14746 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14747
14748         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14749         where approriate.
14750
14751         * nnml.el (nnml-generate-active-info): do.
14752
14753         * nndiary.el (nndiary-generate-active-info): do.
14754
14755         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14756         (gnus-topic-move): do.
14757
14758         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14759         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14760
14761         * gnus-srvr.el (gnus-server-prepare)
14762         (gnus-server-open-all-servers): do.
14763
14764         * gnus-msg.el (gnus-summary-cancel-article)
14765         (gnus-summary-resend-message)
14766         (gnus-summary-mail-crosspost-complaint): do.
14767
14768         * gnus-move.el (gnus-change-server): do.
14769
14770         * gnus-group.el (gnus-group-unmark-all-groups)
14771         (gnus-group-set-current-level): do.
14772
14773 2004-10-04  Simon Josefsson  <jas@extundo.com>
14774
14775         * message.el (message-generate-hashcash): Doc fix.
14776
14777 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14778
14779         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14780         avoid infinite recursion via gnus-get-function.
14781
14782 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14783
14784         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14785
14786         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14787
14788         * nnmail.el (nnmail-split-history): do.
14789
14790         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14791         (nnml-request-delete-group): do.
14792
14793         * nnslashdot.el (nnslashdot-read-groups): do.
14794
14795         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14796         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14797
14798         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14799         (nnspool-sift-nov-with-sed): Use last.
14800         (nnspool-retrieve-headers-with-nov): Use mapc.
14801         (nnspool-request-newgroups): Use dolist.
14802         (nnspool-request-group): Use last.
14803
14804         * nntp.el (nntp-read-server-type): Use dolist.
14805
14806         * nnvirtual.el (nnvirtual-create-mapping)
14807         (nnvirtual-update-read-and-marked): Use dolist.
14808         (nnvirtual-convert-headers): Simplify.
14809
14810 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14811
14812         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14813         support for sync'ing tick marks.
14814
14815 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14818         there's no visible header.
14819
14820 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14821
14822         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14823         necessary, pass full group name to gnus-request-set-marks.
14824
14825 2004-10-01  Simon Josefsson  <jas@extundo.com>
14826
14827         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14828         acroread.
14829
14830 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14831
14832         * spam-report.el (spam-report-gmane): Fix interactive.
14833
14834         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14835
14836         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14837         when writing file.
14838         (gnus-agent-synchronize-flags): Don't default to being
14839         interactive.
14840
14841 2004-09-30  Simon Josefsson  <jas@extundo.com>
14842
14843         * message.el (message-generate-hashcash): Add.
14844         (message-send-mail): Use it, call mail-add-payment.
14845
14846 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14847
14848         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14849
14850 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14851
14852         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14853         gnus-requst-update-info with explicit code to sync the in-memory
14854         info read flags with the marks being sync'd to the backend.
14855
14856         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14857
14858 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14859
14860         * spam.el (spam-verify-bogofilter): Add new function.
14861         (spam-check-bogofilter)
14862         (spam-bogofilter-register-with-bogofilter): Use it.
14863         (spam-verify-bogofilter): Add small fixes.
14864
14865 2004-09-28  Simon Josefsson  <jas@extundo.com>
14866
14867         * hashcash.el (hashcash-generate-payment): Revert.
14868
14869 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14870
14871         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14872         gnus-extract-references instead of gnus-split-references.
14873
14874         * gnus-util.el (gnus-extract-references): Add new function, analogous
14875         to gnus-split-references but extracts only the message-ID without
14876         anything extra.
14877
14878         * hashcash.el (hashcash-generate-payment)
14879         (hashcash-check-payment): Do the right thing if hashcash-path is
14880         nil (because the hashcash program could not be found).
14881
14882         * spam.el (spam-use-hashcash): Remove comment.
14883
14884 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14885
14886         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14887         (gnus-cache-enter-article, gnus-cache-remove-article)
14888         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14889
14890         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14891
14892         * gnus-art.el (article-hide-boring-headers)
14893         (article-translate-strings, article-display-face)
14894         (gnus-article-mime-match-handle-first)
14895         (gnus-article-highlight-headers)
14896         (gnus-article-add-buttons-to-head): do.
14897
14898 2004-09-27  Simon Josefsson  <jas@extundo.com>
14899
14900         * hashcash.el: New version, from
14901         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14902         ../contrib/.
14903
14904 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14907
14908 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14909
14910         * gnus-dup.el (gnus-dup-open): Use mapc.
14911         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14912
14913         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14914         Reported by Stefan Wiens <s.wi@gmx.net>.
14915
14916         * gnus.el (gnus-shutdown): Use dolist.
14917
14918         * gnus-undo.el (gnus-undo): Use mapc.
14919
14920         * nnrss.el (nnrss-generate-active): do.
14921
14922         * message.el (message-cite-original-without-signature)
14923         (message-cite-original): Use mapc.
14924         (message-do-actions, message-make-forward-subject): Use dolist.
14925
14926 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14927
14928         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14929         deletion to remove entire duplicate line.  Fixes merged article
14930         number bug.
14931
14932 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14933
14934         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14935         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14936         first ask if you want to open a server and then, even when you
14937         responded with no, asking if you want to synchronize the server's
14938         flags.
14939         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14940         multi-line expressions.
14941         (gnus-agent-synchronize-group-flags): New internal function.
14942         Updates marks in memory (in the info structure) AND in the
14943         backend.
14944
14945         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14946
14947         * nnagent.el (nnagent-request-set-mark): Use
14948         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14949         method, to ensure that synchronization updates marks in the
14950         backend and in the info (in memory) structure.
14951
14952 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14955         convention fully; don't miss the root article of a thread; make
14956         the X-Draft-From header with correct article numbers.
14957
14958 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14959
14960         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14961         unless plugged.  Disable the agent so that an open failure causes
14962         an error.
14963
14964         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14965         Reverted 2004-09-21 change.  The backend must be opened while
14966         synchronizing flags even when the backend stores the flags
14967         locally.
14968
14969 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14970
14971         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14972         in `header' match.  Reported by Svend Tollak Munkejord.
14973
14974         * message.el (message-cite-original): Fix use of
14975         `message-cite-articles-with-x-no-archive'.
14976
14977 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14980         (gnus-window-to-buffer): Ditto.
14981
14982         * mml.el (mml-preview-buffer): New variable.
14983         (mml-preview): Manage window layout with gnus-buffer-configuration.
14984
14985         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14986         X-Draft-From header even if those articles aren't quoted.
14987
14988 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14989
14990         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14991         (gnus-request-set-mark, gnus-request-update-mark): Use new
14992         g-s-t-u-l-m to decide to use backend even when unplugged.
14993
14994 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14997         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14998
14999 2004-09-20  Simon Josefsson  <jas@extundo.com>
15000
15001         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15002         "utf-16-le".
15003
15004 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15005
15006         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15007
15008 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * uudecode.el (uudecode-use-external): Add :version.
15011
15012         * smime.el (smime-CA-file, smime-encrypt-cipher)
15013         (smime-dns-server): Add :version.
15014
15015         * smiley.el (gnus-smiley-file-types): Add :version.
15016
15017         * sha1.el (sha1-use-external): Add :version.
15018
15019         * pgg-def.el (pgg-query-keyserver): Add :version.
15020
15021         * nnmail.el (nnmail-fancy-expiry-targets)
15022         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15023         Add :version.
15024
15025         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15026         (nnimap-retrieve-groups-asynchronous): Add :version.
15027         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15028
15029         * mml.el (mml-content-disposition-parameters)
15030         (mml-insert-mime-headers-always): Add :version.
15031
15032         * mm-util.el (mm-coding-system-priorities): Add :version.
15033
15034         * mm-decode.el (mm-inline-text-html-with-images)
15035         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15036         (mm-verify-option): Add :version.
15037         (mm-text-html-renderer): Change :version.
15038
15039         * message.el (message-fcc-externalize-attachments)
15040         (message-required-headers, message-draft-headers)
15041         (message-subject-trailing-was-query)
15042         (message-subject-trailing-was-ask-regexp)
15043         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15044         (message-mark-insert-end, message-archive-header)
15045         (message-archive-note, message-cross-post-default)
15046         (message-cross-post-note, message-followup-to-note)
15047         (message-cross-post-note-function, message-use-mail-followup-to)
15048         (message-subscribed-address-functions)
15049         (message-subscribed-address-file, message-subscribed-addresses)
15050         (message-subscribed-regexps, message-allow-no-recipients)
15051         (message-yank-cited-prefix, message-signature-insert-empty-line)
15052         (message-hidden-headers, message-hierarchical-addresses)
15053         (message-mail-user-agent, message-use-idna)
15054         (message-valid-fqdn-regexp)
15055         (message-strip-special-text-properties, message-header-synonyms)
15056         (message-beginning-of-line, message-tab-body-function): Add :version.
15057         (message-insert-canlock, message-wide-reply-confirm-recipients):
15058         Change :version.
15059
15060         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15061         and :version.
15062         (mail-source-delete-old-incoming-confirm)
15063         (mail-source-movemail-program): Add :version.
15064
15065         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15066         (gnus-agent-cache, gnus-agent): Change :version.
15067
15068         * gnus-util.el (gnus-use-byte-compile): Change :version.
15069
15070         * gnus-sum.el (gnus-summary-make-false-root-always)
15071         (gnus-summary-default-high-score)
15072         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15073         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15074         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15075         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15076         (gnus-sum-thread-tree-single-indent)
15077         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15078         (gnus-sum-thread-tree-leaf-with-other)
15079         (gnus-sum-thread-tree-single-leaf): Add :version.
15080         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15081         (gnus-article-loose-mime): Change :version.
15082
15083         * gnus-start.el (gnus-backup-startup-file)
15084         (gnus-save-startup-file-via-temp-buffer): Add :version.
15085
15086         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15087         (gnus-server-offline-face): Add :version.
15088
15089         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15090
15091         * gnus-msg.el (gnus-gcc-externalize-attachments)
15092         (gnus-debug-files, gnus-debug-exclude-variables)
15093         (gnus-discouraged-post-methods): Change :version.
15094         (gnus-confirm-mail-reply-to-news)
15095         (gnus-confirm-treat-mail-like-news): Add :version.
15096
15097         * gnus-int.el (gnus-server-unopen-status): Add :version.
15098
15099         * gnus-group.el (gnus-group-jump-to-group-prompt)
15100         (gnus-large-ephemeral-newsgroup)
15101         (gnus-fetch-old-ephemeral-headers): Add :version.
15102
15103         * gnus-fun.el (gnus-x-face-directory)
15104         (gnus-convert-pbm-to-x-face-command)
15105         (gnus-convert-image-to-x-face-command)
15106         (gnus-convert-image-to-face-command): Add :version.
15107
15108         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15109
15110         * gnus-cite.el (gnus-cite-blank-line-after-header)
15111         (gnus-article-boring-faces): Add :version.
15112
15113         * gnus-art.el (gnus-buttonized-mime-types)
15114         (gnus-inhibit-mime-unbuttonizing)
15115         (gnus-treat-display-face)
15116         (gnus-treat-body-boundary): Change :version.
15117         (gnus-body-boundary-delimiter, gnus-picon-databases)
15118         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15119         (gnus-treat-date-english, gnus-treat-fold-headers)
15120         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15121         (gnus-treat-mail-picon, gnus-treat-wash-html)
15122         (gnus-article-encrypt-protocol)
15123         (gnus-use-idna, gnus-article-over-scroll)
15124         (gnus-mime-display-multipart-alternative-as-mixed)
15125         (gnus-mime-display-multipart-related-as-mixed)
15126         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15127         (gnus-ctan-url, gnus-button-ctan-handler)
15128         (gnus-button-handle-ctan-bogus-regexp)
15129         (gnus-button-ctan-directory-regexp)
15130         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15131         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15132         (gnus-button-man-level, gnus-button-emacs-level)
15133         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15134
15135         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15136         (gnus-agent-go-online): Change :version.
15137         (gnus-agent-expire-unagentized-dirs)
15138         (gnus-agent-auto-agentize-methods): Add :version.
15139
15140         * flow-fill.el (fill-flowed-display-column)
15141         (fill-flowed-encode-column): Add :version.
15142
15143         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15144         (gnus-outlook-deuglify-unwrap-max)
15145         (gnus-outlook-deuglify-cite-marks)
15146         (gnus-outlook-deuglify-unwrap-stop-chars)
15147         (gnus-outlook-deuglify-no-wrap-chars)
15148         (gnus-outlook-deuglify-attrib-cut-regexp)
15149         (gnus-outlook-deuglify-attrib-verb-regexp)
15150         (gnus-outlook-deuglify-attrib-end-regexp)
15151         (gnus-outlook-display-hook): Add :version.
15152
15153         * binhex.el (binhex-use-external): Add :version.
15154
15155 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15158         and `invisible'.
15159
15160 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15161
15162         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15163         in gnus-registry-trim.
15164
15165 2004-09-13  Simon Josefsson  <jas@extundo.com>
15166
15167         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15168
15169         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15170
15171         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15172         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15173         <yamaoka@jpl.org>.
15174         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15175         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15176         <yamaoka@jpl.org>.
15177
15178         * sieve.el (sieve-manage-mode): Ditto.
15179
15180 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15181
15182         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15183
15184 2004-09-11  Simon Josefsson  <jas@extundo.com>
15185
15186         * dns-mode.el: Add.
15187
15188         * mm-view.el (mm-display-dns-inline): Add.
15189
15190         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15191         (mm-automatic-display): Ditto.
15192
15193         * mailcap.el (mailcap-mime-data): Add text/dns.
15194         (mailcap-mime-extensions): Map .soa to text/dns.
15195
15196 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15197
15198         * gnus-art.el (article-decode-mime-words, article-babel)
15199         (gnus-article-highlight-signature, gnus-article-add-buttons)
15200         (gnus-signature-toggle): Remove unnecessary bindings of
15201         `inhibit-read-only' inherited from v5.10 merge.
15202
15203 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15204
15205         * nntp.el (nntp): New customization group.
15206         (nntp-authinfo-file): Add customization group.
15207
15208         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15209
15210         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15211
15212         * gnus.el (to-address, to-list, subscribed)
15213         (large-newsgroup-initial): Ditto.
15214
15215         * flow-fill.el (fill-flowed-display-column)
15216         (fill-flowed-encode-column): Ditto.
15217
15218 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15219
15220         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15221         Use point-min rather than 1.
15222         (message-send-mail): Use buffer-size rather than point-max.
15223
15224         * gnus-sum.el (gnus-summary-search-article-forward):
15225         Signal a specific `search-failed' rather than a generic `error'.
15226
15227         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15228         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15229         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15230
15231 2004-09-10  Simon Josefsson  <jas@extundo.com>
15232
15233         * nndb.el (require): Remove tcp and duplicate cl.
15234
15235 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * gnus-agent.el (directory-files-and-attributes): Move forward.
15238
15239 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15240
15241         * gnus-agent.el (directory-files-and-attributes): Optionally
15242         defined to support XEmacs.
15243
15244 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15245
15246         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15247         to avoid run-time CL dependencies.
15248         (gnus-agent-unfetch-articles): New function.
15249         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15250         article numbers even when local .overview file is missing.
15251         (gnus-agent-read-article-number): New function.  Only accepts
15252         27-bit article numbers.
15253         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15254         gnus-agent-read-article-number.
15255         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15256         from backend while recognizing that article numbers in .overview
15257         must be valid.
15258         (gnus-agent-update-files-total-fetched-for): Use
15259         directory-files-and-attributes to improve performance.
15260         * gnus-int.el (gnus-request-move-article): Use
15261         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15262         improve performance.
15263
15264         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15265         some users confused by references to .newsrc when they only have a
15266         .newsrc.eld file.
15267         (gnus-convert-mark-converter-prompt)
15268         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15269         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15270         New function.  Used internally to only display 'gnus converting
15271         files' message when actually necessary.
15272
15273         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15274         methods now autoloaded.
15275
15276 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15279         identifiers.
15280
15281 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15282
15283         * gnus-picon.el: Fix indentation and closing parenthesis.
15284
15285 2004-09-01  Simon Josefsson  <jas@extundo.com>
15286
15287         * message.el (message-canlock-generate): Require sha1, not
15288         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15289         to require within a function.  Sadly, if sha1.el isn't loaded, the
15290         let binding in m-c-g will hide the defcustom definition, which is
15291         bad.)
15292
15293         * canlock.el: Require sha1, not sha1-el.
15294
15295         * message.el: Don't autoload sha1 (there is a autoload cookie in
15296         sha1.el).
15297
15298         * sha1-el.el: Renamed to sha1.el.
15299
15300 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15301
15302         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15303
15304 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15305
15306         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15307
15308 2004-08-30  Kim F. Storm  <storm@cua.dk>
15309
15310         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15311
15312         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15313         Add :group 'nnimap.
15314
15315 2004-08-30  Andreas Schwab  <schwab@suse.de>
15316
15317         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15318         ?* and ?\;.
15319
15320         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15321         and ?\' to symbol instead of whitespace.
15322
15323 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15326
15327         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15328         instead of re-search-forward.
15329
15330         * gnus-uu.el (gnus-uu-save-article): Ditto.
15331         (gnus-uu-post-encode-uuencode): Ditto.
15332
15333         * html2text.el (html2text-clean-list-items): Ditto.
15334         (html2text-clean-dtdd): Ditto.
15335         (html2text-format-tags): Ditto.
15336
15337         * message.el (message-send-mail-with-sendmail): Fix regexp.
15338         (message-fill-field-general): Use search-forward instead of
15339         re-search-forward.
15340         (unbold-region): Ditto.
15341
15342         * nnrss.el (nnrss-request-article): Ditto.
15343
15344         * nnslashdot.el (nnslashdot-request-article): Ditto.
15345
15346         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15347
15348         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15349         "Unrecognized menu descriptor" error in XEmacs.
15350
15351 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15352
15353         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15354         parent article of a sparse article in the thread hashtb.
15355
15356 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15357
15358         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15359         (nnmail-expand-newtext): Lowercase expanded entries if
15360         nnmail-split-lowercase-expanded is non-nil.
15361
15362 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15365
15366         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15367         of gnus-tmp-news-method into string under XEmacs.  It will be
15368         passed to gnus-correct-length which takes only a string argument.
15369
15370 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-util.el (gnus-bind-print-variables): New macro.
15373         (gnus-prin1): Use it.
15374         (gnus-prin1-to-string): Use it.
15375         (gnus-pp): New function.
15376         (gnus-pp-to-string): New function.
15377
15378         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15379         Replace pp-to-string with gnus-pp-to-string.
15380         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15381         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15382         * gnus-msg.el (gnus-debug): Ditto.
15383         * gnus-score.el (gnus-score-save): Ditto.
15384         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15385         gnus-pp-to-string.
15386         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15387         with gnus-pp.
15388         * score-mode.el (gnus-score-pretty-print): Ditto.
15389         * webmail.el (webmail-debug): Ditto.
15390
15391 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * gnus-art.el (article-display-face, article-display-x-face):
15394         Use buffer-read-only.
15395
15396 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-art.el (article-hide-list-identifiers):
15399         Bind inhibit-read-only as t.
15400
15401 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15402
15403         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15404
15405 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15406
15407         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15408         (gnus-narrow-to-page): Don't assume point-min == 1.
15409         (gnus-article-edit-mode): Derive from message-mode.
15410
15411         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15412         point-min == 1.
15413
15414         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15415         Disable incorrect use of `assert'.
15416
15417         * message.el (message-mode): Set comment-start-skip.
15418
15419
15420 2004-08-22  Sam Steingold  <sds@gnu.org>
15421
15422         * pop3.el (pop3-leave-mail-on-server): New user variable.
15423         (pop3-movemail): Delete mail only when it is nil.
15424
15425 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15428
15429         * mml.el (mml-preview): Use `pop-to-buffer'.
15430
15431         * message.el (message-goto-mail-followup-to): Insert after "To".
15432         (message-carefully-insert-headers): Add comment.
15433
15434         * gnus.el: Remove unused variable `gnus-article-check-size'.
15435
15436         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15437
15438         * gnus-art.el (gnus-button-alist): Improve
15439         `gnus-button-handle-library' entry.
15440
15441 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15442
15443         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15444         downcase, since XEmacs capitalizes error messages differently.
15445
15446 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15447
15448         * nntp.el: Add (require 'gnus) due to reference to
15449         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15450
15451 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15452
15453         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15454         `mm-fill-flowed'.
15455
15456         * mm-decode.el (mm-dissect-singlepart): Check it.
15457
15458 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15459
15460         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15461         'imap' for netrc parsing.
15462
15463 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15464
15465         * mailcap.el (mailcap-mime-data): Mark as risky.
15466
15467 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15470         may be included in the encoded word.
15471         (rfc2047-encode): Don't append a space if the encoded word
15472         includes close parenthesis.
15473
15474 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15477         of text within parentheses.
15478
15479 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15480
15481         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15482         (gnus-encrypt-write-file-contents): Make the password key the file
15483         name PLUS the cipher, not just the cipher.  Also remove failed
15484         passwords from the cache.
15485
15486 2004-08-06  Simon Josefsson  <jas@extundo.com>
15487
15488         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15489         fix.
15490
15491 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15494         LWSP.
15495
15496 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15497
15498         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15499         to append in-reply-to: data to the references: header.
15500
15501         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15502         (netrc-parse): Use gnus-encrypt.el functions.
15503
15504         * gnus-encrypt.el: Add new file for encryption support; currently
15505         does only a few GPG ciphers and an internal XOR cipher.
15506
15507         * password.el: Add comments on using password-read-and-add.
15508         (password-read-and-add): Add function to read and add the
15509         password to the cache at once.
15510
15511 2004-07-28  Simon Josefsson  <jas@extundo.com>
15512
15513         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15514         parameter (but don't use it, for now).
15515
15516         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15517         instead of hard coding to nil.
15518
15519 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15522         as mm-inline-image-xemacs does.
15523
15524 2004-07-26  Simon Josefsson  <jas@extundo.com>
15525
15526         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15527         Revert part of 2004-07-17 change below.
15528
15529 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15532         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15533
15534 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15535
15536         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15537         quotes that actually start with ">" at the beginning of the
15538         lines.
15539
15540 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * rfc2047.el (rfc2047-encode-region): Fix last change.
15543         (rfc2047-encode-parameter): Remove useless concat.
15544
15545 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15548         encode special characters; fix some kind of misconfigured headers;
15549         signal a real error if debug-on-quit or debug-on-error is non-nil.
15550         (rfc2047-encode-max-chars): New variable.
15551         (rfc2047-encode-1): Use it.
15552         (rfc2047-encode-parameter): New function.
15553
15554         * mml.el (mml-insert-parameter): Remove an excessive space.
15555
15556 2004-07-17  Simon Josefsson  <jas@extundo.com>
15557
15558         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15559         Kai Grossjohann <kai@emptydomain.de>.
15560         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15561         (gnus-group-make-menu-bar): Ditto.
15562
15563         * gnus-util.el (gnus-group-server): Add.
15564
15565 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15566
15567         * message.el (message-clone-locals): Clone sendmail and smtp
15568         variables.
15569
15570 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * rfc2047.el (rfc2047-encode-region): Fix last change.
15573
15574 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15577         characters as non-special.
15578
15579 2004-07-09  Simon Josefsson  <jas@extundo.com>
15580
15581         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15582         Users will lose all flag changes made while unplugged with
15583         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15584         good default.  See numerous reports on ding mailing list.
15585
15586 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15589         add generate-head-function and generate-article-function to the
15590         rfc822-forward entry.
15591         (nndoc-rfc822-forward-generate-article): New function.
15592         (nndoc-rfc822-forward-generate-head): New function.
15593
15594         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15595
15596 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15597
15598         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15599         respect display group parameter and gnus-summary-expunge-below.
15600         (gnus-articles-to-read): Remove unused reference to display group
15601         parameter.
15602
15603 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15604
15605         * nnheader.el (nnheader-uniquify-message-id): New experimental
15606         variable.
15607         (nnheader-nov-read-message-id): Use it.
15608
15609         * spam-report.el (spam-report-gmane): Add interactive.
15610
15611 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15612
15613         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15614         qp-or-base64 for the application/* types.
15615
15616 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15617
15618         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15619
15620 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15621
15622         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15623         trim value.
15624
15625 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15626
15627         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15628         New macro and function.
15629         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15630
15631 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15634         after-load-alist.
15635
15636 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15637
15638         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15639         update info that isn't there.
15640
15641 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15642
15643         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15644         entry.
15645
15646 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * mm-view.el (mm-inline-render-with-function): Use multibyte
15649         buffer; decode html source by charset.
15650
15651         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15652
15653         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15654         Mule-UCS is loaded under XEmacs.
15655         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15656
15657 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15658
15659         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15660
15661 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * mm-util.el (mm-coding-system-p): Return a coding-system.
15664         (mm-mime-mule-charset-alist): Use shift_jis instead of
15665         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15666         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15667         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15668         instead of japanese-shift-jis and iso-latin-1 respectively in
15669         order to share the default value with both Emacs and XEmacs-mule.
15670         (mm-mule-charset-to-mime-charset): Make
15671         mm-coding-system-priorities effective.
15672         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15673         while predicating of candidates upon the priorities.
15674
15675 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15676
15677         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15678         gnus-uu-invert-processable.
15679
15680         * gnus.el: Autoload gnus-uu-invert-processable.
15681
15682 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15683
15684         * mm-util.el (mm-with-multibyte-buffer): New macro.
15685
15686         * rfc2047.el (rfc2047-encode-string): Use it.
15687         (rfc2047-encode-region): Move point to the end of the region after
15688         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15689
15690 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15693         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15694
15695 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15698         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15699         Karl Chen <quarl@nospam.quarl.org>.
15700
15701 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15702
15703         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15704         invalid addresses.
15705
15706 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15707
15708         * spam.el: Change section markers, revise TODO list.
15709         (spam-backends): Make new master list of all installed backends.
15710         (spam-summary-exit-behavior): Add new variable to determine how
15711         messages moves are done at summary exit.
15712         (spam-move-spam-nonspam-groups-only)
15713         (spam-process-ham-in-nonham-groups)
15714         (spam-process-ham-in-spam-groups): Remove variables, the
15715         spam-summary-exit-behavior variable should be used to manage this
15716         behavior.
15717         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15718         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15719         and spam-old-spam-articles.
15720         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15721         Add empty variables, placeholders for the backends they represent.
15722         (spam-set-difference): Move, unchanged.
15723         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15724         unless the user has a processor variable.
15725         (spam-classifications, spam-classification-valid-p)
15726         (spam-backend-properties, spam-backend-property-valid-p)
15727         (spam-backend-function-type-valid-p)
15728         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15729         (spam-report-articles-gmane, spam-report-articles-resend):
15730         Remove functions, they are not needed.
15731         (spam-install-backend-super, spam-backend-list)
15732         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15733         (spam-backend-function, spam-backend-ham-registration-function)
15734         (spam-backend-spam-registration-function)
15735         (spam-backend-ham-unregistration-function)
15736         (spam-backend-spam-unregistration-function)
15737         (spam-backend-statistical-p, spam-backend-mover-p)
15738         (spam-install-backend-alias, spam-install-checkonly-backend)
15739         (spam-install-mover-backend, spam-install-nocheck-backend)
15740         (spam-install-backend, spam-install-statistical-backend)
15741         (spam-install-statistical-checkonly-backend): Add backend installation
15742         support.
15743         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15744         (spam-group-processor-p): Use the new backend code and respect the
15745         summary exit behavior.
15746         (spam-mark-spam-as-expired-and-move-routine): Remove.
15747         (spam-summary-prepare): Change to use the new spam-old-articles
15748         variable.
15749         (spam-copy-or-move-routine, spam-copy-spam-routine)
15750         (spam-move-spam-routine, spam-copy-ham-routine)
15751         (spam-move-ham-routine): Add code to copy/move ham or spam.
15752         (spam-fetch-field-fast): Improve doc and code, plus allow the
15753         'number request.
15754         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15755         variables.
15756         (spam-split, spam-find-spam): Use the new backend code.
15757         (spam-registration-functions): Remove variable.
15758         (spam-unregister-routine): Add convenience wrapper.
15759         (spam-log-undo-registration, spam-register-routine)
15760         (spam-log-processing-to-registry)
15761         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15762         where possible.
15763         (spam-check-gmane-xref, spam-check-regex-headers)
15764         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15765         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15766         (spam-check-bogofilter-headers, spam-check-spamoracle)
15767         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15768         (spam-check-crm114-headers): Use the spam-split-group that
15769         spam-split prepares, no need to determine it every time.
15770
15771         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15772         to the nnheader-parse-naked-head call.
15773
15774         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15775
15776         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15777         the nnheader-nov-read-message-id call.
15778
15779 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15780
15781         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15782         gnus-activate-group twice.  Suggested by Markus Peter
15783         <warp@spin.de>.
15784
15785 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * gnus-art.el (gnus-article-time-format): Exchange the order of
15788         day and month in the default value; fix customization type.
15789         (article-date-ut): Use add-text-properties.
15790         (article-make-date-line): Use message-make-date instead of
15791         current-time-string.
15792
15793         * message.el (message-fetch-field): Don't use set-text-properties.
15794         (message-make-date): Simplify.
15795
15796         * messagexmas.el (message-xmas-make-date): New function.
15797         (message-xmas-redefine): Defalias message-make-date to it.
15798
15799 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15802         (rfc2047-encode-region): Treat text within parentheses as special;
15803         show the original text when error has occurred.
15804
15805         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15806         already-computed method to gnus-activate-group.
15807
15808         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15809         same select-methods identical Lisp objects.
15810
15811         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15812         object when modifying the info.
15813
15814 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15815
15816         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15817         gnus-opened-servers since it has never been opened with the new
15818         configuration yet.
15819
15820 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15823         arg to nnheader-generate-fake-message-id.
15824
15825 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15826
15827         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15828         number and build a fake message ID localized to a group and
15829         article number (so it's repeatable from that point on).
15830         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15831         ID format.
15832
15833         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15834         nnheader-generate-fake-message-id with the article number.
15835
15836 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15837
15838         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15839         end-of-buffer.
15840
15841 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15842
15843         * message.el (message-ignored-supersedes-headers): Add Approved.
15844
15845 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15848         goto-char.
15849         (rfc2047-encode): Fold the line before encoding.
15850
15851 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15852
15853         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15854         folding -- not all headers can be folded, and this should be done
15855         by the message composition mode.  Probably.  I think.
15856
15857 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15860         fast.
15861
15862         * gnus-ems.el (gnus-remove-image): Don't use
15863         message-text-with-property; remove only the image found first.
15864
15865         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15866         found first.
15867
15868 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15869
15870         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15871
15872 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * message.el (message-text-with-property): Make it fast and accept
15875         optional arguments.
15876         (message-strip-forbidden-properties): Use it.
15877         (message-fix-before-sending): Follow the m-t-w-p change.
15878
15879         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15880
15881 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * gnus-art.el (article-hide-headers): Don't change the buffer
15884         mistakenly when performing mml-preview even if
15885         gnus-single-article-buffer is nil.
15886
15887 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15888
15889         * message.el (message-expand-name-databases): New user option.
15890         (message-expand-name): Use it.
15891
15892 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15893
15894         * spam.el (spam-report-articles-resend)
15895         (spam-report-resend-register-routine): Allow ham reporting.
15896         (spam-report-resend-register-ham-routine): Add wrapper.
15897         (spam-registration-functions): Add ham resending functions.
15898         (spam-list-of-processors): Add ham resend processor.
15899
15900         * gnus.el (ham-resend-to): Add new group parameter.
15901         (spam-process): Add ham resend option.
15902
15903         * spam-report.el (spam-report-resend): Allow reporting ham.
15904         (spam-report-resend-ham): Add wrapper.
15905
15906 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15907
15908         * message.el (message-cite-articles-with-x-no-archive): New
15909         variable.
15910         (message-cite-original): Use it.
15911
15912 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15913
15914         * message.el (message-cite-original): Respect X-No-Archive.
15915
15916 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * gnus-art.el (article-hide-headers): Refer to the values for
15919         gnus-ignored-headers and gnus-visible-headers in the summary
15920         buffer since a user may have set them as group parameters.
15921
15922 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15923
15924         * assistant.el (assistant-node-name): Add convenience function.
15925         (assistant-render-text, assistant-render-node): Add error handling,
15926         plus handle multiple next nodes.
15927         (assistant-find-next-node): Comment out for now.
15928         (assistant-find-next-nodes): Add function, returns list of next
15929         nodes.
15930
15931 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15932
15933         * mail-source.el (mail-source-directory): Fix doc-string.
15934
15935 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15936
15937         * assistant.el (assistant-render-text, assistant-eval): Add :set
15938         widget type, which is different because it takes and returns a
15939         list.  Much hilarity ensues.
15940
15941 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15942
15943         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15944
15945         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15946         doc-string.
15947
15948         * gnus-start.el (gnus-activate-group): Added doc-string.
15949
15950 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15951
15952         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15953
15954 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15955
15956         * assistant.el (assistant-render-text): Try to add a :set
15957         widget, more to come.
15958
15959         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15960         strings.
15961         (spam-report-articles-resend)
15962         (spam-register-routine): Do registration iff any articles warrant
15963         it.
15964         (spam-summary-prepare-exit): Change log message for nil group
15965         destinations.
15966
15967 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15968
15969         * spam.el (spam-report-resend-register-routine): Allow
15970         spam-report-resend-to to be a group parameter or a global value.
15971
15972 2004-05-26  Simon Josefsson  <jas@extundo.com>
15973
15974         * starttls.el: Merge with my GNUTLS based starttls.el.
15975         (starttls-gnutls-program, starttls-use-gnutls)
15976         (starttls-extra-arguments, starttls-process-connection-type)
15977         (starttls-connect, starttls-failure, starttls-success): New
15978         variables.
15979         (starttls-program, starttls-extra-args): Doc fix.
15980         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15981         functions.
15982         (starttls-negotiate, starttls-open-stream): Check
15983         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15984         function if it is set.
15985
15986 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15989         structured fields.
15990
15991 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15994
15995 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15996
15997         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15998         variable.
15999         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16000         assigning the spam-mark to new messages.
16001
16002 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16003
16004         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16005
16006 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16007
16008         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16009
16010         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16011         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16012         default.
16013
16014 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16015
16016         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16017         correct data.
16018
16019 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16020
16021         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16022         (spam-group-processor-p): Fix function.
16023         (spam-group-processor-multiple-p)
16024         (spam-group-spam-processor-report-gmane-p)
16025         (spam-group-spam-processor-report-resend-p)
16026         (spam-group-spam-processor-bogofilter-p)
16027         (spam-group-spam-processor-blacklist-p)
16028         (spam-group-spam-processor-ifile-p)
16029         (spam-group-ham-processor-ifile-p)
16030         (spam-group-spam-processor-spamoracle-p)
16031         (spam-group-spam-processor-crm114-p)
16032         (spam-group-ham-processor-bogofilter-p)
16033         (spam-group-spam-processor-stat-p)
16034         (spam-group-ham-processor-stat-p)
16035         (spam-group-ham-processor-whitelist-p)
16036         (spam-group-ham-processor-BBDB-p)
16037         (spam-group-ham-processor-spamoracle-p)
16038         (spam-group-ham-processor-copy-p): Remove functions with some
16039         prejudice against unneeded code.
16040         (spam-report-articles-resend)
16041         (spam-report-resend-register-routine): Allow the group/topic
16042         spam-resend-to value to override spam-report-resend-to.
16043         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16044         properly now.
16045
16046         * gnus.el (spam-resend-to): Add group/topic parameter.
16047         (spam-process): Move the OBSOLETE processors to the end of the
16048         choices.
16049
16050 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16051
16052         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16053         with resend-to set to nil, and then ask the user if necessary.
16054         (spam-report-resend): spam-report-resend takes a list of articles, not
16055         separate article numbers.
16056
16057 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16060         addition to emacs-w3m.
16061
16062 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16063
16064         * assistant.el (assistant-authinfo-data): New function.
16065         (assistant-eval): Eval for entire assistant.
16066
16067         * netrc.el (netrc-services-file): New variable.
16068         (netrc-parse-services): New function.
16069         (netrc-find-service-name): New function.
16070         (netrc-find-service-number): New function.
16071         (netrc-port-equal): New function.
16072         (netrc-machine): Use it.
16073
16074         * nnimap.el (nnimap-open-connection): Use netrc.
16075
16076         * gnus-util.el (gnus-netrc-get): Remove aliases.
16077
16078         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16079
16080         * assistant.el (wid-edit): Fix compilation.
16081
16082         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16083
16084 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16085
16086         * gnus-util.el (gnus-set-file-modes): New function.  (small
16087         patch).
16088
16089 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16090
16091         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16092
16093         * assistant.el (assistant-render-node): Fix up rendering and
16094         read-only text.
16095         (assistant-render-node): Reset.
16096         (assistant-make-read-only): Not sticky.
16097
16098 2004-05-20  Danny Siu  <dsiu@adobe.com>
16099
16100         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16101         centered even when gnus-auto-center-summary is t.
16102
16103 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16104
16105         * dns.el (dns-get-txt-answer): New function.
16106         (dns-read-txt): Ditto.
16107         (query-dns): Use it.
16108
16109 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16112         active for foreign groups even if the group level is higher than
16113         the specified value.
16114
16115 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16116
16117         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16118         non-active groups.
16119
16120         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16121
16122 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16123
16124         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16125
16126 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16127
16128         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16129         (spam-crm114-header, spam-crm114-spam-switch)
16130         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16131         (spam-crm114-positive-spam-header)
16132         (spam-crm114-database-directory, spam-list-of-processors)
16133         (spam-group-spam-processor-crm114-p)
16134         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16135         (spam-generic-score, spam-list-of-checks)
16136         (spam-list-of-statistical-checks, spam-registration-functions)
16137         (spam-check-crm114-headers, spam-crm114-score)
16138         (spam-check-crm114, spam-crm114-register-with-crm114)
16139         (spam-crm114-register-spam-routine)
16140         (spam-crm114-unregister-spam-routine)
16141         (spam-crm114-register-ham-routine)
16142         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16143         asjo@koldfront.dk (Adam Sjøgren).
16144
16145         * gnus.el: Add spam-use-crm114.
16146
16147         * spam.el (spam-list-of-processors, spam-registration-functions):
16148         Add spam-use-resend.
16149         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16150         (spam-report-articles-gmane): Add doc fix.
16151         (spam-report-articles-resend, spam-report-resend-register-routine):
16152         Add wrappers around spam-report-resend-to.
16153
16154         * spam-report.el (spam-report-resend-to, spam-report-resend):
16155         Add support for resending spam.
16156         (spam-report-gmane): Fix line length >80.
16157
16158         * gnus.el (spam-process): Add spam-use-resend.
16159
16160 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16161
16162         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16163         number of processed spam messages.
16164         (spam-ham-copy-or-move-routine): Return the number of processed
16165         ham messages.
16166         (spam-summary-prepare-exit): Use the above values to decide
16167         whether status messages shouled be displayed.
16168
16169 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16172         `rfc2047-encoding-function-alist' in order to avoid conflicting
16173         with the old version.
16174         (rfc2047-encode-region): Concatenate words containing non-ASCII
16175         characters in structured fields; don't encode space-delimited
16176         ASCII words even in unstructured fields; don't break words at
16177         char-category boundaries.
16178         (rfc2047-encode-1): New function.
16179         (rfc2047-encode): Use it; encode text so that it occupies the
16180         maximum width within 76-column; work correctly on Q encoding for
16181         iso-2022-* charsets.
16182         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16183         sure not to break a line just after the header name.
16184         (rfc2047-b-encode-region): Removed.
16185         (rfc2047-b-encode-string): New function.
16186         (rfc2047-q-encode-region): Removed.
16187         (rfc2047-q-encode-string): New function.
16188
16189         * mm-util.el (mm-replace-in-string): New function.
16190
16191 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16192
16193         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16194         get it right.
16195         (gnus-inews-make-draft): Really.
16196
16197 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16198
16199         * nnmh.el (nnmh-request-list-1): Don't check the link count
16200         before descending.  (small patch)
16201
16202 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203
16204         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16205         stuff.
16206
16207         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16208         on real group name.
16209
16210         * gnus-art.el (gnus-signature-limit): Doc fix.
16211
16212         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16213
16214         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16215
16216 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16217
16218         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16219         isn't a string.
16220
16221 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16222
16223         * gnus-draft.el (gnus-draft-send): Bind
16224         rfc2047-encode-encoded-words.
16225
16226         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16227         (rfc2047-encodable-p): Say that =? needs encoding.
16228         (rfc2047-encode-encoded-words): New variable.
16229
16230         * gnus-group.el (gnus-group-select-group): Doc fix.
16231
16232         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16233
16234         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16235         to nil.
16236
16237         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16238
16239         * nnheader.el (nnheader-get-lines-and-char): New function.
16240
16241 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * gnus-msg.el (gnus-summary-followup-with-original): Document
16244         yanking of region when active.
16245
16246 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16249         groups if the group level is higher than the specified value.
16250
16251 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16252
16253         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16254         (gnus-group-jump-to-group): Added prefix argument using
16255         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16256         non-active group.
16257
16258         * compface.el (uncompface): Be verbose when changing
16259         `uncompface-use-external'.
16260
16261         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16262         handle manual section.
16263
16264 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16265
16266         * gnus-art.el (gnus-button-alist): Revert previous change.
16267
16268 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16269
16270         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16271
16272 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16273
16274         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16275         whether backend can accept message.
16276
16277         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16278
16279 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16280
16281         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16282         Avoid creating directory when nntp-marks-is-evil is true.
16283         Reported by Reiner Steib.
16284
16285 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16286
16287         * gnus-picon.el (gnus-picon-style): New variable.
16288         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16289         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16290         Jesper Harder <harder@ifa.au.dk>.
16291
16292 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16293
16294         * message.el (message-fill-field): Return point.
16295         (message-generate-headers): Go to end of field.
16296
16297         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16298         stuff for non-living groups.
16299
16300 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16301
16302         * gnus-art.el (gnus-article-followup-with-original)
16303         (gnus-article-reply-with-original): gnus-mark-active-p ->
16304         gnus-region-active-p.
16305
16306 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16307
16308         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16309         only when there is spam or ham to be processed.
16310
16311 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16312
16313         * mail-source.el (mail-source-delete-crash-box): Refactor.
16314         (mail-source-fetch): Use it.
16315         (mail-source-fetch-file): Ditto.
16316         (mail-source-fetch-directory): Run postscript in loop.
16317         (mail-source-fetch-pop): Delete.
16318         (mail-source-fetch-maildir): Ditto.
16319         (mail-source-fetch-imap): Ditto.
16320
16321         * imap.el (imap-authenticators): Comment out sasl.
16322
16323         * message.el (message-skip-to-next-address): New function.
16324         (message-fill-header-address): Refactor.
16325         (message-fill-address): Use it.
16326         (message-delete-address): Use it.
16327         (message-fill-header-general): Refactor.
16328         (message-fill-field-address): Rename.
16329         (message-narrow-to-field): Find the start of the header.
16330         (message-header-format-alist): Don't pre-fill.
16331         (message-fill-header): Removed.
16332         (message-insert-header): New function.
16333         (message-shorten-references): Use it.
16334
16335         * rfc2047.el (rfc2047-field-value): Strip props.
16336
16337         * mail-parse.el (mail-header-make-address): New alias.
16338
16339         * ietf-drums.el (ietf-drums-make-address): New function.
16340
16341         * imap.el: Add compiler directives.
16342
16343         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16344
16345         * gnus-art.el (article-decode-idna-rhs): Don't use
16346         message-idna-inside-rhs-p.
16347
16348 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16349
16350         * message.el (message-idna-inside-rhs-p): Removed.
16351         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16352
16353         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16354         false positives.
16355
16356 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16357
16358         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16359
16360 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16361
16362         * nneething.el (nneething-file-name): Don't create spurious
16363         files.
16364
16365         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16366         (gnus-inews-do-gcc): Remove sleep.
16367
16368         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16369         part under point.
16370
16371         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16372         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16373
16374 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16375
16376         * spam.el (spam-summary-prepare-exit): Fixed (length).
16377
16378 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16379
16380         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16381         as expired without moving it" message when there are spam
16382         messages left.
16383
16384 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16385
16386         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16387         header is not nil.
16388
16389 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16390
16391         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16392         nntp-possibly-create-directory, not nntp-possibly-change-group.
16393         (nntp-marks-changed-p): New arg SERVER.
16394         (nntp-request-update-info): Adjust caller.
16395
16396 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16397
16398         * nntp.el (nntp-save-marks): Pass missing arg.
16399
16400 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16401
16402         * nntp.el: Support marks.
16403         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16404         (nntp-marks-modtime, nntp-marks-directory): New variables.
16405         (nntp-request-set-mark, nntp-request-update-info)
16406         (nntp-possibly-create-directory, nntp-marks-changed-p)
16407         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16408         functions.
16409
16410 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16411
16412         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16413         (gnus-xmas-redefine): Rename.
16414
16415         * gnus-score.el (gnus-score-insert-help): Use
16416         gnus-select-lowest-window.
16417
16418         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16419         appt-select-lowest-window and rename to gnus-select-lowest-window.
16420
16421         * gnus.el: do.
16422
16423 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16424
16425         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16426         encodings of MIME-encoded words, in order to improve
16427         interoperability with several broken MUAs.
16428
16429 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16430
16431         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16432         tags, only when charsets are not specified in headers.
16433         (mm-inline-text-html-render-with-w3m): Ditto.
16434
16435         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16436         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16437
16438 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16439
16440         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16441         instead of MIME-decoded from fields when checking
16442         `gnus-article-address-banner-alist'.
16443
16444 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16445
16446         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16447         description rather than subject.
16448
16449 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16450
16451         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16452
16453 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16454
16455         * gnus.el (gnus-version-number): Bump.
16456
16457 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16458
16459         * gnus.el: No Gnus v0.2 is released.
16460
16461 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16462
16463         * gnus-agent.el (gnus-agent-read-agentview): Inline
16464         gnus-uncompress-range.
16465
16466 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16467
16468         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16469         `exec-installed-p'.
16470
16471 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16472
16473         * gnus.el (spam-process, spam-autodetect-methods): Add
16474         bsfilter and bsfilter-headers.
16475
16476         * spam.el (spam-bsfilter): New customize group.
16477         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16478         (spam-bsfilter-header, spam-bsfilter-probability-header)
16479         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16480         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16481         (spam-bsfilter-database-directory): New options.
16482         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16483         (spam-list-of-statistical-checks, spam-registration-functions):
16484         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16485         (spam-bsfilter-score): New command.
16486         (spam-check-bsfilter-headers, spam-check-bsfilter)
16487         (spam-bsfilter-register-with-bsfilter)
16488         (spam-bsfilter-register-spam-routine)
16489         (spam-bsfilter-unregister-spam-routine)
16490         (spam-bsfilter-register-ham-routine)
16491         (spam-bsfilter-unregister-ham-routine): New functions.
16492         (spam-generic-score): Support bsfilter; Accept an optional argument
16493         to recalcurate spam score even if scoring header has already been
16494         added.
16495         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16496         optional argument to recalcurate spam score even if scoring header
16497         has already been added.
16498
16499 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16500
16501         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16502         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16503         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16504         link is missing.
16505
16506 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16507
16508         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16509         (html2text-get-attr): Rewrite.
16510
16511         * message.el (message-setup-1): Remove redundant put-text-property
16512         on mail-header-separator.
16513
16514 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16515
16516         * gnus-registry.el (gnus-registry-cache-whitespace)
16517         (gnus-registry-action, gnus-registry-spool-action)
16518         (gnus-registry-split-fancy-with-parent): Change message levels
16519         from 5 to 3 or 7, as needed.
16520
16521         * spam.el (spam-summary-prepare-exit)
16522         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16523         (spam-split, spam-find-spam, spam-log-undo-registration)
16524         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16525         level from 5 to 6.
16526
16527 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16530         2004-03-04 change).
16531
16532 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16533
16534         * sieve-manage.el (sieve-manage-open):
16535         * nnweb.el (nnweb-insert-html):
16536         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16537         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16538         * nnspool.el (nnspool-request-group):
16539         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16540         * nnml.el (nnml-request-update-info):
16541         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16542         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16543         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16544         (nnimap-request-set-mark):
16545         * nnfolder.el (nnfolder-request-update-info):
16546         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16547         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16548         * gnus-uu.el (gnus-uu-find-articles-matching):
16549         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16550         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16551         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16552         * gnus-nocem.el (gnus-nocem-scan-groups):
16553         * gnus-int.el (gnus-start-news-server):
16554         * gnus-group.el (gnus-group-make-kiboze-group)
16555         (gnus-group-browse-foreign-server):
16556         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16557         Use mapc when appropriate.
16558
16559 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16560
16561         FIXME: Make separate entries for each person.
16562
16563         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16564         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16565         <shields@msrl.com>:
16566
16567         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16568         may need for spam sorting and scoring.
16569         (spam-user-format-function-S): Add user format function suitable for
16570         general use.
16571         (spam-article-sort-by-spam-status): Add sorting function for summary
16572         sorting.
16573         (spam-extra-header-to-number): Add function to get a score from a
16574         header.
16575         (spam-summary-score): Add function to get a numeric score from the
16576         headers.
16577         (spam-generic-score): Fix function doc, was in wrong place.
16578         (spam-initialize): Take symbols when it's run, and install the
16579         extra headers that spam-necessary-extra-headers thinks we need.
16580
16581 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16582
16583         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16584         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16585
16586 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16587
16588         * gnus-sum.el (gnus-set-global-variables)
16589         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16590         (gnus-article-get-xrefs, gnus-summary-best-group)
16591         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16592         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16593         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16594         Use with-current-buffer.
16595
16596 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16597
16598         * spam.el (spam-summary-prepare-exit): Simplify logic.
16599         (spam-fetch-article-header): Read the article header if it's not
16600         available.
16601         (spam-list-articles): Simplify logic.
16602         (spam-filelist-register-routine): Fix bug with unregister-list.
16603
16604         * gnus-registry.el: Fix comments at beginning.
16605
16606 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16607
16608         * message.el (message-cater-to-broken-inn): Remove.
16609         (message-shorten-references): Make sure the total folded length of
16610         References is shorter than 998 characters to cater to a bug in INN
16611         2.3.  Also, don't pretend that references aren't folded -- this
16612         hasn't worked for a while.
16613
16614 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16615
16616         * gnus-agent.el (gnus-agentize):
16617         gnus-agent-send-mail-real-function no longer set to current value
16618         of message-send-mail-function but rather a lambda that calls
16619         message-send-mail-function.  The change makes the agent real-time
16620         responsive to user changes to message-send-mail-function.
16621
16622 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16623
16624         * legacy-gnus-agent.el
16625         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16626         help from Florian Weimer <fw@deneb.enyo.de>
16627
16628 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * nnmail.el (nnmail-cache-insert): Revert last change.
16631
16632 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * nnmail.el (nnmail-cache-insert): Always check whether
16635         nnmail-cache-ignore-groups matches a group name.
16636
16637 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16638
16639         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16640         (spam-find-spam, spam-log-processing-to-registry)
16641         (spam-log-registered-p, spam-log-unregistration-needed-p)
16642         (spam-log-undo-registration): Use gnus-message instead of
16643         gnus-error, none of these errors are fatal.
16644
16645         * gnus-registry.el (gnus-registry-clean-empty-function)
16646         (gnus-registry-clean-empty): Remove only empty entries without
16647         extra data.
16648
16649 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16650
16651         * spam-stat.el (spam-stat-buffer-change-to-spam)
16652         (spam-stat-buffer-change-to-non-spam): Change (error) to
16653         (gnus-message 8) invocation.
16654
16655 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * nntp.el (nntp-via-netcat-command): New variable.
16658         (nntp-via-netcat-switches): New variable.
16659         (nntp-open-via-rlogin-and-netcat): New function.
16660         (nntp-open-connection-function): Doc fix.
16661         (nntp-telnet-command): Doc fix.
16662         (nntp-end-of-line): Doc fix.
16663         (nntp-via-rlogin-command): Doc fix.
16664         (nntp-via-user-name): Doc fix.
16665         (nntp-via-address): Doc fix.
16666
16667 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16670         error in Emacs 21.1.
16671
16672 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16673
16674         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16675
16676 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16677
16678         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16679         (gnus-agent-with-refreshed-group): New macro.
16680         (gnus-agent-rename-group): New function.
16681         (gnus-agent-delete-group): New function.
16682         (gnus-agent-save-group-info): Use gnus-command-method when
16683         `method' parameter is nil.  Don't write nil entries into the
16684         active file.
16685         (gnus-agent-get-group-info): New function.
16686         (gnus-agent-fetch-articles): Use
16687         gnus-agent-update-files-total-fetched-for to increment disk space
16688         used.
16689         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16690         gnus-agent-update-view-total-fetched-for to increment disk space
16691         used.
16692         (gnus-agent-get-local): Added optional parameters to avoid calling
16693         gnus-group-real-name and gnus-find-method-for-group.
16694         (gnus-agent-set-local): Delete stored entry if either min, or max,
16695         are nil.
16696         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16697         quit, use gnus-agent-regenerate-group to record existance of any
16698         articles fetched to disk before the quit occurred.
16699         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16700         gnus-agent-update-view-total-fetched-for, and
16701         gnus-agent-update-files-total-fetched-for to decrement disk space
16702         used.
16703         (gnus-agent-retrieve-headers): Use
16704         gnus-agent-update-view-total-fetched-for to increment disk space
16705         used.
16706         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16707         with gnus-agent-update-files-total-fetched-for to decrement disk
16708         space and fresh group buffer.
16709         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16710         (gnus-agent-need-update-total-fetched-for): New variable.
16711         (gnus-agent-update-files-total-fetched-for): New function.
16712         (gnus-agent-update-view-total-fetched-for): New function.
16713         (gnus-agent-total-fetched-for): New function.
16714
16715         * gnus-cache.el (gnus-cache-save-buffers): Use
16716         gnus-cache-update-overview-total-fetched-for to change disk space
16717         used by this group.
16718         (gnus-cache-possibly-enter-article): Use
16719         gnus-cache-update-file-total-fetched-for to increment disk space
16720         used by this group.
16721         (gnus-cache-possibly-remove-article): Use
16722         gnus-cache-update-file-total-fetched-for to decrement disk space
16723         used by this group.
16724         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16725         (gnus-cache-rename-group): New function.
16726         (gnus-cache-delete-group): New function.
16727         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16728         (gnus-cache-need-update-total-fetched-for): New variable.
16729         (gnus-cache-with-refreshed-group): New macro.
16730         (gnus-cache-update-file-total-fetched-for): New function.
16731         (gnus-cache-update-overview-total-fetched-for): New function.
16732         (gnus-cache-rename-group-total-fetched-for): New function.
16733         (gnus-cache-delete-group-total-fetched-for): New function.
16734         (gnus-cache-total-fetched-for): New function.
16735
16736         * gnus-group.el: Require gnus-sum and autoload functions to
16737         resolve warnings when gnus-group.el compiled alone.
16738         (gnus-group-line-format): Documented new %F.
16739         (size of Fetched data) group line format; identifies disk space
16740         used by agent and cache.
16741         (gnus-group-line-format-alist): Defined new F format.
16742         (gnus-total-fetched-for): New function.
16743         (gnus-group-delete-group): No longer update
16744         gnus-cache-active-altered as gnus-request-delete-group now keeps
16745         the cache in sync.
16746         (gnus-group-list-active): Let the agent store a server's active
16747         list if currently plugged.
16748
16749         * gnus-int.el (gnus-request-delete-group):
16750         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16751         local disk in sync with the server.
16752         (gnus-request-rename-group):
16753         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16754         local disk in sync with the server.
16755
16756         * gnus-start.el (gnus-get-unread-articles):
16757         Cosmetic simplification to logic.
16758
16759         * gnus-util.el (gnus-rename-file): New function.
16760
16761 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16762
16763         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16764
16765 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16766
16767         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16768         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16769
16770 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16771
16772         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16773         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16774
16775 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16776
16777         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16778
16779 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16780
16781         * spam.el (spam-set-difference): Add function to replace
16782         gnus-set-difference in spam.el.
16783         (spam-summary-prepare-exit): Use spam-set-difference.
16784
16785 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16786
16787         * gnus-registry.el (gnus-registry-cache-file): Update to use
16788         gnus-dribble-directory OR gnus-home-directory OR ~.
16789         (gnus-registry-split-fancy-with-parent): Fix doc.
16790
16791 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * message.el (message-exchange-point-and-mark): Use
16794         message-mark-active-p.  Suggested by Jesper Harder
16795         <harder@ifa.au.dk>.
16796
16797 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * message.el (message-exchange-point-and-mark): Don't activate
16800         region if it was inactive.  Suggested by Hiroshi Fujishima
16801         <pooh@nature.tsukuba.ac.jp>.
16802
16803 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * gnus-art.el (article-display-face): Display Faces in the same
16806         order as X-Faces.
16807
16808 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16811
16812 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16815         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16816         (gnus-article-mime-hierarchy): Remove.
16817         (gnus-article-mime-hierarchy-next): Remove.
16818         (gnus-article-mode): Revert 2004-03-19 change.
16819         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16820         (gnus-insert-mime-button): Revert 2004-03-19 change.
16821         (gnus-mime-accumulate-hierarchy): Remove.
16822         (gnus-mime-enter-multipart): Remove.
16823         (gnus-mime-leave-multipart): Remove.
16824         (gnus-mime-display-part): Revert 2004-03-19 change.
16825         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16826
16827         * mml.el (mml-preview): Revert 2004-03-19 change.
16828
16829 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16830
16831         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16832
16833 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16836         t while entering a file name using the mm-with-multibyte macro.
16837         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16838
16839         * mm-util.el (mm-with-multibyte): New macro.
16840
16841 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16842
16843         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16844         user option.
16845         (gnus-mime-multipart-functions): Doc and customization fix.
16846         (gnus-article-mime-hierarchy): New variable.
16847         (gnus-article-mime-hierarchy-next): New variable.
16848         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16849         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16850         gnus-article-mime-hierarchy-next to nil.
16851         (gnus-insert-mime-button): Show hierarchy numbers.
16852         (gnus-mime-accumulate-hierarchy): New function.
16853         (gnus-mime-enter-multipart): New function.
16854         (gnus-mime-leave-multipart): New function.
16855         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16856         (gnus-mime-display-alternative): Show hierarchy numbers.
16857
16858         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16859         gnus-article-mime-hierarchy-next to nil.
16860
16861 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16862
16863         * dns.el: Don't require gnus-xmas.
16864
16865 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16866
16867         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16868         inline PGP.
16869         (mml-menu): Disable mml-quote-region if mark is inactive.
16870
16871 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16874         when the group's active is not available.
16875
16876 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16879         error.
16880
16881 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16882
16883         * imap.el (imap-store-password): New variable.
16884         (imap-interactive-login): Use it.
16885         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16886
16887 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16890         window-start and hscroll to summary window.
16891
16892 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16893
16894         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16895         conversion message to newsrc-dribble when an actual conversion is
16896         performed.
16897
16898 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16899
16900         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16901
16902 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * mm-decode.el (mm-complicated-handles): New function reviving
16905         former definition of mm-multiple-handles.
16906
16907         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16908         (gnus-mime-delete-part): Use it.
16909
16910 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16911
16912         * gnus-agent.el (gnus-agent-read-local): Bind
16913         nnheader-file-coding-system to gnus-agent-file-coding-system to
16914         avoid the implicit assumption that they will always be equal.
16915         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16916         coding-system-for-write, as the with-temp-file macro first prints
16917         to a buffer then saves the buffer.
16918
16919 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * gnus-art.el (gnus-article-edit-part): New function.
16922         (gnus-mime-save-part-and-strip): Use it; do query instead of
16923         signaling an error; don't use mm-multiple-handles.
16924         (gnus-mime-delete-part): Ditto.
16925
16926 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16927
16928         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16929         old file versions.
16930         (gnus-group-prepare-hook): Removed function that converted list
16931         form of gnus-agent-expire-days to group properties.
16932
16933         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16934         (gnus-request-accept-article): Re-indented.
16935
16936         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16937         converters to handle old agent file formats.  Added logic for a
16938         "backup before upgrading warning".
16939         (gnus-convert-mark-converter-prompt): Developers can mark
16940         functions as needing (default), or not needing,
16941         gnus-convert-old-newsrc's "backup before upgrading warning".
16942         (gnus-convert-converter-needs-prompt): Tests whether the user
16943         should be protected from potentially irreversable changes by the
16944         function.
16945
16946         * legacy-gnus-agent.el: New.  Provides converters that are only
16947         loaded when gnus-convert-old-newsrc needs to call them.
16948
16949 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * mail-source.el (mail-source-touch-pop): Doc fix.
16952
16953         * message.el (message-smtpmail-send-it): Doc fix.
16954
16955 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16956
16957         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16958
16959         * nnmail.el (nnmail-split-fancy): do.
16960
16961         * gnus-kill.el (gnus-kill, gnus-execute): do.
16962
16963 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16964
16965         * gnus-sum.el (gnus-widget-reversible-match)
16966         (gnus-widget-reversible-to-internal)
16967         (gnus-widget-reversible-to-external): New functions.
16968         (gnus-widget-reversible): New widget.
16969         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16970
16971 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16972
16973         * gnus-sum.el (gnus-thread-sort-functions)
16974         (gnus-article-sort-functions): Document `(not F)' items.
16975
16976 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16977
16978         * spam.el (spam-use-gmane-xref): Add new backend.
16979         (spam-gmane-xref-spam-group): Add variable to control the name of the
16980         Gmane spam group.
16981         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16982         (spam-regex-headers-spam, spam-regex-headers-ham)
16983         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16984         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16985         backends and checks.
16986         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16987
16988         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16989         an autodetect method.
16990
16991 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16992
16993         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16994         articles are being added to a group.
16995         (gnus-request-replace-article): Inform the agent that articles
16996         need to be uncached as the cached contents are no longer valid.
16997
16998 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * binhex.el: Don't autoload executable-find.
17001
17002         * canlock.el: Don't autoload mail-fetch-field.
17003
17004         * dgnushack.el: Autoload c-mode for XEmacs.
17005
17006         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17007
17008         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17009         rmail-dont-reply-to and rmail-output.
17010
17011         * gnus-score.el: Don't autoload ffap-string-at-point.
17012
17013         * gnus-setup.el: Don't autoload sc-cite-original.
17014
17015         * imap.el: Don't autoload base64-decode-string,
17016         base64-encode-string and md5.
17017
17018         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17019         and rmail-msg-restore-non-pruned-header.
17020
17021         * mm-decode.el: Don't autoload executable-find.
17022
17023         * mm-url.el: Don't autoload executable-find.
17024
17025         * mm-view.el: Don't autoload diff-mode.
17026
17027         * nndb.el: Don't autoload news-reply-mode, news-setup,
17028         cancel-timer and telnet.
17029
17030         * password.el: Don't autoload run-at-time for Emacs.
17031
17032         * sha1-el.el: Don't autoload executable-find.
17033
17034         * sieve-mode.el: Don't autoload c-mode.
17035
17036         * uudecode.el: Don't autoload executable-find.
17037
17038 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17039
17040         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17041         (gnus-agent-possibly-alter-active): Avoid null in numeric
17042         comparison.
17043         (gnus-agent-set-local): Refuse to save null in local object table.
17044         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17045         list of articles that will be marked as unread.
17046
17047 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17048
17049         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17050
17051 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17052
17053         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17054         language tags.
17055
17056 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17057
17058         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17059         Don't bind "obarray".
17060
17061         * gnus-sum.el (gnus-thread-sort-functions): Added
17062         `gnus-thread-sort-by-most-recent-number' and
17063         `gnus-thread-sort-by-most-recent-date'.
17064         Reported by Kai Grossjohann <kai@emptydomain.de>.
17065
17066 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17069
17070 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17071
17072         * gnus-cus.el (gnus-agent-customize-category): Removed
17073         ignore-errors macro reference that required cl to be loaded at
17074         run-time.
17075
17076         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17077         single-interval range of the form (min . max).  Previously the
17078         range had to look like ((min . max)).  Likewise, return
17079         (min . max) rather than ((min . max)).
17080         (gnus-range-map): Use gnus-range-normalize to accept
17081         single-interval range.
17082
17083         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17084         the cache, but not the agent, now appear with their usual face.
17085
17086         * dgnushack.el (loaddir): New variable that is bound to the
17087         directory containing the dgnushack.el file. Use loaddir, rather
17088         than srcdir, to update load-path. Change lets dgnushack compile
17089         code in directories other than GNUS/lisp.
17090
17091 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * lpath.el: Don't bind w3m-safe-url-regexp.
17094
17095         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17096         w3m-safe-url-regexp variable buffer-local.
17097
17098         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17099
17100 2004-02-27  Simon Josefsson  <jas@extundo.com>
17101
17102         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17103         gnus-group-real-prefix.
17104         (gnus-summary-move-article): Use it, instead of
17105         gnus-group-real-prefix.
17106
17107 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * lpath.el: Bind w3m-safe-url-regexp.
17110
17111         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17112         w3m-safe-url-regexp variable buffer-local and set it as the value
17113         of mm-w3m-safe-url-regexp.
17114
17115         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17116
17117         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17118         parsing gnus-posting-styles when the message is not for replying.
17119
17120         * dgnushack.el: Autoload sgml-mode for XEmacs.
17121
17122         * nnrss.el (nnrss-opml-export): Use
17123         mm-set-buffer-file-coding-system instead of
17124         set-buffer-file-coding-system.
17125
17126 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17127
17128         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17129         of checkdoc.el).
17130         * nnrss.el: do.
17131         * gnus-mlspl.el: do.
17132         * gnus-ml.el: do.
17133         * gnus-srvr.el: do.
17134
17135         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17136
17137 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17138
17139         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17140         Corrections to custom-manual links.
17141
17142         * gnus-art.el (gnus-article): Ditto.
17143
17144         * mm-decode.el (mime-display, mime-security): Ditto.
17145
17146 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17147
17148         * flow-fill.el: Typo.
17149
17150 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17151
17152         * spam-wash.el: New file.
17153
17154 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17155
17156         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17157
17158 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17159
17160         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17161         to be run with new-articles as LIST1, not LIST2.
17162         (spam-registration-functions): Add spam-use-ham-copy as a nil
17163         registration backend.
17164
17165 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17166
17167         * spam-stat.el (spam-stat-washing-hook): New option.
17168         (spam-stat-buffer-words): Use it.
17169         (spam-stat-process-directory, spam-stat-test-directory): Use
17170         insert-file-contents-literally.
17171         (spam-stat-coding-system): New variable.
17172         (spam-stat-load, spam-stat-save): Use it.
17173
17174 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17175
17176         * spam-report.el (spam-report-plug-agent): Quote
17177         spam-report-url-to-file and spam-report-url-ping-plain.
17178
17179 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17180
17181         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17182         / in mailto URLs.
17183
17184 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17185
17186         * spam-report.el (spam-report-process-queue): Fix interactive use.
17187         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17188         (spam-report-unplug-agent): Doc fixes.
17189         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17190         (spam-report-agentize, spam-report-deagentize): Autoload.
17191
17192 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17195
17196         * message.el (message-setup-fill-variables): Add mml tags to
17197         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17198         <ajk@iu.edu>.
17199         (message-mode): Don't modify paragraph-separate there.
17200
17201 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * compface.el (uncompface-use-external): Default to undecided.
17204         (uncompface-use-external-threshold): New variable.
17205         (uncompface-float-time): New macro.
17206         (uncompface): Determine whether to use the external decoder if
17207         uncompface-use-external is undecided.
17208
17209 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17210
17211         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17212         after images.
17213
17214         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17215
17216 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17217
17218         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17219
17220         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17221
17222         * gnus-sum.el (gnus-summary-limit-to-age)
17223         (gnus-summary-limit-children): do.
17224
17225         * gnus-int.el (gnus-request-scan): do.
17226
17227         * gnus-group.el (gnus-group-suspend): do.
17228
17229         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17230
17231         * gnus-cite.el (gnus-cite-parse-attributions): do.
17232
17233         * gnus-agent.el (gnus-summary-set-agent-mark)
17234         (gnus-agent-regenerate-group): do.
17235
17236         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17237
17238         * binhex.el (binhex-decode-region-internal): do.
17239
17240 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17241
17242         * gnus-fun.el (gnus-face-properties-alist): New user option.
17243         (gnus-display-x-face-in-from): Use it.
17244
17245         * gnus-art.el (article-display-face): Ditto.
17246
17247         * compface.el (uncompface-use-external): Default to nil.
17248
17249 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17250
17251         * nntp.el (nntp-erase-buffer): New function.
17252         (nntp-retrieve-data, nntp-send-command)
17253         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17254         (nntp-possibly-change-group): Use it.
17255
17256         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17257         with-current-buffer.
17258
17259 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17260
17261         * compface.el: Merge the ELisp-based uncompface program.
17262         (compface): New customization group.
17263         (uncompface-use-external): New user option.
17264         (uncompface): Call uncompface-internal if uncompface-use-external
17265         is nil.
17266         (uncompface-internal): New function.  Note that there are also
17267         some other functions and variables added for this function.
17268
17269 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17270
17271         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17272         if necessary.
17273
17274 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17275
17276         * spam-report.el (spam-report-unplug-agent)
17277         (spam-report-plug-agent, spam-report-deagentize)
17278         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17279         Add support for the Agent in spam-report: when unplugged, report to a
17280         file; when plugged, submit all the requests.
17281
17282         * spam.el (spam-register-routine): Fix message about
17283         registration.
17284
17285 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17286
17287         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17288         dependencies.
17289         (rfc2047-encode): Use it.
17290
17291         * gnus-art.el (gnus-button-marker-list): Move before first
17292         reference.
17293
17294         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17295         (imap-parse-body): Fix format string mismatch.
17296
17297         * gnus-score.el (gnus-summary-increase-score): do.
17298
17299         * nnrss.el (nnrss-close): New function.
17300
17301 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17302
17303         * nnrss.el (nnrss-make-filename): New function.
17304         (nnrss-request-delete-group, nnrss-read-server-data)
17305         (nnrss-save-server-data, nnrss-read-group-data)
17306         (nnrss-save-group-data): Use it.
17307         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17308         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17309         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17310
17311 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17312
17313         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17314
17315 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17316
17317         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17318         files.
17319
17320         * message.el (message-generate-headers-first): Don't quote nil
17321         and t in docstrings.
17322
17323         * imap.el (imap-id): do.
17324
17325         * gnus-agent.el (gnus-agent-consider-all-articles)
17326         (gnus-agent-queue-mail): do.
17327
17328 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17329
17330         * spam-report.el (spam-report-process-queue): New function.
17331         Process requests from `spam-report-requests-file'.
17332         (spam-report-process-queue): Doc fix.
17333
17334 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17335
17336         * spam.el (spam-register-routine)
17337         (spam-log-processing-to-registry, spam-log-registered-p)
17338         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17339         Change "check" to "spam-check" for semi-clarity.
17340
17341 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17342
17343         * pop3.el: Require nnheader.
17344
17345         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17346
17347         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17348
17349         * gnus-picon.el: Require cl.
17350
17351         * gnus-fun.el: Require gnus-ems and gnus-util.
17352
17353         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17354
17355         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17356
17357         * gnus-art.el (gnus-article-edit-mode): Define before first
17358         reference.
17359
17360 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17361
17362         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17363         (gnus-uu-post-encoded): Use point-at-bol.
17364
17365         * gnus-topic.el (gnus-group-active-topic-p): do.
17366
17367         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17368
17369         * gnus-group.el (gnus-group-kill-region): do.
17370
17371         * gnus-art.el (article-date-ut): do.
17372
17373         * message.el (message-fetch-field): Remove redundant
17374         case-fold-search binding.
17375         (message-narrow-to-field): Simplify.
17376
17377 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17378
17379         * spam.el (spam-directory): Derive from `gnus-directory'.
17380
17381         * spam-report.el (spam-report-url-to-file)
17382         (spam-report-requests-file): New function and variable for offline
17383         reporting.
17384         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17385         and user defined function.
17386         (spam-report-url-ping-mm-url): Remove doubled slash.
17387
17388 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17389
17390         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17391
17392 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17393
17394         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17395         format string mismatch.
17396
17397         * sieve.el (sieve-deactivate-all): do.
17398
17399         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17400
17401         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17402
17403         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17404
17405         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17406
17407 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17408
17409         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17410         the list of checks.
17411
17412 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17413
17414         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17415         padding.
17416
17417 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17418
17419         * mm-view.el (mm-fill-flowed): New variable.
17420         (mm-inline-text): Use it.
17421
17422 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17423
17424         * spam.el (spam-spamassassin-register-ham-routine)
17425         (spam-spamassassin-register-spam-routine): Fix function names.
17426
17427 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17428
17429         * gnus.el (gnus-tmp-grouplens): Remove.
17430         (gnus-summary-line-format): Remove grouplens.
17431
17432         * gnus-group.el (gnus-group-line-format): Ditto.
17433
17434         * gnus-spec.el (gnus-format-specs): Ditto.
17435         (gnus-update-format-specifications): Flush the group format spec
17436         cache if there's the grouplens stuff.
17437         (gnus-parse-simple-format): Replace %l with the empty string.
17438
17439 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17440
17441         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17442         omission.
17443
17444 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17445
17446         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17447         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17448
17449 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17450
17451         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17452         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17453         New macros and functions.
17454         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17455         Handle > NLINK_MAX messages.
17456         * nnmaildir.el (nnmaildir-request-set-mark): Use
17457         nnmaildir--emlink-p and nnmaildir--eexist-p.
17458
17459 2004-01-25  Alex Schroeder  <alex@gnu.org>
17460
17461         * spam-stat.el (spam-stat-process-directory-age): New option.
17462         (spam-stat-process-directory): Use it.
17463
17464 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17465
17466         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17467         (spam-stat-save): Accept prefix argument.
17468
17469 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17470
17471         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17472         links" error.
17473
17474 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17477         the rest of the and/or forms.
17478
17479 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17480
17481         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17482         compatibility with old .newsrc.eld files.
17483
17484         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17485
17486         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17487
17488         * gnus-start.el (gnus-1): do.
17489
17490         * gnus-group.el (gnus-group-line-format-alist): do.
17491
17492         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17493
17494         * gnus-gl.el: Remove.
17495
17496 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17497
17498         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17499         marks consisting of a single range {for example, (3 . 5)} rather
17500         than a list of a single range { ((3 . 5)) }.
17501
17502 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17503
17504         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17505         with-current-buffer.
17506         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17507         avoid consing a string.
17508
17509         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17510         Remove obsolete entries for big5 and gb2312.
17511
17512 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17513
17514         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17515         uncompressed list.
17516
17517 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17518
17519         * spam-stat.el (spam-stat-strip-xref): New function.
17520         (spam-stat-process-directory): Use it.
17521
17522         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17523         here -- it's done in message-fetch-field.
17524
17525 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17526
17527         * gnus-agent.el (gnus-agent-queue-mail)
17528         (gnus-agent-prompt-send-queue): New variables.
17529         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17530         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17531         "nndraft:queue" along to gnus-draft-send.  Use
17532         gnus-agent-prompt-send-queue.
17533         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17534         is "nndraft:queue".  Suggested by Gaute Strokkenes
17535         <gs234@srcf.ucam.org>
17536
17537         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17538         (agent-enable-undownloaded-faces): Added.
17539         (gnus-agent-cat-groups): Use eval-and-compile, not
17540         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17541         method of gnus-agent-cat-groups even when the buffer has been
17542         evaled.
17543         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17544         delete gnus-agent-save-active-1.
17545         (gnus-agent-save-groups): Deleted.  Identical to
17546         gnus-agent-save-active.
17547         (gnus-agent-write-active): No longer adjust agent's copy of active
17548         file as agent's adjustments are now stored in their own
17549         file.  Removed optional parameter.
17550         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17551         servers.  Add use of min/max range limits from server's local
17552         file.
17553         (gnus-agent-save-alist): Removed unused optional argument.
17554         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17555         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17556         (gnus-agent-set-local): A per-server file that keeps min/max range
17557         limits for articles known to the agent.  Provides a fast mechanism
17558         for altering many active ranges.
17559         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17560         active file (local makes it unnecessary).
17561         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17562
17563         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17564         (agent-enable-undownloaded-faces): Added.
17565
17566         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17567         disable it when sending to "nndraft:queue".
17568         (gnus-group-send-queue): Add safety check to avoid sending queue
17569         when unplugged.
17570
17571         * gnus-group.el (gnus-group-catchup): Use new
17572         gnus-sequence-of-unread-articles, not
17573         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17574         numbers of articles.  Use gnus-range-map to avoid having to
17575         uncompress the unread list.
17576         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17577         Fixed invalid ange-ftp reference.
17578
17579         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17580         (gnus-sorted-range-intersection): Intersection of two ranges
17581         without requiring that they first be uncompressed.
17582
17583         * gnus-start.el (gnus-activate-group): Unless blocked by the
17584         caller, possibly expand the active range to include both cached
17585         and agentized articles.
17586         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17587         multiple version-dependent converters.
17588         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17589         gnus-agent-save-active.
17590         (gnus-save-newsrc-file): Save dirty agent range limits.
17591
17592         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17593         gnus-agent-possibly-alter-active.
17594         (gnus-adjust-marked-articles): Faster handling of simple lists.
17595
17596 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17597
17598         * spam-stat.el (spam-stat-test-directory): New optional argument
17599         displays a list of files detected.  Suggested by Andrew Cohen
17600         <cohen@andy.bu.edu>.
17601         (spam-stat-buffer-words-with-scores): Don't narrow and change
17602         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17603
17604 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17605
17606         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17607         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17608         (spam-spamassassin-arguments)
17609         (spam-spamassassin-spam-flag-header)
17610         (spam-spamassassin-positive-spam-flag-header)
17611         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17612         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17613         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17614         (spam-list-of-processors, spam-list-of-checks)
17615         (spam-list-of-statistical-checks, spam-registration-functions)
17616         (spam-check-spamassassin-headers, spam-check-spamassassin)
17617         (spam-spamassassin-score)
17618         (spam-spamassassin-register-with-sa-learn)
17619         (spam-spamassassin-register-spam-routine)
17620         (spam-spamassassin-register-ham-routine)
17621         (spam-assassin-register-spam-routine)
17622         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17623         (spam-bogofilter-score): Fix to show article before scoring.
17624
17625 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17626
17627         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17628         default scoring function.
17629         (spam-generic-score): Call spam-spamassassin-score if
17630         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17631         spam-bogofilter-score otherwise.
17632
17633         * gnus.el (spam-process, spam-autodetect-methods): Add
17634         spamassassin and spamassassin-headers.
17635
17636 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17637
17638         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17639         Suppress unnecessary messages.
17640
17641 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17642
17643         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17644         make-hash-table.
17645
17646 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17647
17648         * canlock.el (base64-encode-string): Don't autoload it.
17649
17650 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17651
17652         * run-at-time.el: Remove useless (require 'itimer),
17653         eval-and-compile and (featurep 'xemacs).
17654
17655 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17656
17657         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17658         GROUP is a virtual group.
17659
17660 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17661
17662         * gnus.el: Autoload `message-y-or-n-p'.
17663
17664 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17665
17666         * pgg-parse.el: Remove unnecessary (require 'custom).
17667
17668         * pgg-def.el: do.
17669
17670         * nnmail.el: do.
17671
17672         * gnus-undo.el: do.
17673
17674         * gnus-picon.el: do.
17675
17676         * gnus-util.el: do.
17677
17678 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17679
17680         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17681
17682 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17685         handle, as well as a list.
17686
17687         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17688         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17689         (mm-w3m-cid-retrieve): Simplify.
17690
17691 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17692
17693         * message.el (message-kill-to-signature): Allow prefix arg to
17694         specify number of lines to keep before signature.
17695
17696 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17697
17698         * message.el (message-kill-to-signature): Change docstring.
17699
17700 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17701
17702         * canlock.el: Always require sha1-el.
17703         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17704
17705         * message.el: Autoload sha1 only when compiling.
17706
17707         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17708         eudc-expand-inline for XEmacs.
17709
17710 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * message.el (message-canlock-generate): Require sha1-el.
17713
17714 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17715
17716         * message.el (message-expand-name): Silence the byte compiler.
17717
17718         * lpath.el: Add detect-coding-system.
17719
17720         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17721         cus-edit.
17722
17723 2004-01-13  Simon Josefsson  <jas@extundo.com>
17724
17725         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17726         Invoke gnus-score-mode.  Reported by
17727         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17728
17729         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17730         Jim Blandy <jimb@redhat.com> (tiny change).
17731
17732 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17733
17734         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17735
17736 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17737
17738         * spam.el (spam-get-article-as-string): Update to use
17739         gnus-request-article-this-buffer, much simpler.
17740         (spam-get-article-as-buffer): Remove.
17741
17742 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17743
17744         * message.el (message-expand-name): Use EUDC if the user uses that.
17745
17746 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17747
17748         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17749         character for the encoding to avoid consing a string.
17750
17751         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17752         unnecessarily.
17753
17754         * mm-util.el (mm-replace-chars-in-string): Remove.
17755
17756         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17757         of mm-replace-chars-in-string.
17758
17759 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17760
17761         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17762
17763         * mm-util.el (mm-subst-char-in-string): Support inplace.
17764
17765         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17766         a new string in every iteration.  Use shy groups.
17767
17768 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17769
17770         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17771         * gnus-soup.el (gnus-soup-group-brew):
17772         * gnus-msg.el (gnus-put-message):
17773         * gnus-move.el (gnus-group-move-group-to-server):
17774         * gnus-kill.el (gnus-batch-score):
17775         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17776         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17777         (gnus-group-update-group, gnus-group-read-group)
17778         (gnus-group-make-group, gnus-group-make-help-group)
17779         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17780         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17781         (gnus-group-sort-by-unread, gnus-group-catchup)
17782         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17783         (gnus-group-yank-group, gnus-group-set-info)
17784         (gnus-group-list-groups):
17785         * gnus.el (gnus-generate-new-group-name):
17786         * gnus-delay.el (gnus-delay-send-queue):
17787         * nnvirtual.el (nnvirtual-catchup-group):
17788         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17789         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17790         (gnus-group-prepare-topics, gnus-topic-check-topology):
17791         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17792         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17793         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17794         (gnus-group-make-articles-read):
17795         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17796         (gnus-group-change-level, gnus-kill-newsgroup)
17797         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17798         (gnus-get-unread-articles, gnus-make-articles-unread)
17799         (gnus-make-ascending-articles-unread): Use accessor
17800         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17801         to get group information for improved readability.
17802
17803
17804 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17805
17806         * gnus-art.el (article-decode-mime-words, article-babel)
17807         (gnus-article-highlight-signature, gnus-article-add-buttons)
17808         (gnus-signature-toggle): Use gnus-with-article-buffer.
17809
17810         * gnus-art.el (gnus-article-highlight-headers)
17811         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17812
17813         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17814         (gnus-article-set-globals, gnus-request-article-this-buffer)
17815         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17816         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17817         (gnus-mime-display-alternative): Use with-current-buffer.
17818
17819 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17820
17821         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17822         also under 80 char limit, and call gnus-error if needed.
17823         (spam-fetch-article-header): Fix - it was a
17824         buffer-local variable (gnus-newsgroup-data).
17825         (spam-find-spam): Use spam-generate-fake-headers, forget about
17826         spam-insert-fake-headers.
17827         (spam-insert-fake-headers): Remove.
17828
17829 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17830
17831         * deuglify.el (gnus-article-outlook-unwrap-lines)
17832         (gnus-outlook-rearrange-article)
17833         (gnus-outlook-repair-attribution-outlook)
17834         (gnus-outlook-repair-attribution-block)
17835         (gnus-outlook-repair-attribution-other): Remove redundant
17836         save-excursion.
17837
17838 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17839
17840         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17841         (spam-fetch-field-subject-fast)
17842         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17843         (spam-fetch-article-header): Add functions to deal with Gnus
17844         internals for fast retrieval of article header data.
17845         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17846
17847 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17848
17849         * pop3.el (pop3-md5): Remove.
17850         (pop3-apop): Replace pop3-md5 with md5.
17851
17852         * mm-bodies.el: base64 is always built-in.
17853
17854         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17855         with-current-buffer.
17856
17857 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * canlock.el (canlock-insert-header): Remove excessive grouping in
17860         regexp.
17861
17862         * gnus-sum.el (gnus-summary-read-document): Ditto.
17863
17864         * gnus-uu.el (gnus-uu-part-number): Ditto.
17865
17866         * html2text.el (html2text-remove-tags): Ditto.
17867         (html2text-format-tags): Ditto.
17868         (html2text-format-single-elements): Ditto.
17869
17870         * mml.el (mml-parse-1): Ditto.
17871
17872 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17873
17874         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17875
17876         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17877
17878         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17879
17880         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17881
17882 2003-11-15  Simon Josefsson  <jas@extundo.com>
17883
17884         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17885         (pgg-gpg-lookup-key): Use regexp match instead of
17886         split-string (split-string is different between emacs 21.2 and
17887         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17888
17889 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17890
17891         * gnus-art.el (gnus-mime-view-all-parts)
17892         (gnus-article-part-wrapper, gnus-article-view-part): Use
17893         with-current-buffer.
17894
17895 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17896
17897         * spam.el (spam-disable-spam-split-during-ham-respool)
17898         (spam-spamoracle-database, spam-cache-lookups)
17899         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17900         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17901         (spam-group-ham-marks, spam-group-spam-marks)
17902         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17903         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17904         also add spam-use-blackholes to the statistical checks.
17905         (spam-fetch-field-fast): Add interface to fetching fields, may
17906         become a macro.
17907         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17908         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17909         (spam-insert-fake-headers): Fake an article when needed.
17910         (spam-find-spam): Fake article when possible.
17911         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17912         (spam-check-bogofilter-headers): Use message-fetch-field instead
17913         of nnmail-fetch-field.
17914
17915 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17916
17917         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17918
17919 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17920
17921         * spam.el (spam-split): Do not require spam-use-CHECK to be
17922         enabled if that check is passed to spam-split explicitly; also
17923         fix so 'spam doesn't get converted to spam-split-group when
17924         spam-split-symbolic-return is t.
17925         (spam-find-spam): Find registrations of the article and use those
17926         instead of re-running spam-split to find the spam/ham
17927         classification of the article.
17928         (spam-log-processing-to-registry, spam-log-registered-p)
17929         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17930         Use gnus-error instead of gnus-message.
17931         (spam-log-registration-type): Add function to determine the
17932         classification of a message based on registry entries; will
17933         return nil if both 'spam and 'ham are found.
17934         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17935         a reasonably fast local cache without the loading errors.
17936         (spam-cache-lookups): Set to t by default.
17937         (spam-find-spam): Don't try to guess spam-cache-lookups.
17938         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17939         spam-caches entry.
17940         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17941         caching of whitelist/blacklist entries.
17942         (spam-check-whitelist, spam-check-blacklist): Invoke
17943         spam-from-listed-p with a type, not a cache variable.
17944         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17945
17946 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17947
17948         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17949
17950         * nnmail.el (nnmail-split-fancy): do.
17951
17952         * mml.el (mml-parse): do.
17953
17954         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17955         (gnus-score-adaptive): do.
17956
17957 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17958
17959         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17960         (gnus-mime-button-map): Don't set keymap parent.
17961         (gnus-button-ctan-directory-regexp): Use shy grouping.
17962         (gnus-prev-page-map): Don't set keymap parent.
17963         (gnus-prev-page-map): Remove duplicated one.
17964         (gnus-next-page-map): Don't set keymap parent.
17965         (gnus-mime-security-button-map): Ditto.
17966
17967         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17968         version number.
17969
17970         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17971
17972 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * canlock.el (canlock-sha1-function): Remove.
17975         (canlock-sha1-function-for-verify): Remove.
17976         (canlock-openssl-program): Remove.
17977         (canlock-openssl-args): Remove.
17978         (canlock-ignore-errors): Remove.
17979         (canlock-sha1-with-openssl): Remove.
17980         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17981         (canlock-verify): Don't use canlock-ignore-errors.
17982
17983         * sha1-el.el (sha1-string-external): Make it can return a string
17984         in binary form.
17985         (sha1-region-external): Ditto.
17986         (sha1-string-internal): Ditto.
17987         (sha1-region-internal): Ditto.
17988         (sha1-region): Ditto.
17989         (sha1-string): Ditto.
17990         (sha1): Ditto.
17991
17992 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17993
17994         * spam.el (spam-report-articles-gmane): New command.
17995
17996 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17999
18000         * run-at-time.el (run-at-time-saved): Remove.
18001         (run-at-time): Doc fix.
18002
18003 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18004
18005         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18006         (gnus-summary-limit-map): Add it.
18007         (gnus-summary-make-menu-bar): do.
18008
18009 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18010
18011         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18012         Make attempt at some caching support (done for BBDB only now).
18013         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18014         addresses to be checked.
18015         (spam-clear-cache-BBDB): Add function, to be invoked by
18016         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18017         (spam-check-BBDB): Check and use the caches, if
18018         spam-cache-lookups is on, remove superfluous (provide).
18019
18020 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18021
18022         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18023
18024 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18025
18026         * run-at-time.el (run-at-time-saved): Move to after the definition
18027         of `run-at-time'.
18028
18029         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18030
18031 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18034         mm-w3m-local-map-property.
18035
18036         * mm-view.el (mm-w3m-mode-map): Remove.
18037         (mm-w3m-local-map-property): Remove.
18038         (mm-inline-text-html-render-with-w3m): Don't use
18039         mm-w3m-local-map-property.
18040
18041 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18042
18043         * run-at-time.el: New file.
18044
18045         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18046         under Emacs.
18047
18048         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18049         of gnus-set-text-properties.
18050
18051         * gnus-uu.el (gnus-uu-save-article): Ditto.
18052
18053         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18054
18055         * gnus-cite.el (gnus-cite-parse): Ditto.
18056
18057         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18058         of gnus-.
18059
18060         * gnus-xmas.el (run-at-time): Require run-at-time.
18061
18062         * gnus.el: Changed calls to nnheader-run-at-time and
18063         password-run-at-time throughout to use run-at-time directly.
18064
18065         * password.el: Removed definition of run-at-time.
18066
18067         * nnheaderxm.el: Remove definition of run-at-time.
18068
18069 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18070
18071         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18072         in prompt.
18073
18074 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18075
18076         * messagexmas.el (message-xmas-redefine): Alias
18077         `message-make-caesar-translation-table' to
18078         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18079         version.
18080
18081         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18082         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18083         `gnus-xmas-set-text-properties'.
18084         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18085         `gnus-xmas-completing-read'.
18086         (gnus-xmas-completing-read): Removed.
18087         (gnus-xmas-open-network-stream): Removed.
18088
18089         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18090         XEmacs version.
18091
18092         * dns.el (dns-make-network-process): Use `open-network-stream'
18093         instead of `gnus-xmas-open-network-stream'.
18094
18095         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18096
18097         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18098
18099 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18100
18101         * gnus-art.el (gnus-mime-display-alternative)
18102         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18103         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18104         Don't use gnus-local-map-property.
18105
18106         * gnus-util.el (gnus-local-map-property): Remove.
18107
18108         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18109         gnus-completing-read-maybe-default with completing-read.
18110
18111         * gnus-util.el (gnus-completing-read): do.
18112         (gnus-completing-read-maybe-default): Remove.
18113
18114 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18115
18116         * password.el: Only autoload `run-at-time' if not XEmacs.
18117         Only autoload the itimer functions if XEmacs.
18118
18119 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18122         XEmacsen.
18123
18124         * dgnushack.el: Autoload executable-find for XEmacs.
18125
18126 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18127
18128         * gnus-art.el (gnus-read-string): Remove.
18129         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18130         read-string.
18131
18132 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18133
18134         * netrc.el: Autoload password-read.
18135         (netrc): Add configuration group.
18136         (netrc-encoding-method, netrc-openssl-path): Add
18137         variables for encoding and decoding of files with symmetric
18138         ciphers.
18139         (netrc-encode): Add assistant function to encode a file with
18140         netrc-encoding-method.
18141         (netrc-parse): Add interactive parameter, added optional
18142         decoding if netrc-encoding-method is non-nil but otherwise
18143         behavior is standard.
18144         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18145         Do s/encode/encrypt/ everywhere.
18146
18147         * spam.el: Remove executable-find autoload.
18148
18149 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18150
18151         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18152
18153         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18154
18155 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18156
18157         * gnus-art.el (gnus-treat-ansi-sequences)
18158         (article-treat-ansi-sequences): New variable and function.
18159         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18160
18161         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18162         Use it.
18163
18164 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18165
18166         * mm-util.el (mm-quote-arg): Remove.
18167
18168         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18169         shell-quote-argument.
18170
18171         * gnus-uu.el (gnus-uu-command): do.
18172
18173         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18174
18175         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18176         with make-char.
18177
18178         * mm-util.el (mm-make-char): Remove.
18179
18180         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18181         add-minor-mode.
18182
18183         * gnus-undo.el (gnus-undo-mode): do.
18184
18185         * gnus-topic.el (gnus-topic-mode): do.
18186
18187         * gnus-sum.el (gnus-dead-summary-mode): do.
18188
18189         * gnus-start.el (gnus-slave-mode): do.
18190
18191         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18192
18193         * gnus-ml.el (gnus-mailing-list-mode): do.
18194
18195         * gnus-gl.el (gnus-grouplens-mode): do.
18196
18197         * gnus-draft.el (gnus-draft-mode): do.
18198
18199         * gnus-dired.el (gnus-dired-mode): do.
18200
18201         * gnus-ems.el (gnus-add-minor-mode): Remove.
18202
18203         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18204         Replace gnus-char-width with char-width.
18205
18206         * gnus-ems.el (gnus-char-width): Remove.
18207
18208         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18209         Replace gnus-char-width with char-width.
18210
18211         * gnus-ems.el (gnus-char-width): Remove.
18212
18213         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18214         definition.
18215         Remove Emacs 20 hash table compatibility code.
18216
18217         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18218         20 compatibility code.
18219
18220         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18221
18222         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18223
18224         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18225         with point-at-{eol,bol}.
18226
18227         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18228
18229         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18230
18231         * flow-fill.el (fill-flowed-point-at-bol)
18232         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18233
18234         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18235         Replace with point-at-{eol,bol} throughout all files.
18236
18237 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18238
18239         * ntlm.el (ntlm-string-as-unibyte): New macro.
18240         (ntlm-build-auth-response): Use it.
18241
18242         Remove Emacs 20 stuff:
18243         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18244         (butlast, mapc, remove): Remove the compiler macros.
18245         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18246         of delq and copy-sequence.
18247         * gnus-art.el (popup-menu): Remove the compiler macro.
18248         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18249         Emacs 20.
18250
18251 2004-01-05  Simon Josefsson  <jas@extundo.com>
18252
18253         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18254         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18255         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18256         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18257         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18258         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18259         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18260         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18261         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18262         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18263         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18264         string-xor into ntlm-string-xor.  Suggested by
18265         Jesper Harder <harder@myrealbox.com>.
18266
18267         * ntlm.el: Don't include poem.
18268
18269         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18270         Jesper Harder <harder@myrealbox.com>.
18271
18272         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18273
18274         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18275         probably breaks emacs with DL patch, but do we care? Is anyone
18276         still using the DL stuff?)
18277
18278         * sieve-manage.el: Use the password package.
18279         (sieve-manage-read-passwd): Remove.
18280         (sieve-manage-interactive-login): Use password.  Re-add
18281         condition-case around loop.
18282
18283         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18284         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18285         the password package.
18286
18287 2003-02-19  Simon Josefsson  <jas@extundo.com>
18288
18289         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18290         token.
18291
18292 2002-08-07  Simon Josefsson  <jas@extundo.com>
18293
18294         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18295         (sieve-manage-authenticators):
18296         (sieve-manage-authenticator-alist): Add some SASL mechs.
18297         (sieve-sasl-auth): New function.
18298         (sieve-manage-cram-md5-auth):
18299         (sieve-manage-plain-auth): Rewrite using SASL library.
18300         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18301         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18302         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18303         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18304
18305 2004-01-05  Simon Josefsson  <jas@extundo.com>
18306
18307         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18308         New files.
18309
18310 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18311
18312         * gnus-group.el (gnus-no-groups-message): Update.
18313
18314         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18315
18316 2003-11-09  Simon Josefsson  <jas@extundo.com>
18317
18318         * imap.el: Support for ID IMAP extension (RFC 2971).
18319         (imap-local-variables): Add imap-id.
18320         (imap-id): New variable.
18321         (imap-id): New function.
18322         (imap-parse-response): Parse untagged ID response.
18323         * nnimap.el (nnimap-id): New variable.
18324         (nnimap-open-connection): Use it.
18325
18326 2003-12-28  Simon Josefsson  <jas@extundo.com>
18327
18328         * gnus-score.el (gnus-score-edit-all-score): New.
18329         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18330
18331 2004-01-04  Simon Josefsson  <jas@extundo.com>
18332
18333         * password.el: Add.
18334
18335 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18336
18337         * dns.el (dns-query-types): Fix typo.
18338         (dns-query-types): New function.
18339         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18340         PTR and SOA replies, see RFC 1035.
18341
18342 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18343
18344         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18345
18346         * Moved to Changelog.2.
18347
18348 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18349
18350         * gnus.el (gnus-version-number): Bump version.
18351
18352 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18353
18354         * gnus.el: No Gnus v0.1 is released.
18355
18356 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18357
18358         * gnus.el: No Gnus v0.0 is released.
18359
18360 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18361
18362         * gnus.el (gnus-version-number): Bump.
18363         (gnus-version): No.
18364
18365 See ChangeLog.2 for earlier changes.
18366
18367     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18368       Free Software Foundation, Inc.
18369
18370   This file is part of GNU Emacs.
18371
18372   GNU Emacs is free software: you can redistribute it and/or modify
18373   it under the terms of the GNU General Public License as published by
18374   the Free Software Foundation, either version 3 of the License, or
18375   (at your option) any later version.
18376
18377   GNU Emacs is distributed in the hope that it will be useful,
18378   but WITHOUT ANY WARRANTY; without even the implied warranty of
18379   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18380   GNU General Public License for more details.
18381
18382   You should have received a copy of the GNU General Public License
18383   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18384
18385 ;; Local Variables:
18386 ;; coding: utf-8
18387 ;; fill-column: 79
18388 ;; add-log-time-zone-rule: t
18389 ;; End: