Remove gnus-nntp-service
[gnus] / lisp / ChangeLog
1 2010-10-29  Julien Danjou  <julien@danjou.info>
2
3         * gnus.el: Remove `gnus-nntp-service' variable.
4
5         * gnus-start.el (gnus-1): Remove x-splash calls.
6
7         * gnus-ems.el (gnus-x-splash): Remove.
8
9         * gnus.el (gnus-group-startup-message): Simplify/update code.
10
11         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
12         definition.
13
14         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
15         capability before doing anything.
16         (gnus-group-insert-group-line): Remove useless
17         gnus-group-remove-excess-properties.
18
19 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
22
23 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
26         config after reselecting.
27
28 2010-10-28  Julien Danjou  <julien@danjou.info>
29
30         * shr.el (shr-put-image): Use point even if only inserting text.
31         (shr-put-image): Save excursion when inserting alt text on non-graphic
32         display, so the behaviour is the same when we are on a graphic display.
33
34         * nnir.el (nnir-run-swish-e): Remove hyrex support.
35
36 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
39         (gnus-mime-copy-part): Check coding system, not charset.
40         (gnus-mime-view-part-externally): Never remove part.
41         (gnus-mime-view-part-internally): Don't remove part here.
42         (gnus-article-part-wrapper): Make sure MIME tag is visible.
43         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
44         multipart/alternative.
45
46         * mm-decode.el (mm-display-part): Take optional arg `force'.
47
48 2010-10-26  Julien Danjou  <julien@danjou.info>
49
50         * gnus-group.el (gnus-group-default-list-level): Add this function to
51         compute the default list level.
52         (gnus-group-default-list-level): Add possibility to use a function.
53
54 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
57
58         * gnus-group.el (gnus-group-completing-read)
59         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
60         gnus-replace-in-string.
61
62 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * shr.el (shr-tag-div): Added.
65
66         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
67
68 2010-10-25  Julien Danjou  <julien@danjou.info>
69
70         * gnus-util.el: Remove `gnus-with-local-quit'.
71
72         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
73
74 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
77         the original article buffer.
78
79 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * nnimap.el (nnimap-request-head): New function.
82         (nnimap-request-move-article): Try to be slighly faster by not
83         requesting the entire message when moving.
84         (nnimap-transform-headers): Don't bug out on bodiless articles.
85         (nnimap-send-command): Have no outstanding messages if the IMAP server
86         doesn't support streaming.
87         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
88
89 2010-10-24  Julien Danjou  <julien@danjou.info>
90
91         * message.el (message-default-headers): Fix type.
92
93 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
96         prefetching images.
97
98         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
99         backend for unknown groups.  This is mainly useful for nnimap groups.
100
101         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
102         group isn't covered by the agent.
103
104 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
105
106         * nnir.el (nnir-method-default-engines): new variable.
107         (nnir-run-query): use it.
108         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
109         (gnus-summary-nnir-goto-thread): change group if needed.
110
111         * gnus-group.el (gnus-group-group-map): add key binding for
112         gnus-group-make-nnir-group.
113
114 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * shr.el (shr-tag-object): Added.
117
118         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
119         original article buffer live.
120         (gnus-summary-select-article-buffer): Mention
121         gnus-widen-article-buffer.
122
123 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * shr.el (shr-tag-strong): Added.
126
127 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
130         group names.  They mess up the group buffer badly.
131
132         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
133
134         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
135         instead of the summary one.
136
137 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * mml.el (mml-preview): Work properly when editing article.
140
141         * gnus-start.el (gnus-read-active-file-1): Don't add method to
142         gnus-have-read-active-file if it's already been in.
143
144 2010-10-22  Tom Tromey  <tromey@redhat.com>
145
146         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
147         gnus-group-completing-read.
148
149 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * message.el (message-mode-map): Don't bind M-; to comment region, to
152         allow the global comment-dwim to work.
153
154 2010-10-21  Julien Danjou  <julien@danjou.info>
155
156         * message.el (message-setup-1): Allow message-default-headers to be a
157         function.
158
159 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
160
161         * shr.el (shr-tag-table): Simplify.
162
163 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
166         to avoid trying to snarf invalid stuff.
167
168         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
169
170         * gnus.el (gnus-message-archive-group): Quote value.
171         (gnus-message-archive-group): Mark as changed.
172
173         * shr.el (shr-add-font): Don't put the font properties on the newline
174         or the indentation.
175
176         * message.el (message-fix-before-sending): Change options when sending
177         non-printable characters.
178
179         * gnus.el (gnus-message-archive-method): Change the default to
180         monthly outgoing groups.
181
182         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
183         that have gotten new numbers.
184
185         * nnimap.el (nnimap-request-replace-article): New function.
186
187 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
190         (nnrss-request-article): Don't use special html washing code.
191
192 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * shr.el (shr-tag-table): Remove useless nconc.
195
196 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * gnus-art.el (article-wash-html): Simplify and remove the charset
199         stuff.  Use the normal html rendering code instead of the special html
200         washing code.
201
202         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
203         `gnus-w3m' symbols.
204         (mm-text-html-washer-alist): Removed.
205
206         * mm-decode.el (mm-inline-text-html-renderer): Removed.
207         (mm-inline-media-tests): Removed use.
208         (mm-text-html-renderer): Change default to the `shr' symbol.
209
210         * mm-view.el (mm-inline-text-html): Removed use.
211
212         * gnus-art.el (gnus-blocked-images): New function.  Allow the
213         `gnus-blocked-images' to be a function.
214         (gnus-article-wash-function): Removed.
215
216 2010-10-20  Julien Danjou  <julien@danjou.info>
217
218         * spam.el (spam-list-of-processors): Mark as obsolete.
219
220         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
221         (nnimap-insert-partial-structure): Fix boundary detection.
222
223 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
224
225         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
226         run file-truename on remote files.  This can be expensive and even
227         prevent one from editing drafts if some unrelated buffer has a stale
228         connection.
229
230 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
233         kinsoku-eol regardless of shr-kinsoku-shorten.
234         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
235         (shr-tag-table): Support caption, thead, and tfoot.
236
237 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
240         lines.
241         (shr-save-contents): New command and keystroke.
242
243         * nndoc.el (nndoc-type-alist): Add git support.
244         (nndoc-git-type-p): New function.
245         (nndoc-transform-git-article): Ditto.
246         (nndoc-transform-git-headers): Ditto.
247         (nndoc-transform-git-headers): Generate Subject headers.
248
249         * shr.el (shr-parse-style): New function.
250         (shr-tag-span): Ditto.
251
252         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
253         to `G G' to avoid collisions.
254
255 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
256
257         * shr.el: Load kinsoku if necessary.
258         (shr-kinsoku-shorten): New internal variable.
259         (shr-find-fill-point): Make kinsoku shorten text line if
260         shr-kinsoku-shorten is bound to non-nil.
261         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
262         shr-indentation too when testing if table is wider than frame width.
263         (shr-insert-table): Use `string-width' instead of `length' to measure
264         text width.
265         (shr-insert-table-ruler): Make sure indentation is done at bol.
266
267 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
268
269         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
270         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
271         undecoded network data.
272
273 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
276         name in the mode line spec so that the mode line menu works
277         (bug #2431).
278
279         * message.el (message-get-reply-headers): If we're fed `to-address',
280         then always use that.
281
282         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
283         aren't so wide as to need to switch off the edit menu.
284
285         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
286         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
287
288         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
289         `M-g'.
290         (nnimap-update-info): Update flags/read marks even if \* isn't part of
291         the permanent marks.
292
293 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
294
295         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
296         Splitting according to references/in-reply-to obeys the ignore-groups
297         variable, while splitting by sender and subject do not.
298
299 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
302         alist, so that we can look for non-Unicode chars.
303         (article-translate-strings): Allow both character and string maps.
304
305 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * shr.el (shr-insert): Don't insert space behind a wide character
308         categorized as kinsoku-bol, or between characters both categorized as
309         nospace.
310
311 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
312
313         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
314         headers to gnus-newsgroup-headers.
315
316 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * shr.el (shr-tag-img): Don't align images -- since we're not
319         rescaling, this often leads to ugly displays.
320
321 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
322
323         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
324         duplicates.
325
326 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
327
328         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
329         call.
330
331 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * gnus.el: Autoload gnus-html-show-images.
334
335         * nnimap.el: Use nnheader-message throughout.
336
337         * shr.el (shr-tag-img): Ignore images with no data.
338
339 2010-10-15  Julien Danjou  <julien@danjou.info>
340
341         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
342         a possibility to disable format=flow encoding when using hard newlines.
343
344 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * shr.el (shr-insert): Remove space inserted before or after a
347         breakable character or at the beginning or the end of a line.
348         (shr-find-fill-point): Do kinsoku; find the second best point or give
349         it up if there's no breakable point.
350
351 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352
353         * nnimap.el (nnimap-open-connection): Message when opening connection
354         for debugging purposes.
355
356         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
357         on every setup buffer call to allow this to change from article to
358         article.
359
360         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
361         buffers where we have a wide table.
362
363 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
364
365         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
366         uses *-request-thread.
367
368 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * nnimap.el (nnimap-open-connection): Remove %s from openssl
371         incantation, which is no longer valid.
372
373 2010-10-14  Julien Danjou  <julien@danjou.info>
374
375         * shr.el: Fix defcustom type (char -> character).
376
377 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * nnimap.el (nnimap-open-connection): tls-program should be a list of
380         programs.
381
382 2010-10-14  Julien Danjou  <julien@danjou.info>
383
384         * shr.el (shr-tag-a): Use url-link as widget type.
385
386         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
387         `gnus-group-get-icon'.
388
389 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
392         This should make server editing work better.
393
394         * shr.el (shr-find-fill-point): Don't inloop on indented text.
395
396         * tls.el (tls-program): Remove spurious %s from openssl.
397
398         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
399         (nnimap-parse-flags): Fix regexp.
400
401         * shr.el (shr-find-fill-point): Use a filling algorithm that should
402         probably work for CJVK text, too.
403
404         * nnimap.el (nnimap-extend-tls-programs): Removed.
405         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
406
407         * tls.el (tls-starttls-switches): Remove starttls hack.
408         (open-tls-stream): Ditto.
409         (tls-find-starttls-argument): Ditto.
410
411 2010-10-13  Julien Danjou  <julien@danjou.info>
412
413         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
414         responses.
415
416 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
419
420         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
421         anything in Emacs.
422
423         * shr.el (shr-current-column): Remove buggy and unnecessary function.
424
425 2010-10-13  Julien Danjou  <julien@danjou.info>
426
427         * shr.el (shr-width): Make shr-width a defcustom with default to
428         fill-column.
429         (shr-tag-img): Use shr-width rather than fill-column.
430
431 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * dgnushack.el (byte-optimize-apply)
434         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
435
436         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
437         position when (X-)Faces exist.
438         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
439         avatars when called interactively.
440
441 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
444         gnus-article-x-face-too-ugly is bound.
445
446 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
449
450         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
451         mailbox that doesn't exist.
452
453 2010-10-12  Julien Danjou  <julien@danjou.info>
454
455         * shr.el (shr-tag-img): Encode URL properly when retrieving.
456         (shr-get-image-data): Encode URL properly when fetching from cache.
457         (shr-tag-img): Use aligned-to spaces to align correctly images.
458
459         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
460         before inserting the Gravatar.
461
462         * shr.el (shr-tag-img): Add align attribute support for <img>.
463
464 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465
466         * gnus-gravatar.el (gnus-art): Required.
467
468         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
469         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
470         Remove long obsoleted functions.
471
472 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
475
476         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
477
478         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
479         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
480         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
481         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
482         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
483         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
484         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
485
486 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487
488         * nnimap.el (nnimap-request-rename-group): Select group read-only
489         before renaming it.
490
491         * shr.el (shr-insert): Fix up the white space only regexp.
492
493         * nnimap.el (nnimap-transform-split-mail): Not all articles have
494         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
495
496         * shr.el (shr-current-column): New function.
497         (shr-find-fill-point): New function.
498
499 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
500
501         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
502         numbers.
503
504 2010-10-11  Julien Danjou  <julien@danjou.info>
505
506         * shr.el (shr-hr-line): Add.
507         (shr-tag-hr): Use shr-hr-line to specify which character to use to
508         display hr lines.
509         (shr-max-columns): Do not change state to nil if we just inserting
510         spaces.
511
512 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-topic.el (gnus-topic-read-group): If after the last group,
515         select the last group.
516
517 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
518
519         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
520
521 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
522
523         * dig.el (dig-mode-map): Declare and define in one step.
524
525 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
528         for Gnus.
529         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
530         (nnimap-update-qresync-info): Mark \Seen articles as read.
531
532         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
533         non-variable, too.
534
535         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
536         available.
537         (nnimap-update-info): Rely more on the current active than the param
538         active to avoid marking articles as read too much.
539
540         * auth-source.el (auth-source-create): Use (user-login-name) for the
541         user name default.
542
543         * nnimap.el (nnimap-update-info): If the server doesn't return any
544         useful info, just use the previous info.
545         (nnimap-update-info): Prefer old info over start-article.
546         (nnimap-update-qresync-info): Finish implementing QRESYNC.
547
548 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
549
550         * nnir.el (autoload): Clean up autoloads.
551         (nnir-imap-default-search-key): Renamed from
552         nnir-imap-search-field. Use key rather than value.
553         (nnir-imap-search-other): New variable.
554         (nnir-read-parm): Use it.
555         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
556         (gnus-summary-nnir-goto-thread): Modify to work with imap.
557
558 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
559
560         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
561         the process, too.
562
563 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
566         Allbery.
567
568         * shr.el: Rework the way things are indented by <li> slightly.
569
570         * gnus.el (gnus-group-set-parameter): Fix typo.
571
572         * nnimap.el: Start implementing QRESYNC support.
573
574 2010-10-09  Julien Danjou  <julien@danjou.info>
575
576         * nnir.el (nnir-engines): Fix too many arguments.
577
578 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
581         group is the "last", so that the backends like nnfolder actually save
582         their folders.
583
584         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
585         try to use that for the tls stream.
586         (nnimap-retrieve-group-data-early): Rework the marks code to heed
587         UIDVALIDITY and find out which groups are read-only and not.
588         (nnimap-get-flags): Use the same marks parsing code as the rest of
589         nnimap.
590
591 2010-10-09  Julien Danjou  <julien@danjou.info>
592
593         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
594
595         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
596         retrieving gravatars.
597
598         * shr.el (shr-table-corner): Add.
599         (shr-table-line): Add.
600         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
601
602 2010-10-08  Julien Danjou  <julien@danjou.info>
603
604         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
605
606 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
607
608         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
609
610         * gnus-sum.el (gnus-mark-article-as-unread)
611         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
612         (gnus-summary-set-bookmark): Use it.
613
614         * gnus-msg.el (gnus-setup-message): Use it.
615
616         * gnus-demon.el (gnus-demon-remove-handler): Use it.
617
618         * gnus.el (gnus-group-remove-parameter): Use it.
619
620         * gnus-group.el (gnus-group-make-web-group): Use it.
621
622         * gnus-demon.el (gnus-demon-remove-handler): Use it.
623
624         * nnregistry.el: Update docs to mention manual.
625
626         * gnus-registry.el: Update docs to mention nnregistry.el.
627         (gnus-registry-initialize): Don't install nnregistry refer method
628         automatically.
629         (gnus-registry-install-nnregistry): Remove it.
630
631 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * shr.el (shr-insert): Don't insert double spaces.
634
635 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
636
637         * gnus-gravatar.el (gnus-treat-from-gravatar)
638         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
639         called interactively.
640
641         * gnus-art.el (gnus-mime-view-part-externally)
642         (gnus-mime-view-part-internally): Make predicate function passed to
643         gnus-mime-view-part-as-type assume argument is a mime type, not a list
644         of a mime type.
645
646         * shr.el (shr-table-widths): Don't use cl function `reduce'.
647
648 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * shr.el (require): Require cl when compiling.
651         (shr-tag-hr): New function.
652
653         * nnimap.el (nnimap-update-info): Remove double setting of high.
654         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
655         makes nnimap work properly on Courier again.
656
657         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
658         the variable for backwards compatability.
659
660         * mm-decode.el (mm-save-part): If given a non-directory result, expand
661         the file name before using to avoid setting mm-default-directory to
662         nil.
663
664         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
665         bidning gnus-agent variables.
666
667         * shr.el (shr-render-td): Use a cache for the table rendering function
668         to avoid getting an exponential rendering behaviour in nested tables.
669         (shr-insert): Rework the line-breaking algorithm.
670         (shr-insert): Don't leave trailing spaces.
671         (shr-insert-table): Also insert empty TDs.
672         (shr-tag-blockquote): Ensure paragraphs after </ul>.
673
674 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
675
676         * gnus-sum.el (gnus-number): Rename from `number'.
677         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
678         (gnus-summary-limit-children): Update uses correspondingly.
679
680 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
683         (gnus-gravatar-transform-address): Don't show avatars of people of
684         which mail addresses match gnus-gravatar-too-ugly.
685
686 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * shr.el (shr-table-widths): Expand TD elements to fill available
689         space.
690
691 2010-10-07  Julien Danjou  <julien@danjou.info>
692
693         * nnimap.el (nnimap-request-rename-group): Add this method.
694
695 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
698         name from XEmacs' function-arglist.
699
700         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
701         gravatar under XEmacs.
702
703 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
704
705         * auth-source.el: Update docs with TODO items.
706
707         * gnus-sync.el: Update docs to explain state and plans.
708
709         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
710         Hooks for mark updates.
711         (gnus-request-set-mark, gnus-request-update-mark): Use them.
712
713         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
714         hooks with arguments, which is needed for mark update hooks.
715
716 2010-10-06  Julien Danjou  <julien@danjou.info>
717
718         * gnus.el (gnus-expand-group-parameter): Only return and act on what
719         was matched.
720
721         * sieve-manage.el: Update example in `Commentary'.
722
723         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
724
725         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
726         not 2000.
727         (sieve-manage-authenticate): Re-add function.
728
729 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * shr.el (shr-insert): Get 'space transition right.
732         (shr-render-td): Only delete space at the end of the TD.
733
734         * nnimap.el (nnimap-open-connection): Prepare to support
735         open-gnutls-stream.
736
737         * shr.el: Rearrange function order to be more logical.
738
739 2010-10-06  Julien Danjou  <julien@danjou.info>
740
741         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
742         (nnrss-discover-feed): Remove 404 URL in docstring.
743
744         * nnir.el: Fix Swish-E URL.
745         Fix Namazu URL.
746
747         * message.el (message-change-subject): Remove 404 URL in a comment.
748
749 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
752         called interactively.
753
754         * gnus-util.el (gnus-remove-if): Allow hash table.
755         (gnus-remove-if-not): New function.
756
757         * gnus-art.el (gnus-mime-view-part-as-type)
758         * gnus-score.el (gnus-summary-score-effect)
759         * gnus-sum.el (gnus-read-move-group-name):
760         Replace remove-if-not with gnus-remove-if-not.
761
762         * gnus-group.el (gnus-group-completing-read):
763         Regard collection as a hash table if it is not a list.
764
765 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * shr.el (shr-render-td): Allow blank/missing <TD>s.
768
769         * shr.el: Document the table-rendering algorithm.
770
771 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
774         for Emacsen having no `libxml-parse-html-region' support.
775
776 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
779         invalid URLs.
780
781         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
782         line-broken.
783         (shr-tag-img): Ignore image fetching errors.
784         (shr-overlays-in-region): Compute overlay positions correctly.
785
786         * mm-decode.el (mm-shr): Require shr.
787
788         * gnus-art.el (gnus-blocked-images): Move variable here.
789
790         * shr.el (shr-insert-table): Bind free variable.
791
792         * mm-decode.el (mm-shr): Bind shr-content-function.
793
794         * shr.el (shr-content-function): New variable.
795
796         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
797         added for symmetry.
798
799         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
800
801         * gnus-group.el (gnus-group-make-group): Doc fix.
802
803         * nnimap.el (nnimap-request-newgroups): Return success.
804
805         * shr.el (shr-find-elements): New function.
806         (shr-tag-table): Put all the images after the table.
807         (shr-tag-table): Really inhibit images inside the table.
808         (shr-collect-overlays): Copy over overlays from the TD elements to the
809         main document.
810
811         * mm-decode.el (mm-shr): Bind shr-blocked-images to
812         gnus-blocked-images.
813
814 2010-10-05  Julien Danjou  <julien@danjou.info>
815
816         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
817
818         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
819         (gnus-html-maximum-image-size): Add this function.
820         (gnus-html-put-image): Use gnus-html-maximum-image-size.
821
822         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
823         server-value of the capability is nil.
824
825 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * shr.el (shr-tag-em): Add <EM> tag.
828
829 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
830
831         * sieve-manage.el (sieve-manage-default-stream): Make default stream
832         customizable.
833
834         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
835         handing broken links to browse-url.
836
837 2010-10-05  Julien Danjou  <julien@danjou.info>
838
839         * gnus-util.el (gnus-emacs-completing-read)
840         (gnus-iswitchb-completing-read): Use autoload rather than require.
841
842 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
845         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
846         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
847         iswitchb-temp-buflist for XEmacs.
848
849         * gnus-util.el (gnus-completing-read-function): Exclude
850         gnus-icompleting-read and gnus-ido-completing-read from candidates for
851         XEmacs since iswitchb.el is very old and ido.el is unavailable in
852         XEmacs.
853
854         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
855         not to use `delete-dups' that is unavailable in XEmacs 21.4.
856
857         * gnus-html.el: Don't require help-fns under XEmacs.
858         (gnus-html-schedule-image-fetching): Work for XEmacs.
859
860         * mm-decode.el (mm-shr): Decode contents by charset.
861
862 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
865         unknown.
866
867         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
868         (shr-get-image-data): Ensure against the cache file missing.
869
870         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
871         for data.
872
873         * spam-report.el (spam-report-url-ping-plain): Don't query about
874         killing the process.
875
876         * shr.el (shr-render-td): Protect against too-wide text.
877
878 2010-10-04  Julien Danjou  <julien@danjou.info>
879
880         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
881         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
882
883         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
884         retrieved.
885
886 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * shr.el (browse-url): Required.
889         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
890         lines.
891         (shr-show-alt-text, shr-browse-image): New commands.
892         (shr-browse-url, shr-copy-url): New commands.
893
894         * gnus-sum.el (gnus-widen-article-window): New variable.
895         (gnus-summary-select-article-buffer): Use it.
896
897         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
898         without @ signs.
899
900 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
901
902         * nnir.el (nnir-run-imap): Remove spurious space in search string.
903
904 2010-10-04  Julien Danjou  <julien@danjou.info>
905
906         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
907         for XEmacs.
908
909 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
912
913         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
914         (nnimap-close-server): Implement.
915
916         * dgnushack.el (iswitchb): Require to shut up the compiler.
917
918         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
919         (shr-insert): Tweak line breaking.
920         (shr-insert): Handle <pre> better.
921         (shr-tag-li): Get <li> indentation right.
922         (shr-tag-li): Get <li> indentation even righter.
923         (shr-tag-blockquote): Ensure paragraph start.
924         (shr-make-table): Tweak table generation.
925         (shr-make-table): Fix typo.
926
927         * shr.el: Implement table rendering.
928
929 2010-10-04  Julien Danjou  <julien@danjou.info>
930
931         * gnus-html.el (gnus-html-put-image): Fix resize image code.
932
933 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * shr.el (shr-insert): Use string anchors instead of line anchors.
936
937 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * shr.el: Add headings.
940         (shr-ensure-paragraph): Actually work.
941         (shr-tag-li): Make <ul> prettier.
942         (shr-insert): Get white space at the beginning/end of elements right.
943         (shr-tag-p): Collapse subsequent <p>s.
944         (shr-ensure-paragraph): Don't insert double line feeds after blank
945         lines.
946         (shr-insert): \t is also space.
947         (shr-tag-s): Fix "s" tag name function.
948         (shr-tag-s): Fix face prop name.
949
950 2010-10-03  Julien Danjou  <julien@danjou.info>
951
952         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
953
954         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
955         gnus-window-inside-pixel-edges.
956
957         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
958         gnus-ems.
959
960         * mm-view.el (mm-inline-image-emacs): Support image resizing.
961
962         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
963         function.
964
965         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
966         resize choice.
967
968 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
971         beginning of the buffer.
972
973         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
974         article buffer again.
975
976         * shr.el (shr-tag-p): Don't insert newlines at the start of the
977         buffer.
978
979         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
980         when it's at the start of the buffer.
981
982         * shr.el (shr-tag-blockquote): Convert name.
983         (shr-rescale-image): Use the right image-size variant.
984
985         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
986         buffer isn't shown, then select the current article first instead of
987         bugging out.
988         (gnus-summary-select-article-buffer): Show both the article and summary
989         buffers again.
990
991         * shr.el (shr-fontize-cont): Protect against regions with no text.
992         Rename tag functions to shr-tag-* for enhanced security.
993         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
994
995 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
996
997         * shr.el (shr-insert):
998         * pop3.el (pop3-movemail):
999         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1000         loaded.
1001
1002 2010-10-03  Glenn Morris  <rgm@gnu.org>
1003
1004         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1005
1006         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1007
1008         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1009
1010         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1011
1012         * gnus-util.el (gnus-make-local-hook): Simplify.
1013
1014 2010-10-02  Julien Danjou  <julien@danjou.info>
1015
1016         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1017         (gnus-ido-completing-read): New function.
1018         (gnus-emacs-completing-read): New function.
1019         (gnus-completing-read): Use gnus-completing-read-function.
1020         Add gnus-completing-read-function.
1021
1022 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * shr.el (shr-insert-document): Autoload.
1025         (shr-img): Be silent.
1026         (shr-insert): Add a newline after every picture before text.
1027         (shr-add-font): Use overlays for combining faces.
1028         (shr-insert): Pass upwards the text start point.
1029
1030         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1031         possible.
1032         (mm-shr): New function.
1033
1034 2010-10-02  Julien Danjou  <julien@danjou.info>
1035
1036         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1037         should go backward.
1038
1039 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1040
1041         * shr.el (shr): Fix typo in provide call.
1042
1043 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * shr.el: New file.
1046
1047         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1048
1049         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1050         completing read.
1051
1052 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1053
1054         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1055         we're being queried about.  Suggested by Dan Jacobson.
1056
1057         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1058         by Jason Eisner.
1059
1060         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1061         table, too.  Suggested by Stefan Wiens.
1062         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1063         the table unnecessary.  Suggested by Stefan Wiens.
1064
1065         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1066         longer needed, and probably doesn't work either, as pointed out by
1067         Stefan Wiens.
1068         (gnus-summary-exit): Remove call to the clearing function.
1069         (gnus-summary-exit-no-update): Ditto.
1070
1071         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1072         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1073         Reported by Stefan Monnier.
1074         (gnus-summary-save-in-rmail): Ditto.
1075
1076         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1077         article buffer, instead of both the article buffer and the summary
1078         buffer.  Sort of suggested by Dan Jacobson.
1079
1080         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1081
1082         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1083         Suggested by Dan Jacobson.
1084
1085         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1086         documentation clearer.
1087
1088         * message.el (message-shorten-references): Comment on the number "21".
1089         Suggested by Stefan Monnier.
1090
1091         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1092         Suggested by Dan Jacobson.
1093
1094         * gnus.el (gnus-large-newsgroup): Mention
1095         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1096
1097         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1098         externalize attachments.  Bug reported by Steve Wen.
1099
1100         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1101         really message anything to the user.
1102
1103         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1104         directly.
1105
1106         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1107         messages in empty groups.
1108
1109 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1110
1111         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1112         non-UIDNEXT group.
1113
1114 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1117         not the value from the collection.
1118
1119         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1120         values.  This sometimes happens on some groups that have no info.
1121         (nnimap-request-newgroups): New function.
1122
1123 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1124
1125         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1126         check into `gnus-registry-initialize'.
1127         (gnus-registry-initialize): Ditto.
1128         Fix and extend header docs.
1129
1130 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1133         regexp backtrace overflows.
1134
1135         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1136         for starttls that tls.el implements; i.e. openssl.
1137
1138         * tls.el (tls-starttls-switches): Give up on using starttls with
1139         gnutls-cli.
1140         (tls-program): Add --insecure to be consistent with the defaults from
1141         openssl s_client.  Now all three commands are insecure.
1142
1143 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1144
1145         * lpath.el: Bind completion-styles-alist for XEmacs.
1146
1147         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1148         (gravatar-create-image): New function that's an alias to
1149         gnus-xmas-create-image, gnus-create-image, or create-image.
1150         (gravatar-data->image): Use it.
1151
1152 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1153
1154         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1155         install the nnregistry refer method.
1156         (gnus-registry-install-hooks): Use it.
1157         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1158         unfollowed groups.
1159
1160 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1161
1162         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1163         expanding threads.
1164
1165 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * nnir.el: Use the server names without suffixes (bug #7009).
1168
1169         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1170         unencrypted to STARTTLS, if possible.
1171
1172 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1173
1174         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1175         headers before superseding.
1176
1177 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * nnrss.el (nnrss-use-local): Add documentation.
1180
1181         * nnimap.el (nnimap-extend-tls-programs): New function.
1182         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1183         (nnimap-wait-for-connection): Accept the greeting from the stupid
1184         output from openssl s_client -starttls, too.
1185
1186         * tls.el (tls-starttls-switches): New variable.
1187         (tls-find-starttls-argument): Use it.
1188         (open-tls-stream): Ditto.
1189
1190         * netrc.el (netrc-credentials): Return the value of the "default"
1191         entry.
1192         (netrc-machine): Ditto.
1193
1194         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1195         article number.
1196         (nnimap-split-fancy): New variable.
1197         (nnimap-split-incoming-mail): Use it.
1198
1199         * nntp.el (nntp-server-list-active-group): Document.
1200
1201         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1202         SELECT to get the message-id.
1203
1204         * mail-source.el (mail-sources): Removed webmail support.
1205         (defvar): Ditto.
1206         (mail-source-fetcher-alist): Ditto.
1207         (mail-source-fetch-webmail): Removed.
1208
1209         * webmail.el: Removed -- doesn't seem relevant any more.
1210
1211         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1212
1213         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1214         the \r.
1215
1216 2010-09-30  Julien Danjou  <julien@danjou.info>
1217
1218         * gnus-agent.el (gnus-agent-add-group): Fix call to
1219         gnus-completing-read.
1220
1221 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * nndoc.el (nndoc-retrieve-groups): New function.
1224
1225         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1226         `default', use nnmail-split-methods.
1227         (nnimap-request-article): Downcase the NILs so that they are nil.
1228
1229         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1230         symbol.
1231
1232         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1233         code, since if the user has requested network, that's what they ought
1234         to get.
1235         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1236         (nnimap-split-rule): Mark as obsolete.
1237
1238         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1239         variable.
1240
1241         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1242         correct slot, too.
1243
1244 2010-09-29  Julien Danjou  <julien@danjou.info>
1245
1246         * gnus.el (gnus-local-domain): Declare variable obsolete.
1247
1248         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1249         computing.
1250         (gnus-ido-completing-read): Require ido.
1251
1252 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1255         build Gnus.
1256
1257         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1258         when interpreting the structures.
1259         (nnimap-request-accept-article): Add \r\n to the lines to make this
1260         work with Cyrus.
1261
1262         * nndraft.el (nndraft-request-expire-articles): Use the group name
1263         instead if "nndraft".  Fix found by Nils Ackermann.
1264
1265 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1266
1267         * nnregistry.el: Added.
1268
1269 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1270
1271         * nnmail.el (group, group-art-list, group-art):
1272         Remove unneeded directives.
1273
1274 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1277         (mm-mime-charset)
1278         * rfc2047.el (rfc2047-syntax-table)
1279         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1280
1281         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1282         rather than `insert-file-contents' and `eval-region'.
1283
1284         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1285         construction.
1286
1287         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1288
1289         * time-date.el: No need to require cl for Emacs 21.
1290
1291 2010-09-29  Julien Danjou  <julien@danjou.info>
1292
1293         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1294         replacement of `gnus-gravatar-relief' to mimic
1295         `gnus-faces-properties-alist'.
1296         Add :version property.
1297
1298 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * mail-source.el (mail-source-report-new-mail)
1301         * message.el (message-default-mail-headers)
1302         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1303
1304         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1305
1306 2010-09-28  Julien Danjou  <julien@danjou.info>
1307
1308         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1309         mail-address contains the same string as real-name.
1310
1311         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1312         non-blank in header, otherwise it'll get stripped.
1313
1314         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1315         real-name, and then for mail address rather than doing : or , search.
1316
1317 2010-09-27  Julien Danjou  <julien@danjou.info>
1318
1319         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1320         (gnus-server-goto-server): Use gnus-completing-read.
1321
1322         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1323
1324         * mm-util.el (defalias): Use gnus-completing-read.
1325         (mm-codepage-setup): Use gnus-completing-read.
1326
1327         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1328         (smime-decrypt-buffer): Use gnus-completing-read.
1329
1330         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1331
1332         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1333         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1334         (mml-insert-multipart): Use gnus-completing-read.
1335
1336         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1337
1338         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1339
1340         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1341
1342         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1343
1344         * gnus.el (gnus-read-method): Use gnus-completing-read.
1345
1346         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1347
1348         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1349         (gnus-mime-action-on-part): Use gnus-completing-read.
1350         (gnus-article-encrypt-body): Use gnus-completing-read.
1351
1352         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1353         (gnus-topic-move-matching): Use gnus-completing-read.
1354         (gnus-topic-copy-matching): Use gnus-completing-read.
1355         (gnus-topic-sort-topics): Use gnus-completing-read.
1356         (gnus-topic-move): Use gnus-completing-read.
1357
1358         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1359         (gnus-agent-add-group): Use gnus-completing-read.
1360
1361         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1362         gnus-completing-read.
1363         (nnmairix-update-groups): Use gnus-completing-read.
1364         (nnmairix-get-server): Use gnus-completing-read.
1365         (nnmairix-backend-to-server): Use gnus-completing-read.
1366         (nnmairix-goto-original-article): Use gnus-completing-read.
1367         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1368
1369         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1370
1371         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1372         (gnus-group-make-useful-group): Use gnus-completing-read.
1373         (gnus-group-make-web-group): Use gnus-completing-read.
1374         (gnus-group-add-to-virtual): Use gnus-completing-read.
1375         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1376
1377         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1378         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1379         (gnus-summary-execute-command): Use gnus-completing-read.
1380         (gnus-summary-respool-article): Use gnus-completing-read.
1381         (gnus-read-move-group-name): Use gnus-completing-read.
1382
1383         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1384         (gnus-summary-score-effect): Use gnus-completing-read.
1385
1386         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1387
1388         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1389         right completing-read function.
1390         (gnus-use-ido): New variable
1391         (gnus-completing-read-with-default): Remove.
1392
1393 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1396         x-focus-frame.
1397
1398         * nnimap.el (auth-source-forget-user-or-password)
1399         (auth-source-user-or-password): Autoload.
1400
1401         * message.el (message-from-style, message-interactive)
1402         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1403         (message-yank-prefix, message-indentation-spaces, message-signature)
1404         (message-signature-file): Add comment.
1405
1406 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1409         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1410         new articles.
1411
1412         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1413         parts.
1414         (nnimap-request-article): Work with the t setting, too.
1415
1416         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1417         that you don't get flashes of other buffers.
1418         (gnus-summary-show-complete-article): Intern before setting.
1419
1420 2010-09-27  David Engster  <dengste@eml.cc>
1421
1422         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1423         well as HEADERS.
1424         (nnmairix-retrieve-headers): Provide new argument for the above.
1425
1426 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus-sum.el (gnus-summary-move-article): Don't alter
1429         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1430         group.
1431
1432         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1433
1434         * message.el (message-cite-prefix-regexp): Revert my last edit.
1435
1436         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1437         variable instead of the Gnus variable.
1438
1439         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1440
1441         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1442         again.
1443
1444         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1445         since some servers don't like it.
1446         (nnimap-open-connection): Forget credentials if the server says the
1447         password was wrong.
1448         (nnimap-parse-line): Protect against invalid data.
1449
1450         * gnus-sum.el (gnus-summary-move-article): Add comment.
1451         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1452         nothing alters it while scanning for new messages.
1453
1454         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1455         which may or may not help.
1456         (nnimap-open-connection): If we're doing a stream connection, and then
1457         discover we're on a STARTTLS-capable server, then open a STARTTLS
1458         connection instead.
1459
1460 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * nnimap.el (utf7): Required.
1463
1464         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1465         prefix.
1466
1467 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1468
1469         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1470
1471 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * nnimap.el (nnimap-request-accept-article): Message the error on
1474         error.
1475
1476 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1479
1480 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * nndoc.el (nndoc-request-list): Return success always.
1483
1484         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1485         `fetch-old' -- we only want to fetch the articles we've requested.  The
1486         rest are in the agent, probably.
1487         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1488         disappeared server" to something low.  It's not important.
1489
1490         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1491         arrived before the FETCH data.
1492
1493         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1494         target here, because we don't know the Gnus name of the group.
1495
1496         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1497         for the correct group.
1498
1499         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1500
1501         * gnus.el (gnus): Give a final warning after startup.
1502
1503         * gnus-util.el (gnus-action-message-log): New variable.
1504         (gnus-message): Use it.
1505         (gnus-final-warning): New function.
1506
1507         * nnimap.el (nnimap-open-connection): Record the greeting.
1508         (nnimap): Add greeting.
1509
1510 2010-09-26  Julien Danjou  <julien@danjou.info>
1511
1512         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1513         arguments.
1514         (gnus-html-wash-images): Fix spec computing to include start/end.
1515
1516         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1517
1518 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1521         deletion.
1522         (nnimap-retrieve-headers): Don't select the group, because that's
1523         already done by nnimap-possibly-change-group.
1524
1525         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1526         (gnus-picon-transform-address): Use it.
1527
1528         * mail-source.el (mail-source-value): Revert previous patch.
1529
1530         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1531         on failure.
1532         (nnimap-open-connection): Look up both virtual and physical server name
1533         credentials.
1534
1535         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1536
1537 2009-02-07  Dave Love  <fx@gnu.org>
1538
1539         * tls.el (open-tls-stream): Don't query killing process.
1540
1541 2009-02-08  Dave Love  <fx@gnu.org>
1542
1543         * gnus-win.el (gnus-window-to-buffer-helper,
1544         gnus-all-windows-visible-p): Function needn't be a symbol.
1545
1546         * mail-source.el (mail-source-value): Function needn't be a symbol.
1547
1548 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * message.el (message-cite-prefix-regexp): Remove } from the cite
1551         prefix.
1552
1553         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1554         highlight again, so that the highlight is correct.
1555
1556         * gnus-picon.el (gnus-picon): Remove again.
1557         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1558
1559         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1560         doing the header highlightling, so that the background colour of the
1561         picon is correct.
1562
1563         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1564         (gnus-picon): Ditto.
1565         (gnus-picon): Reinstate.  The background colour for picons is white.
1566         (gnus-picon-insert-glyph): Make the background white.
1567
1568         * nnml.el (nnml-open-nov): Don't return dead buffers.
1569
1570         * auth-source.el (auth-source-create): Query the user for whether to
1571         store the credentials.
1572
1573         * netrc.el (netrc-store-data): New function.
1574
1575         * auth-source.el (auth-source-user-or-password): Use the existing auth
1576         sources, if any, for creation.
1577
1578         * gnus.el (gnus-group-fast-parameter): Return the last matching
1579         parameter instead of the first matching parameter.
1580
1581 2010-09-26  Julien Danjou  <julien@danjou.info>
1582
1583         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1584
1585 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586
1587         * mml2015.el (mml2015-use): Remove gpg support.
1588
1589         * mml1991.el (mml1991-function-alist): Remove gpg function.
1590         (mml1991-gpg-sign): Removed.
1591
1592 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1593
1594         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1595         (gnus-browse-unsubscribe-current-group): Document it.
1596         (gnus-browse-unsubscribe-group): Use it.
1597
1598 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1601         address to the To list for easier response.
1602
1603         * gnus.el (gnus-play-startup-jingle): Removed.
1604         (gnus-splash): Don't play jingle.
1605         (gnus): Silence gnus-load message.
1606
1607         * gnus-art.el (gnus-treat-play-sounds): Removed.
1608
1609         * gnus.el (gnus-play-jingle): Remove audio support.
1610
1611         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1612
1613         * earcon.el: Removed -- no users.
1614
1615         * gnus-audio.el: Removed -- no users of this package.
1616
1617         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1618
1619         * gnus-start.el (gnus-setup-news): Remove nocem support.
1620
1621         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1622
1623         * gnus.el (gnus-use-nocem): Removed.
1624
1625         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1626         Removed.
1627
1628         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1629         uses NoCeM any more.
1630
1631         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1632         (gnus-button-ctan-handler): Ditto.
1633         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1634         (gnus-button-ctan-directory-regexp): Ditto.
1635         (gnus-button-handle-ctan): Ditto.
1636         (gnus-button-tex-level): Ditto.
1637         (gnus-button-alist): Removed CTAN stuff.
1638
1639 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1642         nnimap-streaming test.
1643
1644         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1645         servers twice.
1646
1647         * nnimap.el (nnimap-open-connection): Add more error reporting when
1648         nnimap fails early.
1649
1650         * nnheader.el (nnheader-get-report-string): New function.
1651         (nnheader-get-report): Use it.
1652
1653         * gnus-int.el (gnus-check-server): Say what the error was when opening
1654         failed.
1655
1656         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1657         using streaming.
1658
1659 2010-09-25  Julien Danjou  <julien@danjou.info>
1660
1661         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1662         gnus-window-inside-pixel-edges.
1663
1664 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1667
1668         * mm-decode.el (mm-save-part): Allow saving to other directories the
1669         normal Emacs way.
1670
1671         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1672         by Jay Berkenbilt.
1673
1674         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1675         there isn't a single byte.
1676
1677         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1678         just do it.  It doesn't really seem to matter what the user responds
1679         here, I think, so it's just a confusing question.
1680
1681         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1682         non-streaming case.
1683
1684         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1685         (gnus-article-encrypt-body): Use it.
1686
1687         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1688         keystroke.
1689
1690         * nnimap.el (nnimap-find-wanted-parts-1): Use
1691         gnus-fetch-partial-articles.
1692
1693         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1694
1695         * nnimap.el (nnimap-insert-partial-structure): New function.
1696         (nnimap-get-partial-article): New function.
1697         (nnimap-request-article): Use it.
1698         (nnimap-wait-for-response): Return whether the wait was successful.
1699         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1700         retrieval wasn't successful.
1701         (nnimap-retrieve-group-data-early): Allow throttling servers.
1702         (nnimap-streaming): New variable.
1703         (nnimap-fetch-partial-articles): Removed.
1704
1705         * mm-decode.el (mm-with-part): Protect against killed buffers.
1706
1707         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1708         for prettier summary display.
1709
1710 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1711
1712         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1713         directly.
1714
1715 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1718         apparently third-party libraries depend on it.
1719
1720         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1721         before starting negotiation.
1722
1723         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1724         privacy reasons.
1725         (gnus-treat-mail-gravatar): Ditto.
1726
1727         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1728         buffer when inserting images.  Inserting text into the headers, for
1729         instance, can make them invalid.
1730
1731 2010-09-25  Julien Danjou  <julien@danjou.info>
1732
1733         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1734         variables.
1735
1736         * nnheader.el: Remove useless variables news-reply-yank-from and
1737         news-reply-yank-message-id.
1738
1739         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1740         variables.
1741
1742         * mml1991.el: Remove useless mml1991-verbose.
1743
1744         * gnus.el: Remove useless variable gnus-use-generic-from.
1745         Remove obsolete variable gnus-topic-indentation.
1746
1747         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1748
1749         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1750
1751         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1752
1753         * gnus-group.el: Remove useless gnus-group-icon-cache.
1754         Remove useless gnus-ephemeral-group-server.
1755
1756         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1757
1758         * mml2015.el: Remove useless mml2015-verbose.
1759
1760         * mml-smime.el: Remove useless mml-smime-verbose.
1761
1762         * gnus.el: Remove useless gnus-local-domain.
1763
1764         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1765         gnus-gravatar-size.
1766
1767         * gnus-art.el: Remove useless gnus-treat-translate.
1768
1769 2010-09-24  Julien Danjou  <julien@danjou.info>
1770
1771         * gnus-sum.el: Add support for Gravatars.
1772
1773         * gnus-art.el: Add support for Gravatars.
1774
1775         * gnus-gravatar.el: Add this file.
1776
1777         * gravatar.el: Add this file.
1778
1779 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1780
1781         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1782
1783         * gnus-group.el (gnus-group-fetch-faq): Removed.
1784
1785         * gnus.el (gnus-group-faq-directory): Removed.
1786
1787         * gnus-group.el (gnus-group-fetch-charter): Removed.
1788
1789         * gnus.el (gnus-group-charter-alist): Removed.
1790
1791         * gnus-group.el (gnus-group-archive-directory): Removed.
1792         (gnus-group-recent-archive-directory): Ditto.
1793         (gnus-group-make-archive-group): Removed.
1794
1795         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1796
1797         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1798         use the same article number for all the cached articles.
1799
1800         * nnimap.el (nnimap-command): Register the last command time so
1801         that we can use it for idling NOOPs.
1802         (nnimap-open-connection): Start the keeplive timer.
1803         (nnimap-make-process-buffer): Store all the process buffers.
1804         (nnimap-keepalive): New function.
1805
1806         * starttls.el: (starttls-open-stream): Add autoload cookie.
1807
1808 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1809
1810         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1811         handling.
1812
1813 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1816         its data structures.
1817
1818         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1819         instead of the cl.el copy-list.
1820         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1821         equalp.
1822
1823 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1826         and tool-bar-local-item-from-menu.
1827
1828         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1829         mode-line-highlight face for Emacs.
1830
1831         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1832         loading gnus-sum.elc; fix comment for canlock-verify.
1833         (gnus-article-jump-to-part): Use read-number.
1834         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1835         Emacs pre-21 compatible code for help-echo.
1836         (gnus-article-next-page-1): No need to adjust the number of lines.
1837         (gnus-article-describe-bindings): Always use help-buffer.
1838
1839         * gnus-audio.el (gnus-audio-inline-sound)
1840         * gnus-cus.el (gnus-custom-mode)
1841         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1842
1843         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1844
1845         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1846         compatible code.
1847
1848 2010-09-24  Glenn Morris  <rgm@gnu.org>
1849
1850         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1851         visiting the fcc file in rmail-mode.
1852
1853         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1854
1855 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * nnir.el: Silence the byte compiler.
1858
1859         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1860         alias to browse-url-url-encode-chars if any.
1861         (gnus-html-encode-url): Use it.
1862
1863 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864
1865         * gnus-start.el (gnus-use-backend-marks): New variable.
1866         (gnus-get-unread-articles-in-group): Use it.
1867
1868         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1869         makeover.
1870
1871 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1872
1873         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1874
1875 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1878         Removed.
1879         (gnus-setup-news-hook): Removed
1880         gnus-fixup-nnimap-unread-after-getting-new-news.
1881
1882         * gnus-int.el (gnus-request-update-info): Protect against backends not
1883         having the function.
1884
1885         * nnimap.el (nnimap-stream): Mention starttls.
1886         (nnimap-open-connection): Add starttls support.
1887
1888 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1889
1890         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1891
1892 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1895         BODYSTRUCTUREs.
1896         (nnimap-transform-headers): Unfold quoted {42} headers.
1897
1898         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1899         the info.
1900         (gnus-get-unread-articles): Only call updatep on backends that support
1901         it.
1902
1903         * nnweb.el (nnweb-request-update-info): NOOP.
1904
1905         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1906
1907         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1908         since it only deals with marks.
1909
1910         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1911         gnus-request-marks, and make a new gnus-request-update-info.
1912
1913         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1914         the active instead of the high number, which is usually too low.
1915
1916 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1917
1918         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1919         * encrypt.el: Removed.
1920
1921 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1924         server in symbolic form.
1925
1926         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1927         0.9.
1928
1929 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1932         (nnimap-update-info): Fix up code slightly.
1933
1934         * gnus-int.el (gnus-open-server): Add tracing for performance
1935         debugging.
1936
1937         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1938         (gnus-group-insert-group-line): Pass the real group name so that it
1939         gets the right data.
1940
1941         * gnus-start.el (gnus-get-unread-articles): Don't have
1942         `gnus-get-unread-articles-in-group' update info, since that can be
1943         really slow and doesn't seem to be needed?
1944
1945 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1946
1947         * time-date.el (date-to-time): Try using parse-time-string first before
1948         using the slower timezone-make-date-arpa-standard.
1949
1950 2010-09-22  Julien Danjou  <julien@danjou.info>
1951
1952         * gnus-group.el (gnus-group-insert-group-line): Call
1953         gnus-group-highlight-line.
1954         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1955         default hook list.
1956         (gnus-group-update-eval-form): Add new function.
1957         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1958         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1959
1960 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1963         immediate, then expire all articles.
1964         (nnimap-update-info): Fix off-by-one errors.
1965         (nnimap-flags-to-marks): Would return no marks lists for group with no
1966         flags.  Instead return the other data.
1967
1968 2010-09-22  Julien Danjou  <julien@danjou.info>
1969
1970         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1971         Only return an icon.
1972         (gnus-group-insert-group-line): Compute icon to return.
1973
1974         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1975         variable.
1976         (gnus-html-image-fetched): Only cache if
1977         gnus-html-image-automatic-caching is set.
1978         (gnus-html-image-fetched): Check for errors.
1979
1980 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1983         once per method on `g'.  This ensures that backends like nnfolder don't
1984         open all their folders.
1985
1986         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1987         (nnimap-request-list): Nix out group in the correct buffer.
1988         (nnimap-parse-flags): Implement by using `read' instead of
1989         hand-parsing.
1990         (nnimap-flags-to-marks): Pass on permanent-flags.
1991         (nnimap-make-process-buffer): Record the server name.
1992         (nnimap-parse-flags): Fix typo.
1993         (nnimap-request-scan): Run split on the server in general, not just a
1994         single group.
1995
1996         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1997         parameter, and propagate this downwards.
1998
1999         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2000         since EXAMINE changes it on the server.
2001
2002         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2003         this command might take a while.
2004
2005 2010-09-22  Julien Danjou  <julien@danjou.info>
2006
2007         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2008         harmful if you have 2 images side-by-side, they can't be properly
2009         update on text deletion.  Using text-property is safer here.
2010         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2011         data.
2012
2013 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * nnimap.el (nnimap-expunge-inbox): Removed.
2016         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2017         (nnimap-expunge): Flip default to t.
2018
2019         * gnus.el (gnus-method-to-server): Don't push things to the cache
2020         unless it's unique.
2021         (gnus-server-to-method): Ditto.
2022
2023 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2024
2025         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2026
2027 2010-09-22  Julien Danjou  <julien@danjou.info>
2028
2029         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2030         get the start of data.
2031         (gnus-html-encode-url): Add this function to encode special chars in
2032         URL.
2033         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2034         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2035
2036         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2037         default.
2038         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2039
2040         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2041         images alt-text.
2042         (gnus-html-put-image): Put alt-text as help-echo.
2043
2044 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2047         * mm-util.el (mm-decompress-buffer)
2048         * nnir.el (nnir-run-find-grep)
2049         * pop3.el (pop3-list): Use 3rd arg of split-string.
2050
2051         * time-date.el (format-seconds): Comment fix.
2052
2053         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2054         and byte-optimize-form-code-walker.
2055         (dgnushack-make-auto-load): Don't advise make-autoload.
2056
2057         * lpath.el: Remove Emacs 21 stuff.
2058
2059 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2062         outside the active range.  Suggested by Dan Christensen.
2063
2064         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2065         slightly later to avoid double-getting it.
2066
2067         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2068         previous patch.
2069
2070         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2071
2072 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2073
2074         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2075
2076 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * gnus-int.el (gnus-open-server): Give a better error message in the
2079         "go offline" case.
2080
2081         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2082         marks for nnimap, which is seldom the right thing to do.
2083
2084         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2085         (gnus-same-method-different-name): New function.
2086
2087         * nnimap.el (parse-time): Require.
2088
2089         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2090         method in the presence of many similar methods.
2091
2092         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2093
2094         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2095         nnml-inhibit-expiry.
2096
2097         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2098         find out whether methods are equal.
2099
2100         * nnimap.el (nnimap-find-expired-articles): New function.
2101         (nnimap-process-expiry-targets): New function.
2102         (nnimap-request-move-article): Request the article before looking at
2103         what the Message-ID is.  Fix found by Andrew Cohen.
2104         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2105
2106         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2107         for oldness in addition to being a predicate.
2108
2109         * nnimap.el (nnimap-request-group): When we have zero articles, return
2110         the right data to Gnus.
2111         (nnimap-request-expire-articles): Only delete articles immediately if
2112         the target is 'delete.
2113
2114         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2115         method, this would bug out.
2116
2117         * gnus-group.el (gnus-group-expunge-group): Renamed from
2118         gnus-group-nnimap-expunge, and implemented as a normal interface
2119         function.
2120
2121         * gnus-int.el (gnus-request-expunge-group): New function.
2122
2123         * nnimap.el (nnimap-request-create-group): Implement.
2124         (nnimap-request-expunge-group): New function.
2125
2126 2010-09-21  Julien Danjou  <julien@danjou.info>
2127
2128         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2129         (gnus-html-cache-expired): Add new function.
2130         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2131         wethever we should display image for fetch it.
2132         Compute alt-text earlier to pass it to the fetching function too.
2133         (gnus-html-schedule-image-fetching): Change function argument to only
2134         get one image at a time, not a list.
2135         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2136         cache.
2137         (gnus-html-get-image-data): New function to retrieve image data from
2138         cache.
2139         (gnus-html-put-image): Change buffer argument to use image data rather
2140         than file, and place image above region rather than inserting a new
2141         one. Do not take alt-text as argument, since it's useless now: we place
2142         the image above alt-text.
2143         (gnus-html-prune-cache): Remove.
2144         (gnus-html-show-images): Start to fetch image when we find one, do not
2145         push into a temporary list.
2146         (gnus-html-prefetch-images): Only fetch image if they have expired.
2147         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2148         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2149
2150 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2153
2154 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2157         spec inser "*" if the group isn't active instead of 0.
2158
2159         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2160         opening the server.
2161         (nnimap-request-delete-group): Implement group deletion.
2162         (nnimap-transform-headers): Return the size of the entire message in
2163         the Bytes header, not just the size of the first part.
2164         (nnimap-request-move-article): When moving an article from nnimap,
2165         request the article first so the accepting form has an article to
2166         accept.  Reported by Dan Christensen.
2167         (nnimap-command): Make sure that the error message doesn't error out.
2168
2169 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2170
2171         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2172         we haven't requested anything.
2173
2174 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2175
2176         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2177         "".  Fix found by Andrew Cohen.
2178
2179         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2180         instead of -encode-string.
2181
2182 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2185
2186         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2187         by mm-subst-char-in-string.
2188
2189 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2192         waiting for the connection string.
2193
2194         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2195         arriving.
2196
2197         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2198         bogus characters.  This allows selecting certain Gmail groups.
2199
2200         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2201         (nnimap-fetch-partial-articles): New variable.
2202         (nnimap-open-connection): When looking for credentials, also use the
2203         nnimap-server-port.
2204         (nnimap-request-article): Return the group/article number, so that Gnus
2205         `^' works as expected.
2206         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2207         them.
2208
2209         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2210         comments.
2211         (gnus-methods-sloppily-equal): New function.
2212         (gnus): When using the development version of Gnus, load the gnus-load
2213         file.
2214
2215         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2216         `gnus-open-server' on each method before trying to scan them etc.  This
2217         ensures that all the backend parameters are set correctly.
2218
2219         * nnimap.el (nnimap-authenticator): New variable.
2220         (nnimap-open-connection): Allow anonymous login.
2221         (nnimap-transform-headers): The chars header is called Chars not
2222         Bytes.
2223         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2224         drops.
2225
2226         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2227         patch, found by Knut Anders Hatlen.
2228
2229 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2230
2231         * gnus-agent.el (gnus-agent-batch-confirmation)
2232         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2233         to gnus-message.
2234         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2235         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2236         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2237         * gnus-int.el (gnus-open-server): Likewise.
2238         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2239         (gnus-score-check-syntax): Likewise.
2240         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2241         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2242         Likewise.
2243         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2244
2245 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246
2247         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2248         calling conventions so that prefetch doesn't bug out.
2249
2250 2010-09-19  Julien Danjou  <julien@danjou.info>
2251
2252         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2253         rather than `subst-char-in-region' in order to be able to replace ASCII
2254         char by UTF-8 ones.
2255
2256         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2257         than curl.
2258         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2259         the right URL and ALT text on images.
2260         (gnus-html-wash-tags): Fix tag case.
2261         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2262         (gnus-article-html): Add -o display_ins_del=2 option.
2263         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2264
2265 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2268         the extra mail headers, which sometimes seem to happen for unknown
2269         reasons.
2270
2271         * mail-parse.el (mail-header-encode-parameter): Define as
2272         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2273         (or most, perhaps?) mail readers don't understand the latter, but do
2274         understand the former.
2275
2276         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2277         to nil, so that no methods are automatically agentized.  I think this
2278         is probably what most users want.
2279
2280         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2281         from url-retrieve, for instance about invalid URLs.
2282
2283         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2284         groups that have no articles.
2285         (nnimap-request-article): Check that we really got an article when we
2286         requested one.
2287
2288         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2289         doesn't exist.
2290
2291         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2292         nntp buffer so the agent can save it.
2293         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2294         that CRLF doesn't get translated to \n.
2295         (nnimap-open-connection): Don't make 'shell commands only send \n.
2296
2297 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2298
2299         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2300         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2301         Update var name.
2302         (nnml-generate-nov-file): Use dolist.
2303         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2304         Use with-current-buffer.
2305
2306 2010-09-18  Julien Danjou  <julien@danjou.info>
2307
2308         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2309         parallel.
2310
2311 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2312
2313         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2314         the range update right.
2315         (nnimap-request-group): Don't make `M-g' bug out on group with no
2316         marks.
2317         (nnoo): Required, so that other packages can require nnimap.
2318         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2319         command we're looking for.  This helps when the server sends more
2320         responses after we've gotten everything we expected.
2321         (nnimap): Add a `newlinep' field to keep track of end-of-line
2322         conventions.
2323         Don't send CRLF to things that don't want it.
2324         (nnimap-request-accept-article): Ditto.
2325
2326 2010-09-18  Julien Danjou  <julien@danjou.info>
2327
2328         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2329         than curl to retrieve images.
2330
2331 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2334         the marks.
2335         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2336         (nnimap-wait-for-connection): New function.
2337         (nnimap-open-connection): If we have PREAUTH, don't query for login
2338         credentials.
2339         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2340         when doing a partial update.
2341
2342 2010-09-18  Julien Danjou  <julien@danjou.info>
2343
2344         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2345         tags.
2346
2347 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * nnimap.el (nnimap-credentials): New function.
2350         (nnimap-open-connection): Use the new function to look for credentials
2351         also on the numeric equivalents of "imap" and "imaps".
2352
2353         * gnus-start.el (gnus-activate-group): Send the info to
2354         gnus-request-group.
2355
2356         * nnimap.el (nnimap-request-group): Have the "check" version of the
2357         function parse flags and update the info, so that a `M-g' get a total
2358         resync of all flags from the group.
2359
2360         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2361         to allow backends to alter the info on group selection.  Also alter all
2362         the backend -request-group functions to take the parameter.
2363
2364         * nnimap.el (nnimap-store-info): New function.
2365         (nnimap-update-info): Store the info for later usage.
2366         (nnimap-request-group): Use the stored info for the dont-check case, so
2367         that we don't retrieve all marks when we enter a group.
2368
2369         * nnimap.el: Use deffoo instead of defun for interface functions.
2370
2371         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2372         update the group info.  This makes the nndraft groups, for instance, go
2373         back to their old behaviour.
2374
2375         * gnus-sum.el (gnus-select-newsgroup): Indent.
2376
2377         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2378         in.
2379         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2380         nothing.
2381
2382         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2383         from methods that are denied.
2384
2385         * gnus-int.el (gnus-method-denied-p): New function.
2386
2387         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2388         store the password instead of netrc.
2389         (nnimap-open-connection): Don't error out when we can't make a
2390         connections.
2391
2392         * auth-source.el (auth-source-create): In the password prompt, say what
2393         we're querying for.  Also prompt for user name if that hasn't been
2394         given.
2395
2396         * nnimap.el (nnimap-with-process-buffer): Removed.
2397
2398 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2401         method when we're reading from the agent.
2402
2403         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2404
2405         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2406         that's probably most useful for users.
2407
2408         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2409         "failed" all the time.
2410
2411         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2412         ...)) with (with-current-buffer ... ).
2413
2414         * nntp.el (nntp-open-server): Return whether the open was successful or
2415         not.
2416
2417         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2418         select an unread unseen article first.
2419
2420         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2421         /etc/services, supply some sensible port defaults.
2422
2423         * dgnushack.el: Define netrc-credentials.
2424
2425 2010-09-17  Julien Danjou  <julien@danjou.info>
2426
2427         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2428
2429 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2430
2431         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2432         doesn't have any parameters.
2433
2434 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2437         only upcased checks.
2438
2439         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2440
2441         * nnimap.el (nnimap-open-shell-stream): New function.
2442         (nnimap-open-connection): Use it.
2443         (nnimap-transform-headers): Get the number of lines in each message.
2444         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2445         number of lines.
2446         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2447         problem.
2448
2449         * utf7.el (utf7-encode): Autoload.
2450
2451         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2452         to allow the mail splitting to not return a default group.  This is
2453         useful for nnimap, which will leave unmatched mail in the inbox.
2454
2455         * nnimap.el: Rewritten.
2456
2457         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2458         nnimap usage.
2459
2460         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2461         if the move is internal, so that nnimap can do fast internal moves.
2462
2463         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2464         data.
2465         (gnus-read-active-for-groups): Support finishing the early retrieval of
2466         data.
2467
2468         * gnus-range.el (gnus-range-nconcat): New function.
2469
2470         * gnus-int.el (gnus-finish-retrieve-group-infos)
2471         (gnus-retrieve-group-data-early): New functions.
2472
2473 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2474
2475         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2476         (nnrss-retrieve-groups):
2477         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2478         (pop3-quit): Use with-current-buffer.
2479
2480 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2483         instead of nnheader-accept-process-output.
2484
2485         * dgnushack.el (dgnushack-compile): Add comment.
2486
2487         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2488
2489         * gnus-html.el (gnus-html-schedule-image-fetching)
2490         (gnus-html-prefetch-images): Replace process-kill-without-query by
2491         gnus-set-process-query-on-exit-flag.
2492
2493 2010-09-16  Romain Francoise  <romain@orebokech.com>
2494
2495         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2496
2497 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2500         parameter to unintern is mandatory-ish in Emacs 24.
2501
2502         * gnus-html.el (gnus-html-schedule-image-fetching)
2503         (gnus-html-prefetch-images): Check for curl before using it.
2504
2505         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2506         depend on curl, which isn't essential.
2507
2508         * imap.el: Revert back to version
2509         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2510         seem problematic.
2511
2512 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2513
2514         * gnus-registry.el (gnus-registry-install-shortcuts):
2515         Explicitly pass `obarray' to `unintern' to avoid a warning.
2516
2517 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2520         change.
2521
2522         * nnrss.el (nnrss-request-list): Removed this function and related
2523         functions, including the moreover stuff.
2524
2525 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2526
2527         * nnrss.el (nnrss-retrieve-groups): New function.
2528
2529 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2530
2531         * .dir-locals.el: Add no-byte-compile cookie.
2532
2533 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * time-date.el (format-seconds): Comment fix.
2536
2537         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2538         for back end that doesn't support request-scan.
2539
2540 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2543         then do request scans from the backends.
2544
2545         * netrc.el (netrc-credentials): New conveniency function.
2546
2547         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2548         avoid running a hook per line, since this takes a lot of time,
2549         profiling shows.
2550         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2551         directly if gnus-visual-p is true.
2552
2553 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2556         groups; replace mapcar with dolist which is a bit faster; pass groups
2557         info to gnus-read-active-file-1.
2558         (gnus-read-active-file-1): Scan only specified groups if the new
2559         optional arg `infos' is given.
2560
2561 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2564
2565         * pop3.el (pop3-movemail): Removed.
2566         (pop3-streaming-movemail): Renamed to pop3-movemail.
2567
2568         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2569         don't restrict end-tag searches to the end of the line.
2570
2571 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2574         articles of every unchecked group to t, which means unknown since the
2575         server has never been opened.
2576
2577 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * gnus-html.el (gnus-html-show-alt-text): New command.
2580         (gnus-html-browse-image): Ditto.
2581         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2582         to browse the image directly.
2583         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2584         better.
2585
2586         * gnus-async.el (gnus-async-article-callback): Call
2587         `gnus-html-prefetch-images' unconditionally.
2588
2589         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2590         before feeding URLs to curl.
2591
2592 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2595         internal images as deletable by `W D D'.
2596
2597         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2598         (gnus-async-article-callback): Fix typo.
2599
2600 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601
2602         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2603         current line to work around bugs in the output from w3m.
2604
2605         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2606         for groups that want that.
2607
2608         * nntp.el (nntp-wait-for-string): Supply a timeout for
2609         accept-process-output to ensure progress.
2610
2611         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2612         level to get unread articles from, then use that for foreign groups,
2613         too.
2614
2615         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2616         confuses the rest of the function.
2617
2618         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2619         for the methods that support -retrieve-groups, too.
2620
2621         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2622
2623 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2626         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2627
2628         * pop3.el: Require cl when compiling.
2629         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2630
2631 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2634         that aren't going to be activated.
2635         (gnus-get-unread-articles): Fix up the last commit.
2636
2637         * gnus-html.el (gnus-article-html): Allow calling without specifying
2638         the handle.  In that case, dissect the buffer first.
2639
2640         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2641
2642         * nnimap.el (nnimap-open-connection): Revert the change that would look
2643         into authinfo for imaps instead of imap.
2644
2645         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2646         say that you don't want to call gnus-request-group with don-check, but
2647         do check the reponse.  This is for virtual groups only.
2648         (gnus-get-unread-articles): Count the archive groups as secondary, so
2649         that they're activated the same way as before.
2650
2651         * imap.el (imap-message-map): Removed optional buffer parameter, since
2652         no callers use it.
2653         (imap-message-get): Ditto.
2654         (imap-message-put): Ditto.
2655         (imap-mailbox-map): Ditto.
2656         (imap-mailbox-put): Ditto.
2657         (imap-mailbox-get): Ditto.
2658         (imap-mailbox-get): Revert last change for this function.
2659
2660         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2661         case-insensitively.
2662         (nnimap-debug): Removed.
2663
2664         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2665         to use `imap-fetch' instead.  According to the comments, this should be
2666         safe, since all other IMAP clients use the 1:* syntax.
2667         (imap-enable-exchange-bug-workaround): Removed.
2668         (imap-debug): Removed -- doesn't seem very useful.
2669
2670         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2671         mail from a file, and the file doesn't exist.
2672
2673         * imap.el (imap-log): New convenience function used throughout instead
2674         of repeating the same code all over the place.
2675
2676         * pop3.el (pop3-streaming-movemail): Return t for success.
2677
2678         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2679         .authinfo if we're using ssl connection.
2680
2681         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2682         already have if we're in a main Gnus `g' run.
2683
2684         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2685
2686 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2689
2690         * nnmh.el (nnmh-request-list-1): Bind `file'.
2691
2692         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2693         alias to set-process-query-on-exit-flag or process-kill-without-query.
2694         (pop3-open-server): Use it.
2695
2696 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2699         box to the Incoming file.  Fixes mistake in previous checkin.
2700
2701         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2702         request loop (for debugging purposes) removed.
2703
2704         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2705         culprit is more visible.
2706         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2707         (nnml-add-incremental-nov): New functions to do "incremental" nov
2708         updates, where we just append to the end of the existing nov files
2709         without reading/writing them in full.
2710
2711         * mail-source.el (mail-source-delete-crash-box): Really only check the
2712         incoming files once in a while.
2713
2714         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2715
2716         * mail-source.el (mail-source-delete-crash-box): Only check the
2717         incoming files for deletion once per day to save a lot of file
2718         accesses.
2719
2720         * pop3.el (pop3-logon): Fix up unbound variable typo.
2721
2722         * mail-source.el (pop3-streaming-movemail): Autoload.
2723
2724         * pop3.el (pop3-streaming-movemail): Respect
2725         pop3-leave-mail-on-server.
2726
2727         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2728         retrieval.
2729
2730         * pop3.el (pop3-process-filter): Removed unused function.
2731         (pop3-streaming-movemail, pop3-send-streaming-command)
2732         (pop3-wait-for-messages, pop3-write-to-file)
2733         (pop3-number-of-responses): New functions for streaming pop3
2734         retrieval.
2735
2736         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2737         come from no known methods.
2738         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2739         list.
2740
2741         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2742         message sizes.
2743         (pop3-movemail): Use erase-buffer instead of looping and deleting
2744         regions, which seems rather odd.
2745
2746         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2747         file once per `g' run.
2748
2749         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2750         directories.  This makes the draft queue directory work.
2751
2752         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2753         data from the backends, so that we only request the list of groups from
2754         each method once.  This should speed things up considerably.
2755
2756         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2757         detect that it's not implemented.
2758
2759         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2760         we actually do recurse down into the tree, but don't stat all leaf
2761         nodes.
2762
2763         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2764         then say so instead of bugging out.
2765
2766         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2767         files exist before trying to read them.
2768
2769         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2770         around <pre_int>.
2771
2772         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2773
2774         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2775
2776 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * mm-util.el (mm-image-load-path): Just return the image directories,
2779         not all directories in the path in addition to the image directories.
2780         (mm-image-load-path): Maintain a cache of the image directories so that
2781         the `g' command in Gnus doesn't have to stat dozens of directories each
2782         time.
2783
2784         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2785         (gnus-html-wash-tags): Add a new `i' command to insert images.
2786         (gnus-html-insert-image): New command and keystroke.
2787         (gnus-html-redisplay-with-images): New command and keystroke.
2788         (gnus-html-show-images): Renamed command.
2789         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2790         spacers.
2791         (gnus-html-wash-tags): Decode entities at the end, so that entities
2792         inside the tags don't mess up the rest of the "parsing".
2793
2794         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2795         so that nnimap methods aren't agentized by default.  There's apparently
2796         many problems related to agent/imap behaviour.
2797
2798         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2799
2800         * gnus-html.el: Doc fix.
2801
2802 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2805         specifier-spec-list for Emacs 21.
2806
2807         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2808         glyph-width and glyph-height instead of display-graphic-p and
2809         image-size; make avoidance of displaying small images work for XEmacs.
2810
2811         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2812         for XEmacs.
2813
2814         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2815         of symbol that holds plist data.
2816         (gnus-process-plist): Remove plist of process after getting it.
2817
2818 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * message.el (message-generate-hashcash): Change default to
2821         'opportunistic if hashcash is installed.
2822
2823         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2824         (gnus-html-put-image): Only call image-size once, since it's somewhat
2825         time-consuming on remote X servers.
2826
2827 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2830         type on data, not a file name.
2831
2832         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2833         window-pixel-edges for Emacs 21.
2834
2835         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2836         decoded contents.
2837         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2838
2839 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2842         group line format, since it isn't very interesting.
2843
2844         * gnus-agent.el (gnus-agent-short-article),
2845         (gnus-agent-long-article): Increase values for these two variables,
2846         since most people are likely to have more network connection and
2847         storage than before.
2848
2849         * gnus.el (gnus-refer-article-method): Change default to 'current.
2850         When referring an article, the common behaviour is to refer it from the
2851         current select method, not the native select method.  The chances of
2852         the native select method having the message in question is rather slim
2853         these days.
2854
2855         * gnus-sum.el (gnus-auto-select-subject): Change default to
2856         `unseen-or-unread'.  I think it's likely that most people want to
2857         select an unseen article over a previously seen, but unread one.
2858
2859         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2860         means that in the article buffer none of the minor mode elements will
2861         be shown, usually, and this is not desirable in most cases.
2862
2863         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2864         that commands like `d' (and the like) go to the next line in the
2865         buffer, instead of the next unread article.  I think this is the
2866         behaviour that is most natural for most users.
2867         (gnus-single-article-buffer): Change default to nil, so that people can
2868         have as many article buffers open as they have summary buffer.  I think
2869         this is the most natural way for the groups to behave.
2870
2871         * message.el (message-generate-new-buffers): Change default to
2872         `unsent', so that all new message buffers start their names with the
2873         string "*unsent", and it's easier to find the buffers if you move from
2874         them.
2875
2876 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2879         small.  They're probably tracking images.
2880         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2881         (gnus-html-rescale-image): Yet another try at getting the image sizing
2882         right.
2883
2884         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2885         nntp-marks-file-name is nil.
2886
2887 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2888
2889         * gnus-html.el (gnus-html-wash-tags)
2890         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2891         Better logging.
2892
2893 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2896
2897         * gnus-html.el (gnus-html-wash-tags): Check the value of
2898         gnus-blocked-images in the summary buffer.
2899
2900 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2901
2902         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2903
2904 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2907         like "a", it seems like.
2908         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2909         since it needs to be picked from the correct buffer.
2910
2911         * nnwfm.el: Removed.
2912
2913         * nnlistserv.el: Removed.
2914
2915 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2916
2917         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2918         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2919
2920 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * nnkiboze.el: Removed.
2923
2924         * nndb.el: Removed.
2925
2926         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2927         alt text.
2928         (gnus-html-rescale-image): Try to get the rescaling logic right for
2929         images that are just wide and not tall.
2930
2931         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2932         overshadow variable bindings.
2933
2934 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2935
2936         * gnus-html.el (gnus-html-wash-tags)
2937         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2938         extra logging.
2939
2940 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2943         (gnus-max-image-proportion): New variable.
2944         (gnus-html-rescale-image): New function.
2945         (gnus-html-put-image): Rescale images.
2946
2947 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2948
2949         Fix up some byte-compiler warnings.
2950         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2951         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2952         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2953         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2954         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2955         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2956         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2957
2958 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * gnus-html.el (gnus-article-html): Decode contents by charset.
2961
2962 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2963
2964         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2965         (gnus-html-frame-width, gnus-blocked-images)
2966         * message.el (message-prune-recipient-rules): Add custom version.
2967         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2968
2969         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2970         functions.
2971
2972         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2973         gnus-process-get.
2974
2975 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2976
2977         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2978         instead of lsub directly.
2979
2980 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981
2982         * nnwarchive.el: Removed.
2983
2984         * gnus-soup.el: Removed.
2985
2986         * nnsoup.el: Removed.
2987
2988         * nnultimate.el: Removed.
2989
2990         * gnus-html.el (gnus-blocked-images): New variable.
2991
2992         * message.el (message-prune-recipients): New function.
2993         (message-prune-recipient-rules): New variable.
2994
2995         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2996         guess whether a long line is natural text or not.
2997
2998         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2999         gnus-process-plist and friends for compatibility.
3000
3001 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3002
3003         * gnus-html.el: Require packages that define macros used in this file.
3004         (gnus-article-mouse-face): Declare to silence byte-compiler.
3005         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3006         process-get.
3007         (gnus-html-put-image): Use plist-get to avoid getf.
3008         (gnus-html-prefetch-images): Use with-current-buffer.
3009
3010 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * gnus-ems.el: Provide compatibility functions for
3013         gnus-set-process-plist.
3014
3015         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3016         header-line-format for XEmacs 21.4.
3017
3018         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3019         * gnus.el (gnus-valid-select-methods)
3020         * message.el (message-send-mail-partially-limit)
3021         * mm-decode.el (mm-text-html-renderer)
3022         * mml.el (mml-insert-mime-headers-always)
3023         * smiley.el (smiley-regexp-alist): Bump custom version.
3024
3025 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * gnus-html.el: require mm-url.
3028         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3029         with the url to `url'.
3030         (gnus-html-wash-tags): Support cid: URLs/images.
3031
3032 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3035         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3036         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3037
3038         * gnus-move.el: Removed file, since it doesn't really work.
3039
3040         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3041         UTF-8.  This seems to fix problems with some German web feeds.
3042
3043         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3044         at the top so that the proper colours are applied.
3045
3046         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3047         don't have dots in their names.
3048
3049         * gnus-art.el (gnus-article-view-part): Doc fix.
3050
3051         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3052         XEmacs-compatible.
3053         (gnus-html-put-image): Don't do images on non-graphic displays.
3054
3055         * nnslashdot.el: Removed this unused backend.
3056
3057         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3058         actions.
3059         (gnus-undo-register-1): Revert last change.
3060
3061         * gnus-group.el (gnus-group-completing-read): Protect against not
3062         having completion-styles bound.
3063
3064         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3065         make broken recipients happier.
3066
3067         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3068
3069         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3070         point parameter.
3071
3072         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3073
3074         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3075         completion-styles for group selection.
3076
3077 2009-02-04  Andreas Schwab  <schwab@suse.de>
3078
3079         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3080         headers and regexp-quote the match if necessary.
3081
3082 2009-03-24  Miles Bader  <miles@gnu.org>
3083
3084         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3085         the blinking smiley.
3086
3087 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3088
3089         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3090         blink smiley.
3091
3092 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3095         where the dribbel file lives exists.
3096
3097         * message.el (message-send-mail-partially-limit): Change the default to
3098         nil, since most people don't want this.
3099
3100         * mm-url.el (mm-url-decode-entities): Also decode entities like
3101         &#x3212.
3102
3103 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3104
3105         * gnus-sum.el (gnus-summary-idna-message):
3106         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3107         Hyperlink urls in docstrings with URL `...'.
3108
3109 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3110
3111         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3112         functions.
3113
3114 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3117         say what the mouseover text should be.
3118
3119         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3120         version of the mm-w3m-safe-url-regexp variable to only download images
3121         in the groups where we want that to happen.
3122
3123         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3124
3125         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3126         easier debugging.
3127         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3128         big pictures in the article buffer.
3129
3130         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3131         gnus-article-html.
3132         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3133         w3m.
3134
3135         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3136
3137 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3140         which doesn't exist.
3141
3142         * message.el (message-inhibit-ecomplete): New variable to allow some
3143         function to inhibit ecomplete address storage.
3144         (message-resend): Disable ecomplete message storage when resending
3145         messages.
3146
3147         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3148
3149 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3152         Save excursion while copying, moving, and deleting articles in order to
3153         prevent the cursor from jumping to unforeseen place.
3154
3155 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3156
3157         * lpath.el: No need to bind bookmark-current-buffer,
3158         bookmark-yank-point and bookmark-make-record-function.
3159
3160 2010-08-17  Glenn Morris  <rgm@gnu.org>
3161
3162         * gnus-sync.el: Require gnus components whose functions are used.
3163
3164         * gnus-art.el (bookmark-make-record-function):
3165         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3166         Declare for compiler.
3167
3168         * mm-url.el (mml-compute-boundary): Autoload.
3169
3170 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3173
3174 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3175
3176         Typo fix "hoo4a" -> "hook".
3177
3178         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3179
3180 2010-08-14  Glenn Morris  <rgm@gnu.org>
3181
3182         * gnus-sync.el (gnus-sync): Fix defgroup version.
3183
3184 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3185
3186         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3187
3188         * gnus-sync.el: Fix docs.
3189         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3190         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3191
3192 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3193
3194         Optimizations for gnus-sync.el.
3195
3196         * gnus-sync.el: Add docs about gnus-sync-backend
3197         possibilities.
3198         (gnus-sync-save): Remove unnecessary message.
3199         (gnus-sync-read): Optimize and show what groups were skipped.
3200
3201 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         Minor bug fixes for gnus-sync.el.
3204
3205         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3206         read the sync on get-new-news.
3207
3208         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3209         quiet.
3210
3211         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3212
3213 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3214
3215         Make saving and restoring of hidden threads work with overlays.
3216         Patch applied by Ted Zlatanov.
3217
3218         * gnus-sum.el (gnus-hidden-threads-configuration)
3219         (gnus-restore-hidden-threads-configuration): Update to deal with text
3220         properties, rather than searching for a magic character.
3221
3222 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3223
3224         New gnus-sync.el library for synchronization of marks.
3225
3226         * gnus-sync.el: New library for synchronization of marks.
3227
3228         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3229         renamed from `gnus-registry-grep-in-list'.
3230
3231         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3232
3233         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3234
3235 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3238         determining charset of text fails.
3239
3240 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * nnmail.el (nnmail-get-new-mail-1): Revert.
3243
3244         * nnml.el (nnml-active-number): Make sure names of newly created groups
3245         in nnml-group-alist are encoded.
3246
3247 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3250         containing non-ASCII characters in active file for nnml back end.
3251
3252 2010-07-24  David Engster  <dengste@eml.cc>
3253
3254         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3255         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3256
3257 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3258
3259         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3260         tag (Bug#6654).
3261
3262 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3265         the article buffer, not the summary buffer.
3266
3267 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3270         Emacs 23 as well.
3271
3272 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3275         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3276
3277 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3278
3279         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3280         Patch applied by Karl Fogel.
3281
3282         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3283         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3284
3285 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3286
3287         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3288         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3289         C-w still not working correctly from Article buffers; Thierry's
3290         patch to fix that will be applied after this.
3291
3292         * gnus-art.el (bookmark-make-record-function): New local variable.
3293
3294         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3295         article buffer.
3296         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3297
3298 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3299
3300         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3301         on changes in bookmark.el.
3302
3303 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3306         `no-log' instead of message not to log prompt string.
3307
3308 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3309
3310         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3311         the *other* type of HTML form submission.
3312
3313 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3314
3315         * auth-source.el (auth-source-pick): If choice does not contain a
3316         questioned keyword, set the check to t.
3317
3318 2010-06-12  Romain Francoise  <romain@orebokech.com>
3319
3320         * gnus-util.el (gnus-date-get-time): Move up before first use.
3321
3322 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3325         (gnus-article-edit-part): Bind it to make last part that is substituted
3326         or deleted visible.
3327         (gnus-mime-display-single): Buttonize part of which id equals to
3328         gnus-mime-buttonized-part-id.
3329
3330 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3331
3332         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3333         (gnus-dd-mmm): Use gnus-date-get-time.
3334         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3335         simplify logic.
3336         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3337         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3338
3339 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3340
3341         * auth-source.el (top): Autoload `secrets-list-collections',
3342         `secrets-create-item', `secrets-delete-item'.
3343         (auth-sources): Fix tag string.
3344         (auth-get-source, auth-source-retrieve, auth-source-create)
3345         (auth-source-delete): New defuns.
3346         (auth-source-pick): Rewrite in order to avoid 2 passes.
3347         (auth-source-forget-user-or-password): New parameter USERNAME.
3348         (auth-source-user-or-password): New parameters CREATE-MISSING and
3349         DELETE-EXISTING.  Retrieve password interactively, if needed.
3350
3351 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3352
3353         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3354         deleting unused directories when gnus-expert-user is t.
3355
3356 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3359         for each temp file when gnus-article-browse-delete-temp is ask.
3360
3361 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3362
3363         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3364         Lisp calls to delete-backward-char by calls to delete-char.
3365
3366 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3367
3368         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3369
3370 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3371
3372         * password-cache.el (password-cache-remove): Fix docstring.
3373
3374 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3375
3376         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3377         article unless decoding article to be saved.
3378
3379 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3382         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3383         generated within the mm-with-unibyte-current-buffer macro.
3384
3385 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3388         to nil when we're in a mml-preview buffer and no group is selected.
3389
3390 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3391
3392         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3393         when catching the `C-g'.  Reported by "Leo".
3394
3395 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * message.el (message-forward-make-body-plain)
3398         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3399         multibyte-string-p.
3400
3401         * lpath.el: Revert.
3402
3403 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * message.el (message-forward-make-body-mml): Assume original message
3406         is multibyte string; error on unibyte.
3407         (message-forward-make-body-plain): Ditto; don't add excessive newline
3408         in body end.
3409
3410         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3411
3412 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3413
3414         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3415         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3416
3417 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * mm-extern.el (mm-extern-url): Don't use
3420         mm-with-unibyte-current-buffer.
3421         (mm-extern-cache-contents): Use with-current-buffer instead of
3422         save-excursion + set-buffer.
3423
3424 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * mm-util.el (mm-emacs-mule): Remove.
3427
3428 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3429
3430         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3431         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3432         change.
3433
3434 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3437         bind the default value of enable-multibyte-characters to nil.
3438
3439 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * message.el (message-forward-make-body-plain)
3442         (message-forward-make-body-mml):
3443         Don't use mm-with-unibyte-current-buffer.
3444
3445 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3446
3447         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3448
3449 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3450
3451         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3452         (Bug#5592).
3453
3454 2010-05-07  Julien Danjou  <julien@danjou.info>
3455
3456         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3457         it to mm-pipe-part.
3458
3459         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3460         it is given.
3461
3462 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * binhex.el (binhex-decode-region-internal)
3465         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3466         (dns-query)
3467         * nnweb.el (nnweb-gmane-search)
3468         * pgg-parse.el (pgg-parse-armor)
3469         * pgg.el (pgg-verify-region)
3470         * sha1.el (sha1-string-external)
3471         * uudecode.el (uudecode-decode-region-internal)
3472         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3473         XEmacs.
3474
3475         * gnus-art.el (gnus-article-browse-html-parts)
3476         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3477         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3478         make-temp-file.
3479
3480         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3481         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3482         compiling.
3483
3484         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3485         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3486         XEmacs when compiling.
3487
3488         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3489         gnus-pick-mode-off-hook for XEmacs when compiling.
3490         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3491         gnus-binary-mode-off-hook for XEmacs when compiling.
3492
3493         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3494         nil if char-charset is not available.
3495
3496         * imap.el (imap-disable-multibyte)
3497         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3498         macros.
3499
3500         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3501         instead of encode-coding-string.
3502
3503         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3504         'xemacs) instead of mm-emacs-mule to switch function definitions.
3505         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3506
3507         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3508         bind temporary-file-directory for XEmacs;
3509         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3510         timer-set-function for XEmacs 21.4 and SXEmacs;
3511         bind timer-list for XEmacs 21.4 and SXEmacs;
3512         fbind char-charset and find-charset-region for non-Mule XEmacs;
3513         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3514         encode-coding-region and encode-coding-string for XEmacs having no
3515         file-coding feature.
3516
3517 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3518
3519         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3520
3521 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3524         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3525
3526 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3527
3528         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3529         alias `jka-compr-delete-temp-file' no longer exists.
3530
3531 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3532
3533         Use define-minor-mode in Gnus where applicable.
3534         * mml.el (mml-mode): Use define-minor-mode.
3535         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3536         (gnus-undo-mode): Use define-minor-mode.
3537         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3538         (gnus-dead-summary-mode): Use define-minor-mode.
3539         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3540         Initialize in declaration.
3541         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3542         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3543         (gnus-mailing-list-mode): Use define-minor-mode.
3544         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3545         (gnus-draft-mode): Use define-minor-mode.
3546         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3547         (gnus-dired-mode): Use define-minor-mode.
3548
3549 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3550
3551         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3552         handles on recursive mml-to-mime translation and check them for
3553         boundary delimiter collisions.  Reported by Greg Troxel.
3554
3555 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3558
3559 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3560
3561         * mm-util.el (mm-find-buffer-file-coding-system):
3562         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3563
3564 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3565
3566         * message.el (message-generate-headers): Record insertion of optional
3567         headers as well.  Otherwise the check to prevent repeated insertion of
3568         optional headers is a no-op.
3569
3570 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3571
3572         * smime.el: Don't mention CVS.
3573
3574         * nnrss.el (nnrss-fetch): Don't mention CVS.
3575
3576         * nnir.el: Don't mention CVS.
3577
3578 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3579
3580         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3581
3582 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * lpath.el: Fbind bookmark-default-handler,
3585         bookmark-get-bookmark-record, bookmark-make-record-default,
3586         bookmark-prop-get for Emacs <23 and XEmacs.
3587
3588 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3589
3590         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3591         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3592         Use with-current-buffer to silence the byte-compiler.
3593         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3594         bother to require `gnus'.
3595         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3596
3597 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3598
3599         * gnus-sum.el (gnus-summary-bookmark-make-record)
3600         (gnus-summary-bookmark-jump): New functions.
3601         (gnus-summary-mode): Setup bookmark support.
3602
3603 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3604
3605         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3606         if set.
3607
3608 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3609
3610         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3611         gnus-article-browse-html-save-cid-image; make it work recursively for
3612         forwarded messages as well.
3613         (gnus-article-browse-html-parts): Work when prefix arg is given.
3614         (gnus-article-browse-html-article): Doc fix.
3615
3616 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3617
3618         * message.el (message-default-mail-headers):
3619         (message-default-headers): Carry the value mail-default-headers over
3620         into message-default-mail-headers, rather than message-default-headers.
3621
3622 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3623
3624         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3625         charset.
3626
3627         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3628         charset into the <meta> tag when the article is encoded to utf-8.
3629
3630 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3633         directories as well.
3634         (gnus-article-browse-html-parts): Work for images that do not specify
3635         file names; delete temp directory when quitting; insert header at the
3636         right place; use file: scheme for image files.
3637
3638 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3639
3640         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3641         (gnus-article-browse-html-parts): Use it to make temporary cid image
3642         files in addition to html file so that browser may display them.
3643
3644 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3647
3648 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3649
3650         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3651
3652 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3653
3654         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3655         about Secret Service API sources.  Improve Customize options.
3656         (auth-source-pick): Change to accept any number of search parameters.
3657         Implement fallbacks iteratively, not recursively.  Add scoring on the
3658         second pass and sort by score.  Call Secret Service API when needed.
3659         (auth-source-user-or-password): Use it.  Call Secret Service API
3660         directly when needed to get the user name and the password.
3661
3662 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3663
3664         * message.el (message-interactive): Doc fix.
3665         (message-qmail-inject-args): Reflow.
3666         (message-kill-to-signature): Fix typo in docstring.
3667
3668         * smiley.el (smiley-buffer): Fix typo in docstring.
3669
3670 2010-03-24  Glenn Morris  <rgm@gnu.org>
3671
3672         * mail-source.el (gnus-message): Declare.
3673         (mail-source-delete-old-incoming): Require gnus-util.
3674
3675 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3678
3679         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3680
3681         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3682         password-cache's default if it is not bound.
3683         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3684         password-cache-expiry's default if it is not bound.
3685
3686         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3687         available in Emacs 21.
3688
3689         * lpath.el: Suppress compiler warnings for:
3690         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3691         XEmacs;
3692         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3693         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3694         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3695
3696 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3697
3698         * auth-source.el (auth-sources): Fix up definition so extra parameters
3699         are always inline.
3700
3701 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3702
3703         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3704         wasn't updated after mismatch.  Clear cached mailbox info correctly
3705         when uidvalidity changes.
3706         (nnimap-group-prefixed-name): New function to avoid some code
3707         duplication.
3708         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3709         (nnimap-request-group): Use it.
3710         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3711         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3712         with many imap folders.  This is done by caching the group status from
3713         the imap server persistently in a group parameter `imap-status'.  (This
3714         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3715         but not persistently, so every Gnus startup was still very slow.)
3716
3717 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3718
3719         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3720         delete the extra newline.  Otherwise editing of :string and :number
3721         types don't work.
3722
3723 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3724
3725         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3726         secrets.el dependency.
3727         (auth-sources): Add optional user name.  Add secrets.el configuration
3728         choice (unused right now).
3729
3730 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3731
3732         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3733         `gnus-registry-install-shortcuts' fill in the functions.
3734
3735         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3736         warnings.
3737         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3738         (gnus-registry-install-shortcuts): Populate and use it in a
3739         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3740
3741 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3742
3743         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3744         In-place substitutions for the group name encoding/decoding.
3745         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3746         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3747         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3748         (nnimap-update-unseen, nnimap-request-list)
3749         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3750         (nnimap-request-set-mark, nnimap-split-to-groups)
3751         (nnimap-split-articles, nnimap-request-newgroups)
3752         (nnimap-request-create-group, nnimap-request-accept-article)
3753         (nnimap-request-delete-group, nnimap-request-rename-group)
3754         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3755         `encoded-mbx' for consistency.
3756         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3757         variable `imap-current-mailbox'.
3758
3759         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3760         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3761
3762 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3763
3764         * pop3.el (pop3-display-message-size-flag): Display message size byte
3765         counts during POP3 download.
3766         (pop3-movemail): Use it.
3767         (pop3-list): Implement listing of available messages.
3768
3769 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3770
3771         * nnir.el (nnir-get-article-nov-override-function): New function to
3772         override the normal NOV retrieval.
3773         (nnir-retrieve-headers): Use it.
3774
3775 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3776
3777         * auth-source.el (netrc-machine-user-or-password): Autoload.
3778
3779 2010-03-19  Glenn Morris  <rgm@gnu.org>
3780
3781         Stop message.el from loading about 40 libraries it doesn't always need.
3782         The general approach is to autoload rather than require, and to
3783         require in the specific functions rather than the file.  (Bug#5642)
3784
3785         * gmm-utils.el: Don't require wid-edit.
3786         (widget-create-child-value, widget-convert, widget-default-get):
3787         Autoload.
3788
3789         * gnus-util.el: Don't require time-date, netrc.
3790         (message-fetch-field, gnus-group-name-decode): Declare rather than
3791         autoloading.
3792         (gnus-fetch-field): Require message.
3793         (gnus-decode-newsgroups): Require gnus-group.
3794
3795         * ietf-drums.el: Don't require time-date.
3796
3797         * message.el: Don't require hashcash, canlock, ecomplete.
3798         Do require mail-utils.  Require nnheader only when compiling.
3799         (smtpmail-default-smtp-server): Remove declaration.
3800         (message-send-mail-function): Check smtpmail-default-smtp-server
3801         is bound rather than requiring smtpmail.
3802         (message-auto-save-directory, message-insert-signature): Use
3803         expand-file-name rather than nnheader-concat.
3804         (nnheader-insert-file-contents): Autoload.
3805         (hashcash-wait-async): Declare.
3806         (message-send-mail): Only call gnus-setup-posting-charset if
3807         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3808         (message-send-mail-with-sendmail): Require sendmail.
3809         (canlock-password, canlock-password-for-verify): Declare.
3810         (message-canlock-password): Require canlock.
3811         (nnheader-get-report): Autoload.
3812         (gnus-setup-posting-charset): Declare.
3813         (message-send-news): Require gnus-msg.
3814         (message-make-references, message-make-in-reply-to): Use mail-header-id
3815         rather than the alias mail-header-message-id.
3816         (ecomplete-add-item, ecomplete-save): Declare.
3817         (message-put-addresses-in-ecomplete): Require ecomplete.
3818         (ecomplete-display-matches): Autoload.
3819
3820         * mm-decode.el: Don't require mailcap, gnus-util.
3821         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3822         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3823         Autoload.
3824         (mailcap-mime-extensions): Declare.
3825
3826         * mm-encode.el: Don't require mailcap.
3827         (mailcap-extension-to-mime): Autoload.
3828
3829         * mml-sec.el: Don't require password-cache.
3830
3831         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3832         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3833         (mml-minibuffer-read-type): Require mailcap.
3834         (mml-preview): Require gnus-msg.
3835
3836         * mml1991.el: Require password-cache.
3837         (password-cache-expiry): Remove declaration.
3838
3839         * mml2015.el: Require password-cache.
3840         (password-cache-expiry): Remove declaration.
3841
3842         * nneething.el (mailcap): Require mailcap.
3843
3844         * nnheader.el (declare-function): Add compatibility stub.
3845         (message-remove-header): Declare rather than autoload.
3846         (nnheader-replace-header): Require message.
3847
3848         * nnimap.el (declare-function): Add compatibility stub.
3849         (netrc-parse, netrc-machine-user-or-password): Declare.
3850         (nnimap-open-connection): Require netrc.
3851
3852         * nntp.el (declare-function): Add compatibility stub.
3853         (netrc-parse, netrc-machine, netrc-get): Declare.
3854         (nntp-send-authinfo): Require netrc.
3855
3856         * rfc2047.el: Don't require qp.
3857         (quoted-printable-encode-region, quoted-printable-decode-string):
3858         Autoload.
3859
3860         * sieve-mode.el: Don't require easymenu.
3861         (easy-menu-add-item): Autoload it.
3862
3863         * spam-stat.el (time-to-number-of-days): Autoload it.
3864
3865 2010-03-19  Glenn Morris  <rgm@gnu.org>
3866
3867         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3868
3869 2010-03-18  Glenn Morris  <rgm@gnu.org>
3870
3871         * hashcash.el (declare-function): Remove duplicate definition.
3872
3873 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3874
3875         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3876         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3877         value if any backslash escapes).
3878
3879 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3882         if it is available.  (bug#5647)
3883
3884         * lpath.el: Suppress compiler warning for coding-system-from-name for
3885         Emacs 21 and XEmacs.
3886
3887 2010-03-14  Juri Linkov  <juri@jurta.org>
3888
3889         * hmac-def.el:
3890         * hmac-md5.el:
3891         * netrc.el: Fix keywords.
3892
3893 2010-02-26  Glenn Morris  <rgm@gnu.org>
3894
3895         * message.el (message-send-mail-function): Change the default, so that
3896         it inherits from a customized send-mail-function.  (Bug#5643)
3897
3898 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3899
3900         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3901         shell-command-to-string signals an error (bug#5299).
3902
3903 2010-02-24  Glenn Morris  <rgm@gnu.org>
3904
3905         * message.el (message-smtpmail-send-it)
3906         (message-send-mail-with-mailclient): Doc fixes.
3907
3908 2010-02-16  Glenn Morris  <rgm@gnu.org>
3909
3910         * message.el (message-default-mail-headers): Change the default value
3911         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3912
3913 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3916         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3917
3918 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3919
3920         * time-date.el (date-to-time): Doc fix (Bug#5408).
3921
3922 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3923
3924         * message.el (message-mail): Just pass yank-action on to message-setup.
3925         (message-setup): Handle (FUN . ARGS) form of yank-action.
3926         (message-with-reply-buffer, message-widen-reply)
3927         (message-yank-original): Handle non-buffer values of
3928         message-reply-buffer (Bug#4080).
3929         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3930
3931 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3932
3933         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3934         Fix typo in docstring.
3935
3936 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3937
3938         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3939         response.
3940
3941 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3944
3945         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3946
3947         * message.el (message-check-news-header-syntax): Protect against a
3948         string that `rfc822-addresses' returns when parsing fails.
3949
3950 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3953         (gnus-previous-char-property-change): New functions.
3954
3955         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3956
3957 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3958
3959         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3960         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3961
3962 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3963
3964         * message.el (message-exchange-point-and-mark): Rework last change to
3965         avoid using optional arg of exchange-point-and-mark, for backward
3966         compatibility.
3967
3968 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3969
3970         * message.el (message-exchange-point-and-mark): Call
3971         exchange-point-and-mark with an argument rather than setting
3972         mark-active by hand (Bug#5175).
3973
3974 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * nntp.el (nntp-service-to-port): Work for service expressed with
3977         numeric string; replace [:digit:] with [0-9] for XEmacs.
3978
3979 2009-12-17  Glenn Morris  <rgm@gnu.org>
3980
3981         * gnus-group.el (gnus-bug-group-download-format-alist):
3982         Change emacs entry to debbugs.gnu.org.  Bump :version.
3983
3984 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3985
3986         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3987
3988 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3989
3990         * message.el (message-info): Explain why we use `Info-goto-node'.
3991
3992 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3995
3996 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3997
3998         * message.el (message-completion-in-region): New compatibility function.
3999         (message-expand-group): Use it.
4000
4001 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4004         with no unread article should be listed if the 2nd arg `predicate' is
4005         given.
4006
4007 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4010
4011 2009-11-29  Juri Linkov  <juri@jurta.org>
4012
4013         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4014         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4015         on `gnus-recenter'. (Bug#4698, Bug#4981)
4016
4017 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4018
4019         * sha1.el (sha1-string-external): default-directory "/" in case
4020         otherwise non-existent.  process-connection-type pipe for touch of
4021         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4022
4023 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4024
4025         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4026         it's comms related and sgml-mode.el has "comm" on that basis too.
4027
4028 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4031         containing tspecial characters if they have been already quoted.
4032
4033 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4034
4035         * dns-mode.el (auto-mode-alist): Purecopy string.
4036
4037 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4038
4039         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4040
4041 2009-10-24  Glenn Morris  <rgm@gnu.org>
4042
4043         * gnus-art.el (help-xref-stack-item): Define for compiler.
4044
4045 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4046
4047         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4048
4049 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4052
4053 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4056         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4057
4058 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4061         (gnus-overlays-in): New alias to overlays-in.
4062
4063         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4064         gnus-overlay-get, and gnus-delete-overlay.
4065         (gnus-summary-show-thread): Make it work as well for systems in which
4066         next-single-char-property-change is not available.
4067         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4068
4069         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4070         (gnus-overlay-get): New alias to extent-property.
4071         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4072
4073         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4074         SXEmacs.
4075
4076         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4077         SXEmacs.
4078
4079 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4082
4083 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4084
4085         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4086         and XEmacs that don't have `remove-overlays'.
4087
4088 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4089
4090         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4091         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4092         selective display.  Use overlays instead.
4093
4094 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4095
4096         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4097
4098 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4099
4100         * spam-stat.el (spam-stat-load): Fix typo in message.
4101
4102 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4103
4104         * dig.el (dig-invoke): Fix typo in docstring.
4105         (query-dig): Reflow docstring.
4106
4107 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4108
4109         * gnus-art.el (gnus-article-encrypt-body):
4110         * message.el (message-check-recipients):
4111         * mm-util.el (mm-codepage-setup):
4112         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4113         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4114
4115 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4116
4117         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4118         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4119         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4120         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4121         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4122
4123 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4124
4125         * dig.el: Add "Keywords: comm", as per net-utils.el.
4126
4127 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4128
4129         * dig.el (dig-mode): Use define-derived-mode.
4130
4131 2009-09-19  Glenn Morris  <rgm@gnu.org>
4132
4133         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4134
4135 2009-09-18  Glenn Morris  <rgm@gnu.org>
4136
4137         * gnus-diary.el (gnus-diary-check-message):
4138         * message.el (message-insert-formatted-citation-line):
4139         * nnbabyl.el (top-level):
4140         * nndiary.el (nndiary-schedule):
4141         Fix typos in condition-case handlers.
4142
4143 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4146         configuration that provides the sole article window in a frame;
4147         position point correctly after deleting a part.
4148
4149 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4150
4151         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4152         (spam-resolve-registrations-routine): Use it to unregister articles
4153         that change status.
4154
4155 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4158         with XEmacs.
4159         (parse-time-string-chars): Use it.
4160
4161 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4162
4163         * imap.el (imap-interactive-login): Better messages.
4164         (imap-open): Fix bug with renamed buffer on reconnect.
4165         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4166         for easier debugging and cleaner code.  On successful (guessed based on
4167         server capabilities) secondary authentication, set imap-state
4168         correctly.
4169         (imap-last-authenticator): Define imap-last-authenticator as a variable
4170         to avoid warnings.
4171
4172 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * nnrss.el (nnrss-request-article): Remove binding of
4175         default-enable-multibyte-characters that has gotten needless by
4176         the 2007-07-13 change in rfc2047-encode-message-header.
4177
4178         * mml.el (mml-insert-multipart): Error on the message header.
4179         (mml-insert-part): Error on the message header; position point at
4180         the end of a MIME tag.
4181
4182 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * time-date.el (autoload): Expand define-obsolete-function-alias into
4185         defalias and make-obsolete for old Emacsen that Gnus supports.
4186         (with-no-warnings): Define it for old Emacsen.
4187         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4188         is available.
4189         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4190         float-time is available; suppress compile warning for time-to-seconds.
4191
4192         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4193         (gnus-float-time): Alias to float-time if it exists.
4194
4195         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4196         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4197         float-time is available; suppress compile warning for time-to-seconds.
4198
4199         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4200         XEmacs.
4201
4202 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * imap.el (imap-message-map): Docstring fix.
4205
4206 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4209         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4210         Add the optional argument `encoding' that overrides the default.
4211
4212         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4213         mm-encode-buffer.
4214
4215 2009-09-04  Glenn Morris  <rgm@gnu.org>
4216
4217         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4218         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4219         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4220         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4221         * mm-util.el (mm-with-unibyte-current-buffer)
4222         (mm-find-buffer-file-coding-system):
4223         * yenc.el (yenc-decode-region): Use default-value rather than
4224         default-enable-multibyte-characters.
4225
4226 2009-09-03  Glenn Morris  <rgm@gnu.org>
4227
4228         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4229         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4230         than default-enable-multibyte-characters.
4231
4232 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4233
4234         * gnus-art.el (gnus-article-read-summary-keys):
4235         Fix gnus-buffer-configuration's value temporarily used.
4236
4237 2009-09-02  Glenn Morris  <rgm@gnu.org>
4238
4239         * gnus-util.el (gnus-float-time): New function.
4240         * gnus-delay.el (gnus-delay-article):
4241         * gnus-sum.el (gnus-thread-latest-date):
4242         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4243         * nnspool.el (nnspool-request-newgroups):
4244         Use gnus-float-time rather than time-to-seconds.
4245         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4246
4247         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4248         (gnus-header-subject-face, gnus-header-newsgroups-face)
4249         (gnus-header-name-face, gnus-header-content-face):
4250         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4251         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4252         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4253         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4254         (gnus-cite-face-11):
4255         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4256         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4257         (gnus-server-closed-face, gnus-server-denied-face)
4258         (gnus-server-offline-face):
4259         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4260         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4261         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4262         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4263         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4264         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4265         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4266         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4267         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4268         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4269         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4270         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4271         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4272         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4273         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4274         (gnus-summary-high-undownloaded-face)
4275         (gnus-summary-low-undownloaded-face)
4276         (gnus-summary-normal-undownloaded-face)
4277         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4278         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4279         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4280         (gnus-splash-face):
4281         * message.el (message-header-to-face, message-header-cc-face)
4282         (message-header-subject-face, message-header-newsgroups-face)
4283         (message-header-other-face, message-header-name-face)
4284         (message-header-xheader-face, message-separator-face)
4285         (message-cited-text-face, message-mml-face):
4286         * sieve-mode.el (sieve-control-commands-face)
4287         (sieve-action-commands-face, sieve-test-commands-face)
4288         (sieve-tagged-arguments-face):
4289         * spam.el (spam-face):
4290         Mark face aliases with "-face" in the name as obsolete.
4291
4292 2009-09-01  Glenn Morris  <rgm@gnu.org>
4293
4294         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4295         than goto-line.
4296
4297 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4300         Don't move point if the command is invoked inside the message header.
4301
4302 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4303
4304         * imap.el (imap-send-command): Simplify.
4305         (imap-wait-for-tag): point-max -> buffer-size.
4306
4307 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4308
4309         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4310         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4311         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4312         * nnir.el (nnir-swish-e-index-file):
4313         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4314         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4315         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4316         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4317         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4318         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4319
4320 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4323         Don't save excursion.
4324
4325 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4326
4327         * nnheader.el (nnheader-find-file-noselect):
4328         * mm-util.el (mm-insert-file-contents):
4329         Use (default-value 'major-mode) instead of default-major-mode.
4330
4331 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4332
4333         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4334
4335 2009-08-26  Glenn Morris  <rgm@gnu.org>
4336
4337         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4338         than placing in files.el.
4339
4340 2009-08-25  Glenn Morris  <rgm@gnu.org>
4341
4342         * nnir.el (top-level): Don't require cl at run-time.
4343         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4344         Replace cl-function substitute with gnus-replace-in-string.
4345         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4346         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4347         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4348         simplified expansions.
4349
4350 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4351
4352         * dig.el (dig): Add autoload cookie.
4353
4354 2009-08-22  Glenn Morris  <rgm@gnu.org>
4355
4356         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4357         goto-line.
4358
4359 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4360
4361         * parse-time.el (parse-time-string-chars): Save match data.
4362
4363 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4364
4365         * parse-time.el (parse-time-string-chars): Compute using character
4366         classes, to handle non-ascii characters (Bug#3190).
4367
4368 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4371
4372         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4373         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4374         (gnus-mm-display-part, gnus-mime-display-single)
4375         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4376         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4377
4378         * gnus-sum.el
4379         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4380         (gnus-summary-move-article): Add expirable mark to articles copied or
4381         moved to group that has auto-expire turned on if the option is non-nil.
4382
4383 2009-07-24  Glenn Morris  <rgm@gnu.org>
4384
4385         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4386         Fix typo.  (Bug#3903)
4387
4388 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4391         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4392         that should not be used for draft articles.
4393         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4394         that has no concern in minor mode keys.
4395         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4396         Abolish.
4397
4398 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4401         article without making inquiry to a user for unknown encoding.
4402
4403         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4404         (nnmaildir--scan): Assume i-node and device number that file-attributes
4405         returns might be cons-cell.
4406
4407         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4408
4409         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4410
4411 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4412
4413         * auth-source.el: Remove docs now in auth.texi.  Don't use
4414         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4415         `auth-source-hide-passwords' and use them.
4416
4417 2009-07-15  Glenn Morris  <rgm@gnu.org>
4418
4419         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4420
4421 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4424         excessive whitespace from the default values of title and description.
4425
4426 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4427
4428         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4429         mail-fetch-field to fetch Content-Description header in order to
4430         exclude newlines.
4431
4432 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4433
4434         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4435         format used by GnuPG 2.0.11.
4436
4437 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4440         to deleted part.
4441
4442 2009-05-30  David Engster  <dengste@eml.cc>
4443
4444         * nnmairix.el: Remove old documentation in the commentary block.
4445         (nnmairix-request-group): Do not update active file for nnml back ends.
4446         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4447         end so that overview files are ignored.
4448         (nnmairix-update-groups): Make updating the groups more robust by using
4449         marks.
4450         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4451         with dollar characters in message-id.
4452
4453 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4454
4455         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4456         2008-12-25 in dns.el.
4457
4458 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4459
4460         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4461         could happen if the text is only composed of spaces and/or tabs.
4462
4463 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4464
4465         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4466         when sending a queued message to avoid extra mml tags.
4467
4468 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4471
4472 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4475         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4476         rmail-toggle-header for XEmacs;
4477         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4478
4479 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * gnus-dired.el: Remove autoload for gnus-setup-message.
4482         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4483         displaying Gnus logo; always use compose-mail.
4484
4485 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4488
4489 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4492         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4493         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4494         available.
4495         (gnus-nocem-epg-verify): New function.
4496
4497 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4498
4499         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4500
4501 2009-02-15  Glenn Morris  <rgm@gnu.org>
4502
4503         * gnus-util.el (rmail-insert-rmail-file-header)
4504         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4505         autoloads.
4506         (rmail-default-rmail-file): Remove unnecessary declaration.
4507         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4508
4509 2009-02-14  Glenn Morris  <rgm@gnu.org>
4510
4511         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4512         variable (only used in gnus-util, which declares it anyway).
4513         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4514         which was only needed by gnus-art (changed to not use it any more).
4515         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4516         only used in gnus-util, which autoloads it itself.
4517         (rmail-update-summary): Fix autoload.
4518
4519         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4520         rather than rmail-output-to-rmail-file.
4521
4522 2009-02-07  Glenn Morris  <rgm@gnu.org>
4523
4524         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4525         autoload of function that no longer exists.
4526         (rmail-toggle-header): Declare.
4527         (message-forward-rmail-make-body): Handle mbox Rmail.
4528
4529 2009-01-31  Glenn Morris  <rgm@gnu.org>
4530
4531         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4532         2009-01-09 change.
4533
4534 2009-01-31  Dave Love  <fx@gnu.org>
4535
4536         * imap.el (imap-fetch-safe): Bind debug-on-error.
4537         (imap-debug): Add imap-fetch-safe.
4538
4539 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4540
4541         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4542         (auth-source-forget-all-cached): New convenience function.
4543         (auth-source-user-or-password): Accept list of modes or a single mode.
4544
4545         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4546         auth-source modes.
4547
4548         * netrc.el (netrc-machine-user-or-password): Use list of
4549         auth-source modes.
4550
4551         * nnimap.el (nnimap-open-connection): Use list of
4552         auth-source modes.
4553
4554         * nntp.el (nntp-send-authinfo): Use list of
4555         auth-source modes.
4556
4557 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4558
4559         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4560         now.
4561
4562 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4565         coding system in XEmacs; add a workaround for XEmacs.
4566
4567         * lpath.el: Fbind coding-system-aliasee.
4568
4569 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4572         of current-language-environment.
4573
4574 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4577         available at runtime.
4578
4579 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4582
4583 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4584
4585         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4586         the greatest positive fixnum value doesn't work under an XEmacs with
4587         bignum support; use the most-positive-fixnum constant instead,
4588         available since Emacs 21.1 with cl and XEmacs 21.1.
4589
4590 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4593         XEmacs gets not to work.
4594
4595 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * mm-util.el (mm-coding-system-priorities): Allow the value like
4598         "Japanese (UTF-8)" of current-language-environment.
4599
4600 2009-01-09  Glenn Morris  <rgm@gnu.org>
4601
4602         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4603         with last-command-event.
4604
4605 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4608         in the doc string.
4609
4610         * message.el (message-fix-before-sending): Amend comment.
4611
4612 2009-01-08  Dave Love  <fx@gnu.org>
4613
4614         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4615
4616 2009-01-07  David Engster  <dengste@eml.cc>
4617
4618         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4619         simplified server definitions by converting it via
4620         gnus-server-to-method.
4621
4622 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4625         parameter's operands.
4626
4627 2009-01-06  David Engster  <dengste@eml.cc>
4628
4629         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4630         primary select method (for gnus-group-mark-article-as-read).
4631
4632 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4633
4634         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4635         `(gnus)Face', not `(gnus)X-Face'.
4636
4637 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4638
4639         * mm-util.el (mm-ucs-to-char): New function.
4640
4641         * mm-url.el (mm-url-decode-entities): Use it.
4642
4643         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4644         unicode-to-char.
4645
4646 2009-01-05  Dave Love  <fx@gnu.org>
4647
4648         * time-date.el: Require cl for `declare'.
4649
4650 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4651
4652         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4653         Dave Love.
4654
4655 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4656
4657         * message.el (message-fix-before-sending): Add `eight-bit' to
4658         illegible-text check.
4659
4660 2009-01-03  Michael Olson  <mwolson@gnu.org>
4661
4662         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4663         `headers' is nil.  This can occur if the IMAP server does not have
4664         permissions to read messages from a folder, but can write new messages
4665         to the folder.
4666         (nnimap-request-article-part): Do not insert `data' if it is nil.
4667
4668         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4669         characters which will confuse `read', so skip past them.
4670
4671 2009-01-01  Dave Love  <fx@gnu.org>
4672
4673         * imap.el (imap-string-to-integer): Fix typo.
4674         (imap-fetch-safe): New function.
4675         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4676
4677         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4678
4679         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4680         (imap-parse-greeting): Fix doc strings.
4681         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4682         (imap-parse-flag-list): Make messages unique.
4683         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4684
4685         * nnimap.el: Fix author email.
4686         (nnimap-split-rule): Add FIXME comment.
4687         (nnimap-debug): Fix doc string.
4688
4689 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4690
4691         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4692
4693 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4694
4695         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4696         nslookup if resolv.conf isn't available.
4697         (dns-query): Rename from query-dns.
4698         (dns-query-cached): Rename from query-dns-cached.
4699
4700 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4703         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4704         to check if those variables exist (first appeared in Emacs 18.50).
4705
4706 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * mm-util.el (mm-line-number-at-pos): New function.
4709
4710         * spam-report.el (spam-report-process-queue): Use it.
4711
4712 2008-12-24  David Engster  <dengste@eml.cc>
4713
4714         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4715         parameters that haven't existed as variables as buffer-local variables.
4716
4717 2008-12-23  Dave Love  <fx@gnu.org>
4718
4719         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4720         cadar.
4721
4722         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4723         imap-starttls-p.
4724         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4725
4726 2008-12-22  Dave Love  <fx@gnu.org>
4727
4728         * imap.el: Fix author email.  Doc fixes.
4729         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4730         reply.
4731
4732 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4733
4734         * spam-report.el (spam-report-gmane-max-requests): New constant.
4735         (spam-report-gmane-wait): New variable.
4736         (spam-report-gmane-ham, spam-report-gmane-spam)
4737         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4738         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4739         the server.
4740
4741         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4742         Add explanations.
4743
4744         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4745         nnheader-accept-process-output and nnheader-read-timeout if available.
4746         (pop3-movemail): Use it.
4747
4748         * message.el (message-check-news-body-syntax): Fix signature check if
4749         there's an attachment.
4750
4751 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * mm-util.el: Add comments to the mm- emulating functions.
4754
4755 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4756
4757         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4758         by Stephen Berman <stephen.berman@gmx.net>.
4759
4760 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * mm-util.el (mm-substring-no-properties): New function.
4763         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4764         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4765         (mm-string-to-multibyte): Doc fix.
4766
4767         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4768
4769 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * mml.el (mml-attach-file): Strip text properties from file name.
4772         (Bug#1574)
4773
4774 2008-12-16  Glenn Morris  <rgm@gnu.org>
4775
4776         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4777
4778 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4781         knows since the charset specified might be a bogus alias that
4782         mm-charset-synonym-alist provides.
4783
4784 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4785
4786         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4787         "ISO_8859-1".
4788
4789         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4790
4791 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * mm-util.el (mm-charset-eval-alist):
4794         Define it before mm-charset-to-coding-system.
4795         (mm-charset-to-coding-system): Add optional argument `silent';
4796         define it before mm-charset-override-alist.
4797         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4798         default value if it can be used in Emacs currently running;
4799         silence mm-charset-to-coding-system.
4800
4801 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4804         `allow-override' which says whether to use `mm-charset-override-alist'.
4805         (rfc2047-decode-encoded-words): Use it.
4806
4807         * mm-util.el (mm-charset-override-alist): Fix custom type;
4808         add `(gb2312 . gbk)' to choices.
4809
4810 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4813         fast.
4814
4815         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4816
4817         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4818
4819 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4820
4821         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4822         on links.
4823
4824         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4825
4826 2008-12-03  Lute Kamstra  <lute@gnu.org>
4827
4828         * sha1.el: Remove leading * from docstrings of defcustoms,
4829         deffaces, defconsts and defuns.
4830
4831 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4834         users' addresses that don't have domain parts.
4835         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4836         rather than message-narrow-to-head since there will be the message
4837         header separator.
4838
4839 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4840
4841         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4842         since the result is inserted in a unibyte buffer anyway.
4843         (nnimap-demule-use-string-to-multibyte): Remove.
4844         (nnimap-demule): Alias it to mm-string-to-multibyte.
4845
4846 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4847
4848         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4849         variable for debugging bug#464 and bug#1174.
4850         (nnimap-demule): Use it.
4851
4852 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4853
4854         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4855         score calculation correctly.
4856
4857 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         * message.el (message-send-mail): Just set the buffer to unibyte
4860         rather than use mm-with-unibyte-current-buffer which does a lot more.
4861         (message-send-mail-partially): Don't bother with
4862         mm-with-unibyte-current-buffer since it's already been made unibyte by
4863         message-send-mail.
4864
4865 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4866
4867         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4868
4869 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4870
4871         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4872
4873 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4874
4875         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4876         require itself and to remove `with-no-warnings'.
4877
4878 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4879
4880         * starttls.el (starttls-any-program-available): Get the name of the
4881         available TLS layer program.
4882         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4883         well as the host name in the "opening" message.
4884
4885         * auth-source.el (auth-source-cache, auth-source-do-cache)
4886         (auth-source-user-or-password): Cache passwords and logins by default,
4887         allow override with `auth-source-do-cache'.
4888         (auth-source-forget-user-or-password): Allow users to remove cache
4889         entries if needed.
4890
4891 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4892
4893         * md4.el (md4-buffer): Fix typo in docstring.
4894         (md4, md4-64): Doc fixes.
4895         (md4-pack-int32): Reflow docstring.
4896
4897 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4898
4899         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4900         condition-case to only the forward-sexp call.
4901
4902 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4903
4904         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4905         quotes contained.  Make it more robust regardless by an extra
4906         condition-case wrapper.
4907
4908 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4911
4912 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * nnml.el (nnml-request-expire-articles): Check if the function set to
4915         `nnmail-expiry-target' returns the symbol `delete'.
4916
4917         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4918
4919         * nnmail.el (nnmail-expiry-target): Fix custom type.
4920
4921 2008-10-02  Glenn Morris  <rgm@gnu.org>
4922
4923         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4924         Silence compiler warning.
4925
4926 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4927
4928         * tls.el (open-tls-stream): Show the actual command being
4929         executed, instead of the format string.
4930
4931 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * lpath.el: Fbind codepage-setup for Emacs 23.
4934
4935 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4936
4937         * mml.el (mml-menu): Don't assume mml2015 is bound.
4938
4939 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4942         exists.
4943
4944 2008-09-27  Glenn Morris  <rgm@gnu.org>
4945
4946         * gnus-util.el (mail-header-remove-comments): Autoload it.
4947
4948 2008-09-27  Andreas Schwab  <schwab@suse.de>
4949
4950         * gnus-util.el (gnus-split-references): Strip comments.
4951         (gnus-parent-id): Likewise.
4952
4953 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * message.el (message-confirm-send): Fix version.
4956
4957 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * message.el (message-idna-to-ascii-rhs-1): Use
4960         mail-extract-address-components rather than mail-header-parse-addresses
4961         that is an alias by default to ietf-drums-parse-addresses that does not
4962         support non-ASCII names in headers' contents.
4963
4964 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4965
4966         * message.el (message-confirm-send): Fixed variable documentation to
4967         avoid the "y/n" wording.
4968
4969 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4970
4971         * message.el (message-set-auto-save-file-name): Save to a different
4972         filename so multiple messages (especially drafts) can be recovered.
4973
4974 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4975
4976         * message.el (message-confirm-send): Add appropriate version.
4977
4978 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4979
4980         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4981         defvar.
4982
4983 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4984
4985         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4986         (mm-pkcs7-enveloped-magic): Ditto.
4987
4988 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4989
4990         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4991         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4992
4993 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4994
4995         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4996         default, it's better.
4997
4998 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4999
5000         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5001         summary line gnus-number property and ignore them (with a warning
5002         message).
5003
5004 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5007         macro caddr in the interactive form since it won't be expanded.
5008
5009 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5012         `charset'; fix name of function called recursively.
5013         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5014
5015 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5018         (gnus-mime-set-charset-parameters): New function.
5019         (gnus-mime-view-part-as-charset): Use it to correctly display part
5020         specifying wrong charset.
5021
5022 2008-09-08  David Engster  <dengste@eml.cc>
5023
5024         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5025         in completing-read for back end server.
5026
5027 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * message.el (message-confirm-send): New variable to confirm sending a
5030         message.
5031         (message-send): Use it.
5032
5033 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5034
5035         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5036
5037 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5040
5041 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5042
5043         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5044         prevent tracking too many groups.
5045         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5046         Use it.
5047
5048 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5049
5050         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5051         moving point to the bottom of the window in order to avoid recentering.
5052
5053 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5056
5057         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5058         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5059         (gnus-article-beginning-of-window): Fix calculation.
5060
5061 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * gnus-msg.el (gnus-summary-supersede-article)
5064         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5065         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5066         message header.
5067
5068 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5069
5070         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5071         pending output coming after the status change.
5072
5073 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5074
5075         * message.el:
5076         * gnus-start.el:
5077         * gnus-registry.el: Remove VMS support.
5078
5079 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5082         macro.
5083         (rfc2104-hash): Use it.
5084
5085 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5086
5087         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5088         (gnus-summary-sort-by-most-recent-date): New commands.
5089         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5090         and menu entries.
5091
5092 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5095         don't redisplay article for raw contents; remove plural articles stuff.
5096
5097         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5098         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5099         on gnus-summary-save-article; display results properly.
5100
5101 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * lpath.el: No need to fbind ns-focus-frame.
5104
5105 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5108
5109 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5112         gnus-save-all-headers.
5113
5114 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5115
5116         * gnus-util.el (ns-focus-frame): Remove declaration.
5117         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5118         like x.
5119
5120 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5121
5122         * rfc2104.el (rfc2104-zero): Delete defconst.
5123         (rfc2104-hex-alist): Likewise.
5124         (rfc2104-hex-to-int): Delete func.
5125         (rfc2104-hexstring-to-bitstring): Likewise.
5126         (rfc2104-nybbles): New defconst.
5127         (rfc2104-hash): Rewrite for speed.
5128
5129 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * tls.el (open-tls-stream): Make it work with the 2nd argument
5132         BUFFER that is a string but does not exist as a buffer object, as
5133         mentioned in the doc-string.
5134
5135 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5138         SXEmacs.
5139
5140 2008-07-16  Glenn Morris  <rgm@gnu.org>
5141
5142         * gnus-util.el (ns-focus-frame): Declare for compiler.
5143
5144 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5147         set as a group parameter.
5148         (gnus-summary-save-in-pipe): Work when it is called independently.
5149         (gnus-summary-pipe-to-muttprint): Don't modify
5150         gnus-summary-pipe-output-default-command.
5151
5152 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5153
5154         * message.el (message-send-mail-with-sendmail):
5155         Display the error message.
5156
5157 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-art.el (gnus-default-article-saver):
5160         Add gnus-summary-save-in-pipe to choices.
5161         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5162         gnus-summary-pipe-output-default-command as the default command.
5163         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5164         instead of gnus-last-shell-command.
5165
5166         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5167         New user option.
5168         (gnus-summary-muttprint-program): Mention the value will be changed.
5169         (gnus-summary-save-article): Force showing of all headers.
5170         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5171
5172 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5173
5174         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5175
5176 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5177
5178         * nnimap.el (nnimap-id):
5179         * sieve-manage.el (sieve-manage-open): Doc fixes.
5180
5181 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5182
5183         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5184         if available.
5185
5186 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5187
5188         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5189
5190         * nnkiboze.el (nnkiboze-generate-group):
5191         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5192
5193         * nnmairix.el: Require CL.
5194
5195 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * dgnushack.el: Autoload get-display-table and put-display-table for
5198         XEmacs 21.5.
5199
5200         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5201         21.4 and SXEmacs.
5202
5203 2008-06-15  David Engster  <dengste@eml.cc>
5204
5205         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5206
5207 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5208
5209         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5210         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5211         runtime choice under XEmacs.
5212
5213         * gnus-sum.el (gnus-summary-set-display-table):
5214         Use `gnus-put-display-table', `gnus-get-display-table',
5215         `gnus-set-display-table' for the display table, instead of `aset'.
5216
5217         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5218         Use `gnus-put-display-table', `gnus-get-display-table',
5219         `gnus-set-display-table' for the display table.
5220
5221 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5222
5223         * nnmairix.el: Add autoloads.
5224
5225 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5226
5227         * nnmairix.el (nnmairix-delete-recreate-group)
5228         (nnmairix-update-and-clear-marks): Fix error messages.
5229
5230 2008-06-14  David Engster  <dengste@eml.cc>
5231
5232         * nnmairix.el: Upgrade to version 0.6.
5233         (nnmairix-group-toggle-propmarks-this-group)
5234         (nnmairix-group-toggle-readmarks-this-group)
5235         (nnmairix-group-delete-recreate-this-group)
5236         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5237         (nnmairix-remove-tick-mark-original-article): New commands.
5238         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5239         (nnmairix-propagate-marks-to-nnmairix-groups)
5240         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5241         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5242         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5243         functions needed for marks propagation and manipulation of read marks.
5244         (nnmairix-update-groups): New function.
5245         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5246         (nnmairix-determine-original-group-from-registry)
5247         (nnmairix-determine-original-group-from-path)
5248         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5249         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5250         New helper functions.
5251         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5252         keystrokes for new commands.
5253         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5254         (nnmairix-request-group): Check allow-fast group parameter.
5255         (nnmairix-request-create-group): Set allow-fast group parameter if
5256         nnmairix-allowfast-default is set.
5257         (nnmairix-close-group): Propagate marks upon closing if needed.
5258         (nnmairix-group-toggle-threads-this-group): Use new.
5259         nnmairix-group-toggle-parameter helper function.
5260         (nnmairix-search): Better check for empty search result.
5261         (nnmairix-goto-original-article): Use new helper functions for
5262         determining original article.
5263         (nnmairix-show-original-article): Make sure message-id is in brackets.
5264         (nnmairix-call-mairix-binary): Change variable name.
5265         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5266         helper function.
5267         (nnmairix-widget-toggle-activate): Fix doc string.
5268
5269 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * nnir.el: Require edmacro when compiling with XEmacs.
5272         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5273         available in Emacs 21.
5274
5275 2008-06-11  Glenn Morris  <rgm@gnu.org>
5276
5277         * gnus-util.el (x-focus-frame):
5278         * gnus.el (image-size):
5279         * mm-decode.el (image-size): Declare.
5280
5281         * gnus-picon.el (declare-function): Add compat definition.
5282         (image-size): Declare.
5283
5284         * gnus-group.el (tool-bar-map):
5285         * gnus-sum.el (tool-bar-map): Define for compiler.
5286
5287         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5288
5289         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5290
5291         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5292         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5293         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5294         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5295         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5296         * sieve-manage.el, spam-report.el, spam.el:
5297         Remove unnecessary eval-and-compile of autoloads.
5298
5299 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5300
5301         * auth-source.el: Precise Tramp doc.
5302
5303 2008-06-07  Glenn Morris  <rgm@gnu.org>
5304
5305         * nnmairix.el: Remove unnecessary eval-when-compile.
5306
5307 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * lpath.el: Fbind propertize for XEmacs 21.4.
5310
5311 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * nnir.el: Move here from ../contrib.
5314
5315 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5316
5317         * gnus-util.el (gnus-read-shell-command): New function.
5318         * mm-decode.el (mm-pipe-part):
5319         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5320
5321 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5324
5325 2008-06-03  Glenn Morris  <rgm@gnu.org>
5326
5327         * pop3.el (nnheader-accept-process-output): Autoload it.
5328
5329 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5330
5331         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5332         are not 2-digit hexadecimal characters that follow `%'s.
5333
5334 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5335
5336         * message.el (message-bogus-recipient-p): Fix type in doc string.
5337         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5338         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5339         Improve custom options.
5340         (message-bogus-recipient-p): Adjust accordingly.
5341
5342 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5343
5344         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5345         long-form month and day names.
5346
5347 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * dgnushack.el: Autoload debug, eudc-expand-inline and
5350         pgg-snarf-keys-region for XEmacs.
5351
5352         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5353
5354         * nnmairix.el: Require edmacro when compiling with XEmacs.
5355
5356 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5357
5358         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5359         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5360
5361 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5362
5363         * auth-source.el: Add more docs.
5364
5365         * netrc.el (netrc-machine): Always match if the port is not given.
5366
5367 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5368
5369         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5370         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5371         retrieval faster in some cases, but might make CPU usage larger.  If
5372         this has any bad side effects, we might revert this change.
5373
5374         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5375         seems to make mail retrieval much, much faster.
5376         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5377         unconditionally.
5378
5379         * gnus-draft.el (gnus-group-send-queue): Bind
5380         message-send-mail-partially-limit to nil to avoid being prompted.
5381
5382 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5383
5384         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5385
5386         * message.el (message-bogus-address-regexp): Fix and improve custom
5387         type.
5388         (message-setup-hook): Add message-check-recipients as custom option.
5389
5390 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5391
5392         * message.el (message-cite-function): Remove bogus autoload which crept
5393         in during merge from v5-10.
5394
5395 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5396
5397         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5398
5399         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5400
5401         * auth-source.el: Preliminary Tramp docs.
5402         (auth-sources): Change the default auth-sources to use
5403         EPA .gpg files.
5404
5405 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5406
5407         * nntp.el: Autoload `auth-source-user-or-password'.
5408         (nntp-send-authinfo): Use it.
5409
5410         * nnimap.el: Autoload `auth-source-user-or-password'.
5411         (nnimap-open-connection): Use it.
5412
5413         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5414         for the gnus-message function.
5415         (auth-source-user-or-password): Use it.
5416
5417 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5418
5419         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5420         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5421         (rfc2104-hash): Use it.
5422
5423 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5424
5425         * gnus-art.el (gnus-article-toggle-truncate-lines):
5426         Don't use `iff' in docstring.
5427
5428 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5431
5432         * gnus-util.el (gnus-extract-address-component-name)
5433         (gnus-extract-address-component-email): Convenience functions around
5434         `gnus-extract-address-components'.
5435
5436         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5437         Use `gnus-extract-address-component-email' to fix bug of comparing full
5438         sender name to `user-mail-address'.
5439
5440 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5441
5442         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5443         catch/throw to optimize.
5444         (gnus-registry-find-keywords): Just use member to find a keyword.
5445
5446 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5447
5448         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5449         is current before calling gnus-server-prepare.
5450         (gnus-server-setup-buffer, gnus-server-update-server)
5451         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5452
5453 2008-05-04  Juri Linkov  <juri@jurta.org>
5454
5455         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5456         (mailcap-file-default-commands): Use mailcap-replace-in-string
5457         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5458         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5459
5460 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5461
5462         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5463
5464 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5465
5466         * gnus.el: Bump version to 0.11.
5467
5468 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5469
5470         * gnus.el: No Gnus v0.10 is released.
5471
5472 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5473
5474         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5475         hooks.
5476         (gnus-update-read-articles): Speed up non-marks-using users.
5477         (gnus-use-marks): Define gnus-use-marks.
5478         (gnus-propagate-marks): Rename variable to something more sensible.
5479
5480 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5481
5482         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5483         (gmm-image-load-path-for-library): Fix typos in docstrings.
5484         (gmm-message): Reflow docstring.
5485
5486 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5487
5488         * mail-source.el (mail-source-set-1, mail-source-bind):
5489         Move auth-source code out of the macro to clean it up and fix bugs.
5490
5491 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5492
5493         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5494         by sender if it's equal to user-mail-address, it's likely to be
5495         useless.
5496
5497         * mail-source.el (mail-source-bind): Don't use user or password if they
5498         are not bound.  Unintern them if they are nil.  Don't use server unless
5499         it's bound, and default it to empty string otherwise.
5500
5501 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5502
5503         * mail-source.el: Load auth-source.el.
5504         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5505         get user name or password, if auth-sources is set up.
5506
5507         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5508         strategy of splitting with parent.
5509         (gnus-registry-split-fancy-with-parent)
5510         (gnus-registry-post-process-groups): Use it and fix prior
5511         bug (returning a list as the split result).
5512
5513         * auth-source.el (auth-sources): Remove server parameter.
5514         (auth-source-pick, auth-source-user-or-password)
5515         (auth-source-user-or-password-imap)
5516         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5517         (auth-source-user-or-password-sftp)
5518         (auth-source-user-or-password-smtp): Remove server parameter.
5519
5520 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5521
5522         * smime.el (smime-sign-region, smime-encrypt-region)
5523         (smime-decrypt-region):
5524         Remove redundant calls to `generate-new-buffer-name'.
5525
5526 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5527
5528         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5529         Don't use QP for message/rfc822.
5530         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5531
5532 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5533
5534         * sieve-manage.el (sieve-string-bytes): Remove.
5535         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5536         correct byte-length only if the process's coding-system is the same as
5537         the one used internally by Emacs to represent strings.
5538
5539 2008-04-22  Juri Linkov  <juri@jurta.org>
5540
5541         * mailcap.el (mailcap-file-default-commands): New function.
5542
5543 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         * message.el (message-signature-separator, message-cite-function):
5546         Change custom version.
5547
5548 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5549
5550         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5551         commands.
5552         (tls-checktrust): Ditto.
5553
5554 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5555
5556         * mm-decode.el (mm-display-external): Make temp file read-only.
5557
5558 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5561         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5562         `C-c C-f d'.
5563
5564 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5565
5566         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5567
5568 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5569
5570         * gnus.el: Bump version to 0.9.
5571
5572 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5573
5574         * gnus.el: No Gnus v0.8 is released.
5575
5576 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5577
5578         * mail-source.el (mail-source-value):
5579         Prefer fboundp to functionp so it works with macros as well.
5580
5581 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5582
5583         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5584         Fix last change in case the element is not even a symbol.
5585
5586 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5587
5588         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5589         Prefer fboundp to functionp so it works with macros as well.
5590
5591 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5592
5593         * auth-source.el: Added docs.
5594         (auth-sources): Modify format to support server.
5595         (auth-source-pick, auth-source-user-or-password)
5596         (auth-source-user-or-password-imap)
5597         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5598         (auth-source-user-or-password-sftp)
5599         (auth-source-user-or-password-smtp): Add server parameter.
5600
5601 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5602
5603         * gnus-registry.el: Initialize the registry when gnus-registry-install
5604         is t.
5605
5606 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * compface.el (uncompface): Make buffer unibyte.
5609
5610 2008-04-05  Glenn Morris  <rgm@gnu.org>
5611
5612         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5613
5614 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5615
5616         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5617         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5618
5619         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5620         multibyteness after rather than before erasing it.
5621
5622         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5623         mm-with-multibyte.
5624         (gnus-request-article-this-buffer): Make sure the proper decoding is
5625         used if gnus-original-article-buffer happens to be unibyte.
5626
5627         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5628         default-enable-multibyte-characters.
5629
5630         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5631         default-enable-multibyte-characters.
5632
5633         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5634
5635         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5636
5637 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5638
5639         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5640         (imap-message-copyuid-1): Use it.
5641         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5642         J. Williams in
5643         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5644
5645         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5646         imap-enable-exchange-bug-workaround.
5647         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5648
5649 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5650
5651         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5652         a 100 byte status-checks into a 2-3MB transfer for each group.
5653         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5654         to enable bug workaround or not.
5655         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5656
5657 2008-03-31  Glenn Morris  <rgm@gnu.org>
5658
5659         * message.el (mml2015-use): Declare for compiler.
5660         (message-info): Require mml2015 when appropriate.
5661
5662 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5665         whitespace.
5666
5667 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5668
5669         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5670         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5671         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5672         (nntp-service-to-port): New function.
5673         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5674         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5675         (nntp-open-netcat-stream): New function.
5676         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5677
5678 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5679
5680         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5681
5682 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5683
5684         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5685
5686 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5687
5688         * dns.el (dns-write): Use set-buffer-multibyte.
5689
5690 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5691
5692         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5693
5694 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5695
5696         * message.el (message-signature-separator): Change default.
5697         Improve custom type.
5698         (message-cite-function): Change default to
5699         message-cite-original-without-signature.
5700
5701         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5702         toggle.
5703
5704         * message.el (message-check-news-body-syntax): Fix signature check.
5705         (message-setup-1): Mark buffer as unmodified _after_ running
5706         message-setup-hook and handling message-alternative-emails.
5707         (message-shorten-references): Be more strict when building list of
5708         valid references to comply with GNKSA.
5709
5710         * gnus-group.el (gnus-read-ephemeral-bug-group)
5711         (gnus-read-ephemeral-debian-bug-group)
5712         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5713
5714         * message.el (message-info): Don't use booleanp which isn't supported
5715         in Emacs 21 and XEmacs.
5716
5717 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5718
5719         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5720         gnus-group-gmane-group-download-format.
5721         (gnus-group-read-ephemeral-gmane-group): Rename from
5722         gnus-group-read-ephemeral-gmane-group.
5723         (gnus-read-ephemeral-gmane-group-url): Rename from
5724         gnus-group-read-ephemeral-gmane-group-url.
5725         (gnus-bug-group-download-format-alist): New variable.
5726         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5727         (gnus-read-ephemeral-emacs-bug-group): New commands.
5728
5729 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5730
5731         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5732         (gnus-visible-headers): Improve custom type.
5733
5734 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5735
5736         * mml.el (mml-menu): Add workarounds for XEmacs.
5737
5738         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5739         X-Boundary header.
5740
5741         * message.el (message-simplify-recipients): Fix previous commit.
5742
5743 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5744
5745         * mm-util.el (mm-set-buffer-multibyte): New function.
5746         * mm-decode.el (mm-copy-to-buffer): Use it.
5747
5748 2008-03-19  Glenn Morris  <rgm@gnu.org>
5749
5750         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5751         Accidentally removed in the sync process with Emacs.
5752
5753 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5754
5755         * message.el (message-alter-recipients-discard-bogus-full-name):
5756         New function.
5757         (message-alter-recipients-function): New variable.
5758         (message-get-reply-headers): Use it.
5759         (message-replace-header): New helper function.
5760         (message-recipients-without-full-name): New variable.
5761         (message-simplify-recipients): New command.
5762
5763         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5764
5765         * message.el (message-info): Handle EasyPG manual.
5766
5767         * mml.el (mml-menu): Add entry for EasyPG.
5768
5769 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5770
5771         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5772         parameter.
5773
5774         * message.el (message-disassociate-draft): Specify drafts group name
5775         fully.
5776
5777 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5778
5779         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5780         unnecessary duplicates from the match list.
5781
5782 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5785
5786         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5787
5788         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5789         args of `how-many' of which the XEmacs version doesn't take; declare
5790         Info-index-next as function.
5791
5792 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5793
5794         * gnus-score.el (gnus-score-headers): Fix handling of
5795         gnus-inhibit-slow-scoring.
5796
5797         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5798         string.
5799         (gnus-button-url-regexp): Improve handling of parenthesis.
5800         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5801         (gnus-button-handle-info-keystrokes): Handle index entries.
5802
5803 2008-03-15  Glenn Morris  <rgm@gnu.org>
5804
5805         * parse-time.el (parse-time-string): Simplify.
5806
5807 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5810         Incoming* files.
5811
5812 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5813
5814         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5815         (auth-source-pick): Use it.
5816
5817 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5818
5819         * binhex.el (binhex-decode-region-internal):
5820         * uudecode.el (uudecode-decode-region-internal):
5821         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5822         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5823         setting default-enable-multibyte-characters.
5824
5825 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5826
5827         * auth-source.el (auth-source-protocols)
5828         (auth-source-protocols-customize, auth-source-choices): Added and
5829         modified variable customizations and defaults.
5830         (auth-source-pick, auth-source-user-or-password)
5831         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5832         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5833         (auth-source-user-or-password-sftp)
5834         (auth-source-user-or-password-smtp): Use new variables and provide an
5835         interface to netrc.el.
5836
5837 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5840         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5841         Make sure the nntp port to specify is a string.
5842
5843 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5844
5845         * nntp.el: Use with-current-buffer.
5846         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5847         dubious mm-with-unibyte-current-buffer.
5848         (nntp-with-open-group-function): New function extracted from
5849         nntp-with-open-group macro.
5850         (nntp-with-open-group): Use the function, so it's easier to debug.
5851         Add indentation and debugging info.
5852         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5853         the use of the netcat alternatives.
5854
5855         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5856         Avoid mm-string-as-multibyte as well.
5857
5858         * nnweb.el (nnweb-insert-html):
5859         Remove use of nnheader-string-as-multibyte.
5860
5861         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5862         (nnheader-string-as-multibyte): Remove.
5863
5864         * mm-view.el: Use inhibit-read-only.
5865         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5866         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5867         or unibyte-string.
5868
5869         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5870         (mm-uu-yenc-extract): Use with-current-buffer.
5871
5872         * gnus-soup.el (gnus-soup-send-packet): Don't use
5873         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5874
5875         * nnmh.el: Use with-current-buffer.
5876         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5877         mm-string-as-multibyte on the output of mm-encode-coding-string.
5878
5879         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5880         (nnimap-request-move-article): Use with-current-buffer.
5881
5882         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5883         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5884         conversion uses string-make-unibyte rather than string-as-unibyte.
5885
5886         * gnus-msg.el: Use with-current-buffer.
5887
5888         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5889
5890 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5891
5892         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5893         string for caching if it is 'PIN.
5894
5895 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * lpath.el: Consider the case without Emacs/W3.
5898
5899 2008-03-08  Glenn Morris  <rgm@gnu.org>
5900
5901         * time-date.el (date-to-time, time-subtract, time-add)
5902         (safe-date-to-time): Doc fixes.
5903
5904 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * mail-source.el (mail-source-delete-old-incoming-confirm):
5907         Change default to nil.
5908         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5909
5910 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * lpath.el: Rearrange.
5913
5914         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5915         (gnus-article-goto-prev-page): Work for articles having ^L's.
5916
5917         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5918
5919         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5920
5921 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5922
5923         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5924         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5925         (gnus-bookmark-jump): Adjust some variable names.
5926
5927 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5928
5929         * auth-source.el: New package.
5930         (auth-source-choices): Add customization entry point variable.
5931
5932         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5933         bug.
5934
5935 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5936
5937         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5938         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5939         (gnus-registry-install-shortcuts): Rename from
5940         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5941         the `gnus-registry-mark-map' keymap dynamically from
5942         `gnus-registry-marks'.  The generated functions update the summary line
5943         when a registry mark is added or deleted, and will call
5944         `gnus-registry-install-p' (see the comments in the code).
5945         (gnus-registry-user-format-function-M): Use concat intelligently.
5946
5947         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5948         the registry mark functions.
5949
5950 2008-03-05  Glenn Morris  <rgm@gnu.org>
5951
5952         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5953         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5954         gnus-art.
5955         (top-level): No need to load own source when compiling.
5956
5957 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5960         Suggested by <chris.anderton@zetnet.co.uk>.
5961
5962 2008-03-04  Glenn Morris  <rgm@gnu.org>
5963
5964         * gnus-sum.el (top-level): No need to require gnus when compiling,
5965         since unconditionally required near start of file.
5966         (gnus-summary-display-while-building): Move definition before use.
5967
5968 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5969
5970         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5971         formatting function.
5972
5973 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5974
5975         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5976         with plists.
5977         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5978         Use new format.
5979
5980 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5983         `where-is-internal' that returns a range of key sequences.
5984
5985 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5986
5987         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5988
5989         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5990         (gnus-summary-jump-to-group): Consider windows on other displayed
5991         frames as well.  Similar changes might be needed elsewhere, but that's
5992         the one I've bumped into during my use.
5993
5994         * nndoc.el (nndoc-oe-dbx-type-p):
5995         * gnus-msg.el (gnus-debug):
5996         * gnus-group.el (gnus-update-group-mark-positions):
5997         Use mm-string-to-multibyte.
5998
5999 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6002         doesn't handle NotDashEscaped.
6003
6004         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6005         (mml-dnd-attach-options): Fix typo in custom choice.
6006
6007         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6008         nndoc-article-type to mbox.
6009         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6010
6011         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6012         to nil, instead of html2text.
6013
6014         * imap.el (imap-debug): Add `imap-ping-server'.
6015
6016         * gnus-bookmark.el: Add FIXMEs.
6017
6018         * message.el (message-form-letter-separator)
6019         (message-send-form-letter-delay): New variables.
6020         (message-send-form-letter): Use them.  New command to send form
6021         letters.  Requested by Uwe Siart.
6022         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6023
6024 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6025
6026         * Update copyright years.
6027
6028 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6029
6030         Sync from EMACS_22_BASE.
6031
6032         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6033
6034 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6035
6036         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6037         empty author.
6038
6039 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6040
6041         * gnus-registry.el (gnus-registry-marks): Add variable for
6042         customization of marks and their appearance.
6043         (gnus-registry-read-mark): Use it.
6044         (gnus-registry-do-marks): Add utility function to loop through
6045         `gnus-registry-marks'.
6046         (gnus-registry-install-shortcuts-and-menus): Add function to install
6047         shortcuts and menus.
6048         (gnus-registry-initialize): Use it.
6049         (gnus-registry-default-mark): Clarify documentation.
6050
6051 2008-02-29  Glenn Morris  <rgm@gnu.org>
6052
6053         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6054         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6055         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6056         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6057         Change defcustom :version from 23.0 to 23.1.
6058
6059 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6060
6061         * gnus-registry.el (gnus-registry-follow-group-p)
6062         (gnus-registry-post-process-groups): Add functions to aid registry
6063         splitting and improve logging.  Clarify behavior in function
6064         documentation.
6065         (gnus-registry-split-fancy-with-parent): Use them.
6066
6067 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6068
6069         * gnus-art.el: Use with-current-buffer.
6070
6071 2008-02-27  David Engster  <dengste@eml.cc>
6072
6073         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6074         Express real group name in the response.
6075
6076 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6079         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6080         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6081         autoload gnus-registry-fetch-group when compiling.
6082         (nnmairix-request-group-with-article-number-correction): Remove
6083         unreferenced argument passed to nnmairix-call-backend.
6084
6085 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6086
6087         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6088         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6089         Wilde.
6090
6091 2008-02-27  Glenn Morris  <rgm@gnu.org>
6092
6093         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6094         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6095         variables to defconsts.  Convert comments to doc-strings.
6096         (nnmairix-last-server, nnmairix-current-server): Convert from free
6097         variables to defvars.  Convert comments to doc-strings.
6098         (gnus-registry-fetch-group): Autoload.
6099         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6100         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6101         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6102         caddr.
6103         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6104         nnmairix-request-group-with-article-number-correction call.
6105         (nnmairix-fast, nnmairix-group): New, less general names, for free
6106         variables passed from nnmairix-request-group to
6107         nnmairix-request-group-with-article-number-correction.  Declare.
6108         (nnmairix-request-group-with-article-number-correction):
6109         Use nnmairix-fast, nnmairix-group rather than fast, group.
6110
6111 2008-02-26  David Engster  <dengste@eml.cc>
6112
6113         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6114         version 0.5.
6115
6116 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6117
6118         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6119         instead of making an extra function call.  Don't add the current group
6120         to articles only when they have the group.  Use
6121         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6122         Reported by David <de_bb@arcor.de>.
6123
6124 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6125
6126         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6127         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6128
6129 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6130
6131         * mail-source.el (mail-source-delete-incoming): Change default.
6132         Supplement doc string.
6133
6134         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6135
6136 2008-02-14  Glenn Morris  <rgm@gnu.org>
6137
6138         * time-date.el (format-seconds): New function.
6139
6140 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * nnmail.el (nnmail-message-id-cache-file): Derive from
6143         `gnus-home-directory'.
6144
6145 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6148         Document negative prefix.
6149
6150         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6151
6152 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6153
6154         * message.el (message-unsent-separator): Add the Exim bounce
6155         separator.
6156
6157 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6158
6159         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6160         list.
6161         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6162         recipient/signer list.
6163
6164 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6165
6166         * Makefile.in (datarootdir): Define.
6167         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6168         name that might contain whitespace.
6169
6170 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6173         fbound (Emacs 23 unicode), signal an error.
6174
6175 2008-02-08  Glenn Morris  <rgm@gnu.org>
6176
6177         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6178
6179 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6180
6181         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6182         ports to the calls to `netrc-machine-user-or-password' in addition to
6183         "imap" and "imaps".
6184
6185 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6186
6187         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6188
6189         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6190
6191 2008-02-01  Kenichi Handa  <handa@m17n.org>
6192
6193         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6194         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6195         (rfc2104-hash): Convert the result of concat to unibyte string.
6196
6197 2008-02-01  Dave Love  <fx@gnu.org>
6198
6199         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6200         coding-system-for-read.
6201         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6202
6203 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6206         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6207         <hanche@math.ntnu.no>.
6208
6209 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6210
6211         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6212
6213         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6214
6215 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6216
6217         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6218         * message.el (message-beginning-of-line): Use featurep instead of bound
6219         tests in order to resolve conditionals at compile time.
6220
6221 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6222
6223         * mail-source.el (mail-sources): Add `group' choice.
6224
6225         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6226         parameter `in-group' to control into which group the articles go.
6227         Add treatment of `group' mail-source.
6228
6229 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6232
6233         * mm-decode.el (mm-dissect-buffer): Decode description.
6234
6235         * mml.el (mml-to-mime): Encode message header first.
6236
6237 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6240         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6241
6242         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6243         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6244
6245 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6246
6247         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6248
6249 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6252         prefix keys.
6253         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6254         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6255         gnus-xmas.el.
6256
6257         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6258         (gnus-xmas-article-describe-bindings): New function.
6259         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6260         gnus-xmas-article-describe-bindings.
6261
6262         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6263
6264 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6267         Add new variables for article mark management.
6268         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6269         list of extra data entries which, when present, will indicate that the
6270         article ID should not be trimmed from the registry.
6271         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6272         functions.
6273         (gnus-registry-read-mark): New function to read a mark name from the
6274         user.
6275         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6276         (gnus-registry-set-article-mark-internal): New functions to add and
6277         remove marks.
6278         (gnus-registry-get-article-marks): New function to show the marks for
6279         an article, or retrieve them for further use.
6280
6281 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6284         keys when no argument is given.
6285
6286 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * imap.el (imap-ping-server): New variable.
6289         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6290         (imap-ping-server): Minor doc string fixes.
6291
6292 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6293
6294         * imap.el (imap-ping-server): New function.
6295         (imap-opened): Call imap-ping-server.
6296
6297 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * gnus-sum.el (gnus-article-sort-by-random)
6300         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6301         jidanni@jidanni.org.
6302
6303 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * gnus-art.el (gnus-article-describe-bindings): New function.
6306         (gnus-article-read-summary-keys): Use it.
6307         (gnus-article-mode-map): Bind `C-h b' to it.
6308
6309 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6312         XEmacs.
6313         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6314         against non-character events.
6315
6316         * lpath.el: Fbind map-keymap for Emacs 21.
6317
6318 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6319
6320         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6321         command.
6322         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6323         instead of END.  Change name of the temp file.
6324         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6325         customizable.
6326
6327 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6330         bind `S W' to gnus-article-wide-reply-with-original; set default
6331         binding to gnus-article-read-summary-send-keys.
6332         (gnus-article-read-summary-keys): Fix the order of keys; display
6333         continuation keys correctly in the echo area; describe bindings
6334         correctly when keys end with `C-h'.
6335         (gnus-article-read-summary-send-keys): New function.
6336         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6337         for gnus-article-read-summary-send-keys; display continuation keys
6338         correctly in the echo area.
6339         (gnus-article-reply-with-original): Ignore prefix argument.
6340         (gnus-article-wide-reply-with-original): New function.
6341
6342         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6343         Emacs 21.
6344
6345 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6348         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6349
6350 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6353         (gnus-group-read-ephemeral-gmane-group): New command.
6354
6355 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6356
6357         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6358
6359 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6360
6361         * message.el (message-send-mail-function): Increase custom version.
6362
6363         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6364         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6365
6366 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6367
6368         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6369         for the cases where imap-authenticate is called with a nil buffer
6370         parameter.
6371
6372 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6375         html parts correctly; support forwarded messages.
6376         (gnus-article-browse-html-article): Remove work buffers.
6377
6378         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6379         compiling.
6380         (netrc-bound-and-true-p): New macro.
6381         (netrc-parse): Use it instead of bound-and-true-p that is not available
6382         in XEmacs 21.4.
6383
6384 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6385
6386         * gnus-registry.el (gnus-registry-mark-article)
6387         (gnus-registry-article-marks): Add functionality to mark articles
6388         through the Gnus registry.
6389
6390         * encrypt.el: Clarify documentation for the new pgg method.
6391         (encrypt-file-alist): Add PGG option.
6392         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6393         functionality.  Abstract password key and messaging to external
6394         functions.
6395         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6396         (encrypt-message-method-and-cipher): Add new convenience external
6397         functions.
6398         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6399         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6400
6401         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6402         (netrc-parse): Use encrypt-file-alist to determine if
6403         encrypt-find-model or encrypt-insert-file-contents should be used.
6404
6405         * encrypt.el: Clarify documentation.  Load password-cache or
6406         password, whichever one is found first, instead of autoloading.
6407
6408 2007-12-19  Glenn Morris  <rgm@gnu.org>
6409
6410         * mml.el (message-options-set, message-narrow-to-head)
6411         (message-in-body-p, message-mail-p, message-encode-message-body):
6412         Autoload.
6413         (message-remove-header, message-narrow-to-headers-or-head)
6414         (message-subscribed-p, message-make-mail-followup-to)
6415         (message-position-on-field, message-news-p)
6416         (message-options-set-recipient, message-generate-headers)
6417         (message-sort-headers): Declare as functions.
6418
6419 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6422         convention in doc string.
6423
6424 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6427         title to html parts.
6428         (gnus-article-browse-html-article): Pass message header to it.
6429
6430         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6431
6432 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6435         or password compatible with XEmacs.
6436
6437 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6440         format document.
6441         (gnus-mime-delete-part): Don't write description line if empty.
6442         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6443
6444 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6445
6446         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6447         (gnus-summary-mark-read-and-unread-as-read)
6448         (gnus-summary-mark-current-read-and-unread-as-read)
6449         (gnus-summary-mark-unread-as-ticked): Doc fix.
6450         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6451
6452 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6453
6454         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6455         Christoph Conrad <christoph.conrad@gmx.de>.
6456
6457 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6458
6459         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6460         yes-or-no-p.
6461
6462 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * mm-decode.el (mm-add-meta-html-tag): New function.
6465         (mm-save-part-to-file, mm-pipe-part): Use it.
6466
6467         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6468         gnus-y-or-n-p instead of y-or-n-p.
6469         (gnus-article-browse-html-parts): Work with message/external-body; use
6470         mm-add-meta-html-tag.
6471
6472 2007-12-11  Glenn Morris  <rgm@gnu.org>
6473
6474         * gnus-cache.el: Require gnus-sum not just when compiling.
6475
6476         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6477
6478         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6479         definitions before use.
6480
6481         * mm-decode.el: Require gnus-util.
6482         (mm-remove-part): Only call delete-annotation on XEmacs.
6483
6484         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6485
6486         * nnmail.el: Require gnus-int.
6487
6488         * spam.el: Move `require's before `eval-when-compile's.
6489
6490         * gnus-ems.el (gnus-alive-p):
6491         * gnus-fun.el (message-goto-eoh):
6492         * gnus-util.el (gnus-group-name-decode):
6493         * mail-source.el (gnus-compress-sequence):
6494         * message.el (Info-goto-node, format-spec):
6495         * mm-bodies.el (message-options-get):
6496         * mm-decode.el (mm-view-pkcs7):
6497         * mm-util.el (gmm-write-region):
6498         * mml-smime.el (mml-compute-boundary)
6499         (gnus-completing-read-with-default):
6500         * mml.el (widget-button-press, gnus-make-hashtable):
6501         * mml1991.el (mm-decode-content-transfer-encoding)
6502         (mm-encode-content-transfer-encoding)
6503         (message-options-get, message-options-set):
6504         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6505         * nnfolder.el (gnus-request-group):
6506         * nnheader.el (ietf-drums-unfold-fws):
6507         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6508         * smime.el (gnus-run-mode-hooks):
6509         * spam-stat.el (gnus-message): Autoload.
6510
6511         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6512         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6513         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6514         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6515         Add declare-function compatibility definition.
6516
6517         * gnus-cache.el (nnvirtual-find-group-art):
6518         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6519         (gnus-add-image, gnus-add-wash-type):
6520         * gnus-group.el (nnkiboze-score-file):
6521         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6522         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6523         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6524         (message-tokenize-header, gnus-get-buffer-create)
6525         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6526         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6527         * gnus.el (gnus-group-decoded-name):
6528         * mail-source.el (imap-capability):
6529         * mm-bodies.el (message-options-set):
6530         * mm-decode.el (gnus-configure-windows):
6531         * mm-extern.el (message-goto-body):
6532         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6533         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6534         (epg-sub-key-validity, message-options-set):
6535         * mml.el (widget-event-point, gnus-configure-windows):
6536         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6537         * mml2015.el (epg-check-configuration, epg-configuration)
6538         (message-options-set):
6539         * nndb.el (nndb-request-article):
6540         * nnfolder.el (gnus-request-create-group):
6541         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6542         * nnmaildir.el (gnus-group-mark-article-read):
6543         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6544         * rfc1843.el (message-fetch-field):
6545         * spam.el (gnus-extract-address-components):
6546         Declare as functions.
6547
6548 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6551
6552         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6553
6554         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6555         bind show-trailing-whitespace for XEmacs.
6556
6557 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6560         new no-op macro for backward compatibility.
6561
6562         * imap.el (imap-string-to-integer): New function.
6563
6564 2007-12-09  Glenn Morris  <rgm@gnu.org>
6565
6566         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6567
6568         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6569         * message.el, mm-view.el, sieve-manage.el, smime.el:
6570         Add declare-function compatibility definition.
6571
6572         * gnus-art.el (w3-region, w3m-region, Info-menu):
6573         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6574         * gnus-sum.el (gnus-get-predicate):
6575         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6576         * message.el (mail-abbrev-in-expansion-header-p):
6577         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6578         (w3m-detect-meta-charset, w3m-region):
6579         * sieve-manage.el (password-read, password-cache-add)
6580         (password-cache-remove):
6581         * smime.el (password-read-and-add): Declare as functions.
6582
6583 2007-12-08  David Kastrup  <dak@gnu.org>
6584
6585         * gnus-sum.el (gnus-summary-simplify-subject-query):
6586         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6587         `message'.
6588
6589 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6592         it to bind idna-program, installation-directory, defined-colors, and
6593         face-attribute for XEmacs of the version that compiles defcustom forms.
6594
6595 2007-12-07  Glenn Morris  <rgm@gnu.org>
6596
6597         * gnus-art.el (article-make-date-line): Revert previous change.
6598
6599 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6600
6601         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6602
6603 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6604
6605         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6606         Call gnus-add-to-range ranges only once with a prepared article-list.
6607
6608 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6609
6610         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6611         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6612         group names with backslashes.  Reported by Tassilo Horn
6613         <tassilo@member.fsf.org>.
6614
6615 2007-12-06  Deepak Goel  <deego3@gmail.com>
6616
6617         * gnus-art.el (article-make-date-line):
6618         * gnus-start.el (gnus-load):
6619         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6620
6621 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * gnus-art.el (gnus-use-idna)
6624         * gnus-start.el (gnus-site-init-file)
6625         * message.el (message-use-idna)
6626         * mm-uu.el (mm-uu-hide-markers)
6627         * smiley.el (smiley-style): Revert changes that suppress warnings.
6628
6629 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6632         specify charset to html source.  Reported by Christoph Conrad
6633         <christoph.conrad@gmx.de>.
6634
6635 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6638         idna-program in order to suppress byte compile warning issued by XEmacs
6639         that came to byte compile the default value section of defcustom forms
6640         recently.
6641
6642         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6643         value of installation-directory.
6644
6645         * message.el (message-use-idna): Don't directly refer to the value of
6646         idna-program.
6647
6648         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6649
6650         * smiley.el (smiley-style): Don't directly call face-attribute.
6651
6652 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6655
6656         * gnus-dired.el: Reduce Gnus dependencies.
6657         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6658         require.  Use autoloads instead.
6659         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6660         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6661         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6662         (gnus-dired-mode): Adjust doc string.
6663         (gnus-dired-mail-mode): New variable.
6664         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6665         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6666         (gnus-dired-mail-buffers): New function.  Return mail or message
6667         composition buffers.
6668         (gnus-dired-attach): Use it.
6669         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6670         NO-DECODE.
6671         (gnus-dired-print): Use `gnus-print-buffer' depending on
6672         `gnus-dired-mail-mode'.
6673
6674 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * rfc2047.el (rfc2047-encoded-word-regexp)
6677         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6678         explaining what regexp patterns are for.
6679
6680 2007-12-04  Glenn Morris  <rgm@gnu.org>
6681
6682         * password.el: Move to password-cache.el.
6683
6684         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6685         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6686         * mml-smime.el (password-read, password-cache-add)
6687         (password-cache-remove):
6688         No need to autoload, since mml-sec requires password.
6689
6690         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6691         * message.el (gnus-extract-address-components):
6692         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6693
6694         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6695         password.
6696
6697 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6698
6699         * mailcap.el: Reduce dependencies.
6700         (mail-header-parse-content-type): Autoload.
6701         (mailcap-delete-duplicates): New alias.
6702         (mailcap-mime-info): Add optional argument NO-DECODE.
6703         (mailcap-mime-types): Use mailcap-delete-duplicates.
6704
6705         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6706
6707 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6708
6709         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6710         (imap-parse-status): Upcase status-att for servers that sends them
6711         lower-case (e.g., MS Exchange 2007).
6712
6713 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6714
6715         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6716         function.
6717
6718         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6719         (gnus-uu-yenc-article): New function.
6720
6721         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6722
6723         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6724         buffer.
6725
6726 2007-12-02  Glenn Morris  <rgm@gnu.org>
6727
6728         * binhex.el (binhex): New custom group.
6729         (binhex-decoder-program, binhex-decoder-switches)
6730         (binhex-use-external): Move to the binhex custom group.
6731
6732         * uudecode.el (uudecode): New custom group.
6733         (uudecode-decoder-program, uudecode-decoder-switches)
6734         (uudecode-use-external): Move to the uudecode custom group.
6735
6736         * netrc.el (top-level): Don't load `encrypt' features.
6737         (netrc-parse): Don't use encrypt.
6738         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6739
6740         * encrypt.el: Remove file.
6741
6742 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6745         matches on patches.
6746
6747         * gnus-art.el (gnus-article-browse-html-article): Mention
6748         `mm-text-html-renderer' in the doc string.
6749
6750         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6751         string.  Add comments.
6752
6753         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6754         if rhs is ASCII.
6755
6756 2007-12-01  Glenn Morris  <rgm@gnu.org>
6757
6758         * mail-source.el (top-level): Require format-spec before
6759         eval-when-compile.
6760
6761 2007-11-30  Glenn Morris  <rgm@gnu.org>
6762
6763         * encrypt.el: Require password, rather than autoloading password-read.
6764
6765 2007-11-29  Glenn Morris  <rgm@gnu.org>
6766
6767         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6768         (sasl-make-client, sasl-next-step, sasl-step-data)
6769         (sasl-step-set-data): Declare as functions.
6770
6771 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6772
6773         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6774
6775 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6776
6777         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6778         certs should be verified and what is to be done in the event of a
6779         verification failure.
6780
6781         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6782         caller can indicate whether the cache should be disregarded for this
6783         call.  This way the result of the call is reproducible at all times and
6784         can be considered a canonical server name for the supplied method.
6785         (gnus-agent-method-p): Canonicalize server names by pushing their
6786         method through `gnus-method-to-server' using the no-cache argument.
6787
6788         * gnus-srvr.el (gnus-server-insert-server-line): Call
6789         `gnus-method-to-server' with `no-cache' argument.
6790
6791         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6792         gnus-agent-possibly-synchronize-flags as this should be called when the
6793         server is actually being opened.
6794         (gnus-agent-possibly-synchronize-flags)
6795         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6796         flags file of an agentized server to the latter function.
6797
6798         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6799         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6800         after a connection has been established successfully.
6801
6802 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus-art.el (article-display-face): Force to display face if called
6805         interactively; check if gnus-article-x-face-too-ugly matches author.
6806         (article-display-x-face): Display face even if From header is missing
6807         as article-display-face does.
6808
6809 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6810
6811         * hashcash.el (message-narrow-to-headers-or-head)
6812         (message-fetch-field, message-goto-eoh)
6813         (message-narrow-to-headers): Declare as functions.
6814
6815 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * mail-source.el (mail-sources): Default to fetch from file for
6818         compatibility with default of nnmail-spool-file.
6819
6820 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6823         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6824         to look for encoded word that should be encoded again.
6825         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6826         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6827         encoding pattern.
6828         (rfc2047-decode-region): Switch strict regexp and loose one according
6829         to rfc2047-allow-irregular-q-encoded-words.
6830
6831 2007-11-25  Romain Francoise  <romain@orebokech.com>
6832
6833         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6834
6835 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * tls.el (tls-program): Provide more custom choices from
6838         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6839         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6840
6841 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6844         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6845
6846         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6847         `nnmail-spool-file'.
6848
6849         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6850         `nnmail-spool-file'.
6851
6852         * gnus-move.el (gnus-change-server): Ditto.
6853
6854         * gnus-kill.el (gnus-batch-score): Ditto.
6855
6856         * gnus-cache.el (gnus-jog-cache): Ditto.
6857
6858         * gnus-msg.el (gnus-summary-reply):
6859         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6860
6861 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6862
6863         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6864         version.  Minor improvement to doc strings.
6865         (tls-program): Add comment.
6866
6867 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6868
6869         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6870         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6871         mismatch between the hostname provided in the certificate and the name
6872         of the host connnecting to.
6873         (open-tls-stream): Use them.  Check certificates against trusted root
6874         certificates.
6875
6876 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * gnus-cache.el (gnus-cache-generate-nov-databases):
6879         Use nnml-generate-nov-databases-directory instead of
6880         nnml-generate-nov-databases-1.
6881
6882 2007-11-24  Glenn Morris  <rgm@gnu.org>
6883
6884         * message.el (message-tool-bar-retro): Update for rename
6885         mail_send.xpm->mail-send.xpm.
6886
6887 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6890         `smime-ldap-search' for Emacs 22 and up.
6891
6892 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6893
6894         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6895
6896         * message.el (message-send-mail-function): Fix error convention.
6897         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6898         (message-widen-reply, message-send-mail, message-talkative-question)
6899         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6900         (message-clone-locals, message-send-news): Use with-current-buffer.
6901         (message-insert-or-toggle-importance): Remove unused var `valid'.
6902         (message-make-references): Remove unused var `new-references'.
6903         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6904
6905 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6906
6907         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6908         (spam-split-symbolic-return-positive): Reflow docstring.
6909         (spam-backends, spam-summary-exit-behavior)
6910         (spam-mark-ham-unread-before-move-from-spam-group)
6911         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6912         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6913         (spam-clear-cache, spam-backend-check, spam-install-backend)
6914         (spam-install-statistical-backend, spam-list-of-processors)
6915         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6916         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6917         (spam-check-crm114, spam-initialize, spam-unload-hook):
6918         Fix typos in docstrings.
6919
6920 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6923         been checked if they have never been read and those group levels are
6924         higher than the one that a user specified.
6925
6926 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6929         foreign groups unless a group level is specified by a user.
6930         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6931
6932 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * message.el (message-send-mail-function): Require sendmail.
6935
6936 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6937
6938         * message.el (message-send-mail-function): Check for smtpmail too.
6939
6940         * utf7.el (utf7-encode, utf7-decode): Use coding system
6941         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6942
6943         * message.el (message-send-mail-function): New function.
6944         (message-send-mail-function): Set default using
6945         message-send-mail-function.  Adjust doc string.
6946         (message-send-mail-with-mailclient): New function.
6947
6948 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6949
6950         * smime.el (from):
6951         * rfc2047.el (message-posting-charset):
6952         * qp.el (mm-use-ultra-safe-encoding):
6953         * pop3.el (parse-time-months):
6954         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6955         * nnml.el (files):
6956         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6957         (jka-compr-compression-info-list, ange-ftp-path-format)
6958         (efs-path-regexp):
6959         * nndiary.el (files):
6960         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6961         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6962         (epg-digest-algorithm-alist, inhibit-redisplay)
6963         (password-cache-expiry):
6964         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6965         (pgg-output-buffer, password-cache-expiry):
6966         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6967         (efs-path-regexp):
6968         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6969         (inhibit-redisplay):
6970         * mm-uu.el (file-name, start-point, end-point, entry)
6971         (gnus-newsgroup-name, gnus-newsgroup-charset):
6972         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6973         (latin-unity-ucs-list):
6974         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6975         (mm-uu-binhex-decode-function):
6976         * message.el (gnus-message-group-art, gnus-list-identifiers)
6977         (rmail-enable-mime-composing, gnus-local-organization)
6978         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6979         (gnus-read-active-file, facemenu-add-face-function)
6980         (facemenu-remove-face-function, gnus-article-decoded-p)
6981         (tool-bar-mode):
6982         * mail-source.el (display-time-mail-function):
6983         * gnus-util.el (nnmail-pathname-coding-system)
6984         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6985         (gnus-original-article-buffer, gnus-user-agent)
6986         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6987         (xemacs-codename, sxemacs-codename, emacs-program-version):
6988         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6989         * gnus-start.el (gnus-agent-covered-methods)
6990         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6991         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6992         (gnus-newsgroup-headers, gnus-group-list-mode)
6993         (gnus-group-mark-positions, gnus-newsgroup-data)
6994         (gnus-newsgroup-unreads, nnoo-state-alist)
6995         (gnus-current-select-method, mail-sources)
6996         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6997         (nnmail-spool-file, gnus-cache-active-hashtb):
6998         * gnus-mh.el (mh-lib-progs):
6999         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7000         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7001         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7002         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7003         (gnus-group-buffer):
7004         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7005         (font-lock-set-defaults):
7006         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7007         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7008         (gnus-summary-post-menu, total-parts, type, condition, length):
7009         * gnus-agent.el (gnus-agent-read-agentview):
7010         * flow-fill.el (show-trailing-whitespace):
7011         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7012         eval-and-compile wrappers for byte compiler pacifiers.
7013
7014         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7015         (mm-display-inline-fontify): Check for featurep 'xemacs not
7016         extent-list.
7017
7018         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7019         itimer-list.
7020         (mm-create-image-xemacs): Only do something for XEmacs.
7021         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7022
7023         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7024
7025         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7026         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7027
7028 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7029
7030         * nnimap.el (nnimap-split-download-body):
7031         * gnus-demon.el (gnus-demon):
7032         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7033
7034 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7037         macros.
7038         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7039         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7040         copy data from unibyte buffer to multibyte current buffer.
7041         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7042         to copy data from unibyte current buffer to multibyte buffer.
7043         (nntp-make-process-buffer): Make process buffer unibyte.
7044
7045         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7046
7047 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7048
7049         * pop3.el (pop3-open-server): Accept and process data more robustly at
7050         connexion start to avoid spurious "POP SSL connexion failed" errors.
7051
7052 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7055         read group names.
7056
7057 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7060
7061 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7064         (nnmail-save-active): Use a unibyte buffer when saving active file,
7065         which may contain non-ASCII group names.
7066
7067         * nnml.el (nnml-request-group): Decode group names in messages.
7068
7069 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * message.el (message-citation-line-function)
7072         (message-insert-formatted-citation-line): Fix spelling of
7073         `message-insert-formated-citation-line'.
7074
7075 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7076
7077         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7078
7079 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7082         nnmail-pathname-coding-system.
7083
7084         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7085         that a user enters; decode group names in messages.
7086
7087         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7088
7089 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7092
7093         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7094
7095         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7096         risky local variable.
7097
7098         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7099
7100 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7101
7102         * encrypt.el: Improve documentation to fix function name typo.
7103         Reported by Daiki Ueno <ueno@unixuser.org>.
7104
7105 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7108         even if the point is not in the last page of an article.
7109         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7110         back to the previous page.
7111
7112 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7113
7114         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7115
7116 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7119
7120 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7121
7122         * message.el (message-check-news-body-syntax): Avoid
7123         mm-string-as-multibyte.
7124         (message-hide-headers): Don't assume (point-min)==1.
7125
7126 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7127
7128         * message.el (message-remove-blank-cited-lines): Fix if remove is
7129         given.
7130         (message-bogus-address-regexp): New variable.
7131         (message-bogus-recipient-p): New function.
7132         (message-check-recipients): New command.
7133         (message-syntax-checks): Add `bogus-recipient'.
7134         (message-fix-before-sending): Add `bogus-recipient'.
7135
7136         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7137         (gnus-treat-body-boundary): Don't test window-system.
7138
7139 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7140
7141         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7142
7143 2007-10-28  Miles Bader  <miles@gnu.org>
7144
7145         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7146         at compile-time too.
7147
7148 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * gnus-msg.el (gnus-message-setup-hook): Add
7151         `message-remove-blank-cited-lines' to options.
7152
7153 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * message.el (message-remove-blank-cited-lines): New function.
7156         Suggested by Karl Plästerer.
7157
7158 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7161         mapc.
7162
7163         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7164         (top-level): Use mapc to set functions to be traced for debugging.
7165
7166         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7167         called for effect with while loop.
7168
7169         * message.el (message-talkative-question): Replace mapcar called for
7170         effect with mapc.
7171
7172         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7173         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7174         called for effect with dolist.
7175
7176         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7177
7178         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7179         gnus-extra-headers and nnmail-extra-headers.
7180
7181         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7182         called for effect with dolist.
7183         (top-level): Use mapc to set functions to be traced for debugging.
7184
7185         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7186         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7187         dolist.
7188
7189         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7190         Replace mapcar called for effect with mapc.
7191         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7192         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7193         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7194         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7195
7196         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7197         remove-if that's a cl function.
7198
7199         * webmail.el (webmail-debug): Replace mapcar called for effect with
7200         dolist.
7201
7202         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7203         with mapc.
7204
7205 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7208         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7209         with while loop.
7210
7211         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7212         functions from article-* functions.
7213         (gnus-multi-decode-header): Replace mapcar called for effect with
7214         dolist.
7215
7216         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7217         (gnus-bookmark-show-details): Replace mapcar called for effect with
7218         while loop.
7219
7220         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7221         called for effect with while loop.
7222
7223         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7224         with dolist.
7225
7226         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7227         mapcar called for effect with dolist.
7228
7229         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7230
7231         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7232         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7233         Replace mapcar called for effect with dolist.
7234         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7235         mapc.
7236
7237         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7238         Replace mapcar called for effect with dolist.
7239         (gnus-topic-list): Replace mapcar called for effect with mapc.
7240
7241         * gnus.el: Use mapc instead of mapcar to add autoloads.
7242
7243 2007-10-23  Richard Stallman  <rms@gnu.org>
7244
7245         * gnus-group.el (gnus-group-highlight): Mark as risky.
7246
7247 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus.el (gnus-server-to-method): Return method found first in
7250         gnus-newsrc-alist.
7251
7252         * gnus-art.el (gnus-article-highlight-signature)
7253         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7254         button overlay without the front stickiness.
7255
7256 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7257
7258         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7259         overview buffer needed a catch to receive its throw.
7260         (gnus-agent-flush-cache): Declared as interactive to make this function
7261         easier to use.
7262
7263 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7264
7265         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7266         `next-line'.
7267
7268 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7271         exclude address matching message-dont-reply-to-names.
7272
7273 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-util.el (gnus-string<): New function.
7276
7277         * gnus-sum.el (gnus-article-sort-by-author)
7278         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7279
7280 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7283         the frame-focus tag is set in gnus-buffer-configuration.
7284
7285 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7288         the front stickiness.
7289
7290 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7293         url pattern; remove duplicate one.
7294         (gnus-article-extend-url-button): New function.
7295         (gnus-article-add-buttons): Use it.
7296         (gnus-button-push): Use concatenated url that it makes.
7297
7298 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7299
7300         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7301
7302 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7303
7304         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7305         Don't hardcode point-min==1.
7306
7307 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7308
7309         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7310         Fix comment about "iso8859-1".
7311
7312 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7313
7314         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7315         ones returned from the verify-function.
7316
7317         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7318         mml2015-extract-cleartext-signature if extraction failed.
7319
7320 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7321
7322         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7323         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7324         failed.
7325
7326 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7327
7328         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7329
7330 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7331
7332         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7333         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7334         recommends to use EasyPG instead of PGG.
7335
7336         * pgg.el: Revert to revision 6.23.2.16.
7337
7338         * pgg-def.el: Revert to revision 6.6.2.14.
7339
7340         * pgg-gpg.el: Revert to revision 6.23.2.34.
7341
7342 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7343
7344         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7345         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7346         thread for both the null and zero (kill/expire thread) universal prefix
7347         cases.
7348         (gnus-summary-expire-thread): Add new function to expire a thread,
7349         using gnus-summary-kill-thread.
7350         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7351         shortcuts for gnus-summary-expire-thread.
7352         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7353         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7354
7355 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7356
7357         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7358         extras value, so an extras entry can be deleted.
7359         (gnus-registry-delete-extra-entry): Use it.
7360         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7361         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7362         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7363         storage through the gnus-registry, and provide an appropriate API for
7364         it.
7365
7366 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7369         Suggested by Leo <sdl.web@gmail.com>.
7370
7371         * gnus.el: Do.
7372
7373 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7376         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7377
7378         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7379
7380         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7381         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7382
7383 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7386         newline.
7387         (nnmbox-request-accept-article): Don't change article in source buffer;
7388         narrow to header to use message-fetch-field rather than
7389         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7390         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7391         as delimiters; make sure article ends with newline.
7392         (nnmbox-delete-mail): Correct last position of article to be deleted;
7393         ignore X-Gnus-Newsgroup header in article body.
7394         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7395         positions; make sure article ends with newline.
7396
7397         * message.el (message-display-abbrev): Don't infloop when a user
7398         inserts SPC in the beginning of header.
7399
7400         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7401         coding-system-for-read and coding-system-for-write for XEmacs having no
7402         file-coding feature.
7403
7404         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7405
7406 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7407
7408         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7409         list of groups not followed by default.  Fix type to be regexp.
7410         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7411
7412 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7413
7414         * hmac-def.el (define-hmac-function): Switch from old-style to
7415         new-style backquotes.
7416
7417         * md4.el (md4-make-step): Likewise.
7418
7419 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7420
7421         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7422         raw-text coding system when saving .newsrc file, which may contain
7423         non-ASCII group names.
7424
7425 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus-cus.el (gnus-score-extra): New widget.
7428         (gnus-score-extra-convert): New function.
7429         (gnus-score-customize): Use it for Extra.
7430
7431 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7432
7433         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7434         (mml2015-mailcrypt-clear-verify): Use it.
7435         (mml2015-gpg-clear-verify): Use it.
7436         (mml2015-pgg-clear-verify): Use it.
7437         (mml2015-epg-clear-verify): Replace the current part with the output
7438         from GnuPG; don't extract the plaintext by itself.
7439
7440         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7441         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7442         mml2015-clear-verify-function; don't touch the armor headers or
7443         dash-escaped text here.
7444
7445 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7448         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7449         parts, or application/octet-stream as a last resort.
7450         (gnus-mime-view-part-as-type): Don't toggle display.
7451         (gnus-mime-view-part-as-charset): Don't turn off display before
7452         querying charset.
7453
7454         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7455         stuff to undisplayer function in Emacs.
7456         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7457
7458         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7459         text/calendar parts.
7460
7461 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7464         decoding text/calendar parts.
7465
7466         * message.el (message-forward-make-body-mime): Always mark body as
7467         having no illegible text; remove signed-or-encrypted argument.
7468         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7469
7470         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7471         (mml-generate-mime-1): Don't encode body if it is specified to be in
7472         raw form; don't make buffer be unibyte when inserting multibyte string.
7473
7474 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7475
7476         * sha1.el: Fix up comment style.
7477         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7478         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7479
7480         * hex-util.el: Fix up comment style.
7481         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7482
7483         * gnus-salt.el: Use with-current-buffer.
7484         (gnus-pick-setup-message): Fix long-standing typo.
7485
7486 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * imap.el (imap-logout-timeout): New variable.
7489         (imap-logout, imap-logout-wait): New functions.
7490         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7491
7492         * nnimap.el (nnimap-logout-timeout): New server variable.
7493         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7494         nnimap-logout-timeout.
7495
7496         * gnus-art.el (gnus-article-summary-command-nosave)
7497         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7498
7499 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * gnus.el (gnus-maximum-newsgroup): New variable.
7502
7503         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7504         according to gnus-maximum-newsgroup.
7505
7506         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7507         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7508         Limit the range of articles according to gnus-maximum-newsgroup.
7509
7510 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7511
7512         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7513         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7514         Don't perform gnus-configure-windows here; reuse existing sticky
7515         article buffer.
7516
7517         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7518         it doesn't exist in gnus-article-mode.
7519
7520 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7523         (gnus-agent-decoded-group-name): New function.
7524         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7525         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7526
7527 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7528
7529         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7530         Add binding for gnus-sticky-article.
7531         (gnus-summary-exit): Don't kill sticky article buffers.
7532
7533         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7534         article buffer.
7535         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7536         (gnus-kill-sticky-article-buffers): New commands.
7537
7538 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * nntp.el (nntp-xref-number-is-evil): New server variable.
7541         (nntp-find-group-and-number): If it is non-nil, don't trust article
7542         numbers in the Xref header.
7543
7544 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-agent.el (gnus-agent-read-group): New function.
7547         (gnus-agent-flush-group, gnus-agent-expire-group)
7548         (gnus-agent-regenerate-group): Use it.
7549         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7550         nnmail-pathname-coding-system.
7551
7552 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7555
7556         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7557         that are unread as unread, and also as selected so that information of
7558         marks having been changed by a user may be updated when exiting group.
7559
7560 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7563         calculated ignoring signature parts to gnus-treat-article.
7564
7565 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7568         a point here in order to keep the window start.
7569         (gnus-insert-mime-security-button): Make a button overlay without the
7570         front stickiness.
7571         (gnus-mime-display-security): Goto the end of a button.
7572
7573         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7574
7575 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7578         group-name-at-point.
7579         (gnus-group-completing-read): New function that offers decoded
7580         non-ASCII group names for completion.
7581         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7582         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7583         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7584         (gnus-group-fetch-control): Use it.
7585         (gnus-fetch-group): Use group-name-at-point for the initial value
7586         rather than the default value; use gnus-alive-p.
7587
7588         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7589         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7590         (gnus-summary-post-news): Use gnus-group-completing-read.
7591
7592         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7593         (gnus-read-move-group-name): Decode group name for completion.
7594
7595 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7596
7597         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7598         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7599         Yamaoka slightly modified the code).
7600
7601 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7604         (nnmail-split-incoming): Bind it.
7605
7606         * nnml.el (nnml-group-name-charset): New function.
7607         (nnml-decoded-group-name): Use it; don't decode group name if
7608         nnmail-group-names-not-encoded-p is non-nil.
7609         (nnml-encoded-group-name): New function.
7610         (nnml-group-pathname): Inline nnml-decoded-group-name.
7611         (nnml-request-expire-articles): Decode group name in message.
7612         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7613         nnmail-pathname-coding-system.
7614         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7615         not decoded ones according to nnmail-group-names-not-encoded-p.
7616         (nnml-generate-active-info): Use nnml-encoded-group-name.
7617
7618 2007-08-08  Glenn Morris  <rgm@gnu.org>
7619
7620         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7621         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7622         doc-strings and comments.
7623
7624 2007-07-25  Glenn Morris  <rgm@gnu.org>
7625
7626         * Relicense all FSF files to GPLv3 or later.
7627
7628 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-sum.el (gnus-summary-move-article): Make
7631         gnus-summary-respool-article work.
7632
7633 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7634
7635         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7636         string.
7637
7638 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7639
7640         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7641         that should be ignored when comparing distant RSS articles with local
7642         ones.
7643         (nnrss-make-hash-index): New function.  Create a hash index according
7644         to the ignored fields.
7645         (nnrss-check-group): Use it.
7646
7647 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7650
7651         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7652
7653         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7654         the new optional argument ENCODED is non-nil.
7655         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7656         coding system for encoding group name.
7657         (gnus-group-make-rss-group): Pass un-encoded group name to
7658         gnus-group-make-group.
7659         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7660         encoded.
7661
7662         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7663         Encode group name to which articles are moved or copied.
7664         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7665         coding system for encoding Newsgroup, Followup-To and Xref headers.
7666
7667         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7668         marks; use nnheader-file-coding-system to write a file.
7669         (nnagent-retrieve-headers): Bind file-name-coding-system to
7670         nnmail-pathname-coding-system.
7671
7672         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7673
7674         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7675         (nnml-request-article, nnml-request-create-group)
7676         (nnml-request-rename-group, nnml-find-id)
7677         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7678         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7679         (nnml-save-marks): Use nnml-group-pathname instead of
7680         nnmail-group-pathname.
7681
7682         (nnml-request-create-group, nnml-request-expire-articles)
7683         (nnml-request-move-article, nnml-request-delete-group)
7684         (nnml-deletable-article-p, nnml-possibly-create-directory)
7685         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7686         (nnml-open-marks): Bind file-name-coding-system to
7687         nnmail-pathname-coding-system.
7688
7689         (nnml-request-article): Pass server argument to nnml-find-group-number.
7690         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7691         server argument to nnml-possibly-create-directory.
7692         (nnml-request-accept-article): Pass server argument to
7693         nnml-active-number and nnml-save-mail.
7694         (nnml-find-group-number): Pass server argument to nnml-find-id.
7695         (nnml-request-update-info): Pass server argument to
7696         nnml-marks-changed-p.
7697
7698         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7699         (nnml-save-mail, nnml-active-number): Add server argument.
7700
7701         (nnml-request-delete-group): Warn if group is missing.
7702         (nnml-get-nov-buffer): Decode group name.
7703         (nnml-generate-active-info): Encode group name.
7704         (nnml-open-marks): Decode group name in messages.
7705
7706 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7709         if it is not specified.
7710         (gnus-article-pipe-part, gnus-article-save-part)
7711         (gnus-article-interactively-view-part, gnus-article-copy-part)
7712         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7713         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7714         (gnus-article-replace-part, gnus-article-delete-part)
7715         (gnus-article-view-part-as-type): Pass raw prefix argument to
7716         gnus-article-part-wrapper.
7717
7718 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-agent.el (gnus-agent-save-active): Bind
7721         nnheader-file-coding-system to gnus-agent-file-coding-system.
7722
7723         * gnus-cache.el (gnus-cache-save-buffers)
7724         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7725         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7726         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7727         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7728         (gnus-cache-generate-active, gnus-cache-rename-group)
7729         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7730         (gnus-cache-update-overview-total-fetched-for): Bind
7731         file-name-coding-system to nnmail-pathname-coding-system.
7732         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7733         variables.
7734         (gnus-cache-decoded-group-name): New function.
7735         (gnus-cache-file-name): Use it.
7736         (gnus-cache-generate-active): Use non-decoded group name for active.
7737
7738         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7739         right place.
7740         (gnus-write-active-file): Don't break non-ASCII group names.
7741
7742         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7743         nnmail-pathname-coding-system.
7744
7745         * lpath.el: Bind default-file-name-coding-system,
7746         file-name-coding-system and language-info-alist for XEmacs.
7747
7748         * gnus-uu.el (gnus-uu-decode-save): Typo.
7749
7750 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7753
7754 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7757         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7758         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7759         (gnus-agent-flush-group, gnus-agent-flush-cache)
7760         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7761         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7762         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7763         (gnus-agent-regenerate-group)
7764         (gnus-agent-update-files-total-fetched-for)
7765         (gnus-agent-update-view-total-fetched-for): Bind
7766         file-name-coding-system to nnmail-pathname-coding-system.
7767         (gnus-agent-group-pathname): Don't encode file names by
7768         nnmail-pathname-coding-system.
7769         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7770         coding-system-for-write instead of buffer-file-coding-system to
7771         gnus-agent-file-coding-system.
7772
7773         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7774         Decode group name.
7775
7776         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7777
7778         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7779         (gnus-read-newsrc-el-file): Make group names unibyte.
7780
7781         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7782         nnmail-pathname-coding-system.
7783
7784         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7785         (nnrss-request-delete-group): Bind file-name-coding-system to
7786         nnmail-pathname-coding-system.
7787         (nnrss-read-server-data, nnrss-read-group-data): Bind
7788         file-name-coding-system correctly.
7789         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7790
7791         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7792         (nntp-server-to-method-cache): New variable.
7793         (nntp-group-pathname): New function that decodes non-ASCII group names.
7794         (nntp-possibly-create-directory, nntp-marks-changed-p)
7795         (nntp-save-marks, nntp-open-marks): Use it.
7796         (nntp-possibly-create-directory, nntp-open-marks):
7797         Bind file-name-coding-system to nnmail-pathname-coding-system.
7798         (nntp-open-marks): Decode group names when bootstrapping marks.
7799
7800         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7801         Newsgroups and Folowup-To headers.
7802
7803 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7806         (gnus-server-closed-face, gnus-server-denied-face)
7807         (gnus-server-offline-face): Remove variable.
7808         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7809
7810         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7811         of modifying message-stack directly for XEmacs.
7812
7813         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7814         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7815         if the coding-system argument is nil for XEmacs.
7816
7817         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7818         mm-charset-override-alist.
7819
7820         * rfc2047.el: Don't require base64; require rfc2045 for the function
7821         rfc2045-encode-string.
7822         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7823         to quote the parameter value.
7824
7825 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7828         form in gnus-group-name-charset-method-alist.
7829
7830         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7831         overrides the default layout edit-form.
7832
7833         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7834
7835         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7836
7837 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7840         as unfetched articles.
7841
7842 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7845
7846 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7849         original back end that keeps marks in the local system.
7850
7851 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7854         arg of pop-to-buffer for XEmacs.
7855         (gnus-article-read-summary-keys): Ditto; don't restore window
7856         configuration if summary command ends up with neither article buffer
7857         nor summary buffer; describe bindings if summary keys end with C-h.
7858
7859 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * message.el (message-fix-before-sending): Skip raw message part to be
7862         forwarded while checking illegible text.
7863         (message-forward-make-body-mime, message-forward-make-body): Mark
7864         signed or encrypted raw message as having no illegible text.
7865
7866 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7869         (gnus-message-with-timestamp-1): New macro.
7870         (gnus-message-with-timestamp): New function.
7871         (gnus-message): Use them.
7872
7873         * nnheader.el (nnheader-message): Use them.
7874
7875 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7878         .newsrc.eld file.
7879
7880 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-agent.el (gnus-agent-fetch-headers)
7883         (gnus-agent-retrieve-headers): Bind
7884         gnus-decode-encoded-address-function to identity.
7885
7886         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7887         available also when the server returns simply a dot.
7888
7889         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7890
7891 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7894
7895 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * gnus-ems.el (gnus-x-splash): Make it work.
7898
7899         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7900         from being used.
7901
7902         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7903
7904 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7907         4th and the 5th arguments.
7908
7909         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7910         the front stickiness.
7911         (gnus-article-summary-command-nosave): Correct the order of the
7912         arguments passed to pop-to-buffer.
7913         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7914         summary command ends up with the article buffer.
7915
7916         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7917         the same faces.
7918
7919 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7920
7921         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7922
7923 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7924
7925         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7926         * gnus-sum.el (gnus-summary-highlight):
7927         * pgg.el (pgg-sign-region, pgg-sign):
7928         * mail-source.el (mail-source-delete-old-incoming-confirm):
7929         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7930
7931 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * gnus-art.el (gnus-mime-view-part-externally)
7934         (gnus-mime-view-part-internally): Fix predicate function passed to
7935         completing-read.
7936
7937         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7938
7939         * gnus.el (gnus-update-message-archive-method): Add :version.
7940
7941 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus.el (gnus-update-message-archive-method): New variable.
7944
7945         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7946         according to gnus-message-archive-method if
7947         gnus-update-message-archive-method is non-nil.
7948
7949 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7952         by Loic Dachary <loic@dachary.org>.
7953         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7954
7955 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * message.el (message-pop-to-buffer): Add switch-function argument.
7958         (message-mail): Pass switch-function argument to it.
7959
7960 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7963         Improve doc string.
7964
7965 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7968         (gnus-header-content)
7969         * gnus-cite.el (gnus-cite-10)
7970         * gnus-srvr.el (gnus-server-closed)
7971         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7972         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7973         (gnus-group-mail-3-empty, gnus-group-mail-low)
7974         (gnus-group-mail-low-empty, gnus-splash)
7975         * message.el (message-header-to, message-header-cc)
7976         (message-header-subject, message-header-other, message-header-name)
7977         (message-header-xheader, message-separator, message-cited-text)
7978         (message-mml): Lighten colors of faces used for dark background.
7979
7980 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7981
7982         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7983         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7984
7985 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * message.el (message-narrow-to-headers-or-head):
7988         Ignore mail-header-separator in the body.
7989
7990 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7993         same as window size.
7994
7995 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7996
7997         * message.el (message-font-lock-keywords): Use message-header-xheader
7998         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7999         ahead of the anything pattern, to get it recognised.
8000
8001 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8004         spam.el loads uses it in the compiled defadvice form.
8005
8006 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8007
8008         * gnus-sum.el (gnus-articles-to-read)
8009         (gnus-summary-insert-old-articles): Don't truncate group name for
8010         `read-string'.
8011
8012         * gnus-util.el (gnus-limit-string): Delete this function.
8013
8014         * gnus-sum.el (gnus-simplify-subject-fully): Use
8015         `truncate-string-to-width' instead.
8016
8017 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8018
8019         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8020         if, on summary exit, the next group has to be selected.
8021         (gnus-summary-exit): Use it.
8022
8023 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8026         non-break space.
8027
8028 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8031         Check if group is not a directory.
8032         (nnfolder-request-expire-articles): Don't delete articles if the target
8033         group is not available.
8034
8035         * nnml.el (nnml-request-create-group): Properly check if group is not a
8036         file.
8037         (nnml-request-expire-articles): Don't delete articles if the target
8038         group is not available.
8039
8040         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8041         Don't quote characters that are within parentheses.
8042
8043 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8046         (gnus-handle-ephemeral-exit): Select article according to it.
8047
8048 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * message.el (message-insert-formated-citation-line): Remove newline.
8051         (message-citation-line-format): Add final \n here so that the user can
8052         avoid a blank line.
8053
8054 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8055
8056         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8057         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8058         Update lanl/arXiv support.
8059
8060 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * gnus.el: Bump version number.
8063
8064 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8065
8066         * gnus.el (gnus-version-number): Bump version.
8067
8068 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8069
8070         * gnus.el: No Gnus v0.6 is released.
8071
8072 2007-04-27  Didier Verna  <didier@xemacs.org>
8073
8074         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8075         * gmm-utils.el (gmm-regexp-concat): here.
8076         * message.el: Don't require 'gnus-util.
8077         (message-dont-reply-to-names): Handle name change above.
8078         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8079
8080 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8083         since the initial value varies according to the system.
8084
8085 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8088
8089 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8090
8091         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8092
8093 2007-04-24  Didier Verna  <didier@xemacs.org>
8094
8095         Improve the type of gnus-ignored-from-addresses.
8096         * gnus-util.el (gnus-orify-regexp): New function.
8097         * message.el (gnus-util): Require it.
8098         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8099         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8100         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8101
8102 2007-04-24  Didier Verna  <didier@xemacs.org>
8103
8104         * gnus-sum.el:
8105         * gnus-utils.el: Fix some trailing whitespaces.
8106
8107 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8110         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8111         article's Message-ID; refer parent article in summary buffer.
8112
8113         * message.el (message-bounce): Call mime-to-mml.
8114
8115         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8116         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8117         optimize and/or forms properly.
8118
8119 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8122         URL.
8123
8124 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8127
8128 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8131         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8132         displayed of multipart/alternative part if it is invoked from summary
8133         buffer.
8134
8135         * mm-view.el (mm-inline-text-html-render-with-w3m)
8136         (mm-inline-text-html-render-with-w3m-standalone)
8137         (mm-inline-render-with-function): Use mail-parse-charset by default.
8138
8139 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8140
8141         * parse-time.el (parse-time-string-chars): Check if CHAR
8142         is less than the length of parse-time-syntax.
8143
8144 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8147         from gnus-newsgroup-processable.
8148
8149 2007-04-16  Didier Verna  <didier@xemacs.org>
8150
8151         * gnus-msg.el (gnus-configure-posting-styles): Handle
8152         message-signature-directory properly with :file syntax.  Reported by
8153         "Leo".
8154
8155 2007-04-11  Didier Verna  <didier@xemacs.org>
8156
8157         New user option: message-signature-directory.
8158         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8159         * message.el (message-insert-signature): Ditto.
8160         * message.el (message-signature-file): Doc update.
8161         * message.el (message-signature-directory): New.
8162
8163 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gnus-msg.el (gnus-inews-yank-articles): Use
8166         message-exchange-point-and-mark instead of exchange-point-and-mark.
8167
8168 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * message.el (message-yank-original): Make sure cited text ends with
8171         newline; don't exchange point and mark.
8172
8173 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8174
8175         * tls.el (open-tls-stream): Properly handle case where there
8176         is no associated buffer.
8177
8178 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8179
8180         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8181         message-yank-original, make sure (< mark TEXT point).
8182
8183 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * message.el (message-fill-column): New variable.
8186         (message-mode): Use it.  Add comment on a possible new hook.
8187
8188         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8189         (nnmail-get-new-mail): Reformat.
8190
8191         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8192
8193         * gmm-utils.el: Fix Commentary.
8194         (gmm-tool-bar-from-list): Fix typo in doc string.
8195
8196 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8197
8198         * message.el (message-yank-original): Don't switch point and mark
8199         unnecessarily to put point and mark as documented.
8200
8201 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8202
8203         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8204         from the message heads.
8205
8206 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8207
8208         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8209         article buffer does not have a window.  This may not be the best
8210         solution but is certainly better than setting the start of the null,
8211         that is the current, window.
8212
8213 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8214
8215         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8216         (gnus-draft-setup): Run it.
8217
8218         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8219         gnus-score-fast-scoring.  Allow regexp.
8220         (gnus-score-headers): Use it.
8221
8222         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8223         XEmacs.
8224
8225         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8226         string.
8227         (gnus-button-alist): Also catch `<f1> k ...'.
8228         (gnus-treat-display-x-face): Fix doc string.
8229
8230 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8231
8232         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8233         evaluation of gnus-extended-version to ensure correct generation of the
8234         User-Agent header when message-generate-headers-first is used.
8235
8236 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8237
8238         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8239         hashcash-path is nil.  Don't call callback with incorrect number of
8240         parameters if val is 0.
8241
8242 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8243
8244         * message.el (message-required-news-headers):
8245         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8246
8247 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8248
8249         * tls.el (open-tls-stream): In handshake-waiting loop,
8250         don't wait more if there is output available to process.
8251
8252 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8253
8254         * tls.el (tls-program): Doc fix.
8255
8256 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * message.el (message-generate-new-buffers): Change the meaning of the
8259         nil value; add `standard' to the choices; treat t as `unique'; improve
8260         doc string.
8261         (gnus-select-frame-set-input-focus): Autoload.
8262         (message-buffer-name): Search for the existing message buffer if
8263         message-generate-new-buffers is nil or `standard'; treat the value t of
8264         message-generate-new-buffers as `unique'.
8265         (message-pop-to-buffer): Raise the frame already displaying the message
8266         buffer; clear the echo area after querying.
8267         (message-setup): Pass the `continue' argument to compose-mail.
8268         (message-mail): Prefer `switch-function' if it is given; search for the
8269         existing message buffer if the `continue' argument is non-nil; pass
8270         continue and switch-function arguments to compose-mail by way of
8271         message-setup.
8272         (message-mail-other-window): Adjust argument of message-setup.
8273         (message-mail-other-frame): Ditto.
8274
8275 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8278         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8279         to turn font-lock on when turning gnus-message-citation-mode on.
8280
8281 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8282
8283         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8284         (mml-smime-function-alist): New variable; add epg as the backend.
8285         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8286         mml-smime- functions instead.
8287         * mm-view.el: Require smime.
8288
8289 2007-03-05  Didier Verna  <didier@xemacs.org>
8290
8291         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8292         instead of just inheritance for posting styles.
8293         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8294
8295 2007-02-24  Chris Moore  <dooglus@gmail.com>
8296
8297         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8298         * pgg-pgp.el (pgg-pgp-encrypt-region):
8299         * pgg-gpg.el (pgg-gpg-encrypt-region):
8300         Check pgg-encrypt-for-me if no other recipients.
8301
8302 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8303
8304         * tls.el (tls-certtool-program): Fix custom type.
8305
8306 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8309         and point-at-eol instead of line-(beginning|end)-position.
8310
8311         * assistant.el (assistant-parse-buffer): Ditto.
8312
8313         * netrc.el (netrc-parse-services): Ditto.
8314
8315 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8316
8317         * mml2015.el (mml2015-epg-find-usable-key): New function.
8318         (mml2015-epg-sign): Use it.
8319         (mml2015-epg-encrypt): Use it.
8320
8321 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * message.el (message-make-in-reply-to): Quote name containing
8324         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8325         if there are special characters.  Reported by NAKAJI Hiroyuki
8326         <nakaji@jp.freebsd.org>.
8327
8328 2007-02-27  Didier Verna  <didier@xemacs.org>
8329
8330         Include the group parameters as well as the topic ones in the
8331         inheritance filter process.
8332         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8333         argument GROUP-PARAMS-LIST.
8334         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8335
8336 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * nntp.el (nntp-never-echoes-commands)
8339         (nntp-open-connection-functions-never-echo-commands): New variables.
8340         (nntp-send-command): Use them.
8341
8342 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8343
8344         * mml2015.el (mml2015-epg-verify): Simplified.
8345
8346 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * mml.el (mml-content-disposition-alist): New user option.
8349         (mml-content-disposition): New function.
8350         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8351         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8352
8353 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8354
8355         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8356         verification.
8357
8358 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8359
8360         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8361         articles posted in the last 24 hours.
8362
8363 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8364
8365         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8366
8367 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8368
8369         * nntp.el (nntp-send-command): Don't wait for echoes when
8370         nntp-open-ssl-stream is used.
8371
8372 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8375         (gnus-message-add-citation-keywords)
8376         (gnus-message-remove-citation-keywords): Remove.
8377         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8378         directly, make the variables in font-lock-defaults buffer-local, add
8379         gnus-message-citation-keywords to them and then update the value of
8380         font-lock-keywords.
8381
8382 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * message.el (message-cite-original-1): Don't call
8385         gnus-article-highlight-citation.
8386
8387         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8388         citations; fix line count.
8389
8390 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8393         (gnus-message-add-citation-keywords)
8394         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8395         versions of font-lock-add-keywords and font-lock-remove-keywords to
8396         work with XEmacs correctly.
8397
8398 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-cite.el (gnus-cite-face-list): Set the values of
8401         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8402         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8403         (gnus-message-cite-prefix-regexp): New variable.
8404         (gnus-message-search-citation-line): Use it; protect against long
8405         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8406         the 0th match data for Emacs.
8407         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8408         (gnus-message-add-citation-keywords): Append keywords rather than
8409         prepending; emulate font-lock-add-keywords if it is not available.
8410         (gnus-message-remove-citation-keywords): Emulate
8411         font-lock-remove-keywords if it is not available.
8412
8413         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8414
8415         * message.el (message-cite-prefix-regexp): Set the value of
8416         gnus-message-cite-prefix-regexp.
8417
8418 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8419
8420         * nnweb.el (nnweb-google-parse-1): Update parser.
8421
8422 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8423
8424         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8425
8426 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8427
8428         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8429         regexp.
8430
8431 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8434         string-to-multibyte.
8435         (uudecode-decode-region-internal): Use it.
8436
8437         * lpath.el: Fbind string-as-multibyte for XEmacs.
8438
8439 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8442         custom choice.
8443
8444         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8445
8446 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8447
8448         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8449
8450         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8451         `write-region' to respect `mm-inhibit-file-name-handlers'.
8452
8453 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8454
8455         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8456         Use gnus-home-directory instead of "~/" or "$HOME".
8457
8458 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8459
8460         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8461         to mention filename.
8462         Add comments at beginning regarding usage.
8463         (encrypt-write-file-contents): Change interactive so a string is
8464         acceptable.  If the file has no associated model, show an error instead
8465         of a nonsense prompt.
8466
8467 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8468
8469         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8470         Thanks to Yoshihiko Yamada for kind notification of this typo.
8471
8472 2007-01-12  Kenichi Handa  <handa@m17n.org>
8473
8474         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8475         multibyte buffer.
8476
8477 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8478
8479         * gnus-score.el (gnus-score-fast-scoring): New variable.
8480         (gnus-score-headers): Use it.
8481
8482         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8483
8484         * message.el (message-cite-original-1): Call
8485         gnus-article-highlight-citation if requested.
8486         (message-make-from): Allow name and address as optional arguments.
8487
8488         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8489
8490         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8491         bugs to doc string.
8492         (gnus-button-alist): Add mid\\|message-id.
8493         (gnus-button-fetch-group): Extend for use in
8494         `browse-url-browser-function'.
8495         (gnus-button-url-regexp): Try to catch paired parentheses like in
8496         Wikipedia URLs.
8497
8498         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8499         Suggested by Simon Krahnke <overlord@gmx.li>.
8500
8501 2007-01-13  Romain Francoise  <romain@orebokech.com>
8502
8503         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8504         Update copyright.
8505
8506 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8507
8508         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8509
8510 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8511
8512         * gnus-registry.el (gnus-registry-unfollowed-groups)
8513         (gnus-registry-split-fancy-with-parent): Fix documentation.
8514
8515 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8516
8517         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8518         from nnweb groups.
8519
8520 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521
8522         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8523         Xref urls.  Erase buffer before requesting head.
8524
8525 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8526
8527         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8528         customizable.
8529
8530 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8531
8532         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8533         no signing key is found.
8534         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8535         no encrypting and/or signing key is found.
8536
8537 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8540
8541 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8542
8543         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8544         headers read from disk with the ones newly found in the current search.
8545         This should no longer cause problems, because the article numbers in
8546         Gmane's `nov.php' output are ignored since the previous change.
8547
8548 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8549
8550         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8551
8552 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8555         replace-regexp-in-string; bind url-version; fbind display-images-p and
8556         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8557         find-face and set-itimer-function for Emacs; bind itimer-list for
8558         Emacs.
8559
8560         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8561
8562 2007-01-01  Romain Francoise  <romain@orebokech.com>
8563
8564         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8565
8566 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8567
8568         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8569         `define-minor-mode' macro definition expanded properly.
8570         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8571         exclude it there.
8572
8573         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8574         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8575         `fboundp' test.
8576         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8577         This is OK to autoload in (S)XEmacs now.
8578
8579 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8580
8581         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8582         keystroke.
8583         (gnus-summary-limit-to-singletons): Fix typo.
8584
8585         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8586         else fails.
8587
8588 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8589
8590         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8591         docstring.
8592
8593         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8594         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8595         (gnus-summary-insert-dormant-articles): Fix typo in message.
8596
8597 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8598
8599         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8600         nil for XEmacs.
8601         (gnus-message-citation-mode): Don't autoload in XEmacs.
8602
8603         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8604
8605 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8606
8607         * nnimap.el (nnimap-expunge-search-string): Mention
8608         nnimap-search-uids-not-since-is-evil in docstring.
8609
8610 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * spam.el: Revert to make-obsolete-variable because
8613         define-obsolete-variable-alias is not supported in Emacs 21.
8614
8615         * spam.el (spam-ifile-path, spam-ifile-database-path)
8616         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8617         make-obsolete-variable.
8618         (spam-bsfilter-path, spam-bsfilter-program)
8619         (spam-spamassassin-path, spam-spamassassin-program)
8620         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8621         use "path" inappropriately.
8622         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8623         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8624         variable names.
8625
8626 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8627
8628         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8629         summary buffer.
8630
8631         * password.el (password-cache-remove): Use clear-string to burn
8632         password, if available.
8633
8634 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8637
8638         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8639
8640         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8641         (gnus-message-highlight-citation): Move defcustom here from
8642         gnus-cite.el.
8643         (gnus-message-citation-mode): Autoload.
8644
8645         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8646         checks to make it compile with XEmacs.
8647         (gnus-message-citation-mode): New minor mode.
8648         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8649         (gnus-message-highlight-citation): New variables.
8650         (gnus-message-search-citation-line)
8651         (gnus-message-add-citation-keywords)
8652         (gnus-message-remove-citation-keywords)
8653         (turn-on-gnus-message-citation-mode)
8654         (turn-off-gnus-message-citation-mode): New functions.
8655
8656 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8657
8658         * gnus-cite.el: Enable highlighting of different citation levels in
8659         message-mode.
8660
8661 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * message.el (message-make-fqdn): Fix comment.
8664         (message-bogus-system-names): Add ".local".
8665
8666         * spam.el (spam-ifile-path, spam-ifile-program)
8667         (spam-ifile-database-path, spam-ifile-database)
8668         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8669         Don't use "path" inappropriately.
8670         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8671         strings.
8672         (spam-check-ifile, spam-ifile-register-with-ifile)
8673         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8674         new variable names.
8675
8676         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8677         (gnus-treat-display-smileys): Simplify using
8678         gnus-image-type-available-p.
8679
8680         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8681         available.
8682
8683         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8684         `display-images-p' if available.
8685
8686 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8689         one after turning on the buffer's multibyteness instead of decoding
8690         them directly in the unibyte buffer that causes unexpected conversion
8691         in Emacs 23 (unicode).
8692
8693 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8694
8695         * message.el (message-generate-hashcash): Fix custom type.
8696
8697 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8698
8699         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8700
8701 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8704         disconnect icons.  Add help text.
8705
8706 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8707
8708         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8709         negated to be consistent with the others we handle.
8710
8711 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8714         version of gnus-summary-buffer to something, so that we can use two
8715         article buffers at the same time.
8716
8717 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8718
8719         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8720         trigger all the extra headers.
8721         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8722         sorting.
8723
8724 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8725
8726         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8727         solid groups.
8728
8729 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8730
8731         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8732
8733 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * legacy-gnus-agent.el: Add Copyright notice.
8736
8737 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8738
8739         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8740
8741 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742
8743         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8744
8745         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8746         to make it work reliably in CVS Emacs.
8747         (gnus-summary-limit-strange-charsets-predicate)
8748         (gnus-summary-limit-to-predicate): New functions.
8749
8750 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8751
8752         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8753         specifying array size.
8754         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8755         array if it is too small.
8756         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8757         (gnus-sort-threads-loop): New function.
8758
8759 2006-12-06  Chris Moore  <dooglus@gmail.com>
8760
8761         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8762         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8763
8764 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8765
8766         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8767         options.
8768
8769 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8770
8771         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8772         DOS-ing the recipient.
8773
8774         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8775         the headers when creating the mapping to avoid mismappings.
8776         (nnweb-gmane-create-mapping): Always nix out old mapping.
8777
8778 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8781         and mm-verify-option to never.
8782
8783 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * message.el (message-signed-or-encrypted-p): New function.
8786         (message-forward-make-body): Use it.
8787
8788         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8789         Replace encode-coding-string with mm-encode-coding-string.
8790
8791 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * nneething.el (nneething-decode-file-name): Replace
8794         decode-coding-string with mm-decode-coding-string.
8795
8796         * gnus-int.el (gnus-open-server): Say failed server's name.
8797
8798 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8799
8800         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8801         strings to a single string.  Quote `errors-file-name'.
8802         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8803         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8804         Adjust calls.  Use `shell-quote-argument'.
8805
8806 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8807
8808         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8809         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8810
8811         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8812         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8813         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8814         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8815         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8816         (gnus-subscribe-newsgroup, gnus-1):
8817         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8818         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8819         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8820         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8821
8822 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8825         keystroke.
8826         (gnus-summary-limit-to-bodies): Implement headersp.
8827
8828 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8829
8830         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8831
8832 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8835
8836 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8837
8838         * message.el (message-generate-hashcash): Expand range of values to
8839         include `opportunistic'.
8840         (message-send-mail): Use it.
8841
8842 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8843
8844         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8845         and comment it.
8846
8847         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8848
8849 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * gnus-util.el (gnus-extract-address-components): Improve comment.
8852
8853 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * gnus-util.el (gnus-extract-address-components): Work with address in
8856         which the name portion contains @.
8857
8858         * lpath.el: Fbind custom-autoload.
8859
8860 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * gnus.el (gnus-start): Move custom group up.
8863         (gnus-select-method): Don't autoload, but make it available for
8864         `customize-variable'.
8865         (gnus-getenv-nntpserver): Don't autoload.
8866
8867 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8868
8869         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8870
8871 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * message.el (message-sendmail-extra-arguments): New variable.
8874         (message-send-mail-with-sendmail): Use it.
8875
8876 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8879         mm-with-unibyte-current-buffer to make string unibyte.
8880
8881         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8882         mm-string-as-multibyte.
8883
8884 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8885
8886         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8887         Reported by Werner Koch <wk@gnupg.org>.
8888
8889 2006-11-14  Daiki Ueno  <ueno@p360>
8890
8891         * mml2015.el: Autoload epa-select-keys when compiling.
8892
8893 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8894
8895         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8896         message-options.
8897         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8898
8899 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8900
8901         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8902         EasyPG (< 0.0.6).
8903         (mml2015-always-trust): New user option.
8904         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8905         prompt.
8906
8907 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * nntp.el (nntp-authinfo-force): New variable.
8910         (nntp-send-authinfo): Use it.
8911
8912 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8915         decode encoded words.  Improve prompt.  Add comment about forwarding.
8916         (message-replacement-char): Move up.
8917
8918 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8919
8920         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8921         instead of gnus-intersection because arguments of gnus-sorted-nunion
8922         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8923
8924 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8927         (message-simplify-subject-functions): Enable
8928         message-strip-subject-encoded-words by default.
8929
8930 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * message.el (message-strip-subject-encoded-words): New function.
8933         (message-simplify-subject-functions): New variable.
8934         (message-simplify-subject): Use it.  Fix typo in doc string.
8935         Support message-strip-subject-encoded-words.
8936
8937 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8938
8939         * gnus-diary.el (gnus-diary-delay-format-function):
8940         * nndiary.el (nndiary-reminders):
8941         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8942
8943 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * gnus-art.el (article-hide-boring-headers): Fetch date from
8946         gnus-original-article-buffer to avoid problems with localized date
8947         strings.
8948
8949 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8952
8953 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8956         New variables.
8957         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8958         (mm-charset-synonym-alist): Move some entries to
8959         mm-codepage-iso-8859-list.
8960         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8961         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8962
8963 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8966
8967 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8970         with Emacs 21 and XEmacs.
8971
8972 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8973
8974         * spam.el (spam-parse-address): New function for better parsing,
8975         catching errors, etc.
8976         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8977
8978 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8979
8980         * mm-view.el: Add interactive arg to html2text autoload.
8981
8982 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8985
8986 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8989         variables.
8990         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8991         (mm-charset-synonym-alist): Move some entries to
8992         mm-codepage-iso-8859-list.
8993
8994         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8995
8996 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8997
8998         * message.el (message-citation-line-format)
8999         (message-insert-formated-citation-line): Fix implementation of %E, %N
9000         and %n according to the doc string.
9001
9002 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9003
9004         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9005         car-safe to avoid bad parses.
9006
9007 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9010         names.
9011
9012         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9013
9014 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9017         header.
9018
9019         * message.el (message-draft-headers): Add Date.
9020         (message-headers-to-generate): Fix typo in docstring.
9021
9022         * nndraft.el (nndraft-required-headers): New variable.
9023         (nndraft-generate-headers): Use it.
9024
9025         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9026
9027 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9028
9029         * gnus-registry.el (gnus-registry-wash-for-keywords)
9030         (gnus-registry-find-keywords): New functions to allow easy searching of
9031         articles that are in the registry.
9032
9033 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9034
9035         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9036         ietf-drums-parse-address instead of gnus-extract-address-components.
9037         Reported by Damien Elmes <damien@repose.cx>.
9038
9039 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9040
9041         * gnus.el (gnus-mime): Remove unused custom group.
9042
9043 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9044
9045         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9046         "blank line" when searching for end of armor headers.
9047
9048 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * gmm-utils.el (gmm-write-region): Fix variable name.
9051
9052 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * gmm-utils.el (gmm-write-region): New function based on compatibility
9055         code from `mm-make-temp-file'.
9056
9057         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9058
9059         * nnmaildir.el (nnmaildir--update-nov)
9060         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9061         Use `gmm-write-region'.
9062
9063 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9066         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9067
9068         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9069
9070         * message.el (message-replacement-char): New variable.
9071         (message-fix-before-sending): Use it.
9072         (message-simplify-subject): New function to remove duplicate code.
9073         (message-reply, message-followup): Use it.
9074
9075         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9076         gnus-summary-limit-to-articles.
9077
9078 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-util.el (gnus-with-local-quit): New macro.
9081
9082         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9083
9084 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9085
9086         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9087         ignore non-string data.
9088
9089 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9090
9091         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9092         non-string data (needs to be done in the registry too).
9093
9094 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9095
9096         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9097         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9098         (gnus-registry-split-fancy-with-parent)
9099         (gnus-registry-fetch-simplified-message-subject-fast)
9100         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9101         Remove text properties on ingress into the registry and when it's saved.
9102         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9103         registry from entries with no groups.
9104
9105 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9106
9107         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9108         function to remove string properties.
9109
9110 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * gmm-utils.el (gmm): Adjust custom version.
9113
9114         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9115         custom version.
9116
9117         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9118
9119 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9120
9121         * gnus-art.el (gnus-insert-prev-page-button)
9122         (gnus-insert-next-page-button): Simplify.  Reformat.
9123
9124 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9125
9126         * gnus-art.el (gnus-insert-prev-page-button)
9127         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9128
9129 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9130
9131         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9132
9133 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9134
9135         * gnus-art.el (gnus-insert-mime-button)
9136         (gnus-insert-mime-security-button):
9137         Apply gnus-article-button-face to MIME and security buttons.
9138
9139 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9142         readable.
9143
9144 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9147
9148 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9149
9150         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9151         `browse-url-of-file' instead of `browse-url'.
9152
9153 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9154
9155         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9156         regexp.  Articles containing quotation were cut prematurely.
9157
9158 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * message.el (message-cite-original-1): Use nobody by default for the
9161         value of From header.
9162         (message-reply): Ditto.
9163
9164 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9165
9166         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9167         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9168         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9169
9170 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9171
9172         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9173         mails in the doc string.  Add some URLs in comment.
9174         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9175
9176 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9179         backslashes handling and the way to find boundaries of quoted strings.
9180
9181 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9182
9183         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9184         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9185         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9186         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9187
9188 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9191         doc string.
9192         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9193
9194 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * lpath.el: Fbind epg-check-configuration.
9197
9198 2006-09-06  Simon Josefsson  <jas@extundo.com>
9199
9200         * mml2015.el (mml2015-use): Doc fix, mention epg.
9201
9202 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9203
9204         * mml2015.el (mml2015-use): Default to epg, if available.
9205
9206 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9207
9208         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9209         message-sender.
9210         (mml1991-epg-encrypt): Ditto.
9211         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9212         message-sender.
9213         (mml2015-epg-encrypt): Ditto.
9214
9215 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9216
9217         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9218         several common directories.
9219
9220 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9221
9222         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9223         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9224
9225 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * gnus-art.el (article-decode-encoded-words): Make it fast.
9228
9229 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9232
9233         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9234         in quoted string into `\'.
9235
9236 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9239         Use standard-syntax-table.
9240
9241 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9242
9243         * gnus-art.el (gnus-decode-address-function): New variable.
9244         (article-decode-encoded-words): Use it to decode headers which are
9245         assumed to contain addresses.
9246         (gnus-mime-delete-part): Remove useless `or'.
9247
9248         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9249         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9250         (gnus-nov-parse-line): Use it to decode From header.
9251         (gnus-get-newsgroup-headers): Ditto.
9252         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9253
9254         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9255         (mail-decode-encoded-address-string): New alias.
9256
9257         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9258         New function.
9259         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9260         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9261         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9262         (rfc2047-decode-string): Ditto.
9263         (rfc2047-decode-address-region): New function.
9264         (rfc2047-decode-address-string): New function.
9265
9266 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * message.el (message-caesar-buffer-body): Allow rotating headers.
9269
9270         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9271
9272         * message.el (message-insert-formated-citation-line): Fix %f.
9273         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9274
9275 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9278         (gnus-bookmark-mouse-available-p): New macro.
9279         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9280         (gnus-bookmark-bmenu-show-infos): Use it.
9281         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9282         (gnus-bookmark-bmenu-hide-infos): Ditto.
9283         (gnus-bookmark-remove-properties): New function.
9284         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9285         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9286         (gnus-bookmark-write-file): Bind coding-system-for-write.
9287         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9288         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9289         group before selecting it.
9290         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9291         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9292         quit-window if it is not available; use gnus-mouse-2 and bind it to
9293         gnus-bookmark-bmenu-select-by-mouse.
9294         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9295         (gnus-bookmark-bmenu-select-by-mouse): New function.
9296
9297 2006-08-13  Romain Francoise  <romain@orebokech.com>
9298
9299         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9300         space.
9301
9302 2006-08-10  Romain Francoise  <romain@orebokech.com>
9303
9304         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9305         (dns-mode-soa-auto-increment-serial): New user option.
9306         (dns-mode-soa-maybe-increment-serial): New function.
9307         (dns-mode): Add the latter to `write-contents-functions'.
9308
9309 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * compface.el (uncompface): Use binary rather than raw-text-unix.
9312
9313 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * compface.el (uncompface): Make sure the eol conversion doesn't take
9316         place when communicating with the external programs.  Reported by
9317         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9318
9319 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9322
9323 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9324
9325         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9326         Make it more robust by parsing author and date independently.
9327
9328 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9331
9332 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9333
9334         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9335         first matching secret key.
9336         (mml2015-epg-encrypt): Ditto.
9337
9338         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9339         first matching secret key.
9340         (mml1991-epg-encrypt): Ditto.
9341
9342         * mml2015.el (mml2015-encrypt-to-self): New user option.
9343         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9344         mml2015-epg-encrypt-to-self is set.
9345
9346         * mml1991.el (mml1991-encrypt-to-self): New variable.
9347         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9348         mml1991-epg-encrypt-to-self is set.
9349
9350         * mml2015.el (mml2015-signers): New user option.
9351         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9352         (mml2015-epg-encrypt): Allow to select signing keys.
9353
9354         * mml1991.el (mml1991-signers): New variable.
9355         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9356         (mml1991-epg-encrypt): Allow to select signing keys.
9357
9358 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * nnheader.el (nnheader-insert-head): Make it work even if the file
9361         uses CRLF for the line-break code.
9362
9363 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9364
9365         * mml2015.el: Require mml-sec instead of password.
9366         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9367         (mml2015-cache-passphrase): Inherit the default value from
9368         mml-secure-cache-passphrase.
9369         (mml2015-passphrase-cache-expiry): Inherit the default value from
9370         mml-secure-passphrase-cache-expiry.
9371
9372         * mml1991.el: Require mml-sec instead of password.
9373         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9374         (mml1991-cache-passphrase): Inherit the default value from
9375         mml-secure-cache-passphrase.
9376         (mml1991-passphrase-cache-expiry): Inherit the default value from
9377         mml-secure-passphrase-cache-expiry.
9378
9379         * mml-sec.el: Require password.
9380         (mml-secure-verbose): New user option.
9381         (mml-secure-cache-passphrase): New user option.
9382         (mml-secure-passphrase-cache-expiry): New user option.
9383
9384 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9385
9386         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9387         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9388         andreas@altroot.de (Andreas Vögele).
9389
9390         FIXME: Use `tiny change'?
9391
9392 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9393
9394         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9395         workaround for the url package included with Emacs.
9396
9397         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9398
9399 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9402         correctly.  This fixes a bug caused by the 2006-05-12 change.
9403
9404 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9405
9406         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9407         some information about the error when saying that the `bogus' mail
9408         group will be used.
9409
9410 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9411
9412         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9413         string.
9414
9415 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9416
9417         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9418
9419 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9420
9421         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9422
9423 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9424
9425         * mml1991.el (mml1991-function-alist): Add epg.
9426         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9427         (mml1991-epg-encrypt): New functions.
9428
9429 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9430
9431         * mml2015.el (mml2015-verbose): New variable.
9432         (mml2015-cache-passphrase): Ditto.
9433         (mml2015-passphrase-cache-expiry): Ditto.
9434         (mml2015-function-alist): Add epg.
9435         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9436         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9437         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9438         functions.
9439
9440 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9441
9442         * message.el (message-cite-original-1): Preserve region when removing
9443         quoted text due to X-No-Archive in order to avoid bogus attribution
9444         when citing multiple messages.
9445
9446 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9447
9448         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9449         Kenneth Jacker <khj@be.cs.appstate.edu>.
9450
9451 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * gnus-diary.el (gnus-user-format-function-d)
9454         (gnus-user-format-function-D): Autoload.
9455
9456         * imap.el (Commentary): Fix typo.
9457
9458         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9459         2006-04-22 contribution.
9460
9461 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9462
9463         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9464         It didn't really fix the bogosity I'm seeing with solid web groups.
9465
9466 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9467
9468         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9469         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9470         created using server names.  If we use the feature without declaring
9471         it, Gnus does not properly manage server and group state.
9472
9473         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9474         bound.
9475
9476 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9477
9478         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9479         looking up the method using GROUP's prefix before inventing a new one.
9480         It is used on killed/unknown groups in various places where returning
9481         an all-new method isn't expected by the caller.
9482
9483         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9484         and match semantics of gnus-group-real-prefix.
9485
9486 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * nnmail.el (nnmail-broken-references-mailers): New variable.
9489         (nnmail-ignore-broken-references): New function generalizing
9490         nnmail-fix-eudora-headers.
9491         (nnmail-fix-eudora-headers): Now obsolete.
9492
9493         * gnus-art.el (gnus-button-handle-custom): Support
9494         `customize-apropos*'.
9495
9496 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9499
9500         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9501         articles.
9502
9503 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * message.el (message-cite-reply-above): New variable.
9506         (message-yank-original): Use it.
9507
9508 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9511
9512 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9515         as read.
9516
9517         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9518
9519 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9522         (gnus-bookmark-default-file): Use gnus-directory.
9523         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9524         Remove "*" in doc string.
9525         (gnus-bookmark-write-file): Simplify.
9526         (gnus-bookmark-maybe-sort-alist): Use `when'.
9527         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9528         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9529         FIXME about Emacs 21 and XEmacs compatibility.
9530         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9531         compatibility.
9532         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9533         compatibility.
9534         (gnus-bookmark-menu-heading): Fix version.
9535
9536 2006-06-19  Bastien Guerry  <bzg@altern.org>
9537
9538         * gnus-bookmark.el: New file.
9539
9540 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9541
9542         * message.el (message-syntax-checks): Doc fix.
9543
9544 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9545
9546         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9547         unsubscribed groups as if they were killed ones.  It causes duplicate
9548         entries in gnus-newsrc-alist.
9549
9550 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * message.el (message-syntax-checks): Doc fix.
9553         (message-send-mail): Add check for continuation headers.
9554         (message-check-news-header-syntax): Fix regexp used to check for
9555         continuation headers.
9556
9557 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9560
9561 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9562
9563         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9564
9565 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9568         default-truncate-lines.
9569
9570 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9573         to fill the utf-8 entry.
9574
9575         * lpath.el: Fbind unicode-precedence-list.
9576
9577 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9578
9579         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9580
9581 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9582
9583         * gnus-agent.el (directory-files-and-attributes): Move all the way
9584         forward (the third and final move).
9585         (gnus-agent-read-agentview): Trap reconstruction errors due to
9586         nonexistant directory.  Handle by returning nil.
9587
9588 2006-05-30  Didier Verna  <didier@xemacs.org>
9589
9590         * message.el (message-dont-reply-to-names): Update the custom type.
9591         * message.el (message-dont-reply-to-names): New defsubst: potentially
9592         convert a list of regexps into a single one.
9593         * message.el (message-get-reply-headers): Use it.
9594         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9595
9596 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * gnus-agent.el (directory-files-and-attributes): Move forward.
9599
9600 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * gnus-ml.el (gnus-mailing-list-subscribe)
9603         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9604         (gnus-mailing-list-message): Fix doc strings.
9605
9606 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9607
9608         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9609         of doing it manually.
9610
9611 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9614         comment.
9615
9616 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9617
9618         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9619         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9620         (gnus-agent-read-local): All symbols allocated in my-obarray.
9621         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9622         (gnus-agent-regenerate-group): Check numeric names to see if they are
9623         messages or groups.
9624         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9625         better way of do this...)
9626
9627         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9628         'dummy.group' (there should be a better way of do this...)
9629
9630 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9633         (gnus-saved-headers): Ditto.
9634         (gnus-default-article-saver): Mention functions may have properties.
9635         (gnus-article-save): Override gnus-save-all-headers and
9636         gnus-saved-headers by :headers property which saver function may have.
9637         (gnus-summary-save-in-file): Add :headers property.
9638         (gnus-summary-write-to-file): Ditto.
9639
9640         * gnus-sum.el (gnus-summary-save-article): Bind
9641         gnus-prompt-before-saving to t when saving many articles in a file;
9642         always show all headers.
9643
9644         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9645
9646 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9649         marks.
9650
9651         * message.el (message-indent-citation): Add optional arguments to allow
9652         using it outside of message buffers.
9653
9654         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9655         (gnus-article-treat-unfold-headers): Use it.
9656         (gnus-article-truncate-lines): New variable.
9657         (gnus-article-mode): Use it.
9658         (gnus-article-toggle-truncate-lines): New function.
9659
9660         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9661         gnus-article-toggle-truncate-lines.
9662
9663         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9664         coding system in XEmacs, use binary.
9665
9666 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9669         after-load-alist.
9670
9671         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9672         this function should save decoded articles.
9673         (gnus-summary-write-to-file): Use property to specify this function
9674         should save decoded articles and specify gnus-summary-save-in-file
9675         should be used to save articles other than the first one when saving
9676         many articles.
9677         (gnus-summary-save-body-in-file): Use property to specify this
9678         function should save decoded articles.
9679         (gnus-summary-write-body-to-file): Use property to specify this
9680         function should save decoded articles and specify
9681         gnus-summary-save-body-in-file should be used to save articles other
9682         than the first one when saving many articles.
9683
9684         * gnus-sum.el (gnus-summary-save-article): Simplify.
9685
9686 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * gnus-art.el (gnus-default-article-saver): Add
9689         gnus-summary-write-body-to-file.
9690         (gnus-article-save-coding-system): Don't use coding system object
9691         in XEmacs.
9692         (gnus-read-save-file-name): Add optional `dir-var' argument which
9693         specifies directory in which files are saved; work even if optional
9694         `variable' argument is not specified.
9695         (gnus-summary-write-to-file): Read file name.
9696         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9697         (gnus-summary-write-body-to-file): New function.
9698
9699         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9700         (gnus-summary-local-variables): Add it.
9701         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9702         (gnus-summary-save-article): Remove optional `decode' argument;
9703         determine whether to decode articles by the value of
9704         gnus-default-article-saver; when saving many files using
9705         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9706         it first and use gnus-summary-save-in-file or
9707         gnus-summary-save-body-in-file thereafter unless
9708         gnus-prompt-before-saving is always; move point to article which
9709         will be saved.
9710         (gnus-summary-save-article-file): Revert.
9711         (gnus-summary-write-article-file): Revert.
9712         (gnus-summary-save-article-body-file): Revert.
9713         (gnus-summary-write-article-body-file): New function.
9714
9715 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-art.el (gnus-default-article-saver): Doc fix.
9718         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9719         from gnus-summary-save-article-coding-system, and default to a
9720         certain coding system.
9721         (gnus-output-to-file): Add coding cookie and encode text according
9722         to gnus-article-save-coding-system; don't use mm-append-to-file.
9723
9724         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9725         gnus-art.el and rename to gnus-article-save-coding-system.
9726         (gnus-summary-save-article): Require gnus-art; don't show all
9727         headers if it decodes articles; don't add coding cookie here;
9728         don't bind mm-text-coding-system-for-write.
9729         (gnus-summary-save-article-file): Save decoded articles.
9730         (gnus-summary-write-article-file): When saving many files, use
9731         gnus-summary-write-to-file first and gnus-summary-save-in-file
9732         thereafter unless gnus-prompt-before-saving is always.
9733         (gnus-summary-save-article-body-file): Save decoded articles.
9734
9735         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9736
9737 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * nnrss.el (nnrss-check-group): Bind hash-index.
9740
9741 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9742
9743         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9744         its hash index.  Store this hash in `nnrss-group-data'.
9745         (nnrss-read-group-data): Update accordingly.
9746
9747 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9750         entry.
9751
9752         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9753         gnus-article-browse-html-article.
9754
9755 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9756
9757         * gnus-sum.el (gnus-summary-mime-map): Add
9758         gnus-article-browse-html-article.
9759
9760         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9761
9762 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9763
9764         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9765         suitable coding systems in customize.
9766
9767 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * mail-source.el (mail-sources): Fix custom type.
9770
9771 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9772
9773         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9774         (gnus-summary-expire-articles-now): Shorten prompt.
9775
9776         * gmm-utils.el (wid-edit): Require.
9777         (defun-gmm): Renamed from `gmm-defun-compat'.
9778         (gmm-image-search-load-path): Use it.
9779         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9780
9781 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9784         variable.
9785         (gnus-summary-save-article): Add optional `decode' argument.  If
9786         it is set and gnus-summary-save-article-coding-system is non-nil,
9787         save decoded article.
9788         (gnus-summary-write-article-file): Save decoded article if
9789         gnus-summary-save-article-coding-system is non-nil.
9790
9791         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9792         type.
9793
9794 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9797
9798 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9801         first to test gnus-single-article-buffer which may be buffer-local.
9802
9803         * gnus-sum.el (gnus-summary-setup-buffer): Make
9804         gnus-single-article-buffer buffer-local and nil in ephemeral
9805         group; make gnus-article-buffer, gnus-article-current, and
9806         gnus-original-article-buffer always buffer-local.
9807         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9808         group.
9809         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9810
9811 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9812
9813         * nnml.el (nnml-request-compact-group): Compressed files might not
9814         have .gz extension.
9815
9816 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9817
9818         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9819         (mm-copy-to-buffer): Use with-current-buffer.
9820         (mm-display-part): Simplify.
9821         (mm-inlinable-p): Add optional arg `type'.
9822
9823 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9824
9825         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9826         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9827         Try harder to show the attachment internally or externally using
9828         gnus-mime-view-part-as-type.
9829
9830 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9831
9832         * message.el (message-from-style, message-signature-separator)
9833         (message-user-organization-file, message-send-mail-function)
9834         (message-citation-line-function, message-yank-prefix)
9835         (message-indent-citation-function, message-signature)
9836         (message-signature-file, message-signature-insert-empty-line):
9837         Remove autoloads.
9838
9839         * gnus-art.el (gnus-buttonized-mime-types): Remove
9840         "multipart/signed".  Revert 2006-04-26 change.
9841
9842 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * gnus.el (gnus-version-number): Bump version.
9845
9846 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9847
9848         * gnus.el: No Gnus v0.5 is released.
9849
9850 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9851
9852         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9853         fetching articles by message-id.
9854
9855 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * message.el (hashcash): Require hashcash as normal.
9858
9859         * ecomplete.el (ecomplete-highlight-match-line): Use
9860         point-at-eol.
9861         (ecomplete-highlight-match-line): Use `highlight', because that
9862         face exists in both Emacs and XEmacs.
9863
9864         * message.el (message-display-abbrev): Use point-at-bol.
9865
9866         * mail-source.el: Don't require timer/timer-funcs.
9867
9868         * gnus-async.el: Ditto.
9869
9870         * password.el: Ditto.
9871
9872         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9873
9874         * mm-url.el: Ditto.
9875
9876         * gnus-xmas.el: Don't require timer-funcs.
9877
9878         * mm-util.el: Require timer/timer-funcs.
9879
9880 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9881
9882         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9883         Close.
9884
9885 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9888         unibyte after clear-decrypt function runs.
9889
9890         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9891         returns as a unibyte string.
9892
9893 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * lpath.el: Revert.
9896
9897         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9898         (pgg-gpg-process-sentinel): Revert.
9899
9900         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9901         (pgg-pgp-lookup-key): Revert.
9902
9903         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9904         (pgg-pgp5-lookup-key): Revert.
9905
9906         * pgg.el (pgg-fetch-key): Revert.
9907
9908 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * lpath.el: Fbind string-as-multibyte for XEmacs.
9911
9912         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9913         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9914         (mml1991-pgg-encrypt): Ditto.
9915
9916         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9917         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9918         a multibyte buffer.
9919
9920         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9921         (pgg-pgp-lookup-key): Ditto.
9922
9923         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9924         (pgg-pgp5-lookup-key): Ditto.
9925
9926         * pgg.el (pgg-fetch-key): Ditto.
9927
9928 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9929
9930         * message.el (message-user-organization-file): Check several
9931         locations of the organization file.
9932
9933         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9934         Add gnus-article-view-part-as-type.
9935
9936         * gnus-art.el (gnus-article-view-part-as-type): New function.
9937
9938         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9939         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9940
9941         * mml.el: Simplify autoload.
9942         (mml-mode): defvar dnd-protocol-alist instead of using
9943         symbol-value.
9944         (mml-default-directory): New variable.
9945         (mml-minibuffer-read-file): Use it.
9946         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9947
9948         * message.el (message-citation-line-format): New variable.
9949         (message-insert-formated-citation-line): New function.
9950         (message-citation-line-function): Add
9951         `message-insert-formated-citation-line' to custom type.
9952
9953         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9954         to doc string.
9955
9956         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9957         depending on mm-verify-option.
9958
9959 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9962         binding pgg-* variables; reimplement the section which prevents
9963         MIME header from being signed.
9964         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9965         pgg-text-mode; remove a blank line at the top of body.
9966
9967         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9968         lines at the top of body; use gnus-newsgroup-charset if there's no
9969         Charset header.
9970
9971 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * message.el (message-self-insert-commands): Doc fix.
9974
9975         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9976         (mm-uu-pgp-encrypted-test): Ditto.
9977         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9978         between header and body; return application/pgp-encrypted handle
9979         if decryption failed; decode decrypted body by charset.
9980
9981         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9982         element match to application/pgp-*.
9983
9984 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9985
9986         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9987         HTML.
9988
9989 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9990
9991         * mail-source.el (mail-source-call-script): Message the error
9992         string.
9993
9994 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9995
9996         * gnus-util.el (gnus-byte-compile): Use it.
9997
9998 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9999
10000         * gnus-util.el (kill-empty-logs): New function.
10001
10002 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003
10004         * message.el (message-mail-alias-type): Doc fix.
10005         (message-mail-alias-type-p): New function.
10006         (message-send): Use it.
10007         (message-mode): Ditto.
10008         (message-strip-forbidden-properties): Ditto.
10009
10010         * ecomplete.el (ecomplete-database-file-coding-system): New
10011         variable.
10012         (ecomplete-save): Use it.
10013         (ecomplete-setup): Use it.
10014
10015 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * message.el (message-self-insert-commands): New variable.
10018         (message-strip-forbidden-properties): Use it.
10019
10020 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10021
10022         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10023         that doesn't make XEmacs choke.
10024
10025 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10026
10027         * gnus-util.el (gnus-replace-in-string):
10028         Prefer replace-regexp-in-string over of replace-in-string.
10029
10030 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10031
10032         * gnus-util.el (gnus-select-frame-set-input-focus):
10033         Use select-frame-set-input-focus if it is available in XEmacs; use
10034         definition defined in Emacs 22 for old Emacsen.
10035
10036         * dgnushack.el: Autoload unmorse-region for XEmacs.
10037
10038         * lpath.el: Bind cursor-in-non-selected-windows and
10039         select-frame-set-input-focus for XEmacs.
10040
10041 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10044
10045 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10046
10047         * gnus-registry.el (gnus-registry-cache-save): Remove text
10048         properties when saving via the temp buffer.
10049
10050 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * message.el (message-generate-hashcash): Honor custom type.
10053
10054 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10055
10056         * message.el (message-generate-hashcash): Default to non-nil when
10057         hashcash is found.
10058
10059         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10060         (gnus-refer-thread-limit): Increase default to 500.
10061
10062         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10063
10064         * flow-fill.el (fill-flowed): Allow delete-space.
10065
10066 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10067
10068         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10069         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10070         Remove autoloads.
10071
10072 2006-04-18  Simon Josefsson  <jas@extundo.com>
10073
10074         * message.el (message-generate-hashcash): Default to.
10075
10076 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10079         concatenating segments rather than before concatenating them.
10080
10081 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10084
10085 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10086
10087         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10088
10089         * message.el (message-forward-make-body-plain): Allow
10090         message-forward-ignored-headers to be a list.
10091         (message-remove-ignored-headers): Factor out into function.
10092         (message-forward-make-body-mml): Use it.
10093
10094         * imap.el (imap-quote-specials): New function.
10095         (imap-login-auth): Quote specials.
10096
10097         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10098         (rfc2231-parse-string): Allow concatanation of parameters that
10099         aren't contiguous.  The test case is
10100           (mail-header-parse-content-type "message/external-body;
10101             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10102             access-type=LOCAL-FILE;
10103             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10104
10105 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10106
10107         * nntp.el (nntp-accept-process-output): Return the value of
10108         `nnheader-accept-process-output'.
10109
10110 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10111
10112         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10113         (gnus-button-alist): Recognize more diff formats.
10114         (gnus-button-patch): Strip directory.
10115
10116 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10119         Emacs 22 when setting focus.
10120
10121 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10122
10123         * gnus-art.el (gnus-article-treat-types): Do treatment of
10124         text/x-verbatim parts.
10125         (gnus-button-patch): New command.
10126
10127         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10128         addresses that contain invalid characters.
10129
10130 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10131
10132         * message.el (message-put-addresses-in-ecomplete): Use
10133         gnus-replace-in-string.
10134         (message-is-yours-p): Use the more correct
10135         mail-header-parse-address instead of
10136         mail-extract-address-components.
10137         (message-put-addresses-in-ecomplete): Fix typo.
10138
10139         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10140         keystroke.
10141
10142         * gnus-art.el (gnus-treatment-function-alist): Change order of
10143         newsgroups/generic header folding to avoid double-folding.
10144
10145         * message.el (message-hidden-headers): Add X-Draft-From.
10146
10147         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10148         command.
10149         (gnus-summary-repeat-search-article-backward): New command.
10150
10151         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10152         groups in the parent topic.
10153
10154 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10155
10156         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10157         (spam-extra-header-to-number): Return the CRM114 number as a
10158         number instead of a string.
10159
10160 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10161
10162         * gnus-art.el (gnus-face-properties-alist): Moved here from
10163         gnus-fun.
10164
10165         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10166
10167 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10168
10169         * message.el (message-strip-forbidden-properties): Only display on
10170         self-insert-command.
10171
10172         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10173         reindent.
10174         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10175
10176 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10177
10178         * smiley.el (smiley-style): Fix typo.
10179
10180 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10181
10182         * hashcash.el (hashcash-insert-payment-async-2): Use
10183         message-goto-eoh instead of doing it manually.
10184         (mail-add-payment): Use message-narrow-to-header instead of trying
10185         to do the same itself.
10186
10187         * message.el (message-hidden-headers): Add Face.
10188
10189         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10190         reparenting code.
10191         (gnus-summary-reparent-children): Refactored out code.
10192         (gnus-summary-thread-map): New keystroke.
10193         (gnus-summary-reparent-children): Make into command.
10194
10195         * smiley.el (smiley-style): Default to `medium' if using a large
10196         font.
10197
10198         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10199         does it itself.
10200
10201         * message.el (message-point-in-header-p): Simplify definition.
10202
10203 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10204
10205         * nnagent.el (nnagent-request-set-mark): Silence log file
10206         writing.
10207         (nnagent-request-set-mark): Use write-region instead of
10208         append-to-file.
10209
10210         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10211         strange select method.
10212
10213         * ecomplete.el (ecomplete-display-matches): Get highlightling
10214         right.
10215         (ecomplete-display-matches): Use literals.
10216         (ecomplete-display-matches): Disable message logging.
10217
10218         * message.el (message-display-abbrev): Small optimization.
10219
10220         * ecomplete.el (ecomplete-display-matches): Allow automatic
10221         display.
10222
10223         * message.el (message-strip-forbidden-properties): Display
10224         abbrevs.
10225         (message-display-abbrev): Get automatic display right.
10226
10227         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10228         keystrokes.
10229
10230 2006-04-13  Romain Francoise  <romain@orebokech.com>
10231
10232         TODO: Backport to v5-10!
10233
10234         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10235         Moved here (and renamed) from gnus-registry.el.
10236
10237         * gnus-registry.el: Require gnus-util.
10238         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10239
10240 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10241
10242         * gnus-group.el (gnus-group-catchup-current): Change
10243         if-then-else-if-then-else into cond.
10244         (gnus-group-catchup): Indent.
10245         (group-name-at-point): New function.
10246         (gnus-fetch-group): Provide default from thing at point.
10247
10248 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10249
10250         * message.el (message-display-abbrev): Fix regexp.
10251
10252         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10253         choosing.
10254         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10255         dead variables.
10256
10257         * message.el (message-newline-and-indent): Remove debugging.
10258         (message-display-abbrev): Use new implementation.
10259
10260 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * gnus-art.el (gnus-article-mode): Set
10263         cursor-in-non-selected-windows to nil.
10264
10265         * smiley.el: Revert previous change.
10266         (smiley-data-directory): defvar it before using it in the
10267         defcustom of `smiley-style'.
10268
10269 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270
10271         * message.el (message-newline-and-indent): New function.
10272
10273         * ecomplete.el: Implement more bits.
10274
10275         * message.el (message-put-addresses-in-ecomplete): Clean up the
10276         string.
10277
10278         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10279
10280         * gnus-sum.el (gnus-summary-save-parts): Bind
10281         gnus-summary-save-parts-counter and use it to make unique file
10282         names.
10283
10284         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10285
10286         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10287         parameter to say whether to actually parse the individual
10288         addresses.
10289
10290         * message.el (message-put-addresses-in-ecomplete): New function.
10291         (ecomplete): Require.
10292         (message-mail-alias-type): Add ecomplete as an option.
10293
10294 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10295
10296         * flow-fill.el (fill-flowed): Remove trailing space from blank
10297         quoted lines.
10298
10299 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10300
10301         * smiley.el (smiley-style): Move definition later to avoid a
10302         compilation warning.
10303
10304 2006-04-12  Kenichi Handa  <handa@m17n.org>
10305
10306         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10307         buffer and then decode the buffer text if necessary.
10308         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10309         first, and after mm-encode-body, change the buffer to unibyte.
10310         Use mm-disable-multibyte instead of set-buffer-multibyte.
10311
10312 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10315         Content-Type header instead of Content-Disposition header.
10316         (gnus-mime-inline-part): Ditto.
10317         (gnus-mime-view-part-as-charset): Ignore charset that the part
10318         specifies.
10319
10320         * mm-decode.el (mm-display-part): Work with external parts and
10321         usual parts similarly.
10322
10323         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10324         instead of gnus-display-mime.
10325
10326         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10327         instead of with-temp-buffer.
10328
10329         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10330         tag to summarized topics part in order to encode non-ASCII text.
10331
10332 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10333
10334         * smiley.el (smiley-style): New variable.
10335         (smiley-directory): New function.
10336         (smiley-data-directory): Derive from `smiley-style' using
10337         `smiley-directory'.
10338         (smiley-regexp-alist): Add new entries.
10339
10340         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10341         (gnus-article-browse-delete-temp): Add :version.
10342
10343 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10344
10345         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10346         the sieve region.
10347
10348 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10349
10350         * gnus.el (gnus-version-number): Bump version.
10351
10352 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10353
10354         * gnus.el: No Gnus v0.4 is released.
10355
10356 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10357
10358         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10359         layout.
10360
10361         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10362         unknown charset.
10363
10364         * message.el (message-header-synonyms): Add Original-To to the
10365         default.
10366
10367         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10368         optional parameter.
10369
10370 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * gnus-fun.el (gnus): Require it for gnus-directory.
10373
10374 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10377
10378 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10379
10380         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10381
10382 2006-04-05  Simon Josefsson  <jas@extundo.com>
10383
10384         * password.el (password-reset): New function.
10385
10386 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10387
10388         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10389         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10390
10391 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10392
10393         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10394         Some whitespace was matched into the url, which broke browsing hits
10395         > 100 when mm-url-use-external was nil.
10396
10397 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10400         gnus-extra-headers for 'Newsgroups.
10401
10402         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10403         bound.
10404
10405 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10406
10407         * pgg-gpg.el: Clean up process buffers every time gpg processes
10408         complete.
10409
10410 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10413         doc string.
10414
10415 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10416
10417         * pgg-gpg.el (pgg-gpg-process-filter)
10418         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10419
10420         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10421         lines, temporary fix.
10422
10423 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10424
10425         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10426
10427 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10428
10429         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10430         default-enable-multibyte-characters.  This reverts the change from
10431         revision 6.17 which is no longer necessary because the passphrase
10432         is sent separately now.  GnuPG messages are unreadable under
10433         multibyte locales with default-enable-multibyte-characters set to
10434         nil.
10435
10436 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * message.el (message-tool-bar-gnome): Move "spell".
10439
10440 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10441
10442         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10443         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10444         instead.
10445
10446 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10447
10448         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10449         newsgroups handling for NNTP overviews which don't include
10450         Newsgroups.
10451
10452 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10453
10454         * message.el (message-resend): Bind message-generate-hashcash to nil.
10455
10456 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10457
10458         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10459         when searching for already-paid recipients.
10460
10461 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10462
10463         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10464         passphrases when it is not needed.
10465         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10466         passphrase stuff from gpg, should only be necessary when you use
10467         gpg with a smartcard.
10468
10469 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * mml.el (mml-insert-mime): Ignore cached contents of
10472         message/external-body part.
10473
10474         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10475         (mm-insert-part): Ditto.
10476
10477 2006-03-23  Simon Josefsson  <jas@extundo.com>
10478
10479         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10480         Reiner.
10481         (pgg-gpg-use-agent-p): Use it again.
10482
10483 2006-03-23  Simon Josefsson  <jas@extundo.com>
10484
10485         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10486         older emacsen.
10487         (pgg-gpg-use-agent-p): Don't use it.
10488
10489 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10492         if we can.
10493
10494 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10495
10496         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10497         (pgg-gpg-update-agent): New function.
10498         (pgg-gpg-use-agent-p): New function.
10499         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10500         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10501         (pgg-gpg-sign-region): Use it.
10502
10503 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10506         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10507
10508 2006-03-21  Simon Josefsson  <jas@extundo.com>
10509
10510         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10511         <wilde@sha-bang.de>.
10512         (pgg-gpg-use-agent): New variable.
10513         (pgg-gpg-process-region): Use it.
10514         (pgg-gpg-encrypt-region): Likewise.
10515         (pgg-gpg-encrypt-symmetric-region): Likewise.
10516         (pgg-gpg-decrypt-region): Likewise.
10517         (pgg-gpg-sign-region): Likewise.
10518         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10519
10520 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10521
10522         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10523
10524         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10525         Add comment on version.
10526
10527 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * smiley.el: Add missing test smiley.
10530
10531 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * mm-decode.el (mm-with-part): New macro.
10534         (mm-get-part): Use it; work with message/external-body as well.
10535         (mm-save-part): Treat name and filename equally.
10536
10537         * mm-extern.el (mm-extern-cache-contents): New function.
10538         (mm-inline-external-body): Use it; force the part to be displayed;
10539         move undisplayer added to the cached handle to the parent.
10540
10541         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10542         (gnus-mime-view-part-as-type): Work with message/external-body.
10543
10544         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10545
10546 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10549         images in image-load-path.  [Sync with image.el, revision 1.60, in
10550         Emacs.]
10551
10552 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10555         path rather than symbol.  Always return list of directories.
10556         Guarantee that image directory comes first.  [Sync with image.el,
10557         revision 1.59, in Emacs.]
10558
10559         * message.el (message-make-tool-bar): Adjust to new API of
10560         `gmm-image-load-path-for-library'.
10561
10562         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10563
10564         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10565
10566 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10567
10568         * gnus-art.el (gnus-article-only-boring-p):
10569         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10570         intangible text.
10571         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10572
10573 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10576         `defun' instead of `gmm-defun-compat'.
10577
10578 2006-03-14  Simon Josefsson  <jas@extundo.com>
10579
10580         * message.el (message-unique-id): Don't use message-number-base36
10581         if (user-uid) is a float.
10582         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10583
10584 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10587
10588         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10589         empty line between a part and a message part.
10590
10591 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * smiley.el: Add more test smileys.
10594         (smiley-data-directory, smiley-regexp-alist)
10595         (gnus-smiley-file-types): Fix doc strings.
10596         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10597         adding new elements.
10598         (smiley-mouse-map): Unused code.  Make it a comment.
10599
10600 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10603         scan latest NoCeM messages instead of old ones.
10604         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10605         delimiters that are recently used.
10606         (gnus-nocem-load-cache): Add autoload cookie.
10607
10608         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10609
10610         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10611         level which is larger than gnus-use-nocem is specified.
10612
10613         * gnus-group.el (gnus-group-get-new-news): Ditto.
10614
10615 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10616
10617         * gnus-util.el (gnus-tool-bar-update): New function.
10618
10619         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10620         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10621
10622         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10623
10624         * gnus-group.el (gnus-group-redraw-when-idle)
10625         (gnus-group-redraw-check): Remove.
10626         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10627
10628 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10631         if optional last element is specified in splits (FIELD VALUE...).
10632
10633 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10636         to gmm-image-load-path-for-library.  Call with no-error argument.
10637         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10638
10639         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10640
10641         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10642
10643         * gmm-utils.el (gmm-image-load-path): Remove alias.
10644
10645 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * gmm-utils.el (gmm-image-load-path): Add alias.
10648
10649         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10650         nnml-generate-nov-databases-1.
10651         (nnml-generate-nov-databases): Use it.
10652         (nnml-generate-nov-databases-directory): Document no-active
10653         argument.
10654
10655         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10656         directory if path is t.  Add no-error.
10657
10658         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10659         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10660
10661         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10662         resetting gnus-article-browse-html-temp-list.
10663
10664         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10665         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10666         Add example to docstring.  Rename local variables.  Move error
10667         checks to default case in cond and simplify.
10668
10669 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10672         handle is multipart when calling it recursively.
10673         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10674
10675 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10676
10677         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10678         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10679
10680 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10683         is loaded.
10684
10685         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10686         loaded.
10687
10688 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10691         to "Emacs 23 (unicode)" in doc string.
10692
10693         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10694         "Emacs 23 (unicode)" in comment.
10695
10696 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10699
10700         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10701         characters 160 through 255 in Emacs 23.
10702
10703 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10704
10705         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10706         gnus-article-browse-html-temp.
10707         (gnus-article-browse-delete-temp): Make it customizable.  Add
10708         `file'.  Adjust doc string.
10709         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10710         query for each file.  Adjust doc string.
10711         (gnus-article-browse-html-parts): Add
10712         `gnus-article-browse-delete-temp-files' to
10713         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10714
10715 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10716
10717         * gnus-art.el (gnus-article-browse-html-temp)
10718         (gnus-article-browse-delete-temp): New variables.
10719         (gnus-article-browse-delete-temp-files): New function.
10720         (gnus-article-browse-html-parts): Use it.
10721
10722 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10725
10726         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10727         string.
10728
10729         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10730         gnus-summary-insert-new-articles when unplugged.  Remove
10731         gnus-summary-search-article-forward.
10732
10733         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10734         display-visual-class instead of display-color-cells.
10735
10736 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * dgnushack.el: Autoload customize-group for XEmacs.
10739
10740         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10741         message/* containing non-ASCII text properly.
10742
10743 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * message.el: Require gmm-utils, remove autoloads.
10746         (message-tool-bar): Set default based on
10747         gmm-tool-bar-style.
10748         (message-tool-bar-gnome): Add gmm-customize-mode.
10749
10750         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10751         gmm-tool-bar-style.
10752         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10753
10754         * gnus-group.el (gnus-group-tool-bar): Set default based on
10755         gmm-tool-bar-style.
10756         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10757
10758         * gmm-utils.el (gmm-image-directory): Rename variable from
10759         gmm-image-load-path.
10760         (gmm-image-load-path): Use gmm-image-directory.
10761         (gmm-customize-mode): New function.
10762         (gmm-tool-bar-style): New variable.
10763
10764         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10765         gnus-group-redraw-line-number.
10766         (gnus-group-redraw-check): Simplify.
10767         (gnus-group-tool-bar-update): Remove redraw check.
10768         (gnus-group-make-tool-bar): Add redraw check.
10769
10770 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10771
10772         * gnus-art.el (gnus-button): Add missing parentheses.
10773
10774 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * lpath.el: Fbind line-number-at-pos.
10777
10778 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10781
10782 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * gnus-art.el (gnus-button): New face.
10785         (gnus-article-button-face): Use it.
10786
10787         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10788         gnus-summary-next-page.  Re-order.
10789
10790         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10791         next-node are now included.
10792         (gnus-group-redraw-line-number): New internal variable.
10793         (gnus-group-redraw-check): Helper function for updating the tool
10794         bar.
10795         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10796
10797         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10798
10799         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10800         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10801         Use it to match format of Spamassassin 3.0 and later.  Reported by
10802         IRIE Tetsuya <irie@t.email.ne.jp>.
10803         (spam-check-bogofilter)
10804         (spam-bogofilter-register-with-bogofilter): Fix args of
10805         `gnus-error' calls.
10806
10807 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10810         unnecessary interaction when sending queued mails.  Reported by
10811         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10812
10813 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10814
10815         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10816         first or last are nil.
10817
10818 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10819
10820         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10821
10822 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10823
10824         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10825
10826 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10827
10828         * dns.el (query-dns): Protect more against buggy tcp output.
10829
10830 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10833         nov.php.
10834
10835 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10836
10837         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10838         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10839         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10840         output on the server side.
10841         (nnweb-google-create-mapping): Update regexps and add some
10842         progress indication.
10843
10844 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10847         gnus-agent-toggle-plugged.  Re-order icons.
10848         (gnus-group-tool-bar-gnome): Add
10849         gnus-group-{prev,next}-unread-group.
10850         (gnus-group-tool-bar-gnome): Re-order icons.
10851
10852         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10853         gnus-summary-insert-new-articles.
10854
10855         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10856         comments.
10857
10858         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10859         also available in Emacs 21.3.
10860
10861         * message.el (message-fix-before-sending): Change "Emacs 22" to
10862         "Emacs 23 (unicode)" in comment.
10863
10864         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10865         "Emacs 23 (unicode)" in comment.
10866
10867         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10868         comment.
10869         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10870
10871         * mm-view.el (mm-fill-flowed): Add :version.
10872
10873 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10876         and load-path.
10877
10878 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10879
10880         * message.el: Autoload gmm-image-load-path.
10881         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10882         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10883         consitency.
10884
10885         * gmm-utils.el (gmm-image-load-path): Also search in
10886         "../etc/images".  Don't set gmm-image-load-path if we don't find
10887         the image.
10888
10889 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * gmm-utils.el (gmm-image-load-path): Don't make
10892         `gmm-image-load-path' include subdirectories which the second arg
10893         `image' might specify.
10894
10895         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10896         subdirectory to icon file names.
10897
10898         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10899
10900 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10901
10902         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10903         gmm-image-load-path calls.
10904
10905         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10906
10907         * message.el (message-make-tool-bar): Ditto.
10908
10909         * mml.el (mml-preview): Added comment concerning tool bar icons.
10910
10911         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10912         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10913
10914         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10915         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10916
10917         * message.el (message-tool-bar-gnome): Use new icon names.
10918         (message-make-tool-bar): Use `gmm-image-load-path'.
10919
10920         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10921         functions from MH-E.
10922         (gmm-image-load-path): New variable from MH-E.
10923         (gmm-image-load-path): New function from MH-E.  Added arguments
10924         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10925         *-image-load-path-called-flag.
10926
10927 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10928
10929         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10930
10931 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10932
10933         * nnimap.el (nnimap-request-move-article): Change folder back to
10934         source group before deleting.
10935
10936 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10939
10940         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10941         mm-url.
10942
10943         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10944
10945 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10948         coding system which mm-charset-to-coding-system returns for a
10949         given charset is valid.
10950
10951 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10952
10953         * html2text.el (html2text-remove-tag-list):
10954         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10955
10956 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10957
10958         * gnus-cus.el: Revert 2005-10-17 change.
10959
10960 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * gnus-art.el (article-strip-banner): Call
10963         article-really-strip-banner only when the regexp match is made.
10964
10965 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * gnus-art.el (article-strip-banner): Use
10968         gnus-extract-address-components instead of
10969         mail-header-parse-addresses to make it work with non-ASCII text;
10970         remove mail-encode-encoded-word-string.
10971
10972         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10973         values which are surrounded with \"...\"; make it never cause a
10974         Lisp error; give up parsing of parameters if it failed in
10975         extracting type.
10976
10977 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10978
10979         * smime.el (smime-cert-by-ldap-1): Fix bug where
10980         `smime-ldap-search' returns results without userCertificates.
10981
10982 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10985
10986 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * spam.el (spam-check-spamassassin-headers): Adapt format for
10989         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10990         <ari@mbf.ocn.ne.jp>.
10991         (spam-list-of-processors): Add spam-use-gmane.
10992
10993 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10996         make-temp-file; make it work with XEmacs as well.
10997
10998         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10999         mm-make-temp-file.
11000
11001         * mm-decode.el (mm-display-external): Use the 3rd arg of
11002         mm-make-temp-file.
11003         (mm-create-image-xemacs): Ditto.
11004
11005 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11008         with message-narrow-to-headers.
11009         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11010         (gnus-draft-check-draft-articles): New function.
11011         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11012
11013 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11014
11015         * gnus-art.el (gnus-article-browse-html-parts):
11016         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11017         Don't use suffix argument for mm-make-temp-file for Emacs 21
11018         compatibility.  Remove useless `format'.
11019
11020 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11021
11022         * nnweb.el (nnweb-google-wash-article): Update regexps.
11023         (nnweb-group-alist): Use defvoo instead of defvar.
11024
11025 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11028         re-loading nn* modules.
11029
11030 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11031
11032         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11033         for `tool-bar-mode' and don't check it's default-value.
11034
11035         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11036
11037         * message.el (message-make-tool-bar): Ditto.
11038
11039         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11040         `substring'.  Shorten tmp-file name.
11041
11042         * gnus.el: Remove bogus comment.
11043
11044 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11045
11046         * gnus-art.el (gnus-article-browse-html-parts): New function.
11047         (gnus-article-browse-html-article): New function for viewing html
11048         articles with a browser.
11049
11050 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11051
11052         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11053         in elisp.
11054         (pgg-gpg-encrypt-symmetric-region): Ditto.
11055         (pgg-gpg-sign-region): Ditto.
11056
11057         * pgg-def.el (pgg-text-mode): New variable.
11058
11059         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11060         (mml2015-pgg-encrypt): Ditto.
11061
11062         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11063         (mml1991-pgg-encrypt): Ditto.
11064
11065 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11068         message-make-date instead of current-time-string.
11069
11070         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11071         to gnus-decoded which mm-uu might set.
11072
11073 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11076         don't decode quoted parameters; remove misimported Emacs code.
11077         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11078         (rfc2231-decode-encoded-string): Don't use split-string which
11079         behaves differently according to Emacs version; use
11080         mm-decode-coding-region to convert charset to coding-system.
11081         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11082         (rfc2231-encode-string): Remove misimported Emacs code.
11083
11084 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11087         when calling mail-header-parse-content-type.
11088         (article-de-quoted-unreadable): Ditto.
11089         (article-de-base64-unreadable): Ditto.
11090         (article-wash-html): Ditto.
11091
11092         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11093         calling mail-header-parse-content-type and
11094         mail-header-parse-content-disposition.
11095         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11096         mail-header-parse-content-type.
11097
11098         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11099         insert charset and format parameters; encode description after
11100         inserting it to buffer.
11101         (mml-insert-parameter): Fold lines properly even if a parameter is
11102         segmented into two or more lines; change the max column to 76.
11103
11104         * rfc1843.el (rfc1843-decode-article-body): Don't use
11105         ignore-errors when calling mail-header-parse-content-type.
11106
11107         * rfc2231.el (rfc2231-parse-string): Return at least type if
11108         possible; don't cause an error even if it fails in parsing of
11109         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11110         (rfc2231-encode-string): Don't break lines at the beginning, leave
11111         it to mml-insert-parameter.
11112
11113         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11114         calling mail-header-parse-content-type.
11115
11116 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * spam-report.el (spam-report-gmane-use-article-number):
11119         Improve doc string.
11120         (spam-report-gmane-internal): Check if a suitable header was found
11121         in the article.
11122
11123 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11126         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11127
11128 2006-02-05  Romain Francoise  <romain@orebokech.com>
11129
11130         Update copyright notices of all files in the gnus directory.
11131
11132 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11133
11134         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11135
11136 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11139         segmented lines of parameter value to cope with Thunderbird 1.5
11140         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11141         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11142         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11143
11144 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11145
11146         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11147         parts.
11148
11149 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11150
11151         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11152         there's only one active file for all servers.
11153         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11154         solid groups.  Gnus might have used a FAST request to select the group.
11155         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11156         and nnweb-search redundantly in the active file.
11157         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11158         (nnweb-request-create-group): Don't use ARGS.
11159         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11160         initialisations.  Let nnoo do the work.
11161
11162 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11165         Say the part has been decoded.
11166
11167         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11168
11169 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11170
11171         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11172         mailcap-viewer-test-cache when there's no 'test clause, since that
11173         will invert the meaning of a "nil" test previously determined by
11174         mailcap-mailcap-entry-passes-test.
11175
11176 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11179         compiling.
11180
11181         * gnus-sum.el: Ditto.
11182
11183         * message.el: Don't bind tool-bar-map when compiling.
11184
11185 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11188
11189 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11190
11191         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11192         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11193         current Google Groups.
11194
11195 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11196
11197         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11198         and tool-bar-mode.
11199
11200         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11201         and tool-bar-mode.
11202
11203         * message.el (message-tool-bar-update): Simplify.
11204         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11205
11206         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11207         gnus-summary-buffer.
11208         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11209         gnus-summary-reply.
11210
11211         * gmm-utils.el (gmm): Add :version.
11212
11213 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * Makefile.in (clean): New rule.
11216         (distclean): Use it.
11217
11218 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11219
11220         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11221         autoload.
11222
11223 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * gmm-utils.el (gmm-verbose): Add :group.
11226
11227 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11228
11229         * message.el: Change some comments WRT tool-bars.
11230
11231         * gnus-sum.el (gnus-summary-tool-bar)
11232         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11233         (gnus-summary-tool-bar-zap-list): New variables.
11234         (gnus-summary-make-tool-bar): Complete rewrite using
11235         `gmm-tool-bar-from-list'.
11236
11237         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11238         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11239         variables.
11240         (gnus-group-make-tool-bar): Complete rewrite using
11241         `gmm-tool-bar-from-list'.
11242         (gnus-group-tool-bar-update): New function.
11243
11244         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11245
11246 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11249         is dissected into a single part of which the type is the same as
11250         the given one; decode charset.
11251
11252 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11253
11254         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11255         into alists as symbol not string, since that's what
11256         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11257         look for.
11258
11259 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11262         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11263
11264         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11265
11266 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11269         (gnus-xmas-mime-security-button-menu): New function.
11270
11271         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11272         (gnus-mime-security-button-menu): New definition.
11273         (gnus-mime-security-button-map): Use them.
11274         (gnus-mime-security-button-menu): New function.
11275         (gnus-insert-mime-security-button): Addition to help echo.
11276         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11277         (gnus-mime-security-pipe-part): New functions.
11278
11279         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11280         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11281
11282         * mm-decode.el (mm-handle-set-disposition): Remove.
11283         (mm-handle-set-description): Remove.
11284
11285 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11288         (mm-w3m-standalone-supports-m17n-p): New function.
11289         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11290         w3m usage.
11291
11292         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11293         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11294
11295 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11296
11297         * message.el (message-tool-bar-zap-list): Use
11298         gmm-tool-bar-zap-list as custom type.
11299         (message-tool-bar-update): New function.
11300         (message-tool-bar, message-tool-bar-gnome)
11301         (message-tool-bar-retro): Add message-tool-bar-update.
11302         (message-tool-bar-gnome): Add flyspell-buffer.
11303
11304         * gnus-util.el (gnus-error): Describe `args'.
11305
11306         * gmm-utils.el (gmm-error): Describe `args'.
11307         (gmm-tool-bar-zap-list): New widget.
11308         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11309
11310 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11313         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11314         the number of recursive calls.
11315
11316         * mm-decode.el (mm-handle-set-disposition): New macro.
11317         (mm-handle-set-description): New macro.
11318
11319 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11322         encoding.
11323
11324 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11325
11326         * message.el (message-tool-bar-zap-list, message-tool-bar)
11327         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11328         (message-tool-bar-local-item-from-menu): Remove.
11329         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11330         (message-make-tool-bar): New function.
11331         (message-mode): Use `message-make-tool-bar'.
11332
11333         * gmm-utils.el: New file.
11334         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11335         (gmm-lazy): New widget copied from `nnmail.el'.
11336         (gmm-tool-bar-from-list): New function for creating customizable
11337         tool bars.
11338         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11339         output.
11340         (gmm): Add :prefix to defgroup.
11341
11342 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11343
11344         * gmm-utils.el (gmm-widget-p): New function.
11345
11346 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11347
11348         * mml.el (mml-attach-file): Describe `description' in doc string.
11349         (mml-menu): Add Emacs MIME manual and PGG manual.
11350
11351 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11352
11353         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11354
11355 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11356
11357         * nntp.el (nntp-end-of-line): Doc fix.
11358
11359 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11360
11361         * imap.el (imap-open): Handle case where buffer is a buffer
11362         object.
11363
11364 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11365
11366         * gnus-delay.el (gnus-delay): Don't autoload.
11367         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11368         to be re-loaded when customizing the `gnus-delay' group.
11369
11370 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11371
11372         * message.el (message-insert-citation-line): Use newlines.
11373
11374 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11375
11376         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11377         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11378         these routines, so the passphrase can be managed externally and
11379         passed in to the system.
11380         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11381         pgg-add-passphrase-to-cache function.
11382
11383         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11384         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11385         these routines, so the passphrase can be managed externally and
11386         passed in to the system.
11387         (pgg-pgp5-sign-region): Use new name of
11388         pgg-add-passphrase-to-cache function.
11389
11390 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11391
11392         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11393         part of the decoded armor to find the key-identifier.
11394         (pgg-gpg-lookup-key-owner): New function to return the
11395         human-readable identifier of a key owner.
11396         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11397         itself.
11398         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11399         the key value) if we have a key and can match it against a secret
11400         key.  Also, added a note pointing out fact that the prompt only
11401         indicates the first matching key.
11402
11403         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11404         pgg-decrypt-region.
11405         (pgg-add-passphrase-to-cache): Rename from
11406         `pgg-add-passphrase-cache' to reduce confusion (all callers
11407         changed).
11408         (pgg-remove-passphrase-from-cache): Rename from
11409         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11410         changed).
11411         (pgg-read-passphrase, pgg-add-passphrase-cache)
11412         (pgg-remove-passphrase-cache): Add informative docstrings.
11413         (pgg-decrypt): Convey provided passphrase in subordinate call to
11414         pgg-decrypt-region.
11415
11416 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11417
11418         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11419         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11420         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11421         'passphrase' argument, so the passphrase can be managed externally
11422         and then passed in to the system.
11423
11424         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11425         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11426         so the passphrase cache can be used reliably with identifiers
11427         besides a pgp packet's key id.
11428
11429         * pgg-gpg.el (pgg-gpg-encrypt-region)
11430         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11431         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11432         these routines, so the passphrase can be managed externally and
11433         passed in to the system.
11434
11435         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11436         'notruncate' argument, so the passphrase cache can be used
11437         reliably with identifiers besides a pgp packet's key id.
11438
11439 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11440
11441         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11442         symmetric encryption.
11443         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11444         encrypted session key.
11445         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11446         message ask for the passphrase in a proper way.
11447
11448         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11449         New user commands for symmetric encryption.
11450
11451 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11454
11455         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11456
11457 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11458
11459         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11460
11461 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * mm-decode.el (mm-inlined-types): Add application/pgp.
11464         (mm-automatic-display): Ditto.
11465
11466         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11467         part as text.
11468
11469 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * nnrss.el: Update copyright.
11472         (nnrss-opml-import): Query whether to subscribe to each entry.
11473
11474         * gnus-art.el:
11475         * gnus-sum.el:
11476         * gnus-xmas.el:
11477         * messagexmas.el:
11478         * mm-uu.el:
11479         * mm-view.el: Update copyright.
11480
11481 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * message.el (message-info): New function.
11484         (message-mode-menu): Add it.
11485         Update copyright.
11486
11487         * ChangeLog: Fix and update copyright.
11488
11489 2006-01-13  Romain Francoise  <romain@orebokech.com>
11490
11491         * message.el (message-forward-subject-name-subject): Prefer the
11492         address to 'nowhere' if the sender has no name.
11493         Fix typo.  Update copyright year.
11494
11495 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * gnus-art.el (article-wash-html): Use
11498         gnus-summary-show-article-charset-alist if a numeric arg is given.
11499         (gnus-article-wash-html-with-w3m-standalone): New function.
11500
11501         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11502         mm-inline-text-html-render-with-w3m-standalone.
11503         (mm-text-html-washer-alist): Map w3m-standalone to
11504         gnus-article-wash-html-with-w3m-standalone.
11505         (mm-inline-text-html-render-with-w3m-standalone): New function.
11506
11507 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11510         Improve LaTeX.
11511
11512 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11515         (nnrss-request-article): Render text/plain parts as HTML.
11516
11517         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11518         the buffer.
11519
11520 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11521
11522         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11523         custom definition of `gnus-posting-styles'.
11524
11525         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11526         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11527
11528 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11529
11530         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11531         Use nntp for bug archive.
11532
11533 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11536         parts.
11537         (nnrss-normalize-date): New function converts ISO 8601 date into
11538         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11539         (nnrss-check-group): Use it.
11540
11541 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11542
11543         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11544
11545         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11546         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11547         (nnrss-insert-w3): Ditto.
11548
11549 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11552         the articles to be forwarded including the case where neither a
11553         number of articles nor a region is specified.
11554
11555 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * nnrss.el (nnrss-request-article): Fix last change; fill
11558         text/plain parts.
11559
11560 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11563         in text/plain part.
11564         (nnrss-check-group): Don't add excessive newline to dc:subject.
11565
11566 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11567
11568         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11569         article.
11570
11571 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11572
11573         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11574         (nnml-use-compressed-files, nnml-save-mail): Support other
11575         comression programs such as bzip2.
11576
11577 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11578
11579         * dns.el (query-dns): Make sure we check the buffer size before
11580         removing tcp headers.
11581
11582 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11585         remove MIME buttons associated with multipart/alternative parts.
11586         (gnus-mime-display-alternative): Tag buttons using `article-type'
11587         text property.
11588
11589         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11590         associated with multipart/alternative parts.
11591
11592         * gnus-art.el (gnus-signature-separator): Fix custom type.
11593
11594         * mm-decode.el (mm-inlined-types): Fix custom type.
11595         (mm-keep-viewer-alive-types): Ditto.
11596         (mm-automatic-display): Ditto.
11597         (mm-attachment-override-types): Ditto.
11598         (mm-inline-override-types): Ditto.
11599         (mm-automatic-external-display): Ditto.
11600
11601 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * spam-report.el (spam-report-user-mail-address)
11604         (spam-report-user-agent): New variables.
11605         (spam-report-url-ping-plain): Use spam-report-user-agent.
11606
11607 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11608
11609         * gnus-art.el (gnus-button-handle-custom): Do not just use
11610         `customize-apropos' for any "M-x customize-*" button but the
11611         function called for.  Accept both the function name and its
11612         argument in order to achieve this.
11613         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11614         function name to `gnus-button-handle-custom' in case of "M-x
11615         customize-*" buttons.
11616
11617 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11620         multipart/alternative and add xref to mm-discouraged-alternatives
11621         in doc string.
11622
11623         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11624         gnus-buttonized-mime-types in doc string.
11625
11626 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11627
11628         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11629         Suggest image/.* in the doc string.
11630
11631 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11632
11633         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11634         message-marks (Debian bug #342521).
11635
11636 2005-12-12  Simon Josefsson  <jas@extundo.com>
11637
11638         * password.el (password-read-from-cache): Add.
11639         (password-read): Use it.
11640
11641 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11644         us-ascii as a MIME charset.
11645
11646         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11647         against the case where the 2nd arg TYPE is nil.
11648
11649 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11650
11651         * pop3.el (pop3-stream-type): Fix custom version.
11652
11653         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11654
11655 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11656
11657         * mm-decode.el (mm-display-external): Add missing cdr.
11658
11659 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11662         RFC1524) if it is in mailcap or add a suffix according to
11663         mailcap-mime-extensions when generating a temp filename; postpone
11664         deleting a temp file for 2 seconds for some wrappers, shell
11665         scripts, and so on, which might exit right after having started a
11666         viewer command as a background job.
11667
11668 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11669
11670         * nntp.el (nntp-marks-directory): Fix custom group.
11671
11672         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11673         steps when < 10.
11674
11675         * gnus-start.el (gnus-no-server-1): Mention
11676         `gnus-level-default-subscribed' in doc string.
11677
11678 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11679
11680         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11681         parens.
11682
11683 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * gnus-xmas.el (gnus-use-toolbar): Revert.
11686         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11687         gnus-use-toolbar is default.
11688
11689         * messagexmas.el (message-use-toolbar): Revert.
11690         (message-setup-toolbar): Use global default-toolbar if
11691         message-use-toolbar is default.
11692
11693 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11696         according to default-toolbar-visible-p.
11697
11698         * messagexmas.el (message-use-toolbar): Ditto.
11699
11700 2005-11-26  Dave Love  <fx@gnu.org>
11701
11702         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11703         (tls-program, tls-success): Provide openssl alternative.
11704
11705         * starttls.el: Doc fixes.
11706         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11707         SERVICE to PORT.
11708
11709         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11710         port null or service name.
11711         (starttls-negotiate): Autoload.
11712
11713 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * message.el (message-kill-to-signature): Fix interactive spec.
11716
11717 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * pop3.el (pop3-open-server): Recognize a string as a service name.
11720
11721 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11722
11723         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11724
11725 2005-11-23  Dave Love  <fx@gnu.org>
11726
11727         Add pop3s, pop3/starttls.
11728
11729         * pop3.el (pop3-authentication-scheme): Clarify doc.
11730         (open-tls-stream, starttls-open-stream): Autoload.
11731         (pop3-stream-type): New.
11732         (pop3-open-server): Use it.
11733
11734         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11735         for POP.
11736         (mail-source-keyword-map): Add :stream for POP.
11737         (mail-source-fetch-pop): Use pop3-stream-type.
11738
11739 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11742         of current-time-string.
11743
11744 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11745
11746         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11747         date header.
11748
11749 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11750
11751         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11752         it can seriously impact performance as it bypasses the agent's
11753         local caches.
11754
11755 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11756
11757         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11758         must be explicitly online rather than "not explicitly offline" for
11759         its flags to be synchronized.
11760
11761         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11762         that gnus-uu-unmark-thread will function correctly.
11763
11764         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11765         1024K is instead displayed as 1M.
11766
11767 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11768
11769         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11770
11771 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11772
11773         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11774
11775 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11776
11777         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11778         error message to display actual error condition.
11779         (gnus-agent-save-local): Avoid saving symbols that are bound to
11780         nil as they simply result in a warning message in
11781         gnus-agent-read-local.
11782
11783 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11786         rather than make-variable-buffer-local for file-precious-flag.
11787
11788 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11789
11790         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11791         for duplicates which are removed.  The invalid sort check then
11792         triggers a rescan after the sort as sorting may have moved
11793         duplicate entries such that they can be cheaply detected.
11794
11795 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11798
11799 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11800
11801         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11802         internal variable to a custom variable.  Changed default value
11803         from compressed(2) to uncompressed(1).
11804         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11805         support for uncompressed agentview files.  Taken together, reading
11806         the agentview file should now be 6-7 times faster.
11807
11808 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11809
11810         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11811         as a buffer-local variable.  This avoids creating truncated
11812         dribble files as a result of a hang up, eg.
11813
11814 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11815
11816         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11817         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11818         XEmacs.
11819
11820 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * gnus-start.el (gnus-start-draft-setup): Enforce
11823         `gnus-draft-mode' for nndraft:drafts at startup.
11824
11825         * gnus.el (gnus-splash): Change custom group.
11826         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11827         allow-list argument.
11828
11829         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11830         string.
11831
11832 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * gnus-art.el (gnus-default-article-saver): Add user-defined
11835         `function' to custom type.
11836
11837 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11838
11839         * imap.el (imap-open): Handle case where buffer is a buffer
11840         object.
11841
11842 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11845         long lines.
11846         (gnus-cache-delete-group): Wrap doc strings.
11847
11848         * gnus-agent.el (gnus-agent-rename-group)
11849         (gnus-agent-delete-group): Wrap doc strings.
11850
11851 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * messagexmas.el (message-use-toolbar): Change the valid values
11854         into default, top, bottom, left, and right.
11855         (message-toolbar-thickness): New variable.
11856         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11857         well.
11858         (message-setup-toolbar): Make it work.
11859
11860         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11861         (gnus-use-toolbar): Change the valid values into default, top,
11862         bottom, left, and right.
11863         (gnus-toolbar-thickness): New variable.
11864         (gnus-xmas-setup-toolbar): New function.
11865         (gnus-xmas-setup-group-toolbar): Use it.
11866         (gnus-xmas-setup-summary-toolbar): Use it.
11867
11868 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869
11870         * gnus-start.el (gnus-1): Add "native" to
11871         gnus-predefined-server-alist.
11872
11873         * gnus.el (gnus-method-to-server): Don't add "native" to the
11874         lists here, because that leads to problems when
11875         gnus-select-method is bound.
11876
11877 2005-11-09  Simon Josefsson  <jas@extundo.com>
11878
11879         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11880         use (not sort-by-date) instead.
11881
11882 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11883
11884         * gnus-delay.el (gnus-delay-group): Don't autoload.
11885         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11886         to be re-loaded when customizing the `gnus-delay' group.
11887
11888 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11889
11890         * message.el: Revert last changes.
11891         (message-insert-citation-line): Use newlines.
11892
11893 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11894
11895         * message.el (message-courtesy-message)
11896         (message-mark-insert-begin, message-mark-insert-end)
11897         (message-elide-ellipsis, message-cancel-message)
11898         (message-add-header, message-change-subject)
11899         (message-cross-post-followup-to-header)
11900         (message-cross-post-insert-note, message-reduce-to-to-cc)
11901         (message-widen-reply, message-delete-not-region)
11902         (message-kill-to-signature, message-insert-signature)
11903         (message-insert-importance-high, message-insert-importance-low)
11904         (message-insert-or-toggle-importance)
11905         (message-insert-disposition-notification-to)
11906         (message-indent-citation, message-yank-original)
11907         (message-cite-original-without-signature, message-cite-original)
11908         (message-insert-citation-line, message-position-on-field)
11909         (message-fix-before-sending, message-send-mail-partially)
11910         (message-send-mail, message-send-mail-with-sendmail)
11911         (message-send-mail-with-qmail, message-send-news)
11912         (message-check-news-header-syntax, message-generate-headers)
11913         (message-insert-courtesy-copy, message-fill-address)
11914         (message-fill-header, message-shorten-references)
11915         (message-setup-1, message-cancel-news)
11916         (message-forward-make-body-plain, message-forward-make-body-mime)
11917         (message-forward-make-body-mml, message-encode-message-body)
11918         (message-forward-make-body-digest-plain)
11919         (message-forward-make-body-digest-mime)
11920         (message-use-alternative-email-as-from): Insert `hard-newline'
11921         instead of ordinary newlines.
11922
11923 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * message.el (message-generate-headers): Downcase the argument
11926         given to message-check-element.
11927
11928 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11929
11930         * nntp.el (nntp-authinfo-rejected): New error condition.
11931         (nntp-wait-for): Use new error condition to signal authentication
11932         error.
11933         (nntp-retrieve-data): Rethrow new error condition to break out of
11934         recursive call to nntp-send-authinfo.
11935
11936 2005-11-08  Romain Francoise  <romain@orebokech.com>
11937
11938         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11939         (gnus-summary-exit-map): Bind to `Z p'.
11940         (gnus-summary-make-menu-bar): Add menu item.
11941
11942 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11945         (gnus-treat-*): Add `first' in all doc strings.
11946
11947         * gnus-group.el (gnus-group-compact-group): Fix typo.
11948
11949 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * gnus.el (gnus-parameters-case-fold-search): New variable.
11952         (gnus-parameters-get-parameter): Use it.
11953
11954         * gnus-score.el (gnus-home-score-file): Doc fix.
11955
11956 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11957
11958         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11959
11960 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * mm-util.el (mm-special-display-p): New function.
11963
11964         * mml.el (mml-preview): Use it; doc fix.
11965
11966 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11967
11968         * imap.el (imap-open): Handle case where buffer is a buffer object.
11969
11970 2005-10-29  Romain Francoise  <romain@orebokech.com>
11971
11972         * message.el (message-fix-before-sending): Fix comment.
11973
11974 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11975
11976         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11977
11978 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11979
11980         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11981         Used in gnus-score.el.
11982
11983 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11986
11987 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11990         whitespace removed in revision 7.8.  Use concatenated string to
11991         protect trailing whitespace.
11992
11993 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11994
11995         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11996         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11997         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11998         Courier IMAP ("some version from 2004").  Mostly based on similar
11999         code in the same function.
12000
12001 2005-10-26  Didier Verna  <didier@xemacs.org>
12002
12003         * gnus-group.el (gnus-group-compact-group): Invalidate original
12004         article buffer.
12005         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12006         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12007         NOV database and in article itself.
12008         Invalidate article backlog.
12009
12010 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12013
12014 2005-10-26  Simon Josefsson  <jas@extundo.com>
12015
12016         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12017         part of 2004-07-25 change.
12018
12019 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * message.el (message-display-completion-list): New function.
12022         (message-expand-group): Use it; make sure the Completions buffer
12023         is modifiable.
12024 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12025
12026         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12027         user-mail-name is an empty string.
12028
12029 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12032         depending on gnus-score-decay-constant.
12033
12034         * encrypt.el (encrypt-insert-file-contents)
12035         (encrypt-write-file-contents): Don't use `gnus-message'.
12036
12037         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12038         arguments.
12039         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12040         arguments to mm-uu-verbatim-marks-extract.
12041         (mm-uu-hide-markers): New variable.
12042         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12043
12044         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12045         (gnus-convert-image-to-face-command): Use "convert" by default to
12046         allow other input image formats.
12047         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12048         accordingly.
12049
12050 2005-10-23  Simon Josefsson  <jas@extundo.com>
12051
12052         * imap.el (imap-gssapi-program): Align command line parameters
12053         with latest GNU SASL.
12054         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12055
12056 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12057
12058         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12059         HTML.
12060         (nnslashdot-request-article): Ditto.
12061
12062         * lpath.el (featurep): Add nobreak-char-display.
12063
12064 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12065
12066         * mail-source.el (mail-source-fetch-pop): Require pop3.
12067         (mail-source-check-pop): Ditto.
12068
12069 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12072         errors.
12073
12074 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12077         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12078
12079         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12080
12081         * mm-bodies.el (mm-decode-string): Call
12082         `mm-charset-to-coding-system' with allow-override argument.
12083
12084 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12087         (rfc2047-charset-to-coding-system): New function.
12088         (rfc2047-decode-encoded-words): New function.
12089         (rfc2047-decode-region): Use them.
12090         (rfc2047-decode-cte): Remove.
12091         (rfc2047-parse-and-decode): Remove.
12092         (rfc2047-decode): Remove.
12093
12094 2005-10-15  Kenichi Handa  <handa@m17n.org>
12095
12096         * rfc2047.el (rfc2047-decode-cte): New function.
12097         (rfc2047-decode-region): Change the way to decode successive
12098         encoded-words: decode B- or Q-encoding in each encoded-word,
12099         concatenate them, and decode it as charset.
12100
12101 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * lpath.el: Fbind codepage-setup for XEmacs.
12104
12105 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12106
12107         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12108         widget-move-and-invoke.
12109         (gnus-custom-mode): Use gnus-custom-map.
12110
12111 2005-10-15  Bill Wohler  <wohler@newt.com>
12112
12113         * message.el (message-tool-bar-map): Renamed image file from
12114         mail_send to mail/send.
12115
12116 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12117
12118         * message.el (message-expand-group): Pass the common
12119         prefix substring of completion to `display-completion-list'.
12120
12121 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * mml-sec.el (mml-secure-method): New internal variable.
12124         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12125         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12126         functions using mml-secure-method.
12127
12128         * mml.el (mml-mode-map): Add key bindings for those functions.
12129         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12130         Harder <harder@myrealbox.com>.
12131         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12132         end of message if point is the headers of the message.
12133
12134         * message.el (message-in-body-p): New function.
12135
12136         * assistant.el: Autoload gnus-util and netrc.
12137
12138         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12139         Use `mm-charset-override-alist' only when decoding.
12140
12141         * mm-bodies.el (mm-decode-body): Call
12142         `mm-charset-to-coding-system' with allow-override argument.
12143
12144         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12145         `filename' from Content-Disposition if Content-Type doesn't
12146         provide `name'.
12147         (gnus-mime-view-part-as-type): Set default instead of
12148         initial-input.
12149
12150 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12151
12152         * format-spec.el (format-spec): Propagate text properties of % spec.
12153
12154 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12155
12156         * gnus-art.el (gnus-treat-predicate): Add `first'.
12157
12158 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12161         (mm-charset-override-alist): New variable.
12162         (mm-charset-to-coding-system): Use it.
12163         (mm-codepage-setup): New helper function.
12164         (mm-charset-eval-alist): New variable.
12165         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12166         about unknown charsets.
12167
12168         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12169
12170 2005-10-04  David Hansen  <david.hansen@gmx.net>
12171
12172         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12173         (nnrss-check-group): Ditto.
12174
12175 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12178         Rename x-gnus-verbatim to x-verbatim.
12179         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12180
12181         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12182         x-verbatim.
12183
12184         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12185
12186         * gnus-util.el (gnus-remove-duplicates): Remove.
12187
12188         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12189         instead of gnus-remove-duplicates.
12190
12191         * message.el (message-remove-duplicates): Remove.
12192         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12193         message-remove-duplicates.
12194
12195         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12196         available, else use implementation from `delete-dups'.
12197
12198         * message.el (message-insert-expires): New function.
12199         (message-mode-map): Add key binding.
12200         (message-mode-field-menu): Add menu entry.
12201         (message-mode): Document it.
12202         (message-make-expires-date): Use `message-make-date'.
12203
12204 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12205
12206         * message.el (message-make-expires-date): New function.
12207
12208 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * Makefile.in (list-installed-shadows): New entry.
12211         (install): Use it.
12212         (remove-installed-shadows): New entry.
12213
12214         * dgnushack.el (dgnushack-default-load-path): New variable.
12215         (dgnushack-find-lisp-shadows): New function.
12216         (dgnushack-remove-lisp-shadows): New function.
12217
12218 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * Makefile.in (install-el-elc): New entry.
12221         (install): Use it so that .el files are necessarily installed.
12222
12223 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12226
12227 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12228
12229         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12230         function rather than the diff-mode.el package.
12231         (mm-display-external): Use with-current-buffer.
12232         (mm-viewer-completion-map, mm-viewer-completion-map):
12233         Move initialization inside declaration.
12234
12235 2005-09-29  Simon Josefsson  <jas@extundo.com>
12236
12237         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12238         autoload mail-check-payment.
12239         (spam-check-hashcash): Define unconditionally, since hashcash.el
12240         is part of Gnus now.  Ignore errors from payment checking.
12241
12242 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12243
12244         * message.el (message-bold-region, message-unbold-region): Rename
12245         from `bold-region' and `unbold-region'.
12246
12247         * message.el: Remove useless autoloads.
12248
12249 2005-09-28  Simon Josefsson  <jas@extundo.com>
12250
12251         * message.el (message-use-idna): Default to t.
12252         (message-use-idna): Test whether encoding works too.  Doc fix.
12253
12254 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12255
12256         * nntp.el (nntp-warn-about-losing-connection): Remove.
12257
12258 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12261         customizable.  Change default value.
12262         (mm-uu-diff-groups-regexp): Change default value.
12263         (mm-uu-type-alist): Add doc string.
12264         (mm-uu-configure): Add doc string.  Make it interactive.
12265         (mm-uu-tex-groups-regexp): New variable.
12266         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12267         (mm-uu-type-alist): Add LaTeX documents.
12268         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12269         of "text/verbatim".
12270         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12271
12272         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12273         instead of "text/verbatim".
12274
12275         * message.el (message-mark-inserted-region)
12276         (message-mark-insert-file): Use slrn style marks when called with
12277         prefix argument.
12278
12279 2005-09-27  Simon Josefsson  <jas@extundo.com>
12280
12281         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12282
12283 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12284
12285         * message.el (message-remove-duplicates): New function.
12286         Implementation borrowed from `gnus-remove-duplicates'.
12287         (message-idna-to-ascii-rhs): Also encode idna addresses in
12288         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12289         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12290         only ask about the same idna domain once per header and also tell
12291         in what header to replace the idna domain.
12292
12293         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12294         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12295         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12296         a header is decoded and not just the last one.
12297
12298 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12301         has been decoded.
12302
12303         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12304         (mm-insert-part): Don't modify text if it has been decoded.
12305
12306         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12307         decoded.
12308
12309         * mm-view.el (mm-inline-text): Don't strip text props unless
12310         decoding enriched or richtext parts.
12311
12312 2005-09-25  Romain Francoise  <romain@orebokech.com>
12313
12314         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12315         * gnus-start.el (gnus-subscribe-interactively):
12316         * gnus-uu.el (gnus-uu-grab-articles):
12317         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12318         space.
12319
12320 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12321
12322         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12323         * mm-view.el (mm-view-pkcs7-decrypt):
12324         * gnus-sum.el (gnus-summary-limit-to-extra)
12325         (gnus-summary-respool-article, gnus-read-move-group-name):
12326         * gnus-score.el (gnus-summary-increase-score):
12327         * gnus-util.el (gnus-completing-read-with-default):
12328         * gnus-art.el (gnus-read-save-file-name)
12329         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12330         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12331         * message.el (message-check-news-header-syntax):
12332         Follow convention for reading with the minibuffer.
12333
12334 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * spam-report.el (spam-report-url-ping-plain):
12337         Use gnus-extended-version as User-Agent.
12338
12339         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12340         default value is nil.
12341
12342         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12343         (mm-uu-verbatim-marks-extract): New function.
12344         (mm-uu-extract): New face.
12345         (mm-uu-copy-to-buffer): Use it.
12346
12347         * spam-report.el (spam-report-gmane-ham): Renamed from
12348         `spam-report-gmane-unspam'.
12349         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12350         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12351
12352         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12353         Autoload.
12354         (spam-report-gmane-unregister-routine): Renamed
12355         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12356
12357 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12358
12359         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12360         (spam-report-gmane-unregister-routine): Add support for gmane
12361         unregistration.
12362
12363         * spam-report.el (spam-report-gmane-unspam)
12364         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12365         (spam-report-gmane): Change to take a single article and do unspam
12366         registration.
12367
12368 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * mm-url.el (mm-url-decode-entities): Fix regexp.
12371
12372 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12373
12374         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12375         default to nil, to be able to use Gnus at all.  If the default
12376         switches to something else, then the function should be fixed not
12377         be exceedingly slow.
12378
12379 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12380
12381         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12382         fail hard.
12383
12384         * spam-report.el: Add better Keywords line.
12385
12386         * spam.el: Add Maintainer and better Keywords line.
12387
12388 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * gnus-art.el (gnus-article-replace-part)
12391         (gnus-mime-replace-part): New functions.
12392         (gnus-mime-action-alist, gnus-mime-button-commands)
12393         (gnus-mime-save-part-and-strip): Added file argument.
12394         (gnus-article-part-wrapper): Added interactive argument.
12395
12396         * gnus-sum.el (gnus-summary-mime-map): Add
12397         `gnus-article-replace-part'.
12398
12399 2005-09-19  Didier Verna  <didier@xemacs.org>
12400
12401         The nnml compaction feature:
12402         * nnml.el (nnml-request-compact-group): New function.
12403         * nnml.el (nnml-request-compact): New function.
12404         * gnus-int.el (gnus-request-compact-group): New function.
12405         * gnus-int.el (gnus-request-compact): New function.
12406         * gnus-group.el (gnus-group-compact-group): New function.
12407         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12408         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12409         * gnus-srvr.el (gnus-server-compact-server): New function.
12410         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12411         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12412
12413 2005-09-18  Deepak Goel  <deego@gnufans.org>
12414
12415         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12416         format spec.
12417
12418 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12421
12422 2005-09-15  Romain Francoise  <romain@orebokech.com>
12423
12424         * message.el (message-fill-paragraph): Clarify docstring.
12425
12426 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * gnus-art.el (gnus-mime-display-part): Protect against broken
12429         MIME messages.
12430
12431 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12434         before parsing header.
12435
12436 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12437
12438         * html2text.el (html2text-replace-list): Add new entities.
12439
12440 2005-09-11  Romain Francoise  <romain@orebokech.com>
12441
12442         * message.el (message-alternative-emails): Improve docstring.
12443         (message-setup-1): Call `message-use-alternative-email-as-from'
12444         after `message-setup-hook' to give it precedence over posting
12445         styles, etc.
12446         (message-use-alternative-email-as-from): Add docstring.  Remove
12447         the original From header if present.
12448
12449         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12450         (nnml-save-mail): Use it.
12451
12452         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12453         articles.  Add new argument `silent'.
12454         (gnus-uu-mark-all): Report the total number of marked articles.
12455
12456 2005-09-10  Romain Francoise  <romain@orebokech.com>
12457
12458         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12459         (gnus-uu-mark-series): Likewise.
12460
12461 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * spam-report.el (spam-report-gmane): Fix generation of spam
12464         report URL.
12465
12466 2005-09-10  Simon Josefsson  <jas@extundo.com>
12467
12468         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12469         t, based on discussion on the ding list with Robert Epprecht
12470         <epprecht@solnet.ch>.
12471
12472 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12473
12474         * spam-report.el (spam-report-gmane): Make it work without
12475         X-Report-Spam header.  Gmane now only provides Archived-At.
12476         This is only used if `spam-report-gmane-use-article-number' is nil.
12477         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12478
12479         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12480         make `gnus-summary-sort-by-recipient' work with threading.
12481
12482         * nnweb.el (nnweb-google-wash-article): Print a message if article
12483         is not available.
12484
12485 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12486
12487         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12488         change.  Decode text/* parts content before displaying.
12489
12490 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12491
12492         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12493
12494 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12495
12496         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12497
12498         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12499         url-package-name, url-package-version,
12500         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12501         w3m-display-inline-images, and w3m-minor-mode-map.
12502
12503 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * message.el (message-tab-body-function): Fix mismatched custom type.
12506
12507         * gnus.el (gnus-group-change-level-function): Ditto.
12508
12509         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12510
12511         * gnus-art.el (gnus-signature-limit)
12512         (gnus-article-mime-part-function): Ditto.
12513
12514 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * mml.el (mml-mode): Silence the byte compiler.
12517
12518         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12519         using `(sit-for 0)' before moving the point to the specified part;
12520         skip unbuttonized parts.
12521         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12522         return to the summary window if gnus-auto-select-part is non-nil.
12523
12524 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12525
12526         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12527         variables.
12528         (mml-dnd-attach-file, mml-mode): Use them.
12529
12530         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12531         Make fetching article by MID work again for Google Groups.  Added
12532         FIXME concerning gnus-group-make-web-group.
12533
12534         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12535         Don't depend on Gnus by using mail-extract-address-components if
12536         gnus-extract-address-components is not bound.
12537
12538 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12539
12540         * gnus-art.el (gnus-mime-display-security): Don't display the
12541         signature, but only the signed part.
12542
12543 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12546
12547         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12548         list, not listp.
12549
12550 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12551
12552         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12553         when encoding.
12554
12555         * mm-bodies.el (mm-decode-content-transfer-encoding):
12556         De-canonicalize CRLF for all text content types, not just
12557         text/plain.
12558
12559 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12562         valid article; point arrow and cursor at the MIME button.
12563
12564 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12567         Suggested by Dan Christensen <jdc@uwo.ca>.
12568
12569         * mm-decode.el (mm-save-part): Enable change of prompt.
12570
12571 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12572
12573         * gnus-msg.el (gnus-inews-add-send-actions): Made
12574         `message-post-method' lambda parameter ARG `&optional'.
12575
12576 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * gnus-sum.el (gnus-summary-mime-map): Added
12579         gnus-article-save-part-and-strip, gnus-article-delete-part and
12580         gnus-article-jump-to-part.
12581
12582         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12583         (gnus-article-edit-part): Use it.
12584         (gnus-article-part-wrapper): Added no-handle argument.
12585         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12586         functions.
12587
12588 2005-08-29  Romain Francoise  <romain@orebokech.com>
12589
12590         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12591         docstring.
12592         (gnus-face-from-file): Likewise.
12593
12594 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12597         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12598         non-nil.
12599         (gnus-auto-select-part): New variable.
12600         (gnus-article-jump-to-part): New function.
12601         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12602         (gnus-mime-delete-part): Allow selecting specified part after
12603         deleting or stripping parts.
12604         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12605         part if argument is bogus.
12606
12607 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12608
12609         * gnus-art.el (w3m-minor-mode-map):
12610         * gnus-spec.el (gnus-newsrc-file-version):
12611         * gnus-util.el (nnmail-active-file-coding-system)
12612         (gnus-original-article-buffer, gnus-user-agent):
12613         * gnus.el (gnus-ham-process-destinations)
12614         (gnus-parameter-ham-marks-alist)
12615         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12616         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12617         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12618         * mm-decode.el (gnus-current-window-configuration):
12619         * mm-extern.el (gnus-article-mime-handles):
12620         * mm-url.el (url-current-object, url-package-name)
12621         (url-package-version):
12622         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12623         (smime-keys, w3m-cid-retrieve-function-alist)
12624         (w3m-current-buffer, w3m-display-inline-images)
12625         (w3m-minor-mode-map):
12626         * mml-smime.el (gnus-extract-address-components):
12627         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12628         (gnus-newsrc-hashtb, message-default-charset)
12629         (message-deletable-headers, message-options)
12630         (message-posting-charset, message-required-mail-headers)
12631         (message-required-news-headers):
12632         * mml1991.el (mc-pgp-always-sign):
12633         * mml2015.el (mc-pgp-always-sign):
12634         * nnheader.el (nnmail-extra-headers):
12635         * rfc1843.el (gnus-decode-encoded-word-function)
12636         (gnus-decode-header-function, gnus-newsgroup-name):
12637         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12638
12639 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12640
12641         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12642         the end of the date treatments.
12643
12644 2005-08-15  Simon Josefsson  <jas@extundo.com>
12645
12646         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12647         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12648         Capello and Romain Francoise.
12649         (pgg-fetch-key-function): Removed, not used?
12650         (pgg-insert-url-with-w3): Require url, to get
12651         url-insert-file-contents regardless of where it is defined.
12652
12653 2005-08-13  Romain Francoise  <romain@orebokech.com>
12654
12655         * message.el (message-cite-original-1): New function.
12656         (message-cite-original): Use it.
12657         (message-cite-original-without-signature): Ditto.
12658
12659 2005-08-08  Romain Francoise  <romain@orebokech.com>
12660
12661         * message.el (message-yank-empty-prefix): New variable.
12662         (message-indent-citation): Use it.
12663         (message-cite-original-without-signature): Respect X-No-Archive.
12664
12665 2005-08-08  Simon Josefsson  <jas@extundo.com>
12666
12667         * pgg.el: Autoload url-insert-file-contents instead of loading
12668         w3/url.
12669         (pgg-insert-url-with-w3): Don't load url here.
12670
12671 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12672
12673         * message.el (message-kill-to-signature): Don't insert newline at
12674         bol.
12675         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12676
12677 2005-08-06  Romain Francoise  <romain@orebokech.com>
12678
12679         * message.el (message-user-fqdn): Fix typo in docstring.
12680
12681 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12682
12683         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12684
12685         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12686
12687 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * mm-bodies.el (mm-encode-body): Use coding system rather than
12690         charset to encode text.
12691
12692         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12693         number of charsets if utf-8 is available (XEmacs).
12694
12695 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12698         taken from `gnus-button-mid-or-mail-regexp'.
12699         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12700         (gnus-button-alist): Improve regexp for domain part of the MIDs
12701         for news:localpart@domain buttons.
12702         (gnus-button-ctan-directory-regexp): Update.
12703
12704 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * sieve-manage.el (sieve-manage-interactive-login): Use
12707         make-local-variable rather than make-variable-buffer-local.
12708         (sieve-manage-open): Ditto.
12709         (sieve-manage-authenticate): Ditto.
12710
12711         * mml.el (mml-generate-mime-1): Make the content type default to
12712         text/plain if the filename is not specified.
12713
12714 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12717         instead of insert-buffer.
12718
12719         * message.el (message-yank-original): Ditto; set the mark at the
12720         end of the yanked message.
12721
12722 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12725         lines to scroll rather than to stop it.
12726
12727         * mml.el (mml-generate-default-type): Add doc string.
12728         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12729         default to application/octet-stream when determining the content
12730         type if it is not specified for the part or the mml contents; add
12731         a comment about mml-generate-default-type.
12732
12733 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12736         make it default to application/octet-stream when determining the
12737         content type if it is not specified for the external contents.
12738
12739 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12742         segmented parameter but also other parameters might be there.
12743
12744 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * mm-decode.el (mm-display-external): Delete temp file, directory
12747         and buffer immediately if the external process is exited.
12748
12749 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12752         fewer lines than that of scroll-margin.
12753         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12754
12755 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * gnus-art.el (gnus-article-next-page): Revert.
12758         (gnus-article-beginning-of-window): New macro.
12759         (gnus-article-next-page-1): Use it.
12760         (gnus-article-prev-page): Ditto.
12761         (gnus-article-edit-part): Use insert-buffer-substring instead of
12762         insert-buffer.
12763         (gnus-article-edit-exit): Ditto.
12764
12765         * gnus-util.el (gnus-beginning-of-window): Remove.
12766         (gnus-end-of-window): Remove.
12767
12768         * lpath.el: Don't bind header-line-format and scroll-margin.
12769
12770 2005-07-25  Simon Josefsson  <jas@extundo.com>
12771
12772         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12773         to have the url package without w3.  Reported by Daiki Ueno
12774         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12775
12776 2005-07-20  Didier Verna  <didier@xemacs.org>
12777
12778         * gnus-diary.el: Remove the description comment (nndiary is now
12779         properly documented in the Gnus manual).
12780         Fix the spelling of "Back End".
12781         * nndiary.el: Ditto.
12782         Fix the copyright notice.
12783
12784 2005-07-18  Romain Francoise  <romain@orebokech.com>
12785
12786         * gnus-sum.el (gnus-summary-to-prefix)
12787         (gnus-summary-newsgroup-prefix): New variables.
12788         (gnus-summary-from-or-to-or-newsgroups): Use them.
12789
12790 2005-07-17  Romain Francoise  <romain@orebokech.com>
12791
12792         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12793         space as it's generally not especially interesting to the user.
12794
12795 2005-07-16  Romain Francoise  <romain@orebokech.com>
12796
12797         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12798         nil to avoid prompting and file modification if one of the
12799         messages at the top of the nnfolder file contains a copyright
12800         notice.
12801         Update copyright notice.
12802
12803         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12804         instead of `current-time-string' as the latter creates a time
12805         string that is not RFC 2822 compliant (it lacks the zone).
12806         Update copyright notice.
12807
12808 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12809
12810         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12811         for text/rtf.  Display default in prompt.  Pass default for M-n.
12812
12813         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12814
12815 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12816
12817         * gnus-msg.el (gnus-button-mailto): Remove
12818         save-selected-window-window hackery because it relies on
12819         save-selected-window internals.
12820
12821 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12824         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12825         (gnus-article-prev-page): Ditto.
12826
12827         * gnus-util.el (gnus-beginning-of-window): New function.
12828         (gnus-end-of-window): New function.
12829
12830         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12831
12832 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12833
12834         * gnus-score.el (gnus-score-edit-all-score): Set
12835         gnus-score-edit-exit-function to gnus-score-edit-done and call
12836         gnus-message.
12837
12838 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12839
12840         * gnus-msg.el (gnus-button-mailto): Remove
12841         save-selected-window-window hackery because it relies on
12842         save-selected-window internals.
12843
12844 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12847         add-minor-mode.
12848         (gnus-binary-mode): Ditto.
12849
12850         * gnus-topic.el (gnus-topic-mode): Ditto.
12851
12852 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12853
12854         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12855         (gnus-article-prev-page): Take scroll-margin into consideration.
12856
12857 2005-07-04  Lute Kamstra  <lute@gnu.org>
12858
12859         Update FSF's address in GPL notices.
12860
12861 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12862
12863         * gnus.el (gnus-exit):
12864         * gnus-group.el (gnus-group-icons):
12865         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12866
12867         * gnus-nocem.el (gnus-nocem):
12868         * message.el (message-various, message-buffers, message-sending)
12869         (message-interface, message-forwarding, message-insertion)
12870         (message-headers, message-news, message-mail):
12871         * pgg-gpg.el (pgg-gpg):
12872         * pgg-parse.el (pgg-parse):
12873         * pgg-pgp.el (pgg-pgp):
12874         * pgg-pgp5.el (pgg-pgp5):
12875         * pop3.el (pop3): Finish `defgroup' description with period.
12876
12877 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-art.el (article-display-face): Improve the efficiency.
12880         (article-display-x-face): Ditto; remove grey x-face stuff.
12881
12882 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * gnus-art.el (article-display-face): Correct the position in
12885         which Faces are inserted.
12886
12887 2005-06-29  Didier Verna  <didier@xemacs.org>
12888
12889         * gnus-art.el (article-display-face): Display faces in correct
12890         order.
12891
12892 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12895         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12896         (gnus-nocem-check-article): Fetch the Type header.
12897         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12898         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12899         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12900         make sure gnus-nocem-hashtb is initialized.
12901         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12902         (gnus-nocem-unwanted-article-p): Ditto.
12903
12904         * pgg.el (pgg-verify): Return the verification result.
12905
12906 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12907
12908         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12909         is ascii.
12910
12911 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12912
12913         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12914         `show-nonbreak-escape'.
12915
12916 2005-06-23  Lute Kamstra  <lute@gnu.org>
12917
12918         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12919
12920         * dig.el (dig-mode):
12921         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12922
12923 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12924
12925         * nnimap.el (nnimap-split-download-body): Fix spellings.
12926
12927 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12928
12929         * gnus-art.el (gnus-article-encrypt-body):
12930         * gnus-cus.el (gnus-score-customize):
12931         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12932         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12933
12934 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12935
12936         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12937         header by looking for magic "MII" at the beginnig.
12938
12939 2005-06-16  Miles Bader  <miles@gnu.org>
12940
12941         * gnus-xmas.el (gnus-xmas-group-startup-message):
12942         Use renamed gnus-splash face.
12943
12944         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12945         (assistant-field-face): New backward-compatibility alias for renamed
12946         face.
12947         (assistant-render-text): Use renamed assistant-field face.
12948
12949         * spam.el (spam): Remove "-face" suffix from face name.
12950         (spam-face): New backward-compatibility alias for renamed face.
12951         (spam-face, spam-initialize): Use renamed spam face.
12952
12953         * message.el (message-header-to, message-header-cc)
12954         (message-header-subject, message-header-newsgroups)
12955         (message-header-other, message-header-name)
12956         (message-header-xheader, message-separator, message-cited-text)
12957         (message-mml): Remove "-face" suffix from face names.
12958         (message-header-to-face, message-header-cc-face)
12959         (message-header-subject-face, message-header-newsgroups-face)
12960         (message-header-other-face, message-header-name-face)
12961         (message-header-xheader-face, message-separator-face)
12962         (message-cited-text-face, message-mml-face):
12963         New backward-compatibility aliases for renamed faces.
12964         (message-font-lock-keywords): Use renamed message faces.
12965
12966         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12967         (sieve-test-commands, sieve-tagged-arguments):
12968         Remove "-face" suffix from face names.
12969         (sieve-control-commands-face, sieve-action-commands-face)
12970         (sieve-test-commands-face, sieve-tagged-arguments-face):
12971         New backward-compatibility aliases for renamed faces.
12972         (sieve-control-commands-face, sieve-action-commands-face)
12973         (sieve-test-commands-face, sieve-tagged-arguments-face):
12974         Use renamed sieve faces.
12975
12976         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12977         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12978         (gnus-group-news-3-empty, gnus-group-news-4)
12979         (gnus-group-news-4-empty, gnus-group-news-5)
12980         (gnus-group-news-5-empty, gnus-group-news-6)
12981         (gnus-group-news-6-empty, gnus-group-news-low)
12982         (gnus-group-news-low-empty, gnus-group-mail-1)
12983         (gnus-group-mail-1-empty, gnus-group-mail-2)
12984         (gnus-group-mail-2-empty, gnus-group-mail-3)
12985         (gnus-group-mail-3-empty, gnus-group-mail-low)
12986         (gnus-group-mail-low-empty, gnus-summary-selected)
12987         (gnus-summary-cancelled, gnus-summary-high-ticked)
12988         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12989         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12990         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12991         (gnus-summary-low-undownloaded)
12992         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12993         (gnus-summary-low-unread, gnus-summary-normal-unread)
12994         (gnus-summary-high-read, gnus-summary-low-read)
12995         (gnus-summary-normal-read, gnus-splash):
12996         Remove "-face" suffix from face names.
12997         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12998         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12999         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13000         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13001         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13002         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13003         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13004         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13005         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13006         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13007         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13008         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13009         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13010         (gnus-summary-normal-ticked-face)
13011         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13012         (gnus-summary-normal-ancient-face)
13013         (gnus-summary-high-undownloaded-face)
13014         (gnus-summary-low-undownloaded-face)
13015         (gnus-summary-normal-undownloaded-face)
13016         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13017         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13018         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13019         (gnus-splash-face):
13020         New backward-compatibility aliases for renamed faces.
13021         (gnus-group-startup-message): Use renamed gnus faces.
13022
13023         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13024         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13025         (gnus-server-agent): Remove "-face" suffix from face names.
13026         (gnus-server-agent-face, gnus-server-opened-face)
13027         (gnus-server-closed-face, gnus-server-denied-face)
13028         (gnus-server-offline-face):
13029         New backward-compatibility aliases for renamed faces.
13030         (gnus-server-agent-face, gnus-server-opened-face)
13031         (gnus-server-closed-face, gnus-server-denied-face)
13032         (gnus-server-offline-face): Use renamed gnus faces.
13033
13034         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13035         Remove "-face" suffix from face names.
13036         (gnus-picon-xbm-face, gnus-picon-face):
13037         New backward-compatibility aliases for renamed faces.
13038
13039         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13040         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13041         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13042         (gnus-cite-11): Remove "-face" suffix from face names.
13043         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13044         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13045         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13046         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13047         New backward-compatibility aliases for renamed faces.
13048         (gnus-cite-attribution-face, gnus-cite-face-list)
13049         (gnus-article-boring-faces): Use renamed gnus faces.
13050
13051         * gnus-art.el (gnus-signature, gnus-header-from)
13052         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13053         (gnus-header-content): Remove "-face" suffix from face names.
13054         (gnus-signature-face, gnus-header-from-face)
13055         (gnus-header-subject-face, gnus-header-newsgroups-face)
13056         (gnus-header-name-face, gnus-header-content-face):
13057         New backward-compatibility aliases for renamed faces.
13058         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13059
13060         * gnus-sum.el (gnus-summary-selected-face)
13061         (gnus-summary-highlight): Use renamed gnus faces.
13062         * gnus-group.el (gnus-group-highlight): Likewise.
13063
13064 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13065
13066         * gnus-sieve.el (gnus-sieve-article-add-rule):
13067         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13068         * spam-stat.el (spam-stat-buffer-change-to-spam)
13069         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13070
13071         * message.el (message-is-yours-p):
13072         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13073
13074 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * mm-view.el (mm-inline-text): Withdraw the last change.
13077
13078 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13081         executing enriched-decode.
13082
13083 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13086         charset of tar files.
13087
13088 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13089
13090         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13091
13092 2005-06-04  Lute Kamstra  <lute@gnu.org>
13093
13094         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13095         information is never recorded.
13096
13097 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13098
13099         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13100
13101 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * pop3.el (pop3-apop): Run md5 in the binary mode.
13104
13105         * starttls.el (starttls-set-process-query-on-exit-flag):
13106         Use eval-and-compile.
13107
13108 2005-05-31  Simon Josefsson  <jas@extundo.com>
13109
13110         * smime.el (smime-replace-in-string): Define.
13111         (smime-cert-by-ldap-1): Use it.
13112
13113 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * gnus-art.el (article-display-x-face): Replace
13116         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13117
13118         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13119         set-process-query-on-exit-flag or process-kill-without-query.
13120
13121         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13122         loop instead of replace-regexp.
13123
13124         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13125         instead of process-kill-without-query if it is available.
13126
13127         * lpath.el: Fbind ldap-search-entries.
13128
13129         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13130         instead of find-file-hooks if it is available.
13131
13132         * mml1991.el: Bind pgg-default-user-id when compiling.
13133
13134         * mml2015.el: Bind pgg-default-user-id when compiling.
13135
13136         * nndraft.el (nndraft-request-associate-buffer):
13137         Use write-contents-functions instead of write-contents-hooks if it is
13138         available.
13139
13140         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13141         instead of find-file-hooks if it is available.
13142
13143         * nntp.el (nntp-open-connection): Replace
13144         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13145         (nntp-open-ssl-stream): Ditto.
13146         (nntp-open-tls-stream): Ditto.
13147
13148         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13149         set-process-query-on-exit-flag or process-kill-without-query.
13150         (starttls-open-stream-gnutls): Use it instead of
13151         process-kill-without-query.
13152         (starttls-open-stream): Ditto.
13153
13154 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13155
13156         * smime.el (smime-cert-by-ldap-1): Don't use
13157         replace-regexp-in-string.
13158
13159 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13160
13161         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13162
13163         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13164         in PEM format.  Adjust to the XEmacs compability.
13165
13166 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13169         by `string-to-number'.
13170         * gnus-agent.el (gnus-agent-regenerate-group)
13171         (gnus-agent-fetch-articles): Ditto.
13172         * gnus-art.el (gnus-button-fetch-group): Ditto.
13173         * gnus-cache.el (gnus-cache-generate-active)
13174         (gnus-cache-articles-in-group): Ditto.
13175         * gnus-group.el (gnus-group-set-current-level)
13176         (gnus-group-insert-group-line): Ditto.
13177         * gnus-score.el (gnus-score-set-expunge-below)
13178         (gnus-score-set-mark-below, gnus-summary-score-effect)
13179         (gnus-summary-score-entry): Ditto.
13180         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13181         (gnus-soup-pack): Ditto.
13182         * gnus-spec.el (gnus-xmas-format): Ditto.
13183         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13184         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13185         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13186         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13187         * nndb.el (nndb-get-remote-expire-response): Ditto.
13188         * nndiary.el (nndiary-parse-schedule-value)
13189         (nndiary-string-to-number, nndiary-request-replace-article)
13190         (nndiary-request-article): Ditto.
13191         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13192         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13193         * nneething.el (nneething-make-head): Ditto.
13194         * nnfolder.el (nnfolder-request-article)
13195         (nnfolder-retrieve-headers): Ditto.
13196         * nnheader.el (nnheader-file-to-number): Ditto.
13197         * nnkiboze.el (nnkiboze-request-article): Ditto.
13198         * nnmail.el (nnmail-process-unix-mail-format)
13199         (nnmail-process-babyl-mail-format): Ditto.
13200         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13201         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13202         (nnmh-request-create-group, nnmh-request-list-1)
13203         (nnmh-request-group, nnmh-request-article): Ditto.
13204         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13205         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13206         * nnsoup.el (nnsoup-make-active): Ditto.
13207         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13208         * nntp.el (nntp-find-group-and-number)
13209         (nntp-retrieve-headers-with-xover): Ditto.
13210         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13211         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13212         (pgg-format-key-identifier): Ditto.
13213         * pop3.el (pop3-last, pop3-stat): Ditto.
13214         * qp.el (quoted-printable-decode-region): Ditto.
13215
13216         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13217         of concat.
13218
13219 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13222
13223         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13224
13225         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13226
13227         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13228
13229         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13230
13231         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13232
13233         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13234         (gnus-carpal-mode): Ditto.
13235
13236         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13237         (gnus-browse-mode): Ditto.
13238
13239         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13240
13241         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13242
13243 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13244
13245         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13246
13247 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * gnus-util.el (gnus-run-mode-hooks): New function.
13250
13251         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13252
13253         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13254         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13255
13256 2005-05-27  Lute Kamstra  <lute@gnu.org>
13257
13258         * dns-mode.el (dns-mode): Specify customization group.
13259
13260 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13261
13262         * gnus-agent.el (gnus-agent-make-mode-line-string):
13263         Use mode-line-highlight as mouse-face.
13264
13265 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * canlock.el (canlock): Change the parent group to news.
13268
13269         * deuglify.el (gnus-outlook-deuglify): Add :group.
13270
13271         * dig.el (dig): Add :group.
13272
13273         * dns-mode.el (dns-mode): Add :group.
13274
13275         * encrypt.el (encrypt): Add :group.
13276
13277         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13278         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13279         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13280         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13281         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13282
13283         * gnus-diary.el (gnus-diary): Add :group.
13284
13285         * gnus.el (gnus-group-news-1-face): Add :group.
13286         (gnus-group-news-1-empty-face): Ditto.
13287         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13288         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13289         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13290         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13291         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13292         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13293         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13294         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13295         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13296         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13297         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13298         (gnus-summary-high-ticked-face): Ditto.
13299         (gnus-summary-low-ticked-face): Ditto.
13300         (gnus-summary-normal-ticked-face): Ditto.
13301         (gnus-summary-high-ancient-face): Ditto.
13302         (gnus-summary-low-ancient-face): Ditto.
13303         (gnus-summary-normal-ancient-face): Ditto.
13304         (gnus-summary-high-undownloaded-face): Ditto.
13305         (gnus-summary-low-undownloaded-face): Ditto.
13306         (gnus-summary-normal-undownloaded-face): Ditto.
13307         (gnus-summary-high-unread-face): Ditto.
13308         (gnus-summary-low-unread-face): Ditto.
13309         (gnus-summary-normal-unread-face): Ditto.
13310         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13311         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13312
13313         * hashcash.el (hashcash): New custom group.
13314         (hashcash-default-payment): Add :group.
13315         (hashcash-payment-alist): Ditto.
13316         (hashcash-default-accept-payment): Ditto.
13317         (hashcash-accept-resources): Ditto.
13318         (hashcash-path): Ditto.
13319         (hashcash-extra-generate-parameters): Ditto.
13320         (hashcash-double-spend-database): Ditto.
13321         (hashcash-in-news): Ditto.
13322
13323         * message.el (message-minibuffer-local-map): Add :group.
13324
13325         * netrc.el (netrc): Add :group.
13326
13327         * sieve-manage.el (sieve-manage-log): Add :group.
13328         (sieve-manage-default-user): Diito.
13329         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13330         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13331         (sieve-manage-authenticators): Ditto.
13332         (sieve-manage-authenticator-alist): Ditto.
13333         (sieve-manage-default-port): Ditto.
13334
13335         * sieve-mode.el (sieve-control-commands-face): Add :group.
13336         (sieve-action-commands-face): Ditto.
13337         (sieve-test-commands-face): Ditto.
13338         (sieve-tagged-arguments-face): Ditto.
13339
13340         * smime.el (smime): Add :group.
13341
13342         * spam-report.el (spam-report): Add :group.
13343
13344         * spam.el (spam, spam-face): Add :group.
13345
13346 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13347
13348         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13349         return \n.\n.\n at the end of articles.  Protect against that.
13350         (nntp-with-open-group): Allow debugging.
13351
13352         * nnheader.el (mail-header-set-extra): Make into a function
13353         because I just could't understand how to quote the list properly.
13354
13355         * dns.el (query-dns-cached): New function.
13356
13357 2005-05-26  Lute Kamstra  <lute@gnu.org>
13358
13359         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13360
13361 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13364
13365         * gnus-art.el: Don't autoload mail-extract-address-components.
13366
13367         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13368         eval-and-compile to evaluate it.
13369
13370         * hashcash.el: Don't autoload executable-find.
13371
13372         * nndb.el: Don't declare the nndb back end two or more times; don't
13373         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13374
13375         * nntp.el: Autoload format-spec instead of format; use
13376         eval-and-compile to evaluate autoload forms.
13377
13378 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13379
13380         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13381
13382 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13383
13384         * gnus.el (gnus-version-number): Bump version.
13385
13386 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13387
13388         * gnus.el: No Gnus v0.3 is released.
13389
13390 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13391
13392         * lpath.el (featurep): Bind show-nonbreak-escape.
13393
13394 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-art.el (gnus-article-edit-part): Disable undo.
13397
13398 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13401         gnus-article-date-lapsed-new-header is t if date timer is active;
13402         skip headers in which the original date value is empty.
13403         (gnus-article-save-original-date): Redefine it as a macro.
13404         (gnus-display-mime): Use it.
13405
13406 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * gnus-art.el (article-date-ut): Support converting date in
13409         forwarded parts as well.
13410         (gnus-article-save-original-date): New function.
13411         (gnus-display-mime): Use it.
13412
13413 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13414
13415         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13416         enclosure element of <item>.
13417
13418 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13419
13420         * message.el (message-kill-buffer-query): Renamed from
13421         `message-kill-buffer-query-if-modified'.  Added :version.
13422
13423 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13426         window layout.
13427
13428 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * mml.el: Autoload dnd when compiling.
13431
13432 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13433
13434         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13435         x-dnd-*.
13436
13437 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * qp.el (quoted-printable-encode-region): Save excursion.
13440
13441 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13442
13443         * message.el (message-kill-buffer-query-if-modified): Add new variable
13444         so the user can kill a modified message buffer quickly.
13445         (message-kill-buffer): Use it.
13446
13447 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * lpath.el: Fbind display-time-event-handler; don't fbind
13450         string-to-multibyte.
13451
13452         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13453
13454 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13455
13456         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13457         contained in text because xml.el decodes entities) with LFs.
13458
13459 2005-04-11  Lute Kamstra  <lute@gnu.org>
13460
13461         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13462         differently.
13463
13464 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13465
13466         * mm-util.el (mm-detect-coding-region): Typo.
13467
13468 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13471
13472 2005-04-06  Deepak Goel  <deego@gnufans.org>
13473
13474         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13475         user-function allow user modifications of the scores.
13476         (spam-stat-score-buffer-user): New function, to allow
13477         user-computed modifications to the score.
13478         (spam-stat-score-buffer-user-functions): List of additional
13479         scoring functions.
13480         (spam-stat-error-holder): Global temporary error holder.
13481         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13482         variable.
13483
13484 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13485
13486         * gnus-registry.el (gnus-registry-clean-empty-function)
13487         (gnus-registry-trim, gnus-registry-fetch-groups)
13488         (gnus-registry-delete-group): Groups that match
13489         `gnus-registry-ignored-groups' are removed from the registry
13490         entries, not just ignored for splitting.  This helps clean up the
13491         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13492         to get all the groups a message ID is in.
13493
13494         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13495         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13496         (spam-stat-score-buffer-user-functions): Add :number custom type.
13497
13498 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13501         argument in XEmacs.
13502
13503         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13504         (nnrss-request-group): Decode group name first.
13505         (nnrss-request-article): Make a text/plain article if mml-to-mime
13506         failed.
13507         (nnrss-get-encoding): Return a compatible encoding according to
13508         nnrss-compatible-encoding-alist.
13509         (nnrss-find-el): Use consp instead of listp.
13510         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13511
13512 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13515         which Emacs 20 doesn't support.
13516         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13517
13518 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13519
13520         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13521         silence the byte compiler inside the defun.
13522
13523         * gnus-demon.el (parse-time-string): Add autoload.
13524
13525         * gnus-delay.el (parse-time-string): Add autoload.
13526
13527         * gnus-art.el (parse-time-string): Add autoload.
13528
13529         * nnultimate.el (parse-time): Require for `parse-time-string'.
13530
13531 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13534
13535         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13536
13537         * smime.el (smime-ldap-host-list): Add :version.
13538
13539 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13542         pass it to `gnus-browse-read-group'.
13543         (gnus-browse-read-group): Add NUMBER argument and pass it to
13544         `gnus-group-read-ephemeral-group'.
13545
13546         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13547         argument and pass it to `gnus-group-read-group'.
13548
13549 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13550
13551         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13552         mm-xemacs-find-mime-charset-1 if we have the mule feature
13553         available at runtime.
13554
13555 2005-03-25  Werner Lemberg  <wl@gnu.org>
13556
13557         * nnmaildir.el: Replace `illegal' with `invalid'.
13558
13559 2005-03-23  Lute Kamstra  <lute@gnu.org>
13560
13561         * time-date.el: Add comment on time value formats.
13562         Don't require parse-time.
13563         (with-decoded-time-value): New macro.
13564         (encode-time-value): New function.
13565         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13566         (days-to-time): Return a valid time value when arg is huge.
13567         (time-since): Use time-subtract.
13568         (time-to-number-of-days): Use time-to-seconds.
13569
13570 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13571
13572         * gnus-start.el (gnus-display-time-event-handler):
13573         Check display-time-timer at runtime rather than only at load time
13574         in case display-time-mode is turned off in the mean time.
13575
13576 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13577
13578         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13579         used.
13580
13581         * nneething.el (nneething-map-file-directory): Derive from
13582         `gnus-directory'.
13583
13584         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13585         the To/Cc button.
13586
13587 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * nnmaildir.el (nnmaildir-request-accept-article):
13590         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13591
13592 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13593
13594         * gnus-async.el: Require timer-funcs at compile time when in
13595         XEmacs for `run-with-idle-timer'.
13596
13597 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13598
13599         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13600         autoloaded function.
13601
13602 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13603
13604         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13605
13606 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13607
13608         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13609
13610 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13611
13612         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13613         gnus-expert-user to default.
13614
13615 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13616
13617         * nnimap.el (nnimap-open-server): Ditto.
13618
13619         * imap.el (imap-authenticate): Fix typo.
13620
13621 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13622
13623         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13624         buffer (since IMAP server might return FETCH response out of
13625         order, and the nntp buffer must be sorted).
13626
13627 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13628
13629         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13630         comparison on string.
13631
13632         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13633         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13634         (gnus-agent-summary-fetch-series): Modified to protect against
13635         gnus-agent-summary-fetch-group clearing processable flags.
13636         (gnus-agent-synchronize-group-flags): Update live group buffer as
13637         synchronization may occur due to the user toggle the plugged
13638         status.
13639         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13640         successfully downloaded.
13641         (gnus-agent-expire-group-1): Avoid using markers when the overview
13642         is in ascending order; greatly improves performance.
13643         (gnus-agent-regenerate-group): Use
13644         gnus-agent-synchronize-group-flags to reset read status in both
13645         gnus and server.
13646         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13647
13648 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13649
13650         * message.el: Don't autoload former message-utils variables.
13651         (message-strip-subject-trailing-was): Change doc string.
13652
13653         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13654         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13655         (nnweb-google-search): Add "hl=en" here.
13656         (nnweb-google-parse-1, nnweb-google-create-mapping):
13657         Don't hardcode URL.
13658
13659 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * message.el (message-get-reply-headers, message-followup):
13662         Mention related variables `message-use-followup-to' and
13663         `message-use-mail-followup-to', in the information buffer.
13664
13665         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13666         of broken groups(-beta).google.com.
13667
13668 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13669
13670         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13671         parameter to invoked gnus-request-move-article; remove the
13672         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13673         all at once instead of once per article.
13674         (gnus-summary-remove-process-mark): Accept a list of articles as
13675         well as a single article for processing.
13676
13677         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13678         parameter.
13679
13680         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13681
13682         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13683
13684         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13685         parameter.
13686
13687         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13688         parameter.
13689
13690         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13691         parameter and remove the gnus-sum-hint-move-is-internal variable.
13692
13693         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13694         parameter.
13695
13696         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13697         parameter.
13698
13699         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13700         parameter.
13701
13702         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13703
13704         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13705         parameter.
13706
13707         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13708         parameter.
13709
13710 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13711
13712         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13713         a more conservative way.
13714
13715 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13716
13717         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13718         buffer, so it moves the window's cursor.
13719
13720 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13721
13722         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13723         `mm-dissect-multipart' and receive the from field as an (optional)
13724         argument from `mm-dissect-multipart'.
13725         (mm-dissect-multipart): Receive the from field as an argument and
13726         pass it on when we call `mm-dissect-buffer' on MIME parts.
13727         Fixes verification/decryption of signed/encrypted MIME parts.
13728
13729 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13730
13731         * gnus-sum.el (gnus-summary-move-article): Set
13732         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13733         whatever it calls (right now, only nnimap-request-move article
13734         respects it).
13735
13736         * nnimap.el (nnimap-request-move-article): When
13737         gnus-sum-hint-move-is-internal is set, don't do the extra
13738         nnimap-request-article.
13739
13740 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13741
13742         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13743
13744         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13745         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13746
13747         * gnus-sum.el (gnus-summary-caesar-message):
13748         Apply `gnus-treat-article' after rotation.
13749
13750         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13751         doc string.
13752
13753 2005-02-22  Simon Josefsson  <jas@extundo.com>
13754
13755         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13756         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13757         <arne@arnested.dk>.
13758         (encrypt): Add password-cache and password-cache-expiry as group
13759         members.
13760
13761 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13762
13763         * smime.el (smime-ldap-host-list): Doc fix.
13764         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13765         cache) password.
13766         (smime-sign-region): Use it.
13767         (smime-decrypt-region): Use it.
13768         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13769         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13770         fails.
13771         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13772         certificate from DER to PEM format rather than calling openssl.
13773
13774         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13775
13776         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13777         for signing/encryption.
13778
13779         * mml.el (mml-parse-1): Use them.
13780
13781 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13782
13783         * nnrss.el (nnrss-verbose): Removed.
13784         (nnrss-request-group): Use `nnheader-message' instead.
13785
13786 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13787
13788         * nnrss.el (nnrss-verbose): New variable.
13789         (nnrss-request-group): Make it say nnrss is requesting a group.
13790
13791 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13794         Handle news URL with given port correctly.
13795
13796 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13799         containing special characters.
13800
13801         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13802
13803         * mml.el (mime-to-mml): Ditto.
13804
13805         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13806         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13807         (rfc2047-decode-region): Quote decoded words containing special
13808         characters when rfc2047-quote-decoded-words-containing-tspecials
13809         is non-nil.
13810
13811 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13812
13813         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13814
13815         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13816
13817 2005-02-15  Simon Josefsson  <jas@extundo.com>
13818
13819         * nnimap.el (nnimap-debug): Doc fix.
13820
13821         * imap.el (imap-debug): Doc fix.
13822
13823 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13826
13827 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13828
13829         * gnus.el (spam-contents): Improve docs for spam-contents
13830         parameter in its variable incarnation.
13831
13832 2005-02-14  Simon Josefsson  <jas@extundo.com>
13833
13834         * smime-ldap.el: Use require instead of load-library for ldap.
13835         (smime-ldap-search): Indent.
13836         (smime-ldap-search-internal): Shorten line.
13837
13838         * smime.el (smime-cert-by-dns): Add doc-string.
13839         (smime-cert-by-ldap-1): Indent.
13840
13841         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13842         mml-smime-get-dns-ldap.
13843         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13844
13845 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13846
13847         * smime.el: Require smime-ldap.
13848         (smime-ldap-host-list): New variable.
13849         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13850
13851         * mml-smime.el (mml-smime-encrypt-query): New function.
13852         (mml-smime-encrypt-query): Use it.
13853
13854         * smime-ldap.el: New file.
13855
13856 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13859
13860 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13863         argument in doc string.  Make query for type more clear.
13864
13865 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13866
13867         * gnus.el (gnus-group-startup-message): Search for gnus images in
13868         etc/images/gnus.
13869         * mm-util.el (mm-image-load-path): Likewise.
13870         * smiley.el (smiley-data-directory): Search for smilies in
13871         etc/images/smilies.
13872
13873 2005-02-09  Kim F. Storm  <storm@cua.dk>
13874
13875         Change Emacs release version from 21.4 to 22.1 throughout.
13876         Change Emacs development version from 21.3.50 to 22.0.50.
13877
13878 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13881
13882         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13883         non-Mule XEmacs as well.
13884         (mm-decompress-buffer): Signal an error intentionally if it does
13885         not decompress compressed data because auto-compression-mode is
13886         disabled.
13887
13888 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13889
13890         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13891         an ID in the registry even if it has no groups.
13892
13893 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13896         merge it into mm-decompress-buffer.
13897         (gnus-mime-copy-part): Use the MIME part charset, the value which
13898         a user specified or gnus-newsgroup-charset for decoding, like
13899         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13900         save-buffer what was used.  Suggested by Kevin Ryde
13901         <user42@zip.com.au>.
13902         (gnus-mime-inline-part): Allow the name parameter as well as the
13903         filename parameter; force decompressing of compressed data; always
13904         display contents being not decoded as unibyte.
13905
13906         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13907         as well as the filename parameter.
13908
13909         * mm-util.el (mm-decompress-buffer): Merge
13910         gnus-mime-jka-compr-maybe-uncompress.
13911         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13912         of compressed data.
13913
13914 2005-02-08  Simon Josefsson  <jas@extundo.com>
13915
13916         * imap.el (imap-log): Doc fix.
13917
13918 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13921         the coding cookies; decompress compressed parts.
13922
13923         * mml.el (mml-generate-mime-1): Add the charset parameter according
13924         to the value which a user specified manually or the coding cookie.
13925
13926         * mm-util.el (mm-string-to-multibyte): New function.
13927         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13928         (mm-coding-system-to-mime-charset): New function.
13929         (mm-decompress-buffer): New function.
13930         (mm-find-buffer-file-coding-system): New function.
13931
13932         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13933         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13934         parts.
13935
13936 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13937
13938         * mm-view.el (mm-display-inline-fontify): Decode a part according
13939         to the charset parameter.
13940
13941 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13944         prefix arg is neither nil nor a number, as info specifies.
13945
13946 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13949         timestamps.
13950
13951 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13952
13953         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13954         groups error checking and notify user.
13955
13956 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13957
13958         * message.el (message-send-mail-function): Check existence of
13959         sendmail-program first before using default value
13960         `message-send-mail-with-sendmail'.  Otherwise use more generic
13961         `smtpmail-send-it'.
13962
13963 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * nntp.el (nntp-request-update-info): Always return nil.
13966
13967 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13968
13969         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13970
13971 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13972
13973         * message.el (message-beginning-of-line): Change the behavior when
13974         invoked between BOL and : so that it first moves backward.
13975
13976 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13979         article buffer when editing of the article is discarded.
13980         (gnus-article-prepare): Revert.
13981
13982 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus-art.el (gnus-article-prepare):
13985         Remove message-strip-forbidden-properties from the local hook.
13986
13987 2005-01-27  Simon Josefsson  <jas@extundo.com>
13988
13989         * password.el (password-cache-add): Only start one timer per key.
13990         Reported by Derek Atkins <warlord@MIT.EDU>.
13991
13992 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13993
13994         * run-at-time.el: Removed.  It is no longer needed as
13995         timer-funcs.el in the xemacs-base package has a working version of
13996         `run-at-time'.
13997
13998         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13999
14000         * password.el: Require timer-funcs instead of run-at-time in
14001         XEmacs.
14002         Remove `password-run-at-time' macro.
14003         (password-cache-add): Use `run-at-time' instead of
14004         `password-run-at-time'.
14005
14006         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14007         Remove `nnheader-cancel-function-timers' alias,
14008         `cancel-function-timers' exists in XEmacs in timer-funcs.
14009
14010         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14011         for `run-with-idle-timer'.
14012
14013         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14014         for `run-at-time'.
14015
14016         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14017         for `with-timeout'.
14018
14019         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14020         the same as for XEmacs 21.4.
14021         No need to ignore `run-with-idle-timer', this function exists in
14022         XEmacs now in timer-funcs.el in the xemacs-base package.
14023         (dgnushack-compile): No need to delete
14024         run-at-time.el from the list of files to compile because it
14025         doesn't exist anymore.
14026
14027 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14030         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14031
14032 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14033
14034         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14035         sensitively.
14036
14037 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14038
14039         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14040
14041 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14044         which will be inserted according to the multibyteness of a buffer
14045         rather than the type of contents.  Suggested by ARISAWA Akihiro
14046         <ari@mbf.ocn.ne.jp>.
14047
14048         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14049         of string which old xml.el may return rather than a string.
14050
14051 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14054
14055 2005-01-16  Simon Josefsson  <jas@extundo.com>
14056
14057         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14058         idn/idna.el isn't available.
14059         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14060         <michael@waxrat.com>.
14061
14062         * hashcash.el: Remove non-FSF copyright header.
14063
14064         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14065         (hashcash-generate-payment): Use it.
14066         (hashcash-generate-payment-async): Use it.
14067
14068 2005-01-15  Simon Josefsson  <jas@extundo.com>
14069
14070         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14071         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14072
14073         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14074         gnus-summary-idna-message.
14075         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14076         (gnus-summary-idna-message): New function.
14077
14078 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14079
14080         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14081         gnus-novice-user.
14082
14083 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * nnrss.el (nnrss-request-delete-group): Delete entries in
14086         nnrss-group-alist as well.
14087         (nnrss-save-server-data): Insert newline.
14088
14089 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * gnus.el (gnus-user-agent): Use list of symbols instead of
14092         symbols.  Display full version number for (S)XEmacs.  Optionally
14093         display (S)XEmacs codename.
14094
14095         * gnus-util.el (gnus-emacs-version): Update for new
14096         `gnus-user-agent'.
14097
14098         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14099         Gnus version.
14100
14101 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14102
14103         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14104         which is unreadable in some setups.
14105
14106 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * gnus-spec.el (gnus-update-format-specifications): Flush the
14109         group format spec cache if it doesn't support decoded group names.
14110
14111 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14112
14113         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14114         Allow to apply decay on score files matching a regexp.
14115
14116 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14117
14118         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14119         compatibility in %g and %c.
14120
14121 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14122
14123         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14124         name for only %g and %c.
14125         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14126         of gnus-tmp-group to decoded group name.
14127         (gnus-group-make-rss-group): Exclude `/'s from group names.
14128
14129 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * nnrss.el (nnrss-get-encoding): Fix regexp.
14132
14133 2004-12-27  Simon Josefsson  <jas@extundo.com>
14134
14135         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14136         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14137         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14138
14139 2004-12-17  Kim F. Storm  <storm@cua.dk>
14140
14141         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14142
14143         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14144
14145 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14146
14147         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14148
14149 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * nnrss.el: Require rfc2047 and mml.
14152         (nnrss-file-coding-system): New variable.
14153         (nnrss-format-string): Redefine it as an inline function.
14154         (nnrss-decode-group-name): New function.
14155         (nnrss-string-as-multibyte): Remove.
14156         (nnrss-retrieve-headers): Decode group name; don't use
14157         nnrss-format-string.
14158         (nnrss-request-group): Decode group name.
14159         (nnrss-request-article): Decode group name; allow a Message-ID as
14160         well as an article number; don't use nnrss-format-string; encode a
14161         Message-ID string which may contain non-ASCII characters; use
14162         mml-to-mime to compose a MIME article.
14163         (nnrss-request-expire-articles): Decode group name.
14164         (nnrss-request-delete-group): Decode group name.
14165         (nnrss-fetch): Clarify error message.
14166         (nnrss-read-server-data): Use insert-file-contents instead of load;
14167         bind file-name-coding-system; use multibyte buffer.
14168         (nnrss-save-server-data): Bind coding-system-for-write to the
14169         value of nnrss-file-coding-system; bind file-name-coding-system;
14170         add coding cookie.
14171         (nnrss-read-group-data): Use insert-file-contents instead of load;
14172         bind file-name-coding-system; use multibyte buffer.
14173         (nnrss-save-group-data): Bind coding-system-for-write to the
14174         value of nnrss-file-coding-system; bind file-name-coding-system.
14175         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14176         make it work with non-ASCII text.
14177         (nnrss-find-el): Make it work with old xml.el as well.
14178
14179 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14180
14181         * nnrss.el (nnrss-get-encoding): New function.
14182         (nnrss-fetch): Use unibyte buffer initially; bind
14183         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14184         decode contents according to the encoding attribute.
14185         (nnrss-save-group-data): Add coding cookie.
14186         (nnrss-mime-encode-string): New function.
14187         (nnrss-check-group): Use it to encode subject and author.
14188
14189 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14190
14191         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14192         imaginary variable.
14193
14194 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14195
14196         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14197         correctly even if there are wide characters.
14198
14199 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14200
14201         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14202         downcased symbol names; make a new cache instead of reusing
14203         bbdb-hashtable.
14204
14205 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14208         concatenating segments rather than before concatenating them.
14209         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14210
14211         * message.el (message-get-reply-headers): Bind `extra'.
14212
14213 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14214
14215         * message.el (message-extra-wide-headers): New variable.
14216         (message-get-reply-headers): Use it.
14217
14218 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14221         (gnus-agent-group-pathname): Ditto.
14222
14223         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14224
14225         * gnus-group.el (gnus-group-make-group): Decode group name.
14226         (gnus-group-make-rss-group): Register the group data after opening
14227         the nnrss group.
14228
14229 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14230
14231         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14232         by expiry now get marked as read.
14233
14234 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14237
14238 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14239
14240         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14241         unify Latin characters in XEmacs.
14242         (mm-find-mime-charset-region): Use it.
14243
14244 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-util.el (gnus-delete-directory): New function.
14247
14248         * gnus-agent.el (gnus-agent-delete-group): Use it.
14249
14250         * gnus-cache.el (gnus-cache-delete-group): Use it.
14251
14252 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14255         names.
14256
14257 2004-12-16  Simon Josefsson  <jas@extundo.com>
14258
14259         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14260
14261 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14264
14265         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14266         (gnus-group-set-current-level): Decode group name.
14267
14268 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14269
14270         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14271         failed.
14272
14273 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-group.el (gnus-group-delete-group): Decode group name.
14276         (gnus-group-make-rss-group): Encode group name.
14277         (gnus-group-catchup-current): Decode group name.
14278         (gnus-group-kill-group): Decode group name.
14279
14280 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14281
14282         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14283
14284 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * gnus-group.el (gnus-group-make-rss-group):
14287         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14288
14289         * gnus-start.el (gnus-setup-news): Honor user's setting to
14290         gnus-message-archive-method.  Suggested by Lute Kamstra
14291         <lute@gnu.org>.
14292
14293 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14294
14295         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14296         global counterparts of the buffer-local variables.
14297
14298 2004-11-16  Romain Francoise  <romain@orebokech.com>
14299
14300         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14301         counterparts of the buffer-local variables.
14302
14303 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14304
14305         * message.el (message-forbidden-properties): Fixed typo in doc
14306         string.
14307
14308 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14309
14310         * gnus-util.el (gnus-replace-in-string): Added doc string.
14311
14312         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14313         to avoid problems when splitting mails with many recipients.
14314
14315 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14316
14317         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14318         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14319
14320 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14321
14322         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14323         if there is no hashtable in memory or file modification time is
14324         newer than cached timestamp.
14325
14326 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14329         not-matching option.
14330
14331 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14334         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14335         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14336         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14337         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14338         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14339
14340 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14341
14342         * message.el (message-forward-make-body-mml): Remove headers
14343         according to message-forward-ignored-headers if a message is decoded.
14344
14345 2004-12-02  Romain Francoise  <romain@orebokech.com>
14346
14347         * message.el (message-forward-make-body-plain): Always remove
14348         headers according to message-forward-ignored-headers.
14349
14350 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14351
14352         * spam.el (spam-summary-prepare-exit): Remove the
14353         gnus-summary-limit pop for now, it has problems with ham marks for
14354         me.
14355
14356 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14357
14358         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14359         correctly.
14360
14361 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14362
14363         * format-spec.el (format-spec): Message the char.
14364
14365 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14366
14367         * gnus-art.el (gnus-split-methods): Reformat comments.
14368
14369         * spam.el (spam-summary-prepare-exit): Remove article limits
14370         before exiting the summary buffer.
14371
14372 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14375         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14376
14377         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14378         order to silence the byte compiler.
14379
14380         * spam.el: Fix the way to silence the byte compiler, which
14381         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14382         bbdb-search-simple, spam-BBDB-register-routine,
14383         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14384         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14385         spam-stat-buffer-is-spam, spam-stat-load,
14386         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14387         spam-stat-save and spam-stat-split-fancy.
14388
14389 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14392         which may confuse users.
14393         (canlock-password-for-verify): Ditto.
14394
14395         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14396
14397         * gnus-art.el (gnus-emphasis-alist): Ditto.
14398
14399         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14400
14401         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14402
14403         * gnus-start.el (gnus-save-killed-list): Ditto.
14404
14405         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14406         (gnus-sum-thread-tree-root): Ditto.
14407         (gnus-sum-thread-tree-false-root): Ditto.
14408         (gnus-sum-thread-tree-single-indent): Ditto.
14409
14410         * message.el (message-courtesy-message): Ditto.
14411         (message-archive-note): Ditto.
14412         (message-subscribed-address-file): Ditto.
14413         (message-user-fqdn): Ditto.
14414
14415         * spam-report.el (spam-report-gmane-regex): Ditto.
14416
14417         * spam.el (spam-blackhole-good-server-regex): Ditto.
14418
14419 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * mml.el (mml-preview): Widen the message buffer before copying
14422         the contents to the preview buffer; sort headers before previewing.
14423
14424         * message.el (message-hidden-headers): Fix the way to avoid a bug
14425         in the `repeat' widget in Emacs 21.3 or earlier.
14426
14427 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * message.el (message-hidden-headers): Default to "^References:".
14430         Improve customization type.  Suggested by Reiner Steib
14431         <Reiner.Steib@gmx.de>.
14432
14433 2004-11-25  Romain Francoise  <romain@orebokech.com>
14434
14435         * message.el (message-strip-forbidden-properties): Remove check for
14436         obsolete `message-hidden' text property, hidden headers are not
14437         accessible in the buffer anymore.
14438
14439 2004-11-22  Romain Francoise  <romain@orebokech.com>
14440
14441         * message.el (message-header-format-alist): Add `From' in list
14442         so that it can be sorted.
14443         (message-fix-before-sending): Widen and sort headers before
14444         sending.
14445         (message-hide-headers): Use narrowing to hide headers by moving
14446         them to the top of the buffer and narrowing to the region
14447         underneath.
14448
14449 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14450
14451         * message.el (message-strip-forbidden-properties): Bind
14452         buffer-read-only (etc) to nil.
14453
14454 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14457         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14458
14459 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14460
14461         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14462
14463 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14464
14465         * dns.el (query-dns): Use sit-for to time instead of
14466         accept-process-output, since that doesn't seem to work on udp
14467         sockets.
14468
14469 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14472
14473 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14474
14475         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14476         doc string.  Improve doc string.
14477
14478 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * nntp.el (nntp-request-update-info): Return nil if
14481         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14482         may not call gnus-activate-group which uselessly issues the GROUP
14483         commands for all nntp groups and wastes time.  Reported by Romain
14484         Francoise <romain@orebokech.com>.
14485
14486         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14487
14488 2004-11-15  Simon Josefsson  <jas@extundo.com>
14489
14490         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14491         headers separately.
14492         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14493         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14494
14495 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14496
14497         * gnus-start.el (gnus-convert-old-newsrc):
14498         Assign legacy-gnus-agent to 5.10.7.
14499
14500 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14501
14502         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14503         start of the lines.
14504
14505 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14506
14507         * hashcash.el (hashcash-default-payment): Change default to 20.
14508         (hashcash-default-accept-payment): Change default to 20.
14509         (hashcash-process-alist): New variable.
14510         (hashcash-generate-payment-async): Add.
14511         (hashcash-already-paid-p): Add.
14512         (hashcash-insert-payment): Don't generate payments twice.
14513         (hashcash-insert-payment-async): Add.
14514         (hashcash-insert-payment-async-2): Add.
14515         (hashcash-cancel-async): Add.
14516         (hashcash-wait-async): Add.
14517         (hashcash-processes-running-p): Add.
14518         (hashcash-wait-or-cancel): Add.
14519         (mail-add-payment): New optional argument.  Conditionally start
14520         asynchronous calculation.
14521         (mail-add-payment-async): Add.
14522
14523         * message.el (message-send-mail): Wait for asynchronous hashcash
14524         results.  Don't clobber existing X-Hashcash headers.
14525         (message-setup-1): Call mail-add-payment-async when
14526         message-generate-hashcash is non-nil.
14527
14528 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14529
14530         * message.el (message-use-alternative-email-as-from): Examine the
14531         From header as well; use message-make-from in order to include a
14532         user's full name.
14533
14534 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14537         default; improve customization type.
14538         (gnus-emphasis-custom-with-format): New macro.
14539         (gnus-emphasis-custom-value-to-external): New function.
14540         (gnus-emphasis-custom-value-to-internal): New function.
14541
14542 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14543
14544         * dns.el (query-dns): Resolve reverse addresses.
14545
14546 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14547
14548         * gnus-group.el (gnus-group-get-new-news): Use it.
14549
14550         * gnus-start.el (gnus-check-reasonable-setup): New function.
14551
14552 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14555         "Args out of range" error.  Reported by Arnaud Giersch
14556         <arnaud.giersch@free.fr>.
14557
14558 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14559
14560         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14561
14562 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14563
14564         * spam.el (spam group): Add :version.
14565
14566         * pgg-def.el (pgg group): Add :version.
14567
14568 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * gnus-art.el (gnus-article-edit-article): Don't associate the
14571         article buffer with a draft file.  This is a temporary measure
14572         against the 2004-08-22 change to gnus-article-edit-mode.
14573
14574 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14577         (html2text-format-tags): Remove unused variable `attr'.
14578
14579 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14580
14581         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14582
14583         * tls.el (tls-process-connection-type, tls-success)
14584         (tls-certtool-program): Add :version.
14585
14586         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14587         (starttls-extra-arguments, starttls-process-connection-type)
14588         (starttls-connect, starttls-failure, starttls-success): Add :version.
14589
14590         * spam-stat.el (spam-stat): Add :version.
14591
14592         * sieve.el (sieve): Add :version.
14593
14594         * sha1.el (sha1): Add :version.
14595         (sha1-use-external): Remove redundant version.
14596
14597         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14598         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14599         (nnmail-split-fancy-match-partial-words)
14600         (nnmail-split-lowercase-expanded): Add :version.
14601
14602         * nndiary.el (nndiary): Add :version.
14603
14604         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14605
14606         * mml-sec.el (mml-default-sign-method)
14607         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14608         Add :version.
14609
14610         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14611
14612         * mm-url.el (mm-url-use-external, mm-url-program)
14613         (mm-url-arguments): Add :version.
14614
14615         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14616         (mm-attachment-file-modes, mm-decrypt-option)
14617         (mm-w3m-safe-url-regexp): Add :version.
14618
14619         * message.el (message-cite-prefix-regexp)
14620         (message-sendmail-envelope-from, message-minibuffer-local-map)
14621         (message-user-fqdn, message-completion-alist): Add :version.
14622
14623         * gnus-win.el (gnus-configure-windows-hook)
14624         (gnus-use-frames-on-any-display): Add :version.
14625
14626         * gnus-art.el (gnus-article-address-banner-alist)
14627         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14628         (gnus-treat-from-picon, gnus-treat-mail-picon)
14629         (gnus-treat-x-pgp-sig): Add :version.
14630
14631         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14632         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14633         (gnus-summary-article-delete-hook)
14634         (gnus-summary-display-while-building): Add :version.
14635
14636         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14637         (gnus-get-top-new-news-hook): Add :version.
14638
14639         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14640         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14641
14642         * gnus-registry.el (gnus-registry): Add :version.
14643
14644         * gnus-spec.el (gnus-use-correct-string-widths)
14645         (gnus-make-format-preserve-properties): Add :version.
14646
14647         * gnus.el (gnus-group-charter-alist)
14648         (gnus-group-fetch-control-use-browse-url)
14649         (gnus-install-group-spam-parameters): Add :version.
14650
14651         * gnus-diary.el (gnus-diary): Add :version.
14652
14653         * gnus-delay.el (gnus-delay): Add :version.
14654
14655         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14656         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14657         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14658         Add :version.
14659
14660         * gnus-agent.el (gnus-agent-max-fetch-size)
14661         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14662         (gnus-agent-prompt-send-queue): Add :version.
14663
14664         * deuglify.el (gnus-outlook-deuglify): Add :version.
14665
14666         * html2text.el: Beautify code.  Improve doc strings.  Some
14667         checkdoc cleanup.
14668         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14669
14670 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14671
14672         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14673
14674 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14675
14676         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14677         when package is loaded.
14678
14679         * spam.el (spam-summary-score-preferred-header): Add global preference
14680         for people who want to override the default SpamAssassin over
14681         Bogofilter preference (when both are set).
14682         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14683         (spam-user-format-function-S): Check
14684         spam-summary-score-preferred-header.
14685         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14686         (spam-user-format-function-S): Format the score correctly.
14687
14688 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14691         signature file.  Suggested by Manoj Srivastava
14692         <srivasta@golden-gryphon.com>.
14693
14694         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14695         iso-2022-jp even in the Japanese language environment.
14696         Suggested by Jason Rumney <jasonr@gnu.org>.
14697
14698 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14701         use the same characters as the dummy marks; make it free from
14702         getting affected by the language environment.
14703         (gnus-summary-read-group-1): Update mark positions only when the
14704         format spec is updated.
14705
14706         * gnus-spec.el (gnus-update-format-specifications): Return a list
14707         of updated types.
14708
14709 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14712         of boundp to check if display-warning is available.
14713
14714 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14715
14716         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14717
14718 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * nnspool.el (nnspool-spool-directory): Use news-path if the
14721         news-directory variable is not bound.
14722
14723         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14724         function instead of display-warning if it is not available.
14725
14726 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14727
14728         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14729         v5-10: Use `point-at-bol'.
14730
14731 2004-10-26  Simon Josefsson  <jas@extundo.com>
14732
14733         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14734         <chenggao@gmail.com>.
14735
14736 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14739         instead.
14740
14741 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14742
14743         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14744         to remove a server from the nnimap-server-buffer-alist.
14745         (nnimap-open-connection, nnimap-close-server): Use it.
14746
14747         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14748
14749 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14752         running the major-mode function.
14753
14754 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14757         dummy marks in the right way.
14758
14759 2004-10-18  David Edmondson  <dme@dme.org>
14760
14761         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14762         excessively.
14763
14764 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14765
14766         * gnus-util.el (gnus-split-references): Accept a nil references
14767         string and go on blissfully.
14768
14769         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14770         cases where the references string is non-nil but has no references.
14771
14772         * encrypt.el: Add autoload tags.
14773
14774         * spam.el (spam-resolve-registrations-routine): Remove article
14775         from unregistration list too.  Reported by David Hanak
14776         <dhanak@isis.vanderbilt.edu>
14777
14778 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14779
14780         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14781         nil.  Changed custom type.
14782
14783 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14786
14787         * gnus-sum.el (gnus-summary-move-article): Use it.
14788
14789 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14790
14791         * encrypt.el: Add autoload cookies.
14792
14793         * spam.el (spam-backend-article-list-property)
14794         (spam-backend-get-article-todo-list)
14795         (spam-backend-put-article-todo-list)
14796         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14797         Resolve registrations separately.
14798         (spam-register-routine): Format comments.
14799         (spam-unregister-routine, spam-register-routine): Always call with
14800         specific-articles, no default list.
14801         (spam-summary-prepare-exit): Use the spam-classifications function.
14802
14803         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14804         gnus-encrypt.el.
14805
14806         * encrypt.el: Copied from gnus-encrypt.el.
14807
14808         * gnus-encrypt.el: Commented that it's obsolete.
14809
14810 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14813         (gnus-score-save): Use it.
14814
14815         * message.el (message-bury): Use `window-dedicated-p'.
14816
14817 2004-10-15  Simon Josefsson  <jas@extundo.com>
14818
14819         * pop3.el (top-level): Don't require nnheader.
14820         (pop3-read-timeout): Add.
14821         (pop3-accept-process-output): Add.
14822         (pop3-read-response, pop3-retr): Use it.
14823
14824 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14825
14826         * spam.el (spam-register-routine): Move comment.
14827         (spam-verify-bogofilter): Use 'unknown for the initial
14828         spam-bogofilter-valid state, not 'never.
14829
14830         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14831         for netrc-machine.
14832
14833         * nnimap.el (nnimap-open-connection): Use
14834         netrc-machine-user-or-password.
14835
14836 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14837
14838         * gnus-registry.el (gnus-registry-unload-hook):
14839         Set as a variable with add-hook.
14840
14841         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14842         of news-path.
14843
14844         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14845
14846         * spam.el: Delete duplicate `provide'.
14847         (spam-unload-hook): Set as a variable with add-hook.
14848
14849 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14850
14851         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14852         in the doc string.
14853
14854         * message.el (message-ignored-news-headers)
14855         (message-ignored-supersedes-headers)
14856         (message-ignored-resent-headers)
14857         (message-forward-ignored-headers): Improve custom type.
14858
14859 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * message.el (message-tokenize-header): Fix 2004-09-06 change
14862         which used point-min in the wrong place.
14863
14864 2004-10-12  Simon Josefsson  <jas@extundo.com>
14865
14866         * tls.el (tls-certtool-program): New variable.
14867         (tls-certificate-information): New function, based on
14868         ssl-certificate-information.
14869
14870 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * compface.el: Move the version of ELisp-based uncompface program
14873         to the contrib directory because of the copyright problem.
14874
14875 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14876
14877         * message.el (message-kill-buffer): Raise the current frame.
14878
14879 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14880
14881         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14882
14883         * gnus.el (message-y-or-n-p): Autoload.
14884
14885         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14886         (pop3-password-required, pop3-authentication-scheme)
14887         (pop3-leave-mail-on-server): Made customizable.
14888         (pop3): New custom group.
14889         (pop3-retr): Remove `sleep-for' statements.
14890         Suggested by Dave Love <fx@gnu.org>.
14891
14892         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14893         Windows/DOS.
14894
14895         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14896         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14897         Dave Love <fx@gnu.org>.
14898
14899         * mml.el (mml-minibuffer-read-disposition): Require match.
14900         Suggested by Dave Love <fx@gnu.org>.
14901
14902 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14903
14904         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14905         doc string.
14906
14907 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14910
14911 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14912
14913         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14914         instead of calling `mm-insert-inline', to decode text/* parts
14915         before displaying them.
14916
14917 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * mm-uu.el (mm-uu-text-plain-type): New variable.
14920         (mm-uu-pgp-signed-extract-1): Use it.
14921         (mm-uu-pgp-encrypted-extract-1): Use it.
14922         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14923         bind mm-uu-text-plain-type with that value.
14924         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14925         mm-uu-dissect.
14926
14927 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * gnus-group.el (gnus-update-group-mark-positions):
14930         * gnus-sum.el (gnus-update-summary-mark-positions):
14931         * message.el (message-check-news-body-syntax):
14932         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14933         of string-as-multibyte.
14934
14935 2004-10-05  Juri Linkov  <juri@jurta.org>
14936
14937         * gnus-group.el (gnus-update-group-mark-positions):
14938         * gnus-sum.el (gnus-update-summary-mark-positions):
14939         * message.el (message-check-news-body-syntax):
14940         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14941         8-bit unibyte values to a multibyte string for search functions.
14942
14943 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14946         (mm-uu-dissect-text-parts): New function.
14947
14948         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14949         dissect text parts.
14950
14951         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14952         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14953
14954         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14955
14956         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14957         gnus-current-topics instead of gnus-current-topic.
14958
14959 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14960
14961         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14962
14963 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14964
14965         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14966         where approriate.
14967
14968         * nnml.el (nnml-generate-active-info): do.
14969
14970         * nndiary.el (nndiary-generate-active-info): do.
14971
14972         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14973         (gnus-topic-move): do.
14974
14975         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14976         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14977
14978         * gnus-srvr.el (gnus-server-prepare)
14979         (gnus-server-open-all-servers): do.
14980
14981         * gnus-msg.el (gnus-summary-cancel-article)
14982         (gnus-summary-resend-message)
14983         (gnus-summary-mail-crosspost-complaint): do.
14984
14985         * gnus-move.el (gnus-change-server): do.
14986
14987         * gnus-group.el (gnus-group-unmark-all-groups)
14988         (gnus-group-set-current-level): do.
14989
14990 2004-10-04  Simon Josefsson  <jas@extundo.com>
14991
14992         * message.el (message-generate-hashcash): Doc fix.
14993
14994 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14995
14996         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14997         avoid infinite recursion via gnus-get-function.
14998
14999 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15000
15001         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15002
15003         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15004
15005         * nnmail.el (nnmail-split-history): do.
15006
15007         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15008         (nnml-request-delete-group): do.
15009
15010         * nnslashdot.el (nnslashdot-read-groups): do.
15011
15012         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15013         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15014
15015         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15016         (nnspool-sift-nov-with-sed): Use last.
15017         (nnspool-retrieve-headers-with-nov): Use mapc.
15018         (nnspool-request-newgroups): Use dolist.
15019         (nnspool-request-group): Use last.
15020
15021         * nntp.el (nntp-read-server-type): Use dolist.
15022
15023         * nnvirtual.el (nnvirtual-create-mapping)
15024         (nnvirtual-update-read-and-marked): Use dolist.
15025         (nnvirtual-convert-headers): Simplify.
15026
15027 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15028
15029         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15030         support for sync'ing tick marks.
15031
15032 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15035         there's no visible header.
15036
15037 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15038
15039         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15040         necessary, pass full group name to gnus-request-set-marks.
15041
15042 2004-10-01  Simon Josefsson  <jas@extundo.com>
15043
15044         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15045         acroread.
15046
15047 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15048
15049         * spam-report.el (spam-report-gmane): Fix interactive.
15050
15051         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15052
15053         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15054         when writing file.
15055         (gnus-agent-synchronize-flags): Don't default to being
15056         interactive.
15057
15058 2004-09-30  Simon Josefsson  <jas@extundo.com>
15059
15060         * message.el (message-generate-hashcash): Add.
15061         (message-send-mail): Use it, call mail-add-payment.
15062
15063 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15064
15065         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15066
15067 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15068
15069         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15070         gnus-requst-update-info with explicit code to sync the in-memory
15071         info read flags with the marks being sync'd to the backend.
15072
15073         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15074
15075 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15076
15077         * spam.el (spam-verify-bogofilter): Add new function.
15078         (spam-check-bogofilter)
15079         (spam-bogofilter-register-with-bogofilter): Use it.
15080         (spam-verify-bogofilter): Add small fixes.
15081
15082 2004-09-28  Simon Josefsson  <jas@extundo.com>
15083
15084         * hashcash.el (hashcash-generate-payment): Revert.
15085
15086 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15087
15088         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15089         gnus-extract-references instead of gnus-split-references.
15090
15091         * gnus-util.el (gnus-extract-references): Add new function, analogous
15092         to gnus-split-references but extracts only the message-ID without
15093         anything extra.
15094
15095         * hashcash.el (hashcash-generate-payment)
15096         (hashcash-check-payment): Do the right thing if hashcash-path is
15097         nil (because the hashcash program could not be found).
15098
15099         * spam.el (spam-use-hashcash): Remove comment.
15100
15101 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15102
15103         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15104         (gnus-cache-enter-article, gnus-cache-remove-article)
15105         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15106
15107         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15108
15109         * gnus-art.el (article-hide-boring-headers)
15110         (article-translate-strings, article-display-face)
15111         (gnus-article-mime-match-handle-first)
15112         (gnus-article-highlight-headers)
15113         (gnus-article-add-buttons-to-head): do.
15114
15115 2004-09-27  Simon Josefsson  <jas@extundo.com>
15116
15117         * hashcash.el: New version, from
15118         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15119         ../contrib/.
15120
15121 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15124
15125 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15126
15127         * gnus-dup.el (gnus-dup-open): Use mapc.
15128         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15129
15130         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15131         Reported by Stefan Wiens <s.wi@gmx.net>.
15132
15133         * gnus.el (gnus-shutdown): Use dolist.
15134
15135         * gnus-undo.el (gnus-undo): Use mapc.
15136
15137         * nnrss.el (nnrss-generate-active): do.
15138
15139         * message.el (message-cite-original-without-signature)
15140         (message-cite-original): Use mapc.
15141         (message-do-actions, message-make-forward-subject): Use dolist.
15142
15143 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15144
15145         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15146         deletion to remove entire duplicate line.  Fixes merged article
15147         number bug.
15148
15149 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15150
15151         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15152         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15153         first ask if you want to open a server and then, even when you
15154         responded with no, asking if you want to synchronize the server's
15155         flags.
15156         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15157         multi-line expressions.
15158         (gnus-agent-synchronize-group-flags): New internal function.
15159         Updates marks in memory (in the info structure) AND in the
15160         backend.
15161
15162         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15163
15164         * nnagent.el (nnagent-request-set-mark): Use
15165         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15166         method, to ensure that synchronization updates marks in the
15167         backend and in the info (in memory) structure.
15168
15169 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15172         convention fully; don't miss the root article of a thread; make
15173         the X-Draft-From header with correct article numbers.
15174
15175 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15176
15177         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15178         unless plugged.  Disable the agent so that an open failure causes
15179         an error.
15180
15181         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15182         Reverted 2004-09-21 change.  The backend must be opened while
15183         synchronizing flags even when the backend stores the flags
15184         locally.
15185
15186 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15187
15188         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15189         in `header' match.  Reported by Svend Tollak Munkejord.
15190
15191         * message.el (message-cite-original): Fix use of
15192         `message-cite-articles-with-x-no-archive'.
15193
15194 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15197         (gnus-window-to-buffer): Ditto.
15198
15199         * mml.el (mml-preview-buffer): New variable.
15200         (mml-preview): Manage window layout with gnus-buffer-configuration.
15201
15202         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15203         X-Draft-From header even if those articles aren't quoted.
15204
15205 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15206
15207         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15208         (gnus-request-set-mark, gnus-request-update-mark): Use new
15209         g-s-t-u-l-m to decide to use backend even when unplugged.
15210
15211 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15214         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15215
15216 2004-09-20  Simon Josefsson  <jas@extundo.com>
15217
15218         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15219         "utf-16-le".
15220
15221 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15222
15223         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15224
15225 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15226
15227         * uudecode.el (uudecode-use-external): Add :version.
15228
15229         * smime.el (smime-CA-file, smime-encrypt-cipher)
15230         (smime-dns-server): Add :version.
15231
15232         * smiley.el (gnus-smiley-file-types): Add :version.
15233
15234         * sha1.el (sha1-use-external): Add :version.
15235
15236         * pgg-def.el (pgg-query-keyserver): Add :version.
15237
15238         * nnmail.el (nnmail-fancy-expiry-targets)
15239         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15240         Add :version.
15241
15242         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15243         (nnimap-retrieve-groups-asynchronous): Add :version.
15244         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15245
15246         * mml.el (mml-content-disposition-parameters)
15247         (mml-insert-mime-headers-always): Add :version.
15248
15249         * mm-util.el (mm-coding-system-priorities): Add :version.
15250
15251         * mm-decode.el (mm-inline-text-html-with-images)
15252         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15253         (mm-verify-option): Add :version.
15254         (mm-text-html-renderer): Change :version.
15255
15256         * message.el (message-fcc-externalize-attachments)
15257         (message-required-headers, message-draft-headers)
15258         (message-subject-trailing-was-query)
15259         (message-subject-trailing-was-ask-regexp)
15260         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15261         (message-mark-insert-end, message-archive-header)
15262         (message-archive-note, message-cross-post-default)
15263         (message-cross-post-note, message-followup-to-note)
15264         (message-cross-post-note-function, message-use-mail-followup-to)
15265         (message-subscribed-address-functions)
15266         (message-subscribed-address-file, message-subscribed-addresses)
15267         (message-subscribed-regexps, message-allow-no-recipients)
15268         (message-yank-cited-prefix, message-signature-insert-empty-line)
15269         (message-hidden-headers, message-hierarchical-addresses)
15270         (message-mail-user-agent, message-use-idna)
15271         (message-valid-fqdn-regexp)
15272         (message-strip-special-text-properties, message-header-synonyms)
15273         (message-beginning-of-line, message-tab-body-function): Add :version.
15274         (message-insert-canlock, message-wide-reply-confirm-recipients):
15275         Change :version.
15276
15277         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15278         and :version.
15279         (mail-source-delete-old-incoming-confirm)
15280         (mail-source-movemail-program): Add :version.
15281
15282         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15283         (gnus-agent-cache, gnus-agent): Change :version.
15284
15285         * gnus-util.el (gnus-use-byte-compile): Change :version.
15286
15287         * gnus-sum.el (gnus-summary-make-false-root-always)
15288         (gnus-summary-default-high-score)
15289         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15290         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15291         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15292         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15293         (gnus-sum-thread-tree-single-indent)
15294         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15295         (gnus-sum-thread-tree-leaf-with-other)
15296         (gnus-sum-thread-tree-single-leaf): Add :version.
15297         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15298         (gnus-article-loose-mime): Change :version.
15299
15300         * gnus-start.el (gnus-backup-startup-file)
15301         (gnus-save-startup-file-via-temp-buffer): Add :version.
15302
15303         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15304         (gnus-server-offline-face): Add :version.
15305
15306         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15307
15308         * gnus-msg.el (gnus-gcc-externalize-attachments)
15309         (gnus-debug-files, gnus-debug-exclude-variables)
15310         (gnus-discouraged-post-methods): Change :version.
15311         (gnus-confirm-mail-reply-to-news)
15312         (gnus-confirm-treat-mail-like-news): Add :version.
15313
15314         * gnus-int.el (gnus-server-unopen-status): Add :version.
15315
15316         * gnus-group.el (gnus-group-jump-to-group-prompt)
15317         (gnus-large-ephemeral-newsgroup)
15318         (gnus-fetch-old-ephemeral-headers): Add :version.
15319
15320         * gnus-fun.el (gnus-x-face-directory)
15321         (gnus-convert-pbm-to-x-face-command)
15322         (gnus-convert-image-to-x-face-command)
15323         (gnus-convert-image-to-face-command): Add :version.
15324
15325         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15326
15327         * gnus-cite.el (gnus-cite-blank-line-after-header)
15328         (gnus-article-boring-faces): Add :version.
15329
15330         * gnus-art.el (gnus-buttonized-mime-types)
15331         (gnus-inhibit-mime-unbuttonizing)
15332         (gnus-treat-display-face)
15333         (gnus-treat-body-boundary): Change :version.
15334         (gnus-body-boundary-delimiter, gnus-picon-databases)
15335         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15336         (gnus-treat-date-english, gnus-treat-fold-headers)
15337         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15338         (gnus-treat-mail-picon, gnus-treat-wash-html)
15339         (gnus-article-encrypt-protocol)
15340         (gnus-use-idna, gnus-article-over-scroll)
15341         (gnus-mime-display-multipart-alternative-as-mixed)
15342         (gnus-mime-display-multipart-related-as-mixed)
15343         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15344         (gnus-ctan-url, gnus-button-ctan-handler)
15345         (gnus-button-handle-ctan-bogus-regexp)
15346         (gnus-button-ctan-directory-regexp)
15347         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15348         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15349         (gnus-button-man-level, gnus-button-emacs-level)
15350         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15351
15352         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15353         (gnus-agent-go-online): Change :version.
15354         (gnus-agent-expire-unagentized-dirs)
15355         (gnus-agent-auto-agentize-methods): Add :version.
15356
15357         * flow-fill.el (fill-flowed-display-column)
15358         (fill-flowed-encode-column): Add :version.
15359
15360         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15361         (gnus-outlook-deuglify-unwrap-max)
15362         (gnus-outlook-deuglify-cite-marks)
15363         (gnus-outlook-deuglify-unwrap-stop-chars)
15364         (gnus-outlook-deuglify-no-wrap-chars)
15365         (gnus-outlook-deuglify-attrib-cut-regexp)
15366         (gnus-outlook-deuglify-attrib-verb-regexp)
15367         (gnus-outlook-deuglify-attrib-end-regexp)
15368         (gnus-outlook-display-hook): Add :version.
15369
15370         * binhex.el (binhex-use-external): Add :version.
15371
15372 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15373
15374         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15375         and `invisible'.
15376
15377 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15378
15379         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15380         in gnus-registry-trim.
15381
15382 2004-09-13  Simon Josefsson  <jas@extundo.com>
15383
15384         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15385
15386         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15387
15388         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15389         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15390         <yamaoka@jpl.org>.
15391         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15392         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15393         <yamaoka@jpl.org>.
15394
15395         * sieve.el (sieve-manage-mode): Ditto.
15396
15397 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15398
15399         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15400
15401 2004-09-11  Simon Josefsson  <jas@extundo.com>
15402
15403         * dns-mode.el: Add.
15404
15405         * mm-view.el (mm-display-dns-inline): Add.
15406
15407         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15408         (mm-automatic-display): Ditto.
15409
15410         * mailcap.el (mailcap-mime-data): Add text/dns.
15411         (mailcap-mime-extensions): Map .soa to text/dns.
15412
15413 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15414
15415         * gnus-art.el (article-decode-mime-words, article-babel)
15416         (gnus-article-highlight-signature, gnus-article-add-buttons)
15417         (gnus-signature-toggle): Remove unnecessary bindings of
15418         `inhibit-read-only' inherited from v5.10 merge.
15419
15420 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * nntp.el (nntp): New customization group.
15423         (nntp-authinfo-file): Add customization group.
15424
15425         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15426
15427         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15428
15429         * gnus.el (to-address, to-list, subscribed)
15430         (large-newsgroup-initial): Ditto.
15431
15432         * flow-fill.el (fill-flowed-display-column)
15433         (fill-flowed-encode-column): Ditto.
15434
15435 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15436
15437         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15438         Use point-min rather than 1.
15439         (message-send-mail): Use buffer-size rather than point-max.
15440
15441         * gnus-sum.el (gnus-summary-search-article-forward):
15442         Signal a specific `search-failed' rather than a generic `error'.
15443
15444         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15445         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15446         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15447
15448 2004-09-10  Simon Josefsson  <jas@extundo.com>
15449
15450         * nndb.el (require): Remove tcp and duplicate cl.
15451
15452 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * gnus-agent.el (directory-files-and-attributes): Move forward.
15455
15456 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15457
15458         * gnus-agent.el (directory-files-and-attributes): Optionally
15459         defined to support XEmacs.
15460
15461 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15462
15463         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15464         to avoid run-time CL dependencies.
15465         (gnus-agent-unfetch-articles): New function.
15466         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15467         article numbers even when local .overview file is missing.
15468         (gnus-agent-read-article-number): New function.  Only accepts
15469         27-bit article numbers.
15470         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15471         gnus-agent-read-article-number.
15472         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15473         from backend while recognizing that article numbers in .overview
15474         must be valid.
15475         (gnus-agent-update-files-total-fetched-for): Use
15476         directory-files-and-attributes to improve performance.
15477         * gnus-int.el (gnus-request-move-article): Use
15478         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15479         improve performance.
15480
15481         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15482         some users confused by references to .newsrc when they only have a
15483         .newsrc.eld file.
15484         (gnus-convert-mark-converter-prompt)
15485         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15486         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15487         New function.  Used internally to only display 'gnus converting
15488         files' message when actually necessary.
15489
15490         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15491         methods now autoloaded.
15492
15493 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15496         identifiers.
15497
15498 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15499
15500         * gnus-picon.el: Fix indentation and closing parenthesis.
15501
15502 2004-09-01  Simon Josefsson  <jas@extundo.com>
15503
15504         * message.el (message-canlock-generate): Require sha1, not
15505         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15506         to require within a function.  Sadly, if sha1.el isn't loaded, the
15507         let binding in m-c-g will hide the defcustom definition, which is
15508         bad.)
15509
15510         * canlock.el: Require sha1, not sha1-el.
15511
15512         * message.el: Don't autoload sha1 (there is a autoload cookie in
15513         sha1.el).
15514
15515         * sha1-el.el: Renamed to sha1.el.
15516
15517 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15518
15519         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15520
15521 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15522
15523         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15524
15525 2004-08-30  Kim F. Storm  <storm@cua.dk>
15526
15527         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15528
15529         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15530         Add :group 'nnimap.
15531
15532 2004-08-30  Andreas Schwab  <schwab@suse.de>
15533
15534         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15535         ?* and ?\;.
15536
15537         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15538         and ?\' to symbol instead of whitespace.
15539
15540 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15543
15544         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15545         instead of re-search-forward.
15546
15547         * gnus-uu.el (gnus-uu-save-article): Ditto.
15548         (gnus-uu-post-encode-uuencode): Ditto.
15549
15550         * html2text.el (html2text-clean-list-items): Ditto.
15551         (html2text-clean-dtdd): Ditto.
15552         (html2text-format-tags): Ditto.
15553
15554         * message.el (message-send-mail-with-sendmail): Fix regexp.
15555         (message-fill-field-general): Use search-forward instead of
15556         re-search-forward.
15557         (unbold-region): Ditto.
15558
15559         * nnrss.el (nnrss-request-article): Ditto.
15560
15561         * nnslashdot.el (nnslashdot-request-article): Ditto.
15562
15563         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15564
15565         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15566         "Unrecognized menu descriptor" error in XEmacs.
15567
15568 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15569
15570         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15571         parent article of a sparse article in the thread hashtb.
15572
15573 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15574
15575         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15576         (nnmail-expand-newtext): Lowercase expanded entries if
15577         nnmail-split-lowercase-expanded is non-nil.
15578
15579 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15582
15583         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15584         of gnus-tmp-news-method into string under XEmacs.  It will be
15585         passed to gnus-correct-length which takes only a string argument.
15586
15587 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15588
15589         * gnus-util.el (gnus-bind-print-variables): New macro.
15590         (gnus-prin1): Use it.
15591         (gnus-prin1-to-string): Use it.
15592         (gnus-pp): New function.
15593         (gnus-pp-to-string): New function.
15594
15595         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15596         Replace pp-to-string with gnus-pp-to-string.
15597         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15598         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15599         * gnus-msg.el (gnus-debug): Ditto.
15600         * gnus-score.el (gnus-score-save): Ditto.
15601         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15602         gnus-pp-to-string.
15603         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15604         with gnus-pp.
15605         * score-mode.el (gnus-score-pretty-print): Ditto.
15606         * webmail.el (webmail-debug): Ditto.
15607
15608 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * gnus-art.el (article-display-face, article-display-x-face):
15611         Use buffer-read-only.
15612
15613 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15614
15615         * gnus-art.el (article-hide-list-identifiers):
15616         Bind inhibit-read-only as t.
15617
15618 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15619
15620         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15621
15622 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15623
15624         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15625         (gnus-narrow-to-page): Don't assume point-min == 1.
15626         (gnus-article-edit-mode): Derive from message-mode.
15627
15628         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15629         point-min == 1.
15630
15631         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15632         Disable incorrect use of `assert'.
15633
15634         * message.el (message-mode): Set comment-start-skip.
15635
15636
15637 2004-08-22  Sam Steingold  <sds@gnu.org>
15638
15639         * pop3.el (pop3-leave-mail-on-server): New user variable.
15640         (pop3-movemail): Delete mail only when it is nil.
15641
15642 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15643
15644         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15645
15646         * mml.el (mml-preview): Use `pop-to-buffer'.
15647
15648         * message.el (message-goto-mail-followup-to): Insert after "To".
15649         (message-carefully-insert-headers): Add comment.
15650
15651         * gnus.el: Remove unused variable `gnus-article-check-size'.
15652
15653         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15654
15655         * gnus-art.el (gnus-button-alist): Improve
15656         `gnus-button-handle-library' entry.
15657
15658 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15659
15660         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15661         downcase, since XEmacs capitalizes error messages differently.
15662
15663 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15664
15665         * nntp.el: Add (require 'gnus) due to reference to
15666         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15667
15668 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15669
15670         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15671         `mm-fill-flowed'.
15672
15673         * mm-decode.el (mm-dissect-singlepart): Check it.
15674
15675 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15676
15677         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15678         'imap' for netrc parsing.
15679
15680 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15681
15682         * mailcap.el (mailcap-mime-data): Mark as risky.
15683
15684 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15687         may be included in the encoded word.
15688         (rfc2047-encode): Don't append a space if the encoded word
15689         includes close parenthesis.
15690
15691 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15694         of text within parentheses.
15695
15696 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15697
15698         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15699         (gnus-encrypt-write-file-contents): Make the password key the file
15700         name PLUS the cipher, not just the cipher.  Also remove failed
15701         passwords from the cache.
15702
15703 2004-08-06  Simon Josefsson  <jas@extundo.com>
15704
15705         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15706         fix.
15707
15708 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15711         LWSP.
15712
15713 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15714
15715         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15716         to append in-reply-to: data to the references: header.
15717
15718         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15719         (netrc-parse): Use gnus-encrypt.el functions.
15720
15721         * gnus-encrypt.el: Add new file for encryption support; currently
15722         does only a few GPG ciphers and an internal XOR cipher.
15723
15724         * password.el: Add comments on using password-read-and-add.
15725         (password-read-and-add): Add function to read and add the
15726         password to the cache at once.
15727
15728 2004-07-28  Simon Josefsson  <jas@extundo.com>
15729
15730         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15731         parameter (but don't use it, for now).
15732
15733         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15734         instead of hard coding to nil.
15735
15736 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15739         as mm-inline-image-xemacs does.
15740
15741 2004-07-26  Simon Josefsson  <jas@extundo.com>
15742
15743         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15744         Revert part of 2004-07-17 change below.
15745
15746 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15749         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15750
15751 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15752
15753         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15754         quotes that actually start with ">" at the beginning of the
15755         lines.
15756
15757 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * rfc2047.el (rfc2047-encode-region): Fix last change.
15760         (rfc2047-encode-parameter): Remove useless concat.
15761
15762 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15765         encode special characters; fix some kind of misconfigured headers;
15766         signal a real error if debug-on-quit or debug-on-error is non-nil.
15767         (rfc2047-encode-max-chars): New variable.
15768         (rfc2047-encode-1): Use it.
15769         (rfc2047-encode-parameter): New function.
15770
15771         * mml.el (mml-insert-parameter): Remove an excessive space.
15772
15773 2004-07-17  Simon Josefsson  <jas@extundo.com>
15774
15775         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15776         Kai Grossjohann <kai@emptydomain.de>.
15777         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15778         (gnus-group-make-menu-bar): Ditto.
15779
15780         * gnus-util.el (gnus-group-server): Add.
15781
15782 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15783
15784         * message.el (message-clone-locals): Clone sendmail and smtp
15785         variables.
15786
15787 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * rfc2047.el (rfc2047-encode-region): Fix last change.
15790
15791 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15792
15793         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15794         characters as non-special.
15795
15796 2004-07-09  Simon Josefsson  <jas@extundo.com>
15797
15798         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15799         Users will lose all flag changes made while unplugged with
15800         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15801         good default.  See numerous reports on ding mailing list.
15802
15803 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15806         add generate-head-function and generate-article-function to the
15807         rfc822-forward entry.
15808         (nndoc-rfc822-forward-generate-article): New function.
15809         (nndoc-rfc822-forward-generate-head): New function.
15810
15811         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15812
15813 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15814
15815         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15816         respect display group parameter and gnus-summary-expunge-below.
15817         (gnus-articles-to-read): Remove unused reference to display group
15818         parameter.
15819
15820 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15821
15822         * nnheader.el (nnheader-uniquify-message-id): New experimental
15823         variable.
15824         (nnheader-nov-read-message-id): Use it.
15825
15826         * spam-report.el (spam-report-gmane): Add interactive.
15827
15828 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15831         qp-or-base64 for the application/* types.
15832
15833 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15834
15835         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15836
15837 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15838
15839         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15840         trim value.
15841
15842 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15843
15844         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15845         New macro and function.
15846         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15847
15848 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15851         after-load-alist.
15852
15853 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15854
15855         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15856         update info that isn't there.
15857
15858 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15859
15860         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15861         entry.
15862
15863 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15864
15865         * mm-view.el (mm-inline-render-with-function): Use multibyte
15866         buffer; decode html source by charset.
15867
15868         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15869
15870         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15871         Mule-UCS is loaded under XEmacs.
15872         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15873
15874 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15875
15876         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15877
15878 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * mm-util.el (mm-coding-system-p): Return a coding-system.
15881         (mm-mime-mule-charset-alist): Use shift_jis instead of
15882         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15883         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15884         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15885         instead of japanese-shift-jis and iso-latin-1 respectively in
15886         order to share the default value with both Emacs and XEmacs-mule.
15887         (mm-mule-charset-to-mime-charset): Make
15888         mm-coding-system-priorities effective.
15889         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15890         while predicating of candidates upon the priorities.
15891
15892 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15893
15894         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15895         gnus-uu-invert-processable.
15896
15897         * gnus.el: Autoload gnus-uu-invert-processable.
15898
15899 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15900
15901         * mm-util.el (mm-with-multibyte-buffer): New macro.
15902
15903         * rfc2047.el (rfc2047-encode-string): Use it.
15904         (rfc2047-encode-region): Move point to the end of the region after
15905         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15906
15907 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15910         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15911
15912 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15915         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15916         Karl Chen <quarl@nospam.quarl.org>.
15917
15918 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15919
15920         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15921         invalid addresses.
15922
15923 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15924
15925         * spam.el: Change section markers, revise TODO list.
15926         (spam-backends): Make new master list of all installed backends.
15927         (spam-summary-exit-behavior): Add new variable to determine how
15928         messages moves are done at summary exit.
15929         (spam-move-spam-nonspam-groups-only)
15930         (spam-process-ham-in-nonham-groups)
15931         (spam-process-ham-in-spam-groups): Remove variables, the
15932         spam-summary-exit-behavior variable should be used to manage this
15933         behavior.
15934         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15935         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15936         and spam-old-spam-articles.
15937         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15938         Add empty variables, placeholders for the backends they represent.
15939         (spam-set-difference): Move, unchanged.
15940         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15941         unless the user has a processor variable.
15942         (spam-classifications, spam-classification-valid-p)
15943         (spam-backend-properties, spam-backend-property-valid-p)
15944         (spam-backend-function-type-valid-p)
15945         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15946         (spam-report-articles-gmane, spam-report-articles-resend):
15947         Remove functions, they are not needed.
15948         (spam-install-backend-super, spam-backend-list)
15949         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15950         (spam-backend-function, spam-backend-ham-registration-function)
15951         (spam-backend-spam-registration-function)
15952         (spam-backend-ham-unregistration-function)
15953         (spam-backend-spam-unregistration-function)
15954         (spam-backend-statistical-p, spam-backend-mover-p)
15955         (spam-install-backend-alias, spam-install-checkonly-backend)
15956         (spam-install-mover-backend, spam-install-nocheck-backend)
15957         (spam-install-backend, spam-install-statistical-backend)
15958         (spam-install-statistical-checkonly-backend): Add backend installation
15959         support.
15960         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15961         (spam-group-processor-p): Use the new backend code and respect the
15962         summary exit behavior.
15963         (spam-mark-spam-as-expired-and-move-routine): Remove.
15964         (spam-summary-prepare): Change to use the new spam-old-articles
15965         variable.
15966         (spam-copy-or-move-routine, spam-copy-spam-routine)
15967         (spam-move-spam-routine, spam-copy-ham-routine)
15968         (spam-move-ham-routine): Add code to copy/move ham or spam.
15969         (spam-fetch-field-fast): Improve doc and code, plus allow the
15970         'number request.
15971         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15972         variables.
15973         (spam-split, spam-find-spam): Use the new backend code.
15974         (spam-registration-functions): Remove variable.
15975         (spam-unregister-routine): Add convenience wrapper.
15976         (spam-log-undo-registration, spam-register-routine)
15977         (spam-log-processing-to-registry)
15978         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15979         where possible.
15980         (spam-check-gmane-xref, spam-check-regex-headers)
15981         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15982         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15983         (spam-check-bogofilter-headers, spam-check-spamoracle)
15984         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15985         (spam-check-crm114-headers): Use the spam-split-group that
15986         spam-split prepares, no need to determine it every time.
15987
15988         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15989         to the nnheader-parse-naked-head call.
15990
15991         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15992
15993         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15994         the nnheader-nov-read-message-id call.
15995
15996 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15999         gnus-activate-group twice.  Suggested by Markus Peter
16000         <warp@spin.de>.
16001
16002 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * gnus-art.el (gnus-article-time-format): Exchange the order of
16005         day and month in the default value; fix customization type.
16006         (article-date-ut): Use add-text-properties.
16007         (article-make-date-line): Use message-make-date instead of
16008         current-time-string.
16009
16010         * message.el (message-fetch-field): Don't use set-text-properties.
16011         (message-make-date): Simplify.
16012
16013         * messagexmas.el (message-xmas-make-date): New function.
16014         (message-xmas-redefine): Defalias message-make-date to it.
16015
16016 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16019         (rfc2047-encode-region): Treat text within parentheses as special;
16020         show the original text when error has occurred.
16021
16022         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16023         already-computed method to gnus-activate-group.
16024
16025         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16026         same select-methods identical Lisp objects.
16027
16028         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16029         object when modifying the info.
16030
16031 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16034         gnus-opened-servers since it has never been opened with the new
16035         configuration yet.
16036
16037 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16040         arg to nnheader-generate-fake-message-id.
16041
16042 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16043
16044         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16045         number and build a fake message ID localized to a group and
16046         article number (so it's repeatable from that point on).
16047         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16048         ID format.
16049
16050         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16051         nnheader-generate-fake-message-id with the article number.
16052
16053 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16054
16055         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16056         end-of-buffer.
16057
16058 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16059
16060         * message.el (message-ignored-supersedes-headers): Add Approved.
16061
16062 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16063
16064         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16065         goto-char.
16066         (rfc2047-encode): Fold the line before encoding.
16067
16068 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16069
16070         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16071         folding -- not all headers can be folded, and this should be done
16072         by the message composition mode.  Probably.  I think.
16073
16074 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16075
16076         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16077         fast.
16078
16079         * gnus-ems.el (gnus-remove-image): Don't use
16080         message-text-with-property; remove only the image found first.
16081
16082         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16083         found first.
16084
16085 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16086
16087         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16088
16089 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * message.el (message-text-with-property): Make it fast and accept
16092         optional arguments.
16093         (message-strip-forbidden-properties): Use it.
16094         (message-fix-before-sending): Follow the m-t-w-p change.
16095
16096         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16097
16098 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * gnus-art.el (article-hide-headers): Don't change the buffer
16101         mistakenly when performing mml-preview even if
16102         gnus-single-article-buffer is nil.
16103
16104 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16105
16106         * message.el (message-expand-name-databases): New user option.
16107         (message-expand-name): Use it.
16108
16109 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16110
16111         * spam.el (spam-report-articles-resend)
16112         (spam-report-resend-register-routine): Allow ham reporting.
16113         (spam-report-resend-register-ham-routine): Add wrapper.
16114         (spam-registration-functions): Add ham resending functions.
16115         (spam-list-of-processors): Add ham resend processor.
16116
16117         * gnus.el (ham-resend-to): Add new group parameter.
16118         (spam-process): Add ham resend option.
16119
16120         * spam-report.el (spam-report-resend): Allow reporting ham.
16121         (spam-report-resend-ham): Add wrapper.
16122
16123 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16124
16125         * message.el (message-cite-articles-with-x-no-archive): New
16126         variable.
16127         (message-cite-original): Use it.
16128
16129 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16130
16131         * message.el (message-cite-original): Respect X-No-Archive.
16132
16133 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * gnus-art.el (article-hide-headers): Refer to the values for
16136         gnus-ignored-headers and gnus-visible-headers in the summary
16137         buffer since a user may have set them as group parameters.
16138
16139 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16140
16141         * assistant.el (assistant-node-name): Add convenience function.
16142         (assistant-render-text, assistant-render-node): Add error handling,
16143         plus handle multiple next nodes.
16144         (assistant-find-next-node): Comment out for now.
16145         (assistant-find-next-nodes): Add function, returns list of next
16146         nodes.
16147
16148 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16149
16150         * mail-source.el (mail-source-directory): Fix doc-string.
16151
16152 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16153
16154         * assistant.el (assistant-render-text, assistant-eval): Add :set
16155         widget type, which is different because it takes and returns a
16156         list.  Much hilarity ensues.
16157
16158 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16159
16160         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16161
16162         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16163         doc-string.
16164
16165         * gnus-start.el (gnus-activate-group): Added doc-string.
16166
16167 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16170
16171 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16172
16173         * assistant.el (assistant-render-text): Try to add a :set
16174         widget, more to come.
16175
16176         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16177         strings.
16178         (spam-report-articles-resend)
16179         (spam-register-routine): Do registration iff any articles warrant
16180         it.
16181         (spam-summary-prepare-exit): Change log message for nil group
16182         destinations.
16183
16184 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16185
16186         * spam.el (spam-report-resend-register-routine): Allow
16187         spam-report-resend-to to be a group parameter or a global value.
16188
16189 2004-05-26  Simon Josefsson  <jas@extundo.com>
16190
16191         * starttls.el: Merge with my GNUTLS based starttls.el.
16192         (starttls-gnutls-program, starttls-use-gnutls)
16193         (starttls-extra-arguments, starttls-process-connection-type)
16194         (starttls-connect, starttls-failure, starttls-success): New
16195         variables.
16196         (starttls-program, starttls-extra-args): Doc fix.
16197         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16198         functions.
16199         (starttls-negotiate, starttls-open-stream): Check
16200         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16201         function if it is set.
16202
16203 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16206         structured fields.
16207
16208 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16211
16212 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16213
16214         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16215         variable.
16216         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16217         assigning the spam-mark to new messages.
16218
16219 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16220
16221         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16222
16223 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16226
16227         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16228         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16229         default.
16230
16231 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16232
16233         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16234         correct data.
16235
16236 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16237
16238         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16239         (spam-group-processor-p): Fix function.
16240         (spam-group-processor-multiple-p)
16241         (spam-group-spam-processor-report-gmane-p)
16242         (spam-group-spam-processor-report-resend-p)
16243         (spam-group-spam-processor-bogofilter-p)
16244         (spam-group-spam-processor-blacklist-p)
16245         (spam-group-spam-processor-ifile-p)
16246         (spam-group-ham-processor-ifile-p)
16247         (spam-group-spam-processor-spamoracle-p)
16248         (spam-group-spam-processor-crm114-p)
16249         (spam-group-ham-processor-bogofilter-p)
16250         (spam-group-spam-processor-stat-p)
16251         (spam-group-ham-processor-stat-p)
16252         (spam-group-ham-processor-whitelist-p)
16253         (spam-group-ham-processor-BBDB-p)
16254         (spam-group-ham-processor-spamoracle-p)
16255         (spam-group-ham-processor-copy-p): Remove functions with some
16256         prejudice against unneeded code.
16257         (spam-report-articles-resend)
16258         (spam-report-resend-register-routine): Allow the group/topic
16259         spam-resend-to value to override spam-report-resend-to.
16260         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16261         properly now.
16262
16263         * gnus.el (spam-resend-to): Add group/topic parameter.
16264         (spam-process): Move the OBSOLETE processors to the end of the
16265         choices.
16266
16267 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16268
16269         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16270         with resend-to set to nil, and then ask the user if necessary.
16271         (spam-report-resend): spam-report-resend takes a list of articles, not
16272         separate article numbers.
16273
16274 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16277         addition to emacs-w3m.
16278
16279 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16280
16281         * assistant.el (assistant-authinfo-data): New function.
16282         (assistant-eval): Eval for entire assistant.
16283
16284         * netrc.el (netrc-services-file): New variable.
16285         (netrc-parse-services): New function.
16286         (netrc-find-service-name): New function.
16287         (netrc-find-service-number): New function.
16288         (netrc-port-equal): New function.
16289         (netrc-machine): Use it.
16290
16291         * nnimap.el (nnimap-open-connection): Use netrc.
16292
16293         * gnus-util.el (gnus-netrc-get): Remove aliases.
16294
16295         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16296
16297         * assistant.el (wid-edit): Fix compilation.
16298
16299         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16300
16301 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16302
16303         * gnus-util.el (gnus-set-file-modes): New function.  (small
16304         patch).
16305
16306 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16307
16308         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16309
16310         * assistant.el (assistant-render-node): Fix up rendering and
16311         read-only text.
16312         (assistant-render-node): Reset.
16313         (assistant-make-read-only): Not sticky.
16314
16315 2004-05-20  Danny Siu  <dsiu@adobe.com>
16316
16317         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16318         centered even when gnus-auto-center-summary is t.
16319
16320 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16321
16322         * dns.el (dns-get-txt-answer): New function.
16323         (dns-read-txt): Ditto.
16324         (query-dns): Use it.
16325
16326 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16329         active for foreign groups even if the group level is higher than
16330         the specified value.
16331
16332 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16333
16334         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16335         non-active groups.
16336
16337         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16338
16339 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16340
16341         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16342
16343 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16344
16345         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16346         (spam-crm114-header, spam-crm114-spam-switch)
16347         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16348         (spam-crm114-positive-spam-header)
16349         (spam-crm114-database-directory, spam-list-of-processors)
16350         (spam-group-spam-processor-crm114-p)
16351         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16352         (spam-generic-score, spam-list-of-checks)
16353         (spam-list-of-statistical-checks, spam-registration-functions)
16354         (spam-check-crm114-headers, spam-crm114-score)
16355         (spam-check-crm114, spam-crm114-register-with-crm114)
16356         (spam-crm114-register-spam-routine)
16357         (spam-crm114-unregister-spam-routine)
16358         (spam-crm114-register-ham-routine)
16359         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16360         asjo@koldfront.dk (Adam Sjøgren).
16361
16362         * gnus.el: Add spam-use-crm114.
16363
16364         * spam.el (spam-list-of-processors, spam-registration-functions):
16365         Add spam-use-resend.
16366         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16367         (spam-report-articles-gmane): Add doc fix.
16368         (spam-report-articles-resend, spam-report-resend-register-routine):
16369         Add wrappers around spam-report-resend-to.
16370
16371         * spam-report.el (spam-report-resend-to, spam-report-resend):
16372         Add support for resending spam.
16373         (spam-report-gmane): Fix line length >80.
16374
16375         * gnus.el (spam-process): Add spam-use-resend.
16376
16377 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16378
16379         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16380         number of processed spam messages.
16381         (spam-ham-copy-or-move-routine): Return the number of processed
16382         ham messages.
16383         (spam-summary-prepare-exit): Use the above values to decide
16384         whether status messages shouled be displayed.
16385
16386 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16389         `rfc2047-encoding-function-alist' in order to avoid conflicting
16390         with the old version.
16391         (rfc2047-encode-region): Concatenate words containing non-ASCII
16392         characters in structured fields; don't encode space-delimited
16393         ASCII words even in unstructured fields; don't break words at
16394         char-category boundaries.
16395         (rfc2047-encode-1): New function.
16396         (rfc2047-encode): Use it; encode text so that it occupies the
16397         maximum width within 76-column; work correctly on Q encoding for
16398         iso-2022-* charsets.
16399         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16400         sure not to break a line just after the header name.
16401         (rfc2047-b-encode-region): Removed.
16402         (rfc2047-b-encode-string): New function.
16403         (rfc2047-q-encode-region): Removed.
16404         (rfc2047-q-encode-string): New function.
16405
16406         * mm-util.el (mm-replace-in-string): New function.
16407
16408 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16409
16410         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16411         get it right.
16412         (gnus-inews-make-draft): Really.
16413
16414 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16415
16416         * nnmh.el (nnmh-request-list-1): Don't check the link count
16417         before descending.  (small patch)
16418
16419 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16420
16421         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16422         stuff.
16423
16424         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16425         on real group name.
16426
16427         * gnus-art.el (gnus-signature-limit): Doc fix.
16428
16429         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16430
16431         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16432
16433 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16434
16435         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16436         isn't a string.
16437
16438 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16439
16440         * gnus-draft.el (gnus-draft-send): Bind
16441         rfc2047-encode-encoded-words.
16442
16443         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16444         (rfc2047-encodable-p): Say that =? needs encoding.
16445         (rfc2047-encode-encoded-words): New variable.
16446
16447         * gnus-group.el (gnus-group-select-group): Doc fix.
16448
16449         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16450
16451         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16452         to nil.
16453
16454         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16455
16456         * nnheader.el (nnheader-get-lines-and-char): New function.
16457
16458 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16459
16460         * gnus-msg.el (gnus-summary-followup-with-original): Document
16461         yanking of region when active.
16462
16463 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16466         groups if the group level is higher than the specified value.
16467
16468 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16469
16470         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16471         (gnus-group-jump-to-group): Added prefix argument using
16472         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16473         non-active group.
16474
16475         * compface.el (uncompface): Be verbose when changing
16476         `uncompface-use-external'.
16477
16478         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16479         handle manual section.
16480
16481 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16482
16483         * gnus-art.el (gnus-button-alist): Revert previous change.
16484
16485 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16486
16487         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16488
16489 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16490
16491         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16492         whether backend can accept message.
16493
16494         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16495
16496 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16497
16498         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16499         Avoid creating directory when nntp-marks-is-evil is true.
16500         Reported by Reiner Steib.
16501
16502 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16503
16504         * gnus-picon.el (gnus-picon-style): New variable.
16505         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16506         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16507         Jesper Harder <harder@ifa.au.dk>.
16508
16509 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16510
16511         * message.el (message-fill-field): Return point.
16512         (message-generate-headers): Go to end of field.
16513
16514         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16515         stuff for non-living groups.
16516
16517 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16518
16519         * gnus-art.el (gnus-article-followup-with-original)
16520         (gnus-article-reply-with-original): gnus-mark-active-p ->
16521         gnus-region-active-p.
16522
16523 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16524
16525         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16526         only when there is spam or ham to be processed.
16527
16528 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16529
16530         * mail-source.el (mail-source-delete-crash-box): Refactor.
16531         (mail-source-fetch): Use it.
16532         (mail-source-fetch-file): Ditto.
16533         (mail-source-fetch-directory): Run postscript in loop.
16534         (mail-source-fetch-pop): Delete.
16535         (mail-source-fetch-maildir): Ditto.
16536         (mail-source-fetch-imap): Ditto.
16537
16538         * imap.el (imap-authenticators): Comment out sasl.
16539
16540         * message.el (message-skip-to-next-address): New function.
16541         (message-fill-header-address): Refactor.
16542         (message-fill-address): Use it.
16543         (message-delete-address): Use it.
16544         (message-fill-header-general): Refactor.
16545         (message-fill-field-address): Rename.
16546         (message-narrow-to-field): Find the start of the header.
16547         (message-header-format-alist): Don't pre-fill.
16548         (message-fill-header): Removed.
16549         (message-insert-header): New function.
16550         (message-shorten-references): Use it.
16551
16552         * rfc2047.el (rfc2047-field-value): Strip props.
16553
16554         * mail-parse.el (mail-header-make-address): New alias.
16555
16556         * ietf-drums.el (ietf-drums-make-address): New function.
16557
16558         * imap.el: Add compiler directives.
16559
16560         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16561
16562         * gnus-art.el (article-decode-idna-rhs): Don't use
16563         message-idna-inside-rhs-p.
16564
16565 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16566
16567         * message.el (message-idna-inside-rhs-p): Removed.
16568         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16569
16570         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16571         false positives.
16572
16573 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16574
16575         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16576
16577 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16578
16579         * nneething.el (nneething-file-name): Don't create spurious
16580         files.
16581
16582         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16583         (gnus-inews-do-gcc): Remove sleep.
16584
16585         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16586         part under point.
16587
16588         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16589         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16590
16591 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16592
16593         * spam.el (spam-summary-prepare-exit): Fixed (length).
16594
16595 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16596
16597         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16598         as expired without moving it" message when there are spam
16599         messages left.
16600
16601 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16602
16603         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16604         header is not nil.
16605
16606 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16607
16608         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16609         nntp-possibly-create-directory, not nntp-possibly-change-group.
16610         (nntp-marks-changed-p): New arg SERVER.
16611         (nntp-request-update-info): Adjust caller.
16612
16613 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16614
16615         * nntp.el (nntp-save-marks): Pass missing arg.
16616
16617 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16618
16619         * nntp.el: Support marks.
16620         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16621         (nntp-marks-modtime, nntp-marks-directory): New variables.
16622         (nntp-request-set-mark, nntp-request-update-info)
16623         (nntp-possibly-create-directory, nntp-marks-changed-p)
16624         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16625         functions.
16626
16627 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16628
16629         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16630         (gnus-xmas-redefine): Rename.
16631
16632         * gnus-score.el (gnus-score-insert-help): Use
16633         gnus-select-lowest-window.
16634
16635         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16636         appt-select-lowest-window and rename to gnus-select-lowest-window.
16637
16638         * gnus.el: do.
16639
16640 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16641
16642         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16643         encodings of MIME-encoded words, in order to improve
16644         interoperability with several broken MUAs.
16645
16646 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16647
16648         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16649         tags, only when charsets are not specified in headers.
16650         (mm-inline-text-html-render-with-w3m): Ditto.
16651
16652         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16653         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16654
16655 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16656
16657         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16658         instead of MIME-decoded from fields when checking
16659         `gnus-article-address-banner-alist'.
16660
16661 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16662
16663         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16664         description rather than subject.
16665
16666 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16667
16668         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16669
16670 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16671
16672         * gnus.el (gnus-version-number): Bump.
16673
16674 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16675
16676         * gnus.el: No Gnus v0.2 is released.
16677
16678 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16679
16680         * gnus-agent.el (gnus-agent-read-agentview): Inline
16681         gnus-uncompress-range.
16682
16683 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16684
16685         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16686         `exec-installed-p'.
16687
16688 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16689
16690         * gnus.el (spam-process, spam-autodetect-methods): Add
16691         bsfilter and bsfilter-headers.
16692
16693         * spam.el (spam-bsfilter): New customize group.
16694         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16695         (spam-bsfilter-header, spam-bsfilter-probability-header)
16696         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16697         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16698         (spam-bsfilter-database-directory): New options.
16699         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16700         (spam-list-of-statistical-checks, spam-registration-functions):
16701         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16702         (spam-bsfilter-score): New command.
16703         (spam-check-bsfilter-headers, spam-check-bsfilter)
16704         (spam-bsfilter-register-with-bsfilter)
16705         (spam-bsfilter-register-spam-routine)
16706         (spam-bsfilter-unregister-spam-routine)
16707         (spam-bsfilter-register-ham-routine)
16708         (spam-bsfilter-unregister-ham-routine): New functions.
16709         (spam-generic-score): Support bsfilter; Accept an optional argument
16710         to recalcurate spam score even if scoring header has already been
16711         added.
16712         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16713         optional argument to recalcurate spam score even if scoring header
16714         has already been added.
16715
16716 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16717
16718         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16719         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16720         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16721         link is missing.
16722
16723 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16724
16725         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16726         (html2text-get-attr): Rewrite.
16727
16728         * message.el (message-setup-1): Remove redundant put-text-property
16729         on mail-header-separator.
16730
16731 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16732
16733         * gnus-registry.el (gnus-registry-cache-whitespace)
16734         (gnus-registry-action, gnus-registry-spool-action)
16735         (gnus-registry-split-fancy-with-parent): Change message levels
16736         from 5 to 3 or 7, as needed.
16737
16738         * spam.el (spam-summary-prepare-exit)
16739         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16740         (spam-split, spam-find-spam, spam-log-undo-registration)
16741         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16742         level from 5 to 6.
16743
16744 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16747         2004-03-04 change).
16748
16749 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16750
16751         * sieve-manage.el (sieve-manage-open):
16752         * nnweb.el (nnweb-insert-html):
16753         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16754         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16755         * nnspool.el (nnspool-request-group):
16756         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16757         * nnml.el (nnml-request-update-info):
16758         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16759         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16760         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16761         (nnimap-request-set-mark):
16762         * nnfolder.el (nnfolder-request-update-info):
16763         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16764         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16765         * gnus-uu.el (gnus-uu-find-articles-matching):
16766         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16767         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16768         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16769         * gnus-nocem.el (gnus-nocem-scan-groups):
16770         * gnus-int.el (gnus-start-news-server):
16771         * gnus-group.el (gnus-group-make-kiboze-group)
16772         (gnus-group-browse-foreign-server):
16773         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16774         Use mapc when appropriate.
16775
16776 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16777
16778         FIXME: Make separate entries for each person.
16779
16780         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16781         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16782         <shields@msrl.com>:
16783
16784         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16785         may need for spam sorting and scoring.
16786         (spam-user-format-function-S): Add user format function suitable for
16787         general use.
16788         (spam-article-sort-by-spam-status): Add sorting function for summary
16789         sorting.
16790         (spam-extra-header-to-number): Add function to get a score from a
16791         header.
16792         (spam-summary-score): Add function to get a numeric score from the
16793         headers.
16794         (spam-generic-score): Fix function doc, was in wrong place.
16795         (spam-initialize): Take symbols when it's run, and install the
16796         extra headers that spam-necessary-extra-headers thinks we need.
16797
16798 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16799
16800         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16801         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16802
16803 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16804
16805         * gnus-sum.el (gnus-set-global-variables)
16806         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16807         (gnus-article-get-xrefs, gnus-summary-best-group)
16808         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16809         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16810         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16811         Use with-current-buffer.
16812
16813 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16814
16815         * spam.el (spam-summary-prepare-exit): Simplify logic.
16816         (spam-fetch-article-header): Read the article header if it's not
16817         available.
16818         (spam-list-articles): Simplify logic.
16819         (spam-filelist-register-routine): Fix bug with unregister-list.
16820
16821         * gnus-registry.el: Fix comments at beginning.
16822
16823 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16824
16825         * message.el (message-cater-to-broken-inn): Remove.
16826         (message-shorten-references): Make sure the total folded length of
16827         References is shorter than 998 characters to cater to a bug in INN
16828         2.3.  Also, don't pretend that references aren't folded -- this
16829         hasn't worked for a while.
16830
16831 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16832
16833         * gnus-agent.el (gnus-agentize):
16834         gnus-agent-send-mail-real-function no longer set to current value
16835         of message-send-mail-function but rather a lambda that calls
16836         message-send-mail-function.  The change makes the agent real-time
16837         responsive to user changes to message-send-mail-function.
16838
16839 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16840
16841         * legacy-gnus-agent.el
16842         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16843         help from Florian Weimer <fw@deneb.enyo.de>
16844
16845 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16846
16847         * nnmail.el (nnmail-cache-insert): Revert last change.
16848
16849 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * nnmail.el (nnmail-cache-insert): Always check whether
16852         nnmail-cache-ignore-groups matches a group name.
16853
16854 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16855
16856         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16857         (spam-find-spam, spam-log-processing-to-registry)
16858         (spam-log-registered-p, spam-log-unregistration-needed-p)
16859         (spam-log-undo-registration): Use gnus-message instead of
16860         gnus-error, none of these errors are fatal.
16861
16862         * gnus-registry.el (gnus-registry-clean-empty-function)
16863         (gnus-registry-clean-empty): Remove only empty entries without
16864         extra data.
16865
16866 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16867
16868         * spam-stat.el (spam-stat-buffer-change-to-spam)
16869         (spam-stat-buffer-change-to-non-spam): Change (error) to
16870         (gnus-message 8) invocation.
16871
16872 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * nntp.el (nntp-via-netcat-command): New variable.
16875         (nntp-via-netcat-switches): New variable.
16876         (nntp-open-via-rlogin-and-netcat): New function.
16877         (nntp-open-connection-function): Doc fix.
16878         (nntp-telnet-command): Doc fix.
16879         (nntp-end-of-line): Doc fix.
16880         (nntp-via-rlogin-command): Doc fix.
16881         (nntp-via-user-name): Doc fix.
16882         (nntp-via-address): Doc fix.
16883
16884 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16887         error in Emacs 21.1.
16888
16889 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16890
16891         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16892
16893 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16894
16895         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16896         (gnus-agent-with-refreshed-group): New macro.
16897         (gnus-agent-rename-group): New function.
16898         (gnus-agent-delete-group): New function.
16899         (gnus-agent-save-group-info): Use gnus-command-method when
16900         `method' parameter is nil.  Don't write nil entries into the
16901         active file.
16902         (gnus-agent-get-group-info): New function.
16903         (gnus-agent-fetch-articles): Use
16904         gnus-agent-update-files-total-fetched-for to increment disk space
16905         used.
16906         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16907         gnus-agent-update-view-total-fetched-for to increment disk space
16908         used.
16909         (gnus-agent-get-local): Added optional parameters to avoid calling
16910         gnus-group-real-name and gnus-find-method-for-group.
16911         (gnus-agent-set-local): Delete stored entry if either min, or max,
16912         are nil.
16913         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16914         quit, use gnus-agent-regenerate-group to record existance of any
16915         articles fetched to disk before the quit occurred.
16916         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16917         gnus-agent-update-view-total-fetched-for, and
16918         gnus-agent-update-files-total-fetched-for to decrement disk space
16919         used.
16920         (gnus-agent-retrieve-headers): Use
16921         gnus-agent-update-view-total-fetched-for to increment disk space
16922         used.
16923         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16924         with gnus-agent-update-files-total-fetched-for to decrement disk
16925         space and fresh group buffer.
16926         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16927         (gnus-agent-need-update-total-fetched-for): New variable.
16928         (gnus-agent-update-files-total-fetched-for): New function.
16929         (gnus-agent-update-view-total-fetched-for): New function.
16930         (gnus-agent-total-fetched-for): New function.
16931
16932         * gnus-cache.el (gnus-cache-save-buffers): Use
16933         gnus-cache-update-overview-total-fetched-for to change disk space
16934         used by this group.
16935         (gnus-cache-possibly-enter-article): Use
16936         gnus-cache-update-file-total-fetched-for to increment disk space
16937         used by this group.
16938         (gnus-cache-possibly-remove-article): Use
16939         gnus-cache-update-file-total-fetched-for to decrement disk space
16940         used by this group.
16941         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16942         (gnus-cache-rename-group): New function.
16943         (gnus-cache-delete-group): New function.
16944         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16945         (gnus-cache-need-update-total-fetched-for): New variable.
16946         (gnus-cache-with-refreshed-group): New macro.
16947         (gnus-cache-update-file-total-fetched-for): New function.
16948         (gnus-cache-update-overview-total-fetched-for): New function.
16949         (gnus-cache-rename-group-total-fetched-for): New function.
16950         (gnus-cache-delete-group-total-fetched-for): New function.
16951         (gnus-cache-total-fetched-for): New function.
16952
16953         * gnus-group.el: Require gnus-sum and autoload functions to
16954         resolve warnings when gnus-group.el compiled alone.
16955         (gnus-group-line-format): Documented new %F.
16956         (size of Fetched data) group line format; identifies disk space
16957         used by agent and cache.
16958         (gnus-group-line-format-alist): Defined new F format.
16959         (gnus-total-fetched-for): New function.
16960         (gnus-group-delete-group): No longer update
16961         gnus-cache-active-altered as gnus-request-delete-group now keeps
16962         the cache in sync.
16963         (gnus-group-list-active): Let the agent store a server's active
16964         list if currently plugged.
16965
16966         * gnus-int.el (gnus-request-delete-group):
16967         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16968         local disk in sync with the server.
16969         (gnus-request-rename-group):
16970         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16971         local disk in sync with the server.
16972
16973         * gnus-start.el (gnus-get-unread-articles):
16974         Cosmetic simplification to logic.
16975
16976         * gnus-util.el (gnus-rename-file): New function.
16977
16978 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16979
16980         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16981
16982 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16983
16984         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16985         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16986
16987 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16988
16989         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16990         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16991
16992 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16993
16994         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16995
16996 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16997
16998         * spam.el (spam-set-difference): Add function to replace
16999         gnus-set-difference in spam.el.
17000         (spam-summary-prepare-exit): Use spam-set-difference.
17001
17002 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17003
17004         * gnus-registry.el (gnus-registry-cache-file): Update to use
17005         gnus-dribble-directory OR gnus-home-directory OR ~.
17006         (gnus-registry-split-fancy-with-parent): Fix doc.
17007
17008 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * message.el (message-exchange-point-and-mark): Use
17011         message-mark-active-p.  Suggested by Jesper Harder
17012         <harder@ifa.au.dk>.
17013
17014 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * message.el (message-exchange-point-and-mark): Don't activate
17017         region if it was inactive.  Suggested by Hiroshi Fujishima
17018         <pooh@nature.tsukuba.ac.jp>.
17019
17020 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * gnus-art.el (article-display-face): Display Faces in the same
17023         order as X-Faces.
17024
17025 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17028
17029 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17032         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17033         (gnus-article-mime-hierarchy): Remove.
17034         (gnus-article-mime-hierarchy-next): Remove.
17035         (gnus-article-mode): Revert 2004-03-19 change.
17036         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17037         (gnus-insert-mime-button): Revert 2004-03-19 change.
17038         (gnus-mime-accumulate-hierarchy): Remove.
17039         (gnus-mime-enter-multipart): Remove.
17040         (gnus-mime-leave-multipart): Remove.
17041         (gnus-mime-display-part): Revert 2004-03-19 change.
17042         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17043
17044         * mml.el (mml-preview): Revert 2004-03-19 change.
17045
17046 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17047
17048         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17049
17050 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17053         t while entering a file name using the mm-with-multibyte macro.
17054         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17055
17056         * mm-util.el (mm-with-multibyte): New macro.
17057
17058 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17061         user option.
17062         (gnus-mime-multipart-functions): Doc and customization fix.
17063         (gnus-article-mime-hierarchy): New variable.
17064         (gnus-article-mime-hierarchy-next): New variable.
17065         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17066         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17067         gnus-article-mime-hierarchy-next to nil.
17068         (gnus-insert-mime-button): Show hierarchy numbers.
17069         (gnus-mime-accumulate-hierarchy): New function.
17070         (gnus-mime-enter-multipart): New function.
17071         (gnus-mime-leave-multipart): New function.
17072         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17073         (gnus-mime-display-alternative): Show hierarchy numbers.
17074
17075         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17076         gnus-article-mime-hierarchy-next to nil.
17077
17078 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17079
17080         * dns.el: Don't require gnus-xmas.
17081
17082 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17083
17084         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17085         inline PGP.
17086         (mml-menu): Disable mml-quote-region if mark is inactive.
17087
17088 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17091         when the group's active is not available.
17092
17093 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17096         error.
17097
17098 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * imap.el (imap-store-password): New variable.
17101         (imap-interactive-login): Use it.
17102         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17103
17104 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17107         window-start and hscroll to summary window.
17108
17109 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17110
17111         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17112         conversion message to newsrc-dribble when an actual conversion is
17113         performed.
17114
17115 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17116
17117         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17118
17119 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * mm-decode.el (mm-complicated-handles): New function reviving
17122         former definition of mm-multiple-handles.
17123
17124         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17125         (gnus-mime-delete-part): Use it.
17126
17127 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17128
17129         * gnus-agent.el (gnus-agent-read-local): Bind
17130         nnheader-file-coding-system to gnus-agent-file-coding-system to
17131         avoid the implicit assumption that they will always be equal.
17132         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17133         coding-system-for-write, as the with-temp-file macro first prints
17134         to a buffer then saves the buffer.
17135
17136 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17137
17138         * gnus-art.el (gnus-article-edit-part): New function.
17139         (gnus-mime-save-part-and-strip): Use it; do query instead of
17140         signaling an error; don't use mm-multiple-handles.
17141         (gnus-mime-delete-part): Ditto.
17142
17143 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17144
17145         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17146         old file versions.
17147         (gnus-group-prepare-hook): Removed function that converted list
17148         form of gnus-agent-expire-days to group properties.
17149
17150         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17151         (gnus-request-accept-article): Re-indented.
17152
17153         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17154         converters to handle old agent file formats.  Added logic for a
17155         "backup before upgrading warning".
17156         (gnus-convert-mark-converter-prompt): Developers can mark
17157         functions as needing (default), or not needing,
17158         gnus-convert-old-newsrc's "backup before upgrading warning".
17159         (gnus-convert-converter-needs-prompt): Tests whether the user
17160         should be protected from potentially irreversable changes by the
17161         function.
17162
17163         * legacy-gnus-agent.el: New.  Provides converters that are only
17164         loaded when gnus-convert-old-newsrc needs to call them.
17165
17166 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17167
17168         * mail-source.el (mail-source-touch-pop): Doc fix.
17169
17170         * message.el (message-smtpmail-send-it): Doc fix.
17171
17172 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17173
17174         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17175
17176         * nnmail.el (nnmail-split-fancy): do.
17177
17178         * gnus-kill.el (gnus-kill, gnus-execute): do.
17179
17180 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17181
17182         * gnus-sum.el (gnus-widget-reversible-match)
17183         (gnus-widget-reversible-to-internal)
17184         (gnus-widget-reversible-to-external): New functions.
17185         (gnus-widget-reversible): New widget.
17186         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17187
17188 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17189
17190         * gnus-sum.el (gnus-thread-sort-functions)
17191         (gnus-article-sort-functions): Document `(not F)' items.
17192
17193 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17194
17195         * spam.el (spam-use-gmane-xref): Add new backend.
17196         (spam-gmane-xref-spam-group): Add variable to control the name of the
17197         Gmane spam group.
17198         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17199         (spam-regex-headers-spam, spam-regex-headers-ham)
17200         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17201         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17202         backends and checks.
17203         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17204
17205         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17206         an autodetect method.
17207
17208 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17209
17210         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17211         articles are being added to a group.
17212         (gnus-request-replace-article): Inform the agent that articles
17213         need to be uncached as the cached contents are no longer valid.
17214
17215 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * binhex.el: Don't autoload executable-find.
17218
17219         * canlock.el: Don't autoload mail-fetch-field.
17220
17221         * dgnushack.el: Autoload c-mode for XEmacs.
17222
17223         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17224
17225         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17226         rmail-dont-reply-to and rmail-output.
17227
17228         * gnus-score.el: Don't autoload ffap-string-at-point.
17229
17230         * gnus-setup.el: Don't autoload sc-cite-original.
17231
17232         * imap.el: Don't autoload base64-decode-string,
17233         base64-encode-string and md5.
17234
17235         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17236         and rmail-msg-restore-non-pruned-header.
17237
17238         * mm-decode.el: Don't autoload executable-find.
17239
17240         * mm-url.el: Don't autoload executable-find.
17241
17242         * mm-view.el: Don't autoload diff-mode.
17243
17244         * nndb.el: Don't autoload news-reply-mode, news-setup,
17245         cancel-timer and telnet.
17246
17247         * password.el: Don't autoload run-at-time for Emacs.
17248
17249         * sha1-el.el: Don't autoload executable-find.
17250
17251         * sieve-mode.el: Don't autoload c-mode.
17252
17253         * uudecode.el: Don't autoload executable-find.
17254
17255 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17256
17257         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17258         (gnus-agent-possibly-alter-active): Avoid null in numeric
17259         comparison.
17260         (gnus-agent-set-local): Refuse to save null in local object table.
17261         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17262         list of articles that will be marked as unread.
17263
17264 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17267
17268 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17269
17270         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17271         language tags.
17272
17273 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17274
17275         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17276         Don't bind "obarray".
17277
17278         * gnus-sum.el (gnus-thread-sort-functions): Added
17279         `gnus-thread-sort-by-most-recent-number' and
17280         `gnus-thread-sort-by-most-recent-date'.
17281         Reported by Kai Grossjohann <kai@emptydomain.de>.
17282
17283 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17284
17285         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17286
17287 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17288
17289         * gnus-cus.el (gnus-agent-customize-category): Removed
17290         ignore-errors macro reference that required cl to be loaded at
17291         run-time.
17292
17293         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17294         single-interval range of the form (min . max).  Previously the
17295         range had to look like ((min . max)).  Likewise, return
17296         (min . max) rather than ((min . max)).
17297         (gnus-range-map): Use gnus-range-normalize to accept
17298         single-interval range.
17299
17300         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17301         the cache, but not the agent, now appear with their usual face.
17302
17303         * dgnushack.el (loaddir): New variable that is bound to the
17304         directory containing the dgnushack.el file. Use loaddir, rather
17305         than srcdir, to update load-path. Change lets dgnushack compile
17306         code in directories other than GNUS/lisp.
17307
17308 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17309
17310         * lpath.el: Don't bind w3m-safe-url-regexp.
17311
17312         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17313         w3m-safe-url-regexp variable buffer-local.
17314
17315         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17316
17317 2004-02-27  Simon Josefsson  <jas@extundo.com>
17318
17319         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17320         gnus-group-real-prefix.
17321         (gnus-summary-move-article): Use it, instead of
17322         gnus-group-real-prefix.
17323
17324 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17325
17326         * lpath.el: Bind w3m-safe-url-regexp.
17327
17328         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17329         w3m-safe-url-regexp variable buffer-local and set it as the value
17330         of mm-w3m-safe-url-regexp.
17331
17332         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17333
17334         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17335         parsing gnus-posting-styles when the message is not for replying.
17336
17337         * dgnushack.el: Autoload sgml-mode for XEmacs.
17338
17339         * nnrss.el (nnrss-opml-export): Use
17340         mm-set-buffer-file-coding-system instead of
17341         set-buffer-file-coding-system.
17342
17343 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17344
17345         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17346         of checkdoc.el).
17347         * nnrss.el: do.
17348         * gnus-mlspl.el: do.
17349         * gnus-ml.el: do.
17350         * gnus-srvr.el: do.
17351
17352         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17353
17354 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17355
17356         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17357         Corrections to custom-manual links.
17358
17359         * gnus-art.el (gnus-article): Ditto.
17360
17361         * mm-decode.el (mime-display, mime-security): Ditto.
17362
17363 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17364
17365         * flow-fill.el: Typo.
17366
17367 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17368
17369         * spam-wash.el: New file.
17370
17371 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17372
17373         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17374
17375 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17376
17377         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17378         to be run with new-articles as LIST1, not LIST2.
17379         (spam-registration-functions): Add spam-use-ham-copy as a nil
17380         registration backend.
17381
17382 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17383
17384         * spam-stat.el (spam-stat-washing-hook): New option.
17385         (spam-stat-buffer-words): Use it.
17386         (spam-stat-process-directory, spam-stat-test-directory): Use
17387         insert-file-contents-literally.
17388         (spam-stat-coding-system): New variable.
17389         (spam-stat-load, spam-stat-save): Use it.
17390
17391 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * spam-report.el (spam-report-plug-agent): Quote
17394         spam-report-url-to-file and spam-report-url-ping-plain.
17395
17396 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17399         / in mailto URLs.
17400
17401 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17402
17403         * spam-report.el (spam-report-process-queue): Fix interactive use.
17404         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17405         (spam-report-unplug-agent): Doc fixes.
17406         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17407         (spam-report-agentize, spam-report-deagentize): Autoload.
17408
17409 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17412
17413         * message.el (message-setup-fill-variables): Add mml tags to
17414         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17415         <ajk@iu.edu>.
17416         (message-mode): Don't modify paragraph-separate there.
17417
17418 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17419
17420         * compface.el (uncompface-use-external): Default to undecided.
17421         (uncompface-use-external-threshold): New variable.
17422         (uncompface-float-time): New macro.
17423         (uncompface): Determine whether to use the external decoder if
17424         uncompface-use-external is undecided.
17425
17426 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17427
17428         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17429         after images.
17430
17431         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17432
17433 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17434
17435         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17436
17437         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17438
17439         * gnus-sum.el (gnus-summary-limit-to-age)
17440         (gnus-summary-limit-children): do.
17441
17442         * gnus-int.el (gnus-request-scan): do.
17443
17444         * gnus-group.el (gnus-group-suspend): do.
17445
17446         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17447
17448         * gnus-cite.el (gnus-cite-parse-attributions): do.
17449
17450         * gnus-agent.el (gnus-summary-set-agent-mark)
17451         (gnus-agent-regenerate-group): do.
17452
17453         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17454
17455         * binhex.el (binhex-decode-region-internal): do.
17456
17457 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * gnus-fun.el (gnus-face-properties-alist): New user option.
17460         (gnus-display-x-face-in-from): Use it.
17461
17462         * gnus-art.el (article-display-face): Ditto.
17463
17464         * compface.el (uncompface-use-external): Default to nil.
17465
17466 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17467
17468         * nntp.el (nntp-erase-buffer): New function.
17469         (nntp-retrieve-data, nntp-send-command)
17470         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17471         (nntp-possibly-change-group): Use it.
17472
17473         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17474         with-current-buffer.
17475
17476 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17477
17478         * compface.el: Merge the ELisp-based uncompface program.
17479         (compface): New customization group.
17480         (uncompface-use-external): New user option.
17481         (uncompface): Call uncompface-internal if uncompface-use-external
17482         is nil.
17483         (uncompface-internal): New function.  Note that there are also
17484         some other functions and variables added for this function.
17485
17486 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17487
17488         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17489         if necessary.
17490
17491 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17492
17493         * spam-report.el (spam-report-unplug-agent)
17494         (spam-report-plug-agent, spam-report-deagentize)
17495         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17496         Add support for the Agent in spam-report: when unplugged, report to a
17497         file; when plugged, submit all the requests.
17498
17499         * spam.el (spam-register-routine): Fix message about
17500         registration.
17501
17502 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17503
17504         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17505         dependencies.
17506         (rfc2047-encode): Use it.
17507
17508         * gnus-art.el (gnus-button-marker-list): Move before first
17509         reference.
17510
17511         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17512         (imap-parse-body): Fix format string mismatch.
17513
17514         * gnus-score.el (gnus-summary-increase-score): do.
17515
17516         * nnrss.el (nnrss-close): New function.
17517
17518 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17519
17520         * nnrss.el (nnrss-make-filename): New function.
17521         (nnrss-request-delete-group, nnrss-read-server-data)
17522         (nnrss-save-server-data, nnrss-read-group-data)
17523         (nnrss-save-group-data): Use it.
17524         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17525         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17526         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17527
17528 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17531
17532 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17533
17534         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17535         files.
17536
17537         * message.el (message-generate-headers-first): Don't quote nil
17538         and t in docstrings.
17539
17540         * imap.el (imap-id): do.
17541
17542         * gnus-agent.el (gnus-agent-consider-all-articles)
17543         (gnus-agent-queue-mail): do.
17544
17545 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17546
17547         * spam-report.el (spam-report-process-queue): New function.
17548         Process requests from `spam-report-requests-file'.
17549         (spam-report-process-queue): Doc fix.
17550
17551 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17552
17553         * spam.el (spam-register-routine)
17554         (spam-log-processing-to-registry, spam-log-registered-p)
17555         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17556         Change "check" to "spam-check" for semi-clarity.
17557
17558 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17559
17560         * pop3.el: Require nnheader.
17561
17562         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17563
17564         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17565
17566         * gnus-picon.el: Require cl.
17567
17568         * gnus-fun.el: Require gnus-ems and gnus-util.
17569
17570         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17571
17572         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17573
17574         * gnus-art.el (gnus-article-edit-mode): Define before first
17575         reference.
17576
17577 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17578
17579         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17580         (gnus-uu-post-encoded): Use point-at-bol.
17581
17582         * gnus-topic.el (gnus-group-active-topic-p): do.
17583
17584         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17585
17586         * gnus-group.el (gnus-group-kill-region): do.
17587
17588         * gnus-art.el (article-date-ut): do.
17589
17590         * message.el (message-fetch-field): Remove redundant
17591         case-fold-search binding.
17592         (message-narrow-to-field): Simplify.
17593
17594 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17595
17596         * spam.el (spam-directory): Derive from `gnus-directory'.
17597
17598         * spam-report.el (spam-report-url-to-file)
17599         (spam-report-requests-file): New function and variable for offline
17600         reporting.
17601         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17602         and user defined function.
17603         (spam-report-url-ping-mm-url): Remove doubled slash.
17604
17605 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17606
17607         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17608
17609 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17610
17611         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17612         format string mismatch.
17613
17614         * sieve.el (sieve-deactivate-all): do.
17615
17616         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17617
17618         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17619
17620         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17621
17622         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17623
17624 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17625
17626         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17627         the list of checks.
17628
17629 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17630
17631         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17632         padding.
17633
17634 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17635
17636         * mm-view.el (mm-fill-flowed): New variable.
17637         (mm-inline-text): Use it.
17638
17639 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17640
17641         * spam.el (spam-spamassassin-register-ham-routine)
17642         (spam-spamassassin-register-spam-routine): Fix function names.
17643
17644 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17645
17646         * gnus.el (gnus-tmp-grouplens): Remove.
17647         (gnus-summary-line-format): Remove grouplens.
17648
17649         * gnus-group.el (gnus-group-line-format): Ditto.
17650
17651         * gnus-spec.el (gnus-format-specs): Ditto.
17652         (gnus-update-format-specifications): Flush the group format spec
17653         cache if there's the grouplens stuff.
17654         (gnus-parse-simple-format): Replace %l with the empty string.
17655
17656 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17657
17658         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17659         omission.
17660
17661 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17664         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17665
17666 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17667
17668         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17669         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17670         New macros and functions.
17671         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17672         Handle > NLINK_MAX messages.
17673         * nnmaildir.el (nnmaildir-request-set-mark): Use
17674         nnmaildir--emlink-p and nnmaildir--eexist-p.
17675
17676 2004-01-25  Alex Schroeder  <alex@gnu.org>
17677
17678         * spam-stat.el (spam-stat-process-directory-age): New option.
17679         (spam-stat-process-directory): Use it.
17680
17681 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17682
17683         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17684         (spam-stat-save): Accept prefix argument.
17685
17686 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17687
17688         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17689         links" error.
17690
17691 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17694         the rest of the and/or forms.
17695
17696 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17697
17698         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17699         compatibility with old .newsrc.eld files.
17700
17701         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17702
17703         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17704
17705         * gnus-start.el (gnus-1): do.
17706
17707         * gnus-group.el (gnus-group-line-format-alist): do.
17708
17709         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17710
17711         * gnus-gl.el: Remove.
17712
17713 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17714
17715         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17716         marks consisting of a single range {for example, (3 . 5)} rather
17717         than a list of a single range { ((3 . 5)) }.
17718
17719 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17720
17721         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17722         with-current-buffer.
17723         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17724         avoid consing a string.
17725
17726         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17727         Remove obsolete entries for big5 and gb2312.
17728
17729 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17730
17731         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17732         uncompressed list.
17733
17734 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17735
17736         * spam-stat.el (spam-stat-strip-xref): New function.
17737         (spam-stat-process-directory): Use it.
17738
17739         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17740         here -- it's done in message-fetch-field.
17741
17742 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17743
17744         * gnus-agent.el (gnus-agent-queue-mail)
17745         (gnus-agent-prompt-send-queue): New variables.
17746         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17747         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17748         "nndraft:queue" along to gnus-draft-send.  Use
17749         gnus-agent-prompt-send-queue.
17750         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17751         is "nndraft:queue".  Suggested by Gaute Strokkenes
17752         <gs234@srcf.ucam.org>
17753
17754         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17755         (agent-enable-undownloaded-faces): Added.
17756         (gnus-agent-cat-groups): Use eval-and-compile, not
17757         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17758         method of gnus-agent-cat-groups even when the buffer has been
17759         evaled.
17760         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17761         delete gnus-agent-save-active-1.
17762         (gnus-agent-save-groups): Deleted.  Identical to
17763         gnus-agent-save-active.
17764         (gnus-agent-write-active): No longer adjust agent's copy of active
17765         file as agent's adjustments are now stored in their own
17766         file.  Removed optional parameter.
17767         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17768         servers.  Add use of min/max range limits from server's local
17769         file.
17770         (gnus-agent-save-alist): Removed unused optional argument.
17771         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17772         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17773         (gnus-agent-set-local): A per-server file that keeps min/max range
17774         limits for articles known to the agent.  Provides a fast mechanism
17775         for altering many active ranges.
17776         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17777         active file (local makes it unnecessary).
17778         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17779
17780         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17781         (agent-enable-undownloaded-faces): Added.
17782
17783         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17784         disable it when sending to "nndraft:queue".
17785         (gnus-group-send-queue): Add safety check to avoid sending queue
17786         when unplugged.
17787
17788         * gnus-group.el (gnus-group-catchup): Use new
17789         gnus-sequence-of-unread-articles, not
17790         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17791         numbers of articles.  Use gnus-range-map to avoid having to
17792         uncompress the unread list.
17793         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17794         Fixed invalid ange-ftp reference.
17795
17796         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17797         (gnus-sorted-range-intersection): Intersection of two ranges
17798         without requiring that they first be uncompressed.
17799
17800         * gnus-start.el (gnus-activate-group): Unless blocked by the
17801         caller, possibly expand the active range to include both cached
17802         and agentized articles.
17803         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17804         multiple version-dependent converters.
17805         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17806         gnus-agent-save-active.
17807         (gnus-save-newsrc-file): Save dirty agent range limits.
17808
17809         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17810         gnus-agent-possibly-alter-active.
17811         (gnus-adjust-marked-articles): Faster handling of simple lists.
17812
17813 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17814
17815         * spam-stat.el (spam-stat-test-directory): New optional argument
17816         displays a list of files detected.  Suggested by Andrew Cohen
17817         <cohen@andy.bu.edu>.
17818         (spam-stat-buffer-words-with-scores): Don't narrow and change
17819         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17820
17821 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17822
17823         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17824         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17825         (spam-spamassassin-arguments)
17826         (spam-spamassassin-spam-flag-header)
17827         (spam-spamassassin-positive-spam-flag-header)
17828         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17829         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17830         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17831         (spam-list-of-processors, spam-list-of-checks)
17832         (spam-list-of-statistical-checks, spam-registration-functions)
17833         (spam-check-spamassassin-headers, spam-check-spamassassin)
17834         (spam-spamassassin-score)
17835         (spam-spamassassin-register-with-sa-learn)
17836         (spam-spamassassin-register-spam-routine)
17837         (spam-spamassassin-register-ham-routine)
17838         (spam-assassin-register-spam-routine)
17839         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17840         (spam-bogofilter-score): Fix to show article before scoring.
17841
17842 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17843
17844         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17845         default scoring function.
17846         (spam-generic-score): Call spam-spamassassin-score if
17847         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17848         spam-bogofilter-score otherwise.
17849
17850         * gnus.el (spam-process, spam-autodetect-methods): Add
17851         spamassassin and spamassassin-headers.
17852
17853 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17854
17855         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17856         Suppress unnecessary messages.
17857
17858 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17859
17860         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17861         make-hash-table.
17862
17863 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * canlock.el (base64-encode-string): Don't autoload it.
17866
17867 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17868
17869         * run-at-time.el: Remove useless (require 'itimer),
17870         eval-and-compile and (featurep 'xemacs).
17871
17872 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17873
17874         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17875         GROUP is a virtual group.
17876
17877 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17878
17879         * gnus.el: Autoload `message-y-or-n-p'.
17880
17881 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17882
17883         * pgg-parse.el: Remove unnecessary (require 'custom).
17884
17885         * pgg-def.el: do.
17886
17887         * nnmail.el: do.
17888
17889         * gnus-undo.el: do.
17890
17891         * gnus-picon.el: do.
17892
17893         * gnus-util.el: do.
17894
17895 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17896
17897         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17898
17899 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17902         handle, as well as a list.
17903
17904         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17905         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17906         (mm-w3m-cid-retrieve): Simplify.
17907
17908 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17909
17910         * message.el (message-kill-to-signature): Allow prefix arg to
17911         specify number of lines to keep before signature.
17912
17913 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17914
17915         * message.el (message-kill-to-signature): Change docstring.
17916
17917 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * canlock.el: Always require sha1-el.
17920         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17921
17922         * message.el: Autoload sha1 only when compiling.
17923
17924         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17925         eudc-expand-inline for XEmacs.
17926
17927 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * message.el (message-canlock-generate): Require sha1-el.
17930
17931 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17932
17933         * message.el (message-expand-name): Silence the byte compiler.
17934
17935         * lpath.el: Add detect-coding-system.
17936
17937         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17938         cus-edit.
17939
17940 2004-01-13  Simon Josefsson  <jas@extundo.com>
17941
17942         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17943         Invoke gnus-score-mode.  Reported by
17944         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17945
17946         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17947         Jim Blandy <jimb@redhat.com> (tiny change).
17948
17949 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17950
17951         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17952
17953 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17954
17955         * spam.el (spam-get-article-as-string): Update to use
17956         gnus-request-article-this-buffer, much simpler.
17957         (spam-get-article-as-buffer): Remove.
17958
17959 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17960
17961         * message.el (message-expand-name): Use EUDC if the user uses that.
17962
17963 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17964
17965         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17966         character for the encoding to avoid consing a string.
17967
17968         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17969         unnecessarily.
17970
17971         * mm-util.el (mm-replace-chars-in-string): Remove.
17972
17973         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17974         of mm-replace-chars-in-string.
17975
17976 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17977
17978         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17979
17980         * mm-util.el (mm-subst-char-in-string): Support inplace.
17981
17982         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17983         a new string in every iteration.  Use shy groups.
17984
17985 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17986
17987         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17988         * gnus-soup.el (gnus-soup-group-brew):
17989         * gnus-msg.el (gnus-put-message):
17990         * gnus-move.el (gnus-group-move-group-to-server):
17991         * gnus-kill.el (gnus-batch-score):
17992         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17993         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17994         (gnus-group-update-group, gnus-group-read-group)
17995         (gnus-group-make-group, gnus-group-make-help-group)
17996         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17997         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17998         (gnus-group-sort-by-unread, gnus-group-catchup)
17999         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18000         (gnus-group-yank-group, gnus-group-set-info)
18001         (gnus-group-list-groups):
18002         * gnus.el (gnus-generate-new-group-name):
18003         * gnus-delay.el (gnus-delay-send-queue):
18004         * nnvirtual.el (nnvirtual-catchup-group):
18005         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18006         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18007         (gnus-group-prepare-topics, gnus-topic-check-topology):
18008         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18009         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18010         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18011         (gnus-group-make-articles-read):
18012         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18013         (gnus-group-change-level, gnus-kill-newsgroup)
18014         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18015         (gnus-get-unread-articles, gnus-make-articles-unread)
18016         (gnus-make-ascending-articles-unread): Use accessor
18017         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18018         to get group information for improved readability.
18019
18020
18021 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18022
18023         * gnus-art.el (article-decode-mime-words, article-babel)
18024         (gnus-article-highlight-signature, gnus-article-add-buttons)
18025         (gnus-signature-toggle): Use gnus-with-article-buffer.
18026
18027         * gnus-art.el (gnus-article-highlight-headers)
18028         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18029
18030         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18031         (gnus-article-set-globals, gnus-request-article-this-buffer)
18032         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18033         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18034         (gnus-mime-display-alternative): Use with-current-buffer.
18035
18036 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18037
18038         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18039         also under 80 char limit, and call gnus-error if needed.
18040         (spam-fetch-article-header): Fix - it was a
18041         buffer-local variable (gnus-newsgroup-data).
18042         (spam-find-spam): Use spam-generate-fake-headers, forget about
18043         spam-insert-fake-headers.
18044         (spam-insert-fake-headers): Remove.
18045
18046 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18047
18048         * deuglify.el (gnus-article-outlook-unwrap-lines)
18049         (gnus-outlook-rearrange-article)
18050         (gnus-outlook-repair-attribution-outlook)
18051         (gnus-outlook-repair-attribution-block)
18052         (gnus-outlook-repair-attribution-other): Remove redundant
18053         save-excursion.
18054
18055 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18056
18057         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18058         (spam-fetch-field-subject-fast)
18059         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18060         (spam-fetch-article-header): Add functions to deal with Gnus
18061         internals for fast retrieval of article header data.
18062         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18063
18064 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18065
18066         * pop3.el (pop3-md5): Remove.
18067         (pop3-apop): Replace pop3-md5 with md5.
18068
18069         * mm-bodies.el: base64 is always built-in.
18070
18071         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18072         with-current-buffer.
18073
18074 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * canlock.el (canlock-insert-header): Remove excessive grouping in
18077         regexp.
18078
18079         * gnus-sum.el (gnus-summary-read-document): Ditto.
18080
18081         * gnus-uu.el (gnus-uu-part-number): Ditto.
18082
18083         * html2text.el (html2text-remove-tags): Ditto.
18084         (html2text-format-tags): Ditto.
18085         (html2text-format-single-elements): Ditto.
18086
18087         * mml.el (mml-parse-1): Ditto.
18088
18089 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18090
18091         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18092
18093         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18094
18095         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18096
18097         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18098
18099 2003-11-15  Simon Josefsson  <jas@extundo.com>
18100
18101         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18102         (pgg-gpg-lookup-key): Use regexp match instead of
18103         split-string (split-string is different between emacs 21.2 and
18104         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18105
18106 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18107
18108         * gnus-art.el (gnus-mime-view-all-parts)
18109         (gnus-article-part-wrapper, gnus-article-view-part): Use
18110         with-current-buffer.
18111
18112 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18113
18114         * spam.el (spam-disable-spam-split-during-ham-respool)
18115         (spam-spamoracle-database, spam-cache-lookups)
18116         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18117         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18118         (spam-group-ham-marks, spam-group-spam-marks)
18119         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18120         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18121         also add spam-use-blackholes to the statistical checks.
18122         (spam-fetch-field-fast): Add interface to fetching fields, may
18123         become a macro.
18124         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18125         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18126         (spam-insert-fake-headers): Fake an article when needed.
18127         (spam-find-spam): Fake article when possible.
18128         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18129         (spam-check-bogofilter-headers): Use message-fetch-field instead
18130         of nnmail-fetch-field.
18131
18132 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18133
18134         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18135
18136 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18137
18138         * spam.el (spam-split): Do not require spam-use-CHECK to be
18139         enabled if that check is passed to spam-split explicitly; also
18140         fix so 'spam doesn't get converted to spam-split-group when
18141         spam-split-symbolic-return is t.
18142         (spam-find-spam): Find registrations of the article and use those
18143         instead of re-running spam-split to find the spam/ham
18144         classification of the article.
18145         (spam-log-processing-to-registry, spam-log-registered-p)
18146         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18147         Use gnus-error instead of gnus-message.
18148         (spam-log-registration-type): Add function to determine the
18149         classification of a message based on registry entries; will
18150         return nil if both 'spam and 'ham are found.
18151         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18152         a reasonably fast local cache without the loading errors.
18153         (spam-cache-lookups): Set to t by default.
18154         (spam-find-spam): Don't try to guess spam-cache-lookups.
18155         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18156         spam-caches entry.
18157         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18158         caching of whitelist/blacklist entries.
18159         (spam-check-whitelist, spam-check-blacklist): Invoke
18160         spam-from-listed-p with a type, not a cache variable.
18161         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18162
18163 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18164
18165         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18166
18167         * nnmail.el (nnmail-split-fancy): do.
18168
18169         * mml.el (mml-parse): do.
18170
18171         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18172         (gnus-score-adaptive): do.
18173
18174 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18177         (gnus-mime-button-map): Don't set keymap parent.
18178         (gnus-button-ctan-directory-regexp): Use shy grouping.
18179         (gnus-prev-page-map): Don't set keymap parent.
18180         (gnus-prev-page-map): Remove duplicated one.
18181         (gnus-next-page-map): Don't set keymap parent.
18182         (gnus-mime-security-button-map): Ditto.
18183
18184         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18185         version number.
18186
18187         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18188
18189 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * canlock.el (canlock-sha1-function): Remove.
18192         (canlock-sha1-function-for-verify): Remove.
18193         (canlock-openssl-program): Remove.
18194         (canlock-openssl-args): Remove.
18195         (canlock-ignore-errors): Remove.
18196         (canlock-sha1-with-openssl): Remove.
18197         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18198         (canlock-verify): Don't use canlock-ignore-errors.
18199
18200         * sha1-el.el (sha1-string-external): Make it can return a string
18201         in binary form.
18202         (sha1-region-external): Ditto.
18203         (sha1-string-internal): Ditto.
18204         (sha1-region-internal): Ditto.
18205         (sha1-region): Ditto.
18206         (sha1-string): Ditto.
18207         (sha1): Ditto.
18208
18209 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18210
18211         * spam.el (spam-report-articles-gmane): New command.
18212
18213 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18214
18215         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18216
18217         * run-at-time.el (run-at-time-saved): Remove.
18218         (run-at-time): Doc fix.
18219
18220 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18221
18222         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18223         (gnus-summary-limit-map): Add it.
18224         (gnus-summary-make-menu-bar): do.
18225
18226 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18227
18228         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18229         Make attempt at some caching support (done for BBDB only now).
18230         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18231         addresses to be checked.
18232         (spam-clear-cache-BBDB): Add function, to be invoked by
18233         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18234         (spam-check-BBDB): Check and use the caches, if
18235         spam-cache-lookups is on, remove superfluous (provide).
18236
18237 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18238
18239         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18240
18241 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18242
18243         * run-at-time.el (run-at-time-saved): Move to after the definition
18244         of `run-at-time'.
18245
18246         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18247
18248 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18251         mm-w3m-local-map-property.
18252
18253         * mm-view.el (mm-w3m-mode-map): Remove.
18254         (mm-w3m-local-map-property): Remove.
18255         (mm-inline-text-html-render-with-w3m): Don't use
18256         mm-w3m-local-map-property.
18257
18258 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18259
18260         * run-at-time.el: New file.
18261
18262         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18263         under Emacs.
18264
18265         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18266         of gnus-set-text-properties.
18267
18268         * gnus-uu.el (gnus-uu-save-article): Ditto.
18269
18270         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18271
18272         * gnus-cite.el (gnus-cite-parse): Ditto.
18273
18274         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18275         of gnus-.
18276
18277         * gnus-xmas.el (run-at-time): Require run-at-time.
18278
18279         * gnus.el: Changed calls to nnheader-run-at-time and
18280         password-run-at-time throughout to use run-at-time directly.
18281
18282         * password.el: Removed definition of run-at-time.
18283
18284         * nnheaderxm.el: Remove definition of run-at-time.
18285
18286 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18287
18288         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18289         in prompt.
18290
18291 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18292
18293         * messagexmas.el (message-xmas-redefine): Alias
18294         `message-make-caesar-translation-table' to
18295         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18296         version.
18297
18298         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18299         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18300         `gnus-xmas-set-text-properties'.
18301         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18302         `gnus-xmas-completing-read'.
18303         (gnus-xmas-completing-read): Removed.
18304         (gnus-xmas-open-network-stream): Removed.
18305
18306         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18307         XEmacs version.
18308
18309         * dns.el (dns-make-network-process): Use `open-network-stream'
18310         instead of `gnus-xmas-open-network-stream'.
18311
18312         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18313
18314         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18315
18316 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18317
18318         * gnus-art.el (gnus-mime-display-alternative)
18319         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18320         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18321         Don't use gnus-local-map-property.
18322
18323         * gnus-util.el (gnus-local-map-property): Remove.
18324
18325         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18326         gnus-completing-read-maybe-default with completing-read.
18327
18328         * gnus-util.el (gnus-completing-read): do.
18329         (gnus-completing-read-maybe-default): Remove.
18330
18331 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18332
18333         * password.el: Only autoload `run-at-time' if not XEmacs.
18334         Only autoload the itimer functions if XEmacs.
18335
18336 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18337
18338         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18339         XEmacsen.
18340
18341         * dgnushack.el: Autoload executable-find for XEmacs.
18342
18343 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18344
18345         * gnus-art.el (gnus-read-string): Remove.
18346         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18347         read-string.
18348
18349 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18350
18351         * netrc.el: Autoload password-read.
18352         (netrc): Add configuration group.
18353         (netrc-encoding-method, netrc-openssl-path): Add
18354         variables for encoding and decoding of files with symmetric
18355         ciphers.
18356         (netrc-encode): Add assistant function to encode a file with
18357         netrc-encoding-method.
18358         (netrc-parse): Add interactive parameter, added optional
18359         decoding if netrc-encoding-method is non-nil but otherwise
18360         behavior is standard.
18361         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18362         Do s/encode/encrypt/ everywhere.
18363
18364         * spam.el: Remove executable-find autoload.
18365
18366 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18367
18368         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18369
18370         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18371
18372 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18373
18374         * gnus-art.el (gnus-treat-ansi-sequences)
18375         (article-treat-ansi-sequences): New variable and function.
18376         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18377
18378         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18379         Use it.
18380
18381 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18382
18383         * mm-util.el (mm-quote-arg): Remove.
18384
18385         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18386         shell-quote-argument.
18387
18388         * gnus-uu.el (gnus-uu-command): do.
18389
18390         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18391
18392         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18393         with make-char.
18394
18395         * mm-util.el (mm-make-char): Remove.
18396
18397         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18398         add-minor-mode.
18399
18400         * gnus-undo.el (gnus-undo-mode): do.
18401
18402         * gnus-topic.el (gnus-topic-mode): do.
18403
18404         * gnus-sum.el (gnus-dead-summary-mode): do.
18405
18406         * gnus-start.el (gnus-slave-mode): do.
18407
18408         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18409
18410         * gnus-ml.el (gnus-mailing-list-mode): do.
18411
18412         * gnus-gl.el (gnus-grouplens-mode): do.
18413
18414         * gnus-draft.el (gnus-draft-mode): do.
18415
18416         * gnus-dired.el (gnus-dired-mode): do.
18417
18418         * gnus-ems.el (gnus-add-minor-mode): Remove.
18419
18420         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18421         Replace gnus-char-width with char-width.
18422
18423         * gnus-ems.el (gnus-char-width): Remove.
18424
18425         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18426         Replace gnus-char-width with char-width.
18427
18428         * gnus-ems.el (gnus-char-width): Remove.
18429
18430         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18431         definition.
18432         Remove Emacs 20 hash table compatibility code.
18433
18434         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18435         20 compatibility code.
18436
18437         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18438
18439         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18440
18441         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18442         with point-at-{eol,bol}.
18443
18444         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18445
18446         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18447
18448         * flow-fill.el (fill-flowed-point-at-bol)
18449         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18450
18451         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18452         Replace with point-at-{eol,bol} throughout all files.
18453
18454 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18455
18456         * ntlm.el (ntlm-string-as-unibyte): New macro.
18457         (ntlm-build-auth-response): Use it.
18458
18459         Remove Emacs 20 stuff:
18460         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18461         (butlast, mapc, remove): Remove the compiler macros.
18462         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18463         of delq and copy-sequence.
18464         * gnus-art.el (popup-menu): Remove the compiler macro.
18465         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18466         Emacs 20.
18467
18468 2004-01-05  Simon Josefsson  <jas@extundo.com>
18469
18470         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18471         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18472         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18473         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18474         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18475         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18476         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18477         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18478         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18479         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18480         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18481         string-xor into ntlm-string-xor.  Suggested by
18482         Jesper Harder <harder@myrealbox.com>.
18483
18484         * ntlm.el: Don't include poem.
18485
18486         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18487         Jesper Harder <harder@myrealbox.com>.
18488
18489         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18490
18491         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18492         probably breaks emacs with DL patch, but do we care? Is anyone
18493         still using the DL stuff?)
18494
18495         * sieve-manage.el: Use the password package.
18496         (sieve-manage-read-passwd): Remove.
18497         (sieve-manage-interactive-login): Use password.  Re-add
18498         condition-case around loop.
18499
18500         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18501         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18502         the password package.
18503
18504 2003-02-19  Simon Josefsson  <jas@extundo.com>
18505
18506         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18507         token.
18508
18509 2002-08-07  Simon Josefsson  <jas@extundo.com>
18510
18511         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18512         (sieve-manage-authenticators):
18513         (sieve-manage-authenticator-alist): Add some SASL mechs.
18514         (sieve-sasl-auth): New function.
18515         (sieve-manage-cram-md5-auth):
18516         (sieve-manage-plain-auth): Rewrite using SASL library.
18517         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18518         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18519         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18520         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18521
18522 2004-01-05  Simon Josefsson  <jas@extundo.com>
18523
18524         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18525         New files.
18526
18527 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18528
18529         * gnus-group.el (gnus-no-groups-message): Update.
18530
18531         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18532
18533 2003-11-09  Simon Josefsson  <jas@extundo.com>
18534
18535         * imap.el: Support for ID IMAP extension (RFC 2971).
18536         (imap-local-variables): Add imap-id.
18537         (imap-id): New variable.
18538         (imap-id): New function.
18539         (imap-parse-response): Parse untagged ID response.
18540         * nnimap.el (nnimap-id): New variable.
18541         (nnimap-open-connection): Use it.
18542
18543 2003-12-28  Simon Josefsson  <jas@extundo.com>
18544
18545         * gnus-score.el (gnus-score-edit-all-score): New.
18546         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18547
18548 2004-01-04  Simon Josefsson  <jas@extundo.com>
18549
18550         * password.el: Add.
18551
18552 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18553
18554         * dns.el (dns-query-types): Fix typo.
18555         (dns-query-types): New function.
18556         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18557         PTR and SOA replies, see RFC 1035.
18558
18559 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18560
18561         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18562
18563         * Moved to Changelog.2.
18564
18565 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18566
18567         * gnus.el (gnus-version-number): Bump version.
18568
18569 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18570
18571         * gnus.el: No Gnus v0.1 is released.
18572
18573 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18574
18575         * gnus.el: No Gnus v0.0 is released.
18576
18577 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18578
18579         * gnus.el (gnus-version-number): Bump.
18580         (gnus-version): No.
18581
18582 See ChangeLog.2 for earlier changes.
18583
18584     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18585       Free Software Foundation, Inc.
18586
18587   This file is part of GNU Emacs.
18588
18589   GNU Emacs is free software: you can redistribute it and/or modify
18590   it under the terms of the GNU General Public License as published by
18591   the Free Software Foundation, either version 3 of the License, or
18592   (at your option) any later version.
18593
18594   GNU Emacs is distributed in the hope that it will be useful,
18595   but WITHOUT ANY WARRANTY; without even the implied warranty of
18596   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18597   GNU General Public License for more details.
18598
18599   You should have received a copy of the GNU General Public License
18600   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18601
18602 ;; Local Variables:
18603 ;; coding: utf-8
18604 ;; fill-column: 79
18605 ;; add-log-time-zone-rule: t
18606 ;; End: