(shr-tag-img): Ignore very small web bug type images.
[gnus] / lisp / ChangeLog
1 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4         control the background color.
5         (shr-tag-img): Ignore very small web bug type images.
6
7 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8
9         * shr.el (shr-table-depth): New variable.
10         (shr-tag-table-1): Only insert the images after the top-level table.
11
12         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
13
14         * gnus-util.el (gnus-list-memq-of-list): New function.
15
16         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
17         selected.
18         (nnimap-unsplittable-articles): New slot.
19         (nnimap-new-articles): Use it.
20
21 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
22
23         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
24         move to the previous line on `M-g'.
25
26 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
29         *-request-group, which seems unnecessary.
30
31         * nnimap.el (nnimap-quote-specials): Function copied over from
32         imap.el.
33         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
34         they support that.  Suggested by Tom Regner.
35
36 2010-10-29  Julien Danjou  <julien@danjou.info>
37
38         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
39         defalias.
40         (gnus-summary-delete-marked-with): Remove obsolete defalias.
41
42         * gnus.el: Remove `gnus-nntp-service' variable.
43         (gnus-secondary-servers): Make obsolete.
44         (gnus-nntp-server): Make obsolete.
45
46         * gnus-start.el (gnus-1): Remove x-splash calls.
47
48         * gnus-ems.el (gnus-x-splash): Remove.
49
50         * gnus.el (gnus-group-startup-message): Simplify/update code.
51
52         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
53         definition.
54
55         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
56         capability before doing anything.
57         (gnus-group-insert-group-line): Remove useless
58         gnus-group-remove-excess-properties.
59
60 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
61
62         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
63
64 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
67         config after reselecting.
68
69 2010-10-28  Julien Danjou  <julien@danjou.info>
70
71         * shr.el (shr-put-image): Use point even if only inserting text.
72         (shr-put-image): Save excursion when inserting alt text on non-graphic
73         display, so the behaviour is the same when we are on a graphic display.
74
75         * nnir.el (nnir-run-swish-e): Remove hyrex support.
76
77 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
80         (gnus-mime-copy-part): Check coding system, not charset.
81         (gnus-mime-view-part-externally): Never remove part.
82         (gnus-mime-view-part-internally): Don't remove part here.
83         (gnus-article-part-wrapper): Make sure MIME tag is visible.
84         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
85         multipart/alternative.
86
87         * mm-decode.el (mm-display-part): Take optional arg `force'.
88
89 2010-10-26  Julien Danjou  <julien@danjou.info>
90
91         * gnus-group.el (gnus-group-default-list-level): Add this function to
92         compute the default list level.
93         (gnus-group-default-list-level): Add possibility to use a function.
94
95 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
98
99         * gnus-group.el (gnus-group-completing-read)
100         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
101         gnus-replace-in-string.
102
103 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * shr.el (shr-tag-div): Added.
106
107         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
108
109 2010-10-25  Julien Danjou  <julien@danjou.info>
110
111         * gnus-util.el: Remove `gnus-with-local-quit'.
112
113         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
114
115 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
118         the original article buffer.
119
120 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * nnimap.el (nnimap-request-head): New function.
123         (nnimap-request-move-article): Try to be slighly faster by not
124         requesting the entire message when moving.
125         (nnimap-transform-headers): Don't bug out on bodiless articles.
126         (nnimap-send-command): Have no outstanding messages if the IMAP server
127         doesn't support streaming.
128         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
129
130 2010-10-24  Julien Danjou  <julien@danjou.info>
131
132         * message.el (message-default-headers): Fix type.
133
134 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
137         prefetching images.
138
139         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
140         backend for unknown groups.  This is mainly useful for nnimap groups.
141
142         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
143         group isn't covered by the agent.
144
145 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
146
147         * nnir.el (nnir-method-default-engines): new variable.
148         (nnir-run-query): use it.
149         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
150         (gnus-summary-nnir-goto-thread): change group if needed.
151
152         * gnus-group.el (gnus-group-group-map): add key binding for
153         gnus-group-make-nnir-group.
154
155 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * shr.el (shr-tag-object): Added.
158
159         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
160         original article buffer live.
161         (gnus-summary-select-article-buffer): Mention
162         gnus-widen-article-buffer.
163
164 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * shr.el (shr-tag-strong): Added.
167
168 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
171         group names.  They mess up the group buffer badly.
172
173         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
174
175         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
176         instead of the summary one.
177
178 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * mml.el (mml-preview): Work properly when editing article.
181
182         * gnus-start.el (gnus-read-active-file-1): Don't add method to
183         gnus-have-read-active-file if it's already been in.
184
185 2010-10-22  Tom Tromey  <tromey@redhat.com>
186
187         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
188         gnus-group-completing-read.
189
190 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * message.el (message-mode-map): Don't bind M-; to comment region, to
193         allow the global comment-dwim to work.
194
195 2010-10-21  Julien Danjou  <julien@danjou.info>
196
197         * message.el (message-setup-1): Allow message-default-headers to be a
198         function.
199
200 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * shr.el (shr-tag-table): Simplify.
203
204 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
207         to avoid trying to snarf invalid stuff.
208
209         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
210
211         * gnus.el (gnus-message-archive-group): Quote value.
212         (gnus-message-archive-group): Mark as changed.
213
214         * shr.el (shr-add-font): Don't put the font properties on the newline
215         or the indentation.
216
217         * message.el (message-fix-before-sending): Change options when sending
218         non-printable characters.
219
220         * gnus.el (gnus-message-archive-method): Change the default to
221         monthly outgoing groups.
222
223         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
224         that have gotten new numbers.
225
226         * nnimap.el (nnimap-request-replace-article): New function.
227
228 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
231         (nnrss-request-article): Don't use special html washing code.
232
233 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * shr.el (shr-tag-table): Remove useless nconc.
236
237 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * gnus-art.el (article-wash-html): Simplify and remove the charset
240         stuff.  Use the normal html rendering code instead of the special html
241         washing code.
242
243         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
244         `gnus-w3m' symbols.
245         (mm-text-html-washer-alist): Removed.
246
247         * mm-decode.el (mm-inline-text-html-renderer): Removed.
248         (mm-inline-media-tests): Removed use.
249         (mm-text-html-renderer): Change default to the `shr' symbol.
250
251         * mm-view.el (mm-inline-text-html): Removed use.
252
253         * gnus-art.el (gnus-blocked-images): New function.  Allow the
254         `gnus-blocked-images' to be a function.
255         (gnus-article-wash-function): Removed.
256
257 2010-10-20  Julien Danjou  <julien@danjou.info>
258
259         * spam.el (spam-list-of-processors): Mark as obsolete.
260
261         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
262         (nnimap-insert-partial-structure): Fix boundary detection.
263
264 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
265
266         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
267         run file-truename on remote files.  This can be expensive and even
268         prevent one from editing drafts if some unrelated buffer has a stale
269         connection.
270
271 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
272
273         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
274         kinsoku-eol regardless of shr-kinsoku-shorten.
275         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
276         (shr-tag-table): Support caption, thead, and tfoot.
277
278 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
281         lines.
282         (shr-save-contents): New command and keystroke.
283
284         * nndoc.el (nndoc-type-alist): Add git support.
285         (nndoc-git-type-p): New function.
286         (nndoc-transform-git-article): Ditto.
287         (nndoc-transform-git-headers): Ditto.
288         (nndoc-transform-git-headers): Generate Subject headers.
289
290         * shr.el (shr-parse-style): New function.
291         (shr-tag-span): Ditto.
292
293         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
294         to `G G' to avoid collisions.
295
296 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
297
298         * shr.el: Load kinsoku if necessary.
299         (shr-kinsoku-shorten): New internal variable.
300         (shr-find-fill-point): Make kinsoku shorten text line if
301         shr-kinsoku-shorten is bound to non-nil.
302         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
303         shr-indentation too when testing if table is wider than frame width.
304         (shr-insert-table): Use `string-width' instead of `length' to measure
305         text width.
306         (shr-insert-table-ruler): Make sure indentation is done at bol.
307
308 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
309
310         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
311         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
312         undecoded network data.
313
314 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
317         name in the mode line spec so that the mode line menu works
318         (bug #2431).
319
320         * message.el (message-get-reply-headers): If we're fed `to-address',
321         then always use that.
322
323         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
324         aren't so wide as to need to switch off the edit menu.
325
326         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
327         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
328
329         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
330         `M-g'.
331         (nnimap-update-info): Update flags/read marks even if \* isn't part of
332         the permanent marks.
333
334 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
335
336         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
337         Splitting according to references/in-reply-to obeys the ignore-groups
338         variable, while splitting by sender and subject do not.
339
340 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
343         alist, so that we can look for non-Unicode chars.
344         (article-translate-strings): Allow both character and string maps.
345
346 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * shr.el (shr-insert): Don't insert space behind a wide character
349         categorized as kinsoku-bol, or between characters both categorized as
350         nospace.
351
352 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
353
354         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
355         headers to gnus-newsgroup-headers.
356
357 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * shr.el (shr-tag-img): Don't align images -- since we're not
360         rescaling, this often leads to ugly displays.
361
362 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
363
364         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
365         duplicates.
366
367 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
368
369         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
370         call.
371
372 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * gnus.el: Autoload gnus-html-show-images.
375
376         * nnimap.el: Use nnheader-message throughout.
377
378         * shr.el (shr-tag-img): Ignore images with no data.
379
380 2010-10-15  Julien Danjou  <julien@danjou.info>
381
382         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
383         a possibility to disable format=flow encoding when using hard newlines.
384
385 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * shr.el (shr-insert): Remove space inserted before or after a
388         breakable character or at the beginning or the end of a line.
389         (shr-find-fill-point): Do kinsoku; find the second best point or give
390         it up if there's no breakable point.
391
392 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * nnimap.el (nnimap-open-connection): Message when opening connection
395         for debugging purposes.
396
397         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
398         on every setup buffer call to allow this to change from article to
399         article.
400
401         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
402         buffers where we have a wide table.
403
404 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
405
406         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
407         uses *-request-thread.
408
409 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * nnimap.el (nnimap-open-connection): Remove %s from openssl
412         incantation, which is no longer valid.
413
414 2010-10-14  Julien Danjou  <julien@danjou.info>
415
416         * shr.el: Fix defcustom type (char -> character).
417
418 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * nnimap.el (nnimap-open-connection): tls-program should be a list of
421         programs.
422
423 2010-10-14  Julien Danjou  <julien@danjou.info>
424
425         * shr.el (shr-tag-a): Use url-link as widget type.
426
427         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
428         `gnus-group-get-icon'.
429
430 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
433         This should make server editing work better.
434
435         * shr.el (shr-find-fill-point): Don't inloop on indented text.
436
437         * tls.el (tls-program): Remove spurious %s from openssl.
438
439         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
440         (nnimap-parse-flags): Fix regexp.
441
442         * shr.el (shr-find-fill-point): Use a filling algorithm that should
443         probably work for CJVK text, too.
444
445         * nnimap.el (nnimap-extend-tls-programs): Removed.
446         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
447
448         * tls.el (tls-starttls-switches): Remove starttls hack.
449         (open-tls-stream): Ditto.
450         (tls-find-starttls-argument): Ditto.
451
452 2010-10-13  Julien Danjou  <julien@danjou.info>
453
454         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
455         responses.
456
457 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
460
461         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
462         anything in Emacs.
463
464         * shr.el (shr-current-column): Remove buggy and unnecessary function.
465
466 2010-10-13  Julien Danjou  <julien@danjou.info>
467
468         * shr.el (shr-width): Make shr-width a defcustom with default to
469         fill-column.
470         (shr-tag-img): Use shr-width rather than fill-column.
471
472 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * dgnushack.el (byte-optimize-apply)
475         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
476
477         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
478         position when (X-)Faces exist.
479         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
480         avatars when called interactively.
481
482 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
485         gnus-article-x-face-too-ugly is bound.
486
487 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
490
491         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
492         mailbox that doesn't exist.
493
494 2010-10-12  Julien Danjou  <julien@danjou.info>
495
496         * shr.el (shr-tag-img): Encode URL properly when retrieving.
497         (shr-get-image-data): Encode URL properly when fetching from cache.
498         (shr-tag-img): Use aligned-to spaces to align correctly images.
499
500         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
501         before inserting the Gravatar.
502
503         * shr.el (shr-tag-img): Add align attribute support for <img>.
504
505 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * gnus-gravatar.el (gnus-art): Required.
508
509         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
510         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
511         Remove long obsoleted functions.
512
513 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
516
517         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
518
519         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
520         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
521         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
522         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
523         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
524         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
525         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
526
527 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * nnimap.el (nnimap-request-rename-group): Select group read-only
530         before renaming it.
531
532         * shr.el (shr-insert): Fix up the white space only regexp.
533
534         * nnimap.el (nnimap-transform-split-mail): Not all articles have
535         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
536
537         * shr.el (shr-current-column): New function.
538         (shr-find-fill-point): New function.
539
540 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
541
542         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
543         numbers.
544
545 2010-10-11  Julien Danjou  <julien@danjou.info>
546
547         * shr.el (shr-hr-line): Add.
548         (shr-tag-hr): Use shr-hr-line to specify which character to use to
549         display hr lines.
550         (shr-max-columns): Do not change state to nil if we just inserting
551         spaces.
552
553 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * gnus-topic.el (gnus-topic-read-group): If after the last group,
556         select the last group.
557
558 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
559
560         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
561
562 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
563
564         * dig.el (dig-mode-map): Declare and define in one step.
565
566 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
569         for Gnus.
570         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
571         (nnimap-update-qresync-info): Mark \Seen articles as read.
572
573         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
574         non-variable, too.
575
576         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
577         available.
578         (nnimap-update-info): Rely more on the current active than the param
579         active to avoid marking articles as read too much.
580
581         * auth-source.el (auth-source-create): Use (user-login-name) for the
582         user name default.
583
584         * nnimap.el (nnimap-update-info): If the server doesn't return any
585         useful info, just use the previous info.
586         (nnimap-update-info): Prefer old info over start-article.
587         (nnimap-update-qresync-info): Finish implementing QRESYNC.
588
589 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
590
591         * nnir.el (autoload): Clean up autoloads.
592         (nnir-imap-default-search-key): Renamed from
593         nnir-imap-search-field. Use key rather than value.
594         (nnir-imap-search-other): New variable.
595         (nnir-read-parm): Use it.
596         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
597         (gnus-summary-nnir-goto-thread): Modify to work with imap.
598
599 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
600
601         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
602         the process, too.
603
604 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
607         Allbery.
608
609         * shr.el: Rework the way things are indented by <li> slightly.
610
611         * gnus.el (gnus-group-set-parameter): Fix typo.
612
613         * nnimap.el: Start implementing QRESYNC support.
614
615 2010-10-09  Julien Danjou  <julien@danjou.info>
616
617         * nnir.el (nnir-engines): Fix too many arguments.
618
619 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
622         group is the "last", so that the backends like nnfolder actually save
623         their folders.
624
625         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
626         try to use that for the tls stream.
627         (nnimap-retrieve-group-data-early): Rework the marks code to heed
628         UIDVALIDITY and find out which groups are read-only and not.
629         (nnimap-get-flags): Use the same marks parsing code as the rest of
630         nnimap.
631
632 2010-10-09  Julien Danjou  <julien@danjou.info>
633
634         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
635
636         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
637         retrieving gravatars.
638
639         * shr.el (shr-table-corner): Add.
640         (shr-table-line): Add.
641         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
642
643 2010-10-08  Julien Danjou  <julien@danjou.info>
644
645         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
646
647 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
648
649         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
650
651         * gnus-sum.el (gnus-mark-article-as-unread)
652         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
653         (gnus-summary-set-bookmark): Use it.
654
655         * gnus-msg.el (gnus-setup-message): Use it.
656
657         * gnus-demon.el (gnus-demon-remove-handler): Use it.
658
659         * gnus.el (gnus-group-remove-parameter): Use it.
660
661         * gnus-group.el (gnus-group-make-web-group): Use it.
662
663         * gnus-demon.el (gnus-demon-remove-handler): Use it.
664
665         * nnregistry.el: Update docs to mention manual.
666
667         * gnus-registry.el: Update docs to mention nnregistry.el.
668         (gnus-registry-initialize): Don't install nnregistry refer method
669         automatically.
670         (gnus-registry-install-nnregistry): Remove it.
671
672 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * shr.el (shr-insert): Don't insert double spaces.
675
676 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gnus-gravatar.el (gnus-treat-from-gravatar)
679         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
680         called interactively.
681
682         * gnus-art.el (gnus-mime-view-part-externally)
683         (gnus-mime-view-part-internally): Make predicate function passed to
684         gnus-mime-view-part-as-type assume argument is a mime type, not a list
685         of a mime type.
686
687         * shr.el (shr-table-widths): Don't use cl function `reduce'.
688
689 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * shr.el (require): Require cl when compiling.
692         (shr-tag-hr): New function.
693
694         * nnimap.el (nnimap-update-info): Remove double setting of high.
695         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
696         makes nnimap work properly on Courier again.
697
698         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
699         the variable for backwards compatability.
700
701         * mm-decode.el (mm-save-part): If given a non-directory result, expand
702         the file name before using to avoid setting mm-default-directory to
703         nil.
704
705         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
706         bidning gnus-agent variables.
707
708         * shr.el (shr-render-td): Use a cache for the table rendering function
709         to avoid getting an exponential rendering behaviour in nested tables.
710         (shr-insert): Rework the line-breaking algorithm.
711         (shr-insert): Don't leave trailing spaces.
712         (shr-insert-table): Also insert empty TDs.
713         (shr-tag-blockquote): Ensure paragraphs after </ul>.
714
715 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
716
717         * gnus-sum.el (gnus-number): Rename from `number'.
718         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
719         (gnus-summary-limit-children): Update uses correspondingly.
720
721 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
722
723         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
724         (gnus-gravatar-transform-address): Don't show avatars of people of
725         which mail addresses match gnus-gravatar-too-ugly.
726
727 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * shr.el (shr-table-widths): Expand TD elements to fill available
730         space.
731
732 2010-10-07  Julien Danjou  <julien@danjou.info>
733
734         * nnimap.el (nnimap-request-rename-group): Add this method.
735
736 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
739         name from XEmacs' function-arglist.
740
741         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
742         gravatar under XEmacs.
743
744 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
745
746         * auth-source.el: Update docs with TODO items.
747
748         * gnus-sync.el: Update docs to explain state and plans.
749
750         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
751         Hooks for mark updates.
752         (gnus-request-set-mark, gnus-request-update-mark): Use them.
753
754         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
755         hooks with arguments, which is needed for mark update hooks.
756
757 2010-10-06  Julien Danjou  <julien@danjou.info>
758
759         * gnus.el (gnus-expand-group-parameter): Only return and act on what
760         was matched.
761
762         * sieve-manage.el: Update example in `Commentary'.
763
764         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
765
766         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
767         not 2000.
768         (sieve-manage-authenticate): Re-add function.
769
770 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * shr.el (shr-insert): Get 'space transition right.
773         (shr-render-td): Only delete space at the end of the TD.
774
775         * nnimap.el (nnimap-open-connection): Prepare to support
776         open-gnutls-stream.
777
778         * shr.el: Rearrange function order to be more logical.
779
780 2010-10-06  Julien Danjou  <julien@danjou.info>
781
782         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
783         (nnrss-discover-feed): Remove 404 URL in docstring.
784
785         * nnir.el: Fix Swish-E URL.
786         Fix Namazu URL.
787
788         * message.el (message-change-subject): Remove 404 URL in a comment.
789
790 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
793         called interactively.
794
795         * gnus-util.el (gnus-remove-if): Allow hash table.
796         (gnus-remove-if-not): New function.
797
798         * gnus-art.el (gnus-mime-view-part-as-type)
799         * gnus-score.el (gnus-summary-score-effect)
800         * gnus-sum.el (gnus-read-move-group-name):
801         Replace remove-if-not with gnus-remove-if-not.
802
803         * gnus-group.el (gnus-group-completing-read):
804         Regard collection as a hash table if it is not a list.
805
806 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * shr.el (shr-render-td): Allow blank/missing <TD>s.
809
810         * shr.el: Document the table-rendering algorithm.
811
812 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
815         for Emacsen having no `libxml-parse-html-region' support.
816
817 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
820         invalid URLs.
821
822         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
823         line-broken.
824         (shr-tag-img): Ignore image fetching errors.
825         (shr-overlays-in-region): Compute overlay positions correctly.
826
827         * mm-decode.el (mm-shr): Require shr.
828
829         * gnus-art.el (gnus-blocked-images): Move variable here.
830
831         * shr.el (shr-insert-table): Bind free variable.
832
833         * mm-decode.el (mm-shr): Bind shr-content-function.
834
835         * shr.el (shr-content-function): New variable.
836
837         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
838         added for symmetry.
839
840         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
841
842         * gnus-group.el (gnus-group-make-group): Doc fix.
843
844         * nnimap.el (nnimap-request-newgroups): Return success.
845
846         * shr.el (shr-find-elements): New function.
847         (shr-tag-table): Put all the images after the table.
848         (shr-tag-table): Really inhibit images inside the table.
849         (shr-collect-overlays): Copy over overlays from the TD elements to the
850         main document.
851
852         * mm-decode.el (mm-shr): Bind shr-blocked-images to
853         gnus-blocked-images.
854
855 2010-10-05  Julien Danjou  <julien@danjou.info>
856
857         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
858
859         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
860         (gnus-html-maximum-image-size): Add this function.
861         (gnus-html-put-image): Use gnus-html-maximum-image-size.
862
863         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
864         server-value of the capability is nil.
865
866 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * shr.el (shr-tag-em): Add <EM> tag.
869
870 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
871
872         * sieve-manage.el (sieve-manage-default-stream): Make default stream
873         customizable.
874
875         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
876         handing broken links to browse-url.
877
878 2010-10-05  Julien Danjou  <julien@danjou.info>
879
880         * gnus-util.el (gnus-emacs-completing-read)
881         (gnus-iswitchb-completing-read): Use autoload rather than require.
882
883 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
886         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
887         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
888         iswitchb-temp-buflist for XEmacs.
889
890         * gnus-util.el (gnus-completing-read-function): Exclude
891         gnus-icompleting-read and gnus-ido-completing-read from candidates for
892         XEmacs since iswitchb.el is very old and ido.el is unavailable in
893         XEmacs.
894
895         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
896         not to use `delete-dups' that is unavailable in XEmacs 21.4.
897
898         * gnus-html.el: Don't require help-fns under XEmacs.
899         (gnus-html-schedule-image-fetching): Work for XEmacs.
900
901         * mm-decode.el (mm-shr): Decode contents by charset.
902
903 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
906         unknown.
907
908         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
909         (shr-get-image-data): Ensure against the cache file missing.
910
911         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
912         for data.
913
914         * spam-report.el (spam-report-url-ping-plain): Don't query about
915         killing the process.
916
917         * shr.el (shr-render-td): Protect against too-wide text.
918
919 2010-10-04  Julien Danjou  <julien@danjou.info>
920
921         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
922         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
923
924         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
925         retrieved.
926
927 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * shr.el (browse-url): Required.
930         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
931         lines.
932         (shr-show-alt-text, shr-browse-image): New commands.
933         (shr-browse-url, shr-copy-url): New commands.
934
935         * gnus-sum.el (gnus-widen-article-window): New variable.
936         (gnus-summary-select-article-buffer): Use it.
937
938         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
939         without @ signs.
940
941 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
942
943         * nnir.el (nnir-run-imap): Remove spurious space in search string.
944
945 2010-10-04  Julien Danjou  <julien@danjou.info>
946
947         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
948         for XEmacs.
949
950 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
953
954         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
955         (nnimap-close-server): Implement.
956
957         * dgnushack.el (iswitchb): Require to shut up the compiler.
958
959         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
960         (shr-insert): Tweak line breaking.
961         (shr-insert): Handle <pre> better.
962         (shr-tag-li): Get <li> indentation right.
963         (shr-tag-li): Get <li> indentation even righter.
964         (shr-tag-blockquote): Ensure paragraph start.
965         (shr-make-table): Tweak table generation.
966         (shr-make-table): Fix typo.
967
968         * shr.el: Implement table rendering.
969
970 2010-10-04  Julien Danjou  <julien@danjou.info>
971
972         * gnus-html.el (gnus-html-put-image): Fix resize image code.
973
974 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * shr.el (shr-insert): Use string anchors instead of line anchors.
977
978 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * shr.el: Add headings.
981         (shr-ensure-paragraph): Actually work.
982         (shr-tag-li): Make <ul> prettier.
983         (shr-insert): Get white space at the beginning/end of elements right.
984         (shr-tag-p): Collapse subsequent <p>s.
985         (shr-ensure-paragraph): Don't insert double line feeds after blank
986         lines.
987         (shr-insert): \t is also space.
988         (shr-tag-s): Fix "s" tag name function.
989         (shr-tag-s): Fix face prop name.
990
991 2010-10-03  Julien Danjou  <julien@danjou.info>
992
993         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
994
995         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
996         gnus-window-inside-pixel-edges.
997
998         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
999         gnus-ems.
1000
1001         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1002
1003         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1004         function.
1005
1006         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1007         resize choice.
1008
1009 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1012         beginning of the buffer.
1013
1014         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1015         article buffer again.
1016
1017         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1018         buffer.
1019
1020         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1021         when it's at the start of the buffer.
1022
1023         * shr.el (shr-tag-blockquote): Convert name.
1024         (shr-rescale-image): Use the right image-size variant.
1025
1026         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1027         buffer isn't shown, then select the current article first instead of
1028         bugging out.
1029         (gnus-summary-select-article-buffer): Show both the article and summary
1030         buffers again.
1031
1032         * shr.el (shr-fontize-cont): Protect against regions with no text.
1033         Rename tag functions to shr-tag-* for enhanced security.
1034         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1035
1036 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1037
1038         * shr.el (shr-insert):
1039         * pop3.el (pop3-movemail):
1040         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1041         loaded.
1042
1043 2010-10-03  Glenn Morris  <rgm@gnu.org>
1044
1045         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1046
1047         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1048
1049         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1050
1051         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1052
1053         * gnus-util.el (gnus-make-local-hook): Simplify.
1054
1055 2010-10-02  Julien Danjou  <julien@danjou.info>
1056
1057         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1058         (gnus-ido-completing-read): New function.
1059         (gnus-emacs-completing-read): New function.
1060         (gnus-completing-read): Use gnus-completing-read-function.
1061         Add gnus-completing-read-function.
1062
1063 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * shr.el (shr-insert-document): Autoload.
1066         (shr-img): Be silent.
1067         (shr-insert): Add a newline after every picture before text.
1068         (shr-add-font): Use overlays for combining faces.
1069         (shr-insert): Pass upwards the text start point.
1070
1071         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1072         possible.
1073         (mm-shr): New function.
1074
1075 2010-10-02  Julien Danjou  <julien@danjou.info>
1076
1077         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1078         should go backward.
1079
1080 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1081
1082         * shr.el (shr): Fix typo in provide call.
1083
1084 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * shr.el: New file.
1087
1088         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1089
1090         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1091         completing read.
1092
1093 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1096         we're being queried about.  Suggested by Dan Jacobson.
1097
1098         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1099         by Jason Eisner.
1100
1101         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1102         table, too.  Suggested by Stefan Wiens.
1103         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1104         the table unnecessary.  Suggested by Stefan Wiens.
1105
1106         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1107         longer needed, and probably doesn't work either, as pointed out by
1108         Stefan Wiens.
1109         (gnus-summary-exit): Remove call to the clearing function.
1110         (gnus-summary-exit-no-update): Ditto.
1111
1112         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1113         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1114         Reported by Stefan Monnier.
1115         (gnus-summary-save-in-rmail): Ditto.
1116
1117         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1118         article buffer, instead of both the article buffer and the summary
1119         buffer.  Sort of suggested by Dan Jacobson.
1120
1121         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1122
1123         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1124         Suggested by Dan Jacobson.
1125
1126         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1127         documentation clearer.
1128
1129         * message.el (message-shorten-references): Comment on the number "21".
1130         Suggested by Stefan Monnier.
1131
1132         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1133         Suggested by Dan Jacobson.
1134
1135         * gnus.el (gnus-large-newsgroup): Mention
1136         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1137
1138         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1139         externalize attachments.  Bug reported by Steve Wen.
1140
1141         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1142         really message anything to the user.
1143
1144         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1145         directly.
1146
1147         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1148         messages in empty groups.
1149
1150 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1151
1152         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1153         non-UIDNEXT group.
1154
1155 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1156
1157         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1158         not the value from the collection.
1159
1160         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1161         values.  This sometimes happens on some groups that have no info.
1162         (nnimap-request-newgroups): New function.
1163
1164 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1165
1166         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1167         check into `gnus-registry-initialize'.
1168         (gnus-registry-initialize): Ditto.
1169         Fix and extend header docs.
1170
1171 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1174         regexp backtrace overflows.
1175
1176         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1177         for starttls that tls.el implements; i.e. openssl.
1178
1179         * tls.el (tls-starttls-switches): Give up on using starttls with
1180         gnutls-cli.
1181         (tls-program): Add --insecure to be consistent with the defaults from
1182         openssl s_client.  Now all three commands are insecure.
1183
1184 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * lpath.el: Bind completion-styles-alist for XEmacs.
1187
1188         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1189         (gravatar-create-image): New function that's an alias to
1190         gnus-xmas-create-image, gnus-create-image, or create-image.
1191         (gravatar-data->image): Use it.
1192
1193 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1194
1195         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1196         install the nnregistry refer method.
1197         (gnus-registry-install-hooks): Use it.
1198         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1199         unfollowed groups.
1200
1201 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1202
1203         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1204         expanding threads.
1205
1206 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * nnir.el: Use the server names without suffixes (bug #7009).
1209
1210         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1211         unencrypted to STARTTLS, if possible.
1212
1213 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1214
1215         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1216         headers before superseding.
1217
1218 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * nnrss.el (nnrss-use-local): Add documentation.
1221
1222         * nnimap.el (nnimap-extend-tls-programs): New function.
1223         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1224         (nnimap-wait-for-connection): Accept the greeting from the stupid
1225         output from openssl s_client -starttls, too.
1226
1227         * tls.el (tls-starttls-switches): New variable.
1228         (tls-find-starttls-argument): Use it.
1229         (open-tls-stream): Ditto.
1230
1231         * netrc.el (netrc-credentials): Return the value of the "default"
1232         entry.
1233         (netrc-machine): Ditto.
1234
1235         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1236         article number.
1237         (nnimap-split-fancy): New variable.
1238         (nnimap-split-incoming-mail): Use it.
1239
1240         * nntp.el (nntp-server-list-active-group): Document.
1241
1242         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1243         SELECT to get the message-id.
1244
1245         * mail-source.el (mail-sources): Removed webmail support.
1246         (defvar): Ditto.
1247         (mail-source-fetcher-alist): Ditto.
1248         (mail-source-fetch-webmail): Removed.
1249
1250         * webmail.el: Removed -- doesn't seem relevant any more.
1251
1252         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1253
1254         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1255         the \r.
1256
1257 2010-09-30  Julien Danjou  <julien@danjou.info>
1258
1259         * gnus-agent.el (gnus-agent-add-group): Fix call to
1260         gnus-completing-read.
1261
1262 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * nndoc.el (nndoc-retrieve-groups): New function.
1265
1266         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1267         `default', use nnmail-split-methods.
1268         (nnimap-request-article): Downcase the NILs so that they are nil.
1269
1270         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1271         symbol.
1272
1273         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1274         code, since if the user has requested network, that's what they ought
1275         to get.
1276         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1277         (nnimap-split-rule): Mark as obsolete.
1278
1279         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1280         variable.
1281
1282         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1283         correct slot, too.
1284
1285 2010-09-29  Julien Danjou  <julien@danjou.info>
1286
1287         * gnus.el (gnus-local-domain): Declare variable obsolete.
1288
1289         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1290         computing.
1291         (gnus-ido-completing-read): Require ido.
1292
1293 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1296         build Gnus.
1297
1298         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1299         when interpreting the structures.
1300         (nnimap-request-accept-article): Add \r\n to the lines to make this
1301         work with Cyrus.
1302
1303         * nndraft.el (nndraft-request-expire-articles): Use the group name
1304         instead if "nndraft".  Fix found by Nils Ackermann.
1305
1306 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1307
1308         * nnregistry.el: Added.
1309
1310 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1311
1312         * nnmail.el (group, group-art-list, group-art):
1313         Remove unneeded directives.
1314
1315 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1318         (mm-mime-charset)
1319         * rfc2047.el (rfc2047-syntax-table)
1320         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1321
1322         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1323         rather than `insert-file-contents' and `eval-region'.
1324
1325         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1326         construction.
1327
1328         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1329
1330         * time-date.el: No need to require cl for Emacs 21.
1331
1332 2010-09-29  Julien Danjou  <julien@danjou.info>
1333
1334         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1335         replacement of `gnus-gravatar-relief' to mimic
1336         `gnus-faces-properties-alist'.
1337         Add :version property.
1338
1339 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * mail-source.el (mail-source-report-new-mail)
1342         * message.el (message-default-mail-headers)
1343         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1344
1345         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1346
1347 2010-09-28  Julien Danjou  <julien@danjou.info>
1348
1349         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1350         mail-address contains the same string as real-name.
1351
1352         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1353         non-blank in header, otherwise it'll get stripped.
1354
1355         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1356         real-name, and then for mail address rather than doing : or , search.
1357
1358 2010-09-27  Julien Danjou  <julien@danjou.info>
1359
1360         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1361         (gnus-server-goto-server): Use gnus-completing-read.
1362
1363         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1364
1365         * mm-util.el (defalias): Use gnus-completing-read.
1366         (mm-codepage-setup): Use gnus-completing-read.
1367
1368         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1369         (smime-decrypt-buffer): Use gnus-completing-read.
1370
1371         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1372
1373         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1374         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1375         (mml-insert-multipart): Use gnus-completing-read.
1376
1377         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1378
1379         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1380
1381         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1382
1383         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1384
1385         * gnus.el (gnus-read-method): Use gnus-completing-read.
1386
1387         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1388
1389         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1390         (gnus-mime-action-on-part): Use gnus-completing-read.
1391         (gnus-article-encrypt-body): Use gnus-completing-read.
1392
1393         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1394         (gnus-topic-move-matching): Use gnus-completing-read.
1395         (gnus-topic-copy-matching): Use gnus-completing-read.
1396         (gnus-topic-sort-topics): Use gnus-completing-read.
1397         (gnus-topic-move): Use gnus-completing-read.
1398
1399         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1400         (gnus-agent-add-group): Use gnus-completing-read.
1401
1402         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1403         gnus-completing-read.
1404         (nnmairix-update-groups): Use gnus-completing-read.
1405         (nnmairix-get-server): Use gnus-completing-read.
1406         (nnmairix-backend-to-server): Use gnus-completing-read.
1407         (nnmairix-goto-original-article): Use gnus-completing-read.
1408         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1409
1410         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1411
1412         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1413         (gnus-group-make-useful-group): Use gnus-completing-read.
1414         (gnus-group-make-web-group): Use gnus-completing-read.
1415         (gnus-group-add-to-virtual): Use gnus-completing-read.
1416         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1417
1418         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1419         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1420         (gnus-summary-execute-command): Use gnus-completing-read.
1421         (gnus-summary-respool-article): Use gnus-completing-read.
1422         (gnus-read-move-group-name): Use gnus-completing-read.
1423
1424         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1425         (gnus-summary-score-effect): Use gnus-completing-read.
1426
1427         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1428
1429         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1430         right completing-read function.
1431         (gnus-use-ido): New variable
1432         (gnus-completing-read-with-default): Remove.
1433
1434 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1437         x-focus-frame.
1438
1439         * nnimap.el (auth-source-forget-user-or-password)
1440         (auth-source-user-or-password): Autoload.
1441
1442         * message.el (message-from-style, message-interactive)
1443         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1444         (message-yank-prefix, message-indentation-spaces, message-signature)
1445         (message-signature-file): Add comment.
1446
1447 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1450         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1451         new articles.
1452
1453         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1454         parts.
1455         (nnimap-request-article): Work with the t setting, too.
1456
1457         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1458         that you don't get flashes of other buffers.
1459         (gnus-summary-show-complete-article): Intern before setting.
1460
1461 2010-09-27  David Engster  <dengste@eml.cc>
1462
1463         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1464         well as HEADERS.
1465         (nnmairix-retrieve-headers): Provide new argument for the above.
1466
1467 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * gnus-sum.el (gnus-summary-move-article): Don't alter
1470         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1471         group.
1472
1473         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1474
1475         * message.el (message-cite-prefix-regexp): Revert my last edit.
1476
1477         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1478         variable instead of the Gnus variable.
1479
1480         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1481
1482         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1483         again.
1484
1485         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1486         since some servers don't like it.
1487         (nnimap-open-connection): Forget credentials if the server says the
1488         password was wrong.
1489         (nnimap-parse-line): Protect against invalid data.
1490
1491         * gnus-sum.el (gnus-summary-move-article): Add comment.
1492         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1493         nothing alters it while scanning for new messages.
1494
1495         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1496         which may or may not help.
1497         (nnimap-open-connection): If we're doing a stream connection, and then
1498         discover we're on a STARTTLS-capable server, then open a STARTTLS
1499         connection instead.
1500
1501 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * nnimap.el (utf7): Required.
1504
1505         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1506         prefix.
1507
1508 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1509
1510         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1511
1512 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * nnimap.el (nnimap-request-accept-article): Message the error on
1515         error.
1516
1517 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1520
1521 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * nndoc.el (nndoc-request-list): Return success always.
1524
1525         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1526         `fetch-old' -- we only want to fetch the articles we've requested.  The
1527         rest are in the agent, probably.
1528         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1529         disappeared server" to something low.  It's not important.
1530
1531         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1532         arrived before the FETCH data.
1533
1534         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1535         target here, because we don't know the Gnus name of the group.
1536
1537         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1538         for the correct group.
1539
1540         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1541
1542         * gnus.el (gnus): Give a final warning after startup.
1543
1544         * gnus-util.el (gnus-action-message-log): New variable.
1545         (gnus-message): Use it.
1546         (gnus-final-warning): New function.
1547
1548         * nnimap.el (nnimap-open-connection): Record the greeting.
1549         (nnimap): Add greeting.
1550
1551 2010-09-26  Julien Danjou  <julien@danjou.info>
1552
1553         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1554         arguments.
1555         (gnus-html-wash-images): Fix spec computing to include start/end.
1556
1557         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1558
1559 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1562         deletion.
1563         (nnimap-retrieve-headers): Don't select the group, because that's
1564         already done by nnimap-possibly-change-group.
1565
1566         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1567         (gnus-picon-transform-address): Use it.
1568
1569         * mail-source.el (mail-source-value): Revert previous patch.
1570
1571         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1572         on failure.
1573         (nnimap-open-connection): Look up both virtual and physical server name
1574         credentials.
1575
1576         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1577
1578 2009-02-07  Dave Love  <fx@gnu.org>
1579
1580         * tls.el (open-tls-stream): Don't query killing process.
1581
1582 2009-02-08  Dave Love  <fx@gnu.org>
1583
1584         * gnus-win.el (gnus-window-to-buffer-helper,
1585         gnus-all-windows-visible-p): Function needn't be a symbol.
1586
1587         * mail-source.el (mail-source-value): Function needn't be a symbol.
1588
1589 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590
1591         * message.el (message-cite-prefix-regexp): Remove } from the cite
1592         prefix.
1593
1594         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1595         highlight again, so that the highlight is correct.
1596
1597         * gnus-picon.el (gnus-picon): Remove again.
1598         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1599
1600         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1601         doing the header highlightling, so that the background colour of the
1602         picon is correct.
1603
1604         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1605         (gnus-picon): Ditto.
1606         (gnus-picon): Reinstate.  The background colour for picons is white.
1607         (gnus-picon-insert-glyph): Make the background white.
1608
1609         * nnml.el (nnml-open-nov): Don't return dead buffers.
1610
1611         * auth-source.el (auth-source-create): Query the user for whether to
1612         store the credentials.
1613
1614         * netrc.el (netrc-store-data): New function.
1615
1616         * auth-source.el (auth-source-user-or-password): Use the existing auth
1617         sources, if any, for creation.
1618
1619         * gnus.el (gnus-group-fast-parameter): Return the last matching
1620         parameter instead of the first matching parameter.
1621
1622 2010-09-26  Julien Danjou  <julien@danjou.info>
1623
1624         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1625
1626 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * mml2015.el (mml2015-use): Remove gpg support.
1629
1630         * mml1991.el (mml1991-function-alist): Remove gpg function.
1631         (mml1991-gpg-sign): Removed.
1632
1633 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1634
1635         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1636         (gnus-browse-unsubscribe-current-group): Document it.
1637         (gnus-browse-unsubscribe-group): Use it.
1638
1639 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1642         address to the To list for easier response.
1643
1644         * gnus.el (gnus-play-startup-jingle): Removed.
1645         (gnus-splash): Don't play jingle.
1646         (gnus): Silence gnus-load message.
1647
1648         * gnus-art.el (gnus-treat-play-sounds): Removed.
1649
1650         * gnus.el (gnus-play-jingle): Remove audio support.
1651
1652         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1653
1654         * earcon.el: Removed -- no users.
1655
1656         * gnus-audio.el: Removed -- no users of this package.
1657
1658         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1659
1660         * gnus-start.el (gnus-setup-news): Remove nocem support.
1661
1662         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1663
1664         * gnus.el (gnus-use-nocem): Removed.
1665
1666         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1667         Removed.
1668
1669         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1670         uses NoCeM any more.
1671
1672         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1673         (gnus-button-ctan-handler): Ditto.
1674         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1675         (gnus-button-ctan-directory-regexp): Ditto.
1676         (gnus-button-handle-ctan): Ditto.
1677         (gnus-button-tex-level): Ditto.
1678         (gnus-button-alist): Removed CTAN stuff.
1679
1680 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1683         nnimap-streaming test.
1684
1685         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1686         servers twice.
1687
1688         * nnimap.el (nnimap-open-connection): Add more error reporting when
1689         nnimap fails early.
1690
1691         * nnheader.el (nnheader-get-report-string): New function.
1692         (nnheader-get-report): Use it.
1693
1694         * gnus-int.el (gnus-check-server): Say what the error was when opening
1695         failed.
1696
1697         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1698         using streaming.
1699
1700 2010-09-25  Julien Danjou  <julien@danjou.info>
1701
1702         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1703         gnus-window-inside-pixel-edges.
1704
1705 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1708
1709         * mm-decode.el (mm-save-part): Allow saving to other directories the
1710         normal Emacs way.
1711
1712         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1713         by Jay Berkenbilt.
1714
1715         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1716         there isn't a single byte.
1717
1718         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1719         just do it.  It doesn't really seem to matter what the user responds
1720         here, I think, so it's just a confusing question.
1721
1722         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1723         non-streaming case.
1724
1725         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1726         (gnus-article-encrypt-body): Use it.
1727
1728         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1729         keystroke.
1730
1731         * nnimap.el (nnimap-find-wanted-parts-1): Use
1732         gnus-fetch-partial-articles.
1733
1734         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1735
1736         * nnimap.el (nnimap-insert-partial-structure): New function.
1737         (nnimap-get-partial-article): New function.
1738         (nnimap-request-article): Use it.
1739         (nnimap-wait-for-response): Return whether the wait was successful.
1740         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1741         retrieval wasn't successful.
1742         (nnimap-retrieve-group-data-early): Allow throttling servers.
1743         (nnimap-streaming): New variable.
1744         (nnimap-fetch-partial-articles): Removed.
1745
1746         * mm-decode.el (mm-with-part): Protect against killed buffers.
1747
1748         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1749         for prettier summary display.
1750
1751 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1752
1753         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1754         directly.
1755
1756 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1757
1758         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1759         apparently third-party libraries depend on it.
1760
1761         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1762         before starting negotiation.
1763
1764         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1765         privacy reasons.
1766         (gnus-treat-mail-gravatar): Ditto.
1767
1768         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1769         buffer when inserting images.  Inserting text into the headers, for
1770         instance, can make them invalid.
1771
1772 2010-09-25  Julien Danjou  <julien@danjou.info>
1773
1774         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1775         variables.
1776
1777         * nnheader.el: Remove useless variables news-reply-yank-from and
1778         news-reply-yank-message-id.
1779
1780         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1781         variables.
1782
1783         * mml1991.el: Remove useless mml1991-verbose.
1784
1785         * gnus.el: Remove useless variable gnus-use-generic-from.
1786         Remove obsolete variable gnus-topic-indentation.
1787
1788         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1789
1790         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1791
1792         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1793
1794         * gnus-group.el: Remove useless gnus-group-icon-cache.
1795         Remove useless gnus-ephemeral-group-server.
1796
1797         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1798
1799         * mml2015.el: Remove useless mml2015-verbose.
1800
1801         * mml-smime.el: Remove useless mml-smime-verbose.
1802
1803         * gnus.el: Remove useless gnus-local-domain.
1804
1805         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1806         gnus-gravatar-size.
1807
1808         * gnus-art.el: Remove useless gnus-treat-translate.
1809
1810 2010-09-24  Julien Danjou  <julien@danjou.info>
1811
1812         * gnus-sum.el: Add support for Gravatars.
1813
1814         * gnus-art.el: Add support for Gravatars.
1815
1816         * gnus-gravatar.el: Add this file.
1817
1818         * gravatar.el: Add this file.
1819
1820 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1823
1824         * gnus-group.el (gnus-group-fetch-faq): Removed.
1825
1826         * gnus.el (gnus-group-faq-directory): Removed.
1827
1828         * gnus-group.el (gnus-group-fetch-charter): Removed.
1829
1830         * gnus.el (gnus-group-charter-alist): Removed.
1831
1832         * gnus-group.el (gnus-group-archive-directory): Removed.
1833         (gnus-group-recent-archive-directory): Ditto.
1834         (gnus-group-make-archive-group): Removed.
1835
1836         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1837
1838         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1839         use the same article number for all the cached articles.
1840
1841         * nnimap.el (nnimap-command): Register the last command time so
1842         that we can use it for idling NOOPs.
1843         (nnimap-open-connection): Start the keeplive timer.
1844         (nnimap-make-process-buffer): Store all the process buffers.
1845         (nnimap-keepalive): New function.
1846
1847         * starttls.el: (starttls-open-stream): Add autoload cookie.
1848
1849 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1850
1851         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1852         handling.
1853
1854 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1857         its data structures.
1858
1859         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1860         instead of the cl.el copy-list.
1861         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1862         equalp.
1863
1864 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1867         and tool-bar-local-item-from-menu.
1868
1869         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1870         mode-line-highlight face for Emacs.
1871
1872         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1873         loading gnus-sum.elc; fix comment for canlock-verify.
1874         (gnus-article-jump-to-part): Use read-number.
1875         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1876         Emacs pre-21 compatible code for help-echo.
1877         (gnus-article-next-page-1): No need to adjust the number of lines.
1878         (gnus-article-describe-bindings): Always use help-buffer.
1879
1880         * gnus-audio.el (gnus-audio-inline-sound)
1881         * gnus-cus.el (gnus-custom-mode)
1882         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1883
1884         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1885
1886         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1887         compatible code.
1888
1889 2010-09-24  Glenn Morris  <rgm@gnu.org>
1890
1891         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1892         visiting the fcc file in rmail-mode.
1893
1894         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1895
1896 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1897
1898         * nnir.el: Silence the byte compiler.
1899
1900         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1901         alias to browse-url-url-encode-chars if any.
1902         (gnus-html-encode-url): Use it.
1903
1904 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1905
1906         * gnus-start.el (gnus-use-backend-marks): New variable.
1907         (gnus-get-unread-articles-in-group): Use it.
1908
1909         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1910         makeover.
1911
1912 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1913
1914         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1915
1916 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1919         Removed.
1920         (gnus-setup-news-hook): Removed
1921         gnus-fixup-nnimap-unread-after-getting-new-news.
1922
1923         * gnus-int.el (gnus-request-update-info): Protect against backends not
1924         having the function.
1925
1926         * nnimap.el (nnimap-stream): Mention starttls.
1927         (nnimap-open-connection): Add starttls support.
1928
1929 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1930
1931         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1932
1933 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934
1935         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1936         BODYSTRUCTUREs.
1937         (nnimap-transform-headers): Unfold quoted {42} headers.
1938
1939         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1940         the info.
1941         (gnus-get-unread-articles): Only call updatep on backends that support
1942         it.
1943
1944         * nnweb.el (nnweb-request-update-info): NOOP.
1945
1946         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1947
1948         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1949         since it only deals with marks.
1950
1951         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1952         gnus-request-marks, and make a new gnus-request-update-info.
1953
1954         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1955         the active instead of the high number, which is usually too low.
1956
1957 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1958
1959         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1960         * encrypt.el: Removed.
1961
1962 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1965         server in symbolic form.
1966
1967         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1968         0.9.
1969
1970 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1973         (nnimap-update-info): Fix up code slightly.
1974
1975         * gnus-int.el (gnus-open-server): Add tracing for performance
1976         debugging.
1977
1978         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1979         (gnus-group-insert-group-line): Pass the real group name so that it
1980         gets the right data.
1981
1982         * gnus-start.el (gnus-get-unread-articles): Don't have
1983         `gnus-get-unread-articles-in-group' update info, since that can be
1984         really slow and doesn't seem to be needed?
1985
1986 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1987
1988         * time-date.el (date-to-time): Try using parse-time-string first before
1989         using the slower timezone-make-date-arpa-standard.
1990
1991 2010-09-22  Julien Danjou  <julien@danjou.info>
1992
1993         * gnus-group.el (gnus-group-insert-group-line): Call
1994         gnus-group-highlight-line.
1995         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1996         default hook list.
1997         (gnus-group-update-eval-form): Add new function.
1998         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1999         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2000
2001 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2004         immediate, then expire all articles.
2005         (nnimap-update-info): Fix off-by-one errors.
2006         (nnimap-flags-to-marks): Would return no marks lists for group with no
2007         flags.  Instead return the other data.
2008
2009 2010-09-22  Julien Danjou  <julien@danjou.info>
2010
2011         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2012         Only return an icon.
2013         (gnus-group-insert-group-line): Compute icon to return.
2014
2015         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2016         variable.
2017         (gnus-html-image-fetched): Only cache if
2018         gnus-html-image-automatic-caching is set.
2019         (gnus-html-image-fetched): Check for errors.
2020
2021 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2024         once per method on `g'.  This ensures that backends like nnfolder don't
2025         open all their folders.
2026
2027         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2028         (nnimap-request-list): Nix out group in the correct buffer.
2029         (nnimap-parse-flags): Implement by using `read' instead of
2030         hand-parsing.
2031         (nnimap-flags-to-marks): Pass on permanent-flags.
2032         (nnimap-make-process-buffer): Record the server name.
2033         (nnimap-parse-flags): Fix typo.
2034         (nnimap-request-scan): Run split on the server in general, not just a
2035         single group.
2036
2037         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2038         parameter, and propagate this downwards.
2039
2040         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2041         since EXAMINE changes it on the server.
2042
2043         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2044         this command might take a while.
2045
2046 2010-09-22  Julien Danjou  <julien@danjou.info>
2047
2048         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2049         harmful if you have 2 images side-by-side, they can't be properly
2050         update on text deletion.  Using text-property is safer here.
2051         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2052         data.
2053
2054 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * nnimap.el (nnimap-expunge-inbox): Removed.
2057         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2058         (nnimap-expunge): Flip default to t.
2059
2060         * gnus.el (gnus-method-to-server): Don't push things to the cache
2061         unless it's unique.
2062         (gnus-server-to-method): Ditto.
2063
2064 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2065
2066         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2067
2068 2010-09-22  Julien Danjou  <julien@danjou.info>
2069
2070         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2071         get the start of data.
2072         (gnus-html-encode-url): Add this function to encode special chars in
2073         URL.
2074         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2075         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2076
2077         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2078         default.
2079         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2080
2081         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2082         images alt-text.
2083         (gnus-html-put-image): Put alt-text as help-echo.
2084
2085 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2088         * mm-util.el (mm-decompress-buffer)
2089         * nnir.el (nnir-run-find-grep)
2090         * pop3.el (pop3-list): Use 3rd arg of split-string.
2091
2092         * time-date.el (format-seconds): Comment fix.
2093
2094         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2095         and byte-optimize-form-code-walker.
2096         (dgnushack-make-auto-load): Don't advise make-autoload.
2097
2098         * lpath.el: Remove Emacs 21 stuff.
2099
2100 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101
2102         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2103         outside the active range.  Suggested by Dan Christensen.
2104
2105         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2106         slightly later to avoid double-getting it.
2107
2108         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2109         previous patch.
2110
2111         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2112
2113 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2114
2115         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2116
2117 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * gnus-int.el (gnus-open-server): Give a better error message in the
2120         "go offline" case.
2121
2122         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2123         marks for nnimap, which is seldom the right thing to do.
2124
2125         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2126         (gnus-same-method-different-name): New function.
2127
2128         * nnimap.el (parse-time): Require.
2129
2130         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2131         method in the presence of many similar methods.
2132
2133         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2134
2135         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2136         nnml-inhibit-expiry.
2137
2138         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2139         find out whether methods are equal.
2140
2141         * nnimap.el (nnimap-find-expired-articles): New function.
2142         (nnimap-process-expiry-targets): New function.
2143         (nnimap-request-move-article): Request the article before looking at
2144         what the Message-ID is.  Fix found by Andrew Cohen.
2145         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2146
2147         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2148         for oldness in addition to being a predicate.
2149
2150         * nnimap.el (nnimap-request-group): When we have zero articles, return
2151         the right data to Gnus.
2152         (nnimap-request-expire-articles): Only delete articles immediately if
2153         the target is 'delete.
2154
2155         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2156         method, this would bug out.
2157
2158         * gnus-group.el (gnus-group-expunge-group): Renamed from
2159         gnus-group-nnimap-expunge, and implemented as a normal interface
2160         function.
2161
2162         * gnus-int.el (gnus-request-expunge-group): New function.
2163
2164         * nnimap.el (nnimap-request-create-group): Implement.
2165         (nnimap-request-expunge-group): New function.
2166
2167 2010-09-21  Julien Danjou  <julien@danjou.info>
2168
2169         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2170         (gnus-html-cache-expired): Add new function.
2171         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2172         wethever we should display image for fetch it.
2173         Compute alt-text earlier to pass it to the fetching function too.
2174         (gnus-html-schedule-image-fetching): Change function argument to only
2175         get one image at a time, not a list.
2176         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2177         cache.
2178         (gnus-html-get-image-data): New function to retrieve image data from
2179         cache.
2180         (gnus-html-put-image): Change buffer argument to use image data rather
2181         than file, and place image above region rather than inserting a new
2182         one. Do not take alt-text as argument, since it's useless now: we place
2183         the image above alt-text.
2184         (gnus-html-prune-cache): Remove.
2185         (gnus-html-show-images): Start to fetch image when we find one, do not
2186         push into a temporary list.
2187         (gnus-html-prefetch-images): Only fetch image if they have expired.
2188         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2189         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2190
2191 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2194
2195 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2198         spec inser "*" if the group isn't active instead of 0.
2199
2200         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2201         opening the server.
2202         (nnimap-request-delete-group): Implement group deletion.
2203         (nnimap-transform-headers): Return the size of the entire message in
2204         the Bytes header, not just the size of the first part.
2205         (nnimap-request-move-article): When moving an article from nnimap,
2206         request the article first so the accepting form has an article to
2207         accept.  Reported by Dan Christensen.
2208         (nnimap-command): Make sure that the error message doesn't error out.
2209
2210 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2211
2212         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2213         we haven't requested anything.
2214
2215 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2216
2217         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2218         "".  Fix found by Andrew Cohen.
2219
2220         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2221         instead of -encode-string.
2222
2223 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2226
2227         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2228         by mm-subst-char-in-string.
2229
2230 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2231
2232         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2233         waiting for the connection string.
2234
2235         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2236         arriving.
2237
2238         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2239         bogus characters.  This allows selecting certain Gmail groups.
2240
2241         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2242         (nnimap-fetch-partial-articles): New variable.
2243         (nnimap-open-connection): When looking for credentials, also use the
2244         nnimap-server-port.
2245         (nnimap-request-article): Return the group/article number, so that Gnus
2246         `^' works as expected.
2247         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2248         them.
2249
2250         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2251         comments.
2252         (gnus-methods-sloppily-equal): New function.
2253         (gnus): When using the development version of Gnus, load the gnus-load
2254         file.
2255
2256         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2257         `gnus-open-server' on each method before trying to scan them etc.  This
2258         ensures that all the backend parameters are set correctly.
2259
2260         * nnimap.el (nnimap-authenticator): New variable.
2261         (nnimap-open-connection): Allow anonymous login.
2262         (nnimap-transform-headers): The chars header is called Chars not
2263         Bytes.
2264         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2265         drops.
2266
2267         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2268         patch, found by Knut Anders Hatlen.
2269
2270 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2271
2272         * gnus-agent.el (gnus-agent-batch-confirmation)
2273         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2274         to gnus-message.
2275         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2276         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2277         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2278         * gnus-int.el (gnus-open-server): Likewise.
2279         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2280         (gnus-score-check-syntax): Likewise.
2281         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2282         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2283         Likewise.
2284         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2285
2286 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2289         calling conventions so that prefetch doesn't bug out.
2290
2291 2010-09-19  Julien Danjou  <julien@danjou.info>
2292
2293         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2294         rather than `subst-char-in-region' in order to be able to replace ASCII
2295         char by UTF-8 ones.
2296
2297         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2298         than curl.
2299         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2300         the right URL and ALT text on images.
2301         (gnus-html-wash-tags): Fix tag case.
2302         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2303         (gnus-article-html): Add -o display_ins_del=2 option.
2304         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2305
2306 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2309         the extra mail headers, which sometimes seem to happen for unknown
2310         reasons.
2311
2312         * mail-parse.el (mail-header-encode-parameter): Define as
2313         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2314         (or most, perhaps?) mail readers don't understand the latter, but do
2315         understand the former.
2316
2317         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2318         to nil, so that no methods are automatically agentized.  I think this
2319         is probably what most users want.
2320
2321         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2322         from url-retrieve, for instance about invalid URLs.
2323
2324         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2325         groups that have no articles.
2326         (nnimap-request-article): Check that we really got an article when we
2327         requested one.
2328
2329         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2330         doesn't exist.
2331
2332         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2333         nntp buffer so the agent can save it.
2334         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2335         that CRLF doesn't get translated to \n.
2336         (nnimap-open-connection): Don't make 'shell commands only send \n.
2337
2338 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2339
2340         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2341         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2342         Update var name.
2343         (nnml-generate-nov-file): Use dolist.
2344         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2345         Use with-current-buffer.
2346
2347 2010-09-18  Julien Danjou  <julien@danjou.info>
2348
2349         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2350         parallel.
2351
2352 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2355         the range update right.
2356         (nnimap-request-group): Don't make `M-g' bug out on group with no
2357         marks.
2358         (nnoo): Required, so that other packages can require nnimap.
2359         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2360         command we're looking for.  This helps when the server sends more
2361         responses after we've gotten everything we expected.
2362         (nnimap): Add a `newlinep' field to keep track of end-of-line
2363         conventions.
2364         Don't send CRLF to things that don't want it.
2365         (nnimap-request-accept-article): Ditto.
2366
2367 2010-09-18  Julien Danjou  <julien@danjou.info>
2368
2369         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2370         than curl to retrieve images.
2371
2372 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2375         the marks.
2376         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2377         (nnimap-wait-for-connection): New function.
2378         (nnimap-open-connection): If we have PREAUTH, don't query for login
2379         credentials.
2380         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2381         when doing a partial update.
2382
2383 2010-09-18  Julien Danjou  <julien@danjou.info>
2384
2385         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2386         tags.
2387
2388 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * nnimap.el (nnimap-credentials): New function.
2391         (nnimap-open-connection): Use the new function to look for credentials
2392         also on the numeric equivalents of "imap" and "imaps".
2393
2394         * gnus-start.el (gnus-activate-group): Send the info to
2395         gnus-request-group.
2396
2397         * nnimap.el (nnimap-request-group): Have the "check" version of the
2398         function parse flags and update the info, so that a `M-g' get a total
2399         resync of all flags from the group.
2400
2401         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2402         to allow backends to alter the info on group selection.  Also alter all
2403         the backend -request-group functions to take the parameter.
2404
2405         * nnimap.el (nnimap-store-info): New function.
2406         (nnimap-update-info): Store the info for later usage.
2407         (nnimap-request-group): Use the stored info for the dont-check case, so
2408         that we don't retrieve all marks when we enter a group.
2409
2410         * nnimap.el: Use deffoo instead of defun for interface functions.
2411
2412         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2413         update the group info.  This makes the nndraft groups, for instance, go
2414         back to their old behaviour.
2415
2416         * gnus-sum.el (gnus-select-newsgroup): Indent.
2417
2418         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2419         in.
2420         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2421         nothing.
2422
2423         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2424         from methods that are denied.
2425
2426         * gnus-int.el (gnus-method-denied-p): New function.
2427
2428         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2429         store the password instead of netrc.
2430         (nnimap-open-connection): Don't error out when we can't make a
2431         connections.
2432
2433         * auth-source.el (auth-source-create): In the password prompt, say what
2434         we're querying for.  Also prompt for user name if that hasn't been
2435         given.
2436
2437         * nnimap.el (nnimap-with-process-buffer): Removed.
2438
2439 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2442         method when we're reading from the agent.
2443
2444         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2445
2446         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2447         that's probably most useful for users.
2448
2449         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2450         "failed" all the time.
2451
2452         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2453         ...)) with (with-current-buffer ... ).
2454
2455         * nntp.el (nntp-open-server): Return whether the open was successful or
2456         not.
2457
2458         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2459         select an unread unseen article first.
2460
2461         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2462         /etc/services, supply some sensible port defaults.
2463
2464         * dgnushack.el: Define netrc-credentials.
2465
2466 2010-09-17  Julien Danjou  <julien@danjou.info>
2467
2468         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2469
2470 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2471
2472         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2473         doesn't have any parameters.
2474
2475 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2478         only upcased checks.
2479
2480         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2481
2482         * nnimap.el (nnimap-open-shell-stream): New function.
2483         (nnimap-open-connection): Use it.
2484         (nnimap-transform-headers): Get the number of lines in each message.
2485         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2486         number of lines.
2487         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2488         problem.
2489
2490         * utf7.el (utf7-encode): Autoload.
2491
2492         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2493         to allow the mail splitting to not return a default group.  This is
2494         useful for nnimap, which will leave unmatched mail in the inbox.
2495
2496         * nnimap.el: Rewritten.
2497
2498         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2499         nnimap usage.
2500
2501         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2502         if the move is internal, so that nnimap can do fast internal moves.
2503
2504         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2505         data.
2506         (gnus-read-active-for-groups): Support finishing the early retrieval of
2507         data.
2508
2509         * gnus-range.el (gnus-range-nconcat): New function.
2510
2511         * gnus-int.el (gnus-finish-retrieve-group-infos)
2512         (gnus-retrieve-group-data-early): New functions.
2513
2514 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2515
2516         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2517         (nnrss-retrieve-groups):
2518         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2519         (pop3-quit): Use with-current-buffer.
2520
2521 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2524         instead of nnheader-accept-process-output.
2525
2526         * dgnushack.el (dgnushack-compile): Add comment.
2527
2528         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2529
2530         * gnus-html.el (gnus-html-schedule-image-fetching)
2531         (gnus-html-prefetch-images): Replace process-kill-without-query by
2532         gnus-set-process-query-on-exit-flag.
2533
2534 2010-09-16  Romain Francoise  <romain@orebokech.com>
2535
2536         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2537
2538 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2541         parameter to unintern is mandatory-ish in Emacs 24.
2542
2543         * gnus-html.el (gnus-html-schedule-image-fetching)
2544         (gnus-html-prefetch-images): Check for curl before using it.
2545
2546         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2547         depend on curl, which isn't essential.
2548
2549         * imap.el: Revert back to version
2550         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2551         seem problematic.
2552
2553 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2554
2555         * gnus-registry.el (gnus-registry-install-shortcuts):
2556         Explicitly pass `obarray' to `unintern' to avoid a warning.
2557
2558 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2561         change.
2562
2563         * nnrss.el (nnrss-request-list): Removed this function and related
2564         functions, including the moreover stuff.
2565
2566 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * nnrss.el (nnrss-retrieve-groups): New function.
2569
2570 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2571
2572         * .dir-locals.el: Add no-byte-compile cookie.
2573
2574 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * time-date.el (format-seconds): Comment fix.
2577
2578         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2579         for back end that doesn't support request-scan.
2580
2581 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2584         then do request scans from the backends.
2585
2586         * netrc.el (netrc-credentials): New conveniency function.
2587
2588         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2589         avoid running a hook per line, since this takes a lot of time,
2590         profiling shows.
2591         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2592         directly if gnus-visual-p is true.
2593
2594 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2597         groups; replace mapcar with dolist which is a bit faster; pass groups
2598         info to gnus-read-active-file-1.
2599         (gnus-read-active-file-1): Scan only specified groups if the new
2600         optional arg `infos' is given.
2601
2602 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2605
2606         * pop3.el (pop3-movemail): Removed.
2607         (pop3-streaming-movemail): Renamed to pop3-movemail.
2608
2609         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2610         don't restrict end-tag searches to the end of the line.
2611
2612 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2615         articles of every unchecked group to t, which means unknown since the
2616         server has never been opened.
2617
2618 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2619
2620         * gnus-html.el (gnus-html-show-alt-text): New command.
2621         (gnus-html-browse-image): Ditto.
2622         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2623         to browse the image directly.
2624         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2625         better.
2626
2627         * gnus-async.el (gnus-async-article-callback): Call
2628         `gnus-html-prefetch-images' unconditionally.
2629
2630         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2631         before feeding URLs to curl.
2632
2633 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2636         internal images as deletable by `W D D'.
2637
2638         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2639         (gnus-async-article-callback): Fix typo.
2640
2641 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2644         current line to work around bugs in the output from w3m.
2645
2646         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2647         for groups that want that.
2648
2649         * nntp.el (nntp-wait-for-string): Supply a timeout for
2650         accept-process-output to ensure progress.
2651
2652         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2653         level to get unread articles from, then use that for foreign groups,
2654         too.
2655
2656         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2657         confuses the rest of the function.
2658
2659         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2660         for the methods that support -retrieve-groups, too.
2661
2662         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2663
2664 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2667         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2668
2669         * pop3.el: Require cl when compiling.
2670         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2671
2672 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2675         that aren't going to be activated.
2676         (gnus-get-unread-articles): Fix up the last commit.
2677
2678         * gnus-html.el (gnus-article-html): Allow calling without specifying
2679         the handle.  In that case, dissect the buffer first.
2680
2681         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2682
2683         * nnimap.el (nnimap-open-connection): Revert the change that would look
2684         into authinfo for imaps instead of imap.
2685
2686         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2687         say that you don't want to call gnus-request-group with don-check, but
2688         do check the reponse.  This is for virtual groups only.
2689         (gnus-get-unread-articles): Count the archive groups as secondary, so
2690         that they're activated the same way as before.
2691
2692         * imap.el (imap-message-map): Removed optional buffer parameter, since
2693         no callers use it.
2694         (imap-message-get): Ditto.
2695         (imap-message-put): Ditto.
2696         (imap-mailbox-map): Ditto.
2697         (imap-mailbox-put): Ditto.
2698         (imap-mailbox-get): Ditto.
2699         (imap-mailbox-get): Revert last change for this function.
2700
2701         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2702         case-insensitively.
2703         (nnimap-debug): Removed.
2704
2705         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2706         to use `imap-fetch' instead.  According to the comments, this should be
2707         safe, since all other IMAP clients use the 1:* syntax.
2708         (imap-enable-exchange-bug-workaround): Removed.
2709         (imap-debug): Removed -- doesn't seem very useful.
2710
2711         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2712         mail from a file, and the file doesn't exist.
2713
2714         * imap.el (imap-log): New convenience function used throughout instead
2715         of repeating the same code all over the place.
2716
2717         * pop3.el (pop3-streaming-movemail): Return t for success.
2718
2719         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2720         .authinfo if we're using ssl connection.
2721
2722         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2723         already have if we're in a main Gnus `g' run.
2724
2725         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2726
2727 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2730
2731         * nnmh.el (nnmh-request-list-1): Bind `file'.
2732
2733         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2734         alias to set-process-query-on-exit-flag or process-kill-without-query.
2735         (pop3-open-server): Use it.
2736
2737 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2740         box to the Incoming file.  Fixes mistake in previous checkin.
2741
2742         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2743         request loop (for debugging purposes) removed.
2744
2745         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2746         culprit is more visible.
2747         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2748         (nnml-add-incremental-nov): New functions to do "incremental" nov
2749         updates, where we just append to the end of the existing nov files
2750         without reading/writing them in full.
2751
2752         * mail-source.el (mail-source-delete-crash-box): Really only check the
2753         incoming files once in a while.
2754
2755         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2756
2757         * mail-source.el (mail-source-delete-crash-box): Only check the
2758         incoming files for deletion once per day to save a lot of file
2759         accesses.
2760
2761         * pop3.el (pop3-logon): Fix up unbound variable typo.
2762
2763         * mail-source.el (pop3-streaming-movemail): Autoload.
2764
2765         * pop3.el (pop3-streaming-movemail): Respect
2766         pop3-leave-mail-on-server.
2767
2768         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2769         retrieval.
2770
2771         * pop3.el (pop3-process-filter): Removed unused function.
2772         (pop3-streaming-movemail, pop3-send-streaming-command)
2773         (pop3-wait-for-messages, pop3-write-to-file)
2774         (pop3-number-of-responses): New functions for streaming pop3
2775         retrieval.
2776
2777         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2778         come from no known methods.
2779         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2780         list.
2781
2782         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2783         message sizes.
2784         (pop3-movemail): Use erase-buffer instead of looping and deleting
2785         regions, which seems rather odd.
2786
2787         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2788         file once per `g' run.
2789
2790         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2791         directories.  This makes the draft queue directory work.
2792
2793         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2794         data from the backends, so that we only request the list of groups from
2795         each method once.  This should speed things up considerably.
2796
2797         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2798         detect that it's not implemented.
2799
2800         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2801         we actually do recurse down into the tree, but don't stat all leaf
2802         nodes.
2803
2804         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2805         then say so instead of bugging out.
2806
2807         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2808         files exist before trying to read them.
2809
2810         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2811         around <pre_int>.
2812
2813         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2814
2815         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2816
2817 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * mm-util.el (mm-image-load-path): Just return the image directories,
2820         not all directories in the path in addition to the image directories.
2821         (mm-image-load-path): Maintain a cache of the image directories so that
2822         the `g' command in Gnus doesn't have to stat dozens of directories each
2823         time.
2824
2825         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2826         (gnus-html-wash-tags): Add a new `i' command to insert images.
2827         (gnus-html-insert-image): New command and keystroke.
2828         (gnus-html-redisplay-with-images): New command and keystroke.
2829         (gnus-html-show-images): Renamed command.
2830         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2831         spacers.
2832         (gnus-html-wash-tags): Decode entities at the end, so that entities
2833         inside the tags don't mess up the rest of the "parsing".
2834
2835         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2836         so that nnimap methods aren't agentized by default.  There's apparently
2837         many problems related to agent/imap behaviour.
2838
2839         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2840
2841         * gnus-html.el: Doc fix.
2842
2843 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2846         specifier-spec-list for Emacs 21.
2847
2848         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2849         glyph-width and glyph-height instead of display-graphic-p and
2850         image-size; make avoidance of displaying small images work for XEmacs.
2851
2852         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2853         for XEmacs.
2854
2855         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2856         of symbol that holds plist data.
2857         (gnus-process-plist): Remove plist of process after getting it.
2858
2859 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * message.el (message-generate-hashcash): Change default to
2862         'opportunistic if hashcash is installed.
2863
2864         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2865         (gnus-html-put-image): Only call image-size once, since it's somewhat
2866         time-consuming on remote X servers.
2867
2868 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2871         type on data, not a file name.
2872
2873         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2874         window-pixel-edges for Emacs 21.
2875
2876         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2877         decoded contents.
2878         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2879
2880 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2883         group line format, since it isn't very interesting.
2884
2885         * gnus-agent.el (gnus-agent-short-article),
2886         (gnus-agent-long-article): Increase values for these two variables,
2887         since most people are likely to have more network connection and
2888         storage than before.
2889
2890         * gnus.el (gnus-refer-article-method): Change default to 'current.
2891         When referring an article, the common behaviour is to refer it from the
2892         current select method, not the native select method.  The chances of
2893         the native select method having the message in question is rather slim
2894         these days.
2895
2896         * gnus-sum.el (gnus-auto-select-subject): Change default to
2897         `unseen-or-unread'.  I think it's likely that most people want to
2898         select an unseen article over a previously seen, but unread one.
2899
2900         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2901         means that in the article buffer none of the minor mode elements will
2902         be shown, usually, and this is not desirable in most cases.
2903
2904         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2905         that commands like `d' (and the like) go to the next line in the
2906         buffer, instead of the next unread article.  I think this is the
2907         behaviour that is most natural for most users.
2908         (gnus-single-article-buffer): Change default to nil, so that people can
2909         have as many article buffers open as they have summary buffer.  I think
2910         this is the most natural way for the groups to behave.
2911
2912         * message.el (message-generate-new-buffers): Change default to
2913         `unsent', so that all new message buffers start their names with the
2914         string "*unsent", and it's easier to find the buffers if you move from
2915         them.
2916
2917 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2920         small.  They're probably tracking images.
2921         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2922         (gnus-html-rescale-image): Yet another try at getting the image sizing
2923         right.
2924
2925         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2926         nntp-marks-file-name is nil.
2927
2928 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2929
2930         * gnus-html.el (gnus-html-wash-tags)
2931         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2932         Better logging.
2933
2934 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2937
2938         * gnus-html.el (gnus-html-wash-tags): Check the value of
2939         gnus-blocked-images in the summary buffer.
2940
2941 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2942
2943         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2944
2945 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2946
2947         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2948         like "a", it seems like.
2949         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2950         since it needs to be picked from the correct buffer.
2951
2952         * nnwfm.el: Removed.
2953
2954         * nnlistserv.el: Removed.
2955
2956 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2957
2958         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2959         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2960
2961 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * nnkiboze.el: Removed.
2964
2965         * nndb.el: Removed.
2966
2967         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2968         alt text.
2969         (gnus-html-rescale-image): Try to get the rescaling logic right for
2970         images that are just wide and not tall.
2971
2972         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2973         overshadow variable bindings.
2974
2975 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         * gnus-html.el (gnus-html-wash-tags)
2978         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2979         extra logging.
2980
2981 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2984         (gnus-max-image-proportion): New variable.
2985         (gnus-html-rescale-image): New function.
2986         (gnus-html-put-image): Rescale images.
2987
2988 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2989
2990         Fix up some byte-compiler warnings.
2991         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2992         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2993         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2994         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2995         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2996         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2997         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2998
2999 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * gnus-html.el (gnus-article-html): Decode contents by charset.
3002
3003 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3006         (gnus-html-frame-width, gnus-blocked-images)
3007         * message.el (message-prune-recipient-rules): Add custom version.
3008         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3009
3010         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3011         functions.
3012
3013         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3014         gnus-process-get.
3015
3016 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3017
3018         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3019         instead of lsub directly.
3020
3021 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * nnwarchive.el: Removed.
3024
3025         * gnus-soup.el: Removed.
3026
3027         * nnsoup.el: Removed.
3028
3029         * nnultimate.el: Removed.
3030
3031         * gnus-html.el (gnus-blocked-images): New variable.
3032
3033         * message.el (message-prune-recipients): New function.
3034         (message-prune-recipient-rules): New variable.
3035
3036         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3037         guess whether a long line is natural text or not.
3038
3039         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3040         gnus-process-plist and friends for compatibility.
3041
3042 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3043
3044         * gnus-html.el: Require packages that define macros used in this file.
3045         (gnus-article-mouse-face): Declare to silence byte-compiler.
3046         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3047         process-get.
3048         (gnus-html-put-image): Use plist-get to avoid getf.
3049         (gnus-html-prefetch-images): Use with-current-buffer.
3050
3051 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * gnus-ems.el: Provide compatibility functions for
3054         gnus-set-process-plist.
3055
3056         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3057         header-line-format for XEmacs 21.4.
3058
3059         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3060         * gnus.el (gnus-valid-select-methods)
3061         * message.el (message-send-mail-partially-limit)
3062         * mm-decode.el (mm-text-html-renderer)
3063         * mml.el (mml-insert-mime-headers-always)
3064         * smiley.el (smiley-regexp-alist): Bump custom version.
3065
3066 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067
3068         * gnus-html.el: require mm-url.
3069         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3070         with the url to `url'.
3071         (gnus-html-wash-tags): Support cid: URLs/images.
3072
3073 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3074
3075         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3076         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3077         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3078
3079         * gnus-move.el: Removed file, since it doesn't really work.
3080
3081         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3082         UTF-8.  This seems to fix problems with some German web feeds.
3083
3084         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3085         at the top so that the proper colours are applied.
3086
3087         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3088         don't have dots in their names.
3089
3090         * gnus-art.el (gnus-article-view-part): Doc fix.
3091
3092         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3093         XEmacs-compatible.
3094         (gnus-html-put-image): Don't do images on non-graphic displays.
3095
3096         * nnslashdot.el: Removed this unused backend.
3097
3098         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3099         actions.
3100         (gnus-undo-register-1): Revert last change.
3101
3102         * gnus-group.el (gnus-group-completing-read): Protect against not
3103         having completion-styles bound.
3104
3105         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3106         make broken recipients happier.
3107
3108         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3109
3110         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3111         point parameter.
3112
3113         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3114
3115         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3116         completion-styles for group selection.
3117
3118 2009-02-04  Andreas Schwab  <schwab@suse.de>
3119
3120         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3121         headers and regexp-quote the match if necessary.
3122
3123 2009-03-24  Miles Bader  <miles@gnu.org>
3124
3125         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3126         the blinking smiley.
3127
3128 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3129
3130         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3131         blink smiley.
3132
3133 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3136         where the dribbel file lives exists.
3137
3138         * message.el (message-send-mail-partially-limit): Change the default to
3139         nil, since most people don't want this.
3140
3141         * mm-url.el (mm-url-decode-entities): Also decode entities like
3142         &#x3212.
3143
3144 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3145
3146         * gnus-sum.el (gnus-summary-idna-message):
3147         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3148         Hyperlink urls in docstrings with URL `...'.
3149
3150 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3151
3152         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3153         functions.
3154
3155 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3156
3157         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3158         say what the mouseover text should be.
3159
3160         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3161         version of the mm-w3m-safe-url-regexp variable to only download images
3162         in the groups where we want that to happen.
3163
3164         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3165
3166         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3167         easier debugging.
3168         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3169         big pictures in the article buffer.
3170
3171         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3172         gnus-article-html.
3173         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3174         w3m.
3175
3176         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3177
3178 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3181         which doesn't exist.
3182
3183         * message.el (message-inhibit-ecomplete): New variable to allow some
3184         function to inhibit ecomplete address storage.
3185         (message-resend): Disable ecomplete message storage when resending
3186         messages.
3187
3188         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3189
3190 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3193         Save excursion while copying, moving, and deleting articles in order to
3194         prevent the cursor from jumping to unforeseen place.
3195
3196 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * lpath.el: No need to bind bookmark-current-buffer,
3199         bookmark-yank-point and bookmark-make-record-function.
3200
3201 2010-08-17  Glenn Morris  <rgm@gnu.org>
3202
3203         * gnus-sync.el: Require gnus components whose functions are used.
3204
3205         * gnus-art.el (bookmark-make-record-function):
3206         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3207         Declare for compiler.
3208
3209         * mm-url.el (mml-compute-boundary): Autoload.
3210
3211 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3214
3215 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         Typo fix "hoo4a" -> "hook".
3218
3219         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3220
3221 2010-08-14  Glenn Morris  <rgm@gnu.org>
3222
3223         * gnus-sync.el (gnus-sync): Fix defgroup version.
3224
3225 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3226
3227         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3228
3229         * gnus-sync.el: Fix docs.
3230         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3231         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3232
3233 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3234
3235         Optimizations for gnus-sync.el.
3236
3237         * gnus-sync.el: Add docs about gnus-sync-backend
3238         possibilities.
3239         (gnus-sync-save): Remove unnecessary message.
3240         (gnus-sync-read): Optimize and show what groups were skipped.
3241
3242 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3243
3244         Minor bug fixes for gnus-sync.el.
3245
3246         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3247         read the sync on get-new-news.
3248
3249         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3250         quiet.
3251
3252         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3253
3254 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3255
3256         Make saving and restoring of hidden threads work with overlays.
3257         Patch applied by Ted Zlatanov.
3258
3259         * gnus-sum.el (gnus-hidden-threads-configuration)
3260         (gnus-restore-hidden-threads-configuration): Update to deal with text
3261         properties, rather than searching for a magic character.
3262
3263 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3264
3265         New gnus-sync.el library for synchronization of marks.
3266
3267         * gnus-sync.el: New library for synchronization of marks.
3268
3269         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3270         renamed from `gnus-registry-grep-in-list'.
3271
3272         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3273
3274         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3275
3276 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3279         determining charset of text fails.
3280
3281 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * nnmail.el (nnmail-get-new-mail-1): Revert.
3284
3285         * nnml.el (nnml-active-number): Make sure names of newly created groups
3286         in nnml-group-alist are encoded.
3287
3288 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3289
3290         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3291         containing non-ASCII characters in active file for nnml back end.
3292
3293 2010-07-24  David Engster  <dengste@eml.cc>
3294
3295         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3296         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3297
3298 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3299
3300         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3301         tag (Bug#6654).
3302
3303 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3306         the article buffer, not the summary buffer.
3307
3308 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3311         Emacs 23 as well.
3312
3313 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3316         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3317
3318 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3319
3320         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3321         Patch applied by Karl Fogel.
3322
3323         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3324         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3325
3326 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3327
3328         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3329         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3330         C-w still not working correctly from Article buffers; Thierry's
3331         patch to fix that will be applied after this.
3332
3333         * gnus-art.el (bookmark-make-record-function): New local variable.
3334
3335         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3336         article buffer.
3337         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3338
3339 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3340
3341         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3342         on changes in bookmark.el.
3343
3344 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3347         `no-log' instead of message not to log prompt string.
3348
3349 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3350
3351         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3352         the *other* type of HTML form submission.
3353
3354 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3355
3356         * auth-source.el (auth-source-pick): If choice does not contain a
3357         questioned keyword, set the check to t.
3358
3359 2010-06-12  Romain Francoise  <romain@orebokech.com>
3360
3361         * gnus-util.el (gnus-date-get-time): Move up before first use.
3362
3363 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3366         (gnus-article-edit-part): Bind it to make last part that is substituted
3367         or deleted visible.
3368         (gnus-mime-display-single): Buttonize part of which id equals to
3369         gnus-mime-buttonized-part-id.
3370
3371 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3372
3373         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3374         (gnus-dd-mmm): Use gnus-date-get-time.
3375         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3376         simplify logic.
3377         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3378         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3379
3380 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3381
3382         * auth-source.el (top): Autoload `secrets-list-collections',
3383         `secrets-create-item', `secrets-delete-item'.
3384         (auth-sources): Fix tag string.
3385         (auth-get-source, auth-source-retrieve, auth-source-create)
3386         (auth-source-delete): New defuns.
3387         (auth-source-pick): Rewrite in order to avoid 2 passes.
3388         (auth-source-forget-user-or-password): New parameter USERNAME.
3389         (auth-source-user-or-password): New parameters CREATE-MISSING and
3390         DELETE-EXISTING.  Retrieve password interactively, if needed.
3391
3392 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3393
3394         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3395         deleting unused directories when gnus-expert-user is t.
3396
3397 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3400         for each temp file when gnus-article-browse-delete-temp is ask.
3401
3402 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3403
3404         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3405         Lisp calls to delete-backward-char by calls to delete-char.
3406
3407 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3408
3409         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3410
3411 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3412
3413         * password-cache.el (password-cache-remove): Fix docstring.
3414
3415 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3418         article unless decoding article to be saved.
3419
3420 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3423         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3424         generated within the mm-with-unibyte-current-buffer macro.
3425
3426 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3429         to nil when we're in a mml-preview buffer and no group is selected.
3430
3431 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3432
3433         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3434         when catching the `C-g'.  Reported by "Leo".
3435
3436 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * message.el (message-forward-make-body-plain)
3439         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3440         multibyte-string-p.
3441
3442         * lpath.el: Revert.
3443
3444 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * message.el (message-forward-make-body-mml): Assume original message
3447         is multibyte string; error on unibyte.
3448         (message-forward-make-body-plain): Ditto; don't add excessive newline
3449         in body end.
3450
3451         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3452
3453 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3454
3455         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3456         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3457
3458 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * mm-extern.el (mm-extern-url): Don't use
3461         mm-with-unibyte-current-buffer.
3462         (mm-extern-cache-contents): Use with-current-buffer instead of
3463         save-excursion + set-buffer.
3464
3465 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * mm-util.el (mm-emacs-mule): Remove.
3468
3469 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3470
3471         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3472         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3473         change.
3474
3475 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3478         bind the default value of enable-multibyte-characters to nil.
3479
3480 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * message.el (message-forward-make-body-plain)
3483         (message-forward-make-body-mml):
3484         Don't use mm-with-unibyte-current-buffer.
3485
3486 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3487
3488         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3489
3490 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3491
3492         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3493         (Bug#5592).
3494
3495 2010-05-07  Julien Danjou  <julien@danjou.info>
3496
3497         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3498         it to mm-pipe-part.
3499
3500         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3501         it is given.
3502
3503 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * binhex.el (binhex-decode-region-internal)
3506         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3507         (dns-query)
3508         * nnweb.el (nnweb-gmane-search)
3509         * pgg-parse.el (pgg-parse-armor)
3510         * pgg.el (pgg-verify-region)
3511         * sha1.el (sha1-string-external)
3512         * uudecode.el (uudecode-decode-region-internal)
3513         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3514         XEmacs.
3515
3516         * gnus-art.el (gnus-article-browse-html-parts)
3517         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3518         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3519         make-temp-file.
3520
3521         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3522         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3523         compiling.
3524
3525         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3526         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3527         XEmacs when compiling.
3528
3529         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3530         gnus-pick-mode-off-hook for XEmacs when compiling.
3531         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3532         gnus-binary-mode-off-hook for XEmacs when compiling.
3533
3534         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3535         nil if char-charset is not available.
3536
3537         * imap.el (imap-disable-multibyte)
3538         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3539         macros.
3540
3541         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3542         instead of encode-coding-string.
3543
3544         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3545         'xemacs) instead of mm-emacs-mule to switch function definitions.
3546         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3547
3548         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3549         bind temporary-file-directory for XEmacs;
3550         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3551         timer-set-function for XEmacs 21.4 and SXEmacs;
3552         bind timer-list for XEmacs 21.4 and SXEmacs;
3553         fbind char-charset and find-charset-region for non-Mule XEmacs;
3554         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3555         encode-coding-region and encode-coding-string for XEmacs having no
3556         file-coding feature.
3557
3558 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3559
3560         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3561
3562 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3565         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3566
3567 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3568
3569         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3570         alias `jka-compr-delete-temp-file' no longer exists.
3571
3572 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3573
3574         Use define-minor-mode in Gnus where applicable.
3575         * mml.el (mml-mode): Use define-minor-mode.
3576         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3577         (gnus-undo-mode): Use define-minor-mode.
3578         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3579         (gnus-dead-summary-mode): Use define-minor-mode.
3580         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3581         Initialize in declaration.
3582         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3583         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3584         (gnus-mailing-list-mode): Use define-minor-mode.
3585         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3586         (gnus-draft-mode): Use define-minor-mode.
3587         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3588         (gnus-dired-mode): Use define-minor-mode.
3589
3590 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3591
3592         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3593         handles on recursive mml-to-mime translation and check them for
3594         boundary delimiter collisions.  Reported by Greg Troxel.
3595
3596 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3599
3600 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3601
3602         * mm-util.el (mm-find-buffer-file-coding-system):
3603         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3604
3605 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3606
3607         * message.el (message-generate-headers): Record insertion of optional
3608         headers as well.  Otherwise the check to prevent repeated insertion of
3609         optional headers is a no-op.
3610
3611 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3612
3613         * smime.el: Don't mention CVS.
3614
3615         * nnrss.el (nnrss-fetch): Don't mention CVS.
3616
3617         * nnir.el: Don't mention CVS.
3618
3619 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3620
3621         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3622
3623 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * lpath.el: Fbind bookmark-default-handler,
3626         bookmark-get-bookmark-record, bookmark-make-record-default,
3627         bookmark-prop-get for Emacs <23 and XEmacs.
3628
3629 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3630
3631         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3632         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3633         Use with-current-buffer to silence the byte-compiler.
3634         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3635         bother to require `gnus'.
3636         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3637
3638 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3639
3640         * gnus-sum.el (gnus-summary-bookmark-make-record)
3641         (gnus-summary-bookmark-jump): New functions.
3642         (gnus-summary-mode): Setup bookmark support.
3643
3644 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3645
3646         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3647         if set.
3648
3649 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3650
3651         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3652         gnus-article-browse-html-save-cid-image; make it work recursively for
3653         forwarded messages as well.
3654         (gnus-article-browse-html-parts): Work when prefix arg is given.
3655         (gnus-article-browse-html-article): Doc fix.
3656
3657 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3658
3659         * message.el (message-default-mail-headers):
3660         (message-default-headers): Carry the value mail-default-headers over
3661         into message-default-mail-headers, rather than message-default-headers.
3662
3663 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3664
3665         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3666         charset.
3667
3668         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3669         charset into the <meta> tag when the article is encoded to utf-8.
3670
3671 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3674         directories as well.
3675         (gnus-article-browse-html-parts): Work for images that do not specify
3676         file names; delete temp directory when quitting; insert header at the
3677         right place; use file: scheme for image files.
3678
3679 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3680
3681         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3682         (gnus-article-browse-html-parts): Use it to make temporary cid image
3683         files in addition to html file so that browser may display them.
3684
3685 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3688
3689 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3690
3691         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3692
3693 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3694
3695         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3696         about Secret Service API sources.  Improve Customize options.
3697         (auth-source-pick): Change to accept any number of search parameters.
3698         Implement fallbacks iteratively, not recursively.  Add scoring on the
3699         second pass and sort by score.  Call Secret Service API when needed.
3700         (auth-source-user-or-password): Use it.  Call Secret Service API
3701         directly when needed to get the user name and the password.
3702
3703 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3704
3705         * message.el (message-interactive): Doc fix.
3706         (message-qmail-inject-args): Reflow.
3707         (message-kill-to-signature): Fix typo in docstring.
3708
3709         * smiley.el (smiley-buffer): Fix typo in docstring.
3710
3711 2010-03-24  Glenn Morris  <rgm@gnu.org>
3712
3713         * mail-source.el (gnus-message): Declare.
3714         (mail-source-delete-old-incoming): Require gnus-util.
3715
3716 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3719
3720         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3721
3722         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3723         password-cache's default if it is not bound.
3724         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3725         password-cache-expiry's default if it is not bound.
3726
3727         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3728         available in Emacs 21.
3729
3730         * lpath.el: Suppress compiler warnings for:
3731         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3732         XEmacs;
3733         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3734         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3735         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3736
3737 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3738
3739         * auth-source.el (auth-sources): Fix up definition so extra parameters
3740         are always inline.
3741
3742 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3743
3744         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3745         wasn't updated after mismatch.  Clear cached mailbox info correctly
3746         when uidvalidity changes.
3747         (nnimap-group-prefixed-name): New function to avoid some code
3748         duplication.
3749         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3750         (nnimap-request-group): Use it.
3751         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3752         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3753         with many imap folders.  This is done by caching the group status from
3754         the imap server persistently in a group parameter `imap-status'.  (This
3755         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3756         but not persistently, so every Gnus startup was still very slow.)
3757
3758 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3759
3760         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3761         delete the extra newline.  Otherwise editing of :string and :number
3762         types don't work.
3763
3764 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3765
3766         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3767         secrets.el dependency.
3768         (auth-sources): Add optional user name.  Add secrets.el configuration
3769         choice (unused right now).
3770
3771 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3772
3773         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3774         `gnus-registry-install-shortcuts' fill in the functions.
3775
3776         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3777         warnings.
3778         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3779         (gnus-registry-install-shortcuts): Populate and use it in a
3780         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3781
3782 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3783
3784         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3785         In-place substitutions for the group name encoding/decoding.
3786         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3787         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3788         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3789         (nnimap-update-unseen, nnimap-request-list)
3790         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3791         (nnimap-request-set-mark, nnimap-split-to-groups)
3792         (nnimap-split-articles, nnimap-request-newgroups)
3793         (nnimap-request-create-group, nnimap-request-accept-article)
3794         (nnimap-request-delete-group, nnimap-request-rename-group)
3795         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3796         `encoded-mbx' for consistency.
3797         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3798         variable `imap-current-mailbox'.
3799
3800         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3801         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3802
3803 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3804
3805         * pop3.el (pop3-display-message-size-flag): Display message size byte
3806         counts during POP3 download.
3807         (pop3-movemail): Use it.
3808         (pop3-list): Implement listing of available messages.
3809
3810 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3811
3812         * nnir.el (nnir-get-article-nov-override-function): New function to
3813         override the normal NOV retrieval.
3814         (nnir-retrieve-headers): Use it.
3815
3816 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3817
3818         * auth-source.el (netrc-machine-user-or-password): Autoload.
3819
3820 2010-03-19  Glenn Morris  <rgm@gnu.org>
3821
3822         Stop message.el from loading about 40 libraries it doesn't always need.
3823         The general approach is to autoload rather than require, and to
3824         require in the specific functions rather than the file.  (Bug#5642)
3825
3826         * gmm-utils.el: Don't require wid-edit.
3827         (widget-create-child-value, widget-convert, widget-default-get):
3828         Autoload.
3829
3830         * gnus-util.el: Don't require time-date, netrc.
3831         (message-fetch-field, gnus-group-name-decode): Declare rather than
3832         autoloading.
3833         (gnus-fetch-field): Require message.
3834         (gnus-decode-newsgroups): Require gnus-group.
3835
3836         * ietf-drums.el: Don't require time-date.
3837
3838         * message.el: Don't require hashcash, canlock, ecomplete.
3839         Do require mail-utils.  Require nnheader only when compiling.
3840         (smtpmail-default-smtp-server): Remove declaration.
3841         (message-send-mail-function): Check smtpmail-default-smtp-server
3842         is bound rather than requiring smtpmail.
3843         (message-auto-save-directory, message-insert-signature): Use
3844         expand-file-name rather than nnheader-concat.
3845         (nnheader-insert-file-contents): Autoload.
3846         (hashcash-wait-async): Declare.
3847         (message-send-mail): Only call gnus-setup-posting-charset if
3848         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3849         (message-send-mail-with-sendmail): Require sendmail.
3850         (canlock-password, canlock-password-for-verify): Declare.
3851         (message-canlock-password): Require canlock.
3852         (nnheader-get-report): Autoload.
3853         (gnus-setup-posting-charset): Declare.
3854         (message-send-news): Require gnus-msg.
3855         (message-make-references, message-make-in-reply-to): Use mail-header-id
3856         rather than the alias mail-header-message-id.
3857         (ecomplete-add-item, ecomplete-save): Declare.
3858         (message-put-addresses-in-ecomplete): Require ecomplete.
3859         (ecomplete-display-matches): Autoload.
3860
3861         * mm-decode.el: Don't require mailcap, gnus-util.
3862         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3863         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3864         Autoload.
3865         (mailcap-mime-extensions): Declare.
3866
3867         * mm-encode.el: Don't require mailcap.
3868         (mailcap-extension-to-mime): Autoload.
3869
3870         * mml-sec.el: Don't require password-cache.
3871
3872         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3873         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3874         (mml-minibuffer-read-type): Require mailcap.
3875         (mml-preview): Require gnus-msg.
3876
3877         * mml1991.el: Require password-cache.
3878         (password-cache-expiry): Remove declaration.
3879
3880         * mml2015.el: Require password-cache.
3881         (password-cache-expiry): Remove declaration.
3882
3883         * nneething.el (mailcap): Require mailcap.
3884
3885         * nnheader.el (declare-function): Add compatibility stub.
3886         (message-remove-header): Declare rather than autoload.
3887         (nnheader-replace-header): Require message.
3888
3889         * nnimap.el (declare-function): Add compatibility stub.
3890         (netrc-parse, netrc-machine-user-or-password): Declare.
3891         (nnimap-open-connection): Require netrc.
3892
3893         * nntp.el (declare-function): Add compatibility stub.
3894         (netrc-parse, netrc-machine, netrc-get): Declare.
3895         (nntp-send-authinfo): Require netrc.
3896
3897         * rfc2047.el: Don't require qp.
3898         (quoted-printable-encode-region, quoted-printable-decode-string):
3899         Autoload.
3900
3901         * sieve-mode.el: Don't require easymenu.
3902         (easy-menu-add-item): Autoload it.
3903
3904         * spam-stat.el (time-to-number-of-days): Autoload it.
3905
3906 2010-03-19  Glenn Morris  <rgm@gnu.org>
3907
3908         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3909
3910 2010-03-18  Glenn Morris  <rgm@gnu.org>
3911
3912         * hashcash.el (declare-function): Remove duplicate definition.
3913
3914 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3915
3916         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3917         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3918         value if any backslash escapes).
3919
3920 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3923         if it is available.  (bug#5647)
3924
3925         * lpath.el: Suppress compiler warning for coding-system-from-name for
3926         Emacs 21 and XEmacs.
3927
3928 2010-03-14  Juri Linkov  <juri@jurta.org>
3929
3930         * hmac-def.el:
3931         * hmac-md5.el:
3932         * netrc.el: Fix keywords.
3933
3934 2010-02-26  Glenn Morris  <rgm@gnu.org>
3935
3936         * message.el (message-send-mail-function): Change the default, so that
3937         it inherits from a customized send-mail-function.  (Bug#5643)
3938
3939 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3940
3941         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3942         shell-command-to-string signals an error (bug#5299).
3943
3944 2010-02-24  Glenn Morris  <rgm@gnu.org>
3945
3946         * message.el (message-smtpmail-send-it)
3947         (message-send-mail-with-mailclient): Doc fixes.
3948
3949 2010-02-16  Glenn Morris  <rgm@gnu.org>
3950
3951         * message.el (message-default-mail-headers): Change the default value
3952         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3953
3954 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3957         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3958
3959 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3960
3961         * time-date.el (date-to-time): Doc fix (Bug#5408).
3962
3963 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3964
3965         * message.el (message-mail): Just pass yank-action on to message-setup.
3966         (message-setup): Handle (FUN . ARGS) form of yank-action.
3967         (message-with-reply-buffer, message-widen-reply)
3968         (message-yank-original): Handle non-buffer values of
3969         message-reply-buffer (Bug#4080).
3970         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3971
3972 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3973
3974         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3975         Fix typo in docstring.
3976
3977 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3978
3979         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3980         response.
3981
3982 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3985
3986         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3987
3988         * message.el (message-check-news-header-syntax): Protect against a
3989         string that `rfc822-addresses' returns when parsing fails.
3990
3991 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3994         (gnus-previous-char-property-change): New functions.
3995
3996         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3997
3998 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3999
4000         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4001         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4002
4003 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4004
4005         * message.el (message-exchange-point-and-mark): Rework last change to
4006         avoid using optional arg of exchange-point-and-mark, for backward
4007         compatibility.
4008
4009 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4010
4011         * message.el (message-exchange-point-and-mark): Call
4012         exchange-point-and-mark with an argument rather than setting
4013         mark-active by hand (Bug#5175).
4014
4015 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * nntp.el (nntp-service-to-port): Work for service expressed with
4018         numeric string; replace [:digit:] with [0-9] for XEmacs.
4019
4020 2009-12-17  Glenn Morris  <rgm@gnu.org>
4021
4022         * gnus-group.el (gnus-bug-group-download-format-alist):
4023         Change emacs entry to debbugs.gnu.org.  Bump :version.
4024
4025 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4026
4027         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4028
4029 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4030
4031         * message.el (message-info): Explain why we use `Info-goto-node'.
4032
4033 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4036
4037 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4038
4039         * message.el (message-completion-in-region): New compatibility function.
4040         (message-expand-group): Use it.
4041
4042 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4043
4044         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4045         with no unread article should be listed if the 2nd arg `predicate' is
4046         given.
4047
4048 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4051
4052 2009-11-29  Juri Linkov  <juri@jurta.org>
4053
4054         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4055         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4056         on `gnus-recenter'. (Bug#4698, Bug#4981)
4057
4058 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4059
4060         * sha1.el (sha1-string-external): default-directory "/" in case
4061         otherwise non-existent.  process-connection-type pipe for touch of
4062         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4063
4064 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4065
4066         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4067         it's comms related and sgml-mode.el has "comm" on that basis too.
4068
4069 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4072         containing tspecial characters if they have been already quoted.
4073
4074 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4075
4076         * dns-mode.el (auto-mode-alist): Purecopy string.
4077
4078 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4079
4080         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4081
4082 2009-10-24  Glenn Morris  <rgm@gnu.org>
4083
4084         * gnus-art.el (help-xref-stack-item): Define for compiler.
4085
4086 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4087
4088         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4089
4090 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4093
4094 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4097         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4098
4099 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4102         (gnus-overlays-in): New alias to overlays-in.
4103
4104         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4105         gnus-overlay-get, and gnus-delete-overlay.
4106         (gnus-summary-show-thread): Make it work as well for systems in which
4107         next-single-char-property-change is not available.
4108         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4109
4110         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4111         (gnus-overlay-get): New alias to extent-property.
4112         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4113
4114         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4115         SXEmacs.
4116
4117         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4118         SXEmacs.
4119
4120 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4123
4124 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4125
4126         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4127         and XEmacs that don't have `remove-overlays'.
4128
4129 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4130
4131         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4132         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4133         selective display.  Use overlays instead.
4134
4135 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4136
4137         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4138
4139 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4140
4141         * spam-stat.el (spam-stat-load): Fix typo in message.
4142
4143 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4144
4145         * dig.el (dig-invoke): Fix typo in docstring.
4146         (query-dig): Reflow docstring.
4147
4148 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4149
4150         * gnus-art.el (gnus-article-encrypt-body):
4151         * message.el (message-check-recipients):
4152         * mm-util.el (mm-codepage-setup):
4153         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4154         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4155
4156 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4157
4158         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4159         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4160         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4161         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4162         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4163
4164 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4165
4166         * dig.el: Add "Keywords: comm", as per net-utils.el.
4167
4168 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4169
4170         * dig.el (dig-mode): Use define-derived-mode.
4171
4172 2009-09-19  Glenn Morris  <rgm@gnu.org>
4173
4174         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4175
4176 2009-09-18  Glenn Morris  <rgm@gnu.org>
4177
4178         * gnus-diary.el (gnus-diary-check-message):
4179         * message.el (message-insert-formatted-citation-line):
4180         * nnbabyl.el (top-level):
4181         * nndiary.el (nndiary-schedule):
4182         Fix typos in condition-case handlers.
4183
4184 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4185
4186         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4187         configuration that provides the sole article window in a frame;
4188         position point correctly after deleting a part.
4189
4190 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4191
4192         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4193         (spam-resolve-registrations-routine): Use it to unregister articles
4194         that change status.
4195
4196 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4199         with XEmacs.
4200         (parse-time-string-chars): Use it.
4201
4202 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4203
4204         * imap.el (imap-interactive-login): Better messages.
4205         (imap-open): Fix bug with renamed buffer on reconnect.
4206         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4207         for easier debugging and cleaner code.  On successful (guessed based on
4208         server capabilities) secondary authentication, set imap-state
4209         correctly.
4210         (imap-last-authenticator): Define imap-last-authenticator as a variable
4211         to avoid warnings.
4212
4213 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * nnrss.el (nnrss-request-article): Remove binding of
4216         default-enable-multibyte-characters that has gotten needless by
4217         the 2007-07-13 change in rfc2047-encode-message-header.
4218
4219         * mml.el (mml-insert-multipart): Error on the message header.
4220         (mml-insert-part): Error on the message header; position point at
4221         the end of a MIME tag.
4222
4223 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * time-date.el (autoload): Expand define-obsolete-function-alias into
4226         defalias and make-obsolete for old Emacsen that Gnus supports.
4227         (with-no-warnings): Define it for old Emacsen.
4228         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4229         is available.
4230         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4231         float-time is available; suppress compile warning for time-to-seconds.
4232
4233         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4234         (gnus-float-time): Alias to float-time if it exists.
4235
4236         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4237         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4238         float-time is available; suppress compile warning for time-to-seconds.
4239
4240         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4241         XEmacs.
4242
4243 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4244
4245         * imap.el (imap-message-map): Docstring fix.
4246
4247 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4250         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4251         Add the optional argument `encoding' that overrides the default.
4252
4253         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4254         mm-encode-buffer.
4255
4256 2009-09-04  Glenn Morris  <rgm@gnu.org>
4257
4258         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4259         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4260         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4261         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4262         * mm-util.el (mm-with-unibyte-current-buffer)
4263         (mm-find-buffer-file-coding-system):
4264         * yenc.el (yenc-decode-region): Use default-value rather than
4265         default-enable-multibyte-characters.
4266
4267 2009-09-03  Glenn Morris  <rgm@gnu.org>
4268
4269         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4270         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4271         than default-enable-multibyte-characters.
4272
4273 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4274
4275         * gnus-art.el (gnus-article-read-summary-keys):
4276         Fix gnus-buffer-configuration's value temporarily used.
4277
4278 2009-09-02  Glenn Morris  <rgm@gnu.org>
4279
4280         * gnus-util.el (gnus-float-time): New function.
4281         * gnus-delay.el (gnus-delay-article):
4282         * gnus-sum.el (gnus-thread-latest-date):
4283         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4284         * nnspool.el (nnspool-request-newgroups):
4285         Use gnus-float-time rather than time-to-seconds.
4286         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4287
4288         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4289         (gnus-header-subject-face, gnus-header-newsgroups-face)
4290         (gnus-header-name-face, gnus-header-content-face):
4291         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4292         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4293         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4294         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4295         (gnus-cite-face-11):
4296         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4297         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4298         (gnus-server-closed-face, gnus-server-denied-face)
4299         (gnus-server-offline-face):
4300         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4301         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4302         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4303         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4304         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4305         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4306         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4307         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4308         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4309         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4310         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4311         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4312         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4313         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4314         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4315         (gnus-summary-high-undownloaded-face)
4316         (gnus-summary-low-undownloaded-face)
4317         (gnus-summary-normal-undownloaded-face)
4318         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4319         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4320         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4321         (gnus-splash-face):
4322         * message.el (message-header-to-face, message-header-cc-face)
4323         (message-header-subject-face, message-header-newsgroups-face)
4324         (message-header-other-face, message-header-name-face)
4325         (message-header-xheader-face, message-separator-face)
4326         (message-cited-text-face, message-mml-face):
4327         * sieve-mode.el (sieve-control-commands-face)
4328         (sieve-action-commands-face, sieve-test-commands-face)
4329         (sieve-tagged-arguments-face):
4330         * spam.el (spam-face):
4331         Mark face aliases with "-face" in the name as obsolete.
4332
4333 2009-09-01  Glenn Morris  <rgm@gnu.org>
4334
4335         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4336         than goto-line.
4337
4338 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4341         Don't move point if the command is invoked inside the message header.
4342
4343 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4344
4345         * imap.el (imap-send-command): Simplify.
4346         (imap-wait-for-tag): point-max -> buffer-size.
4347
4348 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4349
4350         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4351         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4352         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4353         * nnir.el (nnir-swish-e-index-file):
4354         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4355         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4356         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4357         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4358         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4359         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4360
4361 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4364         Don't save excursion.
4365
4366 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4367
4368         * nnheader.el (nnheader-find-file-noselect):
4369         * mm-util.el (mm-insert-file-contents):
4370         Use (default-value 'major-mode) instead of default-major-mode.
4371
4372 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4373
4374         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4375
4376 2009-08-26  Glenn Morris  <rgm@gnu.org>
4377
4378         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4379         than placing in files.el.
4380
4381 2009-08-25  Glenn Morris  <rgm@gnu.org>
4382
4383         * nnir.el (top-level): Don't require cl at run-time.
4384         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4385         Replace cl-function substitute with gnus-replace-in-string.
4386         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4387         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4388         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4389         simplified expansions.
4390
4391 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4392
4393         * dig.el (dig): Add autoload cookie.
4394
4395 2009-08-22  Glenn Morris  <rgm@gnu.org>
4396
4397         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4398         goto-line.
4399
4400 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4401
4402         * parse-time.el (parse-time-string-chars): Save match data.
4403
4404 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4405
4406         * parse-time.el (parse-time-string-chars): Compute using character
4407         classes, to handle non-ascii characters (Bug#3190).
4408
4409 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4412
4413         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4414         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4415         (gnus-mm-display-part, gnus-mime-display-single)
4416         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4417         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4418
4419         * gnus-sum.el
4420         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4421         (gnus-summary-move-article): Add expirable mark to articles copied or
4422         moved to group that has auto-expire turned on if the option is non-nil.
4423
4424 2009-07-24  Glenn Morris  <rgm@gnu.org>
4425
4426         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4427         Fix typo.  (Bug#3903)
4428
4429 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4432         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4433         that should not be used for draft articles.
4434         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4435         that has no concern in minor mode keys.
4436         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4437         Abolish.
4438
4439 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4442         article without making inquiry to a user for unknown encoding.
4443
4444         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4445         (nnmaildir--scan): Assume i-node and device number that file-attributes
4446         returns might be cons-cell.
4447
4448         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4449
4450         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4451
4452 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4453
4454         * auth-source.el: Remove docs now in auth.texi.  Don't use
4455         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4456         `auth-source-hide-passwords' and use them.
4457
4458 2009-07-15  Glenn Morris  <rgm@gnu.org>
4459
4460         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4461
4462 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4465         excessive whitespace from the default values of title and description.
4466
4467 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4470         mail-fetch-field to fetch Content-Description header in order to
4471         exclude newlines.
4472
4473 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4474
4475         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4476         format used by GnuPG 2.0.11.
4477
4478 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4481         to deleted part.
4482
4483 2009-05-30  David Engster  <dengste@eml.cc>
4484
4485         * nnmairix.el: Remove old documentation in the commentary block.
4486         (nnmairix-request-group): Do not update active file for nnml back ends.
4487         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4488         end so that overview files are ignored.
4489         (nnmairix-update-groups): Make updating the groups more robust by using
4490         marks.
4491         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4492         with dollar characters in message-id.
4493
4494 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4497         2008-12-25 in dns.el.
4498
4499 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4500
4501         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4502         could happen if the text is only composed of spaces and/or tabs.
4503
4504 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4505
4506         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4507         when sending a queued message to avoid extra mml tags.
4508
4509 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4512
4513 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4516         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4517         rmail-toggle-header for XEmacs;
4518         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4519
4520 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-dired.el: Remove autoload for gnus-setup-message.
4523         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4524         displaying Gnus logo; always use compose-mail.
4525
4526 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4529
4530 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4533         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4534         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4535         available.
4536         (gnus-nocem-epg-verify): New function.
4537
4538 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4539
4540         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4541
4542 2009-02-15  Glenn Morris  <rgm@gnu.org>
4543
4544         * gnus-util.el (rmail-insert-rmail-file-header)
4545         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4546         autoloads.
4547         (rmail-default-rmail-file): Remove unnecessary declaration.
4548         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4549
4550 2009-02-14  Glenn Morris  <rgm@gnu.org>
4551
4552         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4553         variable (only used in gnus-util, which declares it anyway).
4554         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4555         which was only needed by gnus-art (changed to not use it any more).
4556         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4557         only used in gnus-util, which autoloads it itself.
4558         (rmail-update-summary): Fix autoload.
4559
4560         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4561         rather than rmail-output-to-rmail-file.
4562
4563 2009-02-07  Glenn Morris  <rgm@gnu.org>
4564
4565         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4566         autoload of function that no longer exists.
4567         (rmail-toggle-header): Declare.
4568         (message-forward-rmail-make-body): Handle mbox Rmail.
4569
4570 2009-01-31  Glenn Morris  <rgm@gnu.org>
4571
4572         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4573         2009-01-09 change.
4574
4575 2009-01-31  Dave Love  <fx@gnu.org>
4576
4577         * imap.el (imap-fetch-safe): Bind debug-on-error.
4578         (imap-debug): Add imap-fetch-safe.
4579
4580 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4581
4582         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4583         (auth-source-forget-all-cached): New convenience function.
4584         (auth-source-user-or-password): Accept list of modes or a single mode.
4585
4586         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4587         auth-source modes.
4588
4589         * netrc.el (netrc-machine-user-or-password): Use list of
4590         auth-source modes.
4591
4592         * nnimap.el (nnimap-open-connection): Use list of
4593         auth-source modes.
4594
4595         * nntp.el (nntp-send-authinfo): Use list of
4596         auth-source modes.
4597
4598 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4599
4600         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4601         now.
4602
4603 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4606         coding system in XEmacs; add a workaround for XEmacs.
4607
4608         * lpath.el: Fbind coding-system-aliasee.
4609
4610 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4613         of current-language-environment.
4614
4615 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4616
4617         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4618         available at runtime.
4619
4620 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4621
4622         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4623
4624 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4625
4626         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4627         the greatest positive fixnum value doesn't work under an XEmacs with
4628         bignum support; use the most-positive-fixnum constant instead,
4629         available since Emacs 21.1 with cl and XEmacs 21.1.
4630
4631 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4634         XEmacs gets not to work.
4635
4636 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * mm-util.el (mm-coding-system-priorities): Allow the value like
4639         "Japanese (UTF-8)" of current-language-environment.
4640
4641 2009-01-09  Glenn Morris  <rgm@gnu.org>
4642
4643         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4644         with last-command-event.
4645
4646 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4647
4648         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4649         in the doc string.
4650
4651         * message.el (message-fix-before-sending): Amend comment.
4652
4653 2009-01-08  Dave Love  <fx@gnu.org>
4654
4655         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4656
4657 2009-01-07  David Engster  <dengste@eml.cc>
4658
4659         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4660         simplified server definitions by converting it via
4661         gnus-server-to-method.
4662
4663 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4666         parameter's operands.
4667
4668 2009-01-06  David Engster  <dengste@eml.cc>
4669
4670         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4671         primary select method (for gnus-group-mark-article-as-read).
4672
4673 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4674
4675         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4676         `(gnus)Face', not `(gnus)X-Face'.
4677
4678 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * mm-util.el (mm-ucs-to-char): New function.
4681
4682         * mm-url.el (mm-url-decode-entities): Use it.
4683
4684         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4685         unicode-to-char.
4686
4687 2009-01-05  Dave Love  <fx@gnu.org>
4688
4689         * time-date.el: Require cl for `declare'.
4690
4691 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4692
4693         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4694         Dave Love.
4695
4696 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * message.el (message-fix-before-sending): Add `eight-bit' to
4699         illegible-text check.
4700
4701 2009-01-03  Michael Olson  <mwolson@gnu.org>
4702
4703         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4704         `headers' is nil.  This can occur if the IMAP server does not have
4705         permissions to read messages from a folder, but can write new messages
4706         to the folder.
4707         (nnimap-request-article-part): Do not insert `data' if it is nil.
4708
4709         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4710         characters which will confuse `read', so skip past them.
4711
4712 2009-01-01  Dave Love  <fx@gnu.org>
4713
4714         * imap.el (imap-string-to-integer): Fix typo.
4715         (imap-fetch-safe): New function.
4716         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4717
4718         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4719
4720         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4721         (imap-parse-greeting): Fix doc strings.
4722         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4723         (imap-parse-flag-list): Make messages unique.
4724         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4725
4726         * nnimap.el: Fix author email.
4727         (nnimap-split-rule): Add FIXME comment.
4728         (nnimap-debug): Fix doc string.
4729
4730 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4733
4734 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4735
4736         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4737         nslookup if resolv.conf isn't available.
4738         (dns-query): Rename from query-dns.
4739         (dns-query-cached): Rename from query-dns-cached.
4740
4741 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4744         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4745         to check if those variables exist (first appeared in Emacs 18.50).
4746
4747 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * mm-util.el (mm-line-number-at-pos): New function.
4750
4751         * spam-report.el (spam-report-process-queue): Use it.
4752
4753 2008-12-24  David Engster  <dengste@eml.cc>
4754
4755         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4756         parameters that haven't existed as variables as buffer-local variables.
4757
4758 2008-12-23  Dave Love  <fx@gnu.org>
4759
4760         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4761         cadar.
4762
4763         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4764         imap-starttls-p.
4765         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4766
4767 2008-12-22  Dave Love  <fx@gnu.org>
4768
4769         * imap.el: Fix author email.  Doc fixes.
4770         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4771         reply.
4772
4773 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4774
4775         * spam-report.el (spam-report-gmane-max-requests): New constant.
4776         (spam-report-gmane-wait): New variable.
4777         (spam-report-gmane-ham, spam-report-gmane-spam)
4778         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4779         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4780         the server.
4781
4782         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4783         Add explanations.
4784
4785         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4786         nnheader-accept-process-output and nnheader-read-timeout if available.
4787         (pop3-movemail): Use it.
4788
4789         * message.el (message-check-news-body-syntax): Fix signature check if
4790         there's an attachment.
4791
4792 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * mm-util.el: Add comments to the mm- emulating functions.
4795
4796 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4797
4798         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4799         by Stephen Berman <stephen.berman@gmx.net>.
4800
4801 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * mm-util.el (mm-substring-no-properties): New function.
4804         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4805         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4806         (mm-string-to-multibyte): Doc fix.
4807
4808         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4809
4810 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4811
4812         * mml.el (mml-attach-file): Strip text properties from file name.
4813         (Bug#1574)
4814
4815 2008-12-16  Glenn Morris  <rgm@gnu.org>
4816
4817         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4818
4819 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4820
4821         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4822         knows since the charset specified might be a bogus alias that
4823         mm-charset-synonym-alist provides.
4824
4825 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4826
4827         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4828         "ISO_8859-1".
4829
4830         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4831
4832 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * mm-util.el (mm-charset-eval-alist):
4835         Define it before mm-charset-to-coding-system.
4836         (mm-charset-to-coding-system): Add optional argument `silent';
4837         define it before mm-charset-override-alist.
4838         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4839         default value if it can be used in Emacs currently running;
4840         silence mm-charset-to-coding-system.
4841
4842 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4845         `allow-override' which says whether to use `mm-charset-override-alist'.
4846         (rfc2047-decode-encoded-words): Use it.
4847
4848         * mm-util.el (mm-charset-override-alist): Fix custom type;
4849         add `(gb2312 . gbk)' to choices.
4850
4851 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4854         fast.
4855
4856         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4857
4858         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4859
4860 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4861
4862         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4863         on links.
4864
4865         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4866
4867 2008-12-03  Lute Kamstra  <lute@gnu.org>
4868
4869         * sha1.el: Remove leading * from docstrings of defcustoms,
4870         deffaces, defconsts and defuns.
4871
4872 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4875         users' addresses that don't have domain parts.
4876         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4877         rather than message-narrow-to-head since there will be the message
4878         header separator.
4879
4880 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4881
4882         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4883         since the result is inserted in a unibyte buffer anyway.
4884         (nnimap-demule-use-string-to-multibyte): Remove.
4885         (nnimap-demule): Alias it to mm-string-to-multibyte.
4886
4887 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4888
4889         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4890         variable for debugging bug#464 and bug#1174.
4891         (nnimap-demule): Use it.
4892
4893 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4894
4895         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4896         score calculation correctly.
4897
4898 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4899
4900         * message.el (message-send-mail): Just set the buffer to unibyte
4901         rather than use mm-with-unibyte-current-buffer which does a lot more.
4902         (message-send-mail-partially): Don't bother with
4903         mm-with-unibyte-current-buffer since it's already been made unibyte by
4904         message-send-mail.
4905
4906 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4907
4908         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4909
4910 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4911
4912         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4913
4914 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4917         require itself and to remove `with-no-warnings'.
4918
4919 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4920
4921         * starttls.el (starttls-any-program-available): Get the name of the
4922         available TLS layer program.
4923         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4924         well as the host name in the "opening" message.
4925
4926         * auth-source.el (auth-source-cache, auth-source-do-cache)
4927         (auth-source-user-or-password): Cache passwords and logins by default,
4928         allow override with `auth-source-do-cache'.
4929         (auth-source-forget-user-or-password): Allow users to remove cache
4930         entries if needed.
4931
4932 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4933
4934         * md4.el (md4-buffer): Fix typo in docstring.
4935         (md4, md4-64): Doc fixes.
4936         (md4-pack-int32): Reflow docstring.
4937
4938 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4939
4940         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4941         condition-case to only the forward-sexp call.
4942
4943 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4944
4945         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4946         quotes contained.  Make it more robust regardless by an extra
4947         condition-case wrapper.
4948
4949 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4952
4953 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * nnml.el (nnml-request-expire-articles): Check if the function set to
4956         `nnmail-expiry-target' returns the symbol `delete'.
4957
4958         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4959
4960         * nnmail.el (nnmail-expiry-target): Fix custom type.
4961
4962 2008-10-02  Glenn Morris  <rgm@gnu.org>
4963
4964         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4965         Silence compiler warning.
4966
4967 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4968
4969         * tls.el (open-tls-stream): Show the actual command being
4970         executed, instead of the format string.
4971
4972 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * lpath.el: Fbind codepage-setup for Emacs 23.
4975
4976 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4977
4978         * mml.el (mml-menu): Don't assume mml2015 is bound.
4979
4980 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4981
4982         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4983         exists.
4984
4985 2008-09-27  Glenn Morris  <rgm@gnu.org>
4986
4987         * gnus-util.el (mail-header-remove-comments): Autoload it.
4988
4989 2008-09-27  Andreas Schwab  <schwab@suse.de>
4990
4991         * gnus-util.el (gnus-split-references): Strip comments.
4992         (gnus-parent-id): Likewise.
4993
4994 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4995
4996         * message.el (message-confirm-send): Fix version.
4997
4998 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * message.el (message-idna-to-ascii-rhs-1): Use
5001         mail-extract-address-components rather than mail-header-parse-addresses
5002         that is an alias by default to ietf-drums-parse-addresses that does not
5003         support non-ASCII names in headers' contents.
5004
5005 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5006
5007         * message.el (message-confirm-send): Fixed variable documentation to
5008         avoid the "y/n" wording.
5009
5010 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5011
5012         * message.el (message-set-auto-save-file-name): Save to a different
5013         filename so multiple messages (especially drafts) can be recovered.
5014
5015 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5016
5017         * message.el (message-confirm-send): Add appropriate version.
5018
5019 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5020
5021         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5022         defvar.
5023
5024 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5025
5026         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5027         (mm-pkcs7-enveloped-magic): Ditto.
5028
5029 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5030
5031         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5032         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5033
5034 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5035
5036         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5037         default, it's better.
5038
5039 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5040
5041         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5042         summary line gnus-number property and ignore them (with a warning
5043         message).
5044
5045 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5048         macro caddr in the interactive form since it won't be expanded.
5049
5050 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5053         `charset'; fix name of function called recursively.
5054         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5055
5056 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5059         (gnus-mime-set-charset-parameters): New function.
5060         (gnus-mime-view-part-as-charset): Use it to correctly display part
5061         specifying wrong charset.
5062
5063 2008-09-08  David Engster  <dengste@eml.cc>
5064
5065         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5066         in completing-read for back end server.
5067
5068 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5069
5070         * message.el (message-confirm-send): New variable to confirm sending a
5071         message.
5072         (message-send): Use it.
5073
5074 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5075
5076         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5077
5078 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5081
5082 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5083
5084         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5085         prevent tracking too many groups.
5086         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5087         Use it.
5088
5089 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5090
5091         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5092         moving point to the bottom of the window in order to avoid recentering.
5093
5094 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5097
5098         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5099         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5100         (gnus-article-beginning-of-window): Fix calculation.
5101
5102 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * gnus-msg.el (gnus-summary-supersede-article)
5105         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5106         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5107         message header.
5108
5109 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5110
5111         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5112         pending output coming after the status change.
5113
5114 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5115
5116         * message.el:
5117         * gnus-start.el:
5118         * gnus-registry.el: Remove VMS support.
5119
5120 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5123         macro.
5124         (rfc2104-hash): Use it.
5125
5126 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5127
5128         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5129         (gnus-summary-sort-by-most-recent-date): New commands.
5130         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5131         and menu entries.
5132
5133 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5136         don't redisplay article for raw contents; remove plural articles stuff.
5137
5138         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5139         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5140         on gnus-summary-save-article; display results properly.
5141
5142 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * lpath.el: No need to fbind ns-focus-frame.
5145
5146 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5149
5150 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5153         gnus-save-all-headers.
5154
5155 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5156
5157         * gnus-util.el (ns-focus-frame): Remove declaration.
5158         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5159         like x.
5160
5161 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5162
5163         * rfc2104.el (rfc2104-zero): Delete defconst.
5164         (rfc2104-hex-alist): Likewise.
5165         (rfc2104-hex-to-int): Delete func.
5166         (rfc2104-hexstring-to-bitstring): Likewise.
5167         (rfc2104-nybbles): New defconst.
5168         (rfc2104-hash): Rewrite for speed.
5169
5170 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * tls.el (open-tls-stream): Make it work with the 2nd argument
5173         BUFFER that is a string but does not exist as a buffer object, as
5174         mentioned in the doc-string.
5175
5176 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5179         SXEmacs.
5180
5181 2008-07-16  Glenn Morris  <rgm@gnu.org>
5182
5183         * gnus-util.el (ns-focus-frame): Declare for compiler.
5184
5185 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5188         set as a group parameter.
5189         (gnus-summary-save-in-pipe): Work when it is called independently.
5190         (gnus-summary-pipe-to-muttprint): Don't modify
5191         gnus-summary-pipe-output-default-command.
5192
5193 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5194
5195         * message.el (message-send-mail-with-sendmail):
5196         Display the error message.
5197
5198 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5199
5200         * gnus-art.el (gnus-default-article-saver):
5201         Add gnus-summary-save-in-pipe to choices.
5202         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5203         gnus-summary-pipe-output-default-command as the default command.
5204         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5205         instead of gnus-last-shell-command.
5206
5207         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5208         New user option.
5209         (gnus-summary-muttprint-program): Mention the value will be changed.
5210         (gnus-summary-save-article): Force showing of all headers.
5211         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5212
5213 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5214
5215         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5216
5217 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5218
5219         * nnimap.el (nnimap-id):
5220         * sieve-manage.el (sieve-manage-open): Doc fixes.
5221
5222 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5223
5224         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5225         if available.
5226
5227 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5228
5229         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5230
5231         * nnkiboze.el (nnkiboze-generate-group):
5232         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5233
5234         * nnmairix.el: Require CL.
5235
5236 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * dgnushack.el: Autoload get-display-table and put-display-table for
5239         XEmacs 21.5.
5240
5241         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5242         21.4 and SXEmacs.
5243
5244 2008-06-15  David Engster  <dengste@eml.cc>
5245
5246         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5247
5248 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5249
5250         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5251         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5252         runtime choice under XEmacs.
5253
5254         * gnus-sum.el (gnus-summary-set-display-table):
5255         Use `gnus-put-display-table', `gnus-get-display-table',
5256         `gnus-set-display-table' for the display table, instead of `aset'.
5257
5258         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5259         Use `gnus-put-display-table', `gnus-get-display-table',
5260         `gnus-set-display-table' for the display table.
5261
5262 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5263
5264         * nnmairix.el: Add autoloads.
5265
5266 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5267
5268         * nnmairix.el (nnmairix-delete-recreate-group)
5269         (nnmairix-update-and-clear-marks): Fix error messages.
5270
5271 2008-06-14  David Engster  <dengste@eml.cc>
5272
5273         * nnmairix.el: Upgrade to version 0.6.
5274         (nnmairix-group-toggle-propmarks-this-group)
5275         (nnmairix-group-toggle-readmarks-this-group)
5276         (nnmairix-group-delete-recreate-this-group)
5277         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5278         (nnmairix-remove-tick-mark-original-article): New commands.
5279         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5280         (nnmairix-propagate-marks-to-nnmairix-groups)
5281         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5282         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5283         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5284         functions needed for marks propagation and manipulation of read marks.
5285         (nnmairix-update-groups): New function.
5286         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5287         (nnmairix-determine-original-group-from-registry)
5288         (nnmairix-determine-original-group-from-path)
5289         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5290         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5291         New helper functions.
5292         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5293         keystrokes for new commands.
5294         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5295         (nnmairix-request-group): Check allow-fast group parameter.
5296         (nnmairix-request-create-group): Set allow-fast group parameter if
5297         nnmairix-allowfast-default is set.
5298         (nnmairix-close-group): Propagate marks upon closing if needed.
5299         (nnmairix-group-toggle-threads-this-group): Use new.
5300         nnmairix-group-toggle-parameter helper function.
5301         (nnmairix-search): Better check for empty search result.
5302         (nnmairix-goto-original-article): Use new helper functions for
5303         determining original article.
5304         (nnmairix-show-original-article): Make sure message-id is in brackets.
5305         (nnmairix-call-mairix-binary): Change variable name.
5306         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5307         helper function.
5308         (nnmairix-widget-toggle-activate): Fix doc string.
5309
5310 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5311
5312         * nnir.el: Require edmacro when compiling with XEmacs.
5313         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5314         available in Emacs 21.
5315
5316 2008-06-11  Glenn Morris  <rgm@gnu.org>
5317
5318         * gnus-util.el (x-focus-frame):
5319         * gnus.el (image-size):
5320         * mm-decode.el (image-size): Declare.
5321
5322         * gnus-picon.el (declare-function): Add compat definition.
5323         (image-size): Declare.
5324
5325         * gnus-group.el (tool-bar-map):
5326         * gnus-sum.el (tool-bar-map): Define for compiler.
5327
5328         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5329
5330         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5331
5332         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5333         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5334         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5335         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5336         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5337         * sieve-manage.el, spam-report.el, spam.el:
5338         Remove unnecessary eval-and-compile of autoloads.
5339
5340 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5341
5342         * auth-source.el: Precise Tramp doc.
5343
5344 2008-06-07  Glenn Morris  <rgm@gnu.org>
5345
5346         * nnmairix.el: Remove unnecessary eval-when-compile.
5347
5348 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * lpath.el: Fbind propertize for XEmacs 21.4.
5351
5352 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5353
5354         * nnir.el: Move here from ../contrib.
5355
5356 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5357
5358         * gnus-util.el (gnus-read-shell-command): New function.
5359         * mm-decode.el (mm-pipe-part):
5360         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5361
5362 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5365
5366 2008-06-03  Glenn Morris  <rgm@gnu.org>
5367
5368         * pop3.el (nnheader-accept-process-output): Autoload it.
5369
5370 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5373         are not 2-digit hexadecimal characters that follow `%'s.
5374
5375 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5376
5377         * message.el (message-bogus-recipient-p): Fix type in doc string.
5378         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5379         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5380         Improve custom options.
5381         (message-bogus-recipient-p): Adjust accordingly.
5382
5383 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5384
5385         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5386         long-form month and day names.
5387
5388 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * dgnushack.el: Autoload debug, eudc-expand-inline and
5391         pgg-snarf-keys-region for XEmacs.
5392
5393         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5394
5395         * nnmairix.el: Require edmacro when compiling with XEmacs.
5396
5397 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5398
5399         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5400         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5401
5402 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5403
5404         * auth-source.el: Add more docs.
5405
5406         * netrc.el (netrc-machine): Always match if the port is not given.
5407
5408 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5411         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5412         retrieval faster in some cases, but might make CPU usage larger.  If
5413         this has any bad side effects, we might revert this change.
5414
5415         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5416         seems to make mail retrieval much, much faster.
5417         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5418         unconditionally.
5419
5420         * gnus-draft.el (gnus-group-send-queue): Bind
5421         message-send-mail-partially-limit to nil to avoid being prompted.
5422
5423 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5424
5425         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5426
5427         * message.el (message-bogus-address-regexp): Fix and improve custom
5428         type.
5429         (message-setup-hook): Add message-check-recipients as custom option.
5430
5431 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5432
5433         * message.el (message-cite-function): Remove bogus autoload which crept
5434         in during merge from v5-10.
5435
5436 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5437
5438         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5439
5440         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5441
5442         * auth-source.el: Preliminary Tramp docs.
5443         (auth-sources): Change the default auth-sources to use
5444         EPA .gpg files.
5445
5446 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5447
5448         * nntp.el: Autoload `auth-source-user-or-password'.
5449         (nntp-send-authinfo): Use it.
5450
5451         * nnimap.el: Autoload `auth-source-user-or-password'.
5452         (nnimap-open-connection): Use it.
5453
5454         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5455         for the gnus-message function.
5456         (auth-source-user-or-password): Use it.
5457
5458 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5459
5460         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5461         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5462         (rfc2104-hash): Use it.
5463
5464 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5465
5466         * gnus-art.el (gnus-article-toggle-truncate-lines):
5467         Don't use `iff' in docstring.
5468
5469 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5470
5471         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5472
5473         * gnus-util.el (gnus-extract-address-component-name)
5474         (gnus-extract-address-component-email): Convenience functions around
5475         `gnus-extract-address-components'.
5476
5477         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5478         Use `gnus-extract-address-component-email' to fix bug of comparing full
5479         sender name to `user-mail-address'.
5480
5481 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5482
5483         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5484         catch/throw to optimize.
5485         (gnus-registry-find-keywords): Just use member to find a keyword.
5486
5487 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5488
5489         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5490         is current before calling gnus-server-prepare.
5491         (gnus-server-setup-buffer, gnus-server-update-server)
5492         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5493
5494 2008-05-04  Juri Linkov  <juri@jurta.org>
5495
5496         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5497         (mailcap-file-default-commands): Use mailcap-replace-in-string
5498         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5499         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5500
5501 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5502
5503         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5504
5505 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5506
5507         * gnus.el: Bump version to 0.11.
5508
5509 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5510
5511         * gnus.el: No Gnus v0.10 is released.
5512
5513 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5516         hooks.
5517         (gnus-update-read-articles): Speed up non-marks-using users.
5518         (gnus-use-marks): Define gnus-use-marks.
5519         (gnus-propagate-marks): Rename variable to something more sensible.
5520
5521 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5522
5523         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5524         (gmm-image-load-path-for-library): Fix typos in docstrings.
5525         (gmm-message): Reflow docstring.
5526
5527 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5528
5529         * mail-source.el (mail-source-set-1, mail-source-bind):
5530         Move auth-source code out of the macro to clean it up and fix bugs.
5531
5532 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5533
5534         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5535         by sender if it's equal to user-mail-address, it's likely to be
5536         useless.
5537
5538         * mail-source.el (mail-source-bind): Don't use user or password if they
5539         are not bound.  Unintern them if they are nil.  Don't use server unless
5540         it's bound, and default it to empty string otherwise.
5541
5542 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5543
5544         * mail-source.el: Load auth-source.el.
5545         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5546         get user name or password, if auth-sources is set up.
5547
5548         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5549         strategy of splitting with parent.
5550         (gnus-registry-split-fancy-with-parent)
5551         (gnus-registry-post-process-groups): Use it and fix prior
5552         bug (returning a list as the split result).
5553
5554         * auth-source.el (auth-sources): Remove server parameter.
5555         (auth-source-pick, auth-source-user-or-password)
5556         (auth-source-user-or-password-imap)
5557         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5558         (auth-source-user-or-password-sftp)
5559         (auth-source-user-or-password-smtp): Remove server parameter.
5560
5561 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5562
5563         * smime.el (smime-sign-region, smime-encrypt-region)
5564         (smime-decrypt-region):
5565         Remove redundant calls to `generate-new-buffer-name'.
5566
5567 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5568
5569         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5570         Don't use QP for message/rfc822.
5571         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5572
5573 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5574
5575         * sieve-manage.el (sieve-string-bytes): Remove.
5576         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5577         correct byte-length only if the process's coding-system is the same as
5578         the one used internally by Emacs to represent strings.
5579
5580 2008-04-22  Juri Linkov  <juri@jurta.org>
5581
5582         * mailcap.el (mailcap-file-default-commands): New function.
5583
5584 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * message.el (message-signature-separator, message-cite-function):
5587         Change custom version.
5588
5589 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5590
5591         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5592         commands.
5593         (tls-checktrust): Ditto.
5594
5595 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5596
5597         * mm-decode.el (mm-display-external): Make temp file read-only.
5598
5599 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5600
5601         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5602         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5603         `C-c C-f d'.
5604
5605 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5606
5607         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5608
5609 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * gnus.el: Bump version to 0.9.
5612
5613 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * gnus.el: No Gnus v0.8 is released.
5616
5617 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5618
5619         * mail-source.el (mail-source-value):
5620         Prefer fboundp to functionp so it works with macros as well.
5621
5622 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5623
5624         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5625         Fix last change in case the element is not even a symbol.
5626
5627 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5628
5629         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5630         Prefer fboundp to functionp so it works with macros as well.
5631
5632 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5633
5634         * auth-source.el: Added docs.
5635         (auth-sources): Modify format to support server.
5636         (auth-source-pick, auth-source-user-or-password)
5637         (auth-source-user-or-password-imap)
5638         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5639         (auth-source-user-or-password-sftp)
5640         (auth-source-user-or-password-smtp): Add server parameter.
5641
5642 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5643
5644         * gnus-registry.el: Initialize the registry when gnus-registry-install
5645         is t.
5646
5647 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * compface.el (uncompface): Make buffer unibyte.
5650
5651 2008-04-05  Glenn Morris  <rgm@gnu.org>
5652
5653         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5654
5655 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5656
5657         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5658         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5659
5660         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5661         multibyteness after rather than before erasing it.
5662
5663         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5664         mm-with-multibyte.
5665         (gnus-request-article-this-buffer): Make sure the proper decoding is
5666         used if gnus-original-article-buffer happens to be unibyte.
5667
5668         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5669         default-enable-multibyte-characters.
5670
5671         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5672         default-enable-multibyte-characters.
5673
5674         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5675
5676         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5677
5678 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5679
5680         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5681         (imap-message-copyuid-1): Use it.
5682         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5683         J. Williams in
5684         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5685
5686         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5687         imap-enable-exchange-bug-workaround.
5688         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5689
5690 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5691
5692         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5693         a 100 byte status-checks into a 2-3MB transfer for each group.
5694         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5695         to enable bug workaround or not.
5696         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5697
5698 2008-03-31  Glenn Morris  <rgm@gnu.org>
5699
5700         * message.el (mml2015-use): Declare for compiler.
5701         (message-info): Require mml2015 when appropriate.
5702
5703 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5706         whitespace.
5707
5708 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5709
5710         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5711         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5712         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5713         (nntp-service-to-port): New function.
5714         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5715         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5716         (nntp-open-netcat-stream): New function.
5717         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5718
5719 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5720
5721         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5722
5723 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5724
5725         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5726
5727 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5728
5729         * dns.el (dns-write): Use set-buffer-multibyte.
5730
5731 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5732
5733         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5734
5735 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * message.el (message-signature-separator): Change default.
5738         Improve custom type.
5739         (message-cite-function): Change default to
5740         message-cite-original-without-signature.
5741
5742         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5743         toggle.
5744
5745         * message.el (message-check-news-body-syntax): Fix signature check.
5746         (message-setup-1): Mark buffer as unmodified _after_ running
5747         message-setup-hook and handling message-alternative-emails.
5748         (message-shorten-references): Be more strict when building list of
5749         valid references to comply with GNKSA.
5750
5751         * gnus-group.el (gnus-read-ephemeral-bug-group)
5752         (gnus-read-ephemeral-debian-bug-group)
5753         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5754
5755         * message.el (message-info): Don't use booleanp which isn't supported
5756         in Emacs 21 and XEmacs.
5757
5758 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5759
5760         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5761         gnus-group-gmane-group-download-format.
5762         (gnus-group-read-ephemeral-gmane-group): Rename from
5763         gnus-group-read-ephemeral-gmane-group.
5764         (gnus-read-ephemeral-gmane-group-url): Rename from
5765         gnus-group-read-ephemeral-gmane-group-url.
5766         (gnus-bug-group-download-format-alist): New variable.
5767         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5768         (gnus-read-ephemeral-emacs-bug-group): New commands.
5769
5770 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5771
5772         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5773         (gnus-visible-headers): Improve custom type.
5774
5775 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * mml.el (mml-menu): Add workarounds for XEmacs.
5778
5779         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5780         X-Boundary header.
5781
5782         * message.el (message-simplify-recipients): Fix previous commit.
5783
5784 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5785
5786         * mm-util.el (mm-set-buffer-multibyte): New function.
5787         * mm-decode.el (mm-copy-to-buffer): Use it.
5788
5789 2008-03-19  Glenn Morris  <rgm@gnu.org>
5790
5791         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5792         Accidentally removed in the sync process with Emacs.
5793
5794 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5795
5796         * message.el (message-alter-recipients-discard-bogus-full-name):
5797         New function.
5798         (message-alter-recipients-function): New variable.
5799         (message-get-reply-headers): Use it.
5800         (message-replace-header): New helper function.
5801         (message-recipients-without-full-name): New variable.
5802         (message-simplify-recipients): New command.
5803
5804         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5805
5806         * message.el (message-info): Handle EasyPG manual.
5807
5808         * mml.el (mml-menu): Add entry for EasyPG.
5809
5810 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5811
5812         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5813         parameter.
5814
5815         * message.el (message-disassociate-draft): Specify drafts group name
5816         fully.
5817
5818 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5819
5820         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5821         unnecessary duplicates from the match list.
5822
5823 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5826
5827         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5828
5829         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5830         args of `how-many' of which the XEmacs version doesn't take; declare
5831         Info-index-next as function.
5832
5833 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5834
5835         * gnus-score.el (gnus-score-headers): Fix handling of
5836         gnus-inhibit-slow-scoring.
5837
5838         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5839         string.
5840         (gnus-button-url-regexp): Improve handling of parenthesis.
5841         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5842         (gnus-button-handle-info-keystrokes): Handle index entries.
5843
5844 2008-03-15  Glenn Morris  <rgm@gnu.org>
5845
5846         * parse-time.el (parse-time-string): Simplify.
5847
5848 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5851         Incoming* files.
5852
5853 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5854
5855         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5856         (auth-source-pick): Use it.
5857
5858 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5859
5860         * binhex.el (binhex-decode-region-internal):
5861         * uudecode.el (uudecode-decode-region-internal):
5862         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5863         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5864         setting default-enable-multibyte-characters.
5865
5866 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5867
5868         * auth-source.el (auth-source-protocols)
5869         (auth-source-protocols-customize, auth-source-choices): Added and
5870         modified variable customizations and defaults.
5871         (auth-source-pick, auth-source-user-or-password)
5872         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5873         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5874         (auth-source-user-or-password-sftp)
5875         (auth-source-user-or-password-smtp): Use new variables and provide an
5876         interface to netrc.el.
5877
5878 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5881         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5882         Make sure the nntp port to specify is a string.
5883
5884 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5885
5886         * nntp.el: Use with-current-buffer.
5887         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5888         dubious mm-with-unibyte-current-buffer.
5889         (nntp-with-open-group-function): New function extracted from
5890         nntp-with-open-group macro.
5891         (nntp-with-open-group): Use the function, so it's easier to debug.
5892         Add indentation and debugging info.
5893         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5894         the use of the netcat alternatives.
5895
5896         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5897         Avoid mm-string-as-multibyte as well.
5898
5899         * nnweb.el (nnweb-insert-html):
5900         Remove use of nnheader-string-as-multibyte.
5901
5902         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5903         (nnheader-string-as-multibyte): Remove.
5904
5905         * mm-view.el: Use inhibit-read-only.
5906         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5907         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5908         or unibyte-string.
5909
5910         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5911         (mm-uu-yenc-extract): Use with-current-buffer.
5912
5913         * gnus-soup.el (gnus-soup-send-packet): Don't use
5914         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5915
5916         * nnmh.el: Use with-current-buffer.
5917         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5918         mm-string-as-multibyte on the output of mm-encode-coding-string.
5919
5920         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5921         (nnimap-request-move-article): Use with-current-buffer.
5922
5923         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5924         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5925         conversion uses string-make-unibyte rather than string-as-unibyte.
5926
5927         * gnus-msg.el: Use with-current-buffer.
5928
5929         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5930
5931 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5932
5933         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5934         string for caching if it is 'PIN.
5935
5936 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * lpath.el: Consider the case without Emacs/W3.
5939
5940 2008-03-08  Glenn Morris  <rgm@gnu.org>
5941
5942         * time-date.el (date-to-time, time-subtract, time-add)
5943         (safe-date-to-time): Doc fixes.
5944
5945 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * mail-source.el (mail-source-delete-old-incoming-confirm):
5948         Change default to nil.
5949         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5950
5951 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * lpath.el: Rearrange.
5954
5955         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5956         (gnus-article-goto-prev-page): Work for articles having ^L's.
5957
5958         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5959
5960         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5961
5962 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5963
5964         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5965         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5966         (gnus-bookmark-jump): Adjust some variable names.
5967
5968 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5969
5970         * auth-source.el: New package.
5971         (auth-source-choices): Add customization entry point variable.
5972
5973         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5974         bug.
5975
5976 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5977
5978         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5979         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5980         (gnus-registry-install-shortcuts): Rename from
5981         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5982         the `gnus-registry-mark-map' keymap dynamically from
5983         `gnus-registry-marks'.  The generated functions update the summary line
5984         when a registry mark is added or deleted, and will call
5985         `gnus-registry-install-p' (see the comments in the code).
5986         (gnus-registry-user-format-function-M): Use concat intelligently.
5987
5988         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5989         the registry mark functions.
5990
5991 2008-03-05  Glenn Morris  <rgm@gnu.org>
5992
5993         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5994         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5995         gnus-art.
5996         (top-level): No need to load own source when compiling.
5997
5998 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5999
6000         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6001         Suggested by <chris.anderton@zetnet.co.uk>.
6002
6003 2008-03-04  Glenn Morris  <rgm@gnu.org>
6004
6005         * gnus-sum.el (top-level): No need to require gnus when compiling,
6006         since unconditionally required near start of file.
6007         (gnus-summary-display-while-building): Move definition before use.
6008
6009 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6012         formatting function.
6013
6014 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6015
6016         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6017         with plists.
6018         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6019         Use new format.
6020
6021 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6022
6023         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6024         `where-is-internal' that returns a range of key sequences.
6025
6026 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6027
6028         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6029
6030         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6031         (gnus-summary-jump-to-group): Consider windows on other displayed
6032         frames as well.  Similar changes might be needed elsewhere, but that's
6033         the one I've bumped into during my use.
6034
6035         * nndoc.el (nndoc-oe-dbx-type-p):
6036         * gnus-msg.el (gnus-debug):
6037         * gnus-group.el (gnus-update-group-mark-positions):
6038         Use mm-string-to-multibyte.
6039
6040 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6041
6042         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6043         doesn't handle NotDashEscaped.
6044
6045         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6046         (mml-dnd-attach-options): Fix typo in custom choice.
6047
6048         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6049         nndoc-article-type to mbox.
6050         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6051
6052         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6053         to nil, instead of html2text.
6054
6055         * imap.el (imap-debug): Add `imap-ping-server'.
6056
6057         * gnus-bookmark.el: Add FIXMEs.
6058
6059         * message.el (message-form-letter-separator)
6060         (message-send-form-letter-delay): New variables.
6061         (message-send-form-letter): Use them.  New command to send form
6062         letters.  Requested by Uwe Siart.
6063         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6064
6065 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * Update copyright years.
6068
6069 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6070
6071         Sync from EMACS_22_BASE.
6072
6073         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6074
6075 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6076
6077         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6078         empty author.
6079
6080 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6081
6082         * gnus-registry.el (gnus-registry-marks): Add variable for
6083         customization of marks and their appearance.
6084         (gnus-registry-read-mark): Use it.
6085         (gnus-registry-do-marks): Add utility function to loop through
6086         `gnus-registry-marks'.
6087         (gnus-registry-install-shortcuts-and-menus): Add function to install
6088         shortcuts and menus.
6089         (gnus-registry-initialize): Use it.
6090         (gnus-registry-default-mark): Clarify documentation.
6091
6092 2008-02-29  Glenn Morris  <rgm@gnu.org>
6093
6094         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6095         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6096         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6097         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6098         Change defcustom :version from 23.0 to 23.1.
6099
6100 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6101
6102         * gnus-registry.el (gnus-registry-follow-group-p)
6103         (gnus-registry-post-process-groups): Add functions to aid registry
6104         splitting and improve logging.  Clarify behavior in function
6105         documentation.
6106         (gnus-registry-split-fancy-with-parent): Use them.
6107
6108 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6109
6110         * gnus-art.el: Use with-current-buffer.
6111
6112 2008-02-27  David Engster  <dengste@eml.cc>
6113
6114         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6115         Express real group name in the response.
6116
6117 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6118
6119         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6120         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6121         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6122         autoload gnus-registry-fetch-group when compiling.
6123         (nnmairix-request-group-with-article-number-correction): Remove
6124         unreferenced argument passed to nnmairix-call-backend.
6125
6126 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6127
6128         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6129         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6130         Wilde.
6131
6132 2008-02-27  Glenn Morris  <rgm@gnu.org>
6133
6134         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6135         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6136         variables to defconsts.  Convert comments to doc-strings.
6137         (nnmairix-last-server, nnmairix-current-server): Convert from free
6138         variables to defvars.  Convert comments to doc-strings.
6139         (gnus-registry-fetch-group): Autoload.
6140         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6141         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6142         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6143         caddr.
6144         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6145         nnmairix-request-group-with-article-number-correction call.
6146         (nnmairix-fast, nnmairix-group): New, less general names, for free
6147         variables passed from nnmairix-request-group to
6148         nnmairix-request-group-with-article-number-correction.  Declare.
6149         (nnmairix-request-group-with-article-number-correction):
6150         Use nnmairix-fast, nnmairix-group rather than fast, group.
6151
6152 2008-02-26  David Engster  <dengste@eml.cc>
6153
6154         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6155         version 0.5.
6156
6157 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6158
6159         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6160         instead of making an extra function call.  Don't add the current group
6161         to articles only when they have the group.  Use
6162         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6163         Reported by David <de_bb@arcor.de>.
6164
6165 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6168         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6169
6170 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * mail-source.el (mail-source-delete-incoming): Change default.
6173         Supplement doc string.
6174
6175         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6176
6177 2008-02-14  Glenn Morris  <rgm@gnu.org>
6178
6179         * time-date.el (format-seconds): New function.
6180
6181 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6182
6183         * nnmail.el (nnmail-message-id-cache-file): Derive from
6184         `gnus-home-directory'.
6185
6186 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6189         Document negative prefix.
6190
6191         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6192
6193 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6194
6195         * message.el (message-unsent-separator): Add the Exim bounce
6196         separator.
6197
6198 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6199
6200         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6201         list.
6202         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6203         recipient/signer list.
6204
6205 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * Makefile.in (datarootdir): Define.
6208         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6209         name that might contain whitespace.
6210
6211 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6214         fbound (Emacs 23 unicode), signal an error.
6215
6216 2008-02-08  Glenn Morris  <rgm@gnu.org>
6217
6218         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6219
6220 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6221
6222         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6223         ports to the calls to `netrc-machine-user-or-password' in addition to
6224         "imap" and "imaps".
6225
6226 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6227
6228         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6229
6230         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6231
6232 2008-02-01  Kenichi Handa  <handa@m17n.org>
6233
6234         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6235         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6236         (rfc2104-hash): Convert the result of concat to unibyte string.
6237
6238 2008-02-01  Dave Love  <fx@gnu.org>
6239
6240         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6241         coding-system-for-read.
6242         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6243
6244 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6245
6246         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6247         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6248         <hanche@math.ntnu.no>.
6249
6250 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6253
6254         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6255
6256 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6257
6258         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6259         * message.el (message-beginning-of-line): Use featurep instead of bound
6260         tests in order to resolve conditionals at compile time.
6261
6262 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6263
6264         * mail-source.el (mail-sources): Add `group' choice.
6265
6266         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6267         parameter `in-group' to control into which group the articles go.
6268         Add treatment of `group' mail-source.
6269
6270 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6273
6274         * mm-decode.el (mm-dissect-buffer): Decode description.
6275
6276         * mml.el (mml-to-mime): Encode message header first.
6277
6278 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6281         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6282
6283         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6284         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6285
6286 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6287
6288         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6289
6290 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6293         prefix keys.
6294         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6295         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6296         gnus-xmas.el.
6297
6298         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6299         (gnus-xmas-article-describe-bindings): New function.
6300         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6301         gnus-xmas-article-describe-bindings.
6302
6303         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6304
6305 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6306
6307         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6308         Add new variables for article mark management.
6309         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6310         list of extra data entries which, when present, will indicate that the
6311         article ID should not be trimmed from the registry.
6312         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6313         functions.
6314         (gnus-registry-read-mark): New function to read a mark name from the
6315         user.
6316         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6317         (gnus-registry-set-article-mark-internal): New functions to add and
6318         remove marks.
6319         (gnus-registry-get-article-marks): New function to show the marks for
6320         an article, or retrieve them for further use.
6321
6322 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6325         keys when no argument is given.
6326
6327 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * imap.el (imap-ping-server): New variable.
6330         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6331         (imap-ping-server): Minor doc string fixes.
6332
6333 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6334
6335         * imap.el (imap-ping-server): New function.
6336         (imap-opened): Call imap-ping-server.
6337
6338 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * gnus-sum.el (gnus-article-sort-by-random)
6341         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6342         jidanni@jidanni.org.
6343
6344 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * gnus-art.el (gnus-article-describe-bindings): New function.
6347         (gnus-article-read-summary-keys): Use it.
6348         (gnus-article-mode-map): Bind `C-h b' to it.
6349
6350 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6353         XEmacs.
6354         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6355         against non-character events.
6356
6357         * lpath.el: Fbind map-keymap for Emacs 21.
6358
6359 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6360
6361         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6362         command.
6363         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6364         instead of END.  Change name of the temp file.
6365         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6366         customizable.
6367
6368 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6371         bind `S W' to gnus-article-wide-reply-with-original; set default
6372         binding to gnus-article-read-summary-send-keys.
6373         (gnus-article-read-summary-keys): Fix the order of keys; display
6374         continuation keys correctly in the echo area; describe bindings
6375         correctly when keys end with `C-h'.
6376         (gnus-article-read-summary-send-keys): New function.
6377         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6378         for gnus-article-read-summary-send-keys; display continuation keys
6379         correctly in the echo area.
6380         (gnus-article-reply-with-original): Ignore prefix argument.
6381         (gnus-article-wide-reply-with-original): New function.
6382
6383         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6384         Emacs 21.
6385
6386 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6389         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6390
6391 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6392
6393         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6394         (gnus-group-read-ephemeral-gmane-group): New command.
6395
6396 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6397
6398         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6399
6400 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * message.el (message-send-mail-function): Increase custom version.
6403
6404         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6405         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6406
6407 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6408
6409         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6410         for the cases where imap-authenticate is called with a nil buffer
6411         parameter.
6412
6413 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6416         html parts correctly; support forwarded messages.
6417         (gnus-article-browse-html-article): Remove work buffers.
6418
6419         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6420         compiling.
6421         (netrc-bound-and-true-p): New macro.
6422         (netrc-parse): Use it instead of bound-and-true-p that is not available
6423         in XEmacs 21.4.
6424
6425 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6426
6427         * gnus-registry.el (gnus-registry-mark-article)
6428         (gnus-registry-article-marks): Add functionality to mark articles
6429         through the Gnus registry.
6430
6431         * encrypt.el: Clarify documentation for the new pgg method.
6432         (encrypt-file-alist): Add PGG option.
6433         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6434         functionality.  Abstract password key and messaging to external
6435         functions.
6436         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6437         (encrypt-message-method-and-cipher): Add new convenience external
6438         functions.
6439         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6440         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6441
6442         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6443         (netrc-parse): Use encrypt-file-alist to determine if
6444         encrypt-find-model or encrypt-insert-file-contents should be used.
6445
6446         * encrypt.el: Clarify documentation.  Load password-cache or
6447         password, whichever one is found first, instead of autoloading.
6448
6449 2007-12-19  Glenn Morris  <rgm@gnu.org>
6450
6451         * mml.el (message-options-set, message-narrow-to-head)
6452         (message-in-body-p, message-mail-p, message-encode-message-body):
6453         Autoload.
6454         (message-remove-header, message-narrow-to-headers-or-head)
6455         (message-subscribed-p, message-make-mail-followup-to)
6456         (message-position-on-field, message-news-p)
6457         (message-options-set-recipient, message-generate-headers)
6458         (message-sort-headers): Declare as functions.
6459
6460 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6461
6462         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6463         convention in doc string.
6464
6465 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6468         title to html parts.
6469         (gnus-article-browse-html-article): Pass message header to it.
6470
6471         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6472
6473 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6474
6475         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6476         or password compatible with XEmacs.
6477
6478 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6479
6480         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6481         format document.
6482         (gnus-mime-delete-part): Don't write description line if empty.
6483         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6484
6485 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6486
6487         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6488         (gnus-summary-mark-read-and-unread-as-read)
6489         (gnus-summary-mark-current-read-and-unread-as-read)
6490         (gnus-summary-mark-unread-as-ticked): Doc fix.
6491         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6492
6493 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6496         Christoph Conrad <christoph.conrad@gmx.de>.
6497
6498 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6499
6500         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6501         yes-or-no-p.
6502
6503 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * mm-decode.el (mm-add-meta-html-tag): New function.
6506         (mm-save-part-to-file, mm-pipe-part): Use it.
6507
6508         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6509         gnus-y-or-n-p instead of y-or-n-p.
6510         (gnus-article-browse-html-parts): Work with message/external-body; use
6511         mm-add-meta-html-tag.
6512
6513 2007-12-11  Glenn Morris  <rgm@gnu.org>
6514
6515         * gnus-cache.el: Require gnus-sum not just when compiling.
6516
6517         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6518
6519         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6520         definitions before use.
6521
6522         * mm-decode.el: Require gnus-util.
6523         (mm-remove-part): Only call delete-annotation on XEmacs.
6524
6525         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6526
6527         * nnmail.el: Require gnus-int.
6528
6529         * spam.el: Move `require's before `eval-when-compile's.
6530
6531         * gnus-ems.el (gnus-alive-p):
6532         * gnus-fun.el (message-goto-eoh):
6533         * gnus-util.el (gnus-group-name-decode):
6534         * mail-source.el (gnus-compress-sequence):
6535         * message.el (Info-goto-node, format-spec):
6536         * mm-bodies.el (message-options-get):
6537         * mm-decode.el (mm-view-pkcs7):
6538         * mm-util.el (gmm-write-region):
6539         * mml-smime.el (mml-compute-boundary)
6540         (gnus-completing-read-with-default):
6541         * mml.el (widget-button-press, gnus-make-hashtable):
6542         * mml1991.el (mm-decode-content-transfer-encoding)
6543         (mm-encode-content-transfer-encoding)
6544         (message-options-get, message-options-set):
6545         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6546         * nnfolder.el (gnus-request-group):
6547         * nnheader.el (ietf-drums-unfold-fws):
6548         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6549         * smime.el (gnus-run-mode-hooks):
6550         * spam-stat.el (gnus-message): Autoload.
6551
6552         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6553         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6554         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6555         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6556         Add declare-function compatibility definition.
6557
6558         * gnus-cache.el (nnvirtual-find-group-art):
6559         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6560         (gnus-add-image, gnus-add-wash-type):
6561         * gnus-group.el (nnkiboze-score-file):
6562         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6563         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6564         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6565         (message-tokenize-header, gnus-get-buffer-create)
6566         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6567         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6568         * gnus.el (gnus-group-decoded-name):
6569         * mail-source.el (imap-capability):
6570         * mm-bodies.el (message-options-set):
6571         * mm-decode.el (gnus-configure-windows):
6572         * mm-extern.el (message-goto-body):
6573         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6574         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6575         (epg-sub-key-validity, message-options-set):
6576         * mml.el (widget-event-point, gnus-configure-windows):
6577         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6578         * mml2015.el (epg-check-configuration, epg-configuration)
6579         (message-options-set):
6580         * nndb.el (nndb-request-article):
6581         * nnfolder.el (gnus-request-create-group):
6582         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6583         * nnmaildir.el (gnus-group-mark-article-read):
6584         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6585         * rfc1843.el (message-fetch-field):
6586         * spam.el (gnus-extract-address-components):
6587         Declare as functions.
6588
6589 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6592
6593         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6594
6595         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6596         bind show-trailing-whitespace for XEmacs.
6597
6598 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6601         new no-op macro for backward compatibility.
6602
6603         * imap.el (imap-string-to-integer): New function.
6604
6605 2007-12-09  Glenn Morris  <rgm@gnu.org>
6606
6607         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6608
6609         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6610         * message.el, mm-view.el, sieve-manage.el, smime.el:
6611         Add declare-function compatibility definition.
6612
6613         * gnus-art.el (w3-region, w3m-region, Info-menu):
6614         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6615         * gnus-sum.el (gnus-get-predicate):
6616         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6617         * message.el (mail-abbrev-in-expansion-header-p):
6618         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6619         (w3m-detect-meta-charset, w3m-region):
6620         * sieve-manage.el (password-read, password-cache-add)
6621         (password-cache-remove):
6622         * smime.el (password-read-and-add): Declare as functions.
6623
6624 2007-12-08  David Kastrup  <dak@gnu.org>
6625
6626         * gnus-sum.el (gnus-summary-simplify-subject-query):
6627         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6628         `message'.
6629
6630 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6633         it to bind idna-program, installation-directory, defined-colors, and
6634         face-attribute for XEmacs of the version that compiles defcustom forms.
6635
6636 2007-12-07  Glenn Morris  <rgm@gnu.org>
6637
6638         * gnus-art.el (article-make-date-line): Revert previous change.
6639
6640 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6641
6642         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6643
6644 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6645
6646         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6647         Call gnus-add-to-range ranges only once with a prepared article-list.
6648
6649 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6650
6651         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6652         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6653         group names with backslashes.  Reported by Tassilo Horn
6654         <tassilo@member.fsf.org>.
6655
6656 2007-12-06  Deepak Goel  <deego3@gmail.com>
6657
6658         * gnus-art.el (article-make-date-line):
6659         * gnus-start.el (gnus-load):
6660         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6661
6662 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * gnus-art.el (gnus-use-idna)
6665         * gnus-start.el (gnus-site-init-file)
6666         * message.el (message-use-idna)
6667         * mm-uu.el (mm-uu-hide-markers)
6668         * smiley.el (smiley-style): Revert changes that suppress warnings.
6669
6670 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6673         specify charset to html source.  Reported by Christoph Conrad
6674         <christoph.conrad@gmx.de>.
6675
6676 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6679         idna-program in order to suppress byte compile warning issued by XEmacs
6680         that came to byte compile the default value section of defcustom forms
6681         recently.
6682
6683         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6684         value of installation-directory.
6685
6686         * message.el (message-use-idna): Don't directly refer to the value of
6687         idna-program.
6688
6689         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6690
6691         * smiley.el (smiley-style): Don't directly call face-attribute.
6692
6693 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6694
6695         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6696
6697         * gnus-dired.el: Reduce Gnus dependencies.
6698         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6699         require.  Use autoloads instead.
6700         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6701         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6702         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6703         (gnus-dired-mode): Adjust doc string.
6704         (gnus-dired-mail-mode): New variable.
6705         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6706         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6707         (gnus-dired-mail-buffers): New function.  Return mail or message
6708         composition buffers.
6709         (gnus-dired-attach): Use it.
6710         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6711         NO-DECODE.
6712         (gnus-dired-print): Use `gnus-print-buffer' depending on
6713         `gnus-dired-mail-mode'.
6714
6715 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * rfc2047.el (rfc2047-encoded-word-regexp)
6718         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6719         explaining what regexp patterns are for.
6720
6721 2007-12-04  Glenn Morris  <rgm@gnu.org>
6722
6723         * password.el: Move to password-cache.el.
6724
6725         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6726         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6727         * mml-smime.el (password-read, password-cache-add)
6728         (password-cache-remove):
6729         No need to autoload, since mml-sec requires password.
6730
6731         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6732         * message.el (gnus-extract-address-components):
6733         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6734
6735         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6736         password.
6737
6738 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * mailcap.el: Reduce dependencies.
6741         (mail-header-parse-content-type): Autoload.
6742         (mailcap-delete-duplicates): New alias.
6743         (mailcap-mime-info): Add optional argument NO-DECODE.
6744         (mailcap-mime-types): Use mailcap-delete-duplicates.
6745
6746         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6747
6748 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6749
6750         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6751         (imap-parse-status): Upcase status-att for servers that sends them
6752         lower-case (e.g., MS Exchange 2007).
6753
6754 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6755
6756         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6757         function.
6758
6759         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6760         (gnus-uu-yenc-article): New function.
6761
6762         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6763
6764         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6765         buffer.
6766
6767 2007-12-02  Glenn Morris  <rgm@gnu.org>
6768
6769         * binhex.el (binhex): New custom group.
6770         (binhex-decoder-program, binhex-decoder-switches)
6771         (binhex-use-external): Move to the binhex custom group.
6772
6773         * uudecode.el (uudecode): New custom group.
6774         (uudecode-decoder-program, uudecode-decoder-switches)
6775         (uudecode-use-external): Move to the uudecode custom group.
6776
6777         * netrc.el (top-level): Don't load `encrypt' features.
6778         (netrc-parse): Don't use encrypt.
6779         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6780
6781         * encrypt.el: Remove file.
6782
6783 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6784
6785         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6786         matches on patches.
6787
6788         * gnus-art.el (gnus-article-browse-html-article): Mention
6789         `mm-text-html-renderer' in the doc string.
6790
6791         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6792         string.  Add comments.
6793
6794         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6795         if rhs is ASCII.
6796
6797 2007-12-01  Glenn Morris  <rgm@gnu.org>
6798
6799         * mail-source.el (top-level): Require format-spec before
6800         eval-when-compile.
6801
6802 2007-11-30  Glenn Morris  <rgm@gnu.org>
6803
6804         * encrypt.el: Require password, rather than autoloading password-read.
6805
6806 2007-11-29  Glenn Morris  <rgm@gnu.org>
6807
6808         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6809         (sasl-make-client, sasl-next-step, sasl-step-data)
6810         (sasl-step-set-data): Declare as functions.
6811
6812 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6813
6814         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6815
6816 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6817
6818         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6819         certs should be verified and what is to be done in the event of a
6820         verification failure.
6821
6822         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6823         caller can indicate whether the cache should be disregarded for this
6824         call.  This way the result of the call is reproducible at all times and
6825         can be considered a canonical server name for the supplied method.
6826         (gnus-agent-method-p): Canonicalize server names by pushing their
6827         method through `gnus-method-to-server' using the no-cache argument.
6828
6829         * gnus-srvr.el (gnus-server-insert-server-line): Call
6830         `gnus-method-to-server' with `no-cache' argument.
6831
6832         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6833         gnus-agent-possibly-synchronize-flags as this should be called when the
6834         server is actually being opened.
6835         (gnus-agent-possibly-synchronize-flags)
6836         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6837         flags file of an agentized server to the latter function.
6838
6839         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6840         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6841         after a connection has been established successfully.
6842
6843 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * gnus-art.el (article-display-face): Force to display face if called
6846         interactively; check if gnus-article-x-face-too-ugly matches author.
6847         (article-display-x-face): Display face even if From header is missing
6848         as article-display-face does.
6849
6850 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6851
6852         * hashcash.el (message-narrow-to-headers-or-head)
6853         (message-fetch-field, message-goto-eoh)
6854         (message-narrow-to-headers): Declare as functions.
6855
6856 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6857
6858         * mail-source.el (mail-sources): Default to fetch from file for
6859         compatibility with default of nnmail-spool-file.
6860
6861 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6864         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6865         to look for encoded word that should be encoded again.
6866         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6867         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6868         encoding pattern.
6869         (rfc2047-decode-region): Switch strict regexp and loose one according
6870         to rfc2047-allow-irregular-q-encoded-words.
6871
6872 2007-11-25  Romain Francoise  <romain@orebokech.com>
6873
6874         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6875
6876 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * tls.el (tls-program): Provide more custom choices from
6879         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6880         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6881
6882 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6885         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6886
6887         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6888         `nnmail-spool-file'.
6889
6890         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6891         `nnmail-spool-file'.
6892
6893         * gnus-move.el (gnus-change-server): Ditto.
6894
6895         * gnus-kill.el (gnus-batch-score): Ditto.
6896
6897         * gnus-cache.el (gnus-jog-cache): Ditto.
6898
6899         * gnus-msg.el (gnus-summary-reply):
6900         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6901
6902 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6903
6904         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6905         version.  Minor improvement to doc strings.
6906         (tls-program): Add comment.
6907
6908 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6909
6910         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6911         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6912         mismatch between the hostname provided in the certificate and the name
6913         of the host connnecting to.
6914         (open-tls-stream): Use them.  Check certificates against trusted root
6915         certificates.
6916
6917 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * gnus-cache.el (gnus-cache-generate-nov-databases):
6920         Use nnml-generate-nov-databases-directory instead of
6921         nnml-generate-nov-databases-1.
6922
6923 2007-11-24  Glenn Morris  <rgm@gnu.org>
6924
6925         * message.el (message-tool-bar-retro): Update for rename
6926         mail_send.xpm->mail-send.xpm.
6927
6928 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6931         `smime-ldap-search' for Emacs 22 and up.
6932
6933 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6934
6935         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6936
6937         * message.el (message-send-mail-function): Fix error convention.
6938         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6939         (message-widen-reply, message-send-mail, message-talkative-question)
6940         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6941         (message-clone-locals, message-send-news): Use with-current-buffer.
6942         (message-insert-or-toggle-importance): Remove unused var `valid'.
6943         (message-make-references): Remove unused var `new-references'.
6944         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6945
6946 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6947
6948         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6949         (spam-split-symbolic-return-positive): Reflow docstring.
6950         (spam-backends, spam-summary-exit-behavior)
6951         (spam-mark-ham-unread-before-move-from-spam-group)
6952         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6953         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6954         (spam-clear-cache, spam-backend-check, spam-install-backend)
6955         (spam-install-statistical-backend, spam-list-of-processors)
6956         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6957         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6958         (spam-check-crm114, spam-initialize, spam-unload-hook):
6959         Fix typos in docstrings.
6960
6961 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6964         been checked if they have never been read and those group levels are
6965         higher than the one that a user specified.
6966
6967 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6970         foreign groups unless a group level is specified by a user.
6971         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6972
6973 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6974
6975         * message.el (message-send-mail-function): Require sendmail.
6976
6977 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * message.el (message-send-mail-function): Check for smtpmail too.
6980
6981         * utf7.el (utf7-encode, utf7-decode): Use coding system
6982         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6983
6984         * message.el (message-send-mail-function): New function.
6985         (message-send-mail-function): Set default using
6986         message-send-mail-function.  Adjust doc string.
6987         (message-send-mail-with-mailclient): New function.
6988
6989 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6990
6991         * smime.el (from):
6992         * rfc2047.el (message-posting-charset):
6993         * qp.el (mm-use-ultra-safe-encoding):
6994         * pop3.el (parse-time-months):
6995         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6996         * nnml.el (files):
6997         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6998         (jka-compr-compression-info-list, ange-ftp-path-format)
6999         (efs-path-regexp):
7000         * nndiary.el (files):
7001         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7002         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7003         (epg-digest-algorithm-alist, inhibit-redisplay)
7004         (password-cache-expiry):
7005         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7006         (pgg-output-buffer, password-cache-expiry):
7007         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7008         (efs-path-regexp):
7009         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7010         (inhibit-redisplay):
7011         * mm-uu.el (file-name, start-point, end-point, entry)
7012         (gnus-newsgroup-name, gnus-newsgroup-charset):
7013         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7014         (latin-unity-ucs-list):
7015         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7016         (mm-uu-binhex-decode-function):
7017         * message.el (gnus-message-group-art, gnus-list-identifiers)
7018         (rmail-enable-mime-composing, gnus-local-organization)
7019         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7020         (gnus-read-active-file, facemenu-add-face-function)
7021         (facemenu-remove-face-function, gnus-article-decoded-p)
7022         (tool-bar-mode):
7023         * mail-source.el (display-time-mail-function):
7024         * gnus-util.el (nnmail-pathname-coding-system)
7025         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7026         (gnus-original-article-buffer, gnus-user-agent)
7027         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7028         (xemacs-codename, sxemacs-codename, emacs-program-version):
7029         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7030         * gnus-start.el (gnus-agent-covered-methods)
7031         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7032         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7033         (gnus-newsgroup-headers, gnus-group-list-mode)
7034         (gnus-group-mark-positions, gnus-newsgroup-data)
7035         (gnus-newsgroup-unreads, nnoo-state-alist)
7036         (gnus-current-select-method, mail-sources)
7037         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7038         (nnmail-spool-file, gnus-cache-active-hashtb):
7039         * gnus-mh.el (mh-lib-progs):
7040         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7041         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7042         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7043         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7044         (gnus-group-buffer):
7045         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7046         (font-lock-set-defaults):
7047         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7048         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7049         (gnus-summary-post-menu, total-parts, type, condition, length):
7050         * gnus-agent.el (gnus-agent-read-agentview):
7051         * flow-fill.el (show-trailing-whitespace):
7052         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7053         eval-and-compile wrappers for byte compiler pacifiers.
7054
7055         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7056         (mm-display-inline-fontify): Check for featurep 'xemacs not
7057         extent-list.
7058
7059         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7060         itimer-list.
7061         (mm-create-image-xemacs): Only do something for XEmacs.
7062         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7063
7064         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7065
7066         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7067         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7068
7069 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7070
7071         * nnimap.el (nnimap-split-download-body):
7072         * gnus-demon.el (gnus-demon):
7073         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7074
7075 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7078         macros.
7079         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7080         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7081         copy data from unibyte buffer to multibyte current buffer.
7082         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7083         to copy data from unibyte current buffer to multibyte buffer.
7084         (nntp-make-process-buffer): Make process buffer unibyte.
7085
7086         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7087
7088 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7089
7090         * pop3.el (pop3-open-server): Accept and process data more robustly at
7091         connexion start to avoid spurious "POP SSL connexion failed" errors.
7092
7093 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7096         read group names.
7097
7098 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7101
7102 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7105         (nnmail-save-active): Use a unibyte buffer when saving active file,
7106         which may contain non-ASCII group names.
7107
7108         * nnml.el (nnml-request-group): Decode group names in messages.
7109
7110 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7111
7112         * message.el (message-citation-line-function)
7113         (message-insert-formatted-citation-line): Fix spelling of
7114         `message-insert-formated-citation-line'.
7115
7116 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7117
7118         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7119
7120 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7123         nnmail-pathname-coding-system.
7124
7125         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7126         that a user enters; decode group names in messages.
7127
7128         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7129
7130 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7131
7132         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7133
7134         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7135
7136         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7137         risky local variable.
7138
7139         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7140
7141 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7142
7143         * encrypt.el: Improve documentation to fix function name typo.
7144         Reported by Daiki Ueno <ueno@unixuser.org>.
7145
7146 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7149         even if the point is not in the last page of an article.
7150         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7151         back to the previous page.
7152
7153 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7154
7155         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7156
7157 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7160
7161 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7162
7163         * message.el (message-check-news-body-syntax): Avoid
7164         mm-string-as-multibyte.
7165         (message-hide-headers): Don't assume (point-min)==1.
7166
7167 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * message.el (message-remove-blank-cited-lines): Fix if remove is
7170         given.
7171         (message-bogus-address-regexp): New variable.
7172         (message-bogus-recipient-p): New function.
7173         (message-check-recipients): New command.
7174         (message-syntax-checks): Add `bogus-recipient'.
7175         (message-fix-before-sending): Add `bogus-recipient'.
7176
7177         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7178         (gnus-treat-body-boundary): Don't test window-system.
7179
7180 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7181
7182         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7183
7184 2007-10-28  Miles Bader  <miles@gnu.org>
7185
7186         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7187         at compile-time too.
7188
7189 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * gnus-msg.el (gnus-message-setup-hook): Add
7192         `message-remove-blank-cited-lines' to options.
7193
7194 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * message.el (message-remove-blank-cited-lines): New function.
7197         Suggested by Karl Plästerer.
7198
7199 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7202         mapc.
7203
7204         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7205         (top-level): Use mapc to set functions to be traced for debugging.
7206
7207         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7208         called for effect with while loop.
7209
7210         * message.el (message-talkative-question): Replace mapcar called for
7211         effect with mapc.
7212
7213         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7214         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7215         called for effect with dolist.
7216
7217         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7218
7219         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7220         gnus-extra-headers and nnmail-extra-headers.
7221
7222         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7223         called for effect with dolist.
7224         (top-level): Use mapc to set functions to be traced for debugging.
7225
7226         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7227         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7228         dolist.
7229
7230         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7231         Replace mapcar called for effect with mapc.
7232         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7233         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7234         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7235         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7236
7237         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7238         remove-if that's a cl function.
7239
7240         * webmail.el (webmail-debug): Replace mapcar called for effect with
7241         dolist.
7242
7243         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7244         with mapc.
7245
7246 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7249         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7250         with while loop.
7251
7252         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7253         functions from article-* functions.
7254         (gnus-multi-decode-header): Replace mapcar called for effect with
7255         dolist.
7256
7257         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7258         (gnus-bookmark-show-details): Replace mapcar called for effect with
7259         while loop.
7260
7261         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7262         called for effect with while loop.
7263
7264         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7265         with dolist.
7266
7267         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7268         mapcar called for effect with dolist.
7269
7270         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7271
7272         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7273         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7274         Replace mapcar called for effect with dolist.
7275         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7276         mapc.
7277
7278         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7279         Replace mapcar called for effect with dolist.
7280         (gnus-topic-list): Replace mapcar called for effect with mapc.
7281
7282         * gnus.el: Use mapc instead of mapcar to add autoloads.
7283
7284 2007-10-23  Richard Stallman  <rms@gnu.org>
7285
7286         * gnus-group.el (gnus-group-highlight): Mark as risky.
7287
7288 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * gnus.el (gnus-server-to-method): Return method found first in
7291         gnus-newsrc-alist.
7292
7293         * gnus-art.el (gnus-article-highlight-signature)
7294         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7295         button overlay without the front stickiness.
7296
7297 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7298
7299         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7300         overview buffer needed a catch to receive its throw.
7301         (gnus-agent-flush-cache): Declared as interactive to make this function
7302         easier to use.
7303
7304 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7307         `next-line'.
7308
7309 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7312         exclude address matching message-dont-reply-to-names.
7313
7314 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * gnus-util.el (gnus-string<): New function.
7317
7318         * gnus-sum.el (gnus-article-sort-by-author)
7319         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7320
7321 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7324         the frame-focus tag is set in gnus-buffer-configuration.
7325
7326 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7329         the front stickiness.
7330
7331 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7334         url pattern; remove duplicate one.
7335         (gnus-article-extend-url-button): New function.
7336         (gnus-article-add-buttons): Use it.
7337         (gnus-button-push): Use concatenated url that it makes.
7338
7339 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7340
7341         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7342
7343 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7344
7345         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7346         Don't hardcode point-min==1.
7347
7348 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7349
7350         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7351         Fix comment about "iso8859-1".
7352
7353 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7354
7355         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7356         ones returned from the verify-function.
7357
7358         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7359         mml2015-extract-cleartext-signature if extraction failed.
7360
7361 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7362
7363         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7364         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7365         failed.
7366
7367 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7368
7369         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7370
7371 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7374         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7375         recommends to use EasyPG instead of PGG.
7376
7377         * pgg.el: Revert to revision 6.23.2.16.
7378
7379         * pgg-def.el: Revert to revision 6.6.2.14.
7380
7381         * pgg-gpg.el: Revert to revision 6.23.2.34.
7382
7383 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7384
7385         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7386         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7387         thread for both the null and zero (kill/expire thread) universal prefix
7388         cases.
7389         (gnus-summary-expire-thread): Add new function to expire a thread,
7390         using gnus-summary-kill-thread.
7391         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7392         shortcuts for gnus-summary-expire-thread.
7393         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7394         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7395
7396 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7397
7398         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7399         extras value, so an extras entry can be deleted.
7400         (gnus-registry-delete-extra-entry): Use it.
7401         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7402         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7403         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7404         storage through the gnus-registry, and provide an appropriate API for
7405         it.
7406
7407 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7410         Suggested by Leo <sdl.web@gmail.com>.
7411
7412         * gnus.el: Do.
7413
7414 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7417         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7418
7419         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7420
7421         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7422         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7423
7424 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7427         newline.
7428         (nnmbox-request-accept-article): Don't change article in source buffer;
7429         narrow to header to use message-fetch-field rather than
7430         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7431         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7432         as delimiters; make sure article ends with newline.
7433         (nnmbox-delete-mail): Correct last position of article to be deleted;
7434         ignore X-Gnus-Newsgroup header in article body.
7435         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7436         positions; make sure article ends with newline.
7437
7438         * message.el (message-display-abbrev): Don't infloop when a user
7439         inserts SPC in the beginning of header.
7440
7441         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7442         coding-system-for-read and coding-system-for-write for XEmacs having no
7443         file-coding feature.
7444
7445         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7446
7447 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7448
7449         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7450         list of groups not followed by default.  Fix type to be regexp.
7451         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7452
7453 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7454
7455         * hmac-def.el (define-hmac-function): Switch from old-style to
7456         new-style backquotes.
7457
7458         * md4.el (md4-make-step): Likewise.
7459
7460 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7463         raw-text coding system when saving .newsrc file, which may contain
7464         non-ASCII group names.
7465
7466 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-cus.el (gnus-score-extra): New widget.
7469         (gnus-score-extra-convert): New function.
7470         (gnus-score-customize): Use it for Extra.
7471
7472 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7473
7474         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7475         (mml2015-mailcrypt-clear-verify): Use it.
7476         (mml2015-gpg-clear-verify): Use it.
7477         (mml2015-pgg-clear-verify): Use it.
7478         (mml2015-epg-clear-verify): Replace the current part with the output
7479         from GnuPG; don't extract the plaintext by itself.
7480
7481         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7482         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7483         mml2015-clear-verify-function; don't touch the armor headers or
7484         dash-escaped text here.
7485
7486 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7489         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7490         parts, or application/octet-stream as a last resort.
7491         (gnus-mime-view-part-as-type): Don't toggle display.
7492         (gnus-mime-view-part-as-charset): Don't turn off display before
7493         querying charset.
7494
7495         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7496         stuff to undisplayer function in Emacs.
7497         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7498
7499         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7500         text/calendar parts.
7501
7502 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7505         decoding text/calendar parts.
7506
7507         * message.el (message-forward-make-body-mime): Always mark body as
7508         having no illegible text; remove signed-or-encrypted argument.
7509         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7510
7511         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7512         (mml-generate-mime-1): Don't encode body if it is specified to be in
7513         raw form; don't make buffer be unibyte when inserting multibyte string.
7514
7515 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7516
7517         * sha1.el: Fix up comment style.
7518         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7519         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7520
7521         * hex-util.el: Fix up comment style.
7522         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7523
7524         * gnus-salt.el: Use with-current-buffer.
7525         (gnus-pick-setup-message): Fix long-standing typo.
7526
7527 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * imap.el (imap-logout-timeout): New variable.
7530         (imap-logout, imap-logout-wait): New functions.
7531         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7532
7533         * nnimap.el (nnimap-logout-timeout): New server variable.
7534         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7535         nnimap-logout-timeout.
7536
7537         * gnus-art.el (gnus-article-summary-command-nosave)
7538         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7539
7540 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * gnus.el (gnus-maximum-newsgroup): New variable.
7543
7544         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7545         according to gnus-maximum-newsgroup.
7546
7547         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7548         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7549         Limit the range of articles according to gnus-maximum-newsgroup.
7550
7551 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7552
7553         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7554         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7555         Don't perform gnus-configure-windows here; reuse existing sticky
7556         article buffer.
7557
7558         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7559         it doesn't exist in gnus-article-mode.
7560
7561 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7564         (gnus-agent-decoded-group-name): New function.
7565         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7566         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7567
7568 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7569
7570         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7571         Add binding for gnus-sticky-article.
7572         (gnus-summary-exit): Don't kill sticky article buffers.
7573
7574         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7575         article buffer.
7576         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7577         (gnus-kill-sticky-article-buffers): New commands.
7578
7579 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * nntp.el (nntp-xref-number-is-evil): New server variable.
7582         (nntp-find-group-and-number): If it is non-nil, don't trust article
7583         numbers in the Xref header.
7584
7585 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * gnus-agent.el (gnus-agent-read-group): New function.
7588         (gnus-agent-flush-group, gnus-agent-expire-group)
7589         (gnus-agent-regenerate-group): Use it.
7590         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7591         nnmail-pathname-coding-system.
7592
7593 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7596
7597         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7598         that are unread as unread, and also as selected so that information of
7599         marks having been changed by a user may be updated when exiting group.
7600
7601 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7604         calculated ignoring signature parts to gnus-treat-article.
7605
7606 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7609         a point here in order to keep the window start.
7610         (gnus-insert-mime-security-button): Make a button overlay without the
7611         front stickiness.
7612         (gnus-mime-display-security): Goto the end of a button.
7613
7614         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7615
7616 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7619         group-name-at-point.
7620         (gnus-group-completing-read): New function that offers decoded
7621         non-ASCII group names for completion.
7622         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7623         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7624         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7625         (gnus-group-fetch-control): Use it.
7626         (gnus-fetch-group): Use group-name-at-point for the initial value
7627         rather than the default value; use gnus-alive-p.
7628
7629         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7630         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7631         (gnus-summary-post-news): Use gnus-group-completing-read.
7632
7633         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7634         (gnus-read-move-group-name): Decode group name for completion.
7635
7636 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7637
7638         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7639         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7640         Yamaoka slightly modified the code).
7641
7642 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7645         (nnmail-split-incoming): Bind it.
7646
7647         * nnml.el (nnml-group-name-charset): New function.
7648         (nnml-decoded-group-name): Use it; don't decode group name if
7649         nnmail-group-names-not-encoded-p is non-nil.
7650         (nnml-encoded-group-name): New function.
7651         (nnml-group-pathname): Inline nnml-decoded-group-name.
7652         (nnml-request-expire-articles): Decode group name in message.
7653         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7654         nnmail-pathname-coding-system.
7655         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7656         not decoded ones according to nnmail-group-names-not-encoded-p.
7657         (nnml-generate-active-info): Use nnml-encoded-group-name.
7658
7659 2007-08-08  Glenn Morris  <rgm@gnu.org>
7660
7661         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7662         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7663         doc-strings and comments.
7664
7665 2007-07-25  Glenn Morris  <rgm@gnu.org>
7666
7667         * Relicense all FSF files to GPLv3 or later.
7668
7669 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus-sum.el (gnus-summary-move-article): Make
7672         gnus-summary-respool-article work.
7673
7674 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7675
7676         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7677         string.
7678
7679 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7680
7681         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7682         that should be ignored when comparing distant RSS articles with local
7683         ones.
7684         (nnrss-make-hash-index): New function.  Create a hash index according
7685         to the ignored fields.
7686         (nnrss-check-group): Use it.
7687
7688 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7691
7692         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7693
7694         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7695         the new optional argument ENCODED is non-nil.
7696         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7697         coding system for encoding group name.
7698         (gnus-group-make-rss-group): Pass un-encoded group name to
7699         gnus-group-make-group.
7700         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7701         encoded.
7702
7703         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7704         Encode group name to which articles are moved or copied.
7705         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7706         coding system for encoding Newsgroup, Followup-To and Xref headers.
7707
7708         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7709         marks; use nnheader-file-coding-system to write a file.
7710         (nnagent-retrieve-headers): Bind file-name-coding-system to
7711         nnmail-pathname-coding-system.
7712
7713         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7714
7715         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7716         (nnml-request-article, nnml-request-create-group)
7717         (nnml-request-rename-group, nnml-find-id)
7718         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7719         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7720         (nnml-save-marks): Use nnml-group-pathname instead of
7721         nnmail-group-pathname.
7722
7723         (nnml-request-create-group, nnml-request-expire-articles)
7724         (nnml-request-move-article, nnml-request-delete-group)
7725         (nnml-deletable-article-p, nnml-possibly-create-directory)
7726         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7727         (nnml-open-marks): Bind file-name-coding-system to
7728         nnmail-pathname-coding-system.
7729
7730         (nnml-request-article): Pass server argument to nnml-find-group-number.
7731         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7732         server argument to nnml-possibly-create-directory.
7733         (nnml-request-accept-article): Pass server argument to
7734         nnml-active-number and nnml-save-mail.
7735         (nnml-find-group-number): Pass server argument to nnml-find-id.
7736         (nnml-request-update-info): Pass server argument to
7737         nnml-marks-changed-p.
7738
7739         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7740         (nnml-save-mail, nnml-active-number): Add server argument.
7741
7742         (nnml-request-delete-group): Warn if group is missing.
7743         (nnml-get-nov-buffer): Decode group name.
7744         (nnml-generate-active-info): Encode group name.
7745         (nnml-open-marks): Decode group name in messages.
7746
7747 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7750         if it is not specified.
7751         (gnus-article-pipe-part, gnus-article-save-part)
7752         (gnus-article-interactively-view-part, gnus-article-copy-part)
7753         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7754         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7755         (gnus-article-replace-part, gnus-article-delete-part)
7756         (gnus-article-view-part-as-type): Pass raw prefix argument to
7757         gnus-article-part-wrapper.
7758
7759 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * gnus-agent.el (gnus-agent-save-active): Bind
7762         nnheader-file-coding-system to gnus-agent-file-coding-system.
7763
7764         * gnus-cache.el (gnus-cache-save-buffers)
7765         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7766         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7767         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7768         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7769         (gnus-cache-generate-active, gnus-cache-rename-group)
7770         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7771         (gnus-cache-update-overview-total-fetched-for): Bind
7772         file-name-coding-system to nnmail-pathname-coding-system.
7773         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7774         variables.
7775         (gnus-cache-decoded-group-name): New function.
7776         (gnus-cache-file-name): Use it.
7777         (gnus-cache-generate-active): Use non-decoded group name for active.
7778
7779         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7780         right place.
7781         (gnus-write-active-file): Don't break non-ASCII group names.
7782
7783         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7784         nnmail-pathname-coding-system.
7785
7786         * lpath.el: Bind default-file-name-coding-system,
7787         file-name-coding-system and language-info-alist for XEmacs.
7788
7789         * gnus-uu.el (gnus-uu-decode-save): Typo.
7790
7791 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7794
7795 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7798         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7799         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7800         (gnus-agent-flush-group, gnus-agent-flush-cache)
7801         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7802         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7803         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7804         (gnus-agent-regenerate-group)
7805         (gnus-agent-update-files-total-fetched-for)
7806         (gnus-agent-update-view-total-fetched-for): Bind
7807         file-name-coding-system to nnmail-pathname-coding-system.
7808         (gnus-agent-group-pathname): Don't encode file names by
7809         nnmail-pathname-coding-system.
7810         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7811         coding-system-for-write instead of buffer-file-coding-system to
7812         gnus-agent-file-coding-system.
7813
7814         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7815         Decode group name.
7816
7817         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7818
7819         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7820         (gnus-read-newsrc-el-file): Make group names unibyte.
7821
7822         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7823         nnmail-pathname-coding-system.
7824
7825         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7826         (nnrss-request-delete-group): Bind file-name-coding-system to
7827         nnmail-pathname-coding-system.
7828         (nnrss-read-server-data, nnrss-read-group-data): Bind
7829         file-name-coding-system correctly.
7830         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7831
7832         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7833         (nntp-server-to-method-cache): New variable.
7834         (nntp-group-pathname): New function that decodes non-ASCII group names.
7835         (nntp-possibly-create-directory, nntp-marks-changed-p)
7836         (nntp-save-marks, nntp-open-marks): Use it.
7837         (nntp-possibly-create-directory, nntp-open-marks):
7838         Bind file-name-coding-system to nnmail-pathname-coding-system.
7839         (nntp-open-marks): Decode group names when bootstrapping marks.
7840
7841         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7842         Newsgroups and Folowup-To headers.
7843
7844 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7847         (gnus-server-closed-face, gnus-server-denied-face)
7848         (gnus-server-offline-face): Remove variable.
7849         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7850
7851         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7852         of modifying message-stack directly for XEmacs.
7853
7854         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7855         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7856         if the coding-system argument is nil for XEmacs.
7857
7858         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7859         mm-charset-override-alist.
7860
7861         * rfc2047.el: Don't require base64; require rfc2045 for the function
7862         rfc2045-encode-string.
7863         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7864         to quote the parameter value.
7865
7866 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7869         form in gnus-group-name-charset-method-alist.
7870
7871         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7872         overrides the default layout edit-form.
7873
7874         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7875
7876         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7877
7878 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7881         as unfetched articles.
7882
7883 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7884
7885         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7886
7887 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7890         original back end that keeps marks in the local system.
7891
7892 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7895         arg of pop-to-buffer for XEmacs.
7896         (gnus-article-read-summary-keys): Ditto; don't restore window
7897         configuration if summary command ends up with neither article buffer
7898         nor summary buffer; describe bindings if summary keys end with C-h.
7899
7900 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * message.el (message-fix-before-sending): Skip raw message part to be
7903         forwarded while checking illegible text.
7904         (message-forward-make-body-mime, message-forward-make-body): Mark
7905         signed or encrypted raw message as having no illegible text.
7906
7907 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7910         (gnus-message-with-timestamp-1): New macro.
7911         (gnus-message-with-timestamp): New function.
7912         (gnus-message): Use them.
7913
7914         * nnheader.el (nnheader-message): Use them.
7915
7916 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7919         .newsrc.eld file.
7920
7921 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-agent.el (gnus-agent-fetch-headers)
7924         (gnus-agent-retrieve-headers): Bind
7925         gnus-decode-encoded-address-function to identity.
7926
7927         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7928         available also when the server returns simply a dot.
7929
7930         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7931
7932 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7935
7936 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus-ems.el (gnus-x-splash): Make it work.
7939
7940         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7941         from being used.
7942
7943         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7944
7945 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7948         4th and the 5th arguments.
7949
7950         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7951         the front stickiness.
7952         (gnus-article-summary-command-nosave): Correct the order of the
7953         arguments passed to pop-to-buffer.
7954         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7955         summary command ends up with the article buffer.
7956
7957         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7958         the same faces.
7959
7960 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7961
7962         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7963
7964 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7965
7966         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7967         * gnus-sum.el (gnus-summary-highlight):
7968         * pgg.el (pgg-sign-region, pgg-sign):
7969         * mail-source.el (mail-source-delete-old-incoming-confirm):
7970         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7971
7972 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-art.el (gnus-mime-view-part-externally)
7975         (gnus-mime-view-part-internally): Fix predicate function passed to
7976         completing-read.
7977
7978         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7979
7980         * gnus.el (gnus-update-message-archive-method): Add :version.
7981
7982 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * gnus.el (gnus-update-message-archive-method): New variable.
7985
7986         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7987         according to gnus-message-archive-method if
7988         gnus-update-message-archive-method is non-nil.
7989
7990 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7993         by Loic Dachary <loic@dachary.org>.
7994         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7995
7996 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * message.el (message-pop-to-buffer): Add switch-function argument.
7999         (message-mail): Pass switch-function argument to it.
8000
8001 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8004         Improve doc string.
8005
8006 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8009         (gnus-header-content)
8010         * gnus-cite.el (gnus-cite-10)
8011         * gnus-srvr.el (gnus-server-closed)
8012         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8013         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8014         (gnus-group-mail-3-empty, gnus-group-mail-low)
8015         (gnus-group-mail-low-empty, gnus-splash)
8016         * message.el (message-header-to, message-header-cc)
8017         (message-header-subject, message-header-other, message-header-name)
8018         (message-header-xheader, message-separator, message-cited-text)
8019         (message-mml): Lighten colors of faces used for dark background.
8020
8021 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8022
8023         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8024         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8025
8026 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * message.el (message-narrow-to-headers-or-head):
8029         Ignore mail-header-separator in the body.
8030
8031 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8034         same as window size.
8035
8036 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8037
8038         * message.el (message-font-lock-keywords): Use message-header-xheader
8039         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8040         ahead of the anything pattern, to get it recognised.
8041
8042 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8045         spam.el loads uses it in the compiled defadvice form.
8046
8047 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8048
8049         * gnus-sum.el (gnus-articles-to-read)
8050         (gnus-summary-insert-old-articles): Don't truncate group name for
8051         `read-string'.
8052
8053         * gnus-util.el (gnus-limit-string): Delete this function.
8054
8055         * gnus-sum.el (gnus-simplify-subject-fully): Use
8056         `truncate-string-to-width' instead.
8057
8058 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8059
8060         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8061         if, on summary exit, the next group has to be selected.
8062         (gnus-summary-exit): Use it.
8063
8064 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8067         non-break space.
8068
8069 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8072         Check if group is not a directory.
8073         (nnfolder-request-expire-articles): Don't delete articles if the target
8074         group is not available.
8075
8076         * nnml.el (nnml-request-create-group): Properly check if group is not a
8077         file.
8078         (nnml-request-expire-articles): Don't delete articles if the target
8079         group is not available.
8080
8081         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8082         Don't quote characters that are within parentheses.
8083
8084 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8087         (gnus-handle-ephemeral-exit): Select article according to it.
8088
8089 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8090
8091         * message.el (message-insert-formated-citation-line): Remove newline.
8092         (message-citation-line-format): Add final \n here so that the user can
8093         avoid a blank line.
8094
8095 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8096
8097         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8098         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8099         Update lanl/arXiv support.
8100
8101 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8102
8103         * gnus.el: Bump version number.
8104
8105 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * gnus.el (gnus-version-number): Bump version.
8108
8109 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8110
8111         * gnus.el: No Gnus v0.6 is released.
8112
8113 2007-04-27  Didier Verna  <didier@xemacs.org>
8114
8115         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8116         * gmm-utils.el (gmm-regexp-concat): here.
8117         * message.el: Don't require 'gnus-util.
8118         (message-dont-reply-to-names): Handle name change above.
8119         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8120
8121 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8124         since the initial value varies according to the system.
8125
8126 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8129
8130 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8131
8132         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8133
8134 2007-04-24  Didier Verna  <didier@xemacs.org>
8135
8136         Improve the type of gnus-ignored-from-addresses.
8137         * gnus-util.el (gnus-orify-regexp): New function.
8138         * message.el (gnus-util): Require it.
8139         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8140         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8141         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8142
8143 2007-04-24  Didier Verna  <didier@xemacs.org>
8144
8145         * gnus-sum.el:
8146         * gnus-utils.el: Fix some trailing whitespaces.
8147
8148 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8151         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8152         article's Message-ID; refer parent article in summary buffer.
8153
8154         * message.el (message-bounce): Call mime-to-mml.
8155
8156         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8157         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8158         optimize and/or forms properly.
8159
8160 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8163         URL.
8164
8165 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8168
8169 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8172         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8173         displayed of multipart/alternative part if it is invoked from summary
8174         buffer.
8175
8176         * mm-view.el (mm-inline-text-html-render-with-w3m)
8177         (mm-inline-text-html-render-with-w3m-standalone)
8178         (mm-inline-render-with-function): Use mail-parse-charset by default.
8179
8180 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8181
8182         * parse-time.el (parse-time-string-chars): Check if CHAR
8183         is less than the length of parse-time-syntax.
8184
8185 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8188         from gnus-newsgroup-processable.
8189
8190 2007-04-16  Didier Verna  <didier@xemacs.org>
8191
8192         * gnus-msg.el (gnus-configure-posting-styles): Handle
8193         message-signature-directory properly with :file syntax.  Reported by
8194         "Leo".
8195
8196 2007-04-11  Didier Verna  <didier@xemacs.org>
8197
8198         New user option: message-signature-directory.
8199         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8200         * message.el (message-insert-signature): Ditto.
8201         * message.el (message-signature-file): Doc update.
8202         * message.el (message-signature-directory): New.
8203
8204 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * gnus-msg.el (gnus-inews-yank-articles): Use
8207         message-exchange-point-and-mark instead of exchange-point-and-mark.
8208
8209 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * message.el (message-yank-original): Make sure cited text ends with
8212         newline; don't exchange point and mark.
8213
8214 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8215
8216         * tls.el (open-tls-stream): Properly handle case where there
8217         is no associated buffer.
8218
8219 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8220
8221         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8222         message-yank-original, make sure (< mark TEXT point).
8223
8224 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * message.el (message-fill-column): New variable.
8227         (message-mode): Use it.  Add comment on a possible new hook.
8228
8229         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8230         (nnmail-get-new-mail): Reformat.
8231
8232         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8233
8234         * gmm-utils.el: Fix Commentary.
8235         (gmm-tool-bar-from-list): Fix typo in doc string.
8236
8237 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8238
8239         * message.el (message-yank-original): Don't switch point and mark
8240         unnecessarily to put point and mark as documented.
8241
8242 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8243
8244         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8245         from the message heads.
8246
8247 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8248
8249         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8250         article buffer does not have a window.  This may not be the best
8251         solution but is certainly better than setting the start of the null,
8252         that is the current, window.
8253
8254 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8255
8256         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8257         (gnus-draft-setup): Run it.
8258
8259         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8260         gnus-score-fast-scoring.  Allow regexp.
8261         (gnus-score-headers): Use it.
8262
8263         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8264         XEmacs.
8265
8266         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8267         string.
8268         (gnus-button-alist): Also catch `<f1> k ...'.
8269         (gnus-treat-display-x-face): Fix doc string.
8270
8271 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8272
8273         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8274         evaluation of gnus-extended-version to ensure correct generation of the
8275         User-Agent header when message-generate-headers-first is used.
8276
8277 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8278
8279         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8280         hashcash-path is nil.  Don't call callback with incorrect number of
8281         parameters if val is 0.
8282
8283 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8284
8285         * message.el (message-required-news-headers):
8286         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8287
8288 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8289
8290         * tls.el (open-tls-stream): In handshake-waiting loop,
8291         don't wait more if there is output available to process.
8292
8293 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8294
8295         * tls.el (tls-program): Doc fix.
8296
8297 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * message.el (message-generate-new-buffers): Change the meaning of the
8300         nil value; add `standard' to the choices; treat t as `unique'; improve
8301         doc string.
8302         (gnus-select-frame-set-input-focus): Autoload.
8303         (message-buffer-name): Search for the existing message buffer if
8304         message-generate-new-buffers is nil or `standard'; treat the value t of
8305         message-generate-new-buffers as `unique'.
8306         (message-pop-to-buffer): Raise the frame already displaying the message
8307         buffer; clear the echo area after querying.
8308         (message-setup): Pass the `continue' argument to compose-mail.
8309         (message-mail): Prefer `switch-function' if it is given; search for the
8310         existing message buffer if the `continue' argument is non-nil; pass
8311         continue and switch-function arguments to compose-mail by way of
8312         message-setup.
8313         (message-mail-other-window): Adjust argument of message-setup.
8314         (message-mail-other-frame): Ditto.
8315
8316 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8319         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8320         to turn font-lock on when turning gnus-message-citation-mode on.
8321
8322 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8323
8324         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8325         (mml-smime-function-alist): New variable; add epg as the backend.
8326         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8327         mml-smime- functions instead.
8328         * mm-view.el: Require smime.
8329
8330 2007-03-05  Didier Verna  <didier@xemacs.org>
8331
8332         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8333         instead of just inheritance for posting styles.
8334         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8335
8336 2007-02-24  Chris Moore  <dooglus@gmail.com>
8337
8338         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8339         * pgg-pgp.el (pgg-pgp-encrypt-region):
8340         * pgg-gpg.el (pgg-gpg-encrypt-region):
8341         Check pgg-encrypt-for-me if no other recipients.
8342
8343 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8344
8345         * tls.el (tls-certtool-program): Fix custom type.
8346
8347 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8350         and point-at-eol instead of line-(beginning|end)-position.
8351
8352         * assistant.el (assistant-parse-buffer): Ditto.
8353
8354         * netrc.el (netrc-parse-services): Ditto.
8355
8356 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8357
8358         * mml2015.el (mml2015-epg-find-usable-key): New function.
8359         (mml2015-epg-sign): Use it.
8360         (mml2015-epg-encrypt): Use it.
8361
8362 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * message.el (message-make-in-reply-to): Quote name containing
8365         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8366         if there are special characters.  Reported by NAKAJI Hiroyuki
8367         <nakaji@jp.freebsd.org>.
8368
8369 2007-02-27  Didier Verna  <didier@xemacs.org>
8370
8371         Include the group parameters as well as the topic ones in the
8372         inheritance filter process.
8373         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8374         argument GROUP-PARAMS-LIST.
8375         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8376
8377 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * nntp.el (nntp-never-echoes-commands)
8380         (nntp-open-connection-functions-never-echo-commands): New variables.
8381         (nntp-send-command): Use them.
8382
8383 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8384
8385         * mml2015.el (mml2015-epg-verify): Simplified.
8386
8387 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * mml.el (mml-content-disposition-alist): New user option.
8390         (mml-content-disposition): New function.
8391         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8392         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8393
8394 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8395
8396         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8397         verification.
8398
8399 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8400
8401         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8402         articles posted in the last 24 hours.
8403
8404 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8405
8406         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8407
8408 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8409
8410         * nntp.el (nntp-send-command): Don't wait for echoes when
8411         nntp-open-ssl-stream is used.
8412
8413 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8416         (gnus-message-add-citation-keywords)
8417         (gnus-message-remove-citation-keywords): Remove.
8418         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8419         directly, make the variables in font-lock-defaults buffer-local, add
8420         gnus-message-citation-keywords to them and then update the value of
8421         font-lock-keywords.
8422
8423 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * message.el (message-cite-original-1): Don't call
8426         gnus-article-highlight-citation.
8427
8428         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8429         citations; fix line count.
8430
8431 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8434         (gnus-message-add-citation-keywords)
8435         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8436         versions of font-lock-add-keywords and font-lock-remove-keywords to
8437         work with XEmacs correctly.
8438
8439 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-cite.el (gnus-cite-face-list): Set the values of
8442         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8443         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8444         (gnus-message-cite-prefix-regexp): New variable.
8445         (gnus-message-search-citation-line): Use it; protect against long
8446         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8447         the 0th match data for Emacs.
8448         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8449         (gnus-message-add-citation-keywords): Append keywords rather than
8450         prepending; emulate font-lock-add-keywords if it is not available.
8451         (gnus-message-remove-citation-keywords): Emulate
8452         font-lock-remove-keywords if it is not available.
8453
8454         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8455
8456         * message.el (message-cite-prefix-regexp): Set the value of
8457         gnus-message-cite-prefix-regexp.
8458
8459 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8460
8461         * nnweb.el (nnweb-google-parse-1): Update parser.
8462
8463 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8464
8465         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8466
8467 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8468
8469         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8470         regexp.
8471
8472 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8475         string-to-multibyte.
8476         (uudecode-decode-region-internal): Use it.
8477
8478         * lpath.el: Fbind string-as-multibyte for XEmacs.
8479
8480 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8481
8482         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8483         custom choice.
8484
8485         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8486
8487 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8488
8489         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8490
8491         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8492         `write-region' to respect `mm-inhibit-file-name-handlers'.
8493
8494 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8497         Use gnus-home-directory instead of "~/" or "$HOME".
8498
8499 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8500
8501         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8502         to mention filename.
8503         Add comments at beginning regarding usage.
8504         (encrypt-write-file-contents): Change interactive so a string is
8505         acceptable.  If the file has no associated model, show an error instead
8506         of a nonsense prompt.
8507
8508 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8509
8510         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8511         Thanks to Yoshihiko Yamada for kind notification of this typo.
8512
8513 2007-01-12  Kenichi Handa  <handa@m17n.org>
8514
8515         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8516         multibyte buffer.
8517
8518 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8519
8520         * gnus-score.el (gnus-score-fast-scoring): New variable.
8521         (gnus-score-headers): Use it.
8522
8523         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8524
8525         * message.el (message-cite-original-1): Call
8526         gnus-article-highlight-citation if requested.
8527         (message-make-from): Allow name and address as optional arguments.
8528
8529         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8530
8531         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8532         bugs to doc string.
8533         (gnus-button-alist): Add mid\\|message-id.
8534         (gnus-button-fetch-group): Extend for use in
8535         `browse-url-browser-function'.
8536         (gnus-button-url-regexp): Try to catch paired parentheses like in
8537         Wikipedia URLs.
8538
8539         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8540         Suggested by Simon Krahnke <overlord@gmx.li>.
8541
8542 2007-01-13  Romain Francoise  <romain@orebokech.com>
8543
8544         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8545         Update copyright.
8546
8547 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8548
8549         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8550
8551 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8552
8553         * gnus-registry.el (gnus-registry-unfollowed-groups)
8554         (gnus-registry-split-fancy-with-parent): Fix documentation.
8555
8556 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8557
8558         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8559         from nnweb groups.
8560
8561 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8564         Xref urls.  Erase buffer before requesting head.
8565
8566 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8567
8568         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8569         customizable.
8570
8571 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8572
8573         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8574         no signing key is found.
8575         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8576         no encrypting and/or signing key is found.
8577
8578 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8581
8582 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8583
8584         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8585         headers read from disk with the ones newly found in the current search.
8586         This should no longer cause problems, because the article numbers in
8587         Gmane's `nov.php' output are ignored since the previous change.
8588
8589 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8590
8591         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8592
8593 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8596         replace-regexp-in-string; bind url-version; fbind display-images-p and
8597         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8598         find-face and set-itimer-function for Emacs; bind itimer-list for
8599         Emacs.
8600
8601         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8602
8603 2007-01-01  Romain Francoise  <romain@orebokech.com>
8604
8605         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8606
8607 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8608
8609         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8610         `define-minor-mode' macro definition expanded properly.
8611         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8612         exclude it there.
8613
8614         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8615         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8616         `fboundp' test.
8617         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8618         This is OK to autoload in (S)XEmacs now.
8619
8620 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8621
8622         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8623         keystroke.
8624         (gnus-summary-limit-to-singletons): Fix typo.
8625
8626         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8627         else fails.
8628
8629 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8630
8631         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8632         docstring.
8633
8634         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8635         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8636         (gnus-summary-insert-dormant-articles): Fix typo in message.
8637
8638 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8641         nil for XEmacs.
8642         (gnus-message-citation-mode): Don't autoload in XEmacs.
8643
8644         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8645
8646 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8647
8648         * nnimap.el (nnimap-expunge-search-string): Mention
8649         nnimap-search-uids-not-since-is-evil in docstring.
8650
8651 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * spam.el: Revert to make-obsolete-variable because
8654         define-obsolete-variable-alias is not supported in Emacs 21.
8655
8656         * spam.el (spam-ifile-path, spam-ifile-database-path)
8657         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8658         make-obsolete-variable.
8659         (spam-bsfilter-path, spam-bsfilter-program)
8660         (spam-spamassassin-path, spam-spamassassin-program)
8661         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8662         use "path" inappropriately.
8663         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8664         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8665         variable names.
8666
8667 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8668
8669         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8670         summary buffer.
8671
8672         * password.el (password-cache-remove): Use clear-string to burn
8673         password, if available.
8674
8675 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8678
8679         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8680
8681         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8682         (gnus-message-highlight-citation): Move defcustom here from
8683         gnus-cite.el.
8684         (gnus-message-citation-mode): Autoload.
8685
8686         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8687         checks to make it compile with XEmacs.
8688         (gnus-message-citation-mode): New minor mode.
8689         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8690         (gnus-message-highlight-citation): New variables.
8691         (gnus-message-search-citation-line)
8692         (gnus-message-add-citation-keywords)
8693         (gnus-message-remove-citation-keywords)
8694         (turn-on-gnus-message-citation-mode)
8695         (turn-off-gnus-message-citation-mode): New functions.
8696
8697 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8698
8699         * gnus-cite.el: Enable highlighting of different citation levels in
8700         message-mode.
8701
8702 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8703
8704         * message.el (message-make-fqdn): Fix comment.
8705         (message-bogus-system-names): Add ".local".
8706
8707         * spam.el (spam-ifile-path, spam-ifile-program)
8708         (spam-ifile-database-path, spam-ifile-database)
8709         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8710         Don't use "path" inappropriately.
8711         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8712         strings.
8713         (spam-check-ifile, spam-ifile-register-with-ifile)
8714         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8715         new variable names.
8716
8717         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8718         (gnus-treat-display-smileys): Simplify using
8719         gnus-image-type-available-p.
8720
8721         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8722         available.
8723
8724         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8725         `display-images-p' if available.
8726
8727 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8730         one after turning on the buffer's multibyteness instead of decoding
8731         them directly in the unibyte buffer that causes unexpected conversion
8732         in Emacs 23 (unicode).
8733
8734 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8735
8736         * message.el (message-generate-hashcash): Fix custom type.
8737
8738 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8741
8742 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8745         disconnect icons.  Add help text.
8746
8747 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8748
8749         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8750         negated to be consistent with the others we handle.
8751
8752 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8755         version of gnus-summary-buffer to something, so that we can use two
8756         article buffers at the same time.
8757
8758 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8759
8760         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8761         trigger all the extra headers.
8762         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8763         sorting.
8764
8765 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8766
8767         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8768         solid groups.
8769
8770 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8771
8772         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8773
8774 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * legacy-gnus-agent.el: Add Copyright notice.
8777
8778 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8779
8780         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8781
8782 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8783
8784         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8785
8786         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8787         to make it work reliably in CVS Emacs.
8788         (gnus-summary-limit-strange-charsets-predicate)
8789         (gnus-summary-limit-to-predicate): New functions.
8790
8791 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8792
8793         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8794         specifying array size.
8795         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8796         array if it is too small.
8797         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8798         (gnus-sort-threads-loop): New function.
8799
8800 2006-12-06  Chris Moore  <dooglus@gmail.com>
8801
8802         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8803         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8804
8805 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8806
8807         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8808         options.
8809
8810 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8811
8812         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8813         DOS-ing the recipient.
8814
8815         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8816         the headers when creating the mapping to avoid mismappings.
8817         (nnweb-gmane-create-mapping): Always nix out old mapping.
8818
8819 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8820
8821         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8822         and mm-verify-option to never.
8823
8824 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * message.el (message-signed-or-encrypted-p): New function.
8827         (message-forward-make-body): Use it.
8828
8829         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8830         Replace encode-coding-string with mm-encode-coding-string.
8831
8832 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * nneething.el (nneething-decode-file-name): Replace
8835         decode-coding-string with mm-decode-coding-string.
8836
8837         * gnus-int.el (gnus-open-server): Say failed server's name.
8838
8839 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8840
8841         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8842         strings to a single string.  Quote `errors-file-name'.
8843         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8844         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8845         Adjust calls.  Use `shell-quote-argument'.
8846
8847 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8848
8849         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8850         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8851
8852         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8853         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8854         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8855         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8856         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8857         (gnus-subscribe-newsgroup, gnus-1):
8858         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8859         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8860         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8861         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8862
8863 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8866         keystroke.
8867         (gnus-summary-limit-to-bodies): Implement headersp.
8868
8869 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8870
8871         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8872
8873 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8876
8877 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8878
8879         * message.el (message-generate-hashcash): Expand range of values to
8880         include `opportunistic'.
8881         (message-send-mail): Use it.
8882
8883 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8884
8885         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8886         and comment it.
8887
8888         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8889
8890 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * gnus-util.el (gnus-extract-address-components): Improve comment.
8893
8894 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus-util.el (gnus-extract-address-components): Work with address in
8897         which the name portion contains @.
8898
8899         * lpath.el: Fbind custom-autoload.
8900
8901 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8902
8903         * gnus.el (gnus-start): Move custom group up.
8904         (gnus-select-method): Don't autoload, but make it available for
8905         `customize-variable'.
8906         (gnus-getenv-nntpserver): Don't autoload.
8907
8908 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8909
8910         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8911
8912 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8913
8914         * message.el (message-sendmail-extra-arguments): New variable.
8915         (message-send-mail-with-sendmail): Use it.
8916
8917 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8920         mm-with-unibyte-current-buffer to make string unibyte.
8921
8922         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8923         mm-string-as-multibyte.
8924
8925 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8926
8927         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8928         Reported by Werner Koch <wk@gnupg.org>.
8929
8930 2006-11-14  Daiki Ueno  <ueno@p360>
8931
8932         * mml2015.el: Autoload epa-select-keys when compiling.
8933
8934 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8935
8936         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8937         message-options.
8938         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8939
8940 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8941
8942         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8943         EasyPG (< 0.0.6).
8944         (mml2015-always-trust): New user option.
8945         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8946         prompt.
8947
8948 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * nntp.el (nntp-authinfo-force): New variable.
8951         (nntp-send-authinfo): Use it.
8952
8953 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8956         decode encoded words.  Improve prompt.  Add comment about forwarding.
8957         (message-replacement-char): Move up.
8958
8959 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8960
8961         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8962         instead of gnus-intersection because arguments of gnus-sorted-nunion
8963         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8964
8965 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8966
8967         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8968         (message-simplify-subject-functions): Enable
8969         message-strip-subject-encoded-words by default.
8970
8971 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * message.el (message-strip-subject-encoded-words): New function.
8974         (message-simplify-subject-functions): New variable.
8975         (message-simplify-subject): Use it.  Fix typo in doc string.
8976         Support message-strip-subject-encoded-words.
8977
8978 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8979
8980         * gnus-diary.el (gnus-diary-delay-format-function):
8981         * nndiary.el (nndiary-reminders):
8982         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8983
8984 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8985
8986         * gnus-art.el (article-hide-boring-headers): Fetch date from
8987         gnus-original-article-buffer to avoid problems with localized date
8988         strings.
8989
8990 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8991
8992         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8993
8994 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8995
8996         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8997         New variables.
8998         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8999         (mm-charset-synonym-alist): Move some entries to
9000         mm-codepage-iso-8859-list.
9001         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9002         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9003
9004 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9007
9008 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9011         with Emacs 21 and XEmacs.
9012
9013 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9014
9015         * spam.el (spam-parse-address): New function for better parsing,
9016         catching errors, etc.
9017         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9018
9019 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * mm-view.el: Add interactive arg to html2text autoload.
9022
9023 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9026
9027 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9030         variables.
9031         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9032         (mm-charset-synonym-alist): Move some entries to
9033         mm-codepage-iso-8859-list.
9034
9035         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9036
9037 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9038
9039         * message.el (message-citation-line-format)
9040         (message-insert-formated-citation-line): Fix implementation of %E, %N
9041         and %n according to the doc string.
9042
9043 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9044
9045         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9046         car-safe to avoid bad parses.
9047
9048 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9051         names.
9052
9053         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9054
9055 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9058         header.
9059
9060         * message.el (message-draft-headers): Add Date.
9061         (message-headers-to-generate): Fix typo in docstring.
9062
9063         * nndraft.el (nndraft-required-headers): New variable.
9064         (nndraft-generate-headers): Use it.
9065
9066         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9067
9068 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9069
9070         * gnus-registry.el (gnus-registry-wash-for-keywords)
9071         (gnus-registry-find-keywords): New functions to allow easy searching of
9072         articles that are in the registry.
9073
9074 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9075
9076         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9077         ietf-drums-parse-address instead of gnus-extract-address-components.
9078         Reported by Damien Elmes <damien@repose.cx>.
9079
9080 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * gnus.el (gnus-mime): Remove unused custom group.
9083
9084 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9085
9086         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9087         "blank line" when searching for end of armor headers.
9088
9089 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gmm-utils.el (gmm-write-region): Fix variable name.
9092
9093 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * gmm-utils.el (gmm-write-region): New function based on compatibility
9096         code from `mm-make-temp-file'.
9097
9098         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9099
9100         * nnmaildir.el (nnmaildir--update-nov)
9101         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9102         Use `gmm-write-region'.
9103
9104 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9107         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9108
9109         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9110
9111         * message.el (message-replacement-char): New variable.
9112         (message-fix-before-sending): Use it.
9113         (message-simplify-subject): New function to remove duplicate code.
9114         (message-reply, message-followup): Use it.
9115
9116         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9117         gnus-summary-limit-to-articles.
9118
9119 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-util.el (gnus-with-local-quit): New macro.
9122
9123         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9124
9125 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9126
9127         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9128         ignore non-string data.
9129
9130 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9131
9132         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9133         non-string data (needs to be done in the registry too).
9134
9135 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9136
9137         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9138         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9139         (gnus-registry-split-fancy-with-parent)
9140         (gnus-registry-fetch-simplified-message-subject-fast)
9141         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9142         Remove text properties on ingress into the registry and when it's saved.
9143         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9144         registry from entries with no groups.
9145
9146 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9147
9148         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9149         function to remove string properties.
9150
9151 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * gmm-utils.el (gmm): Adjust custom version.
9154
9155         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9156         custom version.
9157
9158         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9159
9160 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * gnus-art.el (gnus-insert-prev-page-button)
9163         (gnus-insert-next-page-button): Simplify.  Reformat.
9164
9165 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9166
9167         * gnus-art.el (gnus-insert-prev-page-button)
9168         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9169
9170 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9171
9172         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9173
9174 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9175
9176         * gnus-art.el (gnus-insert-mime-button)
9177         (gnus-insert-mime-security-button):
9178         Apply gnus-article-button-face to MIME and security buttons.
9179
9180 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9183         readable.
9184
9185 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9186
9187         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9188
9189 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9190
9191         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9192         `browse-url-of-file' instead of `browse-url'.
9193
9194 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9195
9196         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9197         regexp.  Articles containing quotation were cut prematurely.
9198
9199 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * message.el (message-cite-original-1): Use nobody by default for the
9202         value of From header.
9203         (message-reply): Ditto.
9204
9205 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9206
9207         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9208         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9209         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9210
9211 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9212
9213         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9214         mails in the doc string.  Add some URLs in comment.
9215         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9216
9217 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9218
9219         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9220         backslashes handling and the way to find boundaries of quoted strings.
9221
9222 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9223
9224         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9225         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9226         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9227         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9228
9229 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9230
9231         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9232         doc string.
9233         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9234
9235 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * lpath.el: Fbind epg-check-configuration.
9238
9239 2006-09-06  Simon Josefsson  <jas@extundo.com>
9240
9241         * mml2015.el (mml2015-use): Doc fix, mention epg.
9242
9243 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9244
9245         * mml2015.el (mml2015-use): Default to epg, if available.
9246
9247 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9248
9249         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9250         message-sender.
9251         (mml1991-epg-encrypt): Ditto.
9252         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9253         message-sender.
9254         (mml2015-epg-encrypt): Ditto.
9255
9256 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9257
9258         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9259         several common directories.
9260
9261 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9262
9263         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9264         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9265
9266 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-art.el (article-decode-encoded-words): Make it fast.
9269
9270 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9273
9274         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9275         in quoted string into `\'.
9276
9277 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9280         Use standard-syntax-table.
9281
9282 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-art.el (gnus-decode-address-function): New variable.
9285         (article-decode-encoded-words): Use it to decode headers which are
9286         assumed to contain addresses.
9287         (gnus-mime-delete-part): Remove useless `or'.
9288
9289         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9290         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9291         (gnus-nov-parse-line): Use it to decode From header.
9292         (gnus-get-newsgroup-headers): Ditto.
9293         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9294
9295         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9296         (mail-decode-encoded-address-string): New alias.
9297
9298         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9299         New function.
9300         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9301         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9302         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9303         (rfc2047-decode-string): Ditto.
9304         (rfc2047-decode-address-region): New function.
9305         (rfc2047-decode-address-string): New function.
9306
9307 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * message.el (message-caesar-buffer-body): Allow rotating headers.
9310
9311         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9312
9313         * message.el (message-insert-formated-citation-line): Fix %f.
9314         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9315
9316 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9319         (gnus-bookmark-mouse-available-p): New macro.
9320         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9321         (gnus-bookmark-bmenu-show-infos): Use it.
9322         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9323         (gnus-bookmark-bmenu-hide-infos): Ditto.
9324         (gnus-bookmark-remove-properties): New function.
9325         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9326         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9327         (gnus-bookmark-write-file): Bind coding-system-for-write.
9328         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9329         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9330         group before selecting it.
9331         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9332         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9333         quit-window if it is not available; use gnus-mouse-2 and bind it to
9334         gnus-bookmark-bmenu-select-by-mouse.
9335         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9336         (gnus-bookmark-bmenu-select-by-mouse): New function.
9337
9338 2006-08-13  Romain Francoise  <romain@orebokech.com>
9339
9340         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9341         space.
9342
9343 2006-08-10  Romain Francoise  <romain@orebokech.com>
9344
9345         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9346         (dns-mode-soa-auto-increment-serial): New user option.
9347         (dns-mode-soa-maybe-increment-serial): New function.
9348         (dns-mode): Add the latter to `write-contents-functions'.
9349
9350 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * compface.el (uncompface): Use binary rather than raw-text-unix.
9353
9354 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * compface.el (uncompface): Make sure the eol conversion doesn't take
9357         place when communicating with the external programs.  Reported by
9358         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9359
9360 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9363
9364 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9365
9366         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9367         Make it more robust by parsing author and date independently.
9368
9369 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9372
9373 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9374
9375         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9376         first matching secret key.
9377         (mml2015-epg-encrypt): Ditto.
9378
9379         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9380         first matching secret key.
9381         (mml1991-epg-encrypt): Ditto.
9382
9383         * mml2015.el (mml2015-encrypt-to-self): New user option.
9384         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9385         mml2015-epg-encrypt-to-self is set.
9386
9387         * mml1991.el (mml1991-encrypt-to-self): New variable.
9388         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9389         mml1991-epg-encrypt-to-self is set.
9390
9391         * mml2015.el (mml2015-signers): New user option.
9392         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9393         (mml2015-epg-encrypt): Allow to select signing keys.
9394
9395         * mml1991.el (mml1991-signers): New variable.
9396         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9397         (mml1991-epg-encrypt): Allow to select signing keys.
9398
9399 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * nnheader.el (nnheader-insert-head): Make it work even if the file
9402         uses CRLF for the line-break code.
9403
9404 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9405
9406         * mml2015.el: Require mml-sec instead of password.
9407         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9408         (mml2015-cache-passphrase): Inherit the default value from
9409         mml-secure-cache-passphrase.
9410         (mml2015-passphrase-cache-expiry): Inherit the default value from
9411         mml-secure-passphrase-cache-expiry.
9412
9413         * mml1991.el: Require mml-sec instead of password.
9414         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9415         (mml1991-cache-passphrase): Inherit the default value from
9416         mml-secure-cache-passphrase.
9417         (mml1991-passphrase-cache-expiry): Inherit the default value from
9418         mml-secure-passphrase-cache-expiry.
9419
9420         * mml-sec.el: Require password.
9421         (mml-secure-verbose): New user option.
9422         (mml-secure-cache-passphrase): New user option.
9423         (mml-secure-passphrase-cache-expiry): New user option.
9424
9425 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9426
9427         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9428         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9429         andreas@altroot.de (Andreas Vögele).
9430
9431         FIXME: Use `tiny change'?
9432
9433 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9434
9435         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9436         workaround for the url package included with Emacs.
9437
9438         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9439
9440 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9443         correctly.  This fixes a bug caused by the 2006-05-12 change.
9444
9445 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9446
9447         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9448         some information about the error when saying that the `bogus' mail
9449         group will be used.
9450
9451 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9454         string.
9455
9456 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9457
9458         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9459
9460 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9461
9462         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9463
9464 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9465
9466         * mml1991.el (mml1991-function-alist): Add epg.
9467         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9468         (mml1991-epg-encrypt): New functions.
9469
9470 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9471
9472         * mml2015.el (mml2015-verbose): New variable.
9473         (mml2015-cache-passphrase): Ditto.
9474         (mml2015-passphrase-cache-expiry): Ditto.
9475         (mml2015-function-alist): Add epg.
9476         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9477         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9478         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9479         functions.
9480
9481 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9482
9483         * message.el (message-cite-original-1): Preserve region when removing
9484         quoted text due to X-No-Archive in order to avoid bogus attribution
9485         when citing multiple messages.
9486
9487 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9488
9489         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9490         Kenneth Jacker <khj@be.cs.appstate.edu>.
9491
9492 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * gnus-diary.el (gnus-user-format-function-d)
9495         (gnus-user-format-function-D): Autoload.
9496
9497         * imap.el (Commentary): Fix typo.
9498
9499         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9500         2006-04-22 contribution.
9501
9502 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9503
9504         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9505         It didn't really fix the bogosity I'm seeing with solid web groups.
9506
9507 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9508
9509         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9510         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9511         created using server names.  If we use the feature without declaring
9512         it, Gnus does not properly manage server and group state.
9513
9514         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9515         bound.
9516
9517 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9518
9519         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9520         looking up the method using GROUP's prefix before inventing a new one.
9521         It is used on killed/unknown groups in various places where returning
9522         an all-new method isn't expected by the caller.
9523
9524         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9525         and match semantics of gnus-group-real-prefix.
9526
9527 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * nnmail.el (nnmail-broken-references-mailers): New variable.
9530         (nnmail-ignore-broken-references): New function generalizing
9531         nnmail-fix-eudora-headers.
9532         (nnmail-fix-eudora-headers): Now obsolete.
9533
9534         * gnus-art.el (gnus-button-handle-custom): Support
9535         `customize-apropos*'.
9536
9537 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9538
9539         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9540
9541         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9542         articles.
9543
9544 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9545
9546         * message.el (message-cite-reply-above): New variable.
9547         (message-yank-original): Use it.
9548
9549 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9552
9553 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9556         as read.
9557
9558         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9559
9560 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9563         (gnus-bookmark-default-file): Use gnus-directory.
9564         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9565         Remove "*" in doc string.
9566         (gnus-bookmark-write-file): Simplify.
9567         (gnus-bookmark-maybe-sort-alist): Use `when'.
9568         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9569         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9570         FIXME about Emacs 21 and XEmacs compatibility.
9571         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9572         compatibility.
9573         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9574         compatibility.
9575         (gnus-bookmark-menu-heading): Fix version.
9576
9577 2006-06-19  Bastien Guerry  <bzg@altern.org>
9578
9579         * gnus-bookmark.el: New file.
9580
9581 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * message.el (message-syntax-checks): Doc fix.
9584
9585 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9586
9587         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9588         unsubscribed groups as if they were killed ones.  It causes duplicate
9589         entries in gnus-newsrc-alist.
9590
9591 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * message.el (message-syntax-checks): Doc fix.
9594         (message-send-mail): Add check for continuation headers.
9595         (message-check-news-header-syntax): Fix regexp used to check for
9596         continuation headers.
9597
9598 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9601
9602 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9605
9606 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9609         default-truncate-lines.
9610
9611 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9614         to fill the utf-8 entry.
9615
9616         * lpath.el: Fbind unicode-precedence-list.
9617
9618 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9619
9620         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9621
9622 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9623
9624         * gnus-agent.el (directory-files-and-attributes): Move all the way
9625         forward (the third and final move).
9626         (gnus-agent-read-agentview): Trap reconstruction errors due to
9627         nonexistant directory.  Handle by returning nil.
9628
9629 2006-05-30  Didier Verna  <didier@xemacs.org>
9630
9631         * message.el (message-dont-reply-to-names): Update the custom type.
9632         * message.el (message-dont-reply-to-names): New defsubst: potentially
9633         convert a list of regexps into a single one.
9634         * message.el (message-get-reply-headers): Use it.
9635         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9636
9637 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-agent.el (directory-files-and-attributes): Move forward.
9640
9641 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * gnus-ml.el (gnus-mailing-list-subscribe)
9644         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9645         (gnus-mailing-list-message): Fix doc strings.
9646
9647 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9648
9649         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9650         of doing it manually.
9651
9652 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9653
9654         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9655         comment.
9656
9657 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9658
9659         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9660         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9661         (gnus-agent-read-local): All symbols allocated in my-obarray.
9662         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9663         (gnus-agent-regenerate-group): Check numeric names to see if they are
9664         messages or groups.
9665         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9666         better way of do this...)
9667
9668         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9669         'dummy.group' (there should be a better way of do this...)
9670
9671 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9674         (gnus-saved-headers): Ditto.
9675         (gnus-default-article-saver): Mention functions may have properties.
9676         (gnus-article-save): Override gnus-save-all-headers and
9677         gnus-saved-headers by :headers property which saver function may have.
9678         (gnus-summary-save-in-file): Add :headers property.
9679         (gnus-summary-write-to-file): Ditto.
9680
9681         * gnus-sum.el (gnus-summary-save-article): Bind
9682         gnus-prompt-before-saving to t when saving many articles in a file;
9683         always show all headers.
9684
9685         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9686
9687 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9690         marks.
9691
9692         * message.el (message-indent-citation): Add optional arguments to allow
9693         using it outside of message buffers.
9694
9695         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9696         (gnus-article-treat-unfold-headers): Use it.
9697         (gnus-article-truncate-lines): New variable.
9698         (gnus-article-mode): Use it.
9699         (gnus-article-toggle-truncate-lines): New function.
9700
9701         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9702         gnus-article-toggle-truncate-lines.
9703
9704         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9705         coding system in XEmacs, use binary.
9706
9707 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9710         after-load-alist.
9711
9712         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9713         this function should save decoded articles.
9714         (gnus-summary-write-to-file): Use property to specify this function
9715         should save decoded articles and specify gnus-summary-save-in-file
9716         should be used to save articles other than the first one when saving
9717         many articles.
9718         (gnus-summary-save-body-in-file): Use property to specify this
9719         function should save decoded articles.
9720         (gnus-summary-write-body-to-file): Use property to specify this
9721         function should save decoded articles and specify
9722         gnus-summary-save-body-in-file should be used to save articles other
9723         than the first one when saving many articles.
9724
9725         * gnus-sum.el (gnus-summary-save-article): Simplify.
9726
9727 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * gnus-art.el (gnus-default-article-saver): Add
9730         gnus-summary-write-body-to-file.
9731         (gnus-article-save-coding-system): Don't use coding system object
9732         in XEmacs.
9733         (gnus-read-save-file-name): Add optional `dir-var' argument which
9734         specifies directory in which files are saved; work even if optional
9735         `variable' argument is not specified.
9736         (gnus-summary-write-to-file): Read file name.
9737         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9738         (gnus-summary-write-body-to-file): New function.
9739
9740         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9741         (gnus-summary-local-variables): Add it.
9742         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9743         (gnus-summary-save-article): Remove optional `decode' argument;
9744         determine whether to decode articles by the value of
9745         gnus-default-article-saver; when saving many files using
9746         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9747         it first and use gnus-summary-save-in-file or
9748         gnus-summary-save-body-in-file thereafter unless
9749         gnus-prompt-before-saving is always; move point to article which
9750         will be saved.
9751         (gnus-summary-save-article-file): Revert.
9752         (gnus-summary-write-article-file): Revert.
9753         (gnus-summary-save-article-body-file): Revert.
9754         (gnus-summary-write-article-body-file): New function.
9755
9756 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-art.el (gnus-default-article-saver): Doc fix.
9759         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9760         from gnus-summary-save-article-coding-system, and default to a
9761         certain coding system.
9762         (gnus-output-to-file): Add coding cookie and encode text according
9763         to gnus-article-save-coding-system; don't use mm-append-to-file.
9764
9765         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9766         gnus-art.el and rename to gnus-article-save-coding-system.
9767         (gnus-summary-save-article): Require gnus-art; don't show all
9768         headers if it decodes articles; don't add coding cookie here;
9769         don't bind mm-text-coding-system-for-write.
9770         (gnus-summary-save-article-file): Save decoded articles.
9771         (gnus-summary-write-article-file): When saving many files, use
9772         gnus-summary-write-to-file first and gnus-summary-save-in-file
9773         thereafter unless gnus-prompt-before-saving is always.
9774         (gnus-summary-save-article-body-file): Save decoded articles.
9775
9776         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9777
9778 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9779
9780         * nnrss.el (nnrss-check-group): Bind hash-index.
9781
9782 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9783
9784         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9785         its hash index.  Store this hash in `nnrss-group-data'.
9786         (nnrss-read-group-data): Update accordingly.
9787
9788 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9789
9790         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9791         entry.
9792
9793         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9794         gnus-article-browse-html-article.
9795
9796 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9797
9798         * gnus-sum.el (gnus-summary-mime-map): Add
9799         gnus-article-browse-html-article.
9800
9801         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9802
9803 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9806         suitable coding systems in customize.
9807
9808 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * mail-source.el (mail-sources): Fix custom type.
9811
9812 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9815         (gnus-summary-expire-articles-now): Shorten prompt.
9816
9817         * gmm-utils.el (wid-edit): Require.
9818         (defun-gmm): Renamed from `gmm-defun-compat'.
9819         (gmm-image-search-load-path): Use it.
9820         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9821
9822 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9825         variable.
9826         (gnus-summary-save-article): Add optional `decode' argument.  If
9827         it is set and gnus-summary-save-article-coding-system is non-nil,
9828         save decoded article.
9829         (gnus-summary-write-article-file): Save decoded article if
9830         gnus-summary-save-article-coding-system is non-nil.
9831
9832         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9833         type.
9834
9835 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9838
9839 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9842         first to test gnus-single-article-buffer which may be buffer-local.
9843
9844         * gnus-sum.el (gnus-summary-setup-buffer): Make
9845         gnus-single-article-buffer buffer-local and nil in ephemeral
9846         group; make gnus-article-buffer, gnus-article-current, and
9847         gnus-original-article-buffer always buffer-local.
9848         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9849         group.
9850         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9851
9852 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * nnml.el (nnml-request-compact-group): Compressed files might not
9855         have .gz extension.
9856
9857 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9858
9859         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9860         (mm-copy-to-buffer): Use with-current-buffer.
9861         (mm-display-part): Simplify.
9862         (mm-inlinable-p): Add optional arg `type'.
9863
9864 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9865
9866         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9867         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9868         Try harder to show the attachment internally or externally using
9869         gnus-mime-view-part-as-type.
9870
9871 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * message.el (message-from-style, message-signature-separator)
9874         (message-user-organization-file, message-send-mail-function)
9875         (message-citation-line-function, message-yank-prefix)
9876         (message-indent-citation-function, message-signature)
9877         (message-signature-file, message-signature-insert-empty-line):
9878         Remove autoloads.
9879
9880         * gnus-art.el (gnus-buttonized-mime-types): Remove
9881         "multipart/signed".  Revert 2006-04-26 change.
9882
9883 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9884
9885         * gnus.el (gnus-version-number): Bump version.
9886
9887 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9888
9889         * gnus.el: No Gnus v0.5 is released.
9890
9891 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9892
9893         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9894         fetching articles by message-id.
9895
9896 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9897
9898         * message.el (hashcash): Require hashcash as normal.
9899
9900         * ecomplete.el (ecomplete-highlight-match-line): Use
9901         point-at-eol.
9902         (ecomplete-highlight-match-line): Use `highlight', because that
9903         face exists in both Emacs and XEmacs.
9904
9905         * message.el (message-display-abbrev): Use point-at-bol.
9906
9907         * mail-source.el: Don't require timer/timer-funcs.
9908
9909         * gnus-async.el: Ditto.
9910
9911         * password.el: Ditto.
9912
9913         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9914
9915         * mm-url.el: Ditto.
9916
9917         * gnus-xmas.el: Don't require timer-funcs.
9918
9919         * mm-util.el: Require timer/timer-funcs.
9920
9921 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9922
9923         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9924         Close.
9925
9926 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9929         unibyte after clear-decrypt function runs.
9930
9931         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9932         returns as a unibyte string.
9933
9934 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * lpath.el: Revert.
9937
9938         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9939         (pgg-gpg-process-sentinel): Revert.
9940
9941         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9942         (pgg-pgp-lookup-key): Revert.
9943
9944         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9945         (pgg-pgp5-lookup-key): Revert.
9946
9947         * pgg.el (pgg-fetch-key): Revert.
9948
9949 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * lpath.el: Fbind string-as-multibyte for XEmacs.
9952
9953         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9954         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9955         (mml1991-pgg-encrypt): Ditto.
9956
9957         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9958         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9959         a multibyte buffer.
9960
9961         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9962         (pgg-pgp-lookup-key): Ditto.
9963
9964         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9965         (pgg-pgp5-lookup-key): Ditto.
9966
9967         * pgg.el (pgg-fetch-key): Ditto.
9968
9969 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * message.el (message-user-organization-file): Check several
9972         locations of the organization file.
9973
9974         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9975         Add gnus-article-view-part-as-type.
9976
9977         * gnus-art.el (gnus-article-view-part-as-type): New function.
9978
9979         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9980         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9981
9982         * mml.el: Simplify autoload.
9983         (mml-mode): defvar dnd-protocol-alist instead of using
9984         symbol-value.
9985         (mml-default-directory): New variable.
9986         (mml-minibuffer-read-file): Use it.
9987         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9988
9989         * message.el (message-citation-line-format): New variable.
9990         (message-insert-formated-citation-line): New function.
9991         (message-citation-line-function): Add
9992         `message-insert-formated-citation-line' to custom type.
9993
9994         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9995         to doc string.
9996
9997         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9998         depending on mm-verify-option.
9999
10000 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10003         binding pgg-* variables; reimplement the section which prevents
10004         MIME header from being signed.
10005         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10006         pgg-text-mode; remove a blank line at the top of body.
10007
10008         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10009         lines at the top of body; use gnus-newsgroup-charset if there's no
10010         Charset header.
10011
10012 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * message.el (message-self-insert-commands): Doc fix.
10015
10016         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10017         (mm-uu-pgp-encrypted-test): Ditto.
10018         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10019         between header and body; return application/pgp-encrypted handle
10020         if decryption failed; decode decrypted body by charset.
10021
10022         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10023         element match to application/pgp-*.
10024
10025 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10026
10027         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10028         HTML.
10029
10030 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10031
10032         * mail-source.el (mail-source-call-script): Message the error
10033         string.
10034
10035 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10036
10037         * gnus-util.el (gnus-byte-compile): Use it.
10038
10039 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10040
10041         * gnus-util.el (kill-empty-logs): New function.
10042
10043 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10044
10045         * message.el (message-mail-alias-type): Doc fix.
10046         (message-mail-alias-type-p): New function.
10047         (message-send): Use it.
10048         (message-mode): Ditto.
10049         (message-strip-forbidden-properties): Ditto.
10050
10051         * ecomplete.el (ecomplete-database-file-coding-system): New
10052         variable.
10053         (ecomplete-save): Use it.
10054         (ecomplete-setup): Use it.
10055
10056 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * message.el (message-self-insert-commands): New variable.
10059         (message-strip-forbidden-properties): Use it.
10060
10061 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10062
10063         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10064         that doesn't make XEmacs choke.
10065
10066 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10067
10068         * gnus-util.el (gnus-replace-in-string):
10069         Prefer replace-regexp-in-string over of replace-in-string.
10070
10071 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * gnus-util.el (gnus-select-frame-set-input-focus):
10074         Use select-frame-set-input-focus if it is available in XEmacs; use
10075         definition defined in Emacs 22 for old Emacsen.
10076
10077         * dgnushack.el: Autoload unmorse-region for XEmacs.
10078
10079         * lpath.el: Bind cursor-in-non-selected-windows and
10080         select-frame-set-input-focus for XEmacs.
10081
10082 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10085
10086 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10087
10088         * gnus-registry.el (gnus-registry-cache-save): Remove text
10089         properties when saving via the temp buffer.
10090
10091 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * message.el (message-generate-hashcash): Honor custom type.
10094
10095 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10096
10097         * message.el (message-generate-hashcash): Default to non-nil when
10098         hashcash is found.
10099
10100         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10101         (gnus-refer-thread-limit): Increase default to 500.
10102
10103         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10104
10105         * flow-fill.el (fill-flowed): Allow delete-space.
10106
10107 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10110         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10111         Remove autoloads.
10112
10113 2006-04-18  Simon Josefsson  <jas@extundo.com>
10114
10115         * message.el (message-generate-hashcash): Default to.
10116
10117 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10120         concatenating segments rather than before concatenating them.
10121
10122 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10123
10124         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10125
10126 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10127
10128         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10129
10130         * message.el (message-forward-make-body-plain): Allow
10131         message-forward-ignored-headers to be a list.
10132         (message-remove-ignored-headers): Factor out into function.
10133         (message-forward-make-body-mml): Use it.
10134
10135         * imap.el (imap-quote-specials): New function.
10136         (imap-login-auth): Quote specials.
10137
10138         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10139         (rfc2231-parse-string): Allow concatanation of parameters that
10140         aren't contiguous.  The test case is
10141           (mail-header-parse-content-type "message/external-body;
10142             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10143             access-type=LOCAL-FILE;
10144             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10145
10146 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10147
10148         * nntp.el (nntp-accept-process-output): Return the value of
10149         `nnheader-accept-process-output'.
10150
10151 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10152
10153         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10154         (gnus-button-alist): Recognize more diff formats.
10155         (gnus-button-patch): Strip directory.
10156
10157 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10160         Emacs 22 when setting focus.
10161
10162 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10163
10164         * gnus-art.el (gnus-article-treat-types): Do treatment of
10165         text/x-verbatim parts.
10166         (gnus-button-patch): New command.
10167
10168         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10169         addresses that contain invalid characters.
10170
10171 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10172
10173         * message.el (message-put-addresses-in-ecomplete): Use
10174         gnus-replace-in-string.
10175         (message-is-yours-p): Use the more correct
10176         mail-header-parse-address instead of
10177         mail-extract-address-components.
10178         (message-put-addresses-in-ecomplete): Fix typo.
10179
10180         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10181         keystroke.
10182
10183         * gnus-art.el (gnus-treatment-function-alist): Change order of
10184         newsgroups/generic header folding to avoid double-folding.
10185
10186         * message.el (message-hidden-headers): Add X-Draft-From.
10187
10188         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10189         command.
10190         (gnus-summary-repeat-search-article-backward): New command.
10191
10192         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10193         groups in the parent topic.
10194
10195 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10196
10197         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10198         (spam-extra-header-to-number): Return the CRM114 number as a
10199         number instead of a string.
10200
10201 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10202
10203         * gnus-art.el (gnus-face-properties-alist): Moved here from
10204         gnus-fun.
10205
10206         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10207
10208 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10209
10210         * message.el (message-strip-forbidden-properties): Only display on
10211         self-insert-command.
10212
10213         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10214         reindent.
10215         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10216
10217 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10218
10219         * smiley.el (smiley-style): Fix typo.
10220
10221 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10222
10223         * hashcash.el (hashcash-insert-payment-async-2): Use
10224         message-goto-eoh instead of doing it manually.
10225         (mail-add-payment): Use message-narrow-to-header instead of trying
10226         to do the same itself.
10227
10228         * message.el (message-hidden-headers): Add Face.
10229
10230         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10231         reparenting code.
10232         (gnus-summary-reparent-children): Refactored out code.
10233         (gnus-summary-thread-map): New keystroke.
10234         (gnus-summary-reparent-children): Make into command.
10235
10236         * smiley.el (smiley-style): Default to `medium' if using a large
10237         font.
10238
10239         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10240         does it itself.
10241
10242         * message.el (message-point-in-header-p): Simplify definition.
10243
10244 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10245
10246         * nnagent.el (nnagent-request-set-mark): Silence log file
10247         writing.
10248         (nnagent-request-set-mark): Use write-region instead of
10249         append-to-file.
10250
10251         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10252         strange select method.
10253
10254         * ecomplete.el (ecomplete-display-matches): Get highlightling
10255         right.
10256         (ecomplete-display-matches): Use literals.
10257         (ecomplete-display-matches): Disable message logging.
10258
10259         * message.el (message-display-abbrev): Small optimization.
10260
10261         * ecomplete.el (ecomplete-display-matches): Allow automatic
10262         display.
10263
10264         * message.el (message-strip-forbidden-properties): Display
10265         abbrevs.
10266         (message-display-abbrev): Get automatic display right.
10267
10268         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10269         keystrokes.
10270
10271 2006-04-13  Romain Francoise  <romain@orebokech.com>
10272
10273         TODO: Backport to v5-10!
10274
10275         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10276         Moved here (and renamed) from gnus-registry.el.
10277
10278         * gnus-registry.el: Require gnus-util.
10279         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10280
10281 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10282
10283         * gnus-group.el (gnus-group-catchup-current): Change
10284         if-then-else-if-then-else into cond.
10285         (gnus-group-catchup): Indent.
10286         (group-name-at-point): New function.
10287         (gnus-fetch-group): Provide default from thing at point.
10288
10289 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10290
10291         * message.el (message-display-abbrev): Fix regexp.
10292
10293         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10294         choosing.
10295         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10296         dead variables.
10297
10298         * message.el (message-newline-and-indent): Remove debugging.
10299         (message-display-abbrev): Use new implementation.
10300
10301 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * gnus-art.el (gnus-article-mode): Set
10304         cursor-in-non-selected-windows to nil.
10305
10306         * smiley.el: Revert previous change.
10307         (smiley-data-directory): defvar it before using it in the
10308         defcustom of `smiley-style'.
10309
10310 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10311
10312         * message.el (message-newline-and-indent): New function.
10313
10314         * ecomplete.el: Implement more bits.
10315
10316         * message.el (message-put-addresses-in-ecomplete): Clean up the
10317         string.
10318
10319         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10320
10321         * gnus-sum.el (gnus-summary-save-parts): Bind
10322         gnus-summary-save-parts-counter and use it to make unique file
10323         names.
10324
10325         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10326
10327         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10328         parameter to say whether to actually parse the individual
10329         addresses.
10330
10331         * message.el (message-put-addresses-in-ecomplete): New function.
10332         (ecomplete): Require.
10333         (message-mail-alias-type): Add ecomplete as an option.
10334
10335 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10336
10337         * flow-fill.el (fill-flowed): Remove trailing space from blank
10338         quoted lines.
10339
10340 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10341
10342         * smiley.el (smiley-style): Move definition later to avoid a
10343         compilation warning.
10344
10345 2006-04-12  Kenichi Handa  <handa@m17n.org>
10346
10347         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10348         buffer and then decode the buffer text if necessary.
10349         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10350         first, and after mm-encode-body, change the buffer to unibyte.
10351         Use mm-disable-multibyte instead of set-buffer-multibyte.
10352
10353 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10356         Content-Type header instead of Content-Disposition header.
10357         (gnus-mime-inline-part): Ditto.
10358         (gnus-mime-view-part-as-charset): Ignore charset that the part
10359         specifies.
10360
10361         * mm-decode.el (mm-display-part): Work with external parts and
10362         usual parts similarly.
10363
10364         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10365         instead of gnus-display-mime.
10366
10367         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10368         instead of with-temp-buffer.
10369
10370         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10371         tag to summarized topics part in order to encode non-ASCII text.
10372
10373 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * smiley.el (smiley-style): New variable.
10376         (smiley-directory): New function.
10377         (smiley-data-directory): Derive from `smiley-style' using
10378         `smiley-directory'.
10379         (smiley-regexp-alist): Add new entries.
10380
10381         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10382         (gnus-article-browse-delete-temp): Add :version.
10383
10384 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10385
10386         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10387         the sieve region.
10388
10389 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10390
10391         * gnus.el (gnus-version-number): Bump version.
10392
10393 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10394
10395         * gnus.el: No Gnus v0.4 is released.
10396
10397 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10398
10399         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10400         layout.
10401
10402         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10403         unknown charset.
10404
10405         * message.el (message-header-synonyms): Add Original-To to the
10406         default.
10407
10408         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10409         optional parameter.
10410
10411 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * gnus-fun.el (gnus): Require it for gnus-directory.
10414
10415 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10416
10417         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10418
10419 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10420
10421         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10422
10423 2006-04-05  Simon Josefsson  <jas@extundo.com>
10424
10425         * password.el (password-reset): New function.
10426
10427 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10428
10429         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10430         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10431
10432 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10433
10434         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10435         Some whitespace was matched into the url, which broke browsing hits
10436         > 100 when mm-url-use-external was nil.
10437
10438 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10441         gnus-extra-headers for 'Newsgroups.
10442
10443         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10444         bound.
10445
10446 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10447
10448         * pgg-gpg.el: Clean up process buffers every time gpg processes
10449         complete.
10450
10451 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10454         doc string.
10455
10456 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10457
10458         * pgg-gpg.el (pgg-gpg-process-filter)
10459         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10460
10461         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10462         lines, temporary fix.
10463
10464 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10465
10466         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10467
10468 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10469
10470         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10471         default-enable-multibyte-characters.  This reverts the change from
10472         revision 6.17 which is no longer necessary because the passphrase
10473         is sent separately now.  GnuPG messages are unreadable under
10474         multibyte locales with default-enable-multibyte-characters set to
10475         nil.
10476
10477 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * message.el (message-tool-bar-gnome): Move "spell".
10480
10481 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10482
10483         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10484         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10485         instead.
10486
10487 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10488
10489         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10490         newsgroups handling for NNTP overviews which don't include
10491         Newsgroups.
10492
10493 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10494
10495         * message.el (message-resend): Bind message-generate-hashcash to nil.
10496
10497 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10498
10499         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10500         when searching for already-paid recipients.
10501
10502 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10503
10504         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10505         passphrases when it is not needed.
10506         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10507         passphrase stuff from gpg, should only be necessary when you use
10508         gpg with a smartcard.
10509
10510 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10511
10512         * mml.el (mml-insert-mime): Ignore cached contents of
10513         message/external-body part.
10514
10515         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10516         (mm-insert-part): Ditto.
10517
10518 2006-03-23  Simon Josefsson  <jas@extundo.com>
10519
10520         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10521         Reiner.
10522         (pgg-gpg-use-agent-p): Use it again.
10523
10524 2006-03-23  Simon Josefsson  <jas@extundo.com>
10525
10526         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10527         older emacsen.
10528         (pgg-gpg-use-agent-p): Don't use it.
10529
10530 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10533         if we can.
10534
10535 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10536
10537         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10538         (pgg-gpg-update-agent): New function.
10539         (pgg-gpg-use-agent-p): New function.
10540         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10541         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10542         (pgg-gpg-sign-region): Use it.
10543
10544 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10547         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10548
10549 2006-03-21  Simon Josefsson  <jas@extundo.com>
10550
10551         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10552         <wilde@sha-bang.de>.
10553         (pgg-gpg-use-agent): New variable.
10554         (pgg-gpg-process-region): Use it.
10555         (pgg-gpg-encrypt-region): Likewise.
10556         (pgg-gpg-encrypt-symmetric-region): Likewise.
10557         (pgg-gpg-decrypt-region): Likewise.
10558         (pgg-gpg-sign-region): Likewise.
10559         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10560
10561 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10562
10563         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10564
10565         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10566         Add comment on version.
10567
10568 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * smiley.el: Add missing test smiley.
10571
10572 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * mm-decode.el (mm-with-part): New macro.
10575         (mm-get-part): Use it; work with message/external-body as well.
10576         (mm-save-part): Treat name and filename equally.
10577
10578         * mm-extern.el (mm-extern-cache-contents): New function.
10579         (mm-inline-external-body): Use it; force the part to be displayed;
10580         move undisplayer added to the cached handle to the parent.
10581
10582         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10583         (gnus-mime-view-part-as-type): Work with message/external-body.
10584
10585         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10586
10587 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10590         images in image-load-path.  [Sync with image.el, revision 1.60, in
10591         Emacs.]
10592
10593 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10594
10595         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10596         path rather than symbol.  Always return list of directories.
10597         Guarantee that image directory comes first.  [Sync with image.el,
10598         revision 1.59, in Emacs.]
10599
10600         * message.el (message-make-tool-bar): Adjust to new API of
10601         `gmm-image-load-path-for-library'.
10602
10603         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10604
10605         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10606
10607 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10608
10609         * gnus-art.el (gnus-article-only-boring-p):
10610         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10611         intangible text.
10612         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10613
10614 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10615
10616         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10617         `defun' instead of `gmm-defun-compat'.
10618
10619 2006-03-14  Simon Josefsson  <jas@extundo.com>
10620
10621         * message.el (message-unique-id): Don't use message-number-base36
10622         if (user-uid) is a float.
10623         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10624
10625 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10628
10629         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10630         empty line between a part and a message part.
10631
10632 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10633
10634         * smiley.el: Add more test smileys.
10635         (smiley-data-directory, smiley-regexp-alist)
10636         (gnus-smiley-file-types): Fix doc strings.
10637         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10638         adding new elements.
10639         (smiley-mouse-map): Unused code.  Make it a comment.
10640
10641 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10644         scan latest NoCeM messages instead of old ones.
10645         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10646         delimiters that are recently used.
10647         (gnus-nocem-load-cache): Add autoload cookie.
10648
10649         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10650
10651         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10652         level which is larger than gnus-use-nocem is specified.
10653
10654         * gnus-group.el (gnus-group-get-new-news): Ditto.
10655
10656 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * gnus-util.el (gnus-tool-bar-update): New function.
10659
10660         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10661         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10662
10663         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10664
10665         * gnus-group.el (gnus-group-redraw-when-idle)
10666         (gnus-group-redraw-check): Remove.
10667         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10668
10669 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10672         if optional last element is specified in splits (FIELD VALUE...).
10673
10674 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10677         to gmm-image-load-path-for-library.  Call with no-error argument.
10678         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10679
10680         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10681
10682         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10683
10684         * gmm-utils.el (gmm-image-load-path): Remove alias.
10685
10686 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10687
10688         * gmm-utils.el (gmm-image-load-path): Add alias.
10689
10690         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10691         nnml-generate-nov-databases-1.
10692         (nnml-generate-nov-databases): Use it.
10693         (nnml-generate-nov-databases-directory): Document no-active
10694         argument.
10695
10696         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10697         directory if path is t.  Add no-error.
10698
10699         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10700         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10701
10702         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10703         resetting gnus-article-browse-html-temp-list.
10704
10705         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10706         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10707         Add example to docstring.  Rename local variables.  Move error
10708         checks to default case in cond and simplify.
10709
10710 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10713         handle is multipart when calling it recursively.
10714         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10715
10716 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10717
10718         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10719         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10720
10721 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10724         is loaded.
10725
10726         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10727         loaded.
10728
10729 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10730
10731         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10732         to "Emacs 23 (unicode)" in doc string.
10733
10734         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10735         "Emacs 23 (unicode)" in comment.
10736
10737 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10740
10741         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10742         characters 160 through 255 in Emacs 23.
10743
10744 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10747         gnus-article-browse-html-temp.
10748         (gnus-article-browse-delete-temp): Make it customizable.  Add
10749         `file'.  Adjust doc string.
10750         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10751         query for each file.  Adjust doc string.
10752         (gnus-article-browse-html-parts): Add
10753         `gnus-article-browse-delete-temp-files' to
10754         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10755
10756 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10757
10758         * gnus-art.el (gnus-article-browse-html-temp)
10759         (gnus-article-browse-delete-temp): New variables.
10760         (gnus-article-browse-delete-temp-files): New function.
10761         (gnus-article-browse-html-parts): Use it.
10762
10763 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10766
10767         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10768         string.
10769
10770         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10771         gnus-summary-insert-new-articles when unplugged.  Remove
10772         gnus-summary-search-article-forward.
10773
10774         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10775         display-visual-class instead of display-color-cells.
10776
10777 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * dgnushack.el: Autoload customize-group for XEmacs.
10780
10781         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10782         message/* containing non-ASCII text properly.
10783
10784 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * message.el: Require gmm-utils, remove autoloads.
10787         (message-tool-bar): Set default based on
10788         gmm-tool-bar-style.
10789         (message-tool-bar-gnome): Add gmm-customize-mode.
10790
10791         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10792         gmm-tool-bar-style.
10793         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10794
10795         * gnus-group.el (gnus-group-tool-bar): Set default based on
10796         gmm-tool-bar-style.
10797         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10798
10799         * gmm-utils.el (gmm-image-directory): Rename variable from
10800         gmm-image-load-path.
10801         (gmm-image-load-path): Use gmm-image-directory.
10802         (gmm-customize-mode): New function.
10803         (gmm-tool-bar-style): New variable.
10804
10805         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10806         gnus-group-redraw-line-number.
10807         (gnus-group-redraw-check): Simplify.
10808         (gnus-group-tool-bar-update): Remove redraw check.
10809         (gnus-group-make-tool-bar): Add redraw check.
10810
10811 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10812
10813         * gnus-art.el (gnus-button): Add missing parentheses.
10814
10815 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * lpath.el: Fbind line-number-at-pos.
10818
10819 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10822
10823 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10824
10825         * gnus-art.el (gnus-button): New face.
10826         (gnus-article-button-face): Use it.
10827
10828         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10829         gnus-summary-next-page.  Re-order.
10830
10831         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10832         next-node are now included.
10833         (gnus-group-redraw-line-number): New internal variable.
10834         (gnus-group-redraw-check): Helper function for updating the tool
10835         bar.
10836         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10837
10838         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10839
10840         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10841         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10842         Use it to match format of Spamassassin 3.0 and later.  Reported by
10843         IRIE Tetsuya <irie@t.email.ne.jp>.
10844         (spam-check-bogofilter)
10845         (spam-bogofilter-register-with-bogofilter): Fix args of
10846         `gnus-error' calls.
10847
10848 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10849
10850         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10851         unnecessary interaction when sending queued mails.  Reported by
10852         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10853
10854 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10855
10856         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10857         first or last are nil.
10858
10859 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10860
10861         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10862
10863 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10864
10865         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10866
10867 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10868
10869         * dns.el (query-dns): Protect more against buggy tcp output.
10870
10871 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10872
10873         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10874         nov.php.
10875
10876 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10877
10878         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10879         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10880         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10881         output on the server side.
10882         (nnweb-google-create-mapping): Update regexps and add some
10883         progress indication.
10884
10885 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10886
10887         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10888         gnus-agent-toggle-plugged.  Re-order icons.
10889         (gnus-group-tool-bar-gnome): Add
10890         gnus-group-{prev,next}-unread-group.
10891         (gnus-group-tool-bar-gnome): Re-order icons.
10892
10893         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10894         gnus-summary-insert-new-articles.
10895
10896         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10897         comments.
10898
10899         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10900         also available in Emacs 21.3.
10901
10902         * message.el (message-fix-before-sending): Change "Emacs 22" to
10903         "Emacs 23 (unicode)" in comment.
10904
10905         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10906         "Emacs 23 (unicode)" in comment.
10907
10908         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10909         comment.
10910         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10911
10912         * mm-view.el (mm-fill-flowed): Add :version.
10913
10914 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10917         and load-path.
10918
10919 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * message.el: Autoload gmm-image-load-path.
10922         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10923         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10924         consitency.
10925
10926         * gmm-utils.el (gmm-image-load-path): Also search in
10927         "../etc/images".  Don't set gmm-image-load-path if we don't find
10928         the image.
10929
10930 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gmm-utils.el (gmm-image-load-path): Don't make
10933         `gmm-image-load-path' include subdirectories which the second arg
10934         `image' might specify.
10935
10936         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10937         subdirectory to icon file names.
10938
10939         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10940
10941 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10944         gmm-image-load-path calls.
10945
10946         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10947
10948         * message.el (message-make-tool-bar): Ditto.
10949
10950         * mml.el (mml-preview): Added comment concerning tool bar icons.
10951
10952         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10953         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10954
10955         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10956         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10957
10958         * message.el (message-tool-bar-gnome): Use new icon names.
10959         (message-make-tool-bar): Use `gmm-image-load-path'.
10960
10961         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10962         functions from MH-E.
10963         (gmm-image-load-path): New variable from MH-E.
10964         (gmm-image-load-path): New function from MH-E.  Added arguments
10965         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10966         *-image-load-path-called-flag.
10967
10968 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10969
10970         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10971
10972 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10973
10974         * nnimap.el (nnimap-request-move-article): Change folder back to
10975         source group before deleting.
10976
10977 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10978
10979         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10980
10981         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10982         mm-url.
10983
10984         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10985
10986 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10989         coding system which mm-charset-to-coding-system returns for a
10990         given charset is valid.
10991
10992 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10993
10994         * html2text.el (html2text-remove-tag-list):
10995         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10996
10997 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10998
10999         * gnus-cus.el: Revert 2005-10-17 change.
11000
11001 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-art.el (article-strip-banner): Call
11004         article-really-strip-banner only when the regexp match is made.
11005
11006 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * gnus-art.el (article-strip-banner): Use
11009         gnus-extract-address-components instead of
11010         mail-header-parse-addresses to make it work with non-ASCII text;
11011         remove mail-encode-encoded-word-string.
11012
11013         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11014         values which are surrounded with \"...\"; make it never cause a
11015         Lisp error; give up parsing of parameters if it failed in
11016         extracting type.
11017
11018 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11019
11020         * smime.el (smime-cert-by-ldap-1): Fix bug where
11021         `smime-ldap-search' returns results without userCertificates.
11022
11023 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11026
11027 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * spam.el (spam-check-spamassassin-headers): Adapt format for
11030         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11031         <ari@mbf.ocn.ne.jp>.
11032         (spam-list-of-processors): Add spam-use-gmane.
11033
11034 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11037         make-temp-file; make it work with XEmacs as well.
11038
11039         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11040         mm-make-temp-file.
11041
11042         * mm-decode.el (mm-display-external): Use the 3rd arg of
11043         mm-make-temp-file.
11044         (mm-create-image-xemacs): Ditto.
11045
11046 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11049         with message-narrow-to-headers.
11050         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11051         (gnus-draft-check-draft-articles): New function.
11052         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11053
11054 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11055
11056         * gnus-art.el (gnus-article-browse-html-parts):
11057         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11058         Don't use suffix argument for mm-make-temp-file for Emacs 21
11059         compatibility.  Remove useless `format'.
11060
11061 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11062
11063         * nnweb.el (nnweb-google-wash-article): Update regexps.
11064         (nnweb-group-alist): Use defvoo instead of defvar.
11065
11066 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11069         re-loading nn* modules.
11070
11071 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11072
11073         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11074         for `tool-bar-mode' and don't check it's default-value.
11075
11076         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11077
11078         * message.el (message-make-tool-bar): Ditto.
11079
11080         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11081         `substring'.  Shorten tmp-file name.
11082
11083         * gnus.el: Remove bogus comment.
11084
11085 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11086
11087         * gnus-art.el (gnus-article-browse-html-parts): New function.
11088         (gnus-article-browse-html-article): New function for viewing html
11089         articles with a browser.
11090
11091 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11092
11093         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11094         in elisp.
11095         (pgg-gpg-encrypt-symmetric-region): Ditto.
11096         (pgg-gpg-sign-region): Ditto.
11097
11098         * pgg-def.el (pgg-text-mode): New variable.
11099
11100         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11101         (mml2015-pgg-encrypt): Ditto.
11102
11103         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11104         (mml1991-pgg-encrypt): Ditto.
11105
11106 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11109         message-make-date instead of current-time-string.
11110
11111         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11112         to gnus-decoded which mm-uu might set.
11113
11114 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11117         don't decode quoted parameters; remove misimported Emacs code.
11118         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11119         (rfc2231-decode-encoded-string): Don't use split-string which
11120         behaves differently according to Emacs version; use
11121         mm-decode-coding-region to convert charset to coding-system.
11122         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11123         (rfc2231-encode-string): Remove misimported Emacs code.
11124
11125 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11128         when calling mail-header-parse-content-type.
11129         (article-de-quoted-unreadable): Ditto.
11130         (article-de-base64-unreadable): Ditto.
11131         (article-wash-html): Ditto.
11132
11133         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11134         calling mail-header-parse-content-type and
11135         mail-header-parse-content-disposition.
11136         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11137         mail-header-parse-content-type.
11138
11139         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11140         insert charset and format parameters; encode description after
11141         inserting it to buffer.
11142         (mml-insert-parameter): Fold lines properly even if a parameter is
11143         segmented into two or more lines; change the max column to 76.
11144
11145         * rfc1843.el (rfc1843-decode-article-body): Don't use
11146         ignore-errors when calling mail-header-parse-content-type.
11147
11148         * rfc2231.el (rfc2231-parse-string): Return at least type if
11149         possible; don't cause an error even if it fails in parsing of
11150         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11151         (rfc2231-encode-string): Don't break lines at the beginning, leave
11152         it to mml-insert-parameter.
11153
11154         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11155         calling mail-header-parse-content-type.
11156
11157 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * spam-report.el (spam-report-gmane-use-article-number):
11160         Improve doc string.
11161         (spam-report-gmane-internal): Check if a suitable header was found
11162         in the article.
11163
11164 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11167         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11168
11169 2006-02-05  Romain Francoise  <romain@orebokech.com>
11170
11171         Update copyright notices of all files in the gnus directory.
11172
11173 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11174
11175         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11176
11177 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11180         segmented lines of parameter value to cope with Thunderbird 1.5
11181         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11182         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11183         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11184
11185 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11186
11187         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11188         parts.
11189
11190 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11191
11192         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11193         there's only one active file for all servers.
11194         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11195         solid groups.  Gnus might have used a FAST request to select the group.
11196         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11197         and nnweb-search redundantly in the active file.
11198         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11199         (nnweb-request-create-group): Don't use ARGS.
11200         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11201         initialisations.  Let nnoo do the work.
11202
11203 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11206         Say the part has been decoded.
11207
11208         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11209
11210 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11211
11212         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11213         mailcap-viewer-test-cache when there's no 'test clause, since that
11214         will invert the meaning of a "nil" test previously determined by
11215         mailcap-mailcap-entry-passes-test.
11216
11217 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11220         compiling.
11221
11222         * gnus-sum.el: Ditto.
11223
11224         * message.el: Don't bind tool-bar-map when compiling.
11225
11226 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11229
11230 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11231
11232         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11233         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11234         current Google Groups.
11235
11236 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11237
11238         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11239         and tool-bar-mode.
11240
11241         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11242         and tool-bar-mode.
11243
11244         * message.el (message-tool-bar-update): Simplify.
11245         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11246
11247         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11248         gnus-summary-buffer.
11249         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11250         gnus-summary-reply.
11251
11252         * gmm-utils.el (gmm): Add :version.
11253
11254 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * Makefile.in (clean): New rule.
11257         (distclean): Use it.
11258
11259 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11260
11261         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11262         autoload.
11263
11264 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * gmm-utils.el (gmm-verbose): Add :group.
11267
11268 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11269
11270         * message.el: Change some comments WRT tool-bars.
11271
11272         * gnus-sum.el (gnus-summary-tool-bar)
11273         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11274         (gnus-summary-tool-bar-zap-list): New variables.
11275         (gnus-summary-make-tool-bar): Complete rewrite using
11276         `gmm-tool-bar-from-list'.
11277
11278         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11279         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11280         variables.
11281         (gnus-group-make-tool-bar): Complete rewrite using
11282         `gmm-tool-bar-from-list'.
11283         (gnus-group-tool-bar-update): New function.
11284
11285         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11286
11287 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11290         is dissected into a single part of which the type is the same as
11291         the given one; decode charset.
11292
11293 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11294
11295         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11296         into alists as symbol not string, since that's what
11297         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11298         look for.
11299
11300 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11303         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11304
11305         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11306
11307 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11310         (gnus-xmas-mime-security-button-menu): New function.
11311
11312         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11313         (gnus-mime-security-button-menu): New definition.
11314         (gnus-mime-security-button-map): Use them.
11315         (gnus-mime-security-button-menu): New function.
11316         (gnus-insert-mime-security-button): Addition to help echo.
11317         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11318         (gnus-mime-security-pipe-part): New functions.
11319
11320         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11321         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11322
11323         * mm-decode.el (mm-handle-set-disposition): Remove.
11324         (mm-handle-set-description): Remove.
11325
11326 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11329         (mm-w3m-standalone-supports-m17n-p): New function.
11330         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11331         w3m usage.
11332
11333         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11334         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11335
11336 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * message.el (message-tool-bar-zap-list): Use
11339         gmm-tool-bar-zap-list as custom type.
11340         (message-tool-bar-update): New function.
11341         (message-tool-bar, message-tool-bar-gnome)
11342         (message-tool-bar-retro): Add message-tool-bar-update.
11343         (message-tool-bar-gnome): Add flyspell-buffer.
11344
11345         * gnus-util.el (gnus-error): Describe `args'.
11346
11347         * gmm-utils.el (gmm-error): Describe `args'.
11348         (gmm-tool-bar-zap-list): New widget.
11349         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11350
11351 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11354         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11355         the number of recursive calls.
11356
11357         * mm-decode.el (mm-handle-set-disposition): New macro.
11358         (mm-handle-set-description): New macro.
11359
11360 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11363         encoding.
11364
11365 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * message.el (message-tool-bar-zap-list, message-tool-bar)
11368         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11369         (message-tool-bar-local-item-from-menu): Remove.
11370         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11371         (message-make-tool-bar): New function.
11372         (message-mode): Use `message-make-tool-bar'.
11373
11374         * gmm-utils.el: New file.
11375         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11376         (gmm-lazy): New widget copied from `nnmail.el'.
11377         (gmm-tool-bar-from-list): New function for creating customizable
11378         tool bars.
11379         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11380         output.
11381         (gmm): Add :prefix to defgroup.
11382
11383 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11384
11385         * gmm-utils.el (gmm-widget-p): New function.
11386
11387 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * mml.el (mml-attach-file): Describe `description' in doc string.
11390         (mml-menu): Add Emacs MIME manual and PGG manual.
11391
11392 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11393
11394         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11395
11396 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11397
11398         * nntp.el (nntp-end-of-line): Doc fix.
11399
11400 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11401
11402         * imap.el (imap-open): Handle case where buffer is a buffer
11403         object.
11404
11405 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11406
11407         * gnus-delay.el (gnus-delay): Don't autoload.
11408         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11409         to be re-loaded when customizing the `gnus-delay' group.
11410
11411 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11412
11413         * message.el (message-insert-citation-line): Use newlines.
11414
11415 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11416
11417         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11418         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11419         these routines, so the passphrase can be managed externally and
11420         passed in to the system.
11421         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11422         pgg-add-passphrase-to-cache function.
11423
11424         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11425         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11426         these routines, so the passphrase can be managed externally and
11427         passed in to the system.
11428         (pgg-pgp5-sign-region): Use new name of
11429         pgg-add-passphrase-to-cache function.
11430
11431 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11432
11433         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11434         part of the decoded armor to find the key-identifier.
11435         (pgg-gpg-lookup-key-owner): New function to return the
11436         human-readable identifier of a key owner.
11437         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11438         itself.
11439         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11440         the key value) if we have a key and can match it against a secret
11441         key.  Also, added a note pointing out fact that the prompt only
11442         indicates the first matching key.
11443
11444         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11445         pgg-decrypt-region.
11446         (pgg-add-passphrase-to-cache): Rename from
11447         `pgg-add-passphrase-cache' to reduce confusion (all callers
11448         changed).
11449         (pgg-remove-passphrase-from-cache): Rename from
11450         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11451         changed).
11452         (pgg-read-passphrase, pgg-add-passphrase-cache)
11453         (pgg-remove-passphrase-cache): Add informative docstrings.
11454         (pgg-decrypt): Convey provided passphrase in subordinate call to
11455         pgg-decrypt-region.
11456
11457 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11458
11459         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11460         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11461         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11462         'passphrase' argument, so the passphrase can be managed externally
11463         and then passed in to the system.
11464
11465         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11466         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11467         so the passphrase cache can be used reliably with identifiers
11468         besides a pgp packet's key id.
11469
11470         * pgg-gpg.el (pgg-gpg-encrypt-region)
11471         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11472         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11473         these routines, so the passphrase can be managed externally and
11474         passed in to the system.
11475
11476         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11477         'notruncate' argument, so the passphrase cache can be used
11478         reliably with identifiers besides a pgp packet's key id.
11479
11480 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11481
11482         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11483         symmetric encryption.
11484         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11485         encrypted session key.
11486         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11487         message ask for the passphrase in a proper way.
11488
11489         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11490         New user commands for symmetric encryption.
11491
11492 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11495
11496         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11497
11498 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11499
11500         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11501
11502 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * mm-decode.el (mm-inlined-types): Add application/pgp.
11505         (mm-automatic-display): Ditto.
11506
11507         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11508         part as text.
11509
11510 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * nnrss.el: Update copyright.
11513         (nnrss-opml-import): Query whether to subscribe to each entry.
11514
11515         * gnus-art.el:
11516         * gnus-sum.el:
11517         * gnus-xmas.el:
11518         * messagexmas.el:
11519         * mm-uu.el:
11520         * mm-view.el: Update copyright.
11521
11522 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * message.el (message-info): New function.
11525         (message-mode-menu): Add it.
11526         Update copyright.
11527
11528         * ChangeLog: Fix and update copyright.
11529
11530 2006-01-13  Romain Francoise  <romain@orebokech.com>
11531
11532         * message.el (message-forward-subject-name-subject): Prefer the
11533         address to 'nowhere' if the sender has no name.
11534         Fix typo.  Update copyright year.
11535
11536 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * gnus-art.el (article-wash-html): Use
11539         gnus-summary-show-article-charset-alist if a numeric arg is given.
11540         (gnus-article-wash-html-with-w3m-standalone): New function.
11541
11542         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11543         mm-inline-text-html-render-with-w3m-standalone.
11544         (mm-text-html-washer-alist): Map w3m-standalone to
11545         gnus-article-wash-html-with-w3m-standalone.
11546         (mm-inline-text-html-render-with-w3m-standalone): New function.
11547
11548 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11551         Improve LaTeX.
11552
11553 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11556         (nnrss-request-article): Render text/plain parts as HTML.
11557
11558         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11559         the buffer.
11560
11561 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11564         custom definition of `gnus-posting-styles'.
11565
11566         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11567         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11568
11569 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11572         Use nntp for bug archive.
11573
11574 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11577         parts.
11578         (nnrss-normalize-date): New function converts ISO 8601 date into
11579         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11580         (nnrss-check-group): Use it.
11581
11582 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11585
11586         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11587         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11588         (nnrss-insert-w3): Ditto.
11589
11590 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11593         the articles to be forwarded including the case where neither a
11594         number of articles nor a region is specified.
11595
11596 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * nnrss.el (nnrss-request-article): Fix last change; fill
11599         text/plain parts.
11600
11601 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11604         in text/plain part.
11605         (nnrss-check-group): Don't add excessive newline to dc:subject.
11606
11607 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11608
11609         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11610         article.
11611
11612 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11615         (nnml-use-compressed-files, nnml-save-mail): Support other
11616         comression programs such as bzip2.
11617
11618 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11619
11620         * dns.el (query-dns): Make sure we check the buffer size before
11621         removing tcp headers.
11622
11623 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11626         remove MIME buttons associated with multipart/alternative parts.
11627         (gnus-mime-display-alternative): Tag buttons using `article-type'
11628         text property.
11629
11630         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11631         associated with multipart/alternative parts.
11632
11633         * gnus-art.el (gnus-signature-separator): Fix custom type.
11634
11635         * mm-decode.el (mm-inlined-types): Fix custom type.
11636         (mm-keep-viewer-alive-types): Ditto.
11637         (mm-automatic-display): Ditto.
11638         (mm-attachment-override-types): Ditto.
11639         (mm-inline-override-types): Ditto.
11640         (mm-automatic-external-display): Ditto.
11641
11642 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * spam-report.el (spam-report-user-mail-address)
11645         (spam-report-user-agent): New variables.
11646         (spam-report-url-ping-plain): Use spam-report-user-agent.
11647
11648 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11649
11650         * gnus-art.el (gnus-button-handle-custom): Do not just use
11651         `customize-apropos' for any "M-x customize-*" button but the
11652         function called for.  Accept both the function name and its
11653         argument in order to achieve this.
11654         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11655         function name to `gnus-button-handle-custom' in case of "M-x
11656         customize-*" buttons.
11657
11658 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11661         multipart/alternative and add xref to mm-discouraged-alternatives
11662         in doc string.
11663
11664         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11665         gnus-buttonized-mime-types in doc string.
11666
11667 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11668
11669         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11670         Suggest image/.* in the doc string.
11671
11672 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11675         message-marks (Debian bug #342521).
11676
11677 2005-12-12  Simon Josefsson  <jas@extundo.com>
11678
11679         * password.el (password-read-from-cache): Add.
11680         (password-read): Use it.
11681
11682 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11685         us-ascii as a MIME charset.
11686
11687         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11688         against the case where the 2nd arg TYPE is nil.
11689
11690 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * pop3.el (pop3-stream-type): Fix custom version.
11693
11694         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11695
11696 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11697
11698         * mm-decode.el (mm-display-external): Add missing cdr.
11699
11700 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11703         RFC1524) if it is in mailcap or add a suffix according to
11704         mailcap-mime-extensions when generating a temp filename; postpone
11705         deleting a temp file for 2 seconds for some wrappers, shell
11706         scripts, and so on, which might exit right after having started a
11707         viewer command as a background job.
11708
11709 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * nntp.el (nntp-marks-directory): Fix custom group.
11712
11713         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11714         steps when < 10.
11715
11716         * gnus-start.el (gnus-no-server-1): Mention
11717         `gnus-level-default-subscribed' in doc string.
11718
11719 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11720
11721         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11722         parens.
11723
11724 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * gnus-xmas.el (gnus-use-toolbar): Revert.
11727         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11728         gnus-use-toolbar is default.
11729
11730         * messagexmas.el (message-use-toolbar): Revert.
11731         (message-setup-toolbar): Use global default-toolbar if
11732         message-use-toolbar is default.
11733
11734 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11737         according to default-toolbar-visible-p.
11738
11739         * messagexmas.el (message-use-toolbar): Ditto.
11740
11741 2005-11-26  Dave Love  <fx@gnu.org>
11742
11743         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11744         (tls-program, tls-success): Provide openssl alternative.
11745
11746         * starttls.el: Doc fixes.
11747         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11748         SERVICE to PORT.
11749
11750         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11751         port null or service name.
11752         (starttls-negotiate): Autoload.
11753
11754 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * message.el (message-kill-to-signature): Fix interactive spec.
11757
11758 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * pop3.el (pop3-open-server): Recognize a string as a service name.
11761
11762 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11763
11764         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11765
11766 2005-11-23  Dave Love  <fx@gnu.org>
11767
11768         Add pop3s, pop3/starttls.
11769
11770         * pop3.el (pop3-authentication-scheme): Clarify doc.
11771         (open-tls-stream, starttls-open-stream): Autoload.
11772         (pop3-stream-type): New.
11773         (pop3-open-server): Use it.
11774
11775         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11776         for POP.
11777         (mail-source-keyword-map): Add :stream for POP.
11778         (mail-source-fetch-pop): Use pop3-stream-type.
11779
11780 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11783         of current-time-string.
11784
11785 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11786
11787         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11788         date header.
11789
11790 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11791
11792         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11793         it can seriously impact performance as it bypasses the agent's
11794         local caches.
11795
11796 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11797
11798         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11799         must be explicitly online rather than "not explicitly offline" for
11800         its flags to be synchronized.
11801
11802         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11803         that gnus-uu-unmark-thread will function correctly.
11804
11805         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11806         1024K is instead displayed as 1M.
11807
11808 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11809
11810         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11811
11812 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11813
11814         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11815
11816 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11817
11818         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11819         error message to display actual error condition.
11820         (gnus-agent-save-local): Avoid saving symbols that are bound to
11821         nil as they simply result in a warning message in
11822         gnus-agent-read-local.
11823
11824 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11827         rather than make-variable-buffer-local for file-precious-flag.
11828
11829 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11830
11831         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11832         for duplicates which are removed.  The invalid sort check then
11833         triggers a rescan after the sort as sorting may have moved
11834         duplicate entries such that they can be cheaply detected.
11835
11836 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11839
11840 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11841
11842         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11843         internal variable to a custom variable.  Changed default value
11844         from compressed(2) to uncompressed(1).
11845         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11846         support for uncompressed agentview files.  Taken together, reading
11847         the agentview file should now be 6-7 times faster.
11848
11849 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11850
11851         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11852         as a buffer-local variable.  This avoids creating truncated
11853         dribble files as a result of a hang up, eg.
11854
11855 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11856
11857         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11858         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11859         XEmacs.
11860
11861 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11862
11863         * gnus-start.el (gnus-start-draft-setup): Enforce
11864         `gnus-draft-mode' for nndraft:drafts at startup.
11865
11866         * gnus.el (gnus-splash): Change custom group.
11867         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11868         allow-list argument.
11869
11870         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11871         string.
11872
11873 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11874
11875         * gnus-art.el (gnus-default-article-saver): Add user-defined
11876         `function' to custom type.
11877
11878 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11879
11880         * imap.el (imap-open): Handle case where buffer is a buffer
11881         object.
11882
11883 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11886         long lines.
11887         (gnus-cache-delete-group): Wrap doc strings.
11888
11889         * gnus-agent.el (gnus-agent-rename-group)
11890         (gnus-agent-delete-group): Wrap doc strings.
11891
11892 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * messagexmas.el (message-use-toolbar): Change the valid values
11895         into default, top, bottom, left, and right.
11896         (message-toolbar-thickness): New variable.
11897         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11898         well.
11899         (message-setup-toolbar): Make it work.
11900
11901         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11902         (gnus-use-toolbar): Change the valid values into default, top,
11903         bottom, left, and right.
11904         (gnus-toolbar-thickness): New variable.
11905         (gnus-xmas-setup-toolbar): New function.
11906         (gnus-xmas-setup-group-toolbar): Use it.
11907         (gnus-xmas-setup-summary-toolbar): Use it.
11908
11909 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11910
11911         * gnus-start.el (gnus-1): Add "native" to
11912         gnus-predefined-server-alist.
11913
11914         * gnus.el (gnus-method-to-server): Don't add "native" to the
11915         lists here, because that leads to problems when
11916         gnus-select-method is bound.
11917
11918 2005-11-09  Simon Josefsson  <jas@extundo.com>
11919
11920         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11921         use (not sort-by-date) instead.
11922
11923 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11924
11925         * gnus-delay.el (gnus-delay-group): Don't autoload.
11926         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11927         to be re-loaded when customizing the `gnus-delay' group.
11928
11929 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11930
11931         * message.el: Revert last changes.
11932         (message-insert-citation-line): Use newlines.
11933
11934 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11935
11936         * message.el (message-courtesy-message)
11937         (message-mark-insert-begin, message-mark-insert-end)
11938         (message-elide-ellipsis, message-cancel-message)
11939         (message-add-header, message-change-subject)
11940         (message-cross-post-followup-to-header)
11941         (message-cross-post-insert-note, message-reduce-to-to-cc)
11942         (message-widen-reply, message-delete-not-region)
11943         (message-kill-to-signature, message-insert-signature)
11944         (message-insert-importance-high, message-insert-importance-low)
11945         (message-insert-or-toggle-importance)
11946         (message-insert-disposition-notification-to)
11947         (message-indent-citation, message-yank-original)
11948         (message-cite-original-without-signature, message-cite-original)
11949         (message-insert-citation-line, message-position-on-field)
11950         (message-fix-before-sending, message-send-mail-partially)
11951         (message-send-mail, message-send-mail-with-sendmail)
11952         (message-send-mail-with-qmail, message-send-news)
11953         (message-check-news-header-syntax, message-generate-headers)
11954         (message-insert-courtesy-copy, message-fill-address)
11955         (message-fill-header, message-shorten-references)
11956         (message-setup-1, message-cancel-news)
11957         (message-forward-make-body-plain, message-forward-make-body-mime)
11958         (message-forward-make-body-mml, message-encode-message-body)
11959         (message-forward-make-body-digest-plain)
11960         (message-forward-make-body-digest-mime)
11961         (message-use-alternative-email-as-from): Insert `hard-newline'
11962         instead of ordinary newlines.
11963
11964 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * message.el (message-generate-headers): Downcase the argument
11967         given to message-check-element.
11968
11969 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11970
11971         * nntp.el (nntp-authinfo-rejected): New error condition.
11972         (nntp-wait-for): Use new error condition to signal authentication
11973         error.
11974         (nntp-retrieve-data): Rethrow new error condition to break out of
11975         recursive call to nntp-send-authinfo.
11976
11977 2005-11-08  Romain Francoise  <romain@orebokech.com>
11978
11979         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11980         (gnus-summary-exit-map): Bind to `Z p'.
11981         (gnus-summary-make-menu-bar): Add menu item.
11982
11983 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11986         (gnus-treat-*): Add `first' in all doc strings.
11987
11988         * gnus-group.el (gnus-group-compact-group): Fix typo.
11989
11990 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * gnus.el (gnus-parameters-case-fold-search): New variable.
11993         (gnus-parameters-get-parameter): Use it.
11994
11995         * gnus-score.el (gnus-home-score-file): Doc fix.
11996
11997 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11998
11999         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12000
12001 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * mm-util.el (mm-special-display-p): New function.
12004
12005         * mml.el (mml-preview): Use it; doc fix.
12006
12007 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12008
12009         * imap.el (imap-open): Handle case where buffer is a buffer object.
12010
12011 2005-10-29  Romain Francoise  <romain@orebokech.com>
12012
12013         * message.el (message-fix-before-sending): Fix comment.
12014
12015 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12016
12017         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12018
12019 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12020
12021         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12022         Used in gnus-score.el.
12023
12024 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12027
12028 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12029
12030         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12031         whitespace removed in revision 7.8.  Use concatenated string to
12032         protect trailing whitespace.
12033
12034 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12035
12036         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12037         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12038         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12039         Courier IMAP ("some version from 2004").  Mostly based on similar
12040         code in the same function.
12041
12042 2005-10-26  Didier Verna  <didier@xemacs.org>
12043
12044         * gnus-group.el (gnus-group-compact-group): Invalidate original
12045         article buffer.
12046         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12047         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12048         NOV database and in article itself.
12049         Invalidate article backlog.
12050
12051 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12054
12055 2005-10-26  Simon Josefsson  <jas@extundo.com>
12056
12057         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12058         part of 2004-07-25 change.
12059
12060 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * message.el (message-display-completion-list): New function.
12063         (message-expand-group): Use it; make sure the Completions buffer
12064         is modifiable.
12065 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12066
12067         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12068         user-mail-name is an empty string.
12069
12070 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12073         depending on gnus-score-decay-constant.
12074
12075         * encrypt.el (encrypt-insert-file-contents)
12076         (encrypt-write-file-contents): Don't use `gnus-message'.
12077
12078         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12079         arguments.
12080         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12081         arguments to mm-uu-verbatim-marks-extract.
12082         (mm-uu-hide-markers): New variable.
12083         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12084
12085         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12086         (gnus-convert-image-to-face-command): Use "convert" by default to
12087         allow other input image formats.
12088         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12089         accordingly.
12090
12091 2005-10-23  Simon Josefsson  <jas@extundo.com>
12092
12093         * imap.el (imap-gssapi-program): Align command line parameters
12094         with latest GNU SASL.
12095         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12096
12097 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12098
12099         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12100         HTML.
12101         (nnslashdot-request-article): Ditto.
12102
12103         * lpath.el (featurep): Add nobreak-char-display.
12104
12105 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12106
12107         * mail-source.el (mail-source-fetch-pop): Require pop3.
12108         (mail-source-check-pop): Ditto.
12109
12110 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12113         errors.
12114
12115 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12118         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12119
12120         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12121
12122         * mm-bodies.el (mm-decode-string): Call
12123         `mm-charset-to-coding-system' with allow-override argument.
12124
12125 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12128         (rfc2047-charset-to-coding-system): New function.
12129         (rfc2047-decode-encoded-words): New function.
12130         (rfc2047-decode-region): Use them.
12131         (rfc2047-decode-cte): Remove.
12132         (rfc2047-parse-and-decode): Remove.
12133         (rfc2047-decode): Remove.
12134
12135 2005-10-15  Kenichi Handa  <handa@m17n.org>
12136
12137         * rfc2047.el (rfc2047-decode-cte): New function.
12138         (rfc2047-decode-region): Change the way to decode successive
12139         encoded-words: decode B- or Q-encoding in each encoded-word,
12140         concatenate them, and decode it as charset.
12141
12142 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * lpath.el: Fbind codepage-setup for XEmacs.
12145
12146 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12147
12148         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12149         widget-move-and-invoke.
12150         (gnus-custom-mode): Use gnus-custom-map.
12151
12152 2005-10-15  Bill Wohler  <wohler@newt.com>
12153
12154         * message.el (message-tool-bar-map): Renamed image file from
12155         mail_send to mail/send.
12156
12157 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12158
12159         * message.el (message-expand-group): Pass the common
12160         prefix substring of completion to `display-completion-list'.
12161
12162 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * mml-sec.el (mml-secure-method): New internal variable.
12165         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12166         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12167         functions using mml-secure-method.
12168
12169         * mml.el (mml-mode-map): Add key bindings for those functions.
12170         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12171         Harder <harder@myrealbox.com>.
12172         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12173         end of message if point is the headers of the message.
12174
12175         * message.el (message-in-body-p): New function.
12176
12177         * assistant.el: Autoload gnus-util and netrc.
12178
12179         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12180         Use `mm-charset-override-alist' only when decoding.
12181
12182         * mm-bodies.el (mm-decode-body): Call
12183         `mm-charset-to-coding-system' with allow-override argument.
12184
12185         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12186         `filename' from Content-Disposition if Content-Type doesn't
12187         provide `name'.
12188         (gnus-mime-view-part-as-type): Set default instead of
12189         initial-input.
12190
12191 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12192
12193         * format-spec.el (format-spec): Propagate text properties of % spec.
12194
12195 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12196
12197         * gnus-art.el (gnus-treat-predicate): Add `first'.
12198
12199 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12200
12201         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12202         (mm-charset-override-alist): New variable.
12203         (mm-charset-to-coding-system): Use it.
12204         (mm-codepage-setup): New helper function.
12205         (mm-charset-eval-alist): New variable.
12206         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12207         about unknown charsets.
12208
12209         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12210
12211 2005-10-04  David Hansen  <david.hansen@gmx.net>
12212
12213         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12214         (nnrss-check-group): Ditto.
12215
12216 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12219         Rename x-gnus-verbatim to x-verbatim.
12220         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12221
12222         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12223         x-verbatim.
12224
12225         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12226
12227         * gnus-util.el (gnus-remove-duplicates): Remove.
12228
12229         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12230         instead of gnus-remove-duplicates.
12231
12232         * message.el (message-remove-duplicates): Remove.
12233         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12234         message-remove-duplicates.
12235
12236         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12237         available, else use implementation from `delete-dups'.
12238
12239         * message.el (message-insert-expires): New function.
12240         (message-mode-map): Add key binding.
12241         (message-mode-field-menu): Add menu entry.
12242         (message-mode): Document it.
12243         (message-make-expires-date): Use `message-make-date'.
12244
12245 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12246
12247         * message.el (message-make-expires-date): New function.
12248
12249 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * Makefile.in (list-installed-shadows): New entry.
12252         (install): Use it.
12253         (remove-installed-shadows): New entry.
12254
12255         * dgnushack.el (dgnushack-default-load-path): New variable.
12256         (dgnushack-find-lisp-shadows): New function.
12257         (dgnushack-remove-lisp-shadows): New function.
12258
12259 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * Makefile.in (install-el-elc): New entry.
12262         (install): Use it so that .el files are necessarily installed.
12263
12264 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12267
12268 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12269
12270         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12271         function rather than the diff-mode.el package.
12272         (mm-display-external): Use with-current-buffer.
12273         (mm-viewer-completion-map, mm-viewer-completion-map):
12274         Move initialization inside declaration.
12275
12276 2005-09-29  Simon Josefsson  <jas@extundo.com>
12277
12278         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12279         autoload mail-check-payment.
12280         (spam-check-hashcash): Define unconditionally, since hashcash.el
12281         is part of Gnus now.  Ignore errors from payment checking.
12282
12283 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12284
12285         * message.el (message-bold-region, message-unbold-region): Rename
12286         from `bold-region' and `unbold-region'.
12287
12288         * message.el: Remove useless autoloads.
12289
12290 2005-09-28  Simon Josefsson  <jas@extundo.com>
12291
12292         * message.el (message-use-idna): Default to t.
12293         (message-use-idna): Test whether encoding works too.  Doc fix.
12294
12295 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * nntp.el (nntp-warn-about-losing-connection): Remove.
12298
12299 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12300
12301         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12302         customizable.  Change default value.
12303         (mm-uu-diff-groups-regexp): Change default value.
12304         (mm-uu-type-alist): Add doc string.
12305         (mm-uu-configure): Add doc string.  Make it interactive.
12306         (mm-uu-tex-groups-regexp): New variable.
12307         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12308         (mm-uu-type-alist): Add LaTeX documents.
12309         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12310         of "text/verbatim".
12311         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12312
12313         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12314         instead of "text/verbatim".
12315
12316         * message.el (message-mark-inserted-region)
12317         (message-mark-insert-file): Use slrn style marks when called with
12318         prefix argument.
12319
12320 2005-09-27  Simon Josefsson  <jas@extundo.com>
12321
12322         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12323
12324 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12325
12326         * message.el (message-remove-duplicates): New function.
12327         Implementation borrowed from `gnus-remove-duplicates'.
12328         (message-idna-to-ascii-rhs): Also encode idna addresses in
12329         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12330         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12331         only ask about the same idna domain once per header and also tell
12332         in what header to replace the idna domain.
12333
12334         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12335         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12336         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12337         a header is decoded and not just the last one.
12338
12339 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12342         has been decoded.
12343
12344         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12345         (mm-insert-part): Don't modify text if it has been decoded.
12346
12347         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12348         decoded.
12349
12350         * mm-view.el (mm-inline-text): Don't strip text props unless
12351         decoding enriched or richtext parts.
12352
12353 2005-09-25  Romain Francoise  <romain@orebokech.com>
12354
12355         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12356         * gnus-start.el (gnus-subscribe-interactively):
12357         * gnus-uu.el (gnus-uu-grab-articles):
12358         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12359         space.
12360
12361 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12362
12363         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12364         * mm-view.el (mm-view-pkcs7-decrypt):
12365         * gnus-sum.el (gnus-summary-limit-to-extra)
12366         (gnus-summary-respool-article, gnus-read-move-group-name):
12367         * gnus-score.el (gnus-summary-increase-score):
12368         * gnus-util.el (gnus-completing-read-with-default):
12369         * gnus-art.el (gnus-read-save-file-name)
12370         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12371         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12372         * message.el (message-check-news-header-syntax):
12373         Follow convention for reading with the minibuffer.
12374
12375 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12376
12377         * spam-report.el (spam-report-url-ping-plain):
12378         Use gnus-extended-version as User-Agent.
12379
12380         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12381         default value is nil.
12382
12383         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12384         (mm-uu-verbatim-marks-extract): New function.
12385         (mm-uu-extract): New face.
12386         (mm-uu-copy-to-buffer): Use it.
12387
12388         * spam-report.el (spam-report-gmane-ham): Renamed from
12389         `spam-report-gmane-unspam'.
12390         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12391         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12392
12393         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12394         Autoload.
12395         (spam-report-gmane-unregister-routine): Renamed
12396         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12397
12398 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12399
12400         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12401         (spam-report-gmane-unregister-routine): Add support for gmane
12402         unregistration.
12403
12404         * spam-report.el (spam-report-gmane-unspam)
12405         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12406         (spam-report-gmane): Change to take a single article and do unspam
12407         registration.
12408
12409 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12410
12411         * mm-url.el (mm-url-decode-entities): Fix regexp.
12412
12413 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12414
12415         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12416         default to nil, to be able to use Gnus at all.  If the default
12417         switches to something else, then the function should be fixed not
12418         be exceedingly slow.
12419
12420 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12421
12422         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12423         fail hard.
12424
12425         * spam-report.el: Add better Keywords line.
12426
12427         * spam.el: Add Maintainer and better Keywords line.
12428
12429 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * gnus-art.el (gnus-article-replace-part)
12432         (gnus-mime-replace-part): New functions.
12433         (gnus-mime-action-alist, gnus-mime-button-commands)
12434         (gnus-mime-save-part-and-strip): Added file argument.
12435         (gnus-article-part-wrapper): Added interactive argument.
12436
12437         * gnus-sum.el (gnus-summary-mime-map): Add
12438         `gnus-article-replace-part'.
12439
12440 2005-09-19  Didier Verna  <didier@xemacs.org>
12441
12442         The nnml compaction feature:
12443         * nnml.el (nnml-request-compact-group): New function.
12444         * nnml.el (nnml-request-compact): New function.
12445         * gnus-int.el (gnus-request-compact-group): New function.
12446         * gnus-int.el (gnus-request-compact): New function.
12447         * gnus-group.el (gnus-group-compact-group): New function.
12448         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12449         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12450         * gnus-srvr.el (gnus-server-compact-server): New function.
12451         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12452         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12453
12454 2005-09-18  Deepak Goel  <deego@gnufans.org>
12455
12456         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12457         format spec.
12458
12459 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12462
12463 2005-09-15  Romain Francoise  <romain@orebokech.com>
12464
12465         * message.el (message-fill-paragraph): Clarify docstring.
12466
12467 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-art.el (gnus-mime-display-part): Protect against broken
12470         MIME messages.
12471
12472 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12475         before parsing header.
12476
12477 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12478
12479         * html2text.el (html2text-replace-list): Add new entities.
12480
12481 2005-09-11  Romain Francoise  <romain@orebokech.com>
12482
12483         * message.el (message-alternative-emails): Improve docstring.
12484         (message-setup-1): Call `message-use-alternative-email-as-from'
12485         after `message-setup-hook' to give it precedence over posting
12486         styles, etc.
12487         (message-use-alternative-email-as-from): Add docstring.  Remove
12488         the original From header if present.
12489
12490         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12491         (nnml-save-mail): Use it.
12492
12493         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12494         articles.  Add new argument `silent'.
12495         (gnus-uu-mark-all): Report the total number of marked articles.
12496
12497 2005-09-10  Romain Francoise  <romain@orebokech.com>
12498
12499         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12500         (gnus-uu-mark-series): Likewise.
12501
12502 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * spam-report.el (spam-report-gmane): Fix generation of spam
12505         report URL.
12506
12507 2005-09-10  Simon Josefsson  <jas@extundo.com>
12508
12509         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12510         t, based on discussion on the ding list with Robert Epprecht
12511         <epprecht@solnet.ch>.
12512
12513 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12514
12515         * spam-report.el (spam-report-gmane): Make it work without
12516         X-Report-Spam header.  Gmane now only provides Archived-At.
12517         This is only used if `spam-report-gmane-use-article-number' is nil.
12518         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12519
12520         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12521         make `gnus-summary-sort-by-recipient' work with threading.
12522
12523         * nnweb.el (nnweb-google-wash-article): Print a message if article
12524         is not available.
12525
12526 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12527
12528         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12529         change.  Decode text/* parts content before displaying.
12530
12531 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12532
12533         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12534
12535 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12538
12539         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12540         url-package-name, url-package-version,
12541         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12542         w3m-display-inline-images, and w3m-minor-mode-map.
12543
12544 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12545
12546         * message.el (message-tab-body-function): Fix mismatched custom type.
12547
12548         * gnus.el (gnus-group-change-level-function): Ditto.
12549
12550         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12551
12552         * gnus-art.el (gnus-signature-limit)
12553         (gnus-article-mime-part-function): Ditto.
12554
12555 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * mml.el (mml-mode): Silence the byte compiler.
12558
12559         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12560         using `(sit-for 0)' before moving the point to the specified part;
12561         skip unbuttonized parts.
12562         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12563         return to the summary window if gnus-auto-select-part is non-nil.
12564
12565 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12568         variables.
12569         (mml-dnd-attach-file, mml-mode): Use them.
12570
12571         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12572         Make fetching article by MID work again for Google Groups.  Added
12573         FIXME concerning gnus-group-make-web-group.
12574
12575         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12576         Don't depend on Gnus by using mail-extract-address-components if
12577         gnus-extract-address-components is not bound.
12578
12579 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580
12581         * gnus-art.el (gnus-mime-display-security): Don't display the
12582         signature, but only the signed part.
12583
12584 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12587
12588         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12589         list, not listp.
12590
12591 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12592
12593         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12594         when encoding.
12595
12596         * mm-bodies.el (mm-decode-content-transfer-encoding):
12597         De-canonicalize CRLF for all text content types, not just
12598         text/plain.
12599
12600 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12603         valid article; point arrow and cursor at the MIME button.
12604
12605 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12608         Suggested by Dan Christensen <jdc@uwo.ca>.
12609
12610         * mm-decode.el (mm-save-part): Enable change of prompt.
12611
12612 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12613
12614         * gnus-msg.el (gnus-inews-add-send-actions): Made
12615         `message-post-method' lambda parameter ARG `&optional'.
12616
12617 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * gnus-sum.el (gnus-summary-mime-map): Added
12620         gnus-article-save-part-and-strip, gnus-article-delete-part and
12621         gnus-article-jump-to-part.
12622
12623         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12624         (gnus-article-edit-part): Use it.
12625         (gnus-article-part-wrapper): Added no-handle argument.
12626         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12627         functions.
12628
12629 2005-08-29  Romain Francoise  <romain@orebokech.com>
12630
12631         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12632         docstring.
12633         (gnus-face-from-file): Likewise.
12634
12635 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12636
12637         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12638         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12639         non-nil.
12640         (gnus-auto-select-part): New variable.
12641         (gnus-article-jump-to-part): New function.
12642         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12643         (gnus-mime-delete-part): Allow selecting specified part after
12644         deleting or stripping parts.
12645         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12646         part if argument is bogus.
12647
12648 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12649
12650         * gnus-art.el (w3m-minor-mode-map):
12651         * gnus-spec.el (gnus-newsrc-file-version):
12652         * gnus-util.el (nnmail-active-file-coding-system)
12653         (gnus-original-article-buffer, gnus-user-agent):
12654         * gnus.el (gnus-ham-process-destinations)
12655         (gnus-parameter-ham-marks-alist)
12656         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12657         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12658         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12659         * mm-decode.el (gnus-current-window-configuration):
12660         * mm-extern.el (gnus-article-mime-handles):
12661         * mm-url.el (url-current-object, url-package-name)
12662         (url-package-version):
12663         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12664         (smime-keys, w3m-cid-retrieve-function-alist)
12665         (w3m-current-buffer, w3m-display-inline-images)
12666         (w3m-minor-mode-map):
12667         * mml-smime.el (gnus-extract-address-components):
12668         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12669         (gnus-newsrc-hashtb, message-default-charset)
12670         (message-deletable-headers, message-options)
12671         (message-posting-charset, message-required-mail-headers)
12672         (message-required-news-headers):
12673         * mml1991.el (mc-pgp-always-sign):
12674         * mml2015.el (mc-pgp-always-sign):
12675         * nnheader.el (nnmail-extra-headers):
12676         * rfc1843.el (gnus-decode-encoded-word-function)
12677         (gnus-decode-header-function, gnus-newsgroup-name):
12678         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12679
12680 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12681
12682         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12683         the end of the date treatments.
12684
12685 2005-08-15  Simon Josefsson  <jas@extundo.com>
12686
12687         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12688         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12689         Capello and Romain Francoise.
12690         (pgg-fetch-key-function): Removed, not used?
12691         (pgg-insert-url-with-w3): Require url, to get
12692         url-insert-file-contents regardless of where it is defined.
12693
12694 2005-08-13  Romain Francoise  <romain@orebokech.com>
12695
12696         * message.el (message-cite-original-1): New function.
12697         (message-cite-original): Use it.
12698         (message-cite-original-without-signature): Ditto.
12699
12700 2005-08-08  Romain Francoise  <romain@orebokech.com>
12701
12702         * message.el (message-yank-empty-prefix): New variable.
12703         (message-indent-citation): Use it.
12704         (message-cite-original-without-signature): Respect X-No-Archive.
12705
12706 2005-08-08  Simon Josefsson  <jas@extundo.com>
12707
12708         * pgg.el: Autoload url-insert-file-contents instead of loading
12709         w3/url.
12710         (pgg-insert-url-with-w3): Don't load url here.
12711
12712 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12713
12714         * message.el (message-kill-to-signature): Don't insert newline at
12715         bol.
12716         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12717
12718 2005-08-06  Romain Francoise  <romain@orebokech.com>
12719
12720         * message.el (message-user-fqdn): Fix typo in docstring.
12721
12722 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12723
12724         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12725
12726         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12727
12728 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * mm-bodies.el (mm-encode-body): Use coding system rather than
12731         charset to encode text.
12732
12733         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12734         number of charsets if utf-8 is available (XEmacs).
12735
12736 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12737
12738         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12739         taken from `gnus-button-mid-or-mail-regexp'.
12740         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12741         (gnus-button-alist): Improve regexp for domain part of the MIDs
12742         for news:localpart@domain buttons.
12743         (gnus-button-ctan-directory-regexp): Update.
12744
12745 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * sieve-manage.el (sieve-manage-interactive-login): Use
12748         make-local-variable rather than make-variable-buffer-local.
12749         (sieve-manage-open): Ditto.
12750         (sieve-manage-authenticate): Ditto.
12751
12752         * mml.el (mml-generate-mime-1): Make the content type default to
12753         text/plain if the filename is not specified.
12754
12755 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12758         instead of insert-buffer.
12759
12760         * message.el (message-yank-original): Ditto; set the mark at the
12761         end of the yanked message.
12762
12763 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12766         lines to scroll rather than to stop it.
12767
12768         * mml.el (mml-generate-default-type): Add doc string.
12769         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12770         default to application/octet-stream when determining the content
12771         type if it is not specified for the part or the mml contents; add
12772         a comment about mml-generate-default-type.
12773
12774 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12777         make it default to application/octet-stream when determining the
12778         content type if it is not specified for the external contents.
12779
12780 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12783         segmented parameter but also other parameters might be there.
12784
12785 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * mm-decode.el (mm-display-external): Delete temp file, directory
12788         and buffer immediately if the external process is exited.
12789
12790 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12793         fewer lines than that of scroll-margin.
12794         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12795
12796 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * gnus-art.el (gnus-article-next-page): Revert.
12799         (gnus-article-beginning-of-window): New macro.
12800         (gnus-article-next-page-1): Use it.
12801         (gnus-article-prev-page): Ditto.
12802         (gnus-article-edit-part): Use insert-buffer-substring instead of
12803         insert-buffer.
12804         (gnus-article-edit-exit): Ditto.
12805
12806         * gnus-util.el (gnus-beginning-of-window): Remove.
12807         (gnus-end-of-window): Remove.
12808
12809         * lpath.el: Don't bind header-line-format and scroll-margin.
12810
12811 2005-07-25  Simon Josefsson  <jas@extundo.com>
12812
12813         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12814         to have the url package without w3.  Reported by Daiki Ueno
12815         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12816
12817 2005-07-20  Didier Verna  <didier@xemacs.org>
12818
12819         * gnus-diary.el: Remove the description comment (nndiary is now
12820         properly documented in the Gnus manual).
12821         Fix the spelling of "Back End".
12822         * nndiary.el: Ditto.
12823         Fix the copyright notice.
12824
12825 2005-07-18  Romain Francoise  <romain@orebokech.com>
12826
12827         * gnus-sum.el (gnus-summary-to-prefix)
12828         (gnus-summary-newsgroup-prefix): New variables.
12829         (gnus-summary-from-or-to-or-newsgroups): Use them.
12830
12831 2005-07-17  Romain Francoise  <romain@orebokech.com>
12832
12833         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12834         space as it's generally not especially interesting to the user.
12835
12836 2005-07-16  Romain Francoise  <romain@orebokech.com>
12837
12838         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12839         nil to avoid prompting and file modification if one of the
12840         messages at the top of the nnfolder file contains a copyright
12841         notice.
12842         Update copyright notice.
12843
12844         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12845         instead of `current-time-string' as the latter creates a time
12846         string that is not RFC 2822 compliant (it lacks the zone).
12847         Update copyright notice.
12848
12849 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12850
12851         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12852         for text/rtf.  Display default in prompt.  Pass default for M-n.
12853
12854         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12855
12856 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12857
12858         * gnus-msg.el (gnus-button-mailto): Remove
12859         save-selected-window-window hackery because it relies on
12860         save-selected-window internals.
12861
12862 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12865         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12866         (gnus-article-prev-page): Ditto.
12867
12868         * gnus-util.el (gnus-beginning-of-window): New function.
12869         (gnus-end-of-window): New function.
12870
12871         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12872
12873 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12874
12875         * gnus-score.el (gnus-score-edit-all-score): Set
12876         gnus-score-edit-exit-function to gnus-score-edit-done and call
12877         gnus-message.
12878
12879 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12880
12881         * gnus-msg.el (gnus-button-mailto): Remove
12882         save-selected-window-window hackery because it relies on
12883         save-selected-window internals.
12884
12885 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12888         add-minor-mode.
12889         (gnus-binary-mode): Ditto.
12890
12891         * gnus-topic.el (gnus-topic-mode): Ditto.
12892
12893 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12894
12895         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12896         (gnus-article-prev-page): Take scroll-margin into consideration.
12897
12898 2005-07-04  Lute Kamstra  <lute@gnu.org>
12899
12900         Update FSF's address in GPL notices.
12901
12902 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12903
12904         * gnus.el (gnus-exit):
12905         * gnus-group.el (gnus-group-icons):
12906         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12907
12908         * gnus-nocem.el (gnus-nocem):
12909         * message.el (message-various, message-buffers, message-sending)
12910         (message-interface, message-forwarding, message-insertion)
12911         (message-headers, message-news, message-mail):
12912         * pgg-gpg.el (pgg-gpg):
12913         * pgg-parse.el (pgg-parse):
12914         * pgg-pgp.el (pgg-pgp):
12915         * pgg-pgp5.el (pgg-pgp5):
12916         * pop3.el (pop3): Finish `defgroup' description with period.
12917
12918 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * gnus-art.el (article-display-face): Improve the efficiency.
12921         (article-display-x-face): Ditto; remove grey x-face stuff.
12922
12923 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * gnus-art.el (article-display-face): Correct the position in
12926         which Faces are inserted.
12927
12928 2005-06-29  Didier Verna  <didier@xemacs.org>
12929
12930         * gnus-art.el (article-display-face): Display faces in correct
12931         order.
12932
12933 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12936         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12937         (gnus-nocem-check-article): Fetch the Type header.
12938         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12939         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12940         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12941         make sure gnus-nocem-hashtb is initialized.
12942         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12943         (gnus-nocem-unwanted-article-p): Ditto.
12944
12945         * pgg.el (pgg-verify): Return the verification result.
12946
12947 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12948
12949         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12950         is ascii.
12951
12952 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12953
12954         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12955         `show-nonbreak-escape'.
12956
12957 2005-06-23  Lute Kamstra  <lute@gnu.org>
12958
12959         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12960
12961         * dig.el (dig-mode):
12962         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12963
12964 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12965
12966         * nnimap.el (nnimap-split-download-body): Fix spellings.
12967
12968 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12969
12970         * gnus-art.el (gnus-article-encrypt-body):
12971         * gnus-cus.el (gnus-score-customize):
12972         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12973         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12974
12975 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12976
12977         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12978         header by looking for magic "MII" at the beginnig.
12979
12980 2005-06-16  Miles Bader  <miles@gnu.org>
12981
12982         * gnus-xmas.el (gnus-xmas-group-startup-message):
12983         Use renamed gnus-splash face.
12984
12985         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12986         (assistant-field-face): New backward-compatibility alias for renamed
12987         face.
12988         (assistant-render-text): Use renamed assistant-field face.
12989
12990         * spam.el (spam): Remove "-face" suffix from face name.
12991         (spam-face): New backward-compatibility alias for renamed face.
12992         (spam-face, spam-initialize): Use renamed spam face.
12993
12994         * message.el (message-header-to, message-header-cc)
12995         (message-header-subject, message-header-newsgroups)
12996         (message-header-other, message-header-name)
12997         (message-header-xheader, message-separator, message-cited-text)
12998         (message-mml): Remove "-face" suffix from face names.
12999         (message-header-to-face, message-header-cc-face)
13000         (message-header-subject-face, message-header-newsgroups-face)
13001         (message-header-other-face, message-header-name-face)
13002         (message-header-xheader-face, message-separator-face)
13003         (message-cited-text-face, message-mml-face):
13004         New backward-compatibility aliases for renamed faces.
13005         (message-font-lock-keywords): Use renamed message faces.
13006
13007         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13008         (sieve-test-commands, sieve-tagged-arguments):
13009         Remove "-face" suffix from face names.
13010         (sieve-control-commands-face, sieve-action-commands-face)
13011         (sieve-test-commands-face, sieve-tagged-arguments-face):
13012         New backward-compatibility aliases for renamed faces.
13013         (sieve-control-commands-face, sieve-action-commands-face)
13014         (sieve-test-commands-face, sieve-tagged-arguments-face):
13015         Use renamed sieve faces.
13016
13017         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13018         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13019         (gnus-group-news-3-empty, gnus-group-news-4)
13020         (gnus-group-news-4-empty, gnus-group-news-5)
13021         (gnus-group-news-5-empty, gnus-group-news-6)
13022         (gnus-group-news-6-empty, gnus-group-news-low)
13023         (gnus-group-news-low-empty, gnus-group-mail-1)
13024         (gnus-group-mail-1-empty, gnus-group-mail-2)
13025         (gnus-group-mail-2-empty, gnus-group-mail-3)
13026         (gnus-group-mail-3-empty, gnus-group-mail-low)
13027         (gnus-group-mail-low-empty, gnus-summary-selected)
13028         (gnus-summary-cancelled, gnus-summary-high-ticked)
13029         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13030         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13031         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13032         (gnus-summary-low-undownloaded)
13033         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13034         (gnus-summary-low-unread, gnus-summary-normal-unread)
13035         (gnus-summary-high-read, gnus-summary-low-read)
13036         (gnus-summary-normal-read, gnus-splash):
13037         Remove "-face" suffix from face names.
13038         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13039         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13040         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13041         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13042         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13043         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13044         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13045         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13046         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13047         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13048         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13049         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13050         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13051         (gnus-summary-normal-ticked-face)
13052         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13053         (gnus-summary-normal-ancient-face)
13054         (gnus-summary-high-undownloaded-face)
13055         (gnus-summary-low-undownloaded-face)
13056         (gnus-summary-normal-undownloaded-face)
13057         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13058         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13059         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13060         (gnus-splash-face):
13061         New backward-compatibility aliases for renamed faces.
13062         (gnus-group-startup-message): Use renamed gnus faces.
13063
13064         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13065         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13066         (gnus-server-agent): Remove "-face" suffix from face names.
13067         (gnus-server-agent-face, gnus-server-opened-face)
13068         (gnus-server-closed-face, gnus-server-denied-face)
13069         (gnus-server-offline-face):
13070         New backward-compatibility aliases for renamed faces.
13071         (gnus-server-agent-face, gnus-server-opened-face)
13072         (gnus-server-closed-face, gnus-server-denied-face)
13073         (gnus-server-offline-face): Use renamed gnus faces.
13074
13075         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13076         Remove "-face" suffix from face names.
13077         (gnus-picon-xbm-face, gnus-picon-face):
13078         New backward-compatibility aliases for renamed faces.
13079
13080         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13081         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13082         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13083         (gnus-cite-11): Remove "-face" suffix from face names.
13084         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13085         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13086         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13087         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13088         New backward-compatibility aliases for renamed faces.
13089         (gnus-cite-attribution-face, gnus-cite-face-list)
13090         (gnus-article-boring-faces): Use renamed gnus faces.
13091
13092         * gnus-art.el (gnus-signature, gnus-header-from)
13093         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13094         (gnus-header-content): Remove "-face" suffix from face names.
13095         (gnus-signature-face, gnus-header-from-face)
13096         (gnus-header-subject-face, gnus-header-newsgroups-face)
13097         (gnus-header-name-face, gnus-header-content-face):
13098         New backward-compatibility aliases for renamed faces.
13099         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13100
13101         * gnus-sum.el (gnus-summary-selected-face)
13102         (gnus-summary-highlight): Use renamed gnus faces.
13103         * gnus-group.el (gnus-group-highlight): Likewise.
13104
13105 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13106
13107         * gnus-sieve.el (gnus-sieve-article-add-rule):
13108         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13109         * spam-stat.el (spam-stat-buffer-change-to-spam)
13110         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13111
13112         * message.el (message-is-yours-p):
13113         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13114
13115 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * mm-view.el (mm-inline-text): Withdraw the last change.
13118
13119 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13122         executing enriched-decode.
13123
13124 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13127         charset of tar files.
13128
13129 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13130
13131         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13132
13133 2005-06-04  Lute Kamstra  <lute@gnu.org>
13134
13135         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13136         information is never recorded.
13137
13138 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13139
13140         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13141
13142 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * pop3.el (pop3-apop): Run md5 in the binary mode.
13145
13146         * starttls.el (starttls-set-process-query-on-exit-flag):
13147         Use eval-and-compile.
13148
13149 2005-05-31  Simon Josefsson  <jas@extundo.com>
13150
13151         * smime.el (smime-replace-in-string): Define.
13152         (smime-cert-by-ldap-1): Use it.
13153
13154 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * gnus-art.el (article-display-x-face): Replace
13157         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13158
13159         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13160         set-process-query-on-exit-flag or process-kill-without-query.
13161
13162         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13163         loop instead of replace-regexp.
13164
13165         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13166         instead of process-kill-without-query if it is available.
13167
13168         * lpath.el: Fbind ldap-search-entries.
13169
13170         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13171         instead of find-file-hooks if it is available.
13172
13173         * mml1991.el: Bind pgg-default-user-id when compiling.
13174
13175         * mml2015.el: Bind pgg-default-user-id when compiling.
13176
13177         * nndraft.el (nndraft-request-associate-buffer):
13178         Use write-contents-functions instead of write-contents-hooks if it is
13179         available.
13180
13181         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13182         instead of find-file-hooks if it is available.
13183
13184         * nntp.el (nntp-open-connection): Replace
13185         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13186         (nntp-open-ssl-stream): Ditto.
13187         (nntp-open-tls-stream): Ditto.
13188
13189         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13190         set-process-query-on-exit-flag or process-kill-without-query.
13191         (starttls-open-stream-gnutls): Use it instead of
13192         process-kill-without-query.
13193         (starttls-open-stream): Ditto.
13194
13195 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13196
13197         * smime.el (smime-cert-by-ldap-1): Don't use
13198         replace-regexp-in-string.
13199
13200 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13201
13202         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13203
13204         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13205         in PEM format.  Adjust to the XEmacs compability.
13206
13207 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13208
13209         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13210         by `string-to-number'.
13211         * gnus-agent.el (gnus-agent-regenerate-group)
13212         (gnus-agent-fetch-articles): Ditto.
13213         * gnus-art.el (gnus-button-fetch-group): Ditto.
13214         * gnus-cache.el (gnus-cache-generate-active)
13215         (gnus-cache-articles-in-group): Ditto.
13216         * gnus-group.el (gnus-group-set-current-level)
13217         (gnus-group-insert-group-line): Ditto.
13218         * gnus-score.el (gnus-score-set-expunge-below)
13219         (gnus-score-set-mark-below, gnus-summary-score-effect)
13220         (gnus-summary-score-entry): Ditto.
13221         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13222         (gnus-soup-pack): Ditto.
13223         * gnus-spec.el (gnus-xmas-format): Ditto.
13224         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13225         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13226         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13227         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13228         * nndb.el (nndb-get-remote-expire-response): Ditto.
13229         * nndiary.el (nndiary-parse-schedule-value)
13230         (nndiary-string-to-number, nndiary-request-replace-article)
13231         (nndiary-request-article): Ditto.
13232         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13233         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13234         * nneething.el (nneething-make-head): Ditto.
13235         * nnfolder.el (nnfolder-request-article)
13236         (nnfolder-retrieve-headers): Ditto.
13237         * nnheader.el (nnheader-file-to-number): Ditto.
13238         * nnkiboze.el (nnkiboze-request-article): Ditto.
13239         * nnmail.el (nnmail-process-unix-mail-format)
13240         (nnmail-process-babyl-mail-format): Ditto.
13241         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13242         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13243         (nnmh-request-create-group, nnmh-request-list-1)
13244         (nnmh-request-group, nnmh-request-article): Ditto.
13245         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13246         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13247         * nnsoup.el (nnsoup-make-active): Ditto.
13248         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13249         * nntp.el (nntp-find-group-and-number)
13250         (nntp-retrieve-headers-with-xover): Ditto.
13251         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13252         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13253         (pgg-format-key-identifier): Ditto.
13254         * pop3.el (pop3-last, pop3-stat): Ditto.
13255         * qp.el (quoted-printable-decode-region): Ditto.
13256
13257         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13258         of concat.
13259
13260 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13263
13264         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13265
13266         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13267
13268         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13269
13270         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13271
13272         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13273
13274         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13275         (gnus-carpal-mode): Ditto.
13276
13277         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13278         (gnus-browse-mode): Ditto.
13279
13280         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13281
13282         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13283
13284 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13285
13286         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13287
13288 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * gnus-util.el (gnus-run-mode-hooks): New function.
13291
13292         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13293
13294         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13295         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13296
13297 2005-05-27  Lute Kamstra  <lute@gnu.org>
13298
13299         * dns-mode.el (dns-mode): Specify customization group.
13300
13301 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13302
13303         * gnus-agent.el (gnus-agent-make-mode-line-string):
13304         Use mode-line-highlight as mouse-face.
13305
13306 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * canlock.el (canlock): Change the parent group to news.
13309
13310         * deuglify.el (gnus-outlook-deuglify): Add :group.
13311
13312         * dig.el (dig): Add :group.
13313
13314         * dns-mode.el (dns-mode): Add :group.
13315
13316         * encrypt.el (encrypt): Add :group.
13317
13318         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13319         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13320         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13321         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13322         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13323
13324         * gnus-diary.el (gnus-diary): Add :group.
13325
13326         * gnus.el (gnus-group-news-1-face): Add :group.
13327         (gnus-group-news-1-empty-face): Ditto.
13328         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13329         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13330         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13331         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13332         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13333         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13334         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13335         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13336         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13337         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13338         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13339         (gnus-summary-high-ticked-face): Ditto.
13340         (gnus-summary-low-ticked-face): Ditto.
13341         (gnus-summary-normal-ticked-face): Ditto.
13342         (gnus-summary-high-ancient-face): Ditto.
13343         (gnus-summary-low-ancient-face): Ditto.
13344         (gnus-summary-normal-ancient-face): Ditto.
13345         (gnus-summary-high-undownloaded-face): Ditto.
13346         (gnus-summary-low-undownloaded-face): Ditto.
13347         (gnus-summary-normal-undownloaded-face): Ditto.
13348         (gnus-summary-high-unread-face): Ditto.
13349         (gnus-summary-low-unread-face): Ditto.
13350         (gnus-summary-normal-unread-face): Ditto.
13351         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13352         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13353
13354         * hashcash.el (hashcash): New custom group.
13355         (hashcash-default-payment): Add :group.
13356         (hashcash-payment-alist): Ditto.
13357         (hashcash-default-accept-payment): Ditto.
13358         (hashcash-accept-resources): Ditto.
13359         (hashcash-path): Ditto.
13360         (hashcash-extra-generate-parameters): Ditto.
13361         (hashcash-double-spend-database): Ditto.
13362         (hashcash-in-news): Ditto.
13363
13364         * message.el (message-minibuffer-local-map): Add :group.
13365
13366         * netrc.el (netrc): Add :group.
13367
13368         * sieve-manage.el (sieve-manage-log): Add :group.
13369         (sieve-manage-default-user): Diito.
13370         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13371         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13372         (sieve-manage-authenticators): Ditto.
13373         (sieve-manage-authenticator-alist): Ditto.
13374         (sieve-manage-default-port): Ditto.
13375
13376         * sieve-mode.el (sieve-control-commands-face): Add :group.
13377         (sieve-action-commands-face): Ditto.
13378         (sieve-test-commands-face): Ditto.
13379         (sieve-tagged-arguments-face): Ditto.
13380
13381         * smime.el (smime): Add :group.
13382
13383         * spam-report.el (spam-report): Add :group.
13384
13385         * spam.el (spam, spam-face): Add :group.
13386
13387 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13388
13389         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13390         return \n.\n.\n at the end of articles.  Protect against that.
13391         (nntp-with-open-group): Allow debugging.
13392
13393         * nnheader.el (mail-header-set-extra): Make into a function
13394         because I just could't understand how to quote the list properly.
13395
13396         * dns.el (query-dns-cached): New function.
13397
13398 2005-05-26  Lute Kamstra  <lute@gnu.org>
13399
13400         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13401
13402 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13405
13406         * gnus-art.el: Don't autoload mail-extract-address-components.
13407
13408         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13409         eval-and-compile to evaluate it.
13410
13411         * hashcash.el: Don't autoload executable-find.
13412
13413         * nndb.el: Don't declare the nndb back end two or more times; don't
13414         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13415
13416         * nntp.el: Autoload format-spec instead of format; use
13417         eval-and-compile to evaluate autoload forms.
13418
13419 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13420
13421         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13422
13423 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13424
13425         * gnus.el (gnus-version-number): Bump version.
13426
13427 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13428
13429         * gnus.el: No Gnus v0.3 is released.
13430
13431 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13432
13433         * lpath.el (featurep): Bind show-nonbreak-escape.
13434
13435 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * gnus-art.el (gnus-article-edit-part): Disable undo.
13438
13439 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13442         gnus-article-date-lapsed-new-header is t if date timer is active;
13443         skip headers in which the original date value is empty.
13444         (gnus-article-save-original-date): Redefine it as a macro.
13445         (gnus-display-mime): Use it.
13446
13447 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * gnus-art.el (article-date-ut): Support converting date in
13450         forwarded parts as well.
13451         (gnus-article-save-original-date): New function.
13452         (gnus-display-mime): Use it.
13453
13454 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13455
13456         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13457         enclosure element of <item>.
13458
13459 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13460
13461         * message.el (message-kill-buffer-query): Renamed from
13462         `message-kill-buffer-query-if-modified'.  Added :version.
13463
13464 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13467         window layout.
13468
13469 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * mml.el: Autoload dnd when compiling.
13472
13473 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13474
13475         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13476         x-dnd-*.
13477
13478 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * qp.el (quoted-printable-encode-region): Save excursion.
13481
13482 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13483
13484         * message.el (message-kill-buffer-query-if-modified): Add new variable
13485         so the user can kill a modified message buffer quickly.
13486         (message-kill-buffer): Use it.
13487
13488 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * lpath.el: Fbind display-time-event-handler; don't fbind
13491         string-to-multibyte.
13492
13493         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13494
13495 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13498         contained in text because xml.el decodes entities) with LFs.
13499
13500 2005-04-11  Lute Kamstra  <lute@gnu.org>
13501
13502         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13503         differently.
13504
13505 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13506
13507         * mm-util.el (mm-detect-coding-region): Typo.
13508
13509 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13512
13513 2005-04-06  Deepak Goel  <deego@gnufans.org>
13514
13515         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13516         user-function allow user modifications of the scores.
13517         (spam-stat-score-buffer-user): New function, to allow
13518         user-computed modifications to the score.
13519         (spam-stat-score-buffer-user-functions): List of additional
13520         scoring functions.
13521         (spam-stat-error-holder): Global temporary error holder.
13522         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13523         variable.
13524
13525 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13526
13527         * gnus-registry.el (gnus-registry-clean-empty-function)
13528         (gnus-registry-trim, gnus-registry-fetch-groups)
13529         (gnus-registry-delete-group): Groups that match
13530         `gnus-registry-ignored-groups' are removed from the registry
13531         entries, not just ignored for splitting.  This helps clean up the
13532         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13533         to get all the groups a message ID is in.
13534
13535         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13536         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13537         (spam-stat-score-buffer-user-functions): Add :number custom type.
13538
13539 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13540
13541         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13542         argument in XEmacs.
13543
13544         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13545         (nnrss-request-group): Decode group name first.
13546         (nnrss-request-article): Make a text/plain article if mml-to-mime
13547         failed.
13548         (nnrss-get-encoding): Return a compatible encoding according to
13549         nnrss-compatible-encoding-alist.
13550         (nnrss-find-el): Use consp instead of listp.
13551         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13552
13553 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13556         which Emacs 20 doesn't support.
13557         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13558
13559 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13560
13561         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13562         silence the byte compiler inside the defun.
13563
13564         * gnus-demon.el (parse-time-string): Add autoload.
13565
13566         * gnus-delay.el (parse-time-string): Add autoload.
13567
13568         * gnus-art.el (parse-time-string): Add autoload.
13569
13570         * nnultimate.el (parse-time): Require for `parse-time-string'.
13571
13572 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13575
13576         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13577
13578         * smime.el (smime-ldap-host-list): Add :version.
13579
13580 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13581
13582         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13583         pass it to `gnus-browse-read-group'.
13584         (gnus-browse-read-group): Add NUMBER argument and pass it to
13585         `gnus-group-read-ephemeral-group'.
13586
13587         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13588         argument and pass it to `gnus-group-read-group'.
13589
13590 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13591
13592         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13593         mm-xemacs-find-mime-charset-1 if we have the mule feature
13594         available at runtime.
13595
13596 2005-03-25  Werner Lemberg  <wl@gnu.org>
13597
13598         * nnmaildir.el: Replace `illegal' with `invalid'.
13599
13600 2005-03-23  Lute Kamstra  <lute@gnu.org>
13601
13602         * time-date.el: Add comment on time value formats.
13603         Don't require parse-time.
13604         (with-decoded-time-value): New macro.
13605         (encode-time-value): New function.
13606         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13607         (days-to-time): Return a valid time value when arg is huge.
13608         (time-since): Use time-subtract.
13609         (time-to-number-of-days): Use time-to-seconds.
13610
13611 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13612
13613         * gnus-start.el (gnus-display-time-event-handler):
13614         Check display-time-timer at runtime rather than only at load time
13615         in case display-time-mode is turned off in the mean time.
13616
13617 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13620         used.
13621
13622         * nneething.el (nneething-map-file-directory): Derive from
13623         `gnus-directory'.
13624
13625         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13626         the To/Cc button.
13627
13628 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * nnmaildir.el (nnmaildir-request-accept-article):
13631         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13632
13633 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13634
13635         * gnus-async.el: Require timer-funcs at compile time when in
13636         XEmacs for `run-with-idle-timer'.
13637
13638 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13639
13640         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13641         autoloaded function.
13642
13643 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13644
13645         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13646
13647 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13648
13649         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13650
13651 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13652
13653         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13654         gnus-expert-user to default.
13655
13656 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13657
13658         * nnimap.el (nnimap-open-server): Ditto.
13659
13660         * imap.el (imap-authenticate): Fix typo.
13661
13662 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13663
13664         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13665         buffer (since IMAP server might return FETCH response out of
13666         order, and the nntp buffer must be sorted).
13667
13668 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13669
13670         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13671         comparison on string.
13672
13673         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13674         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13675         (gnus-agent-summary-fetch-series): Modified to protect against
13676         gnus-agent-summary-fetch-group clearing processable flags.
13677         (gnus-agent-synchronize-group-flags): Update live group buffer as
13678         synchronization may occur due to the user toggle the plugged
13679         status.
13680         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13681         successfully downloaded.
13682         (gnus-agent-expire-group-1): Avoid using markers when the overview
13683         is in ascending order; greatly improves performance.
13684         (gnus-agent-regenerate-group): Use
13685         gnus-agent-synchronize-group-flags to reset read status in both
13686         gnus and server.
13687         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13688
13689 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * message.el: Don't autoload former message-utils variables.
13692         (message-strip-subject-trailing-was): Change doc string.
13693
13694         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13695         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13696         (nnweb-google-search): Add "hl=en" here.
13697         (nnweb-google-parse-1, nnweb-google-create-mapping):
13698         Don't hardcode URL.
13699
13700 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * message.el (message-get-reply-headers, message-followup):
13703         Mention related variables `message-use-followup-to' and
13704         `message-use-mail-followup-to', in the information buffer.
13705
13706         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13707         of broken groups(-beta).google.com.
13708
13709 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13710
13711         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13712         parameter to invoked gnus-request-move-article; remove the
13713         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13714         all at once instead of once per article.
13715         (gnus-summary-remove-process-mark): Accept a list of articles as
13716         well as a single article for processing.
13717
13718         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13719         parameter.
13720
13721         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13722
13723         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13724
13725         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13726         parameter.
13727
13728         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13729         parameter.
13730
13731         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13732         parameter and remove the gnus-sum-hint-move-is-internal variable.
13733
13734         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13735         parameter.
13736
13737         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13738         parameter.
13739
13740         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13741         parameter.
13742
13743         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13744
13745         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13746         parameter.
13747
13748         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13749         parameter.
13750
13751 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13752
13753         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13754         a more conservative way.
13755
13756 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13757
13758         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13759         buffer, so it moves the window's cursor.
13760
13761 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13762
13763         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13764         `mm-dissect-multipart' and receive the from field as an (optional)
13765         argument from `mm-dissect-multipart'.
13766         (mm-dissect-multipart): Receive the from field as an argument and
13767         pass it on when we call `mm-dissect-buffer' on MIME parts.
13768         Fixes verification/decryption of signed/encrypted MIME parts.
13769
13770 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13771
13772         * gnus-sum.el (gnus-summary-move-article): Set
13773         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13774         whatever it calls (right now, only nnimap-request-move article
13775         respects it).
13776
13777         * nnimap.el (nnimap-request-move-article): When
13778         gnus-sum-hint-move-is-internal is set, don't do the extra
13779         nnimap-request-article.
13780
13781 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13784
13785         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13786         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13787
13788         * gnus-sum.el (gnus-summary-caesar-message):
13789         Apply `gnus-treat-article' after rotation.
13790
13791         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13792         doc string.
13793
13794 2005-02-22  Simon Josefsson  <jas@extundo.com>
13795
13796         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13797         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13798         <arne@arnested.dk>.
13799         (encrypt): Add password-cache and password-cache-expiry as group
13800         members.
13801
13802 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13803
13804         * smime.el (smime-ldap-host-list): Doc fix.
13805         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13806         cache) password.
13807         (smime-sign-region): Use it.
13808         (smime-decrypt-region): Use it.
13809         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13810         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13811         fails.
13812         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13813         certificate from DER to PEM format rather than calling openssl.
13814
13815         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13816
13817         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13818         for signing/encryption.
13819
13820         * mml.el (mml-parse-1): Use them.
13821
13822 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13823
13824         * nnrss.el (nnrss-verbose): Removed.
13825         (nnrss-request-group): Use `nnheader-message' instead.
13826
13827 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13828
13829         * nnrss.el (nnrss-verbose): New variable.
13830         (nnrss-request-group): Make it say nnrss is requesting a group.
13831
13832 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13833
13834         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13835         Handle news URL with given port correctly.
13836
13837 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13840         containing special characters.
13841
13842         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13843
13844         * mml.el (mime-to-mml): Ditto.
13845
13846         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13847         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13848         (rfc2047-decode-region): Quote decoded words containing special
13849         characters when rfc2047-quote-decoded-words-containing-tspecials
13850         is non-nil.
13851
13852 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13853
13854         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13855
13856         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13857
13858 2005-02-15  Simon Josefsson  <jas@extundo.com>
13859
13860         * nnimap.el (nnimap-debug): Doc fix.
13861
13862         * imap.el (imap-debug): Doc fix.
13863
13864 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13867
13868 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13869
13870         * gnus.el (spam-contents): Improve docs for spam-contents
13871         parameter in its variable incarnation.
13872
13873 2005-02-14  Simon Josefsson  <jas@extundo.com>
13874
13875         * smime-ldap.el: Use require instead of load-library for ldap.
13876         (smime-ldap-search): Indent.
13877         (smime-ldap-search-internal): Shorten line.
13878
13879         * smime.el (smime-cert-by-dns): Add doc-string.
13880         (smime-cert-by-ldap-1): Indent.
13881
13882         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13883         mml-smime-get-dns-ldap.
13884         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13885
13886 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13887
13888         * smime.el: Require smime-ldap.
13889         (smime-ldap-host-list): New variable.
13890         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13891
13892         * mml-smime.el (mml-smime-encrypt-query): New function.
13893         (mml-smime-encrypt-query): Use it.
13894
13895         * smime-ldap.el: New file.
13896
13897 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13900
13901 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13902
13903         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13904         argument in doc string.  Make query for type more clear.
13905
13906 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * gnus.el (gnus-group-startup-message): Search for gnus images in
13909         etc/images/gnus.
13910         * mm-util.el (mm-image-load-path): Likewise.
13911         * smiley.el (smiley-data-directory): Search for smilies in
13912         etc/images/smilies.
13913
13914 2005-02-09  Kim F. Storm  <storm@cua.dk>
13915
13916         Change Emacs release version from 21.4 to 22.1 throughout.
13917         Change Emacs development version from 21.3.50 to 22.0.50.
13918
13919 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13922
13923         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13924         non-Mule XEmacs as well.
13925         (mm-decompress-buffer): Signal an error intentionally if it does
13926         not decompress compressed data because auto-compression-mode is
13927         disabled.
13928
13929 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13930
13931         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13932         an ID in the registry even if it has no groups.
13933
13934 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13937         merge it into mm-decompress-buffer.
13938         (gnus-mime-copy-part): Use the MIME part charset, the value which
13939         a user specified or gnus-newsgroup-charset for decoding, like
13940         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13941         save-buffer what was used.  Suggested by Kevin Ryde
13942         <user42@zip.com.au>.
13943         (gnus-mime-inline-part): Allow the name parameter as well as the
13944         filename parameter; force decompressing of compressed data; always
13945         display contents being not decoded as unibyte.
13946
13947         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13948         as well as the filename parameter.
13949
13950         * mm-util.el (mm-decompress-buffer): Merge
13951         gnus-mime-jka-compr-maybe-uncompress.
13952         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13953         of compressed data.
13954
13955 2005-02-08  Simon Josefsson  <jas@extundo.com>
13956
13957         * imap.el (imap-log): Doc fix.
13958
13959 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13962         the coding cookies; decompress compressed parts.
13963
13964         * mml.el (mml-generate-mime-1): Add the charset parameter according
13965         to the value which a user specified manually or the coding cookie.
13966
13967         * mm-util.el (mm-string-to-multibyte): New function.
13968         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13969         (mm-coding-system-to-mime-charset): New function.
13970         (mm-decompress-buffer): New function.
13971         (mm-find-buffer-file-coding-system): New function.
13972
13973         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13974         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13975         parts.
13976
13977 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13978
13979         * mm-view.el (mm-display-inline-fontify): Decode a part according
13980         to the charset parameter.
13981
13982 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13985         prefix arg is neither nil nor a number, as info specifies.
13986
13987 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13990         timestamps.
13991
13992 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13993
13994         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13995         groups error checking and notify user.
13996
13997 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13998
13999         * message.el (message-send-mail-function): Check existence of
14000         sendmail-program first before using default value
14001         `message-send-mail-with-sendmail'.  Otherwise use more generic
14002         `smtpmail-send-it'.
14003
14004 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * nntp.el (nntp-request-update-info): Always return nil.
14007
14008 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14009
14010         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14011
14012 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14013
14014         * message.el (message-beginning-of-line): Change the behavior when
14015         invoked between BOL and : so that it first moves backward.
14016
14017 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14020         article buffer when editing of the article is discarded.
14021         (gnus-article-prepare): Revert.
14022
14023 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * gnus-art.el (gnus-article-prepare):
14026         Remove message-strip-forbidden-properties from the local hook.
14027
14028 2005-01-27  Simon Josefsson  <jas@extundo.com>
14029
14030         * password.el (password-cache-add): Only start one timer per key.
14031         Reported by Derek Atkins <warlord@MIT.EDU>.
14032
14033 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14034
14035         * run-at-time.el: Removed.  It is no longer needed as
14036         timer-funcs.el in the xemacs-base package has a working version of
14037         `run-at-time'.
14038
14039         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14040
14041         * password.el: Require timer-funcs instead of run-at-time in
14042         XEmacs.
14043         Remove `password-run-at-time' macro.
14044         (password-cache-add): Use `run-at-time' instead of
14045         `password-run-at-time'.
14046
14047         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14048         Remove `nnheader-cancel-function-timers' alias,
14049         `cancel-function-timers' exists in XEmacs in timer-funcs.
14050
14051         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14052         for `run-with-idle-timer'.
14053
14054         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14055         for `run-at-time'.
14056
14057         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14058         for `with-timeout'.
14059
14060         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14061         the same as for XEmacs 21.4.
14062         No need to ignore `run-with-idle-timer', this function exists in
14063         XEmacs now in timer-funcs.el in the xemacs-base package.
14064         (dgnushack-compile): No need to delete
14065         run-at-time.el from the list of files to compile because it
14066         doesn't exist anymore.
14067
14068 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14071         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14072
14073 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14074
14075         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14076         sensitively.
14077
14078 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14079
14080         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14081
14082 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14085         which will be inserted according to the multibyteness of a buffer
14086         rather than the type of contents.  Suggested by ARISAWA Akihiro
14087         <ari@mbf.ocn.ne.jp>.
14088
14089         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14090         of string which old xml.el may return rather than a string.
14091
14092 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14095
14096 2005-01-16  Simon Josefsson  <jas@extundo.com>
14097
14098         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14099         idn/idna.el isn't available.
14100         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14101         <michael@waxrat.com>.
14102
14103         * hashcash.el: Remove non-FSF copyright header.
14104
14105         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14106         (hashcash-generate-payment): Use it.
14107         (hashcash-generate-payment-async): Use it.
14108
14109 2005-01-15  Simon Josefsson  <jas@extundo.com>
14110
14111         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14112         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14113
14114         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14115         gnus-summary-idna-message.
14116         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14117         (gnus-summary-idna-message): New function.
14118
14119 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14122         gnus-novice-user.
14123
14124 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14125
14126         * nnrss.el (nnrss-request-delete-group): Delete entries in
14127         nnrss-group-alist as well.
14128         (nnrss-save-server-data): Insert newline.
14129
14130 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14131
14132         * gnus.el (gnus-user-agent): Use list of symbols instead of
14133         symbols.  Display full version number for (S)XEmacs.  Optionally
14134         display (S)XEmacs codename.
14135
14136         * gnus-util.el (gnus-emacs-version): Update for new
14137         `gnus-user-agent'.
14138
14139         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14140         Gnus version.
14141
14142 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14145         which is unreadable in some setups.
14146
14147 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus-spec.el (gnus-update-format-specifications): Flush the
14150         group format spec cache if it doesn't support decoded group names.
14151
14152 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14153
14154         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14155         Allow to apply decay on score files matching a regexp.
14156
14157 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14160         compatibility in %g and %c.
14161
14162 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14165         name for only %g and %c.
14166         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14167         of gnus-tmp-group to decoded group name.
14168         (gnus-group-make-rss-group): Exclude `/'s from group names.
14169
14170 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * nnrss.el (nnrss-get-encoding): Fix regexp.
14173
14174 2004-12-27  Simon Josefsson  <jas@extundo.com>
14175
14176         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14177         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14178         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14179
14180 2004-12-17  Kim F. Storm  <storm@cua.dk>
14181
14182         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14183
14184         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14185
14186 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14187
14188         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14189
14190 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * nnrss.el: Require rfc2047 and mml.
14193         (nnrss-file-coding-system): New variable.
14194         (nnrss-format-string): Redefine it as an inline function.
14195         (nnrss-decode-group-name): New function.
14196         (nnrss-string-as-multibyte): Remove.
14197         (nnrss-retrieve-headers): Decode group name; don't use
14198         nnrss-format-string.
14199         (nnrss-request-group): Decode group name.
14200         (nnrss-request-article): Decode group name; allow a Message-ID as
14201         well as an article number; don't use nnrss-format-string; encode a
14202         Message-ID string which may contain non-ASCII characters; use
14203         mml-to-mime to compose a MIME article.
14204         (nnrss-request-expire-articles): Decode group name.
14205         (nnrss-request-delete-group): Decode group name.
14206         (nnrss-fetch): Clarify error message.
14207         (nnrss-read-server-data): Use insert-file-contents instead of load;
14208         bind file-name-coding-system; use multibyte buffer.
14209         (nnrss-save-server-data): Bind coding-system-for-write to the
14210         value of nnrss-file-coding-system; bind file-name-coding-system;
14211         add coding cookie.
14212         (nnrss-read-group-data): Use insert-file-contents instead of load;
14213         bind file-name-coding-system; use multibyte buffer.
14214         (nnrss-save-group-data): Bind coding-system-for-write to the
14215         value of nnrss-file-coding-system; bind file-name-coding-system.
14216         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14217         make it work with non-ASCII text.
14218         (nnrss-find-el): Make it work with old xml.el as well.
14219
14220 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14221
14222         * nnrss.el (nnrss-get-encoding): New function.
14223         (nnrss-fetch): Use unibyte buffer initially; bind
14224         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14225         decode contents according to the encoding attribute.
14226         (nnrss-save-group-data): Add coding cookie.
14227         (nnrss-mime-encode-string): New function.
14228         (nnrss-check-group): Use it to encode subject and author.
14229
14230 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14231
14232         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14233         imaginary variable.
14234
14235 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14238         correctly even if there are wide characters.
14239
14240 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14241
14242         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14243         downcased symbol names; make a new cache instead of reusing
14244         bbdb-hashtable.
14245
14246 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14249         concatenating segments rather than before concatenating them.
14250         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14251
14252         * message.el (message-get-reply-headers): Bind `extra'.
14253
14254 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14255
14256         * message.el (message-extra-wide-headers): New variable.
14257         (message-get-reply-headers): Use it.
14258
14259 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14262         (gnus-agent-group-pathname): Ditto.
14263
14264         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14265
14266         * gnus-group.el (gnus-group-make-group): Decode group name.
14267         (gnus-group-make-rss-group): Register the group data after opening
14268         the nnrss group.
14269
14270 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14271
14272         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14273         by expiry now get marked as read.
14274
14275 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14278
14279 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14280
14281         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14282         unify Latin characters in XEmacs.
14283         (mm-find-mime-charset-region): Use it.
14284
14285 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * gnus-util.el (gnus-delete-directory): New function.
14288
14289         * gnus-agent.el (gnus-agent-delete-group): Use it.
14290
14291         * gnus-cache.el (gnus-cache-delete-group): Use it.
14292
14293 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14296         names.
14297
14298 2004-12-16  Simon Josefsson  <jas@extundo.com>
14299
14300         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14301
14302 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14305
14306         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14307         (gnus-group-set-current-level): Decode group name.
14308
14309 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14310
14311         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14312         failed.
14313
14314 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-group.el (gnus-group-delete-group): Decode group name.
14317         (gnus-group-make-rss-group): Encode group name.
14318         (gnus-group-catchup-current): Decode group name.
14319         (gnus-group-kill-group): Decode group name.
14320
14321 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14322
14323         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14324
14325 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * gnus-group.el (gnus-group-make-rss-group):
14328         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14329
14330         * gnus-start.el (gnus-setup-news): Honor user's setting to
14331         gnus-message-archive-method.  Suggested by Lute Kamstra
14332         <lute@gnu.org>.
14333
14334 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14335
14336         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14337         global counterparts of the buffer-local variables.
14338
14339 2004-11-16  Romain Francoise  <romain@orebokech.com>
14340
14341         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14342         counterparts of the buffer-local variables.
14343
14344 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14345
14346         * message.el (message-forbidden-properties): Fixed typo in doc
14347         string.
14348
14349 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * gnus-util.el (gnus-replace-in-string): Added doc string.
14352
14353         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14354         to avoid problems when splitting mails with many recipients.
14355
14356 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14357
14358         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14359         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14360
14361 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14362
14363         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14364         if there is no hashtable in memory or file modification time is
14365         newer than cached timestamp.
14366
14367 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14368
14369         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14370         not-matching option.
14371
14372 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14373
14374         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14375         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14376         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14377         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14378         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14379         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14380
14381 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * message.el (message-forward-make-body-mml): Remove headers
14384         according to message-forward-ignored-headers if a message is decoded.
14385
14386 2004-12-02  Romain Francoise  <romain@orebokech.com>
14387
14388         * message.el (message-forward-make-body-plain): Always remove
14389         headers according to message-forward-ignored-headers.
14390
14391 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14392
14393         * spam.el (spam-summary-prepare-exit): Remove the
14394         gnus-summary-limit pop for now, it has problems with ham marks for
14395         me.
14396
14397 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14398
14399         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14400         correctly.
14401
14402 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14403
14404         * format-spec.el (format-spec): Message the char.
14405
14406 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14407
14408         * gnus-art.el (gnus-split-methods): Reformat comments.
14409
14410         * spam.el (spam-summary-prepare-exit): Remove article limits
14411         before exiting the summary buffer.
14412
14413 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14416         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14417
14418         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14419         order to silence the byte compiler.
14420
14421         * spam.el: Fix the way to silence the byte compiler, which
14422         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14423         bbdb-search-simple, spam-BBDB-register-routine,
14424         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14425         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14426         spam-stat-buffer-is-spam, spam-stat-load,
14427         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14428         spam-stat-save and spam-stat-split-fancy.
14429
14430 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14433         which may confuse users.
14434         (canlock-password-for-verify): Ditto.
14435
14436         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14437
14438         * gnus-art.el (gnus-emphasis-alist): Ditto.
14439
14440         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14441
14442         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14443
14444         * gnus-start.el (gnus-save-killed-list): Ditto.
14445
14446         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14447         (gnus-sum-thread-tree-root): Ditto.
14448         (gnus-sum-thread-tree-false-root): Ditto.
14449         (gnus-sum-thread-tree-single-indent): Ditto.
14450
14451         * message.el (message-courtesy-message): Ditto.
14452         (message-archive-note): Ditto.
14453         (message-subscribed-address-file): Ditto.
14454         (message-user-fqdn): Ditto.
14455
14456         * spam-report.el (spam-report-gmane-regex): Ditto.
14457
14458         * spam.el (spam-blackhole-good-server-regex): Ditto.
14459
14460 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * mml.el (mml-preview): Widen the message buffer before copying
14463         the contents to the preview buffer; sort headers before previewing.
14464
14465         * message.el (message-hidden-headers): Fix the way to avoid a bug
14466         in the `repeat' widget in Emacs 21.3 or earlier.
14467
14468 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * message.el (message-hidden-headers): Default to "^References:".
14471         Improve customization type.  Suggested by Reiner Steib
14472         <Reiner.Steib@gmx.de>.
14473
14474 2004-11-25  Romain Francoise  <romain@orebokech.com>
14475
14476         * message.el (message-strip-forbidden-properties): Remove check for
14477         obsolete `message-hidden' text property, hidden headers are not
14478         accessible in the buffer anymore.
14479
14480 2004-11-22  Romain Francoise  <romain@orebokech.com>
14481
14482         * message.el (message-header-format-alist): Add `From' in list
14483         so that it can be sorted.
14484         (message-fix-before-sending): Widen and sort headers before
14485         sending.
14486         (message-hide-headers): Use narrowing to hide headers by moving
14487         them to the top of the buffer and narrowing to the region
14488         underneath.
14489
14490 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14491
14492         * message.el (message-strip-forbidden-properties): Bind
14493         buffer-read-only (etc) to nil.
14494
14495 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14498         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14499
14500 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14501
14502         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14503
14504 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14505
14506         * dns.el (query-dns): Use sit-for to time instead of
14507         accept-process-output, since that doesn't seem to work on udp
14508         sockets.
14509
14510 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14511
14512         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14513
14514 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14515
14516         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14517         doc string.  Improve doc string.
14518
14519 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * nntp.el (nntp-request-update-info): Return nil if
14522         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14523         may not call gnus-activate-group which uselessly issues the GROUP
14524         commands for all nntp groups and wastes time.  Reported by Romain
14525         Francoise <romain@orebokech.com>.
14526
14527         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14528
14529 2004-11-15  Simon Josefsson  <jas@extundo.com>
14530
14531         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14532         headers separately.
14533         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14534         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14535
14536 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14537
14538         * gnus-start.el (gnus-convert-old-newsrc):
14539         Assign legacy-gnus-agent to 5.10.7.
14540
14541 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14542
14543         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14544         start of the lines.
14545
14546 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14547
14548         * hashcash.el (hashcash-default-payment): Change default to 20.
14549         (hashcash-default-accept-payment): Change default to 20.
14550         (hashcash-process-alist): New variable.
14551         (hashcash-generate-payment-async): Add.
14552         (hashcash-already-paid-p): Add.
14553         (hashcash-insert-payment): Don't generate payments twice.
14554         (hashcash-insert-payment-async): Add.
14555         (hashcash-insert-payment-async-2): Add.
14556         (hashcash-cancel-async): Add.
14557         (hashcash-wait-async): Add.
14558         (hashcash-processes-running-p): Add.
14559         (hashcash-wait-or-cancel): Add.
14560         (mail-add-payment): New optional argument.  Conditionally start
14561         asynchronous calculation.
14562         (mail-add-payment-async): Add.
14563
14564         * message.el (message-send-mail): Wait for asynchronous hashcash
14565         results.  Don't clobber existing X-Hashcash headers.
14566         (message-setup-1): Call mail-add-payment-async when
14567         message-generate-hashcash is non-nil.
14568
14569 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14570
14571         * message.el (message-use-alternative-email-as-from): Examine the
14572         From header as well; use message-make-from in order to include a
14573         user's full name.
14574
14575 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14578         default; improve customization type.
14579         (gnus-emphasis-custom-with-format): New macro.
14580         (gnus-emphasis-custom-value-to-external): New function.
14581         (gnus-emphasis-custom-value-to-internal): New function.
14582
14583 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14584
14585         * dns.el (query-dns): Resolve reverse addresses.
14586
14587 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14588
14589         * gnus-group.el (gnus-group-get-new-news): Use it.
14590
14591         * gnus-start.el (gnus-check-reasonable-setup): New function.
14592
14593 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14596         "Args out of range" error.  Reported by Arnaud Giersch
14597         <arnaud.giersch@free.fr>.
14598
14599 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14600
14601         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14602
14603 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14604
14605         * spam.el (spam group): Add :version.
14606
14607         * pgg-def.el (pgg group): Add :version.
14608
14609 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * gnus-art.el (gnus-article-edit-article): Don't associate the
14612         article buffer with a draft file.  This is a temporary measure
14613         against the 2004-08-22 change to gnus-article-edit-mode.
14614
14615 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14618         (html2text-format-tags): Remove unused variable `attr'.
14619
14620 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14623
14624         * tls.el (tls-process-connection-type, tls-success)
14625         (tls-certtool-program): Add :version.
14626
14627         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14628         (starttls-extra-arguments, starttls-process-connection-type)
14629         (starttls-connect, starttls-failure, starttls-success): Add :version.
14630
14631         * spam-stat.el (spam-stat): Add :version.
14632
14633         * sieve.el (sieve): Add :version.
14634
14635         * sha1.el (sha1): Add :version.
14636         (sha1-use-external): Remove redundant version.
14637
14638         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14639         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14640         (nnmail-split-fancy-match-partial-words)
14641         (nnmail-split-lowercase-expanded): Add :version.
14642
14643         * nndiary.el (nndiary): Add :version.
14644
14645         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14646
14647         * mml-sec.el (mml-default-sign-method)
14648         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14649         Add :version.
14650
14651         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14652
14653         * mm-url.el (mm-url-use-external, mm-url-program)
14654         (mm-url-arguments): Add :version.
14655
14656         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14657         (mm-attachment-file-modes, mm-decrypt-option)
14658         (mm-w3m-safe-url-regexp): Add :version.
14659
14660         * message.el (message-cite-prefix-regexp)
14661         (message-sendmail-envelope-from, message-minibuffer-local-map)
14662         (message-user-fqdn, message-completion-alist): Add :version.
14663
14664         * gnus-win.el (gnus-configure-windows-hook)
14665         (gnus-use-frames-on-any-display): Add :version.
14666
14667         * gnus-art.el (gnus-article-address-banner-alist)
14668         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14669         (gnus-treat-from-picon, gnus-treat-mail-picon)
14670         (gnus-treat-x-pgp-sig): Add :version.
14671
14672         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14673         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14674         (gnus-summary-article-delete-hook)
14675         (gnus-summary-display-while-building): Add :version.
14676
14677         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14678         (gnus-get-top-new-news-hook): Add :version.
14679
14680         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14681         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14682
14683         * gnus-registry.el (gnus-registry): Add :version.
14684
14685         * gnus-spec.el (gnus-use-correct-string-widths)
14686         (gnus-make-format-preserve-properties): Add :version.
14687
14688         * gnus.el (gnus-group-charter-alist)
14689         (gnus-group-fetch-control-use-browse-url)
14690         (gnus-install-group-spam-parameters): Add :version.
14691
14692         * gnus-diary.el (gnus-diary): Add :version.
14693
14694         * gnus-delay.el (gnus-delay): Add :version.
14695
14696         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14697         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14698         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14699         Add :version.
14700
14701         * gnus-agent.el (gnus-agent-max-fetch-size)
14702         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14703         (gnus-agent-prompt-send-queue): Add :version.
14704
14705         * deuglify.el (gnus-outlook-deuglify): Add :version.
14706
14707         * html2text.el: Beautify code.  Improve doc strings.  Some
14708         checkdoc cleanup.
14709         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14710
14711 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14712
14713         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14714
14715 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14716
14717         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14718         when package is loaded.
14719
14720         * spam.el (spam-summary-score-preferred-header): Add global preference
14721         for people who want to override the default SpamAssassin over
14722         Bogofilter preference (when both are set).
14723         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14724         (spam-user-format-function-S): Check
14725         spam-summary-score-preferred-header.
14726         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14727         (spam-user-format-function-S): Format the score correctly.
14728
14729 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14732         signature file.  Suggested by Manoj Srivastava
14733         <srivasta@golden-gryphon.com>.
14734
14735         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14736         iso-2022-jp even in the Japanese language environment.
14737         Suggested by Jason Rumney <jasonr@gnu.org>.
14738
14739 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14742         use the same characters as the dummy marks; make it free from
14743         getting affected by the language environment.
14744         (gnus-summary-read-group-1): Update mark positions only when the
14745         format spec is updated.
14746
14747         * gnus-spec.el (gnus-update-format-specifications): Return a list
14748         of updated types.
14749
14750 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14753         of boundp to check if display-warning is available.
14754
14755 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14756
14757         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14758
14759 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * nnspool.el (nnspool-spool-directory): Use news-path if the
14762         news-directory variable is not bound.
14763
14764         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14765         function instead of display-warning if it is not available.
14766
14767 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14768
14769         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14770         v5-10: Use `point-at-bol'.
14771
14772 2004-10-26  Simon Josefsson  <jas@extundo.com>
14773
14774         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14775         <chenggao@gmail.com>.
14776
14777 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14778
14779         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14780         instead.
14781
14782 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14783
14784         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14785         to remove a server from the nnimap-server-buffer-alist.
14786         (nnimap-open-connection, nnimap-close-server): Use it.
14787
14788         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14789
14790 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14793         running the major-mode function.
14794
14795 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14798         dummy marks in the right way.
14799
14800 2004-10-18  David Edmondson  <dme@dme.org>
14801
14802         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14803         excessively.
14804
14805 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14806
14807         * gnus-util.el (gnus-split-references): Accept a nil references
14808         string and go on blissfully.
14809
14810         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14811         cases where the references string is non-nil but has no references.
14812
14813         * encrypt.el: Add autoload tags.
14814
14815         * spam.el (spam-resolve-registrations-routine): Remove article
14816         from unregistration list too.  Reported by David Hanak
14817         <dhanak@isis.vanderbilt.edu>
14818
14819 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14820
14821         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14822         nil.  Changed custom type.
14823
14824 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14825
14826         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14827
14828         * gnus-sum.el (gnus-summary-move-article): Use it.
14829
14830 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14831
14832         * encrypt.el: Add autoload cookies.
14833
14834         * spam.el (spam-backend-article-list-property)
14835         (spam-backend-get-article-todo-list)
14836         (spam-backend-put-article-todo-list)
14837         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14838         Resolve registrations separately.
14839         (spam-register-routine): Format comments.
14840         (spam-unregister-routine, spam-register-routine): Always call with
14841         specific-articles, no default list.
14842         (spam-summary-prepare-exit): Use the spam-classifications function.
14843
14844         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14845         gnus-encrypt.el.
14846
14847         * encrypt.el: Copied from gnus-encrypt.el.
14848
14849         * gnus-encrypt.el: Commented that it's obsolete.
14850
14851 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14852
14853         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14854         (gnus-score-save): Use it.
14855
14856         * message.el (message-bury): Use `window-dedicated-p'.
14857
14858 2004-10-15  Simon Josefsson  <jas@extundo.com>
14859
14860         * pop3.el (top-level): Don't require nnheader.
14861         (pop3-read-timeout): Add.
14862         (pop3-accept-process-output): Add.
14863         (pop3-read-response, pop3-retr): Use it.
14864
14865 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14866
14867         * spam.el (spam-register-routine): Move comment.
14868         (spam-verify-bogofilter): Use 'unknown for the initial
14869         spam-bogofilter-valid state, not 'never.
14870
14871         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14872         for netrc-machine.
14873
14874         * nnimap.el (nnimap-open-connection): Use
14875         netrc-machine-user-or-password.
14876
14877 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14878
14879         * gnus-registry.el (gnus-registry-unload-hook):
14880         Set as a variable with add-hook.
14881
14882         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14883         of news-path.
14884
14885         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14886
14887         * spam.el: Delete duplicate `provide'.
14888         (spam-unload-hook): Set as a variable with add-hook.
14889
14890 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14893         in the doc string.
14894
14895         * message.el (message-ignored-news-headers)
14896         (message-ignored-supersedes-headers)
14897         (message-ignored-resent-headers)
14898         (message-forward-ignored-headers): Improve custom type.
14899
14900 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * message.el (message-tokenize-header): Fix 2004-09-06 change
14903         which used point-min in the wrong place.
14904
14905 2004-10-12  Simon Josefsson  <jas@extundo.com>
14906
14907         * tls.el (tls-certtool-program): New variable.
14908         (tls-certificate-information): New function, based on
14909         ssl-certificate-information.
14910
14911 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * compface.el: Move the version of ELisp-based uncompface program
14914         to the contrib directory because of the copyright problem.
14915
14916 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14917
14918         * message.el (message-kill-buffer): Raise the current frame.
14919
14920 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14921
14922         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14923
14924         * gnus.el (message-y-or-n-p): Autoload.
14925
14926         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14927         (pop3-password-required, pop3-authentication-scheme)
14928         (pop3-leave-mail-on-server): Made customizable.
14929         (pop3): New custom group.
14930         (pop3-retr): Remove `sleep-for' statements.
14931         Suggested by Dave Love <fx@gnu.org>.
14932
14933         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14934         Windows/DOS.
14935
14936         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14937         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14938         Dave Love <fx@gnu.org>.
14939
14940         * mml.el (mml-minibuffer-read-disposition): Require match.
14941         Suggested by Dave Love <fx@gnu.org>.
14942
14943 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14946         doc string.
14947
14948 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14951
14952 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14953
14954         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14955         instead of calling `mm-insert-inline', to decode text/* parts
14956         before displaying them.
14957
14958 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * mm-uu.el (mm-uu-text-plain-type): New variable.
14961         (mm-uu-pgp-signed-extract-1): Use it.
14962         (mm-uu-pgp-encrypted-extract-1): Use it.
14963         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14964         bind mm-uu-text-plain-type with that value.
14965         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14966         mm-uu-dissect.
14967
14968 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * gnus-group.el (gnus-update-group-mark-positions):
14971         * gnus-sum.el (gnus-update-summary-mark-positions):
14972         * message.el (message-check-news-body-syntax):
14973         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14974         of string-as-multibyte.
14975
14976 2004-10-05  Juri Linkov  <juri@jurta.org>
14977
14978         * gnus-group.el (gnus-update-group-mark-positions):
14979         * gnus-sum.el (gnus-update-summary-mark-positions):
14980         * message.el (message-check-news-body-syntax):
14981         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14982         8-bit unibyte values to a multibyte string for search functions.
14983
14984 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14987         (mm-uu-dissect-text-parts): New function.
14988
14989         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14990         dissect text parts.
14991
14992         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14993         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14994
14995         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14996
14997         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14998         gnus-current-topics instead of gnus-current-topic.
14999
15000 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15001
15002         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15003
15004 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15005
15006         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15007         where approriate.
15008
15009         * nnml.el (nnml-generate-active-info): do.
15010
15011         * nndiary.el (nndiary-generate-active-info): do.
15012
15013         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15014         (gnus-topic-move): do.
15015
15016         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15017         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15018
15019         * gnus-srvr.el (gnus-server-prepare)
15020         (gnus-server-open-all-servers): do.
15021
15022         * gnus-msg.el (gnus-summary-cancel-article)
15023         (gnus-summary-resend-message)
15024         (gnus-summary-mail-crosspost-complaint): do.
15025
15026         * gnus-move.el (gnus-change-server): do.
15027
15028         * gnus-group.el (gnus-group-unmark-all-groups)
15029         (gnus-group-set-current-level): do.
15030
15031 2004-10-04  Simon Josefsson  <jas@extundo.com>
15032
15033         * message.el (message-generate-hashcash): Doc fix.
15034
15035 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15036
15037         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15038         avoid infinite recursion via gnus-get-function.
15039
15040 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15041
15042         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15043
15044         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15045
15046         * nnmail.el (nnmail-split-history): do.
15047
15048         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15049         (nnml-request-delete-group): do.
15050
15051         * nnslashdot.el (nnslashdot-read-groups): do.
15052
15053         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15054         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15055
15056         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15057         (nnspool-sift-nov-with-sed): Use last.
15058         (nnspool-retrieve-headers-with-nov): Use mapc.
15059         (nnspool-request-newgroups): Use dolist.
15060         (nnspool-request-group): Use last.
15061
15062         * nntp.el (nntp-read-server-type): Use dolist.
15063
15064         * nnvirtual.el (nnvirtual-create-mapping)
15065         (nnvirtual-update-read-and-marked): Use dolist.
15066         (nnvirtual-convert-headers): Simplify.
15067
15068 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15069
15070         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15071         support for sync'ing tick marks.
15072
15073 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15076         there's no visible header.
15077
15078 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15079
15080         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15081         necessary, pass full group name to gnus-request-set-marks.
15082
15083 2004-10-01  Simon Josefsson  <jas@extundo.com>
15084
15085         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15086         acroread.
15087
15088 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15089
15090         * spam-report.el (spam-report-gmane): Fix interactive.
15091
15092         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15093
15094         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15095         when writing file.
15096         (gnus-agent-synchronize-flags): Don't default to being
15097         interactive.
15098
15099 2004-09-30  Simon Josefsson  <jas@extundo.com>
15100
15101         * message.el (message-generate-hashcash): Add.
15102         (message-send-mail): Use it, call mail-add-payment.
15103
15104 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15105
15106         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15107
15108 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15109
15110         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15111         gnus-requst-update-info with explicit code to sync the in-memory
15112         info read flags with the marks being sync'd to the backend.
15113
15114         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15115
15116 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15117
15118         * spam.el (spam-verify-bogofilter): Add new function.
15119         (spam-check-bogofilter)
15120         (spam-bogofilter-register-with-bogofilter): Use it.
15121         (spam-verify-bogofilter): Add small fixes.
15122
15123 2004-09-28  Simon Josefsson  <jas@extundo.com>
15124
15125         * hashcash.el (hashcash-generate-payment): Revert.
15126
15127 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15128
15129         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15130         gnus-extract-references instead of gnus-split-references.
15131
15132         * gnus-util.el (gnus-extract-references): Add new function, analogous
15133         to gnus-split-references but extracts only the message-ID without
15134         anything extra.
15135
15136         * hashcash.el (hashcash-generate-payment)
15137         (hashcash-check-payment): Do the right thing if hashcash-path is
15138         nil (because the hashcash program could not be found).
15139
15140         * spam.el (spam-use-hashcash): Remove comment.
15141
15142 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15143
15144         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15145         (gnus-cache-enter-article, gnus-cache-remove-article)
15146         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15147
15148         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15149
15150         * gnus-art.el (article-hide-boring-headers)
15151         (article-translate-strings, article-display-face)
15152         (gnus-article-mime-match-handle-first)
15153         (gnus-article-highlight-headers)
15154         (gnus-article-add-buttons-to-head): do.
15155
15156 2004-09-27  Simon Josefsson  <jas@extundo.com>
15157
15158         * hashcash.el: New version, from
15159         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15160         ../contrib/.
15161
15162 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15165
15166 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15167
15168         * gnus-dup.el (gnus-dup-open): Use mapc.
15169         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15170
15171         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15172         Reported by Stefan Wiens <s.wi@gmx.net>.
15173
15174         * gnus.el (gnus-shutdown): Use dolist.
15175
15176         * gnus-undo.el (gnus-undo): Use mapc.
15177
15178         * nnrss.el (nnrss-generate-active): do.
15179
15180         * message.el (message-cite-original-without-signature)
15181         (message-cite-original): Use mapc.
15182         (message-do-actions, message-make-forward-subject): Use dolist.
15183
15184 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15185
15186         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15187         deletion to remove entire duplicate line.  Fixes merged article
15188         number bug.
15189
15190 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15191
15192         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15193         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15194         first ask if you want to open a server and then, even when you
15195         responded with no, asking if you want to synchronize the server's
15196         flags.
15197         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15198         multi-line expressions.
15199         (gnus-agent-synchronize-group-flags): New internal function.
15200         Updates marks in memory (in the info structure) AND in the
15201         backend.
15202
15203         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15204
15205         * nnagent.el (nnagent-request-set-mark): Use
15206         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15207         method, to ensure that synchronization updates marks in the
15208         backend and in the info (in memory) structure.
15209
15210 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15211
15212         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15213         convention fully; don't miss the root article of a thread; make
15214         the X-Draft-From header with correct article numbers.
15215
15216 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15217
15218         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15219         unless plugged.  Disable the agent so that an open failure causes
15220         an error.
15221
15222         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15223         Reverted 2004-09-21 change.  The backend must be opened while
15224         synchronizing flags even when the backend stores the flags
15225         locally.
15226
15227 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15230         in `header' match.  Reported by Svend Tollak Munkejord.
15231
15232         * message.el (message-cite-original): Fix use of
15233         `message-cite-articles-with-x-no-archive'.
15234
15235 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15236
15237         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15238         (gnus-window-to-buffer): Ditto.
15239
15240         * mml.el (mml-preview-buffer): New variable.
15241         (mml-preview): Manage window layout with gnus-buffer-configuration.
15242
15243         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15244         X-Draft-From header even if those articles aren't quoted.
15245
15246 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15247
15248         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15249         (gnus-request-set-mark, gnus-request-update-mark): Use new
15250         g-s-t-u-l-m to decide to use backend even when unplugged.
15251
15252 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15255         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15256
15257 2004-09-20  Simon Josefsson  <jas@extundo.com>
15258
15259         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15260         "utf-16-le".
15261
15262 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15263
15264         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15265
15266 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15267
15268         * uudecode.el (uudecode-use-external): Add :version.
15269
15270         * smime.el (smime-CA-file, smime-encrypt-cipher)
15271         (smime-dns-server): Add :version.
15272
15273         * smiley.el (gnus-smiley-file-types): Add :version.
15274
15275         * sha1.el (sha1-use-external): Add :version.
15276
15277         * pgg-def.el (pgg-query-keyserver): Add :version.
15278
15279         * nnmail.el (nnmail-fancy-expiry-targets)
15280         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15281         Add :version.
15282
15283         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15284         (nnimap-retrieve-groups-asynchronous): Add :version.
15285         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15286
15287         * mml.el (mml-content-disposition-parameters)
15288         (mml-insert-mime-headers-always): Add :version.
15289
15290         * mm-util.el (mm-coding-system-priorities): Add :version.
15291
15292         * mm-decode.el (mm-inline-text-html-with-images)
15293         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15294         (mm-verify-option): Add :version.
15295         (mm-text-html-renderer): Change :version.
15296
15297         * message.el (message-fcc-externalize-attachments)
15298         (message-required-headers, message-draft-headers)
15299         (message-subject-trailing-was-query)
15300         (message-subject-trailing-was-ask-regexp)
15301         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15302         (message-mark-insert-end, message-archive-header)
15303         (message-archive-note, message-cross-post-default)
15304         (message-cross-post-note, message-followup-to-note)
15305         (message-cross-post-note-function, message-use-mail-followup-to)
15306         (message-subscribed-address-functions)
15307         (message-subscribed-address-file, message-subscribed-addresses)
15308         (message-subscribed-regexps, message-allow-no-recipients)
15309         (message-yank-cited-prefix, message-signature-insert-empty-line)
15310         (message-hidden-headers, message-hierarchical-addresses)
15311         (message-mail-user-agent, message-use-idna)
15312         (message-valid-fqdn-regexp)
15313         (message-strip-special-text-properties, message-header-synonyms)
15314         (message-beginning-of-line, message-tab-body-function): Add :version.
15315         (message-insert-canlock, message-wide-reply-confirm-recipients):
15316         Change :version.
15317
15318         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15319         and :version.
15320         (mail-source-delete-old-incoming-confirm)
15321         (mail-source-movemail-program): Add :version.
15322
15323         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15324         (gnus-agent-cache, gnus-agent): Change :version.
15325
15326         * gnus-util.el (gnus-use-byte-compile): Change :version.
15327
15328         * gnus-sum.el (gnus-summary-make-false-root-always)
15329         (gnus-summary-default-high-score)
15330         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15331         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15332         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15333         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15334         (gnus-sum-thread-tree-single-indent)
15335         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15336         (gnus-sum-thread-tree-leaf-with-other)
15337         (gnus-sum-thread-tree-single-leaf): Add :version.
15338         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15339         (gnus-article-loose-mime): Change :version.
15340
15341         * gnus-start.el (gnus-backup-startup-file)
15342         (gnus-save-startup-file-via-temp-buffer): Add :version.
15343
15344         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15345         (gnus-server-offline-face): Add :version.
15346
15347         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15348
15349         * gnus-msg.el (gnus-gcc-externalize-attachments)
15350         (gnus-debug-files, gnus-debug-exclude-variables)
15351         (gnus-discouraged-post-methods): Change :version.
15352         (gnus-confirm-mail-reply-to-news)
15353         (gnus-confirm-treat-mail-like-news): Add :version.
15354
15355         * gnus-int.el (gnus-server-unopen-status): Add :version.
15356
15357         * gnus-group.el (gnus-group-jump-to-group-prompt)
15358         (gnus-large-ephemeral-newsgroup)
15359         (gnus-fetch-old-ephemeral-headers): Add :version.
15360
15361         * gnus-fun.el (gnus-x-face-directory)
15362         (gnus-convert-pbm-to-x-face-command)
15363         (gnus-convert-image-to-x-face-command)
15364         (gnus-convert-image-to-face-command): Add :version.
15365
15366         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15367
15368         * gnus-cite.el (gnus-cite-blank-line-after-header)
15369         (gnus-article-boring-faces): Add :version.
15370
15371         * gnus-art.el (gnus-buttonized-mime-types)
15372         (gnus-inhibit-mime-unbuttonizing)
15373         (gnus-treat-display-face)
15374         (gnus-treat-body-boundary): Change :version.
15375         (gnus-body-boundary-delimiter, gnus-picon-databases)
15376         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15377         (gnus-treat-date-english, gnus-treat-fold-headers)
15378         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15379         (gnus-treat-mail-picon, gnus-treat-wash-html)
15380         (gnus-article-encrypt-protocol)
15381         (gnus-use-idna, gnus-article-over-scroll)
15382         (gnus-mime-display-multipart-alternative-as-mixed)
15383         (gnus-mime-display-multipart-related-as-mixed)
15384         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15385         (gnus-ctan-url, gnus-button-ctan-handler)
15386         (gnus-button-handle-ctan-bogus-regexp)
15387         (gnus-button-ctan-directory-regexp)
15388         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15389         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15390         (gnus-button-man-level, gnus-button-emacs-level)
15391         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15392
15393         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15394         (gnus-agent-go-online): Change :version.
15395         (gnus-agent-expire-unagentized-dirs)
15396         (gnus-agent-auto-agentize-methods): Add :version.
15397
15398         * flow-fill.el (fill-flowed-display-column)
15399         (fill-flowed-encode-column): Add :version.
15400
15401         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15402         (gnus-outlook-deuglify-unwrap-max)
15403         (gnus-outlook-deuglify-cite-marks)
15404         (gnus-outlook-deuglify-unwrap-stop-chars)
15405         (gnus-outlook-deuglify-no-wrap-chars)
15406         (gnus-outlook-deuglify-attrib-cut-regexp)
15407         (gnus-outlook-deuglify-attrib-verb-regexp)
15408         (gnus-outlook-deuglify-attrib-end-regexp)
15409         (gnus-outlook-display-hook): Add :version.
15410
15411         * binhex.el (binhex-use-external): Add :version.
15412
15413 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15414
15415         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15416         and `invisible'.
15417
15418 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15419
15420         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15421         in gnus-registry-trim.
15422
15423 2004-09-13  Simon Josefsson  <jas@extundo.com>
15424
15425         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15426
15427         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15428
15429         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15430         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15431         <yamaoka@jpl.org>.
15432         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15433         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15434         <yamaoka@jpl.org>.
15435
15436         * sieve.el (sieve-manage-mode): Ditto.
15437
15438 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15439
15440         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15441
15442 2004-09-11  Simon Josefsson  <jas@extundo.com>
15443
15444         * dns-mode.el: Add.
15445
15446         * mm-view.el (mm-display-dns-inline): Add.
15447
15448         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15449         (mm-automatic-display): Ditto.
15450
15451         * mailcap.el (mailcap-mime-data): Add text/dns.
15452         (mailcap-mime-extensions): Map .soa to text/dns.
15453
15454 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15455
15456         * gnus-art.el (article-decode-mime-words, article-babel)
15457         (gnus-article-highlight-signature, gnus-article-add-buttons)
15458         (gnus-signature-toggle): Remove unnecessary bindings of
15459         `inhibit-read-only' inherited from v5.10 merge.
15460
15461 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * nntp.el (nntp): New customization group.
15464         (nntp-authinfo-file): Add customization group.
15465
15466         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15467
15468         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15469
15470         * gnus.el (to-address, to-list, subscribed)
15471         (large-newsgroup-initial): Ditto.
15472
15473         * flow-fill.el (fill-flowed-display-column)
15474         (fill-flowed-encode-column): Ditto.
15475
15476 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15477
15478         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15479         Use point-min rather than 1.
15480         (message-send-mail): Use buffer-size rather than point-max.
15481
15482         * gnus-sum.el (gnus-summary-search-article-forward):
15483         Signal a specific `search-failed' rather than a generic `error'.
15484
15485         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15486         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15487         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15488
15489 2004-09-10  Simon Josefsson  <jas@extundo.com>
15490
15491         * nndb.el (require): Remove tcp and duplicate cl.
15492
15493 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * gnus-agent.el (directory-files-and-attributes): Move forward.
15496
15497 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15498
15499         * gnus-agent.el (directory-files-and-attributes): Optionally
15500         defined to support XEmacs.
15501
15502 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15503
15504         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15505         to avoid run-time CL dependencies.
15506         (gnus-agent-unfetch-articles): New function.
15507         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15508         article numbers even when local .overview file is missing.
15509         (gnus-agent-read-article-number): New function.  Only accepts
15510         27-bit article numbers.
15511         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15512         gnus-agent-read-article-number.
15513         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15514         from backend while recognizing that article numbers in .overview
15515         must be valid.
15516         (gnus-agent-update-files-total-fetched-for): Use
15517         directory-files-and-attributes to improve performance.
15518         * gnus-int.el (gnus-request-move-article): Use
15519         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15520         improve performance.
15521
15522         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15523         some users confused by references to .newsrc when they only have a
15524         .newsrc.eld file.
15525         (gnus-convert-mark-converter-prompt)
15526         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15527         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15528         New function.  Used internally to only display 'gnus converting
15529         files' message when actually necessary.
15530
15531         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15532         methods now autoloaded.
15533
15534 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15535
15536         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15537         identifiers.
15538
15539 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15540
15541         * gnus-picon.el: Fix indentation and closing parenthesis.
15542
15543 2004-09-01  Simon Josefsson  <jas@extundo.com>
15544
15545         * message.el (message-canlock-generate): Require sha1, not
15546         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15547         to require within a function.  Sadly, if sha1.el isn't loaded, the
15548         let binding in m-c-g will hide the defcustom definition, which is
15549         bad.)
15550
15551         * canlock.el: Require sha1, not sha1-el.
15552
15553         * message.el: Don't autoload sha1 (there is a autoload cookie in
15554         sha1.el).
15555
15556         * sha1-el.el: Renamed to sha1.el.
15557
15558 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15559
15560         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15561
15562 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15563
15564         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15565
15566 2004-08-30  Kim F. Storm  <storm@cua.dk>
15567
15568         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15569
15570         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15571         Add :group 'nnimap.
15572
15573 2004-08-30  Andreas Schwab  <schwab@suse.de>
15574
15575         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15576         ?* and ?\;.
15577
15578         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15579         and ?\' to symbol instead of whitespace.
15580
15581 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15582
15583         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15584
15585         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15586         instead of re-search-forward.
15587
15588         * gnus-uu.el (gnus-uu-save-article): Ditto.
15589         (gnus-uu-post-encode-uuencode): Ditto.
15590
15591         * html2text.el (html2text-clean-list-items): Ditto.
15592         (html2text-clean-dtdd): Ditto.
15593         (html2text-format-tags): Ditto.
15594
15595         * message.el (message-send-mail-with-sendmail): Fix regexp.
15596         (message-fill-field-general): Use search-forward instead of
15597         re-search-forward.
15598         (unbold-region): Ditto.
15599
15600         * nnrss.el (nnrss-request-article): Ditto.
15601
15602         * nnslashdot.el (nnslashdot-request-article): Ditto.
15603
15604         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15605
15606         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15607         "Unrecognized menu descriptor" error in XEmacs.
15608
15609 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15610
15611         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15612         parent article of a sparse article in the thread hashtb.
15613
15614 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15615
15616         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15617         (nnmail-expand-newtext): Lowercase expanded entries if
15618         nnmail-split-lowercase-expanded is non-nil.
15619
15620 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15623
15624         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15625         of gnus-tmp-news-method into string under XEmacs.  It will be
15626         passed to gnus-correct-length which takes only a string argument.
15627
15628 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * gnus-util.el (gnus-bind-print-variables): New macro.
15631         (gnus-prin1): Use it.
15632         (gnus-prin1-to-string): Use it.
15633         (gnus-pp): New function.
15634         (gnus-pp-to-string): New function.
15635
15636         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15637         Replace pp-to-string with gnus-pp-to-string.
15638         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15639         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15640         * gnus-msg.el (gnus-debug): Ditto.
15641         * gnus-score.el (gnus-score-save): Ditto.
15642         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15643         gnus-pp-to-string.
15644         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15645         with gnus-pp.
15646         * score-mode.el (gnus-score-pretty-print): Ditto.
15647         * webmail.el (webmail-debug): Ditto.
15648
15649 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * gnus-art.el (article-display-face, article-display-x-face):
15652         Use buffer-read-only.
15653
15654 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * gnus-art.el (article-hide-list-identifiers):
15657         Bind inhibit-read-only as t.
15658
15659 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15660
15661         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15662
15663 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15664
15665         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15666         (gnus-narrow-to-page): Don't assume point-min == 1.
15667         (gnus-article-edit-mode): Derive from message-mode.
15668
15669         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15670         point-min == 1.
15671
15672         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15673         Disable incorrect use of `assert'.
15674
15675         * message.el (message-mode): Set comment-start-skip.
15676
15677
15678 2004-08-22  Sam Steingold  <sds@gnu.org>
15679
15680         * pop3.el (pop3-leave-mail-on-server): New user variable.
15681         (pop3-movemail): Delete mail only when it is nil.
15682
15683 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15684
15685         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15686
15687         * mml.el (mml-preview): Use `pop-to-buffer'.
15688
15689         * message.el (message-goto-mail-followup-to): Insert after "To".
15690         (message-carefully-insert-headers): Add comment.
15691
15692         * gnus.el: Remove unused variable `gnus-article-check-size'.
15693
15694         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15695
15696         * gnus-art.el (gnus-button-alist): Improve
15697         `gnus-button-handle-library' entry.
15698
15699 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15700
15701         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15702         downcase, since XEmacs capitalizes error messages differently.
15703
15704 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15705
15706         * nntp.el: Add (require 'gnus) due to reference to
15707         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15708
15709 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15710
15711         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15712         `mm-fill-flowed'.
15713
15714         * mm-decode.el (mm-dissect-singlepart): Check it.
15715
15716 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15717
15718         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15719         'imap' for netrc parsing.
15720
15721 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * mailcap.el (mailcap-mime-data): Mark as risky.
15724
15725 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15728         may be included in the encoded word.
15729         (rfc2047-encode): Don't append a space if the encoded word
15730         includes close parenthesis.
15731
15732 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15735         of text within parentheses.
15736
15737 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15738
15739         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15740         (gnus-encrypt-write-file-contents): Make the password key the file
15741         name PLUS the cipher, not just the cipher.  Also remove failed
15742         passwords from the cache.
15743
15744 2004-08-06  Simon Josefsson  <jas@extundo.com>
15745
15746         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15747         fix.
15748
15749 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15752         LWSP.
15753
15754 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15755
15756         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15757         to append in-reply-to: data to the references: header.
15758
15759         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15760         (netrc-parse): Use gnus-encrypt.el functions.
15761
15762         * gnus-encrypt.el: Add new file for encryption support; currently
15763         does only a few GPG ciphers and an internal XOR cipher.
15764
15765         * password.el: Add comments on using password-read-and-add.
15766         (password-read-and-add): Add function to read and add the
15767         password to the cache at once.
15768
15769 2004-07-28  Simon Josefsson  <jas@extundo.com>
15770
15771         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15772         parameter (but don't use it, for now).
15773
15774         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15775         instead of hard coding to nil.
15776
15777 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15778
15779         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15780         as mm-inline-image-xemacs does.
15781
15782 2004-07-26  Simon Josefsson  <jas@extundo.com>
15783
15784         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15785         Revert part of 2004-07-17 change below.
15786
15787 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15790         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15791
15792 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15793
15794         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15795         quotes that actually start with ">" at the beginning of the
15796         lines.
15797
15798 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * rfc2047.el (rfc2047-encode-region): Fix last change.
15801         (rfc2047-encode-parameter): Remove useless concat.
15802
15803 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15806         encode special characters; fix some kind of misconfigured headers;
15807         signal a real error if debug-on-quit or debug-on-error is non-nil.
15808         (rfc2047-encode-max-chars): New variable.
15809         (rfc2047-encode-1): Use it.
15810         (rfc2047-encode-parameter): New function.
15811
15812         * mml.el (mml-insert-parameter): Remove an excessive space.
15813
15814 2004-07-17  Simon Josefsson  <jas@extundo.com>
15815
15816         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15817         Kai Grossjohann <kai@emptydomain.de>.
15818         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15819         (gnus-group-make-menu-bar): Ditto.
15820
15821         * gnus-util.el (gnus-group-server): Add.
15822
15823 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15824
15825         * message.el (message-clone-locals): Clone sendmail and smtp
15826         variables.
15827
15828 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * rfc2047.el (rfc2047-encode-region): Fix last change.
15831
15832 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15833
15834         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15835         characters as non-special.
15836
15837 2004-07-09  Simon Josefsson  <jas@extundo.com>
15838
15839         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15840         Users will lose all flag changes made while unplugged with
15841         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15842         good default.  See numerous reports on ding mailing list.
15843
15844 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15847         add generate-head-function and generate-article-function to the
15848         rfc822-forward entry.
15849         (nndoc-rfc822-forward-generate-article): New function.
15850         (nndoc-rfc822-forward-generate-head): New function.
15851
15852         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15853
15854 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15855
15856         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15857         respect display group parameter and gnus-summary-expunge-below.
15858         (gnus-articles-to-read): Remove unused reference to display group
15859         parameter.
15860
15861 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15862
15863         * nnheader.el (nnheader-uniquify-message-id): New experimental
15864         variable.
15865         (nnheader-nov-read-message-id): Use it.
15866
15867         * spam-report.el (spam-report-gmane): Add interactive.
15868
15869 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15872         qp-or-base64 for the application/* types.
15873
15874 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15875
15876         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15877
15878 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15879
15880         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15881         trim value.
15882
15883 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15884
15885         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15886         New macro and function.
15887         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15888
15889 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15892         after-load-alist.
15893
15894 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15895
15896         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15897         update info that isn't there.
15898
15899 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15900
15901         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15902         entry.
15903
15904 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * mm-view.el (mm-inline-render-with-function): Use multibyte
15907         buffer; decode html source by charset.
15908
15909         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15910
15911         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15912         Mule-UCS is loaded under XEmacs.
15913         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15914
15915 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15916
15917         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15918
15919 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * mm-util.el (mm-coding-system-p): Return a coding-system.
15922         (mm-mime-mule-charset-alist): Use shift_jis instead of
15923         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15924         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15925         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15926         instead of japanese-shift-jis and iso-latin-1 respectively in
15927         order to share the default value with both Emacs and XEmacs-mule.
15928         (mm-mule-charset-to-mime-charset): Make
15929         mm-coding-system-priorities effective.
15930         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15931         while predicating of candidates upon the priorities.
15932
15933 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15934
15935         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15936         gnus-uu-invert-processable.
15937
15938         * gnus.el: Autoload gnus-uu-invert-processable.
15939
15940 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * mm-util.el (mm-with-multibyte-buffer): New macro.
15943
15944         * rfc2047.el (rfc2047-encode-string): Use it.
15945         (rfc2047-encode-region): Move point to the end of the region after
15946         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15947
15948 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15951         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15952
15953 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15956         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15957         Karl Chen <quarl@nospam.quarl.org>.
15958
15959 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15960
15961         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15962         invalid addresses.
15963
15964 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15965
15966         * spam.el: Change section markers, revise TODO list.
15967         (spam-backends): Make new master list of all installed backends.
15968         (spam-summary-exit-behavior): Add new variable to determine how
15969         messages moves are done at summary exit.
15970         (spam-move-spam-nonspam-groups-only)
15971         (spam-process-ham-in-nonham-groups)
15972         (spam-process-ham-in-spam-groups): Remove variables, the
15973         spam-summary-exit-behavior variable should be used to manage this
15974         behavior.
15975         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15976         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15977         and spam-old-spam-articles.
15978         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15979         Add empty variables, placeholders for the backends they represent.
15980         (spam-set-difference): Move, unchanged.
15981         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15982         unless the user has a processor variable.
15983         (spam-classifications, spam-classification-valid-p)
15984         (spam-backend-properties, spam-backend-property-valid-p)
15985         (spam-backend-function-type-valid-p)
15986         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15987         (spam-report-articles-gmane, spam-report-articles-resend):
15988         Remove functions, they are not needed.
15989         (spam-install-backend-super, spam-backend-list)
15990         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15991         (spam-backend-function, spam-backend-ham-registration-function)
15992         (spam-backend-spam-registration-function)
15993         (spam-backend-ham-unregistration-function)
15994         (spam-backend-spam-unregistration-function)
15995         (spam-backend-statistical-p, spam-backend-mover-p)
15996         (spam-install-backend-alias, spam-install-checkonly-backend)
15997         (spam-install-mover-backend, spam-install-nocheck-backend)
15998         (spam-install-backend, spam-install-statistical-backend)
15999         (spam-install-statistical-checkonly-backend): Add backend installation
16000         support.
16001         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16002         (spam-group-processor-p): Use the new backend code and respect the
16003         summary exit behavior.
16004         (spam-mark-spam-as-expired-and-move-routine): Remove.
16005         (spam-summary-prepare): Change to use the new spam-old-articles
16006         variable.
16007         (spam-copy-or-move-routine, spam-copy-spam-routine)
16008         (spam-move-spam-routine, spam-copy-ham-routine)
16009         (spam-move-ham-routine): Add code to copy/move ham or spam.
16010         (spam-fetch-field-fast): Improve doc and code, plus allow the
16011         'number request.
16012         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16013         variables.
16014         (spam-split, spam-find-spam): Use the new backend code.
16015         (spam-registration-functions): Remove variable.
16016         (spam-unregister-routine): Add convenience wrapper.
16017         (spam-log-undo-registration, spam-register-routine)
16018         (spam-log-processing-to-registry)
16019         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16020         where possible.
16021         (spam-check-gmane-xref, spam-check-regex-headers)
16022         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16023         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16024         (spam-check-bogofilter-headers, spam-check-spamoracle)
16025         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16026         (spam-check-crm114-headers): Use the spam-split-group that
16027         spam-split prepares, no need to determine it every time.
16028
16029         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16030         to the nnheader-parse-naked-head call.
16031
16032         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16033
16034         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16035         the nnheader-nov-read-message-id call.
16036
16037 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16040         gnus-activate-group twice.  Suggested by Markus Peter
16041         <warp@spin.de>.
16042
16043 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * gnus-art.el (gnus-article-time-format): Exchange the order of
16046         day and month in the default value; fix customization type.
16047         (article-date-ut): Use add-text-properties.
16048         (article-make-date-line): Use message-make-date instead of
16049         current-time-string.
16050
16051         * message.el (message-fetch-field): Don't use set-text-properties.
16052         (message-make-date): Simplify.
16053
16054         * messagexmas.el (message-xmas-make-date): New function.
16055         (message-xmas-redefine): Defalias message-make-date to it.
16056
16057 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16060         (rfc2047-encode-region): Treat text within parentheses as special;
16061         show the original text when error has occurred.
16062
16063         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16064         already-computed method to gnus-activate-group.
16065
16066         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16067         same select-methods identical Lisp objects.
16068
16069         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16070         object when modifying the info.
16071
16072 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16075         gnus-opened-servers since it has never been opened with the new
16076         configuration yet.
16077
16078 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16079
16080         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16081         arg to nnheader-generate-fake-message-id.
16082
16083 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16084
16085         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16086         number and build a fake message ID localized to a group and
16087         article number (so it's repeatable from that point on).
16088         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16089         ID format.
16090
16091         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16092         nnheader-generate-fake-message-id with the article number.
16093
16094 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16095
16096         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16097         end-of-buffer.
16098
16099 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16100
16101         * message.el (message-ignored-supersedes-headers): Add Approved.
16102
16103 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16106         goto-char.
16107         (rfc2047-encode): Fold the line before encoding.
16108
16109 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16110
16111         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16112         folding -- not all headers can be folded, and this should be done
16113         by the message composition mode.  Probably.  I think.
16114
16115 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16118         fast.
16119
16120         * gnus-ems.el (gnus-remove-image): Don't use
16121         message-text-with-property; remove only the image found first.
16122
16123         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16124         found first.
16125
16126 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16127
16128         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16129
16130 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * message.el (message-text-with-property): Make it fast and accept
16133         optional arguments.
16134         (message-strip-forbidden-properties): Use it.
16135         (message-fix-before-sending): Follow the m-t-w-p change.
16136
16137         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16138
16139 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16140
16141         * gnus-art.el (article-hide-headers): Don't change the buffer
16142         mistakenly when performing mml-preview even if
16143         gnus-single-article-buffer is nil.
16144
16145 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16146
16147         * message.el (message-expand-name-databases): New user option.
16148         (message-expand-name): Use it.
16149
16150 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16151
16152         * spam.el (spam-report-articles-resend)
16153         (spam-report-resend-register-routine): Allow ham reporting.
16154         (spam-report-resend-register-ham-routine): Add wrapper.
16155         (spam-registration-functions): Add ham resending functions.
16156         (spam-list-of-processors): Add ham resend processor.
16157
16158         * gnus.el (ham-resend-to): Add new group parameter.
16159         (spam-process): Add ham resend option.
16160
16161         * spam-report.el (spam-report-resend): Allow reporting ham.
16162         (spam-report-resend-ham): Add wrapper.
16163
16164 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16165
16166         * message.el (message-cite-articles-with-x-no-archive): New
16167         variable.
16168         (message-cite-original): Use it.
16169
16170 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16171
16172         * message.el (message-cite-original): Respect X-No-Archive.
16173
16174 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * gnus-art.el (article-hide-headers): Refer to the values for
16177         gnus-ignored-headers and gnus-visible-headers in the summary
16178         buffer since a user may have set them as group parameters.
16179
16180 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16181
16182         * assistant.el (assistant-node-name): Add convenience function.
16183         (assistant-render-text, assistant-render-node): Add error handling,
16184         plus handle multiple next nodes.
16185         (assistant-find-next-node): Comment out for now.
16186         (assistant-find-next-nodes): Add function, returns list of next
16187         nodes.
16188
16189 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16190
16191         * mail-source.el (mail-source-directory): Fix doc-string.
16192
16193 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16194
16195         * assistant.el (assistant-render-text, assistant-eval): Add :set
16196         widget type, which is different because it takes and returns a
16197         list.  Much hilarity ensues.
16198
16199 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16200
16201         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16202
16203         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16204         doc-string.
16205
16206         * gnus-start.el (gnus-activate-group): Added doc-string.
16207
16208 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16211
16212 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16213
16214         * assistant.el (assistant-render-text): Try to add a :set
16215         widget, more to come.
16216
16217         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16218         strings.
16219         (spam-report-articles-resend)
16220         (spam-register-routine): Do registration iff any articles warrant
16221         it.
16222         (spam-summary-prepare-exit): Change log message for nil group
16223         destinations.
16224
16225 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16226
16227         * spam.el (spam-report-resend-register-routine): Allow
16228         spam-report-resend-to to be a group parameter or a global value.
16229
16230 2004-05-26  Simon Josefsson  <jas@extundo.com>
16231
16232         * starttls.el: Merge with my GNUTLS based starttls.el.
16233         (starttls-gnutls-program, starttls-use-gnutls)
16234         (starttls-extra-arguments, starttls-process-connection-type)
16235         (starttls-connect, starttls-failure, starttls-success): New
16236         variables.
16237         (starttls-program, starttls-extra-args): Doc fix.
16238         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16239         functions.
16240         (starttls-negotiate, starttls-open-stream): Check
16241         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16242         function if it is set.
16243
16244 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16247         structured fields.
16248
16249 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16252
16253 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16254
16255         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16256         variable.
16257         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16258         assigning the spam-mark to new messages.
16259
16260 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16261
16262         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16263
16264 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16267
16268         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16269         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16270         default.
16271
16272 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16273
16274         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16275         correct data.
16276
16277 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16278
16279         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16280         (spam-group-processor-p): Fix function.
16281         (spam-group-processor-multiple-p)
16282         (spam-group-spam-processor-report-gmane-p)
16283         (spam-group-spam-processor-report-resend-p)
16284         (spam-group-spam-processor-bogofilter-p)
16285         (spam-group-spam-processor-blacklist-p)
16286         (spam-group-spam-processor-ifile-p)
16287         (spam-group-ham-processor-ifile-p)
16288         (spam-group-spam-processor-spamoracle-p)
16289         (spam-group-spam-processor-crm114-p)
16290         (spam-group-ham-processor-bogofilter-p)
16291         (spam-group-spam-processor-stat-p)
16292         (spam-group-ham-processor-stat-p)
16293         (spam-group-ham-processor-whitelist-p)
16294         (spam-group-ham-processor-BBDB-p)
16295         (spam-group-ham-processor-spamoracle-p)
16296         (spam-group-ham-processor-copy-p): Remove functions with some
16297         prejudice against unneeded code.
16298         (spam-report-articles-resend)
16299         (spam-report-resend-register-routine): Allow the group/topic
16300         spam-resend-to value to override spam-report-resend-to.
16301         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16302         properly now.
16303
16304         * gnus.el (spam-resend-to): Add group/topic parameter.
16305         (spam-process): Move the OBSOLETE processors to the end of the
16306         choices.
16307
16308 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16309
16310         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16311         with resend-to set to nil, and then ask the user if necessary.
16312         (spam-report-resend): spam-report-resend takes a list of articles, not
16313         separate article numbers.
16314
16315 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16318         addition to emacs-w3m.
16319
16320 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16321
16322         * assistant.el (assistant-authinfo-data): New function.
16323         (assistant-eval): Eval for entire assistant.
16324
16325         * netrc.el (netrc-services-file): New variable.
16326         (netrc-parse-services): New function.
16327         (netrc-find-service-name): New function.
16328         (netrc-find-service-number): New function.
16329         (netrc-port-equal): New function.
16330         (netrc-machine): Use it.
16331
16332         * nnimap.el (nnimap-open-connection): Use netrc.
16333
16334         * gnus-util.el (gnus-netrc-get): Remove aliases.
16335
16336         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16337
16338         * assistant.el (wid-edit): Fix compilation.
16339
16340         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16341
16342 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16343
16344         * gnus-util.el (gnus-set-file-modes): New function.  (small
16345         patch).
16346
16347 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16348
16349         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16350
16351         * assistant.el (assistant-render-node): Fix up rendering and
16352         read-only text.
16353         (assistant-render-node): Reset.
16354         (assistant-make-read-only): Not sticky.
16355
16356 2004-05-20  Danny Siu  <dsiu@adobe.com>
16357
16358         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16359         centered even when gnus-auto-center-summary is t.
16360
16361 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16362
16363         * dns.el (dns-get-txt-answer): New function.
16364         (dns-read-txt): Ditto.
16365         (query-dns): Use it.
16366
16367 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16370         active for foreign groups even if the group level is higher than
16371         the specified value.
16372
16373 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16374
16375         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16376         non-active groups.
16377
16378         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16379
16380 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16381
16382         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16383
16384 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16385
16386         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16387         (spam-crm114-header, spam-crm114-spam-switch)
16388         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16389         (spam-crm114-positive-spam-header)
16390         (spam-crm114-database-directory, spam-list-of-processors)
16391         (spam-group-spam-processor-crm114-p)
16392         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16393         (spam-generic-score, spam-list-of-checks)
16394         (spam-list-of-statistical-checks, spam-registration-functions)
16395         (spam-check-crm114-headers, spam-crm114-score)
16396         (spam-check-crm114, spam-crm114-register-with-crm114)
16397         (spam-crm114-register-spam-routine)
16398         (spam-crm114-unregister-spam-routine)
16399         (spam-crm114-register-ham-routine)
16400         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16401         asjo@koldfront.dk (Adam Sjøgren).
16402
16403         * gnus.el: Add spam-use-crm114.
16404
16405         * spam.el (spam-list-of-processors, spam-registration-functions):
16406         Add spam-use-resend.
16407         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16408         (spam-report-articles-gmane): Add doc fix.
16409         (spam-report-articles-resend, spam-report-resend-register-routine):
16410         Add wrappers around spam-report-resend-to.
16411
16412         * spam-report.el (spam-report-resend-to, spam-report-resend):
16413         Add support for resending spam.
16414         (spam-report-gmane): Fix line length >80.
16415
16416         * gnus.el (spam-process): Add spam-use-resend.
16417
16418 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16419
16420         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16421         number of processed spam messages.
16422         (spam-ham-copy-or-move-routine): Return the number of processed
16423         ham messages.
16424         (spam-summary-prepare-exit): Use the above values to decide
16425         whether status messages shouled be displayed.
16426
16427 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16430         `rfc2047-encoding-function-alist' in order to avoid conflicting
16431         with the old version.
16432         (rfc2047-encode-region): Concatenate words containing non-ASCII
16433         characters in structured fields; don't encode space-delimited
16434         ASCII words even in unstructured fields; don't break words at
16435         char-category boundaries.
16436         (rfc2047-encode-1): New function.
16437         (rfc2047-encode): Use it; encode text so that it occupies the
16438         maximum width within 76-column; work correctly on Q encoding for
16439         iso-2022-* charsets.
16440         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16441         sure not to break a line just after the header name.
16442         (rfc2047-b-encode-region): Removed.
16443         (rfc2047-b-encode-string): New function.
16444         (rfc2047-q-encode-region): Removed.
16445         (rfc2047-q-encode-string): New function.
16446
16447         * mm-util.el (mm-replace-in-string): New function.
16448
16449 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16450
16451         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16452         get it right.
16453         (gnus-inews-make-draft): Really.
16454
16455 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16456
16457         * nnmh.el (nnmh-request-list-1): Don't check the link count
16458         before descending.  (small patch)
16459
16460 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16461
16462         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16463         stuff.
16464
16465         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16466         on real group name.
16467
16468         * gnus-art.el (gnus-signature-limit): Doc fix.
16469
16470         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16471
16472         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16473
16474 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16475
16476         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16477         isn't a string.
16478
16479 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16480
16481         * gnus-draft.el (gnus-draft-send): Bind
16482         rfc2047-encode-encoded-words.
16483
16484         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16485         (rfc2047-encodable-p): Say that =? needs encoding.
16486         (rfc2047-encode-encoded-words): New variable.
16487
16488         * gnus-group.el (gnus-group-select-group): Doc fix.
16489
16490         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16491
16492         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16493         to nil.
16494
16495         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16496
16497         * nnheader.el (nnheader-get-lines-and-char): New function.
16498
16499 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16500
16501         * gnus-msg.el (gnus-summary-followup-with-original): Document
16502         yanking of region when active.
16503
16504 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16507         groups if the group level is higher than the specified value.
16508
16509 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16510
16511         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16512         (gnus-group-jump-to-group): Added prefix argument using
16513         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16514         non-active group.
16515
16516         * compface.el (uncompface): Be verbose when changing
16517         `uncompface-use-external'.
16518
16519         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16520         handle manual section.
16521
16522 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16523
16524         * gnus-art.el (gnus-button-alist): Revert previous change.
16525
16526 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16527
16528         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16529
16530 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16531
16532         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16533         whether backend can accept message.
16534
16535         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16536
16537 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16538
16539         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16540         Avoid creating directory when nntp-marks-is-evil is true.
16541         Reported by Reiner Steib.
16542
16543 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16544
16545         * gnus-picon.el (gnus-picon-style): New variable.
16546         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16547         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16548         Jesper Harder <harder@ifa.au.dk>.
16549
16550 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16551
16552         * message.el (message-fill-field): Return point.
16553         (message-generate-headers): Go to end of field.
16554
16555         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16556         stuff for non-living groups.
16557
16558 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16559
16560         * gnus-art.el (gnus-article-followup-with-original)
16561         (gnus-article-reply-with-original): gnus-mark-active-p ->
16562         gnus-region-active-p.
16563
16564 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16565
16566         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16567         only when there is spam or ham to be processed.
16568
16569 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16570
16571         * mail-source.el (mail-source-delete-crash-box): Refactor.
16572         (mail-source-fetch): Use it.
16573         (mail-source-fetch-file): Ditto.
16574         (mail-source-fetch-directory): Run postscript in loop.
16575         (mail-source-fetch-pop): Delete.
16576         (mail-source-fetch-maildir): Ditto.
16577         (mail-source-fetch-imap): Ditto.
16578
16579         * imap.el (imap-authenticators): Comment out sasl.
16580
16581         * message.el (message-skip-to-next-address): New function.
16582         (message-fill-header-address): Refactor.
16583         (message-fill-address): Use it.
16584         (message-delete-address): Use it.
16585         (message-fill-header-general): Refactor.
16586         (message-fill-field-address): Rename.
16587         (message-narrow-to-field): Find the start of the header.
16588         (message-header-format-alist): Don't pre-fill.
16589         (message-fill-header): Removed.
16590         (message-insert-header): New function.
16591         (message-shorten-references): Use it.
16592
16593         * rfc2047.el (rfc2047-field-value): Strip props.
16594
16595         * mail-parse.el (mail-header-make-address): New alias.
16596
16597         * ietf-drums.el (ietf-drums-make-address): New function.
16598
16599         * imap.el: Add compiler directives.
16600
16601         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16602
16603         * gnus-art.el (article-decode-idna-rhs): Don't use
16604         message-idna-inside-rhs-p.
16605
16606 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16607
16608         * message.el (message-idna-inside-rhs-p): Removed.
16609         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16610
16611         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16612         false positives.
16613
16614 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16615
16616         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16617
16618 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16619
16620         * nneething.el (nneething-file-name): Don't create spurious
16621         files.
16622
16623         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16624         (gnus-inews-do-gcc): Remove sleep.
16625
16626         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16627         part under point.
16628
16629         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16630         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16631
16632 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16633
16634         * spam.el (spam-summary-prepare-exit): Fixed (length).
16635
16636 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16637
16638         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16639         as expired without moving it" message when there are spam
16640         messages left.
16641
16642 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16643
16644         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16645         header is not nil.
16646
16647 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16648
16649         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16650         nntp-possibly-create-directory, not nntp-possibly-change-group.
16651         (nntp-marks-changed-p): New arg SERVER.
16652         (nntp-request-update-info): Adjust caller.
16653
16654 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16655
16656         * nntp.el (nntp-save-marks): Pass missing arg.
16657
16658 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16659
16660         * nntp.el: Support marks.
16661         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16662         (nntp-marks-modtime, nntp-marks-directory): New variables.
16663         (nntp-request-set-mark, nntp-request-update-info)
16664         (nntp-possibly-create-directory, nntp-marks-changed-p)
16665         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16666         functions.
16667
16668 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16669
16670         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16671         (gnus-xmas-redefine): Rename.
16672
16673         * gnus-score.el (gnus-score-insert-help): Use
16674         gnus-select-lowest-window.
16675
16676         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16677         appt-select-lowest-window and rename to gnus-select-lowest-window.
16678
16679         * gnus.el: do.
16680
16681 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16682
16683         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16684         encodings of MIME-encoded words, in order to improve
16685         interoperability with several broken MUAs.
16686
16687 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16688
16689         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16690         tags, only when charsets are not specified in headers.
16691         (mm-inline-text-html-render-with-w3m): Ditto.
16692
16693         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16694         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16695
16696 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16697
16698         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16699         instead of MIME-decoded from fields when checking
16700         `gnus-article-address-banner-alist'.
16701
16702 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16703
16704         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16705         description rather than subject.
16706
16707 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16708
16709         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16710
16711 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16712
16713         * gnus.el (gnus-version-number): Bump.
16714
16715 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16716
16717         * gnus.el: No Gnus v0.2 is released.
16718
16719 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16720
16721         * gnus-agent.el (gnus-agent-read-agentview): Inline
16722         gnus-uncompress-range.
16723
16724 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16725
16726         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16727         `exec-installed-p'.
16728
16729 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16730
16731         * gnus.el (spam-process, spam-autodetect-methods): Add
16732         bsfilter and bsfilter-headers.
16733
16734         * spam.el (spam-bsfilter): New customize group.
16735         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16736         (spam-bsfilter-header, spam-bsfilter-probability-header)
16737         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16738         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16739         (spam-bsfilter-database-directory): New options.
16740         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16741         (spam-list-of-statistical-checks, spam-registration-functions):
16742         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16743         (spam-bsfilter-score): New command.
16744         (spam-check-bsfilter-headers, spam-check-bsfilter)
16745         (spam-bsfilter-register-with-bsfilter)
16746         (spam-bsfilter-register-spam-routine)
16747         (spam-bsfilter-unregister-spam-routine)
16748         (spam-bsfilter-register-ham-routine)
16749         (spam-bsfilter-unregister-ham-routine): New functions.
16750         (spam-generic-score): Support bsfilter; Accept an optional argument
16751         to recalcurate spam score even if scoring header has already been
16752         added.
16753         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16754         optional argument to recalcurate spam score even if scoring header
16755         has already been added.
16756
16757 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16758
16759         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16760         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16761         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16762         link is missing.
16763
16764 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16765
16766         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16767         (html2text-get-attr): Rewrite.
16768
16769         * message.el (message-setup-1): Remove redundant put-text-property
16770         on mail-header-separator.
16771
16772 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16773
16774         * gnus-registry.el (gnus-registry-cache-whitespace)
16775         (gnus-registry-action, gnus-registry-spool-action)
16776         (gnus-registry-split-fancy-with-parent): Change message levels
16777         from 5 to 3 or 7, as needed.
16778
16779         * spam.el (spam-summary-prepare-exit)
16780         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16781         (spam-split, spam-find-spam, spam-log-undo-registration)
16782         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16783         level from 5 to 6.
16784
16785 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16786
16787         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16788         2004-03-04 change).
16789
16790 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16791
16792         * sieve-manage.el (sieve-manage-open):
16793         * nnweb.el (nnweb-insert-html):
16794         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16795         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16796         * nnspool.el (nnspool-request-group):
16797         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16798         * nnml.el (nnml-request-update-info):
16799         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16800         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16801         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16802         (nnimap-request-set-mark):
16803         * nnfolder.el (nnfolder-request-update-info):
16804         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16805         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16806         * gnus-uu.el (gnus-uu-find-articles-matching):
16807         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16808         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16809         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16810         * gnus-nocem.el (gnus-nocem-scan-groups):
16811         * gnus-int.el (gnus-start-news-server):
16812         * gnus-group.el (gnus-group-make-kiboze-group)
16813         (gnus-group-browse-foreign-server):
16814         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16815         Use mapc when appropriate.
16816
16817 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16818
16819         FIXME: Make separate entries for each person.
16820
16821         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16822         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16823         <shields@msrl.com>:
16824
16825         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16826         may need for spam sorting and scoring.
16827         (spam-user-format-function-S): Add user format function suitable for
16828         general use.
16829         (spam-article-sort-by-spam-status): Add sorting function for summary
16830         sorting.
16831         (spam-extra-header-to-number): Add function to get a score from a
16832         header.
16833         (spam-summary-score): Add function to get a numeric score from the
16834         headers.
16835         (spam-generic-score): Fix function doc, was in wrong place.
16836         (spam-initialize): Take symbols when it's run, and install the
16837         extra headers that spam-necessary-extra-headers thinks we need.
16838
16839 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16840
16841         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16842         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16843
16844 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16845
16846         * gnus-sum.el (gnus-set-global-variables)
16847         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16848         (gnus-article-get-xrefs, gnus-summary-best-group)
16849         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16850         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16851         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16852         Use with-current-buffer.
16853
16854 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16855
16856         * spam.el (spam-summary-prepare-exit): Simplify logic.
16857         (spam-fetch-article-header): Read the article header if it's not
16858         available.
16859         (spam-list-articles): Simplify logic.
16860         (spam-filelist-register-routine): Fix bug with unregister-list.
16861
16862         * gnus-registry.el: Fix comments at beginning.
16863
16864 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16865
16866         * message.el (message-cater-to-broken-inn): Remove.
16867         (message-shorten-references): Make sure the total folded length of
16868         References is shorter than 998 characters to cater to a bug in INN
16869         2.3.  Also, don't pretend that references aren't folded -- this
16870         hasn't worked for a while.
16871
16872 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16873
16874         * gnus-agent.el (gnus-agentize):
16875         gnus-agent-send-mail-real-function no longer set to current value
16876         of message-send-mail-function but rather a lambda that calls
16877         message-send-mail-function.  The change makes the agent real-time
16878         responsive to user changes to message-send-mail-function.
16879
16880 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16881
16882         * legacy-gnus-agent.el
16883         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16884         help from Florian Weimer <fw@deneb.enyo.de>
16885
16886 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16887
16888         * nnmail.el (nnmail-cache-insert): Revert last change.
16889
16890 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * nnmail.el (nnmail-cache-insert): Always check whether
16893         nnmail-cache-ignore-groups matches a group name.
16894
16895 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16896
16897         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16898         (spam-find-spam, spam-log-processing-to-registry)
16899         (spam-log-registered-p, spam-log-unregistration-needed-p)
16900         (spam-log-undo-registration): Use gnus-message instead of
16901         gnus-error, none of these errors are fatal.
16902
16903         * gnus-registry.el (gnus-registry-clean-empty-function)
16904         (gnus-registry-clean-empty): Remove only empty entries without
16905         extra data.
16906
16907 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16908
16909         * spam-stat.el (spam-stat-buffer-change-to-spam)
16910         (spam-stat-buffer-change-to-non-spam): Change (error) to
16911         (gnus-message 8) invocation.
16912
16913 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * nntp.el (nntp-via-netcat-command): New variable.
16916         (nntp-via-netcat-switches): New variable.
16917         (nntp-open-via-rlogin-and-netcat): New function.
16918         (nntp-open-connection-function): Doc fix.
16919         (nntp-telnet-command): Doc fix.
16920         (nntp-end-of-line): Doc fix.
16921         (nntp-via-rlogin-command): Doc fix.
16922         (nntp-via-user-name): Doc fix.
16923         (nntp-via-address): Doc fix.
16924
16925 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16928         error in Emacs 21.1.
16929
16930 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16931
16932         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16933
16934 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16935
16936         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16937         (gnus-agent-with-refreshed-group): New macro.
16938         (gnus-agent-rename-group): New function.
16939         (gnus-agent-delete-group): New function.
16940         (gnus-agent-save-group-info): Use gnus-command-method when
16941         `method' parameter is nil.  Don't write nil entries into the
16942         active file.
16943         (gnus-agent-get-group-info): New function.
16944         (gnus-agent-fetch-articles): Use
16945         gnus-agent-update-files-total-fetched-for to increment disk space
16946         used.
16947         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16948         gnus-agent-update-view-total-fetched-for to increment disk space
16949         used.
16950         (gnus-agent-get-local): Added optional parameters to avoid calling
16951         gnus-group-real-name and gnus-find-method-for-group.
16952         (gnus-agent-set-local): Delete stored entry if either min, or max,
16953         are nil.
16954         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16955         quit, use gnus-agent-regenerate-group to record existance of any
16956         articles fetched to disk before the quit occurred.
16957         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16958         gnus-agent-update-view-total-fetched-for, and
16959         gnus-agent-update-files-total-fetched-for to decrement disk space
16960         used.
16961         (gnus-agent-retrieve-headers): Use
16962         gnus-agent-update-view-total-fetched-for to increment disk space
16963         used.
16964         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16965         with gnus-agent-update-files-total-fetched-for to decrement disk
16966         space and fresh group buffer.
16967         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16968         (gnus-agent-need-update-total-fetched-for): New variable.
16969         (gnus-agent-update-files-total-fetched-for): New function.
16970         (gnus-agent-update-view-total-fetched-for): New function.
16971         (gnus-agent-total-fetched-for): New function.
16972
16973         * gnus-cache.el (gnus-cache-save-buffers): Use
16974         gnus-cache-update-overview-total-fetched-for to change disk space
16975         used by this group.
16976         (gnus-cache-possibly-enter-article): Use
16977         gnus-cache-update-file-total-fetched-for to increment disk space
16978         used by this group.
16979         (gnus-cache-possibly-remove-article): Use
16980         gnus-cache-update-file-total-fetched-for to decrement disk space
16981         used by this group.
16982         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16983         (gnus-cache-rename-group): New function.
16984         (gnus-cache-delete-group): New function.
16985         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16986         (gnus-cache-need-update-total-fetched-for): New variable.
16987         (gnus-cache-with-refreshed-group): New macro.
16988         (gnus-cache-update-file-total-fetched-for): New function.
16989         (gnus-cache-update-overview-total-fetched-for): New function.
16990         (gnus-cache-rename-group-total-fetched-for): New function.
16991         (gnus-cache-delete-group-total-fetched-for): New function.
16992         (gnus-cache-total-fetched-for): New function.
16993
16994         * gnus-group.el: Require gnus-sum and autoload functions to
16995         resolve warnings when gnus-group.el compiled alone.
16996         (gnus-group-line-format): Documented new %F.
16997         (size of Fetched data) group line format; identifies disk space
16998         used by agent and cache.
16999         (gnus-group-line-format-alist): Defined new F format.
17000         (gnus-total-fetched-for): New function.
17001         (gnus-group-delete-group): No longer update
17002         gnus-cache-active-altered as gnus-request-delete-group now keeps
17003         the cache in sync.
17004         (gnus-group-list-active): Let the agent store a server's active
17005         list if currently plugged.
17006
17007         * gnus-int.el (gnus-request-delete-group):
17008         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17009         local disk in sync with the server.
17010         (gnus-request-rename-group):
17011         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17012         local disk in sync with the server.
17013
17014         * gnus-start.el (gnus-get-unread-articles):
17015         Cosmetic simplification to logic.
17016
17017         * gnus-util.el (gnus-rename-file): New function.
17018
17019 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17020
17021         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17022
17023 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17024
17025         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17026         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17027
17028 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17029
17030         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17031         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17032
17033 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17034
17035         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17036
17037 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17038
17039         * spam.el (spam-set-difference): Add function to replace
17040         gnus-set-difference in spam.el.
17041         (spam-summary-prepare-exit): Use spam-set-difference.
17042
17043 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17044
17045         * gnus-registry.el (gnus-registry-cache-file): Update to use
17046         gnus-dribble-directory OR gnus-home-directory OR ~.
17047         (gnus-registry-split-fancy-with-parent): Fix doc.
17048
17049 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * message.el (message-exchange-point-and-mark): Use
17052         message-mark-active-p.  Suggested by Jesper Harder
17053         <harder@ifa.au.dk>.
17054
17055 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * message.el (message-exchange-point-and-mark): Don't activate
17058         region if it was inactive.  Suggested by Hiroshi Fujishima
17059         <pooh@nature.tsukuba.ac.jp>.
17060
17061 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * gnus-art.el (article-display-face): Display Faces in the same
17064         order as X-Faces.
17065
17066 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17069
17070 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17071
17072         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17073         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17074         (gnus-article-mime-hierarchy): Remove.
17075         (gnus-article-mime-hierarchy-next): Remove.
17076         (gnus-article-mode): Revert 2004-03-19 change.
17077         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17078         (gnus-insert-mime-button): Revert 2004-03-19 change.
17079         (gnus-mime-accumulate-hierarchy): Remove.
17080         (gnus-mime-enter-multipart): Remove.
17081         (gnus-mime-leave-multipart): Remove.
17082         (gnus-mime-display-part): Revert 2004-03-19 change.
17083         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17084
17085         * mml.el (mml-preview): Revert 2004-03-19 change.
17086
17087 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17088
17089         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17090
17091 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17094         t while entering a file name using the mm-with-multibyte macro.
17095         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17096
17097         * mm-util.el (mm-with-multibyte): New macro.
17098
17099 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17102         user option.
17103         (gnus-mime-multipart-functions): Doc and customization fix.
17104         (gnus-article-mime-hierarchy): New variable.
17105         (gnus-article-mime-hierarchy-next): New variable.
17106         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17107         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17108         gnus-article-mime-hierarchy-next to nil.
17109         (gnus-insert-mime-button): Show hierarchy numbers.
17110         (gnus-mime-accumulate-hierarchy): New function.
17111         (gnus-mime-enter-multipart): New function.
17112         (gnus-mime-leave-multipart): New function.
17113         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17114         (gnus-mime-display-alternative): Show hierarchy numbers.
17115
17116         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17117         gnus-article-mime-hierarchy-next to nil.
17118
17119 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17120
17121         * dns.el: Don't require gnus-xmas.
17122
17123 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17124
17125         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17126         inline PGP.
17127         (mml-menu): Disable mml-quote-region if mark is inactive.
17128
17129 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17132         when the group's active is not available.
17133
17134 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17137         error.
17138
17139 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17140
17141         * imap.el (imap-store-password): New variable.
17142         (imap-interactive-login): Use it.
17143         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17144
17145 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17148         window-start and hscroll to summary window.
17149
17150 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17151
17152         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17153         conversion message to newsrc-dribble when an actual conversion is
17154         performed.
17155
17156 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17157
17158         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17159
17160 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * mm-decode.el (mm-complicated-handles): New function reviving
17163         former definition of mm-multiple-handles.
17164
17165         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17166         (gnus-mime-delete-part): Use it.
17167
17168 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17169
17170         * gnus-agent.el (gnus-agent-read-local): Bind
17171         nnheader-file-coding-system to gnus-agent-file-coding-system to
17172         avoid the implicit assumption that they will always be equal.
17173         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17174         coding-system-for-write, as the with-temp-file macro first prints
17175         to a buffer then saves the buffer.
17176
17177 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17178
17179         * gnus-art.el (gnus-article-edit-part): New function.
17180         (gnus-mime-save-part-and-strip): Use it; do query instead of
17181         signaling an error; don't use mm-multiple-handles.
17182         (gnus-mime-delete-part): Ditto.
17183
17184 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17185
17186         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17187         old file versions.
17188         (gnus-group-prepare-hook): Removed function that converted list
17189         form of gnus-agent-expire-days to group properties.
17190
17191         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17192         (gnus-request-accept-article): Re-indented.
17193
17194         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17195         converters to handle old agent file formats.  Added logic for a
17196         "backup before upgrading warning".
17197         (gnus-convert-mark-converter-prompt): Developers can mark
17198         functions as needing (default), or not needing,
17199         gnus-convert-old-newsrc's "backup before upgrading warning".
17200         (gnus-convert-converter-needs-prompt): Tests whether the user
17201         should be protected from potentially irreversable changes by the
17202         function.
17203
17204         * legacy-gnus-agent.el: New.  Provides converters that are only
17205         loaded when gnus-convert-old-newsrc needs to call them.
17206
17207 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * mail-source.el (mail-source-touch-pop): Doc fix.
17210
17211         * message.el (message-smtpmail-send-it): Doc fix.
17212
17213 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17214
17215         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17216
17217         * nnmail.el (nnmail-split-fancy): do.
17218
17219         * gnus-kill.el (gnus-kill, gnus-execute): do.
17220
17221 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17222
17223         * gnus-sum.el (gnus-widget-reversible-match)
17224         (gnus-widget-reversible-to-internal)
17225         (gnus-widget-reversible-to-external): New functions.
17226         (gnus-widget-reversible): New widget.
17227         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17228
17229 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17230
17231         * gnus-sum.el (gnus-thread-sort-functions)
17232         (gnus-article-sort-functions): Document `(not F)' items.
17233
17234 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17235
17236         * spam.el (spam-use-gmane-xref): Add new backend.
17237         (spam-gmane-xref-spam-group): Add variable to control the name of the
17238         Gmane spam group.
17239         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17240         (spam-regex-headers-spam, spam-regex-headers-ham)
17241         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17242         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17243         backends and checks.
17244         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17245
17246         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17247         an autodetect method.
17248
17249 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17250
17251         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17252         articles are being added to a group.
17253         (gnus-request-replace-article): Inform the agent that articles
17254         need to be uncached as the cached contents are no longer valid.
17255
17256 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * binhex.el: Don't autoload executable-find.
17259
17260         * canlock.el: Don't autoload mail-fetch-field.
17261
17262         * dgnushack.el: Autoload c-mode for XEmacs.
17263
17264         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17265
17266         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17267         rmail-dont-reply-to and rmail-output.
17268
17269         * gnus-score.el: Don't autoload ffap-string-at-point.
17270
17271         * gnus-setup.el: Don't autoload sc-cite-original.
17272
17273         * imap.el: Don't autoload base64-decode-string,
17274         base64-encode-string and md5.
17275
17276         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17277         and rmail-msg-restore-non-pruned-header.
17278
17279         * mm-decode.el: Don't autoload executable-find.
17280
17281         * mm-url.el: Don't autoload executable-find.
17282
17283         * mm-view.el: Don't autoload diff-mode.
17284
17285         * nndb.el: Don't autoload news-reply-mode, news-setup,
17286         cancel-timer and telnet.
17287
17288         * password.el: Don't autoload run-at-time for Emacs.
17289
17290         * sha1-el.el: Don't autoload executable-find.
17291
17292         * sieve-mode.el: Don't autoload c-mode.
17293
17294         * uudecode.el: Don't autoload executable-find.
17295
17296 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17297
17298         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17299         (gnus-agent-possibly-alter-active): Avoid null in numeric
17300         comparison.
17301         (gnus-agent-set-local): Refuse to save null in local object table.
17302         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17303         list of articles that will be marked as unread.
17304
17305 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17308
17309 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17310
17311         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17312         language tags.
17313
17314 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17315
17316         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17317         Don't bind "obarray".
17318
17319         * gnus-sum.el (gnus-thread-sort-functions): Added
17320         `gnus-thread-sort-by-most-recent-number' and
17321         `gnus-thread-sort-by-most-recent-date'.
17322         Reported by Kai Grossjohann <kai@emptydomain.de>.
17323
17324 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17325
17326         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17327
17328 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17329
17330         * gnus-cus.el (gnus-agent-customize-category): Removed
17331         ignore-errors macro reference that required cl to be loaded at
17332         run-time.
17333
17334         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17335         single-interval range of the form (min . max).  Previously the
17336         range had to look like ((min . max)).  Likewise, return
17337         (min . max) rather than ((min . max)).
17338         (gnus-range-map): Use gnus-range-normalize to accept
17339         single-interval range.
17340
17341         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17342         the cache, but not the agent, now appear with their usual face.
17343
17344         * dgnushack.el (loaddir): New variable that is bound to the
17345         directory containing the dgnushack.el file. Use loaddir, rather
17346         than srcdir, to update load-path. Change lets dgnushack compile
17347         code in directories other than GNUS/lisp.
17348
17349 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * lpath.el: Don't bind w3m-safe-url-regexp.
17352
17353         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17354         w3m-safe-url-regexp variable buffer-local.
17355
17356         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17357
17358 2004-02-27  Simon Josefsson  <jas@extundo.com>
17359
17360         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17361         gnus-group-real-prefix.
17362         (gnus-summary-move-article): Use it, instead of
17363         gnus-group-real-prefix.
17364
17365 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * lpath.el: Bind w3m-safe-url-regexp.
17368
17369         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17370         w3m-safe-url-regexp variable buffer-local and set it as the value
17371         of mm-w3m-safe-url-regexp.
17372
17373         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17374
17375         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17376         parsing gnus-posting-styles when the message is not for replying.
17377
17378         * dgnushack.el: Autoload sgml-mode for XEmacs.
17379
17380         * nnrss.el (nnrss-opml-export): Use
17381         mm-set-buffer-file-coding-system instead of
17382         set-buffer-file-coding-system.
17383
17384 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17385
17386         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17387         of checkdoc.el).
17388         * nnrss.el: do.
17389         * gnus-mlspl.el: do.
17390         * gnus-ml.el: do.
17391         * gnus-srvr.el: do.
17392
17393         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17394
17395 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17396
17397         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17398         Corrections to custom-manual links.
17399
17400         * gnus-art.el (gnus-article): Ditto.
17401
17402         * mm-decode.el (mime-display, mime-security): Ditto.
17403
17404 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17405
17406         * flow-fill.el: Typo.
17407
17408 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17409
17410         * spam-wash.el: New file.
17411
17412 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17413
17414         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17415
17416 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17417
17418         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17419         to be run with new-articles as LIST1, not LIST2.
17420         (spam-registration-functions): Add spam-use-ham-copy as a nil
17421         registration backend.
17422
17423 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17424
17425         * spam-stat.el (spam-stat-washing-hook): New option.
17426         (spam-stat-buffer-words): Use it.
17427         (spam-stat-process-directory, spam-stat-test-directory): Use
17428         insert-file-contents-literally.
17429         (spam-stat-coding-system): New variable.
17430         (spam-stat-load, spam-stat-save): Use it.
17431
17432 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * spam-report.el (spam-report-plug-agent): Quote
17435         spam-report-url-to-file and spam-report-url-ping-plain.
17436
17437 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17438
17439         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17440         / in mailto URLs.
17441
17442 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17443
17444         * spam-report.el (spam-report-process-queue): Fix interactive use.
17445         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17446         (spam-report-unplug-agent): Doc fixes.
17447         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17448         (spam-report-agentize, spam-report-deagentize): Autoload.
17449
17450 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17453
17454         * message.el (message-setup-fill-variables): Add mml tags to
17455         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17456         <ajk@iu.edu>.
17457         (message-mode): Don't modify paragraph-separate there.
17458
17459 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * compface.el (uncompface-use-external): Default to undecided.
17462         (uncompface-use-external-threshold): New variable.
17463         (uncompface-float-time): New macro.
17464         (uncompface): Determine whether to use the external decoder if
17465         uncompface-use-external is undecided.
17466
17467 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17468
17469         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17470         after images.
17471
17472         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17473
17474 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17475
17476         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17477
17478         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17479
17480         * gnus-sum.el (gnus-summary-limit-to-age)
17481         (gnus-summary-limit-children): do.
17482
17483         * gnus-int.el (gnus-request-scan): do.
17484
17485         * gnus-group.el (gnus-group-suspend): do.
17486
17487         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17488
17489         * gnus-cite.el (gnus-cite-parse-attributions): do.
17490
17491         * gnus-agent.el (gnus-summary-set-agent-mark)
17492         (gnus-agent-regenerate-group): do.
17493
17494         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17495
17496         * binhex.el (binhex-decode-region-internal): do.
17497
17498 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17499
17500         * gnus-fun.el (gnus-face-properties-alist): New user option.
17501         (gnus-display-x-face-in-from): Use it.
17502
17503         * gnus-art.el (article-display-face): Ditto.
17504
17505         * compface.el (uncompface-use-external): Default to nil.
17506
17507 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17508
17509         * nntp.el (nntp-erase-buffer): New function.
17510         (nntp-retrieve-data, nntp-send-command)
17511         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17512         (nntp-possibly-change-group): Use it.
17513
17514         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17515         with-current-buffer.
17516
17517 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17518
17519         * compface.el: Merge the ELisp-based uncompface program.
17520         (compface): New customization group.
17521         (uncompface-use-external): New user option.
17522         (uncompface): Call uncompface-internal if uncompface-use-external
17523         is nil.
17524         (uncompface-internal): New function.  Note that there are also
17525         some other functions and variables added for this function.
17526
17527 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17528
17529         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17530         if necessary.
17531
17532 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17533
17534         * spam-report.el (spam-report-unplug-agent)
17535         (spam-report-plug-agent, spam-report-deagentize)
17536         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17537         Add support for the Agent in spam-report: when unplugged, report to a
17538         file; when plugged, submit all the requests.
17539
17540         * spam.el (spam-register-routine): Fix message about
17541         registration.
17542
17543 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17544
17545         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17546         dependencies.
17547         (rfc2047-encode): Use it.
17548
17549         * gnus-art.el (gnus-button-marker-list): Move before first
17550         reference.
17551
17552         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17553         (imap-parse-body): Fix format string mismatch.
17554
17555         * gnus-score.el (gnus-summary-increase-score): do.
17556
17557         * nnrss.el (nnrss-close): New function.
17558
17559 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17560
17561         * nnrss.el (nnrss-make-filename): New function.
17562         (nnrss-request-delete-group, nnrss-read-server-data)
17563         (nnrss-save-server-data, nnrss-read-group-data)
17564         (nnrss-save-group-data): Use it.
17565         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17566         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17567         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17568
17569 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17570
17571         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17572
17573 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17574
17575         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17576         files.
17577
17578         * message.el (message-generate-headers-first): Don't quote nil
17579         and t in docstrings.
17580
17581         * imap.el (imap-id): do.
17582
17583         * gnus-agent.el (gnus-agent-consider-all-articles)
17584         (gnus-agent-queue-mail): do.
17585
17586 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17587
17588         * spam-report.el (spam-report-process-queue): New function.
17589         Process requests from `spam-report-requests-file'.
17590         (spam-report-process-queue): Doc fix.
17591
17592 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17593
17594         * spam.el (spam-register-routine)
17595         (spam-log-processing-to-registry, spam-log-registered-p)
17596         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17597         Change "check" to "spam-check" for semi-clarity.
17598
17599 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17600
17601         * pop3.el: Require nnheader.
17602
17603         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17604
17605         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17606
17607         * gnus-picon.el: Require cl.
17608
17609         * gnus-fun.el: Require gnus-ems and gnus-util.
17610
17611         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17612
17613         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17614
17615         * gnus-art.el (gnus-article-edit-mode): Define before first
17616         reference.
17617
17618 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17619
17620         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17621         (gnus-uu-post-encoded): Use point-at-bol.
17622
17623         * gnus-topic.el (gnus-group-active-topic-p): do.
17624
17625         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17626
17627         * gnus-group.el (gnus-group-kill-region): do.
17628
17629         * gnus-art.el (article-date-ut): do.
17630
17631         * message.el (message-fetch-field): Remove redundant
17632         case-fold-search binding.
17633         (message-narrow-to-field): Simplify.
17634
17635 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17636
17637         * spam.el (spam-directory): Derive from `gnus-directory'.
17638
17639         * spam-report.el (spam-report-url-to-file)
17640         (spam-report-requests-file): New function and variable for offline
17641         reporting.
17642         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17643         and user defined function.
17644         (spam-report-url-ping-mm-url): Remove doubled slash.
17645
17646 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17647
17648         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17649
17650 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17651
17652         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17653         format string mismatch.
17654
17655         * sieve.el (sieve-deactivate-all): do.
17656
17657         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17658
17659         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17660
17661         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17662
17663         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17664
17665 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17666
17667         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17668         the list of checks.
17669
17670 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17671
17672         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17673         padding.
17674
17675 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17676
17677         * mm-view.el (mm-fill-flowed): New variable.
17678         (mm-inline-text): Use it.
17679
17680 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17681
17682         * spam.el (spam-spamassassin-register-ham-routine)
17683         (spam-spamassassin-register-spam-routine): Fix function names.
17684
17685 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * gnus.el (gnus-tmp-grouplens): Remove.
17688         (gnus-summary-line-format): Remove grouplens.
17689
17690         * gnus-group.el (gnus-group-line-format): Ditto.
17691
17692         * gnus-spec.el (gnus-format-specs): Ditto.
17693         (gnus-update-format-specifications): Flush the group format spec
17694         cache if there's the grouplens stuff.
17695         (gnus-parse-simple-format): Replace %l with the empty string.
17696
17697 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17698
17699         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17700         omission.
17701
17702 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17705         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17706
17707 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17708
17709         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17710         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17711         New macros and functions.
17712         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17713         Handle > NLINK_MAX messages.
17714         * nnmaildir.el (nnmaildir-request-set-mark): Use
17715         nnmaildir--emlink-p and nnmaildir--eexist-p.
17716
17717 2004-01-25  Alex Schroeder  <alex@gnu.org>
17718
17719         * spam-stat.el (spam-stat-process-directory-age): New option.
17720         (spam-stat-process-directory): Use it.
17721
17722 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17723
17724         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17725         (spam-stat-save): Accept prefix argument.
17726
17727 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17728
17729         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17730         links" error.
17731
17732 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17735         the rest of the and/or forms.
17736
17737 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17738
17739         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17740         compatibility with old .newsrc.eld files.
17741
17742         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17743
17744         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17745
17746         * gnus-start.el (gnus-1): do.
17747
17748         * gnus-group.el (gnus-group-line-format-alist): do.
17749
17750         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17751
17752         * gnus-gl.el: Remove.
17753
17754 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17755
17756         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17757         marks consisting of a single range {for example, (3 . 5)} rather
17758         than a list of a single range { ((3 . 5)) }.
17759
17760 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17761
17762         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17763         with-current-buffer.
17764         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17765         avoid consing a string.
17766
17767         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17768         Remove obsolete entries for big5 and gb2312.
17769
17770 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17771
17772         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17773         uncompressed list.
17774
17775 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17776
17777         * spam-stat.el (spam-stat-strip-xref): New function.
17778         (spam-stat-process-directory): Use it.
17779
17780         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17781         here -- it's done in message-fetch-field.
17782
17783 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17784
17785         * gnus-agent.el (gnus-agent-queue-mail)
17786         (gnus-agent-prompt-send-queue): New variables.
17787         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17788         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17789         "nndraft:queue" along to gnus-draft-send.  Use
17790         gnus-agent-prompt-send-queue.
17791         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17792         is "nndraft:queue".  Suggested by Gaute Strokkenes
17793         <gs234@srcf.ucam.org>
17794
17795         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17796         (agent-enable-undownloaded-faces): Added.
17797         (gnus-agent-cat-groups): Use eval-and-compile, not
17798         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17799         method of gnus-agent-cat-groups even when the buffer has been
17800         evaled.
17801         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17802         delete gnus-agent-save-active-1.
17803         (gnus-agent-save-groups): Deleted.  Identical to
17804         gnus-agent-save-active.
17805         (gnus-agent-write-active): No longer adjust agent's copy of active
17806         file as agent's adjustments are now stored in their own
17807         file.  Removed optional parameter.
17808         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17809         servers.  Add use of min/max range limits from server's local
17810         file.
17811         (gnus-agent-save-alist): Removed unused optional argument.
17812         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17813         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17814         (gnus-agent-set-local): A per-server file that keeps min/max range
17815         limits for articles known to the agent.  Provides a fast mechanism
17816         for altering many active ranges.
17817         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17818         active file (local makes it unnecessary).
17819         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17820
17821         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17822         (agent-enable-undownloaded-faces): Added.
17823
17824         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17825         disable it when sending to "nndraft:queue".
17826         (gnus-group-send-queue): Add safety check to avoid sending queue
17827         when unplugged.
17828
17829         * gnus-group.el (gnus-group-catchup): Use new
17830         gnus-sequence-of-unread-articles, not
17831         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17832         numbers of articles.  Use gnus-range-map to avoid having to
17833         uncompress the unread list.
17834         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17835         Fixed invalid ange-ftp reference.
17836
17837         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17838         (gnus-sorted-range-intersection): Intersection of two ranges
17839         without requiring that they first be uncompressed.
17840
17841         * gnus-start.el (gnus-activate-group): Unless blocked by the
17842         caller, possibly expand the active range to include both cached
17843         and agentized articles.
17844         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17845         multiple version-dependent converters.
17846         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17847         gnus-agent-save-active.
17848         (gnus-save-newsrc-file): Save dirty agent range limits.
17849
17850         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17851         gnus-agent-possibly-alter-active.
17852         (gnus-adjust-marked-articles): Faster handling of simple lists.
17853
17854 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17855
17856         * spam-stat.el (spam-stat-test-directory): New optional argument
17857         displays a list of files detected.  Suggested by Andrew Cohen
17858         <cohen@andy.bu.edu>.
17859         (spam-stat-buffer-words-with-scores): Don't narrow and change
17860         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17861
17862 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17863
17864         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17865         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17866         (spam-spamassassin-arguments)
17867         (spam-spamassassin-spam-flag-header)
17868         (spam-spamassassin-positive-spam-flag-header)
17869         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17870         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17871         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17872         (spam-list-of-processors, spam-list-of-checks)
17873         (spam-list-of-statistical-checks, spam-registration-functions)
17874         (spam-check-spamassassin-headers, spam-check-spamassassin)
17875         (spam-spamassassin-score)
17876         (spam-spamassassin-register-with-sa-learn)
17877         (spam-spamassassin-register-spam-routine)
17878         (spam-spamassassin-register-ham-routine)
17879         (spam-assassin-register-spam-routine)
17880         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17881         (spam-bogofilter-score): Fix to show article before scoring.
17882
17883 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17884
17885         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17886         default scoring function.
17887         (spam-generic-score): Call spam-spamassassin-score if
17888         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17889         spam-bogofilter-score otherwise.
17890
17891         * gnus.el (spam-process, spam-autodetect-methods): Add
17892         spamassassin and spamassassin-headers.
17893
17894 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17895
17896         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17897         Suppress unnecessary messages.
17898
17899 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17900
17901         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17902         make-hash-table.
17903
17904 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * canlock.el (base64-encode-string): Don't autoload it.
17907
17908 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * run-at-time.el: Remove useless (require 'itimer),
17911         eval-and-compile and (featurep 'xemacs).
17912
17913 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17914
17915         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17916         GROUP is a virtual group.
17917
17918 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17919
17920         * gnus.el: Autoload `message-y-or-n-p'.
17921
17922 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17923
17924         * pgg-parse.el: Remove unnecessary (require 'custom).
17925
17926         * pgg-def.el: do.
17927
17928         * nnmail.el: do.
17929
17930         * gnus-undo.el: do.
17931
17932         * gnus-picon.el: do.
17933
17934         * gnus-util.el: do.
17935
17936 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17937
17938         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17939
17940 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17943         handle, as well as a list.
17944
17945         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17946         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17947         (mm-w3m-cid-retrieve): Simplify.
17948
17949 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17950
17951         * message.el (message-kill-to-signature): Allow prefix arg to
17952         specify number of lines to keep before signature.
17953
17954 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17955
17956         * message.el (message-kill-to-signature): Change docstring.
17957
17958 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * canlock.el: Always require sha1-el.
17961         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17962
17963         * message.el: Autoload sha1 only when compiling.
17964
17965         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17966         eudc-expand-inline for XEmacs.
17967
17968 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * message.el (message-canlock-generate): Require sha1-el.
17971
17972 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17973
17974         * message.el (message-expand-name): Silence the byte compiler.
17975
17976         * lpath.el: Add detect-coding-system.
17977
17978         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17979         cus-edit.
17980
17981 2004-01-13  Simon Josefsson  <jas@extundo.com>
17982
17983         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17984         Invoke gnus-score-mode.  Reported by
17985         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17986
17987         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17988         Jim Blandy <jimb@redhat.com> (tiny change).
17989
17990 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17991
17992         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17993
17994 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17995
17996         * spam.el (spam-get-article-as-string): Update to use
17997         gnus-request-article-this-buffer, much simpler.
17998         (spam-get-article-as-buffer): Remove.
17999
18000 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18001
18002         * message.el (message-expand-name): Use EUDC if the user uses that.
18003
18004 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18005
18006         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18007         character for the encoding to avoid consing a string.
18008
18009         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18010         unnecessarily.
18011
18012         * mm-util.el (mm-replace-chars-in-string): Remove.
18013
18014         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18015         of mm-replace-chars-in-string.
18016
18017 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18018
18019         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18020
18021         * mm-util.el (mm-subst-char-in-string): Support inplace.
18022
18023         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18024         a new string in every iteration.  Use shy groups.
18025
18026 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18027
18028         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18029         * gnus-soup.el (gnus-soup-group-brew):
18030         * gnus-msg.el (gnus-put-message):
18031         * gnus-move.el (gnus-group-move-group-to-server):
18032         * gnus-kill.el (gnus-batch-score):
18033         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18034         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18035         (gnus-group-update-group, gnus-group-read-group)
18036         (gnus-group-make-group, gnus-group-make-help-group)
18037         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18038         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18039         (gnus-group-sort-by-unread, gnus-group-catchup)
18040         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18041         (gnus-group-yank-group, gnus-group-set-info)
18042         (gnus-group-list-groups):
18043         * gnus.el (gnus-generate-new-group-name):
18044         * gnus-delay.el (gnus-delay-send-queue):
18045         * nnvirtual.el (nnvirtual-catchup-group):
18046         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18047         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18048         (gnus-group-prepare-topics, gnus-topic-check-topology):
18049         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18050         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18051         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18052         (gnus-group-make-articles-read):
18053         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18054         (gnus-group-change-level, gnus-kill-newsgroup)
18055         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18056         (gnus-get-unread-articles, gnus-make-articles-unread)
18057         (gnus-make-ascending-articles-unread): Use accessor
18058         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18059         to get group information for improved readability.
18060
18061
18062 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18063
18064         * gnus-art.el (article-decode-mime-words, article-babel)
18065         (gnus-article-highlight-signature, gnus-article-add-buttons)
18066         (gnus-signature-toggle): Use gnus-with-article-buffer.
18067
18068         * gnus-art.el (gnus-article-highlight-headers)
18069         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18070
18071         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18072         (gnus-article-set-globals, gnus-request-article-this-buffer)
18073         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18074         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18075         (gnus-mime-display-alternative): Use with-current-buffer.
18076
18077 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18078
18079         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18080         also under 80 char limit, and call gnus-error if needed.
18081         (spam-fetch-article-header): Fix - it was a
18082         buffer-local variable (gnus-newsgroup-data).
18083         (spam-find-spam): Use spam-generate-fake-headers, forget about
18084         spam-insert-fake-headers.
18085         (spam-insert-fake-headers): Remove.
18086
18087 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18088
18089         * deuglify.el (gnus-article-outlook-unwrap-lines)
18090         (gnus-outlook-rearrange-article)
18091         (gnus-outlook-repair-attribution-outlook)
18092         (gnus-outlook-repair-attribution-block)
18093         (gnus-outlook-repair-attribution-other): Remove redundant
18094         save-excursion.
18095
18096 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18097
18098         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18099         (spam-fetch-field-subject-fast)
18100         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18101         (spam-fetch-article-header): Add functions to deal with Gnus
18102         internals for fast retrieval of article header data.
18103         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18104
18105 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18106
18107         * pop3.el (pop3-md5): Remove.
18108         (pop3-apop): Replace pop3-md5 with md5.
18109
18110         * mm-bodies.el: base64 is always built-in.
18111
18112         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18113         with-current-buffer.
18114
18115 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * canlock.el (canlock-insert-header): Remove excessive grouping in
18118         regexp.
18119
18120         * gnus-sum.el (gnus-summary-read-document): Ditto.
18121
18122         * gnus-uu.el (gnus-uu-part-number): Ditto.
18123
18124         * html2text.el (html2text-remove-tags): Ditto.
18125         (html2text-format-tags): Ditto.
18126         (html2text-format-single-elements): Ditto.
18127
18128         * mml.el (mml-parse-1): Ditto.
18129
18130 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18131
18132         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18133
18134         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18135
18136         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18137
18138         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18139
18140 2003-11-15  Simon Josefsson  <jas@extundo.com>
18141
18142         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18143         (pgg-gpg-lookup-key): Use regexp match instead of
18144         split-string (split-string is different between emacs 21.2 and
18145         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18146
18147 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18148
18149         * gnus-art.el (gnus-mime-view-all-parts)
18150         (gnus-article-part-wrapper, gnus-article-view-part): Use
18151         with-current-buffer.
18152
18153 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18154
18155         * spam.el (spam-disable-spam-split-during-ham-respool)
18156         (spam-spamoracle-database, spam-cache-lookups)
18157         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18158         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18159         (spam-group-ham-marks, spam-group-spam-marks)
18160         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18161         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18162         also add spam-use-blackholes to the statistical checks.
18163         (spam-fetch-field-fast): Add interface to fetching fields, may
18164         become a macro.
18165         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18166         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18167         (spam-insert-fake-headers): Fake an article when needed.
18168         (spam-find-spam): Fake article when possible.
18169         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18170         (spam-check-bogofilter-headers): Use message-fetch-field instead
18171         of nnmail-fetch-field.
18172
18173 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18174
18175         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18176
18177 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18178
18179         * spam.el (spam-split): Do not require spam-use-CHECK to be
18180         enabled if that check is passed to spam-split explicitly; also
18181         fix so 'spam doesn't get converted to spam-split-group when
18182         spam-split-symbolic-return is t.
18183         (spam-find-spam): Find registrations of the article and use those
18184         instead of re-running spam-split to find the spam/ham
18185         classification of the article.
18186         (spam-log-processing-to-registry, spam-log-registered-p)
18187         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18188         Use gnus-error instead of gnus-message.
18189         (spam-log-registration-type): Add function to determine the
18190         classification of a message based on registry entries; will
18191         return nil if both 'spam and 'ham are found.
18192         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18193         a reasonably fast local cache without the loading errors.
18194         (spam-cache-lookups): Set to t by default.
18195         (spam-find-spam): Don't try to guess spam-cache-lookups.
18196         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18197         spam-caches entry.
18198         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18199         caching of whitelist/blacklist entries.
18200         (spam-check-whitelist, spam-check-blacklist): Invoke
18201         spam-from-listed-p with a type, not a cache variable.
18202         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18203
18204 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18205
18206         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18207
18208         * nnmail.el (nnmail-split-fancy): do.
18209
18210         * mml.el (mml-parse): do.
18211
18212         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18213         (gnus-score-adaptive): do.
18214
18215 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18218         (gnus-mime-button-map): Don't set keymap parent.
18219         (gnus-button-ctan-directory-regexp): Use shy grouping.
18220         (gnus-prev-page-map): Don't set keymap parent.
18221         (gnus-prev-page-map): Remove duplicated one.
18222         (gnus-next-page-map): Don't set keymap parent.
18223         (gnus-mime-security-button-map): Ditto.
18224
18225         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18226         version number.
18227
18228         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18229
18230 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * canlock.el (canlock-sha1-function): Remove.
18233         (canlock-sha1-function-for-verify): Remove.
18234         (canlock-openssl-program): Remove.
18235         (canlock-openssl-args): Remove.
18236         (canlock-ignore-errors): Remove.
18237         (canlock-sha1-with-openssl): Remove.
18238         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18239         (canlock-verify): Don't use canlock-ignore-errors.
18240
18241         * sha1-el.el (sha1-string-external): Make it can return a string
18242         in binary form.
18243         (sha1-region-external): Ditto.
18244         (sha1-string-internal): Ditto.
18245         (sha1-region-internal): Ditto.
18246         (sha1-region): Ditto.
18247         (sha1-string): Ditto.
18248         (sha1): Ditto.
18249
18250 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18251
18252         * spam.el (spam-report-articles-gmane): New command.
18253
18254 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18257
18258         * run-at-time.el (run-at-time-saved): Remove.
18259         (run-at-time): Doc fix.
18260
18261 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18262
18263         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18264         (gnus-summary-limit-map): Add it.
18265         (gnus-summary-make-menu-bar): do.
18266
18267 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18268
18269         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18270         Make attempt at some caching support (done for BBDB only now).
18271         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18272         addresses to be checked.
18273         (spam-clear-cache-BBDB): Add function, to be invoked by
18274         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18275         (spam-check-BBDB): Check and use the caches, if
18276         spam-cache-lookups is on, remove superfluous (provide).
18277
18278 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18279
18280         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18281
18282 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18283
18284         * run-at-time.el (run-at-time-saved): Move to after the definition
18285         of `run-at-time'.
18286
18287         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18288
18289 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18292         mm-w3m-local-map-property.
18293
18294         * mm-view.el (mm-w3m-mode-map): Remove.
18295         (mm-w3m-local-map-property): Remove.
18296         (mm-inline-text-html-render-with-w3m): Don't use
18297         mm-w3m-local-map-property.
18298
18299 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18300
18301         * run-at-time.el: New file.
18302
18303         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18304         under Emacs.
18305
18306         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18307         of gnus-set-text-properties.
18308
18309         * gnus-uu.el (gnus-uu-save-article): Ditto.
18310
18311         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18312
18313         * gnus-cite.el (gnus-cite-parse): Ditto.
18314
18315         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18316         of gnus-.
18317
18318         * gnus-xmas.el (run-at-time): Require run-at-time.
18319
18320         * gnus.el: Changed calls to nnheader-run-at-time and
18321         password-run-at-time throughout to use run-at-time directly.
18322
18323         * password.el: Removed definition of run-at-time.
18324
18325         * nnheaderxm.el: Remove definition of run-at-time.
18326
18327 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18328
18329         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18330         in prompt.
18331
18332 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18333
18334         * messagexmas.el (message-xmas-redefine): Alias
18335         `message-make-caesar-translation-table' to
18336         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18337         version.
18338
18339         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18340         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18341         `gnus-xmas-set-text-properties'.
18342         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18343         `gnus-xmas-completing-read'.
18344         (gnus-xmas-completing-read): Removed.
18345         (gnus-xmas-open-network-stream): Removed.
18346
18347         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18348         XEmacs version.
18349
18350         * dns.el (dns-make-network-process): Use `open-network-stream'
18351         instead of `gnus-xmas-open-network-stream'.
18352
18353         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18354
18355         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18356
18357 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18358
18359         * gnus-art.el (gnus-mime-display-alternative)
18360         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18361         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18362         Don't use gnus-local-map-property.
18363
18364         * gnus-util.el (gnus-local-map-property): Remove.
18365
18366         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18367         gnus-completing-read-maybe-default with completing-read.
18368
18369         * gnus-util.el (gnus-completing-read): do.
18370         (gnus-completing-read-maybe-default): Remove.
18371
18372 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18373
18374         * password.el: Only autoload `run-at-time' if not XEmacs.
18375         Only autoload the itimer functions if XEmacs.
18376
18377 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18378
18379         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18380         XEmacsen.
18381
18382         * dgnushack.el: Autoload executable-find for XEmacs.
18383
18384 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18385
18386         * gnus-art.el (gnus-read-string): Remove.
18387         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18388         read-string.
18389
18390 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18391
18392         * netrc.el: Autoload password-read.
18393         (netrc): Add configuration group.
18394         (netrc-encoding-method, netrc-openssl-path): Add
18395         variables for encoding and decoding of files with symmetric
18396         ciphers.
18397         (netrc-encode): Add assistant function to encode a file with
18398         netrc-encoding-method.
18399         (netrc-parse): Add interactive parameter, added optional
18400         decoding if netrc-encoding-method is non-nil but otherwise
18401         behavior is standard.
18402         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18403         Do s/encode/encrypt/ everywhere.
18404
18405         * spam.el: Remove executable-find autoload.
18406
18407 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18408
18409         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18410
18411         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18412
18413 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18414
18415         * gnus-art.el (gnus-treat-ansi-sequences)
18416         (article-treat-ansi-sequences): New variable and function.
18417         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18418
18419         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18420         Use it.
18421
18422 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18423
18424         * mm-util.el (mm-quote-arg): Remove.
18425
18426         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18427         shell-quote-argument.
18428
18429         * gnus-uu.el (gnus-uu-command): do.
18430
18431         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18432
18433         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18434         with make-char.
18435
18436         * mm-util.el (mm-make-char): Remove.
18437
18438         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18439         add-minor-mode.
18440
18441         * gnus-undo.el (gnus-undo-mode): do.
18442
18443         * gnus-topic.el (gnus-topic-mode): do.
18444
18445         * gnus-sum.el (gnus-dead-summary-mode): do.
18446
18447         * gnus-start.el (gnus-slave-mode): do.
18448
18449         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18450
18451         * gnus-ml.el (gnus-mailing-list-mode): do.
18452
18453         * gnus-gl.el (gnus-grouplens-mode): do.
18454
18455         * gnus-draft.el (gnus-draft-mode): do.
18456
18457         * gnus-dired.el (gnus-dired-mode): do.
18458
18459         * gnus-ems.el (gnus-add-minor-mode): Remove.
18460
18461         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18462         Replace gnus-char-width with char-width.
18463
18464         * gnus-ems.el (gnus-char-width): Remove.
18465
18466         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18467         Replace gnus-char-width with char-width.
18468
18469         * gnus-ems.el (gnus-char-width): Remove.
18470
18471         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18472         definition.
18473         Remove Emacs 20 hash table compatibility code.
18474
18475         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18476         20 compatibility code.
18477
18478         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18479
18480         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18481
18482         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18483         with point-at-{eol,bol}.
18484
18485         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18486
18487         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18488
18489         * flow-fill.el (fill-flowed-point-at-bol)
18490         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18491
18492         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18493         Replace with point-at-{eol,bol} throughout all files.
18494
18495 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * ntlm.el (ntlm-string-as-unibyte): New macro.
18498         (ntlm-build-auth-response): Use it.
18499
18500         Remove Emacs 20 stuff:
18501         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18502         (butlast, mapc, remove): Remove the compiler macros.
18503         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18504         of delq and copy-sequence.
18505         * gnus-art.el (popup-menu): Remove the compiler macro.
18506         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18507         Emacs 20.
18508
18509 2004-01-05  Simon Josefsson  <jas@extundo.com>
18510
18511         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18512         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18513         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18514         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18515         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18516         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18517         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18518         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18519         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18520         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18521         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18522         string-xor into ntlm-string-xor.  Suggested by
18523         Jesper Harder <harder@myrealbox.com>.
18524
18525         * ntlm.el: Don't include poem.
18526
18527         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18528         Jesper Harder <harder@myrealbox.com>.
18529
18530         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18531
18532         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18533         probably breaks emacs with DL patch, but do we care? Is anyone
18534         still using the DL stuff?)
18535
18536         * sieve-manage.el: Use the password package.
18537         (sieve-manage-read-passwd): Remove.
18538         (sieve-manage-interactive-login): Use password.  Re-add
18539         condition-case around loop.
18540
18541         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18542         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18543         the password package.
18544
18545 2003-02-19  Simon Josefsson  <jas@extundo.com>
18546
18547         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18548         token.
18549
18550 2002-08-07  Simon Josefsson  <jas@extundo.com>
18551
18552         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18553         (sieve-manage-authenticators):
18554         (sieve-manage-authenticator-alist): Add some SASL mechs.
18555         (sieve-sasl-auth): New function.
18556         (sieve-manage-cram-md5-auth):
18557         (sieve-manage-plain-auth): Rewrite using SASL library.
18558         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18559         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18560         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18561         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18562
18563 2004-01-05  Simon Josefsson  <jas@extundo.com>
18564
18565         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18566         New files.
18567
18568 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18569
18570         * gnus-group.el (gnus-no-groups-message): Update.
18571
18572         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18573
18574 2003-11-09  Simon Josefsson  <jas@extundo.com>
18575
18576         * imap.el: Support for ID IMAP extension (RFC 2971).
18577         (imap-local-variables): Add imap-id.
18578         (imap-id): New variable.
18579         (imap-id): New function.
18580         (imap-parse-response): Parse untagged ID response.
18581         * nnimap.el (nnimap-id): New variable.
18582         (nnimap-open-connection): Use it.
18583
18584 2003-12-28  Simon Josefsson  <jas@extundo.com>
18585
18586         * gnus-score.el (gnus-score-edit-all-score): New.
18587         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18588
18589 2004-01-04  Simon Josefsson  <jas@extundo.com>
18590
18591         * password.el: Add.
18592
18593 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18594
18595         * dns.el (dns-query-types): Fix typo.
18596         (dns-query-types): New function.
18597         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18598         PTR and SOA replies, see RFC 1035.
18599
18600 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18601
18602         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18603
18604         * Moved to Changelog.2.
18605
18606 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18607
18608         * gnus.el (gnus-version-number): Bump version.
18609
18610 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18611
18612         * gnus.el: No Gnus v0.1 is released.
18613
18614 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18615
18616         * gnus.el: No Gnus v0.0 is released.
18617
18618 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18619
18620         * gnus.el (gnus-version-number): Bump.
18621         (gnus-version): No.
18622
18623 See ChangeLog.2 for earlier changes.
18624
18625     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18626       Free Software Foundation, Inc.
18627
18628   This file is part of GNU Emacs.
18629
18630   GNU Emacs is free software: you can redistribute it and/or modify
18631   it under the terms of the GNU General Public License as published by
18632   the Free Software Foundation, either version 3 of the License, or
18633   (at your option) any later version.
18634
18635   GNU Emacs is distributed in the hope that it will be useful,
18636   but WITHOUT ANY WARRANTY; without even the implied warranty of
18637   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18638   GNU General Public License for more details.
18639
18640   You should have received a copy of the GNU General Public License
18641   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18642
18643 ;; Local Variables:
18644 ;; coding: utf-8
18645 ;; fill-column: 79
18646 ;; add-log-time-zone-rule: t
18647 ;; End: