af2104a61078d2328b236db815fe512f49b31b99
[gnus] / lisp / ChangeLog
1 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-generic): The text nodes should be text, not :text.
4
5         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6         later in the file.
7
8 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
9
10         * nnir.el: general clean up. allow searching with multiple
11         engines. allow separate extra-parameters for each engine. batch queries
12         when possible.
13         (nnir-imap-default-search-key,nnir-method-default-engines): add
14         customize interface.
15         (nnir-run-gmane): new engine.
16         (nnir-engines): use it. qualify all prompts with engine name.
17         (nnir-search-engine): remove global variable.
18         (nnir-run-hyrex): restore for now.
19         (nnir-extra-parms,nnir-search-history): new variables.
20         (gnus-group-make-nnir-group): use them.
21         (nnir-group-server): remove in favor of gnus-group-server.
22         (nnir-request-group): avoid searching twice.
23         (nnir-sort-groups-by-server): new function.
24
25 2010-10-30  Julien Danjou  <julien@danjou.info>
26
27         * gnus-group.el: Remove gnus-group-fetch-control.
28
29         * gnus-start.el (gnus-find-new-newsgroups): Remove
30         gnus-check-first-time-used.
31
32         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
33
34 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
35
36         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
37         set on groups that don't have \* permanentflags.
38
39 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
42         control the background color.
43         (shr-tag-img): Ignore very small web bug type images.
44         (shr-put-image): Add help-echo alt texts to the images.
45         (shr-tag-video): Show the video poster image.
46
47 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * shr.el (shr-table-depth): New variable.
50         (shr-tag-table-1): Only insert the images after the top-level table.
51
52         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
53
54         * gnus-util.el (gnus-list-memq-of-list): New function.
55
56         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
57         selected.
58         (nnimap-unsplittable-articles): New slot.
59         (nnimap-new-articles): Use it.
60
61 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
62
63         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
64         move to the previous line on `M-g'.
65
66 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
69         *-request-group, which seems unnecessary.
70
71         * nnimap.el (nnimap-quote-specials): Function copied over from
72         imap.el.
73         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
74         they support that.  Suggested by Tom Regner.
75
76 2010-10-29  Julien Danjou  <julien@danjou.info>
77
78         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
79         defalias.
80         (gnus-summary-delete-marked-with): Remove obsolete defalias.
81
82         * gnus.el: Remove `gnus-nntp-service' variable.
83         (gnus-secondary-servers): Make obsolete.
84         (gnus-nntp-server): Make obsolete.
85
86         * gnus-start.el (gnus-1): Remove x-splash calls.
87
88         * gnus-ems.el (gnus-x-splash): Remove.
89
90         * gnus.el (gnus-group-startup-message): Simplify/update code.
91
92         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
93         definition.
94
95         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
96         capability before doing anything.
97         (gnus-group-insert-group-line): Remove useless
98         gnus-group-remove-excess-properties.
99
100 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
103
104 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
107         config after reselecting.
108
109 2010-10-28  Julien Danjou  <julien@danjou.info>
110
111         * shr.el (shr-put-image): Use point even if only inserting text.
112         (shr-put-image): Save excursion when inserting alt text on non-graphic
113         display, so the behaviour is the same when we are on a graphic display.
114
115         * nnir.el (nnir-run-swish-e): Remove hyrex support.
116
117 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
120         (gnus-mime-copy-part): Check coding system, not charset.
121         (gnus-mime-view-part-externally): Never remove part.
122         (gnus-mime-view-part-internally): Don't remove part here.
123         (gnus-article-part-wrapper): Make sure MIME tag is visible.
124         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
125         multipart/alternative.
126
127         * mm-decode.el (mm-display-part): Take optional arg `force'.
128
129 2010-10-26  Julien Danjou  <julien@danjou.info>
130
131         * gnus-group.el (gnus-group-default-list-level): Add this function to
132         compute the default list level.
133         (gnus-group-default-list-level): Add possibility to use a function.
134
135 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
138
139         * gnus-group.el (gnus-group-completing-read)
140         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
141         gnus-replace-in-string.
142
143 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * shr.el (shr-tag-div): Added.
146
147         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
148
149 2010-10-25  Julien Danjou  <julien@danjou.info>
150
151         * gnus-util.el: Remove `gnus-with-local-quit'.
152
153         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
154
155 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
158         the original article buffer.
159
160 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * nnimap.el (nnimap-request-head): New function.
163         (nnimap-request-move-article): Try to be slighly faster by not
164         requesting the entire message when moving.
165         (nnimap-transform-headers): Don't bug out on bodiless articles.
166         (nnimap-send-command): Have no outstanding messages if the IMAP server
167         doesn't support streaming.
168         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
169
170 2010-10-24  Julien Danjou  <julien@danjou.info>
171
172         * message.el (message-default-headers): Fix type.
173
174 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175
176         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
177         prefetching images.
178
179         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
180         backend for unknown groups.  This is mainly useful for nnimap groups.
181
182         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
183         group isn't covered by the agent.
184
185 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
186
187         * nnir.el (nnir-method-default-engines): new variable.
188         (nnir-run-query): use it.
189         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
190         (gnus-summary-nnir-goto-thread): change group if needed.
191
192         * gnus-group.el (gnus-group-group-map): add key binding for
193         gnus-group-make-nnir-group.
194
195 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * shr.el (shr-tag-object): Added.
198
199         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
200         original article buffer live.
201         (gnus-summary-select-article-buffer): Mention
202         gnus-widen-article-buffer.
203
204 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * shr.el (shr-tag-strong): Added.
207
208 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209
210         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
211         group names.  They mess up the group buffer badly.
212
213         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
214
215         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
216         instead of the summary one.
217
218 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * mml.el (mml-preview): Work properly when editing article.
221
222         * gnus-start.el (gnus-read-active-file-1): Don't add method to
223         gnus-have-read-active-file if it's already been in.
224
225 2010-10-22  Tom Tromey  <tromey@redhat.com>
226
227         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
228         gnus-group-completing-read.
229
230 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * message.el (message-mode-map): Don't bind M-; to comment region, to
233         allow the global comment-dwim to work.
234
235 2010-10-21  Julien Danjou  <julien@danjou.info>
236
237         * message.el (message-setup-1): Allow message-default-headers to be a
238         function.
239
240 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * shr.el (shr-tag-table): Simplify.
243
244 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
247         to avoid trying to snarf invalid stuff.
248
249         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
250
251         * gnus.el (gnus-message-archive-group): Quote value.
252         (gnus-message-archive-group): Mark as changed.
253
254         * shr.el (shr-add-font): Don't put the font properties on the newline
255         or the indentation.
256
257         * message.el (message-fix-before-sending): Change options when sending
258         non-printable characters.
259
260         * gnus.el (gnus-message-archive-method): Change the default to
261         monthly outgoing groups.
262
263         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
264         that have gotten new numbers.
265
266         * nnimap.el (nnimap-request-replace-article): New function.
267
268 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
271         (nnrss-request-article): Don't use special html washing code.
272
273 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * shr.el (shr-tag-table): Remove useless nconc.
276
277 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * gnus-art.el (article-wash-html): Simplify and remove the charset
280         stuff.  Use the normal html rendering code instead of the special html
281         washing code.
282
283         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
284         `gnus-w3m' symbols.
285         (mm-text-html-washer-alist): Removed.
286
287         * mm-decode.el (mm-inline-text-html-renderer): Removed.
288         (mm-inline-media-tests): Removed use.
289         (mm-text-html-renderer): Change default to the `shr' symbol.
290
291         * mm-view.el (mm-inline-text-html): Removed use.
292
293         * gnus-art.el (gnus-blocked-images): New function.  Allow the
294         `gnus-blocked-images' to be a function.
295         (gnus-article-wash-function): Removed.
296
297 2010-10-20  Julien Danjou  <julien@danjou.info>
298
299         * spam.el (spam-list-of-processors): Mark as obsolete.
300
301         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
302         (nnimap-insert-partial-structure): Fix boundary detection.
303
304 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
305
306         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
307         run file-truename on remote files.  This can be expensive and even
308         prevent one from editing drafts if some unrelated buffer has a stale
309         connection.
310
311 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
314         kinsoku-eol regardless of shr-kinsoku-shorten.
315         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
316         (shr-tag-table): Support caption, thead, and tfoot.
317
318 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
321         lines.
322         (shr-save-contents): New command and keystroke.
323
324         * nndoc.el (nndoc-type-alist): Add git support.
325         (nndoc-git-type-p): New function.
326         (nndoc-transform-git-article): Ditto.
327         (nndoc-transform-git-headers): Ditto.
328         (nndoc-transform-git-headers): Generate Subject headers.
329
330         * shr.el (shr-parse-style): New function.
331         (shr-tag-span): Ditto.
332
333         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
334         to `G G' to avoid collisions.
335
336 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * shr.el: Load kinsoku if necessary.
339         (shr-kinsoku-shorten): New internal variable.
340         (shr-find-fill-point): Make kinsoku shorten text line if
341         shr-kinsoku-shorten is bound to non-nil.
342         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
343         shr-indentation too when testing if table is wider than frame width.
344         (shr-insert-table): Use `string-width' instead of `length' to measure
345         text width.
346         (shr-insert-table-ruler): Make sure indentation is done at bol.
347
348 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
349
350         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
351         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
352         undecoded network data.
353
354 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
357         name in the mode line spec so that the mode line menu works
358         (bug #2431).
359
360         * message.el (message-get-reply-headers): If we're fed `to-address',
361         then always use that.
362
363         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
364         aren't so wide as to need to switch off the edit menu.
365
366         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
367         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
368
369         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
370         `M-g'.
371         (nnimap-update-info): Update flags/read marks even if \* isn't part of
372         the permanent marks.
373
374 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
375
376         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
377         Splitting according to references/in-reply-to obeys the ignore-groups
378         variable, while splitting by sender and subject do not.
379
380 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
383         alist, so that we can look for non-Unicode chars.
384         (article-translate-strings): Allow both character and string maps.
385
386 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * shr.el (shr-insert): Don't insert space behind a wide character
389         categorized as kinsoku-bol, or between characters both categorized as
390         nospace.
391
392 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
393
394         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
395         headers to gnus-newsgroup-headers.
396
397 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
398
399         * shr.el (shr-tag-img): Don't align images -- since we're not
400         rescaling, this often leads to ugly displays.
401
402 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
403
404         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
405         duplicates.
406
407 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
408
409         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
410         call.
411
412 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * gnus.el: Autoload gnus-html-show-images.
415
416         * nnimap.el: Use nnheader-message throughout.
417
418         * shr.el (shr-tag-img): Ignore images with no data.
419
420 2010-10-15  Julien Danjou  <julien@danjou.info>
421
422         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
423         a possibility to disable format=flow encoding when using hard newlines.
424
425 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * shr.el (shr-insert): Remove space inserted before or after a
428         breakable character or at the beginning or the end of a line.
429         (shr-find-fill-point): Do kinsoku; find the second best point or give
430         it up if there's no breakable point.
431
432 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * nnimap.el (nnimap-open-connection): Message when opening connection
435         for debugging purposes.
436
437         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
438         on every setup buffer call to allow this to change from article to
439         article.
440
441         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
442         buffers where we have a wide table.
443
444 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
445
446         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
447         uses *-request-thread.
448
449 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * nnimap.el (nnimap-open-connection): Remove %s from openssl
452         incantation, which is no longer valid.
453
454 2010-10-14  Julien Danjou  <julien@danjou.info>
455
456         * shr.el: Fix defcustom type (char -> character).
457
458 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * nnimap.el (nnimap-open-connection): tls-program should be a list of
461         programs.
462
463 2010-10-14  Julien Danjou  <julien@danjou.info>
464
465         * shr.el (shr-tag-a): Use url-link as widget type.
466
467         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
468         `gnus-group-get-icon'.
469
470 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471
472         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
473         This should make server editing work better.
474
475         * shr.el (shr-find-fill-point): Don't inloop on indented text.
476
477         * tls.el (tls-program): Remove spurious %s from openssl.
478
479         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
480         (nnimap-parse-flags): Fix regexp.
481
482         * shr.el (shr-find-fill-point): Use a filling algorithm that should
483         probably work for CJVK text, too.
484
485         * nnimap.el (nnimap-extend-tls-programs): Removed.
486         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
487
488         * tls.el (tls-starttls-switches): Remove starttls hack.
489         (open-tls-stream): Ditto.
490         (tls-find-starttls-argument): Ditto.
491
492 2010-10-13  Julien Danjou  <julien@danjou.info>
493
494         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
495         responses.
496
497 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
500
501         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
502         anything in Emacs.
503
504         * shr.el (shr-current-column): Remove buggy and unnecessary function.
505
506 2010-10-13  Julien Danjou  <julien@danjou.info>
507
508         * shr.el (shr-width): Make shr-width a defcustom with default to
509         fill-column.
510         (shr-tag-img): Use shr-width rather than fill-column.
511
512 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * dgnushack.el (byte-optimize-apply)
515         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
516
517         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
518         position when (X-)Faces exist.
519         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
520         avatars when called interactively.
521
522 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
525         gnus-article-x-face-too-ugly is bound.
526
527 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
530
531         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
532         mailbox that doesn't exist.
533
534 2010-10-12  Julien Danjou  <julien@danjou.info>
535
536         * shr.el (shr-tag-img): Encode URL properly when retrieving.
537         (shr-get-image-data): Encode URL properly when fetching from cache.
538         (shr-tag-img): Use aligned-to spaces to align correctly images.
539
540         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
541         before inserting the Gravatar.
542
543         * shr.el (shr-tag-img): Add align attribute support for <img>.
544
545 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * gnus-gravatar.el (gnus-art): Required.
548
549         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
550         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
551         Remove long obsoleted functions.
552
553 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
556
557         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
558
559         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
560         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
561         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
562         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
563         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
564         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
565         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
566
567 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
568
569         * nnimap.el (nnimap-request-rename-group): Select group read-only
570         before renaming it.
571
572         * shr.el (shr-insert): Fix up the white space only regexp.
573
574         * nnimap.el (nnimap-transform-split-mail): Not all articles have
575         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
576
577         * shr.el (shr-current-column): New function.
578         (shr-find-fill-point): New function.
579
580 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
581
582         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
583         numbers.
584
585 2010-10-11  Julien Danjou  <julien@danjou.info>
586
587         * shr.el (shr-hr-line): Add.
588         (shr-tag-hr): Use shr-hr-line to specify which character to use to
589         display hr lines.
590         (shr-max-columns): Do not change state to nil if we just inserting
591         spaces.
592
593 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * gnus-topic.el (gnus-topic-read-group): If after the last group,
596         select the last group.
597
598 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
599
600         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
601
602 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
603
604         * dig.el (dig-mode-map): Declare and define in one step.
605
606 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
607
608         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
609         for Gnus.
610         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
611         (nnimap-update-qresync-info): Mark \Seen articles as read.
612
613         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
614         non-variable, too.
615
616         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
617         available.
618         (nnimap-update-info): Rely more on the current active than the param
619         active to avoid marking articles as read too much.
620
621         * auth-source.el (auth-source-create): Use (user-login-name) for the
622         user name default.
623
624         * nnimap.el (nnimap-update-info): If the server doesn't return any
625         useful info, just use the previous info.
626         (nnimap-update-info): Prefer old info over start-article.
627         (nnimap-update-qresync-info): Finish implementing QRESYNC.
628
629 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
630
631         * nnir.el (autoload): Clean up autoloads.
632         (nnir-imap-default-search-key): Renamed from
633         nnir-imap-search-field. Use key rather than value.
634         (nnir-imap-search-other): New variable.
635         (nnir-read-parm): Use it.
636         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
637         (gnus-summary-nnir-goto-thread): Modify to work with imap.
638
639 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
640
641         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
642         the process, too.
643
644 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
647         Allbery.
648
649         * shr.el: Rework the way things are indented by <li> slightly.
650
651         * gnus.el (gnus-group-set-parameter): Fix typo.
652
653         * nnimap.el: Start implementing QRESYNC support.
654
655 2010-10-09  Julien Danjou  <julien@danjou.info>
656
657         * nnir.el (nnir-engines): Fix too many arguments.
658
659 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
662         group is the "last", so that the backends like nnfolder actually save
663         their folders.
664
665         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
666         try to use that for the tls stream.
667         (nnimap-retrieve-group-data-early): Rework the marks code to heed
668         UIDVALIDITY and find out which groups are read-only and not.
669         (nnimap-get-flags): Use the same marks parsing code as the rest of
670         nnimap.
671
672 2010-10-09  Julien Danjou  <julien@danjou.info>
673
674         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
675
676         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
677         retrieving gravatars.
678
679         * shr.el (shr-table-corner): Add.
680         (shr-table-line): Add.
681         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
682
683 2010-10-08  Julien Danjou  <julien@danjou.info>
684
685         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
686
687 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
688
689         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
690
691         * gnus-sum.el (gnus-mark-article-as-unread)
692         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
693         (gnus-summary-set-bookmark): Use it.
694
695         * gnus-msg.el (gnus-setup-message): Use it.
696
697         * gnus-demon.el (gnus-demon-remove-handler): Use it.
698
699         * gnus.el (gnus-group-remove-parameter): Use it.
700
701         * gnus-group.el (gnus-group-make-web-group): Use it.
702
703         * gnus-demon.el (gnus-demon-remove-handler): Use it.
704
705         * nnregistry.el: Update docs to mention manual.
706
707         * gnus-registry.el: Update docs to mention nnregistry.el.
708         (gnus-registry-initialize): Don't install nnregistry refer method
709         automatically.
710         (gnus-registry-install-nnregistry): Remove it.
711
712 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * shr.el (shr-insert): Don't insert double spaces.
715
716 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
717
718         * gnus-gravatar.el (gnus-treat-from-gravatar)
719         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
720         called interactively.
721
722         * gnus-art.el (gnus-mime-view-part-externally)
723         (gnus-mime-view-part-internally): Make predicate function passed to
724         gnus-mime-view-part-as-type assume argument is a mime type, not a list
725         of a mime type.
726
727         * shr.el (shr-table-widths): Don't use cl function `reduce'.
728
729 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * shr.el (require): Require cl when compiling.
732         (shr-tag-hr): New function.
733
734         * nnimap.el (nnimap-update-info): Remove double setting of high.
735         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
736         makes nnimap work properly on Courier again.
737
738         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
739         the variable for backwards compatability.
740
741         * mm-decode.el (mm-save-part): If given a non-directory result, expand
742         the file name before using to avoid setting mm-default-directory to
743         nil.
744
745         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
746         bidning gnus-agent variables.
747
748         * shr.el (shr-render-td): Use a cache for the table rendering function
749         to avoid getting an exponential rendering behaviour in nested tables.
750         (shr-insert): Rework the line-breaking algorithm.
751         (shr-insert): Don't leave trailing spaces.
752         (shr-insert-table): Also insert empty TDs.
753         (shr-tag-blockquote): Ensure paragraphs after </ul>.
754
755 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
756
757         * gnus-sum.el (gnus-number): Rename from `number'.
758         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
759         (gnus-summary-limit-children): Update uses correspondingly.
760
761 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
764         (gnus-gravatar-transform-address): Don't show avatars of people of
765         which mail addresses match gnus-gravatar-too-ugly.
766
767 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * shr.el (shr-table-widths): Expand TD elements to fill available
770         space.
771
772 2010-10-07  Julien Danjou  <julien@danjou.info>
773
774         * nnimap.el (nnimap-request-rename-group): Add this method.
775
776 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
779         name from XEmacs' function-arglist.
780
781         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
782         gravatar under XEmacs.
783
784 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
785
786         * auth-source.el: Update docs with TODO items.
787
788         * gnus-sync.el: Update docs to explain state and plans.
789
790         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
791         Hooks for mark updates.
792         (gnus-request-set-mark, gnus-request-update-mark): Use them.
793
794         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
795         hooks with arguments, which is needed for mark update hooks.
796
797 2010-10-06  Julien Danjou  <julien@danjou.info>
798
799         * gnus.el (gnus-expand-group-parameter): Only return and act on what
800         was matched.
801
802         * sieve-manage.el: Update example in `Commentary'.
803
804         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
805
806         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
807         not 2000.
808         (sieve-manage-authenticate): Re-add function.
809
810 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * shr.el (shr-insert): Get 'space transition right.
813         (shr-render-td): Only delete space at the end of the TD.
814
815         * nnimap.el (nnimap-open-connection): Prepare to support
816         open-gnutls-stream.
817
818         * shr.el: Rearrange function order to be more logical.
819
820 2010-10-06  Julien Danjou  <julien@danjou.info>
821
822         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
823         (nnrss-discover-feed): Remove 404 URL in docstring.
824
825         * nnir.el: Fix Swish-E URL.
826         Fix Namazu URL.
827
828         * message.el (message-change-subject): Remove 404 URL in a comment.
829
830 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
833         called interactively.
834
835         * gnus-util.el (gnus-remove-if): Allow hash table.
836         (gnus-remove-if-not): New function.
837
838         * gnus-art.el (gnus-mime-view-part-as-type)
839         * gnus-score.el (gnus-summary-score-effect)
840         * gnus-sum.el (gnus-read-move-group-name):
841         Replace remove-if-not with gnus-remove-if-not.
842
843         * gnus-group.el (gnus-group-completing-read):
844         Regard collection as a hash table if it is not a list.
845
846 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * shr.el (shr-render-td): Allow blank/missing <TD>s.
849
850         * shr.el: Document the table-rendering algorithm.
851
852 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
855         for Emacsen having no `libxml-parse-html-region' support.
856
857 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
858
859         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
860         invalid URLs.
861
862         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
863         line-broken.
864         (shr-tag-img): Ignore image fetching errors.
865         (shr-overlays-in-region): Compute overlay positions correctly.
866
867         * mm-decode.el (mm-shr): Require shr.
868
869         * gnus-art.el (gnus-blocked-images): Move variable here.
870
871         * shr.el (shr-insert-table): Bind free variable.
872
873         * mm-decode.el (mm-shr): Bind shr-content-function.
874
875         * shr.el (shr-content-function): New variable.
876
877         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
878         added for symmetry.
879
880         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
881
882         * gnus-group.el (gnus-group-make-group): Doc fix.
883
884         * nnimap.el (nnimap-request-newgroups): Return success.
885
886         * shr.el (shr-find-elements): New function.
887         (shr-tag-table): Put all the images after the table.
888         (shr-tag-table): Really inhibit images inside the table.
889         (shr-collect-overlays): Copy over overlays from the TD elements to the
890         main document.
891
892         * mm-decode.el (mm-shr): Bind shr-blocked-images to
893         gnus-blocked-images.
894
895 2010-10-05  Julien Danjou  <julien@danjou.info>
896
897         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
898
899         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
900         (gnus-html-maximum-image-size): Add this function.
901         (gnus-html-put-image): Use gnus-html-maximum-image-size.
902
903         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
904         server-value of the capability is nil.
905
906 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
907
908         * shr.el (shr-tag-em): Add <EM> tag.
909
910 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
911
912         * sieve-manage.el (sieve-manage-default-stream): Make default stream
913         customizable.
914
915         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
916         handing broken links to browse-url.
917
918 2010-10-05  Julien Danjou  <julien@danjou.info>
919
920         * gnus-util.el (gnus-emacs-completing-read)
921         (gnus-iswitchb-completing-read): Use autoload rather than require.
922
923 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
924
925         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
926         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
927         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
928         iswitchb-temp-buflist for XEmacs.
929
930         * gnus-util.el (gnus-completing-read-function): Exclude
931         gnus-icompleting-read and gnus-ido-completing-read from candidates for
932         XEmacs since iswitchb.el is very old and ido.el is unavailable in
933         XEmacs.
934
935         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
936         not to use `delete-dups' that is unavailable in XEmacs 21.4.
937
938         * gnus-html.el: Don't require help-fns under XEmacs.
939         (gnus-html-schedule-image-fetching): Work for XEmacs.
940
941         * mm-decode.el (mm-shr): Decode contents by charset.
942
943 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
946         unknown.
947
948         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
949         (shr-get-image-data): Ensure against the cache file missing.
950
951         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
952         for data.
953
954         * spam-report.el (spam-report-url-ping-plain): Don't query about
955         killing the process.
956
957         * shr.el (shr-render-td): Protect against too-wide text.
958
959 2010-10-04  Julien Danjou  <julien@danjou.info>
960
961         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
962         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
963
964         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
965         retrieved.
966
967 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * shr.el (browse-url): Required.
970         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
971         lines.
972         (shr-show-alt-text, shr-browse-image): New commands.
973         (shr-browse-url, shr-copy-url): New commands.
974
975         * gnus-sum.el (gnus-widen-article-window): New variable.
976         (gnus-summary-select-article-buffer): Use it.
977
978         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
979         without @ signs.
980
981 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
982
983         * nnir.el (nnir-run-imap): Remove spurious space in search string.
984
985 2010-10-04  Julien Danjou  <julien@danjou.info>
986
987         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
988         for XEmacs.
989
990 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
993
994         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
995         (nnimap-close-server): Implement.
996
997         * dgnushack.el (iswitchb): Require to shut up the compiler.
998
999         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1000         (shr-insert): Tweak line breaking.
1001         (shr-insert): Handle <pre> better.
1002         (shr-tag-li): Get <li> indentation right.
1003         (shr-tag-li): Get <li> indentation even righter.
1004         (shr-tag-blockquote): Ensure paragraph start.
1005         (shr-make-table): Tweak table generation.
1006         (shr-make-table): Fix typo.
1007
1008         * shr.el: Implement table rendering.
1009
1010 2010-10-04  Julien Danjou  <julien@danjou.info>
1011
1012         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1013
1014 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * shr.el (shr-insert): Use string anchors instead of line anchors.
1017
1018 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * shr.el: Add headings.
1021         (shr-ensure-paragraph): Actually work.
1022         (shr-tag-li): Make <ul> prettier.
1023         (shr-insert): Get white space at the beginning/end of elements right.
1024         (shr-tag-p): Collapse subsequent <p>s.
1025         (shr-ensure-paragraph): Don't insert double line feeds after blank
1026         lines.
1027         (shr-insert): \t is also space.
1028         (shr-tag-s): Fix "s" tag name function.
1029         (shr-tag-s): Fix face prop name.
1030
1031 2010-10-03  Julien Danjou  <julien@danjou.info>
1032
1033         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1034
1035         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1036         gnus-window-inside-pixel-edges.
1037
1038         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1039         gnus-ems.
1040
1041         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1042
1043         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1044         function.
1045
1046         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1047         resize choice.
1048
1049 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1052         beginning of the buffer.
1053
1054         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1055         article buffer again.
1056
1057         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1058         buffer.
1059
1060         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1061         when it's at the start of the buffer.
1062
1063         * shr.el (shr-tag-blockquote): Convert name.
1064         (shr-rescale-image): Use the right image-size variant.
1065
1066         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1067         buffer isn't shown, then select the current article first instead of
1068         bugging out.
1069         (gnus-summary-select-article-buffer): Show both the article and summary
1070         buffers again.
1071
1072         * shr.el (shr-fontize-cont): Protect against regions with no text.
1073         Rename tag functions to shr-tag-* for enhanced security.
1074         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1075
1076 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1077
1078         * shr.el (shr-insert):
1079         * pop3.el (pop3-movemail):
1080         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1081         loaded.
1082
1083 2010-10-03  Glenn Morris  <rgm@gnu.org>
1084
1085         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1086
1087         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1088
1089         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1090
1091         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1092
1093         * gnus-util.el (gnus-make-local-hook): Simplify.
1094
1095 2010-10-02  Julien Danjou  <julien@danjou.info>
1096
1097         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1098         (gnus-ido-completing-read): New function.
1099         (gnus-emacs-completing-read): New function.
1100         (gnus-completing-read): Use gnus-completing-read-function.
1101         Add gnus-completing-read-function.
1102
1103 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * shr.el (shr-insert-document): Autoload.
1106         (shr-img): Be silent.
1107         (shr-insert): Add a newline after every picture before text.
1108         (shr-add-font): Use overlays for combining faces.
1109         (shr-insert): Pass upwards the text start point.
1110
1111         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1112         possible.
1113         (mm-shr): New function.
1114
1115 2010-10-02  Julien Danjou  <julien@danjou.info>
1116
1117         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1118         should go backward.
1119
1120 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1121
1122         * shr.el (shr): Fix typo in provide call.
1123
1124 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * shr.el: New file.
1127
1128         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1129
1130         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1131         completing read.
1132
1133 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1136         we're being queried about.  Suggested by Dan Jacobson.
1137
1138         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1139         by Jason Eisner.
1140
1141         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1142         table, too.  Suggested by Stefan Wiens.
1143         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1144         the table unnecessary.  Suggested by Stefan Wiens.
1145
1146         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1147         longer needed, and probably doesn't work either, as pointed out by
1148         Stefan Wiens.
1149         (gnus-summary-exit): Remove call to the clearing function.
1150         (gnus-summary-exit-no-update): Ditto.
1151
1152         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1153         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1154         Reported by Stefan Monnier.
1155         (gnus-summary-save-in-rmail): Ditto.
1156
1157         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1158         article buffer, instead of both the article buffer and the summary
1159         buffer.  Sort of suggested by Dan Jacobson.
1160
1161         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1162
1163         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1164         Suggested by Dan Jacobson.
1165
1166         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1167         documentation clearer.
1168
1169         * message.el (message-shorten-references): Comment on the number "21".
1170         Suggested by Stefan Monnier.
1171
1172         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1173         Suggested by Dan Jacobson.
1174
1175         * gnus.el (gnus-large-newsgroup): Mention
1176         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1177
1178         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1179         externalize attachments.  Bug reported by Steve Wen.
1180
1181         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1182         really message anything to the user.
1183
1184         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1185         directly.
1186
1187         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1188         messages in empty groups.
1189
1190 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1191
1192         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1193         non-UIDNEXT group.
1194
1195 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1198         not the value from the collection.
1199
1200         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1201         values.  This sometimes happens on some groups that have no info.
1202         (nnimap-request-newgroups): New function.
1203
1204 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1207         check into `gnus-registry-initialize'.
1208         (gnus-registry-initialize): Ditto.
1209         Fix and extend header docs.
1210
1211 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1214         regexp backtrace overflows.
1215
1216         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1217         for starttls that tls.el implements; i.e. openssl.
1218
1219         * tls.el (tls-starttls-switches): Give up on using starttls with
1220         gnutls-cli.
1221         (tls-program): Add --insecure to be consistent with the defaults from
1222         openssl s_client.  Now all three commands are insecure.
1223
1224 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * lpath.el: Bind completion-styles-alist for XEmacs.
1227
1228         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1229         (gravatar-create-image): New function that's an alias to
1230         gnus-xmas-create-image, gnus-create-image, or create-image.
1231         (gravatar-data->image): Use it.
1232
1233 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1234
1235         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1236         install the nnregistry refer method.
1237         (gnus-registry-install-hooks): Use it.
1238         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1239         unfollowed groups.
1240
1241 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1242
1243         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1244         expanding threads.
1245
1246 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * nnir.el: Use the server names without suffixes (bug #7009).
1249
1250         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1251         unencrypted to STARTTLS, if possible.
1252
1253 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1254
1255         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1256         headers before superseding.
1257
1258 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * nnrss.el (nnrss-use-local): Add documentation.
1261
1262         * nnimap.el (nnimap-extend-tls-programs): New function.
1263         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1264         (nnimap-wait-for-connection): Accept the greeting from the stupid
1265         output from openssl s_client -starttls, too.
1266
1267         * tls.el (tls-starttls-switches): New variable.
1268         (tls-find-starttls-argument): Use it.
1269         (open-tls-stream): Ditto.
1270
1271         * netrc.el (netrc-credentials): Return the value of the "default"
1272         entry.
1273         (netrc-machine): Ditto.
1274
1275         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1276         article number.
1277         (nnimap-split-fancy): New variable.
1278         (nnimap-split-incoming-mail): Use it.
1279
1280         * nntp.el (nntp-server-list-active-group): Document.
1281
1282         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1283         SELECT to get the message-id.
1284
1285         * mail-source.el (mail-sources): Removed webmail support.
1286         (defvar): Ditto.
1287         (mail-source-fetcher-alist): Ditto.
1288         (mail-source-fetch-webmail): Removed.
1289
1290         * webmail.el: Removed -- doesn't seem relevant any more.
1291
1292         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1293
1294         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1295         the \r.
1296
1297 2010-09-30  Julien Danjou  <julien@danjou.info>
1298
1299         * gnus-agent.el (gnus-agent-add-group): Fix call to
1300         gnus-completing-read.
1301
1302 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * nndoc.el (nndoc-retrieve-groups): New function.
1305
1306         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1307         `default', use nnmail-split-methods.
1308         (nnimap-request-article): Downcase the NILs so that they are nil.
1309
1310         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1311         symbol.
1312
1313         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1314         code, since if the user has requested network, that's what they ought
1315         to get.
1316         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1317         (nnimap-split-rule): Mark as obsolete.
1318
1319         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1320         variable.
1321
1322         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1323         correct slot, too.
1324
1325 2010-09-29  Julien Danjou  <julien@danjou.info>
1326
1327         * gnus.el (gnus-local-domain): Declare variable obsolete.
1328
1329         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1330         computing.
1331         (gnus-ido-completing-read): Require ido.
1332
1333 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1336         build Gnus.
1337
1338         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1339         when interpreting the structures.
1340         (nnimap-request-accept-article): Add \r\n to the lines to make this
1341         work with Cyrus.
1342
1343         * nndraft.el (nndraft-request-expire-articles): Use the group name
1344         instead if "nndraft".  Fix found by Nils Ackermann.
1345
1346 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1347
1348         * nnregistry.el: Added.
1349
1350 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1351
1352         * nnmail.el (group, group-art-list, group-art):
1353         Remove unneeded directives.
1354
1355 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1358         (mm-mime-charset)
1359         * rfc2047.el (rfc2047-syntax-table)
1360         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1361
1362         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1363         rather than `insert-file-contents' and `eval-region'.
1364
1365         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1366         construction.
1367
1368         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1369
1370         * time-date.el: No need to require cl for Emacs 21.
1371
1372 2010-09-29  Julien Danjou  <julien@danjou.info>
1373
1374         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1375         replacement of `gnus-gravatar-relief' to mimic
1376         `gnus-faces-properties-alist'.
1377         Add :version property.
1378
1379 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * mail-source.el (mail-source-report-new-mail)
1382         * message.el (message-default-mail-headers)
1383         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1384
1385         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1386
1387 2010-09-28  Julien Danjou  <julien@danjou.info>
1388
1389         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1390         mail-address contains the same string as real-name.
1391
1392         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1393         non-blank in header, otherwise it'll get stripped.
1394
1395         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1396         real-name, and then for mail address rather than doing : or , search.
1397
1398 2010-09-27  Julien Danjou  <julien@danjou.info>
1399
1400         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1401         (gnus-server-goto-server): Use gnus-completing-read.
1402
1403         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1404
1405         * mm-util.el (defalias): Use gnus-completing-read.
1406         (mm-codepage-setup): Use gnus-completing-read.
1407
1408         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1409         (smime-decrypt-buffer): Use gnus-completing-read.
1410
1411         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1412
1413         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1414         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1415         (mml-insert-multipart): Use gnus-completing-read.
1416
1417         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1418
1419         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1420
1421         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1422
1423         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1424
1425         * gnus.el (gnus-read-method): Use gnus-completing-read.
1426
1427         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1428
1429         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1430         (gnus-mime-action-on-part): Use gnus-completing-read.
1431         (gnus-article-encrypt-body): Use gnus-completing-read.
1432
1433         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1434         (gnus-topic-move-matching): Use gnus-completing-read.
1435         (gnus-topic-copy-matching): Use gnus-completing-read.
1436         (gnus-topic-sort-topics): Use gnus-completing-read.
1437         (gnus-topic-move): Use gnus-completing-read.
1438
1439         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1440         (gnus-agent-add-group): Use gnus-completing-read.
1441
1442         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1443         gnus-completing-read.
1444         (nnmairix-update-groups): Use gnus-completing-read.
1445         (nnmairix-get-server): Use gnus-completing-read.
1446         (nnmairix-backend-to-server): Use gnus-completing-read.
1447         (nnmairix-goto-original-article): Use gnus-completing-read.
1448         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1449
1450         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1451
1452         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1453         (gnus-group-make-useful-group): Use gnus-completing-read.
1454         (gnus-group-make-web-group): Use gnus-completing-read.
1455         (gnus-group-add-to-virtual): Use gnus-completing-read.
1456         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1457
1458         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1459         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1460         (gnus-summary-execute-command): Use gnus-completing-read.
1461         (gnus-summary-respool-article): Use gnus-completing-read.
1462         (gnus-read-move-group-name): Use gnus-completing-read.
1463
1464         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1465         (gnus-summary-score-effect): Use gnus-completing-read.
1466
1467         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1468
1469         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1470         right completing-read function.
1471         (gnus-use-ido): New variable
1472         (gnus-completing-read-with-default): Remove.
1473
1474 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1477         x-focus-frame.
1478
1479         * nnimap.el (auth-source-forget-user-or-password)
1480         (auth-source-user-or-password): Autoload.
1481
1482         * message.el (message-from-style, message-interactive)
1483         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1484         (message-yank-prefix, message-indentation-spaces, message-signature)
1485         (message-signature-file): Add comment.
1486
1487 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1490         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1491         new articles.
1492
1493         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1494         parts.
1495         (nnimap-request-article): Work with the t setting, too.
1496
1497         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1498         that you don't get flashes of other buffers.
1499         (gnus-summary-show-complete-article): Intern before setting.
1500
1501 2010-09-27  David Engster  <dengste@eml.cc>
1502
1503         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1504         well as HEADERS.
1505         (nnmairix-retrieve-headers): Provide new argument for the above.
1506
1507 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * gnus-sum.el (gnus-summary-move-article): Don't alter
1510         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1511         group.
1512
1513         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1514
1515         * message.el (message-cite-prefix-regexp): Revert my last edit.
1516
1517         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1518         variable instead of the Gnus variable.
1519
1520         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1521
1522         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1523         again.
1524
1525         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1526         since some servers don't like it.
1527         (nnimap-open-connection): Forget credentials if the server says the
1528         password was wrong.
1529         (nnimap-parse-line): Protect against invalid data.
1530
1531         * gnus-sum.el (gnus-summary-move-article): Add comment.
1532         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1533         nothing alters it while scanning for new messages.
1534
1535         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1536         which may or may not help.
1537         (nnimap-open-connection): If we're doing a stream connection, and then
1538         discover we're on a STARTTLS-capable server, then open a STARTTLS
1539         connection instead.
1540
1541 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * nnimap.el (utf7): Required.
1544
1545         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1546         prefix.
1547
1548 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1549
1550         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1551
1552 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * nnimap.el (nnimap-request-accept-article): Message the error on
1555         error.
1556
1557 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1558
1559         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1560
1561 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * nndoc.el (nndoc-request-list): Return success always.
1564
1565         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1566         `fetch-old' -- we only want to fetch the articles we've requested.  The
1567         rest are in the agent, probably.
1568         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1569         disappeared server" to something low.  It's not important.
1570
1571         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1572         arrived before the FETCH data.
1573
1574         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1575         target here, because we don't know the Gnus name of the group.
1576
1577         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1578         for the correct group.
1579
1580         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1581
1582         * gnus.el (gnus): Give a final warning after startup.
1583
1584         * gnus-util.el (gnus-action-message-log): New variable.
1585         (gnus-message): Use it.
1586         (gnus-final-warning): New function.
1587
1588         * nnimap.el (nnimap-open-connection): Record the greeting.
1589         (nnimap): Add greeting.
1590
1591 2010-09-26  Julien Danjou  <julien@danjou.info>
1592
1593         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1594         arguments.
1595         (gnus-html-wash-images): Fix spec computing to include start/end.
1596
1597         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1598
1599 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1602         deletion.
1603         (nnimap-retrieve-headers): Don't select the group, because that's
1604         already done by nnimap-possibly-change-group.
1605
1606         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1607         (gnus-picon-transform-address): Use it.
1608
1609         * mail-source.el (mail-source-value): Revert previous patch.
1610
1611         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1612         on failure.
1613         (nnimap-open-connection): Look up both virtual and physical server name
1614         credentials.
1615
1616         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1617
1618 2009-02-07  Dave Love  <fx@gnu.org>
1619
1620         * tls.el (open-tls-stream): Don't query killing process.
1621
1622 2009-02-08  Dave Love  <fx@gnu.org>
1623
1624         * gnus-win.el (gnus-window-to-buffer-helper,
1625         gnus-all-windows-visible-p): Function needn't be a symbol.
1626
1627         * mail-source.el (mail-source-value): Function needn't be a symbol.
1628
1629 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * message.el (message-cite-prefix-regexp): Remove } from the cite
1632         prefix.
1633
1634         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1635         highlight again, so that the highlight is correct.
1636
1637         * gnus-picon.el (gnus-picon): Remove again.
1638         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1639
1640         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1641         doing the header highlightling, so that the background colour of the
1642         picon is correct.
1643
1644         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1645         (gnus-picon): Ditto.
1646         (gnus-picon): Reinstate.  The background colour for picons is white.
1647         (gnus-picon-insert-glyph): Make the background white.
1648
1649         * nnml.el (nnml-open-nov): Don't return dead buffers.
1650
1651         * auth-source.el (auth-source-create): Query the user for whether to
1652         store the credentials.
1653
1654         * netrc.el (netrc-store-data): New function.
1655
1656         * auth-source.el (auth-source-user-or-password): Use the existing auth
1657         sources, if any, for creation.
1658
1659         * gnus.el (gnus-group-fast-parameter): Return the last matching
1660         parameter instead of the first matching parameter.
1661
1662 2010-09-26  Julien Danjou  <julien@danjou.info>
1663
1664         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1665
1666 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * mml2015.el (mml2015-use): Remove gpg support.
1669
1670         * mml1991.el (mml1991-function-alist): Remove gpg function.
1671         (mml1991-gpg-sign): Removed.
1672
1673 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1674
1675         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1676         (gnus-browse-unsubscribe-current-group): Document it.
1677         (gnus-browse-unsubscribe-group): Use it.
1678
1679 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1682         address to the To list for easier response.
1683
1684         * gnus.el (gnus-play-startup-jingle): Removed.
1685         (gnus-splash): Don't play jingle.
1686         (gnus): Silence gnus-load message.
1687
1688         * gnus-art.el (gnus-treat-play-sounds): Removed.
1689
1690         * gnus.el (gnus-play-jingle): Remove audio support.
1691
1692         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1693
1694         * earcon.el: Removed -- no users.
1695
1696         * gnus-audio.el: Removed -- no users of this package.
1697
1698         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1699
1700         * gnus-start.el (gnus-setup-news): Remove nocem support.
1701
1702         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1703
1704         * gnus.el (gnus-use-nocem): Removed.
1705
1706         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1707         Removed.
1708
1709         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1710         uses NoCeM any more.
1711
1712         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1713         (gnus-button-ctan-handler): Ditto.
1714         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1715         (gnus-button-ctan-directory-regexp): Ditto.
1716         (gnus-button-handle-ctan): Ditto.
1717         (gnus-button-tex-level): Ditto.
1718         (gnus-button-alist): Removed CTAN stuff.
1719
1720 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1723         nnimap-streaming test.
1724
1725         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1726         servers twice.
1727
1728         * nnimap.el (nnimap-open-connection): Add more error reporting when
1729         nnimap fails early.
1730
1731         * nnheader.el (nnheader-get-report-string): New function.
1732         (nnheader-get-report): Use it.
1733
1734         * gnus-int.el (gnus-check-server): Say what the error was when opening
1735         failed.
1736
1737         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1738         using streaming.
1739
1740 2010-09-25  Julien Danjou  <julien@danjou.info>
1741
1742         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1743         gnus-window-inside-pixel-edges.
1744
1745 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1748
1749         * mm-decode.el (mm-save-part): Allow saving to other directories the
1750         normal Emacs way.
1751
1752         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1753         by Jay Berkenbilt.
1754
1755         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1756         there isn't a single byte.
1757
1758         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1759         just do it.  It doesn't really seem to matter what the user responds
1760         here, I think, so it's just a confusing question.
1761
1762         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1763         non-streaming case.
1764
1765         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1766         (gnus-article-encrypt-body): Use it.
1767
1768         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1769         keystroke.
1770
1771         * nnimap.el (nnimap-find-wanted-parts-1): Use
1772         gnus-fetch-partial-articles.
1773
1774         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1775
1776         * nnimap.el (nnimap-insert-partial-structure): New function.
1777         (nnimap-get-partial-article): New function.
1778         (nnimap-request-article): Use it.
1779         (nnimap-wait-for-response): Return whether the wait was successful.
1780         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1781         retrieval wasn't successful.
1782         (nnimap-retrieve-group-data-early): Allow throttling servers.
1783         (nnimap-streaming): New variable.
1784         (nnimap-fetch-partial-articles): Removed.
1785
1786         * mm-decode.el (mm-with-part): Protect against killed buffers.
1787
1788         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1789         for prettier summary display.
1790
1791 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1792
1793         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1794         directly.
1795
1796 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1799         apparently third-party libraries depend on it.
1800
1801         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1802         before starting negotiation.
1803
1804         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1805         privacy reasons.
1806         (gnus-treat-mail-gravatar): Ditto.
1807
1808         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1809         buffer when inserting images.  Inserting text into the headers, for
1810         instance, can make them invalid.
1811
1812 2010-09-25  Julien Danjou  <julien@danjou.info>
1813
1814         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1815         variables.
1816
1817         * nnheader.el: Remove useless variables news-reply-yank-from and
1818         news-reply-yank-message-id.
1819
1820         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1821         variables.
1822
1823         * mml1991.el: Remove useless mml1991-verbose.
1824
1825         * gnus.el: Remove useless variable gnus-use-generic-from.
1826         Remove obsolete variable gnus-topic-indentation.
1827
1828         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1829
1830         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1831
1832         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1833
1834         * gnus-group.el: Remove useless gnus-group-icon-cache.
1835         Remove useless gnus-ephemeral-group-server.
1836
1837         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1838
1839         * mml2015.el: Remove useless mml2015-verbose.
1840
1841         * mml-smime.el: Remove useless mml-smime-verbose.
1842
1843         * gnus.el: Remove useless gnus-local-domain.
1844
1845         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1846         gnus-gravatar-size.
1847
1848         * gnus-art.el: Remove useless gnus-treat-translate.
1849
1850 2010-09-24  Julien Danjou  <julien@danjou.info>
1851
1852         * gnus-sum.el: Add support for Gravatars.
1853
1854         * gnus-art.el: Add support for Gravatars.
1855
1856         * gnus-gravatar.el: Add this file.
1857
1858         * gravatar.el: Add this file.
1859
1860 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1863
1864         * gnus-group.el (gnus-group-fetch-faq): Removed.
1865
1866         * gnus.el (gnus-group-faq-directory): Removed.
1867
1868         * gnus-group.el (gnus-group-fetch-charter): Removed.
1869
1870         * gnus.el (gnus-group-charter-alist): Removed.
1871
1872         * gnus-group.el (gnus-group-archive-directory): Removed.
1873         (gnus-group-recent-archive-directory): Ditto.
1874         (gnus-group-make-archive-group): Removed.
1875
1876         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1877
1878         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1879         use the same article number for all the cached articles.
1880
1881         * nnimap.el (nnimap-command): Register the last command time so
1882         that we can use it for idling NOOPs.
1883         (nnimap-open-connection): Start the keeplive timer.
1884         (nnimap-make-process-buffer): Store all the process buffers.
1885         (nnimap-keepalive): New function.
1886
1887         * starttls.el: (starttls-open-stream): Add autoload cookie.
1888
1889 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1890
1891         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1892         handling.
1893
1894 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895
1896         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1897         its data structures.
1898
1899         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1900         instead of the cl.el copy-list.
1901         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1902         equalp.
1903
1904 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1907         and tool-bar-local-item-from-menu.
1908
1909         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1910         mode-line-highlight face for Emacs.
1911
1912         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1913         loading gnus-sum.elc; fix comment for canlock-verify.
1914         (gnus-article-jump-to-part): Use read-number.
1915         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1916         Emacs pre-21 compatible code for help-echo.
1917         (gnus-article-next-page-1): No need to adjust the number of lines.
1918         (gnus-article-describe-bindings): Always use help-buffer.
1919
1920         * gnus-audio.el (gnus-audio-inline-sound)
1921         * gnus-cus.el (gnus-custom-mode)
1922         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1923
1924         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1925
1926         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1927         compatible code.
1928
1929 2010-09-24  Glenn Morris  <rgm@gnu.org>
1930
1931         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1932         visiting the fcc file in rmail-mode.
1933
1934         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1935
1936 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * nnir.el: Silence the byte compiler.
1939
1940         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1941         alias to browse-url-url-encode-chars if any.
1942         (gnus-html-encode-url): Use it.
1943
1944 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * gnus-start.el (gnus-use-backend-marks): New variable.
1947         (gnus-get-unread-articles-in-group): Use it.
1948
1949         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1950         makeover.
1951
1952 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1953
1954         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1955
1956 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1959         Removed.
1960         (gnus-setup-news-hook): Removed
1961         gnus-fixup-nnimap-unread-after-getting-new-news.
1962
1963         * gnus-int.el (gnus-request-update-info): Protect against backends not
1964         having the function.
1965
1966         * nnimap.el (nnimap-stream): Mention starttls.
1967         (nnimap-open-connection): Add starttls support.
1968
1969 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1970
1971         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1972
1973 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1976         BODYSTRUCTUREs.
1977         (nnimap-transform-headers): Unfold quoted {42} headers.
1978
1979         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1980         the info.
1981         (gnus-get-unread-articles): Only call updatep on backends that support
1982         it.
1983
1984         * nnweb.el (nnweb-request-update-info): NOOP.
1985
1986         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1987
1988         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1989         since it only deals with marks.
1990
1991         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1992         gnus-request-marks, and make a new gnus-request-update-info.
1993
1994         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1995         the active instead of the high number, which is usually too low.
1996
1997 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1998
1999         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2000         * encrypt.el: Removed.
2001
2002 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2005         server in symbolic form.
2006
2007         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2008         0.9.
2009
2010 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2013         (nnimap-update-info): Fix up code slightly.
2014
2015         * gnus-int.el (gnus-open-server): Add tracing for performance
2016         debugging.
2017
2018         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2019         (gnus-group-insert-group-line): Pass the real group name so that it
2020         gets the right data.
2021
2022         * gnus-start.el (gnus-get-unread-articles): Don't have
2023         `gnus-get-unread-articles-in-group' update info, since that can be
2024         really slow and doesn't seem to be needed?
2025
2026 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2027
2028         * time-date.el (date-to-time): Try using parse-time-string first before
2029         using the slower timezone-make-date-arpa-standard.
2030
2031 2010-09-22  Julien Danjou  <julien@danjou.info>
2032
2033         * gnus-group.el (gnus-group-insert-group-line): Call
2034         gnus-group-highlight-line.
2035         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2036         default hook list.
2037         (gnus-group-update-eval-form): Add new function.
2038         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2039         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2040
2041 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2044         immediate, then expire all articles.
2045         (nnimap-update-info): Fix off-by-one errors.
2046         (nnimap-flags-to-marks): Would return no marks lists for group with no
2047         flags.  Instead return the other data.
2048
2049 2010-09-22  Julien Danjou  <julien@danjou.info>
2050
2051         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2052         Only return an icon.
2053         (gnus-group-insert-group-line): Compute icon to return.
2054
2055         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2056         variable.
2057         (gnus-html-image-fetched): Only cache if
2058         gnus-html-image-automatic-caching is set.
2059         (gnus-html-image-fetched): Check for errors.
2060
2061 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2064         once per method on `g'.  This ensures that backends like nnfolder don't
2065         open all their folders.
2066
2067         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2068         (nnimap-request-list): Nix out group in the correct buffer.
2069         (nnimap-parse-flags): Implement by using `read' instead of
2070         hand-parsing.
2071         (nnimap-flags-to-marks): Pass on permanent-flags.
2072         (nnimap-make-process-buffer): Record the server name.
2073         (nnimap-parse-flags): Fix typo.
2074         (nnimap-request-scan): Run split on the server in general, not just a
2075         single group.
2076
2077         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2078         parameter, and propagate this downwards.
2079
2080         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2081         since EXAMINE changes it on the server.
2082
2083         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2084         this command might take a while.
2085
2086 2010-09-22  Julien Danjou  <julien@danjou.info>
2087
2088         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2089         harmful if you have 2 images side-by-side, they can't be properly
2090         update on text deletion.  Using text-property is safer here.
2091         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2092         data.
2093
2094 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * nnimap.el (nnimap-expunge-inbox): Removed.
2097         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2098         (nnimap-expunge): Flip default to t.
2099
2100         * gnus.el (gnus-method-to-server): Don't push things to the cache
2101         unless it's unique.
2102         (gnus-server-to-method): Ditto.
2103
2104 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2105
2106         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2107
2108 2010-09-22  Julien Danjou  <julien@danjou.info>
2109
2110         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2111         get the start of data.
2112         (gnus-html-encode-url): Add this function to encode special chars in
2113         URL.
2114         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2115         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2116
2117         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2118         default.
2119         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2120
2121         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2122         images alt-text.
2123         (gnus-html-put-image): Put alt-text as help-echo.
2124
2125 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2128         * mm-util.el (mm-decompress-buffer)
2129         * nnir.el (nnir-run-find-grep)
2130         * pop3.el (pop3-list): Use 3rd arg of split-string.
2131
2132         * time-date.el (format-seconds): Comment fix.
2133
2134         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2135         and byte-optimize-form-code-walker.
2136         (dgnushack-make-auto-load): Don't advise make-autoload.
2137
2138         * lpath.el: Remove Emacs 21 stuff.
2139
2140 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2143         outside the active range.  Suggested by Dan Christensen.
2144
2145         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2146         slightly later to avoid double-getting it.
2147
2148         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2149         previous patch.
2150
2151         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2152
2153 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2154
2155         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2156
2157 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus-int.el (gnus-open-server): Give a better error message in the
2160         "go offline" case.
2161
2162         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2163         marks for nnimap, which is seldom the right thing to do.
2164
2165         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2166         (gnus-same-method-different-name): New function.
2167
2168         * nnimap.el (parse-time): Require.
2169
2170         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2171         method in the presence of many similar methods.
2172
2173         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2174
2175         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2176         nnml-inhibit-expiry.
2177
2178         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2179         find out whether methods are equal.
2180
2181         * nnimap.el (nnimap-find-expired-articles): New function.
2182         (nnimap-process-expiry-targets): New function.
2183         (nnimap-request-move-article): Request the article before looking at
2184         what the Message-ID is.  Fix found by Andrew Cohen.
2185         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2186
2187         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2188         for oldness in addition to being a predicate.
2189
2190         * nnimap.el (nnimap-request-group): When we have zero articles, return
2191         the right data to Gnus.
2192         (nnimap-request-expire-articles): Only delete articles immediately if
2193         the target is 'delete.
2194
2195         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2196         method, this would bug out.
2197
2198         * gnus-group.el (gnus-group-expunge-group): Renamed from
2199         gnus-group-nnimap-expunge, and implemented as a normal interface
2200         function.
2201
2202         * gnus-int.el (gnus-request-expunge-group): New function.
2203
2204         * nnimap.el (nnimap-request-create-group): Implement.
2205         (nnimap-request-expunge-group): New function.
2206
2207 2010-09-21  Julien Danjou  <julien@danjou.info>
2208
2209         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2210         (gnus-html-cache-expired): Add new function.
2211         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2212         wethever we should display image for fetch it.
2213         Compute alt-text earlier to pass it to the fetching function too.
2214         (gnus-html-schedule-image-fetching): Change function argument to only
2215         get one image at a time, not a list.
2216         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2217         cache.
2218         (gnus-html-get-image-data): New function to retrieve image data from
2219         cache.
2220         (gnus-html-put-image): Change buffer argument to use image data rather
2221         than file, and place image above region rather than inserting a new
2222         one. Do not take alt-text as argument, since it's useless now: we place
2223         the image above alt-text.
2224         (gnus-html-prune-cache): Remove.
2225         (gnus-html-show-images): Start to fetch image when we find one, do not
2226         push into a temporary list.
2227         (gnus-html-prefetch-images): Only fetch image if they have expired.
2228         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2229         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2230
2231 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2234
2235 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2236
2237         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2238         spec inser "*" if the group isn't active instead of 0.
2239
2240         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2241         opening the server.
2242         (nnimap-request-delete-group): Implement group deletion.
2243         (nnimap-transform-headers): Return the size of the entire message in
2244         the Bytes header, not just the size of the first part.
2245         (nnimap-request-move-article): When moving an article from nnimap,
2246         request the article first so the accepting form has an article to
2247         accept.  Reported by Dan Christensen.
2248         (nnimap-command): Make sure that the error message doesn't error out.
2249
2250 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2251
2252         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2253         we haven't requested anything.
2254
2255 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2258         "".  Fix found by Andrew Cohen.
2259
2260         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2261         instead of -encode-string.
2262
2263 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2266
2267         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2268         by mm-subst-char-in-string.
2269
2270 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2273         waiting for the connection string.
2274
2275         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2276         arriving.
2277
2278         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2279         bogus characters.  This allows selecting certain Gmail groups.
2280
2281         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2282         (nnimap-fetch-partial-articles): New variable.
2283         (nnimap-open-connection): When looking for credentials, also use the
2284         nnimap-server-port.
2285         (nnimap-request-article): Return the group/article number, so that Gnus
2286         `^' works as expected.
2287         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2288         them.
2289
2290         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2291         comments.
2292         (gnus-methods-sloppily-equal): New function.
2293         (gnus): When using the development version of Gnus, load the gnus-load
2294         file.
2295
2296         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2297         `gnus-open-server' on each method before trying to scan them etc.  This
2298         ensures that all the backend parameters are set correctly.
2299
2300         * nnimap.el (nnimap-authenticator): New variable.
2301         (nnimap-open-connection): Allow anonymous login.
2302         (nnimap-transform-headers): The chars header is called Chars not
2303         Bytes.
2304         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2305         drops.
2306
2307         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2308         patch, found by Knut Anders Hatlen.
2309
2310 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2311
2312         * gnus-agent.el (gnus-agent-batch-confirmation)
2313         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2314         to gnus-message.
2315         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2316         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2317         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2318         * gnus-int.el (gnus-open-server): Likewise.
2319         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2320         (gnus-score-check-syntax): Likewise.
2321         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2322         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2323         Likewise.
2324         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2325
2326 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2329         calling conventions so that prefetch doesn't bug out.
2330
2331 2010-09-19  Julien Danjou  <julien@danjou.info>
2332
2333         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2334         rather than `subst-char-in-region' in order to be able to replace ASCII
2335         char by UTF-8 ones.
2336
2337         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2338         than curl.
2339         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2340         the right URL and ALT text on images.
2341         (gnus-html-wash-tags): Fix tag case.
2342         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2343         (gnus-article-html): Add -o display_ins_del=2 option.
2344         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2345
2346 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2349         the extra mail headers, which sometimes seem to happen for unknown
2350         reasons.
2351
2352         * mail-parse.el (mail-header-encode-parameter): Define as
2353         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2354         (or most, perhaps?) mail readers don't understand the latter, but do
2355         understand the former.
2356
2357         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2358         to nil, so that no methods are automatically agentized.  I think this
2359         is probably what most users want.
2360
2361         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2362         from url-retrieve, for instance about invalid URLs.
2363
2364         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2365         groups that have no articles.
2366         (nnimap-request-article): Check that we really got an article when we
2367         requested one.
2368
2369         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2370         doesn't exist.
2371
2372         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2373         nntp buffer so the agent can save it.
2374         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2375         that CRLF doesn't get translated to \n.
2376         (nnimap-open-connection): Don't make 'shell commands only send \n.
2377
2378 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2379
2380         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2381         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2382         Update var name.
2383         (nnml-generate-nov-file): Use dolist.
2384         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2385         Use with-current-buffer.
2386
2387 2010-09-18  Julien Danjou  <julien@danjou.info>
2388
2389         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2390         parallel.
2391
2392 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2395         the range update right.
2396         (nnimap-request-group): Don't make `M-g' bug out on group with no
2397         marks.
2398         (nnoo): Required, so that other packages can require nnimap.
2399         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2400         command we're looking for.  This helps when the server sends more
2401         responses after we've gotten everything we expected.
2402         (nnimap): Add a `newlinep' field to keep track of end-of-line
2403         conventions.
2404         Don't send CRLF to things that don't want it.
2405         (nnimap-request-accept-article): Ditto.
2406
2407 2010-09-18  Julien Danjou  <julien@danjou.info>
2408
2409         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2410         than curl to retrieve images.
2411
2412 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2413
2414         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2415         the marks.
2416         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2417         (nnimap-wait-for-connection): New function.
2418         (nnimap-open-connection): If we have PREAUTH, don't query for login
2419         credentials.
2420         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2421         when doing a partial update.
2422
2423 2010-09-18  Julien Danjou  <julien@danjou.info>
2424
2425         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2426         tags.
2427
2428 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * nnimap.el (nnimap-credentials): New function.
2431         (nnimap-open-connection): Use the new function to look for credentials
2432         also on the numeric equivalents of "imap" and "imaps".
2433
2434         * gnus-start.el (gnus-activate-group): Send the info to
2435         gnus-request-group.
2436
2437         * nnimap.el (nnimap-request-group): Have the "check" version of the
2438         function parse flags and update the info, so that a `M-g' get a total
2439         resync of all flags from the group.
2440
2441         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2442         to allow backends to alter the info on group selection.  Also alter all
2443         the backend -request-group functions to take the parameter.
2444
2445         * nnimap.el (nnimap-store-info): New function.
2446         (nnimap-update-info): Store the info for later usage.
2447         (nnimap-request-group): Use the stored info for the dont-check case, so
2448         that we don't retrieve all marks when we enter a group.
2449
2450         * nnimap.el: Use deffoo instead of defun for interface functions.
2451
2452         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2453         update the group info.  This makes the nndraft groups, for instance, go
2454         back to their old behaviour.
2455
2456         * gnus-sum.el (gnus-select-newsgroup): Indent.
2457
2458         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2459         in.
2460         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2461         nothing.
2462
2463         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2464         from methods that are denied.
2465
2466         * gnus-int.el (gnus-method-denied-p): New function.
2467
2468         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2469         store the password instead of netrc.
2470         (nnimap-open-connection): Don't error out when we can't make a
2471         connections.
2472
2473         * auth-source.el (auth-source-create): In the password prompt, say what
2474         we're querying for.  Also prompt for user name if that hasn't been
2475         given.
2476
2477         * nnimap.el (nnimap-with-process-buffer): Removed.
2478
2479 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2482         method when we're reading from the agent.
2483
2484         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2485
2486         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2487         that's probably most useful for users.
2488
2489         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2490         "failed" all the time.
2491
2492         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2493         ...)) with (with-current-buffer ... ).
2494
2495         * nntp.el (nntp-open-server): Return whether the open was successful or
2496         not.
2497
2498         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2499         select an unread unseen article first.
2500
2501         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2502         /etc/services, supply some sensible port defaults.
2503
2504         * dgnushack.el: Define netrc-credentials.
2505
2506 2010-09-17  Julien Danjou  <julien@danjou.info>
2507
2508         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2509
2510 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2511
2512         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2513         doesn't have any parameters.
2514
2515 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2518         only upcased checks.
2519
2520         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2521
2522         * nnimap.el (nnimap-open-shell-stream): New function.
2523         (nnimap-open-connection): Use it.
2524         (nnimap-transform-headers): Get the number of lines in each message.
2525         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2526         number of lines.
2527         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2528         problem.
2529
2530         * utf7.el (utf7-encode): Autoload.
2531
2532         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2533         to allow the mail splitting to not return a default group.  This is
2534         useful for nnimap, which will leave unmatched mail in the inbox.
2535
2536         * nnimap.el: Rewritten.
2537
2538         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2539         nnimap usage.
2540
2541         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2542         if the move is internal, so that nnimap can do fast internal moves.
2543
2544         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2545         data.
2546         (gnus-read-active-for-groups): Support finishing the early retrieval of
2547         data.
2548
2549         * gnus-range.el (gnus-range-nconcat): New function.
2550
2551         * gnus-int.el (gnus-finish-retrieve-group-infos)
2552         (gnus-retrieve-group-data-early): New functions.
2553
2554 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2555
2556         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2557         (nnrss-retrieve-groups):
2558         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2559         (pop3-quit): Use with-current-buffer.
2560
2561 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2564         instead of nnheader-accept-process-output.
2565
2566         * dgnushack.el (dgnushack-compile): Add comment.
2567
2568         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2569
2570         * gnus-html.el (gnus-html-schedule-image-fetching)
2571         (gnus-html-prefetch-images): Replace process-kill-without-query by
2572         gnus-set-process-query-on-exit-flag.
2573
2574 2010-09-16  Romain Francoise  <romain@orebokech.com>
2575
2576         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2577
2578 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2581         parameter to unintern is mandatory-ish in Emacs 24.
2582
2583         * gnus-html.el (gnus-html-schedule-image-fetching)
2584         (gnus-html-prefetch-images): Check for curl before using it.
2585
2586         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2587         depend on curl, which isn't essential.
2588
2589         * imap.el: Revert back to version
2590         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2591         seem problematic.
2592
2593 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2594
2595         * gnus-registry.el (gnus-registry-install-shortcuts):
2596         Explicitly pass `obarray' to `unintern' to avoid a warning.
2597
2598 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2601         change.
2602
2603         * nnrss.el (nnrss-request-list): Removed this function and related
2604         functions, including the moreover stuff.
2605
2606 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * nnrss.el (nnrss-retrieve-groups): New function.
2609
2610 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2611
2612         * .dir-locals.el: Add no-byte-compile cookie.
2613
2614 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * time-date.el (format-seconds): Comment fix.
2617
2618         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2619         for back end that doesn't support request-scan.
2620
2621 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2624         then do request scans from the backends.
2625
2626         * netrc.el (netrc-credentials): New conveniency function.
2627
2628         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2629         avoid running a hook per line, since this takes a lot of time,
2630         profiling shows.
2631         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2632         directly if gnus-visual-p is true.
2633
2634 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2637         groups; replace mapcar with dolist which is a bit faster; pass groups
2638         info to gnus-read-active-file-1.
2639         (gnus-read-active-file-1): Scan only specified groups if the new
2640         optional arg `infos' is given.
2641
2642 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2645
2646         * pop3.el (pop3-movemail): Removed.
2647         (pop3-streaming-movemail): Renamed to pop3-movemail.
2648
2649         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2650         don't restrict end-tag searches to the end of the line.
2651
2652 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2655         articles of every unchecked group to t, which means unknown since the
2656         server has never been opened.
2657
2658 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * gnus-html.el (gnus-html-show-alt-text): New command.
2661         (gnus-html-browse-image): Ditto.
2662         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2663         to browse the image directly.
2664         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2665         better.
2666
2667         * gnus-async.el (gnus-async-article-callback): Call
2668         `gnus-html-prefetch-images' unconditionally.
2669
2670         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2671         before feeding URLs to curl.
2672
2673 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2676         internal images as deletable by `W D D'.
2677
2678         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2679         (gnus-async-article-callback): Fix typo.
2680
2681 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2684         current line to work around bugs in the output from w3m.
2685
2686         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2687         for groups that want that.
2688
2689         * nntp.el (nntp-wait-for-string): Supply a timeout for
2690         accept-process-output to ensure progress.
2691
2692         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2693         level to get unread articles from, then use that for foreign groups,
2694         too.
2695
2696         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2697         confuses the rest of the function.
2698
2699         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2700         for the methods that support -retrieve-groups, too.
2701
2702         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2703
2704 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2707         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2708
2709         * pop3.el: Require cl when compiling.
2710         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2711
2712 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2715         that aren't going to be activated.
2716         (gnus-get-unread-articles): Fix up the last commit.
2717
2718         * gnus-html.el (gnus-article-html): Allow calling without specifying
2719         the handle.  In that case, dissect the buffer first.
2720
2721         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2722
2723         * nnimap.el (nnimap-open-connection): Revert the change that would look
2724         into authinfo for imaps instead of imap.
2725
2726         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2727         say that you don't want to call gnus-request-group with don-check, but
2728         do check the reponse.  This is for virtual groups only.
2729         (gnus-get-unread-articles): Count the archive groups as secondary, so
2730         that they're activated the same way as before.
2731
2732         * imap.el (imap-message-map): Removed optional buffer parameter, since
2733         no callers use it.
2734         (imap-message-get): Ditto.
2735         (imap-message-put): Ditto.
2736         (imap-mailbox-map): Ditto.
2737         (imap-mailbox-put): Ditto.
2738         (imap-mailbox-get): Ditto.
2739         (imap-mailbox-get): Revert last change for this function.
2740
2741         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2742         case-insensitively.
2743         (nnimap-debug): Removed.
2744
2745         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2746         to use `imap-fetch' instead.  According to the comments, this should be
2747         safe, since all other IMAP clients use the 1:* syntax.
2748         (imap-enable-exchange-bug-workaround): Removed.
2749         (imap-debug): Removed -- doesn't seem very useful.
2750
2751         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2752         mail from a file, and the file doesn't exist.
2753
2754         * imap.el (imap-log): New convenience function used throughout instead
2755         of repeating the same code all over the place.
2756
2757         * pop3.el (pop3-streaming-movemail): Return t for success.
2758
2759         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2760         .authinfo if we're using ssl connection.
2761
2762         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2763         already have if we're in a main Gnus `g' run.
2764
2765         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2766
2767 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2770
2771         * nnmh.el (nnmh-request-list-1): Bind `file'.
2772
2773         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2774         alias to set-process-query-on-exit-flag or process-kill-without-query.
2775         (pop3-open-server): Use it.
2776
2777 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778
2779         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2780         box to the Incoming file.  Fixes mistake in previous checkin.
2781
2782         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2783         request loop (for debugging purposes) removed.
2784
2785         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2786         culprit is more visible.
2787         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2788         (nnml-add-incremental-nov): New functions to do "incremental" nov
2789         updates, where we just append to the end of the existing nov files
2790         without reading/writing them in full.
2791
2792         * mail-source.el (mail-source-delete-crash-box): Really only check the
2793         incoming files once in a while.
2794
2795         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2796
2797         * mail-source.el (mail-source-delete-crash-box): Only check the
2798         incoming files for deletion once per day to save a lot of file
2799         accesses.
2800
2801         * pop3.el (pop3-logon): Fix up unbound variable typo.
2802
2803         * mail-source.el (pop3-streaming-movemail): Autoload.
2804
2805         * pop3.el (pop3-streaming-movemail): Respect
2806         pop3-leave-mail-on-server.
2807
2808         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2809         retrieval.
2810
2811         * pop3.el (pop3-process-filter): Removed unused function.
2812         (pop3-streaming-movemail, pop3-send-streaming-command)
2813         (pop3-wait-for-messages, pop3-write-to-file)
2814         (pop3-number-of-responses): New functions for streaming pop3
2815         retrieval.
2816
2817         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2818         come from no known methods.
2819         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2820         list.
2821
2822         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2823         message sizes.
2824         (pop3-movemail): Use erase-buffer instead of looping and deleting
2825         regions, which seems rather odd.
2826
2827         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2828         file once per `g' run.
2829
2830         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2831         directories.  This makes the draft queue directory work.
2832
2833         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2834         data from the backends, so that we only request the list of groups from
2835         each method once.  This should speed things up considerably.
2836
2837         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2838         detect that it's not implemented.
2839
2840         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2841         we actually do recurse down into the tree, but don't stat all leaf
2842         nodes.
2843
2844         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2845         then say so instead of bugging out.
2846
2847         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2848         files exist before trying to read them.
2849
2850         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2851         around <pre_int>.
2852
2853         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2854
2855         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2856
2857 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * mm-util.el (mm-image-load-path): Just return the image directories,
2860         not all directories in the path in addition to the image directories.
2861         (mm-image-load-path): Maintain a cache of the image directories so that
2862         the `g' command in Gnus doesn't have to stat dozens of directories each
2863         time.
2864
2865         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2866         (gnus-html-wash-tags): Add a new `i' command to insert images.
2867         (gnus-html-insert-image): New command and keystroke.
2868         (gnus-html-redisplay-with-images): New command and keystroke.
2869         (gnus-html-show-images): Renamed command.
2870         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2871         spacers.
2872         (gnus-html-wash-tags): Decode entities at the end, so that entities
2873         inside the tags don't mess up the rest of the "parsing".
2874
2875         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2876         so that nnimap methods aren't agentized by default.  There's apparently
2877         many problems related to agent/imap behaviour.
2878
2879         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2880
2881         * gnus-html.el: Doc fix.
2882
2883 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2886         specifier-spec-list for Emacs 21.
2887
2888         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2889         glyph-width and glyph-height instead of display-graphic-p and
2890         image-size; make avoidance of displaying small images work for XEmacs.
2891
2892         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2893         for XEmacs.
2894
2895         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2896         of symbol that holds plist data.
2897         (gnus-process-plist): Remove plist of process after getting it.
2898
2899 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900
2901         * message.el (message-generate-hashcash): Change default to
2902         'opportunistic if hashcash is installed.
2903
2904         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2905         (gnus-html-put-image): Only call image-size once, since it's somewhat
2906         time-consuming on remote X servers.
2907
2908 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2911         type on data, not a file name.
2912
2913         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2914         window-pixel-edges for Emacs 21.
2915
2916         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2917         decoded contents.
2918         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2919
2920 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2923         group line format, since it isn't very interesting.
2924
2925         * gnus-agent.el (gnus-agent-short-article),
2926         (gnus-agent-long-article): Increase values for these two variables,
2927         since most people are likely to have more network connection and
2928         storage than before.
2929
2930         * gnus.el (gnus-refer-article-method): Change default to 'current.
2931         When referring an article, the common behaviour is to refer it from the
2932         current select method, not the native select method.  The chances of
2933         the native select method having the message in question is rather slim
2934         these days.
2935
2936         * gnus-sum.el (gnus-auto-select-subject): Change default to
2937         `unseen-or-unread'.  I think it's likely that most people want to
2938         select an unseen article over a previously seen, but unread one.
2939
2940         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2941         means that in the article buffer none of the minor mode elements will
2942         be shown, usually, and this is not desirable in most cases.
2943
2944         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2945         that commands like `d' (and the like) go to the next line in the
2946         buffer, instead of the next unread article.  I think this is the
2947         behaviour that is most natural for most users.
2948         (gnus-single-article-buffer): Change default to nil, so that people can
2949         have as many article buffers open as they have summary buffer.  I think
2950         this is the most natural way for the groups to behave.
2951
2952         * message.el (message-generate-new-buffers): Change default to
2953         `unsent', so that all new message buffers start their names with the
2954         string "*unsent", and it's easier to find the buffers if you move from
2955         them.
2956
2957 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2960         small.  They're probably tracking images.
2961         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2962         (gnus-html-rescale-image): Yet another try at getting the image sizing
2963         right.
2964
2965         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2966         nntp-marks-file-name is nil.
2967
2968 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2969
2970         * gnus-html.el (gnus-html-wash-tags)
2971         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2972         Better logging.
2973
2974 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2977
2978         * gnus-html.el (gnus-html-wash-tags): Check the value of
2979         gnus-blocked-images in the summary buffer.
2980
2981 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2982
2983         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2984
2985 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2988         like "a", it seems like.
2989         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2990         since it needs to be picked from the correct buffer.
2991
2992         * nnwfm.el: Removed.
2993
2994         * nnlistserv.el: Removed.
2995
2996 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2997
2998         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2999         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3000
3001 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * nnkiboze.el: Removed.
3004
3005         * nndb.el: Removed.
3006
3007         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3008         alt text.
3009         (gnus-html-rescale-image): Try to get the rescaling logic right for
3010         images that are just wide and not tall.
3011
3012         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3013         overshadow variable bindings.
3014
3015 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3016
3017         * gnus-html.el (gnus-html-wash-tags)
3018         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3019         extra logging.
3020
3021 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3024         (gnus-max-image-proportion): New variable.
3025         (gnus-html-rescale-image): New function.
3026         (gnus-html-put-image): Rescale images.
3027
3028 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3029
3030         Fix up some byte-compiler warnings.
3031         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3032         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3033         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3034         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3035         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3036         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3037         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3038
3039 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * gnus-html.el (gnus-article-html): Decode contents by charset.
3042
3043 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3046         (gnus-html-frame-width, gnus-blocked-images)
3047         * message.el (message-prune-recipient-rules): Add custom version.
3048         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3049
3050         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3051         functions.
3052
3053         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3054         gnus-process-get.
3055
3056 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3057
3058         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3059         instead of lsub directly.
3060
3061 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * nnwarchive.el: Removed.
3064
3065         * gnus-soup.el: Removed.
3066
3067         * nnsoup.el: Removed.
3068
3069         * nnultimate.el: Removed.
3070
3071         * gnus-html.el (gnus-blocked-images): New variable.
3072
3073         * message.el (message-prune-recipients): New function.
3074         (message-prune-recipient-rules): New variable.
3075
3076         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3077         guess whether a long line is natural text or not.
3078
3079         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3080         gnus-process-plist and friends for compatibility.
3081
3082 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3083
3084         * gnus-html.el: Require packages that define macros used in this file.
3085         (gnus-article-mouse-face): Declare to silence byte-compiler.
3086         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3087         process-get.
3088         (gnus-html-put-image): Use plist-get to avoid getf.
3089         (gnus-html-prefetch-images): Use with-current-buffer.
3090
3091 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-ems.el: Provide compatibility functions for
3094         gnus-set-process-plist.
3095
3096         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3097         header-line-format for XEmacs 21.4.
3098
3099         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3100         * gnus.el (gnus-valid-select-methods)
3101         * message.el (message-send-mail-partially-limit)
3102         * mm-decode.el (mm-text-html-renderer)
3103         * mml.el (mml-insert-mime-headers-always)
3104         * smiley.el (smiley-regexp-alist): Bump custom version.
3105
3106 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3107
3108         * gnus-html.el: require mm-url.
3109         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3110         with the url to `url'.
3111         (gnus-html-wash-tags): Support cid: URLs/images.
3112
3113 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3116         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3117         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3118
3119         * gnus-move.el: Removed file, since it doesn't really work.
3120
3121         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3122         UTF-8.  This seems to fix problems with some German web feeds.
3123
3124         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3125         at the top so that the proper colours are applied.
3126
3127         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3128         don't have dots in their names.
3129
3130         * gnus-art.el (gnus-article-view-part): Doc fix.
3131
3132         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3133         XEmacs-compatible.
3134         (gnus-html-put-image): Don't do images on non-graphic displays.
3135
3136         * nnslashdot.el: Removed this unused backend.
3137
3138         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3139         actions.
3140         (gnus-undo-register-1): Revert last change.
3141
3142         * gnus-group.el (gnus-group-completing-read): Protect against not
3143         having completion-styles bound.
3144
3145         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3146         make broken recipients happier.
3147
3148         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3149
3150         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3151         point parameter.
3152
3153         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3154
3155         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3156         completion-styles for group selection.
3157
3158 2009-02-04  Andreas Schwab  <schwab@suse.de>
3159
3160         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3161         headers and regexp-quote the match if necessary.
3162
3163 2009-03-24  Miles Bader  <miles@gnu.org>
3164
3165         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3166         the blinking smiley.
3167
3168 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3169
3170         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3171         blink smiley.
3172
3173 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3176         where the dribbel file lives exists.
3177
3178         * message.el (message-send-mail-partially-limit): Change the default to
3179         nil, since most people don't want this.
3180
3181         * mm-url.el (mm-url-decode-entities): Also decode entities like
3182         &#x3212.
3183
3184 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3185
3186         * gnus-sum.el (gnus-summary-idna-message):
3187         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3188         Hyperlink urls in docstrings with URL `...'.
3189
3190 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3191
3192         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3193         functions.
3194
3195 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3198         say what the mouseover text should be.
3199
3200         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3201         version of the mm-w3m-safe-url-regexp variable to only download images
3202         in the groups where we want that to happen.
3203
3204         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3205
3206         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3207         easier debugging.
3208         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3209         big pictures in the article buffer.
3210
3211         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3212         gnus-article-html.
3213         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3214         w3m.
3215
3216         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3217
3218 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3221         which doesn't exist.
3222
3223         * message.el (message-inhibit-ecomplete): New variable to allow some
3224         function to inhibit ecomplete address storage.
3225         (message-resend): Disable ecomplete message storage when resending
3226         messages.
3227
3228         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3229
3230 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3233         Save excursion while copying, moving, and deleting articles in order to
3234         prevent the cursor from jumping to unforeseen place.
3235
3236 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * lpath.el: No need to bind bookmark-current-buffer,
3239         bookmark-yank-point and bookmark-make-record-function.
3240
3241 2010-08-17  Glenn Morris  <rgm@gnu.org>
3242
3243         * gnus-sync.el: Require gnus components whose functions are used.
3244
3245         * gnus-art.el (bookmark-make-record-function):
3246         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3247         Declare for compiler.
3248
3249         * mm-url.el (mml-compute-boundary): Autoload.
3250
3251 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3254
3255 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3256
3257         Typo fix "hoo4a" -> "hook".
3258
3259         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3260
3261 2010-08-14  Glenn Morris  <rgm@gnu.org>
3262
3263         * gnus-sync.el (gnus-sync): Fix defgroup version.
3264
3265 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3266
3267         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3268
3269         * gnus-sync.el: Fix docs.
3270         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3271         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3272
3273 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3274
3275         Optimizations for gnus-sync.el.
3276
3277         * gnus-sync.el: Add docs about gnus-sync-backend
3278         possibilities.
3279         (gnus-sync-save): Remove unnecessary message.
3280         (gnus-sync-read): Optimize and show what groups were skipped.
3281
3282 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3283
3284         Minor bug fixes for gnus-sync.el.
3285
3286         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3287         read the sync on get-new-news.
3288
3289         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3290         quiet.
3291
3292         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3293
3294 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3295
3296         Make saving and restoring of hidden threads work with overlays.
3297         Patch applied by Ted Zlatanov.
3298
3299         * gnus-sum.el (gnus-hidden-threads-configuration)
3300         (gnus-restore-hidden-threads-configuration): Update to deal with text
3301         properties, rather than searching for a magic character.
3302
3303 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3304
3305         New gnus-sync.el library for synchronization of marks.
3306
3307         * gnus-sync.el: New library for synchronization of marks.
3308
3309         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3310         renamed from `gnus-registry-grep-in-list'.
3311
3312         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3313
3314         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3315
3316 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3317
3318         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3319         determining charset of text fails.
3320
3321 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * nnmail.el (nnmail-get-new-mail-1): Revert.
3324
3325         * nnml.el (nnml-active-number): Make sure names of newly created groups
3326         in nnml-group-alist are encoded.
3327
3328 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3331         containing non-ASCII characters in active file for nnml back end.
3332
3333 2010-07-24  David Engster  <dengste@eml.cc>
3334
3335         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3336         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3337
3338 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3339
3340         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3341         tag (Bug#6654).
3342
3343 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3346         the article buffer, not the summary buffer.
3347
3348 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3351         Emacs 23 as well.
3352
3353 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3356         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3357
3358 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3359
3360         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3361         Patch applied by Karl Fogel.
3362
3363         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3364         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3365
3366 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3367
3368         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3369         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3370         C-w still not working correctly from Article buffers; Thierry's
3371         patch to fix that will be applied after this.
3372
3373         * gnus-art.el (bookmark-make-record-function): New local variable.
3374
3375         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3376         article buffer.
3377         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3378
3379 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3380
3381         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3382         on changes in bookmark.el.
3383
3384 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3387         `no-log' instead of message not to log prompt string.
3388
3389 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3390
3391         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3392         the *other* type of HTML form submission.
3393
3394 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3395
3396         * auth-source.el (auth-source-pick): If choice does not contain a
3397         questioned keyword, set the check to t.
3398
3399 2010-06-12  Romain Francoise  <romain@orebokech.com>
3400
3401         * gnus-util.el (gnus-date-get-time): Move up before first use.
3402
3403 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3406         (gnus-article-edit-part): Bind it to make last part that is substituted
3407         or deleted visible.
3408         (gnus-mime-display-single): Buttonize part of which id equals to
3409         gnus-mime-buttonized-part-id.
3410
3411 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3412
3413         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3414         (gnus-dd-mmm): Use gnus-date-get-time.
3415         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3416         simplify logic.
3417         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3418         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3419
3420 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3421
3422         * auth-source.el (top): Autoload `secrets-list-collections',
3423         `secrets-create-item', `secrets-delete-item'.
3424         (auth-sources): Fix tag string.
3425         (auth-get-source, auth-source-retrieve, auth-source-create)
3426         (auth-source-delete): New defuns.
3427         (auth-source-pick): Rewrite in order to avoid 2 passes.
3428         (auth-source-forget-user-or-password): New parameter USERNAME.
3429         (auth-source-user-or-password): New parameters CREATE-MISSING and
3430         DELETE-EXISTING.  Retrieve password interactively, if needed.
3431
3432 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3433
3434         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3435         deleting unused directories when gnus-expert-user is t.
3436
3437 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3440         for each temp file when gnus-article-browse-delete-temp is ask.
3441
3442 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3443
3444         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3445         Lisp calls to delete-backward-char by calls to delete-char.
3446
3447 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3448
3449         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3450
3451 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3452
3453         * password-cache.el (password-cache-remove): Fix docstring.
3454
3455 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3458         article unless decoding article to be saved.
3459
3460 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3463         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3464         generated within the mm-with-unibyte-current-buffer macro.
3465
3466 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3469         to nil when we're in a mml-preview buffer and no group is selected.
3470
3471 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3472
3473         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3474         when catching the `C-g'.  Reported by "Leo".
3475
3476 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3477
3478         * message.el (message-forward-make-body-plain)
3479         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3480         multibyte-string-p.
3481
3482         * lpath.el: Revert.
3483
3484 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * message.el (message-forward-make-body-mml): Assume original message
3487         is multibyte string; error on unibyte.
3488         (message-forward-make-body-plain): Ditto; don't add excessive newline
3489         in body end.
3490
3491         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3492
3493 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3494
3495         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3496         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3497
3498 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * mm-extern.el (mm-extern-url): Don't use
3501         mm-with-unibyte-current-buffer.
3502         (mm-extern-cache-contents): Use with-current-buffer instead of
3503         save-excursion + set-buffer.
3504
3505 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3506
3507         * mm-util.el (mm-emacs-mule): Remove.
3508
3509 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3510
3511         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3512         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3513         change.
3514
3515 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3518         bind the default value of enable-multibyte-characters to nil.
3519
3520 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * message.el (message-forward-make-body-plain)
3523         (message-forward-make-body-mml):
3524         Don't use mm-with-unibyte-current-buffer.
3525
3526 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3527
3528         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3529
3530 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3531
3532         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3533         (Bug#5592).
3534
3535 2010-05-07  Julien Danjou  <julien@danjou.info>
3536
3537         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3538         it to mm-pipe-part.
3539
3540         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3541         it is given.
3542
3543 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * binhex.el (binhex-decode-region-internal)
3546         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3547         (dns-query)
3548         * nnweb.el (nnweb-gmane-search)
3549         * pgg-parse.el (pgg-parse-armor)
3550         * pgg.el (pgg-verify-region)
3551         * sha1.el (sha1-string-external)
3552         * uudecode.el (uudecode-decode-region-internal)
3553         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3554         XEmacs.
3555
3556         * gnus-art.el (gnus-article-browse-html-parts)
3557         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3558         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3559         make-temp-file.
3560
3561         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3562         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3563         compiling.
3564
3565         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3566         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3567         XEmacs when compiling.
3568
3569         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3570         gnus-pick-mode-off-hook for XEmacs when compiling.
3571         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3572         gnus-binary-mode-off-hook for XEmacs when compiling.
3573
3574         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3575         nil if char-charset is not available.
3576
3577         * imap.el (imap-disable-multibyte)
3578         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3579         macros.
3580
3581         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3582         instead of encode-coding-string.
3583
3584         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3585         'xemacs) instead of mm-emacs-mule to switch function definitions.
3586         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3587
3588         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3589         bind temporary-file-directory for XEmacs;
3590         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3591         timer-set-function for XEmacs 21.4 and SXEmacs;
3592         bind timer-list for XEmacs 21.4 and SXEmacs;
3593         fbind char-charset and find-charset-region for non-Mule XEmacs;
3594         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3595         encode-coding-region and encode-coding-string for XEmacs having no
3596         file-coding feature.
3597
3598 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3599
3600         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3601
3602 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3603
3604         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3605         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3606
3607 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3608
3609         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3610         alias `jka-compr-delete-temp-file' no longer exists.
3611
3612 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3613
3614         Use define-minor-mode in Gnus where applicable.
3615         * mml.el (mml-mode): Use define-minor-mode.
3616         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3617         (gnus-undo-mode): Use define-minor-mode.
3618         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3619         (gnus-dead-summary-mode): Use define-minor-mode.
3620         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3621         Initialize in declaration.
3622         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3623         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3624         (gnus-mailing-list-mode): Use define-minor-mode.
3625         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3626         (gnus-draft-mode): Use define-minor-mode.
3627         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3628         (gnus-dired-mode): Use define-minor-mode.
3629
3630 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3631
3632         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3633         handles on recursive mml-to-mime translation and check them for
3634         boundary delimiter collisions.  Reported by Greg Troxel.
3635
3636 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3639
3640 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3641
3642         * mm-util.el (mm-find-buffer-file-coding-system):
3643         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3644
3645 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3646
3647         * message.el (message-generate-headers): Record insertion of optional
3648         headers as well.  Otherwise the check to prevent repeated insertion of
3649         optional headers is a no-op.
3650
3651 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3652
3653         * smime.el: Don't mention CVS.
3654
3655         * nnrss.el (nnrss-fetch): Don't mention CVS.
3656
3657         * nnir.el: Don't mention CVS.
3658
3659 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3660
3661         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3662
3663 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3664
3665         * lpath.el: Fbind bookmark-default-handler,
3666         bookmark-get-bookmark-record, bookmark-make-record-default,
3667         bookmark-prop-get for Emacs <23 and XEmacs.
3668
3669 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3670
3671         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3672         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3673         Use with-current-buffer to silence the byte-compiler.
3674         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3675         bother to require `gnus'.
3676         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3677
3678 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3679
3680         * gnus-sum.el (gnus-summary-bookmark-make-record)
3681         (gnus-summary-bookmark-jump): New functions.
3682         (gnus-summary-mode): Setup bookmark support.
3683
3684 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3685
3686         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3687         if set.
3688
3689 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3692         gnus-article-browse-html-save-cid-image; make it work recursively for
3693         forwarded messages as well.
3694         (gnus-article-browse-html-parts): Work when prefix arg is given.
3695         (gnus-article-browse-html-article): Doc fix.
3696
3697 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3698
3699         * message.el (message-default-mail-headers):
3700         (message-default-headers): Carry the value mail-default-headers over
3701         into message-default-mail-headers, rather than message-default-headers.
3702
3703 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3704
3705         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3706         charset.
3707
3708         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3709         charset into the <meta> tag when the article is encoded to utf-8.
3710
3711 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3714         directories as well.
3715         (gnus-article-browse-html-parts): Work for images that do not specify
3716         file names; delete temp directory when quitting; insert header at the
3717         right place; use file: scheme for image files.
3718
3719 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3720
3721         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3722         (gnus-article-browse-html-parts): Use it to make temporary cid image
3723         files in addition to html file so that browser may display them.
3724
3725 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3728
3729 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3730
3731         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3732
3733 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3734
3735         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3736         about Secret Service API sources.  Improve Customize options.
3737         (auth-source-pick): Change to accept any number of search parameters.
3738         Implement fallbacks iteratively, not recursively.  Add scoring on the
3739         second pass and sort by score.  Call Secret Service API when needed.
3740         (auth-source-user-or-password): Use it.  Call Secret Service API
3741         directly when needed to get the user name and the password.
3742
3743 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3744
3745         * message.el (message-interactive): Doc fix.
3746         (message-qmail-inject-args): Reflow.
3747         (message-kill-to-signature): Fix typo in docstring.
3748
3749         * smiley.el (smiley-buffer): Fix typo in docstring.
3750
3751 2010-03-24  Glenn Morris  <rgm@gnu.org>
3752
3753         * mail-source.el (gnus-message): Declare.
3754         (mail-source-delete-old-incoming): Require gnus-util.
3755
3756 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3759
3760         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3761
3762         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3763         password-cache's default if it is not bound.
3764         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3765         password-cache-expiry's default if it is not bound.
3766
3767         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3768         available in Emacs 21.
3769
3770         * lpath.el: Suppress compiler warnings for:
3771         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3772         XEmacs;
3773         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3774         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3775         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3776
3777 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         * auth-source.el (auth-sources): Fix up definition so extra parameters
3780         are always inline.
3781
3782 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3783
3784         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3785         wasn't updated after mismatch.  Clear cached mailbox info correctly
3786         when uidvalidity changes.
3787         (nnimap-group-prefixed-name): New function to avoid some code
3788         duplication.
3789         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3790         (nnimap-request-group): Use it.
3791         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3792         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3793         with many imap folders.  This is done by caching the group status from
3794         the imap server persistently in a group parameter `imap-status'.  (This
3795         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3796         but not persistently, so every Gnus startup was still very slow.)
3797
3798 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3799
3800         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3801         delete the extra newline.  Otherwise editing of :string and :number
3802         types don't work.
3803
3804 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3805
3806         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3807         secrets.el dependency.
3808         (auth-sources): Add optional user name.  Add secrets.el configuration
3809         choice (unused right now).
3810
3811 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3812
3813         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3814         `gnus-registry-install-shortcuts' fill in the functions.
3815
3816         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3817         warnings.
3818         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3819         (gnus-registry-install-shortcuts): Populate and use it in a
3820         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3821
3822 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3823
3824         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3825         In-place substitutions for the group name encoding/decoding.
3826         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3827         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3828         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3829         (nnimap-update-unseen, nnimap-request-list)
3830         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3831         (nnimap-request-set-mark, nnimap-split-to-groups)
3832         (nnimap-split-articles, nnimap-request-newgroups)
3833         (nnimap-request-create-group, nnimap-request-accept-article)
3834         (nnimap-request-delete-group, nnimap-request-rename-group)
3835         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3836         `encoded-mbx' for consistency.
3837         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3838         variable `imap-current-mailbox'.
3839
3840         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3841         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3842
3843 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3844
3845         * pop3.el (pop3-display-message-size-flag): Display message size byte
3846         counts during POP3 download.
3847         (pop3-movemail): Use it.
3848         (pop3-list): Implement listing of available messages.
3849
3850 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3851
3852         * nnir.el (nnir-get-article-nov-override-function): New function to
3853         override the normal NOV retrieval.
3854         (nnir-retrieve-headers): Use it.
3855
3856 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3857
3858         * auth-source.el (netrc-machine-user-or-password): Autoload.
3859
3860 2010-03-19  Glenn Morris  <rgm@gnu.org>
3861
3862         Stop message.el from loading about 40 libraries it doesn't always need.
3863         The general approach is to autoload rather than require, and to
3864         require in the specific functions rather than the file.  (Bug#5642)
3865
3866         * gmm-utils.el: Don't require wid-edit.
3867         (widget-create-child-value, widget-convert, widget-default-get):
3868         Autoload.
3869
3870         * gnus-util.el: Don't require time-date, netrc.
3871         (message-fetch-field, gnus-group-name-decode): Declare rather than
3872         autoloading.
3873         (gnus-fetch-field): Require message.
3874         (gnus-decode-newsgroups): Require gnus-group.
3875
3876         * ietf-drums.el: Don't require time-date.
3877
3878         * message.el: Don't require hashcash, canlock, ecomplete.
3879         Do require mail-utils.  Require nnheader only when compiling.
3880         (smtpmail-default-smtp-server): Remove declaration.
3881         (message-send-mail-function): Check smtpmail-default-smtp-server
3882         is bound rather than requiring smtpmail.
3883         (message-auto-save-directory, message-insert-signature): Use
3884         expand-file-name rather than nnheader-concat.
3885         (nnheader-insert-file-contents): Autoload.
3886         (hashcash-wait-async): Declare.
3887         (message-send-mail): Only call gnus-setup-posting-charset if
3888         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3889         (message-send-mail-with-sendmail): Require sendmail.
3890         (canlock-password, canlock-password-for-verify): Declare.
3891         (message-canlock-password): Require canlock.
3892         (nnheader-get-report): Autoload.
3893         (gnus-setup-posting-charset): Declare.
3894         (message-send-news): Require gnus-msg.
3895         (message-make-references, message-make-in-reply-to): Use mail-header-id
3896         rather than the alias mail-header-message-id.
3897         (ecomplete-add-item, ecomplete-save): Declare.
3898         (message-put-addresses-in-ecomplete): Require ecomplete.
3899         (ecomplete-display-matches): Autoload.
3900
3901         * mm-decode.el: Don't require mailcap, gnus-util.
3902         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3903         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3904         Autoload.
3905         (mailcap-mime-extensions): Declare.
3906
3907         * mm-encode.el: Don't require mailcap.
3908         (mailcap-extension-to-mime): Autoload.
3909
3910         * mml-sec.el: Don't require password-cache.
3911
3912         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3913         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3914         (mml-minibuffer-read-type): Require mailcap.
3915         (mml-preview): Require gnus-msg.
3916
3917         * mml1991.el: Require password-cache.
3918         (password-cache-expiry): Remove declaration.
3919
3920         * mml2015.el: Require password-cache.
3921         (password-cache-expiry): Remove declaration.
3922
3923         * nneething.el (mailcap): Require mailcap.
3924
3925         * nnheader.el (declare-function): Add compatibility stub.
3926         (message-remove-header): Declare rather than autoload.
3927         (nnheader-replace-header): Require message.
3928
3929         * nnimap.el (declare-function): Add compatibility stub.
3930         (netrc-parse, netrc-machine-user-or-password): Declare.
3931         (nnimap-open-connection): Require netrc.
3932
3933         * nntp.el (declare-function): Add compatibility stub.
3934         (netrc-parse, netrc-machine, netrc-get): Declare.
3935         (nntp-send-authinfo): Require netrc.
3936
3937         * rfc2047.el: Don't require qp.
3938         (quoted-printable-encode-region, quoted-printable-decode-string):
3939         Autoload.
3940
3941         * sieve-mode.el: Don't require easymenu.
3942         (easy-menu-add-item): Autoload it.
3943
3944         * spam-stat.el (time-to-number-of-days): Autoload it.
3945
3946 2010-03-19  Glenn Morris  <rgm@gnu.org>
3947
3948         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3949
3950 2010-03-18  Glenn Morris  <rgm@gnu.org>
3951
3952         * hashcash.el (declare-function): Remove duplicate definition.
3953
3954 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3955
3956         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3957         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3958         value if any backslash escapes).
3959
3960 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3961
3962         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3963         if it is available.  (bug#5647)
3964
3965         * lpath.el: Suppress compiler warning for coding-system-from-name for
3966         Emacs 21 and XEmacs.
3967
3968 2010-03-14  Juri Linkov  <juri@jurta.org>
3969
3970         * hmac-def.el:
3971         * hmac-md5.el:
3972         * netrc.el: Fix keywords.
3973
3974 2010-02-26  Glenn Morris  <rgm@gnu.org>
3975
3976         * message.el (message-send-mail-function): Change the default, so that
3977         it inherits from a customized send-mail-function.  (Bug#5643)
3978
3979 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3980
3981         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3982         shell-command-to-string signals an error (bug#5299).
3983
3984 2010-02-24  Glenn Morris  <rgm@gnu.org>
3985
3986         * message.el (message-smtpmail-send-it)
3987         (message-send-mail-with-mailclient): Doc fixes.
3988
3989 2010-02-16  Glenn Morris  <rgm@gnu.org>
3990
3991         * message.el (message-default-mail-headers): Change the default value
3992         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3993
3994 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3997         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3998
3999 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4000
4001         * time-date.el (date-to-time): Doc fix (Bug#5408).
4002
4003 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4004
4005         * message.el (message-mail): Just pass yank-action on to message-setup.
4006         (message-setup): Handle (FUN . ARGS) form of yank-action.
4007         (message-with-reply-buffer, message-widen-reply)
4008         (message-yank-original): Handle non-buffer values of
4009         message-reply-buffer (Bug#4080).
4010         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4011
4012 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4013
4014         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4015         Fix typo in docstring.
4016
4017 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4018
4019         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4020         response.
4021
4022 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4025
4026         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4027
4028         * message.el (message-check-news-header-syntax): Protect against a
4029         string that `rfc822-addresses' returns when parsing fails.
4030
4031 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4034         (gnus-previous-char-property-change): New functions.
4035
4036         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4037
4038 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4039
4040         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4041         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4042
4043 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4044
4045         * message.el (message-exchange-point-and-mark): Rework last change to
4046         avoid using optional arg of exchange-point-and-mark, for backward
4047         compatibility.
4048
4049 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4050
4051         * message.el (message-exchange-point-and-mark): Call
4052         exchange-point-and-mark with an argument rather than setting
4053         mark-active by hand (Bug#5175).
4054
4055 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * nntp.el (nntp-service-to-port): Work for service expressed with
4058         numeric string; replace [:digit:] with [0-9] for XEmacs.
4059
4060 2009-12-17  Glenn Morris  <rgm@gnu.org>
4061
4062         * gnus-group.el (gnus-bug-group-download-format-alist):
4063         Change emacs entry to debbugs.gnu.org.  Bump :version.
4064
4065 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4066
4067         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4068
4069 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4070
4071         * message.el (message-info): Explain why we use `Info-goto-node'.
4072
4073 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4076
4077 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4078
4079         * message.el (message-completion-in-region): New compatibility function.
4080         (message-expand-group): Use it.
4081
4082 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4085         with no unread article should be listed if the 2nd arg `predicate' is
4086         given.
4087
4088 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4091
4092 2009-11-29  Juri Linkov  <juri@jurta.org>
4093
4094         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4095         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4096         on `gnus-recenter'. (Bug#4698, Bug#4981)
4097
4098 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4099
4100         * sha1.el (sha1-string-external): default-directory "/" in case
4101         otherwise non-existent.  process-connection-type pipe for touch of
4102         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4103
4104 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4105
4106         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4107         it's comms related and sgml-mode.el has "comm" on that basis too.
4108
4109 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4110
4111         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4112         containing tspecial characters if they have been already quoted.
4113
4114 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4115
4116         * dns-mode.el (auto-mode-alist): Purecopy string.
4117
4118 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4119
4120         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4121
4122 2009-10-24  Glenn Morris  <rgm@gnu.org>
4123
4124         * gnus-art.el (help-xref-stack-item): Define for compiler.
4125
4126 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4127
4128         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4129
4130 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4133
4134 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4137         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4138
4139 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4142         (gnus-overlays-in): New alias to overlays-in.
4143
4144         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4145         gnus-overlay-get, and gnus-delete-overlay.
4146         (gnus-summary-show-thread): Make it work as well for systems in which
4147         next-single-char-property-change is not available.
4148         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4149
4150         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4151         (gnus-overlay-get): New alias to extent-property.
4152         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4153
4154         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4155         SXEmacs.
4156
4157         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4158         SXEmacs.
4159
4160 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4161
4162         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4163
4164 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4165
4166         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4167         and XEmacs that don't have `remove-overlays'.
4168
4169 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4170
4171         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4172         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4173         selective display.  Use overlays instead.
4174
4175 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4176
4177         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4178
4179 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4180
4181         * spam-stat.el (spam-stat-load): Fix typo in message.
4182
4183 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4184
4185         * dig.el (dig-invoke): Fix typo in docstring.
4186         (query-dig): Reflow docstring.
4187
4188 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4189
4190         * gnus-art.el (gnus-article-encrypt-body):
4191         * message.el (message-check-recipients):
4192         * mm-util.el (mm-codepage-setup):
4193         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4194         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4195
4196 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4197
4198         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4199         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4200         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4201         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4202         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4203
4204 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4205
4206         * dig.el: Add "Keywords: comm", as per net-utils.el.
4207
4208 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4209
4210         * dig.el (dig-mode): Use define-derived-mode.
4211
4212 2009-09-19  Glenn Morris  <rgm@gnu.org>
4213
4214         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4215
4216 2009-09-18  Glenn Morris  <rgm@gnu.org>
4217
4218         * gnus-diary.el (gnus-diary-check-message):
4219         * message.el (message-insert-formatted-citation-line):
4220         * nnbabyl.el (top-level):
4221         * nndiary.el (nndiary-schedule):
4222         Fix typos in condition-case handlers.
4223
4224 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4227         configuration that provides the sole article window in a frame;
4228         position point correctly after deleting a part.
4229
4230 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4231
4232         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4233         (spam-resolve-registrations-routine): Use it to unregister articles
4234         that change status.
4235
4236 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4239         with XEmacs.
4240         (parse-time-string-chars): Use it.
4241
4242 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4243
4244         * imap.el (imap-interactive-login): Better messages.
4245         (imap-open): Fix bug with renamed buffer on reconnect.
4246         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4247         for easier debugging and cleaner code.  On successful (guessed based on
4248         server capabilities) secondary authentication, set imap-state
4249         correctly.
4250         (imap-last-authenticator): Define imap-last-authenticator as a variable
4251         to avoid warnings.
4252
4253 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * nnrss.el (nnrss-request-article): Remove binding of
4256         default-enable-multibyte-characters that has gotten needless by
4257         the 2007-07-13 change in rfc2047-encode-message-header.
4258
4259         * mml.el (mml-insert-multipart): Error on the message header.
4260         (mml-insert-part): Error on the message header; position point at
4261         the end of a MIME tag.
4262
4263 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * time-date.el (autoload): Expand define-obsolete-function-alias into
4266         defalias and make-obsolete for old Emacsen that Gnus supports.
4267         (with-no-warnings): Define it for old Emacsen.
4268         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4269         is available.
4270         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4271         float-time is available; suppress compile warning for time-to-seconds.
4272
4273         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4274         (gnus-float-time): Alias to float-time if it exists.
4275
4276         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4277         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4278         float-time is available; suppress compile warning for time-to-seconds.
4279
4280         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4281         XEmacs.
4282
4283 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4284
4285         * imap.el (imap-message-map): Docstring fix.
4286
4287 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4290         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4291         Add the optional argument `encoding' that overrides the default.
4292
4293         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4294         mm-encode-buffer.
4295
4296 2009-09-04  Glenn Morris  <rgm@gnu.org>
4297
4298         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4299         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4300         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4301         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4302         * mm-util.el (mm-with-unibyte-current-buffer)
4303         (mm-find-buffer-file-coding-system):
4304         * yenc.el (yenc-decode-region): Use default-value rather than
4305         default-enable-multibyte-characters.
4306
4307 2009-09-03  Glenn Morris  <rgm@gnu.org>
4308
4309         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4310         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4311         than default-enable-multibyte-characters.
4312
4313 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4314
4315         * gnus-art.el (gnus-article-read-summary-keys):
4316         Fix gnus-buffer-configuration's value temporarily used.
4317
4318 2009-09-02  Glenn Morris  <rgm@gnu.org>
4319
4320         * gnus-util.el (gnus-float-time): New function.
4321         * gnus-delay.el (gnus-delay-article):
4322         * gnus-sum.el (gnus-thread-latest-date):
4323         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4324         * nnspool.el (nnspool-request-newgroups):
4325         Use gnus-float-time rather than time-to-seconds.
4326         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4327
4328         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4329         (gnus-header-subject-face, gnus-header-newsgroups-face)
4330         (gnus-header-name-face, gnus-header-content-face):
4331         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4332         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4333         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4334         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4335         (gnus-cite-face-11):
4336         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4337         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4338         (gnus-server-closed-face, gnus-server-denied-face)
4339         (gnus-server-offline-face):
4340         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4341         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4342         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4343         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4344         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4345         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4346         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4347         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4348         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4349         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4350         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4351         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4352         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4353         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4354         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4355         (gnus-summary-high-undownloaded-face)
4356         (gnus-summary-low-undownloaded-face)
4357         (gnus-summary-normal-undownloaded-face)
4358         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4359         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4360         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4361         (gnus-splash-face):
4362         * message.el (message-header-to-face, message-header-cc-face)
4363         (message-header-subject-face, message-header-newsgroups-face)
4364         (message-header-other-face, message-header-name-face)
4365         (message-header-xheader-face, message-separator-face)
4366         (message-cited-text-face, message-mml-face):
4367         * sieve-mode.el (sieve-control-commands-face)
4368         (sieve-action-commands-face, sieve-test-commands-face)
4369         (sieve-tagged-arguments-face):
4370         * spam.el (spam-face):
4371         Mark face aliases with "-face" in the name as obsolete.
4372
4373 2009-09-01  Glenn Morris  <rgm@gnu.org>
4374
4375         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4376         than goto-line.
4377
4378 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4381         Don't move point if the command is invoked inside the message header.
4382
4383 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4384
4385         * imap.el (imap-send-command): Simplify.
4386         (imap-wait-for-tag): point-max -> buffer-size.
4387
4388 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4389
4390         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4391         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4392         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4393         * nnir.el (nnir-swish-e-index-file):
4394         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4395         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4396         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4397         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4398         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4399         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4400
4401 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4404         Don't save excursion.
4405
4406 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4407
4408         * nnheader.el (nnheader-find-file-noselect):
4409         * mm-util.el (mm-insert-file-contents):
4410         Use (default-value 'major-mode) instead of default-major-mode.
4411
4412 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4413
4414         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4415
4416 2009-08-26  Glenn Morris  <rgm@gnu.org>
4417
4418         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4419         than placing in files.el.
4420
4421 2009-08-25  Glenn Morris  <rgm@gnu.org>
4422
4423         * nnir.el (top-level): Don't require cl at run-time.
4424         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4425         Replace cl-function substitute with gnus-replace-in-string.
4426         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4427         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4428         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4429         simplified expansions.
4430
4431 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4432
4433         * dig.el (dig): Add autoload cookie.
4434
4435 2009-08-22  Glenn Morris  <rgm@gnu.org>
4436
4437         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4438         goto-line.
4439
4440 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4441
4442         * parse-time.el (parse-time-string-chars): Save match data.
4443
4444 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4445
4446         * parse-time.el (parse-time-string-chars): Compute using character
4447         classes, to handle non-ascii characters (Bug#3190).
4448
4449 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4452
4453         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4454         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4455         (gnus-mm-display-part, gnus-mime-display-single)
4456         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4457         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4458
4459         * gnus-sum.el
4460         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4461         (gnus-summary-move-article): Add expirable mark to articles copied or
4462         moved to group that has auto-expire turned on if the option is non-nil.
4463
4464 2009-07-24  Glenn Morris  <rgm@gnu.org>
4465
4466         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4467         Fix typo.  (Bug#3903)
4468
4469 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4472         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4473         that should not be used for draft articles.
4474         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4475         that has no concern in minor mode keys.
4476         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4477         Abolish.
4478
4479 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4482         article without making inquiry to a user for unknown encoding.
4483
4484         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4485         (nnmaildir--scan): Assume i-node and device number that file-attributes
4486         returns might be cons-cell.
4487
4488         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4489
4490         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4491
4492 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4493
4494         * auth-source.el: Remove docs now in auth.texi.  Don't use
4495         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4496         `auth-source-hide-passwords' and use them.
4497
4498 2009-07-15  Glenn Morris  <rgm@gnu.org>
4499
4500         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4501
4502 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4505         excessive whitespace from the default values of title and description.
4506
4507 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4510         mail-fetch-field to fetch Content-Description header in order to
4511         exclude newlines.
4512
4513 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4514
4515         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4516         format used by GnuPG 2.0.11.
4517
4518 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4521         to deleted part.
4522
4523 2009-05-30  David Engster  <dengste@eml.cc>
4524
4525         * nnmairix.el: Remove old documentation in the commentary block.
4526         (nnmairix-request-group): Do not update active file for nnml back ends.
4527         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4528         end so that overview files are ignored.
4529         (nnmairix-update-groups): Make updating the groups more robust by using
4530         marks.
4531         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4532         with dollar characters in message-id.
4533
4534 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4535
4536         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4537         2008-12-25 in dns.el.
4538
4539 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4540
4541         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4542         could happen if the text is only composed of spaces and/or tabs.
4543
4544 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4545
4546         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4547         when sending a queued message to avoid extra mml tags.
4548
4549 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4550
4551         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4552
4553 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4554
4555         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4556         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4557         rmail-toggle-header for XEmacs;
4558         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4559
4560 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * gnus-dired.el: Remove autoload for gnus-setup-message.
4563         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4564         displaying Gnus logo; always use compose-mail.
4565
4566 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4569
4570 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4573         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4574         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4575         available.
4576         (gnus-nocem-epg-verify): New function.
4577
4578 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4579
4580         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4581
4582 2009-02-15  Glenn Morris  <rgm@gnu.org>
4583
4584         * gnus-util.el (rmail-insert-rmail-file-header)
4585         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4586         autoloads.
4587         (rmail-default-rmail-file): Remove unnecessary declaration.
4588         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4589
4590 2009-02-14  Glenn Morris  <rgm@gnu.org>
4591
4592         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4593         variable (only used in gnus-util, which declares it anyway).
4594         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4595         which was only needed by gnus-art (changed to not use it any more).
4596         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4597         only used in gnus-util, which autoloads it itself.
4598         (rmail-update-summary): Fix autoload.
4599
4600         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4601         rather than rmail-output-to-rmail-file.
4602
4603 2009-02-07  Glenn Morris  <rgm@gnu.org>
4604
4605         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4606         autoload of function that no longer exists.
4607         (rmail-toggle-header): Declare.
4608         (message-forward-rmail-make-body): Handle mbox Rmail.
4609
4610 2009-01-31  Glenn Morris  <rgm@gnu.org>
4611
4612         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4613         2009-01-09 change.
4614
4615 2009-01-31  Dave Love  <fx@gnu.org>
4616
4617         * imap.el (imap-fetch-safe): Bind debug-on-error.
4618         (imap-debug): Add imap-fetch-safe.
4619
4620 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4621
4622         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4623         (auth-source-forget-all-cached): New convenience function.
4624         (auth-source-user-or-password): Accept list of modes or a single mode.
4625
4626         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4627         auth-source modes.
4628
4629         * netrc.el (netrc-machine-user-or-password): Use list of
4630         auth-source modes.
4631
4632         * nnimap.el (nnimap-open-connection): Use list of
4633         auth-source modes.
4634
4635         * nntp.el (nntp-send-authinfo): Use list of
4636         auth-source modes.
4637
4638 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4639
4640         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4641         now.
4642
4643 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4646         coding system in XEmacs; add a workaround for XEmacs.
4647
4648         * lpath.el: Fbind coding-system-aliasee.
4649
4650 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4653         of current-language-environment.
4654
4655 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4656
4657         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4658         available at runtime.
4659
4660 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4663
4664 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4665
4666         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4667         the greatest positive fixnum value doesn't work under an XEmacs with
4668         bignum support; use the most-positive-fixnum constant instead,
4669         available since Emacs 21.1 with cl and XEmacs 21.1.
4670
4671 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4674         XEmacs gets not to work.
4675
4676 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * mm-util.el (mm-coding-system-priorities): Allow the value like
4679         "Japanese (UTF-8)" of current-language-environment.
4680
4681 2009-01-09  Glenn Morris  <rgm@gnu.org>
4682
4683         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4684         with last-command-event.
4685
4686 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4687
4688         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4689         in the doc string.
4690
4691         * message.el (message-fix-before-sending): Amend comment.
4692
4693 2009-01-08  Dave Love  <fx@gnu.org>
4694
4695         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4696
4697 2009-01-07  David Engster  <dengste@eml.cc>
4698
4699         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4700         simplified server definitions by converting it via
4701         gnus-server-to-method.
4702
4703 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4706         parameter's operands.
4707
4708 2009-01-06  David Engster  <dengste@eml.cc>
4709
4710         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4711         primary select method (for gnus-group-mark-article-as-read).
4712
4713 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4714
4715         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4716         `(gnus)Face', not `(gnus)X-Face'.
4717
4718 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4719
4720         * mm-util.el (mm-ucs-to-char): New function.
4721
4722         * mm-url.el (mm-url-decode-entities): Use it.
4723
4724         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4725         unicode-to-char.
4726
4727 2009-01-05  Dave Love  <fx@gnu.org>
4728
4729         * time-date.el: Require cl for `declare'.
4730
4731 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4732
4733         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4734         Dave Love.
4735
4736 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4737
4738         * message.el (message-fix-before-sending): Add `eight-bit' to
4739         illegible-text check.
4740
4741 2009-01-03  Michael Olson  <mwolson@gnu.org>
4742
4743         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4744         `headers' is nil.  This can occur if the IMAP server does not have
4745         permissions to read messages from a folder, but can write new messages
4746         to the folder.
4747         (nnimap-request-article-part): Do not insert `data' if it is nil.
4748
4749         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4750         characters which will confuse `read', so skip past them.
4751
4752 2009-01-01  Dave Love  <fx@gnu.org>
4753
4754         * imap.el (imap-string-to-integer): Fix typo.
4755         (imap-fetch-safe): New function.
4756         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4757
4758         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4759
4760         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4761         (imap-parse-greeting): Fix doc strings.
4762         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4763         (imap-parse-flag-list): Make messages unique.
4764         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4765
4766         * nnimap.el: Fix author email.
4767         (nnimap-split-rule): Add FIXME comment.
4768         (nnimap-debug): Fix doc string.
4769
4770 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4771
4772         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4773
4774 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4775
4776         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4777         nslookup if resolv.conf isn't available.
4778         (dns-query): Rename from query-dns.
4779         (dns-query-cached): Rename from query-dns-cached.
4780
4781 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4784         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4785         to check if those variables exist (first appeared in Emacs 18.50).
4786
4787 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * mm-util.el (mm-line-number-at-pos): New function.
4790
4791         * spam-report.el (spam-report-process-queue): Use it.
4792
4793 2008-12-24  David Engster  <dengste@eml.cc>
4794
4795         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4796         parameters that haven't existed as variables as buffer-local variables.
4797
4798 2008-12-23  Dave Love  <fx@gnu.org>
4799
4800         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4801         cadar.
4802
4803         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4804         imap-starttls-p.
4805         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4806
4807 2008-12-22  Dave Love  <fx@gnu.org>
4808
4809         * imap.el: Fix author email.  Doc fixes.
4810         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4811         reply.
4812
4813 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4814
4815         * spam-report.el (spam-report-gmane-max-requests): New constant.
4816         (spam-report-gmane-wait): New variable.
4817         (spam-report-gmane-ham, spam-report-gmane-spam)
4818         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4819         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4820         the server.
4821
4822         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4823         Add explanations.
4824
4825         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4826         nnheader-accept-process-output and nnheader-read-timeout if available.
4827         (pop3-movemail): Use it.
4828
4829         * message.el (message-check-news-body-syntax): Fix signature check if
4830         there's an attachment.
4831
4832 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * mm-util.el: Add comments to the mm- emulating functions.
4835
4836 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4837
4838         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4839         by Stephen Berman <stephen.berman@gmx.net>.
4840
4841 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4842
4843         * mm-util.el (mm-substring-no-properties): New function.
4844         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4845         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4846         (mm-string-to-multibyte): Doc fix.
4847
4848         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4849
4850 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4851
4852         * mml.el (mml-attach-file): Strip text properties from file name.
4853         (Bug#1574)
4854
4855 2008-12-16  Glenn Morris  <rgm@gnu.org>
4856
4857         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4858
4859 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4862         knows since the charset specified might be a bogus alias that
4863         mm-charset-synonym-alist provides.
4864
4865 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4866
4867         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4868         "ISO_8859-1".
4869
4870         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4871
4872 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * mm-util.el (mm-charset-eval-alist):
4875         Define it before mm-charset-to-coding-system.
4876         (mm-charset-to-coding-system): Add optional argument `silent';
4877         define it before mm-charset-override-alist.
4878         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4879         default value if it can be used in Emacs currently running;
4880         silence mm-charset-to-coding-system.
4881
4882 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4885         `allow-override' which says whether to use `mm-charset-override-alist'.
4886         (rfc2047-decode-encoded-words): Use it.
4887
4888         * mm-util.el (mm-charset-override-alist): Fix custom type;
4889         add `(gb2312 . gbk)' to choices.
4890
4891 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4894         fast.
4895
4896         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4897
4898         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4899
4900 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4901
4902         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4903         on links.
4904
4905         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4906
4907 2008-12-03  Lute Kamstra  <lute@gnu.org>
4908
4909         * sha1.el: Remove leading * from docstrings of defcustoms,
4910         deffaces, defconsts and defuns.
4911
4912 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4913
4914         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4915         users' addresses that don't have domain parts.
4916         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4917         rather than message-narrow-to-head since there will be the message
4918         header separator.
4919
4920 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4921
4922         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4923         since the result is inserted in a unibyte buffer anyway.
4924         (nnimap-demule-use-string-to-multibyte): Remove.
4925         (nnimap-demule): Alias it to mm-string-to-multibyte.
4926
4927 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4930         variable for debugging bug#464 and bug#1174.
4931         (nnimap-demule): Use it.
4932
4933 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4934
4935         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4936         score calculation correctly.
4937
4938 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4939
4940         * message.el (message-send-mail): Just set the buffer to unibyte
4941         rather than use mm-with-unibyte-current-buffer which does a lot more.
4942         (message-send-mail-partially): Don't bother with
4943         mm-with-unibyte-current-buffer since it's already been made unibyte by
4944         message-send-mail.
4945
4946 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4947
4948         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4949
4950 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4951
4952         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4953
4954 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4957         require itself and to remove `with-no-warnings'.
4958
4959 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4960
4961         * starttls.el (starttls-any-program-available): Get the name of the
4962         available TLS layer program.
4963         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4964         well as the host name in the "opening" message.
4965
4966         * auth-source.el (auth-source-cache, auth-source-do-cache)
4967         (auth-source-user-or-password): Cache passwords and logins by default,
4968         allow override with `auth-source-do-cache'.
4969         (auth-source-forget-user-or-password): Allow users to remove cache
4970         entries if needed.
4971
4972 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4973
4974         * md4.el (md4-buffer): Fix typo in docstring.
4975         (md4, md4-64): Doc fixes.
4976         (md4-pack-int32): Reflow docstring.
4977
4978 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4979
4980         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4981         condition-case to only the forward-sexp call.
4982
4983 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4984
4985         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4986         quotes contained.  Make it more robust regardless by an extra
4987         condition-case wrapper.
4988
4989 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4992
4993 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * nnml.el (nnml-request-expire-articles): Check if the function set to
4996         `nnmail-expiry-target' returns the symbol `delete'.
4997
4998         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4999
5000         * nnmail.el (nnmail-expiry-target): Fix custom type.
5001
5002 2008-10-02  Glenn Morris  <rgm@gnu.org>
5003
5004         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5005         Silence compiler warning.
5006
5007 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5008
5009         * tls.el (open-tls-stream): Show the actual command being
5010         executed, instead of the format string.
5011
5012 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * lpath.el: Fbind codepage-setup for Emacs 23.
5015
5016 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5017
5018         * mml.el (mml-menu): Don't assume mml2015 is bound.
5019
5020 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5023         exists.
5024
5025 2008-09-27  Glenn Morris  <rgm@gnu.org>
5026
5027         * gnus-util.el (mail-header-remove-comments): Autoload it.
5028
5029 2008-09-27  Andreas Schwab  <schwab@suse.de>
5030
5031         * gnus-util.el (gnus-split-references): Strip comments.
5032         (gnus-parent-id): Likewise.
5033
5034 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5035
5036         * message.el (message-confirm-send): Fix version.
5037
5038 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5039
5040         * message.el (message-idna-to-ascii-rhs-1): Use
5041         mail-extract-address-components rather than mail-header-parse-addresses
5042         that is an alias by default to ietf-drums-parse-addresses that does not
5043         support non-ASCII names in headers' contents.
5044
5045 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5046
5047         * message.el (message-confirm-send): Fixed variable documentation to
5048         avoid the "y/n" wording.
5049
5050 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5051
5052         * message.el (message-set-auto-save-file-name): Save to a different
5053         filename so multiple messages (especially drafts) can be recovered.
5054
5055 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5056
5057         * message.el (message-confirm-send): Add appropriate version.
5058
5059 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5060
5061         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5062         defvar.
5063
5064 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5065
5066         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5067         (mm-pkcs7-enveloped-magic): Ditto.
5068
5069 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5070
5071         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5072         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5073
5074 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5075
5076         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5077         default, it's better.
5078
5079 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5080
5081         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5082         summary line gnus-number property and ignore them (with a warning
5083         message).
5084
5085 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5088         macro caddr in the interactive form since it won't be expanded.
5089
5090 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5093         `charset'; fix name of function called recursively.
5094         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5095
5096 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5099         (gnus-mime-set-charset-parameters): New function.
5100         (gnus-mime-view-part-as-charset): Use it to correctly display part
5101         specifying wrong charset.
5102
5103 2008-09-08  David Engster  <dengste@eml.cc>
5104
5105         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5106         in completing-read for back end server.
5107
5108 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5109
5110         * message.el (message-confirm-send): New variable to confirm sending a
5111         message.
5112         (message-send): Use it.
5113
5114 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5115
5116         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5117
5118 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5121
5122 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5123
5124         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5125         prevent tracking too many groups.
5126         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5127         Use it.
5128
5129 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5130
5131         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5132         moving point to the bottom of the window in order to avoid recentering.
5133
5134 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5137
5138         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5139         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5140         (gnus-article-beginning-of-window): Fix calculation.
5141
5142 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * gnus-msg.el (gnus-summary-supersede-article)
5145         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5146         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5147         message header.
5148
5149 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5150
5151         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5152         pending output coming after the status change.
5153
5154 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5155
5156         * message.el:
5157         * gnus-start.el:
5158         * gnus-registry.el: Remove VMS support.
5159
5160 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5163         macro.
5164         (rfc2104-hash): Use it.
5165
5166 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5167
5168         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5169         (gnus-summary-sort-by-most-recent-date): New commands.
5170         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5171         and menu entries.
5172
5173 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5176         don't redisplay article for raw contents; remove plural articles stuff.
5177
5178         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5179         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5180         on gnus-summary-save-article; display results properly.
5181
5182 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * lpath.el: No need to fbind ns-focus-frame.
5185
5186 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5189
5190 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5193         gnus-save-all-headers.
5194
5195 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5196
5197         * gnus-util.el (ns-focus-frame): Remove declaration.
5198         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5199         like x.
5200
5201 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5202
5203         * rfc2104.el (rfc2104-zero): Delete defconst.
5204         (rfc2104-hex-alist): Likewise.
5205         (rfc2104-hex-to-int): Delete func.
5206         (rfc2104-hexstring-to-bitstring): Likewise.
5207         (rfc2104-nybbles): New defconst.
5208         (rfc2104-hash): Rewrite for speed.
5209
5210 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * tls.el (open-tls-stream): Make it work with the 2nd argument
5213         BUFFER that is a string but does not exist as a buffer object, as
5214         mentioned in the doc-string.
5215
5216 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5219         SXEmacs.
5220
5221 2008-07-16  Glenn Morris  <rgm@gnu.org>
5222
5223         * gnus-util.el (ns-focus-frame): Declare for compiler.
5224
5225 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5226
5227         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5228         set as a group parameter.
5229         (gnus-summary-save-in-pipe): Work when it is called independently.
5230         (gnus-summary-pipe-to-muttprint): Don't modify
5231         gnus-summary-pipe-output-default-command.
5232
5233 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5234
5235         * message.el (message-send-mail-with-sendmail):
5236         Display the error message.
5237
5238 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-art.el (gnus-default-article-saver):
5241         Add gnus-summary-save-in-pipe to choices.
5242         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5243         gnus-summary-pipe-output-default-command as the default command.
5244         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5245         instead of gnus-last-shell-command.
5246
5247         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5248         New user option.
5249         (gnus-summary-muttprint-program): Mention the value will be changed.
5250         (gnus-summary-save-article): Force showing of all headers.
5251         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5252
5253 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5254
5255         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5256
5257 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5258
5259         * nnimap.el (nnimap-id):
5260         * sieve-manage.el (sieve-manage-open): Doc fixes.
5261
5262 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5263
5264         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5265         if available.
5266
5267 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5268
5269         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5270
5271         * nnkiboze.el (nnkiboze-generate-group):
5272         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5273
5274         * nnmairix.el: Require CL.
5275
5276 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * dgnushack.el: Autoload get-display-table and put-display-table for
5279         XEmacs 21.5.
5280
5281         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5282         21.4 and SXEmacs.
5283
5284 2008-06-15  David Engster  <dengste@eml.cc>
5285
5286         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5287
5288 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5289
5290         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5291         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5292         runtime choice under XEmacs.
5293
5294         * gnus-sum.el (gnus-summary-set-display-table):
5295         Use `gnus-put-display-table', `gnus-get-display-table',
5296         `gnus-set-display-table' for the display table, instead of `aset'.
5297
5298         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5299         Use `gnus-put-display-table', `gnus-get-display-table',
5300         `gnus-set-display-table' for the display table.
5301
5302 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5303
5304         * nnmairix.el: Add autoloads.
5305
5306 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5307
5308         * nnmairix.el (nnmairix-delete-recreate-group)
5309         (nnmairix-update-and-clear-marks): Fix error messages.
5310
5311 2008-06-14  David Engster  <dengste@eml.cc>
5312
5313         * nnmairix.el: Upgrade to version 0.6.
5314         (nnmairix-group-toggle-propmarks-this-group)
5315         (nnmairix-group-toggle-readmarks-this-group)
5316         (nnmairix-group-delete-recreate-this-group)
5317         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5318         (nnmairix-remove-tick-mark-original-article): New commands.
5319         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5320         (nnmairix-propagate-marks-to-nnmairix-groups)
5321         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5322         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5323         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5324         functions needed for marks propagation and manipulation of read marks.
5325         (nnmairix-update-groups): New function.
5326         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5327         (nnmairix-determine-original-group-from-registry)
5328         (nnmairix-determine-original-group-from-path)
5329         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5330         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5331         New helper functions.
5332         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5333         keystrokes for new commands.
5334         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5335         (nnmairix-request-group): Check allow-fast group parameter.
5336         (nnmairix-request-create-group): Set allow-fast group parameter if
5337         nnmairix-allowfast-default is set.
5338         (nnmairix-close-group): Propagate marks upon closing if needed.
5339         (nnmairix-group-toggle-threads-this-group): Use new.
5340         nnmairix-group-toggle-parameter helper function.
5341         (nnmairix-search): Better check for empty search result.
5342         (nnmairix-goto-original-article): Use new helper functions for
5343         determining original article.
5344         (nnmairix-show-original-article): Make sure message-id is in brackets.
5345         (nnmairix-call-mairix-binary): Change variable name.
5346         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5347         helper function.
5348         (nnmairix-widget-toggle-activate): Fix doc string.
5349
5350 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * nnir.el: Require edmacro when compiling with XEmacs.
5353         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5354         available in Emacs 21.
5355
5356 2008-06-11  Glenn Morris  <rgm@gnu.org>
5357
5358         * gnus-util.el (x-focus-frame):
5359         * gnus.el (image-size):
5360         * mm-decode.el (image-size): Declare.
5361
5362         * gnus-picon.el (declare-function): Add compat definition.
5363         (image-size): Declare.
5364
5365         * gnus-group.el (tool-bar-map):
5366         * gnus-sum.el (tool-bar-map): Define for compiler.
5367
5368         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5369
5370         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5371
5372         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5373         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5374         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5375         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5376         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5377         * sieve-manage.el, spam-report.el, spam.el:
5378         Remove unnecessary eval-and-compile of autoloads.
5379
5380 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5381
5382         * auth-source.el: Precise Tramp doc.
5383
5384 2008-06-07  Glenn Morris  <rgm@gnu.org>
5385
5386         * nnmairix.el: Remove unnecessary eval-when-compile.
5387
5388 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * lpath.el: Fbind propertize for XEmacs 21.4.
5391
5392 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * nnir.el: Move here from ../contrib.
5395
5396 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5397
5398         * gnus-util.el (gnus-read-shell-command): New function.
5399         * mm-decode.el (mm-pipe-part):
5400         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5401
5402 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5405
5406 2008-06-03  Glenn Morris  <rgm@gnu.org>
5407
5408         * pop3.el (nnheader-accept-process-output): Autoload it.
5409
5410 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5413         are not 2-digit hexadecimal characters that follow `%'s.
5414
5415 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5416
5417         * message.el (message-bogus-recipient-p): Fix type in doc string.
5418         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5419         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5420         Improve custom options.
5421         (message-bogus-recipient-p): Adjust accordingly.
5422
5423 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5424
5425         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5426         long-form month and day names.
5427
5428 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * dgnushack.el: Autoload debug, eudc-expand-inline and
5431         pgg-snarf-keys-region for XEmacs.
5432
5433         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5434
5435         * nnmairix.el: Require edmacro when compiling with XEmacs.
5436
5437 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5438
5439         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5440         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5441
5442 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5443
5444         * auth-source.el: Add more docs.
5445
5446         * netrc.el (netrc-machine): Always match if the port is not given.
5447
5448 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5451         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5452         retrieval faster in some cases, but might make CPU usage larger.  If
5453         this has any bad side effects, we might revert this change.
5454
5455         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5456         seems to make mail retrieval much, much faster.
5457         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5458         unconditionally.
5459
5460         * gnus-draft.el (gnus-group-send-queue): Bind
5461         message-send-mail-partially-limit to nil to avoid being prompted.
5462
5463 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5464
5465         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5466
5467         * message.el (message-bogus-address-regexp): Fix and improve custom
5468         type.
5469         (message-setup-hook): Add message-check-recipients as custom option.
5470
5471 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5472
5473         * message.el (message-cite-function): Remove bogus autoload which crept
5474         in during merge from v5-10.
5475
5476 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5477
5478         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5479
5480         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5481
5482         * auth-source.el: Preliminary Tramp docs.
5483         (auth-sources): Change the default auth-sources to use
5484         EPA .gpg files.
5485
5486 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5487
5488         * nntp.el: Autoload `auth-source-user-or-password'.
5489         (nntp-send-authinfo): Use it.
5490
5491         * nnimap.el: Autoload `auth-source-user-or-password'.
5492         (nnimap-open-connection): Use it.
5493
5494         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5495         for the gnus-message function.
5496         (auth-source-user-or-password): Use it.
5497
5498 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5499
5500         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5501         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5502         (rfc2104-hash): Use it.
5503
5504 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5505
5506         * gnus-art.el (gnus-article-toggle-truncate-lines):
5507         Don't use `iff' in docstring.
5508
5509 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5510
5511         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5512
5513         * gnus-util.el (gnus-extract-address-component-name)
5514         (gnus-extract-address-component-email): Convenience functions around
5515         `gnus-extract-address-components'.
5516
5517         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5518         Use `gnus-extract-address-component-email' to fix bug of comparing full
5519         sender name to `user-mail-address'.
5520
5521 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5522
5523         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5524         catch/throw to optimize.
5525         (gnus-registry-find-keywords): Just use member to find a keyword.
5526
5527 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5528
5529         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5530         is current before calling gnus-server-prepare.
5531         (gnus-server-setup-buffer, gnus-server-update-server)
5532         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5533
5534 2008-05-04  Juri Linkov  <juri@jurta.org>
5535
5536         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5537         (mailcap-file-default-commands): Use mailcap-replace-in-string
5538         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5539         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5540
5541 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5542
5543         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5544
5545 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5546
5547         * gnus.el: Bump version to 0.11.
5548
5549 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5550
5551         * gnus.el: No Gnus v0.10 is released.
5552
5553 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5554
5555         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5556         hooks.
5557         (gnus-update-read-articles): Speed up non-marks-using users.
5558         (gnus-use-marks): Define gnus-use-marks.
5559         (gnus-propagate-marks): Rename variable to something more sensible.
5560
5561 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5562
5563         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5564         (gmm-image-load-path-for-library): Fix typos in docstrings.
5565         (gmm-message): Reflow docstring.
5566
5567 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5568
5569         * mail-source.el (mail-source-set-1, mail-source-bind):
5570         Move auth-source code out of the macro to clean it up and fix bugs.
5571
5572 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5573
5574         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5575         by sender if it's equal to user-mail-address, it's likely to be
5576         useless.
5577
5578         * mail-source.el (mail-source-bind): Don't use user or password if they
5579         are not bound.  Unintern them if they are nil.  Don't use server unless
5580         it's bound, and default it to empty string otherwise.
5581
5582 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5583
5584         * mail-source.el: Load auth-source.el.
5585         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5586         get user name or password, if auth-sources is set up.
5587
5588         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5589         strategy of splitting with parent.
5590         (gnus-registry-split-fancy-with-parent)
5591         (gnus-registry-post-process-groups): Use it and fix prior
5592         bug (returning a list as the split result).
5593
5594         * auth-source.el (auth-sources): Remove server parameter.
5595         (auth-source-pick, auth-source-user-or-password)
5596         (auth-source-user-or-password-imap)
5597         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5598         (auth-source-user-or-password-sftp)
5599         (auth-source-user-or-password-smtp): Remove server parameter.
5600
5601 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5602
5603         * smime.el (smime-sign-region, smime-encrypt-region)
5604         (smime-decrypt-region):
5605         Remove redundant calls to `generate-new-buffer-name'.
5606
5607 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5608
5609         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5610         Don't use QP for message/rfc822.
5611         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5612
5613 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5614
5615         * sieve-manage.el (sieve-string-bytes): Remove.
5616         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5617         correct byte-length only if the process's coding-system is the same as
5618         the one used internally by Emacs to represent strings.
5619
5620 2008-04-22  Juri Linkov  <juri@jurta.org>
5621
5622         * mailcap.el (mailcap-file-default-commands): New function.
5623
5624 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5625
5626         * message.el (message-signature-separator, message-cite-function):
5627         Change custom version.
5628
5629 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5630
5631         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5632         commands.
5633         (tls-checktrust): Ditto.
5634
5635 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         * mm-decode.el (mm-display-external): Make temp file read-only.
5638
5639 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5640
5641         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5642         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5643         `C-c C-f d'.
5644
5645 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5646
5647         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5648
5649 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5650
5651         * gnus.el: Bump version to 0.9.
5652
5653 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5654
5655         * gnus.el: No Gnus v0.8 is released.
5656
5657 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5658
5659         * mail-source.el (mail-source-value):
5660         Prefer fboundp to functionp so it works with macros as well.
5661
5662 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5663
5664         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5665         Fix last change in case the element is not even a symbol.
5666
5667 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5668
5669         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5670         Prefer fboundp to functionp so it works with macros as well.
5671
5672 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5673
5674         * auth-source.el: Added docs.
5675         (auth-sources): Modify format to support server.
5676         (auth-source-pick, auth-source-user-or-password)
5677         (auth-source-user-or-password-imap)
5678         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5679         (auth-source-user-or-password-sftp)
5680         (auth-source-user-or-password-smtp): Add server parameter.
5681
5682 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5683
5684         * gnus-registry.el: Initialize the registry when gnus-registry-install
5685         is t.
5686
5687 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * compface.el (uncompface): Make buffer unibyte.
5690
5691 2008-04-05  Glenn Morris  <rgm@gnu.org>
5692
5693         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5694
5695 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5696
5697         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5698         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5699
5700         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5701         multibyteness after rather than before erasing it.
5702
5703         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5704         mm-with-multibyte.
5705         (gnus-request-article-this-buffer): Make sure the proper decoding is
5706         used if gnus-original-article-buffer happens to be unibyte.
5707
5708         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5709         default-enable-multibyte-characters.
5710
5711         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5712         default-enable-multibyte-characters.
5713
5714         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5715
5716         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5717
5718 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5719
5720         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5721         (imap-message-copyuid-1): Use it.
5722         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5723         J. Williams in
5724         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5725
5726         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5727         imap-enable-exchange-bug-workaround.
5728         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5729
5730 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5731
5732         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5733         a 100 byte status-checks into a 2-3MB transfer for each group.
5734         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5735         to enable bug workaround or not.
5736         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5737
5738 2008-03-31  Glenn Morris  <rgm@gnu.org>
5739
5740         * message.el (mml2015-use): Declare for compiler.
5741         (message-info): Require mml2015 when appropriate.
5742
5743 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5746         whitespace.
5747
5748 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5749
5750         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5751         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5752         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5753         (nntp-service-to-port): New function.
5754         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5755         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5756         (nntp-open-netcat-stream): New function.
5757         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5758
5759 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5760
5761         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5762
5763 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5764
5765         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5766
5767 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5768
5769         * dns.el (dns-write): Use set-buffer-multibyte.
5770
5771 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5772
5773         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5774
5775 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * message.el (message-signature-separator): Change default.
5778         Improve custom type.
5779         (message-cite-function): Change default to
5780         message-cite-original-without-signature.
5781
5782         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5783         toggle.
5784
5785         * message.el (message-check-news-body-syntax): Fix signature check.
5786         (message-setup-1): Mark buffer as unmodified _after_ running
5787         message-setup-hook and handling message-alternative-emails.
5788         (message-shorten-references): Be more strict when building list of
5789         valid references to comply with GNKSA.
5790
5791         * gnus-group.el (gnus-read-ephemeral-bug-group)
5792         (gnus-read-ephemeral-debian-bug-group)
5793         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5794
5795         * message.el (message-info): Don't use booleanp which isn't supported
5796         in Emacs 21 and XEmacs.
5797
5798 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5799
5800         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5801         gnus-group-gmane-group-download-format.
5802         (gnus-group-read-ephemeral-gmane-group): Rename from
5803         gnus-group-read-ephemeral-gmane-group.
5804         (gnus-read-ephemeral-gmane-group-url): Rename from
5805         gnus-group-read-ephemeral-gmane-group-url.
5806         (gnus-bug-group-download-format-alist): New variable.
5807         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5808         (gnus-read-ephemeral-emacs-bug-group): New commands.
5809
5810 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5813         (gnus-visible-headers): Improve custom type.
5814
5815 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5816
5817         * mml.el (mml-menu): Add workarounds for XEmacs.
5818
5819         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5820         X-Boundary header.
5821
5822         * message.el (message-simplify-recipients): Fix previous commit.
5823
5824 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5825
5826         * mm-util.el (mm-set-buffer-multibyte): New function.
5827         * mm-decode.el (mm-copy-to-buffer): Use it.
5828
5829 2008-03-19  Glenn Morris  <rgm@gnu.org>
5830
5831         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5832         Accidentally removed in the sync process with Emacs.
5833
5834 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * message.el (message-alter-recipients-discard-bogus-full-name):
5837         New function.
5838         (message-alter-recipients-function): New variable.
5839         (message-get-reply-headers): Use it.
5840         (message-replace-header): New helper function.
5841         (message-recipients-without-full-name): New variable.
5842         (message-simplify-recipients): New command.
5843
5844         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5845
5846         * message.el (message-info): Handle EasyPG manual.
5847
5848         * mml.el (mml-menu): Add entry for EasyPG.
5849
5850 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5851
5852         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5853         parameter.
5854
5855         * message.el (message-disassociate-draft): Specify drafts group name
5856         fully.
5857
5858 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5859
5860         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5861         unnecessary duplicates from the match list.
5862
5863 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5864
5865         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5866
5867         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5868
5869         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5870         args of `how-many' of which the XEmacs version doesn't take; declare
5871         Info-index-next as function.
5872
5873 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5874
5875         * gnus-score.el (gnus-score-headers): Fix handling of
5876         gnus-inhibit-slow-scoring.
5877
5878         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5879         string.
5880         (gnus-button-url-regexp): Improve handling of parenthesis.
5881         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5882         (gnus-button-handle-info-keystrokes): Handle index entries.
5883
5884 2008-03-15  Glenn Morris  <rgm@gnu.org>
5885
5886         * parse-time.el (parse-time-string): Simplify.
5887
5888 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5891         Incoming* files.
5892
5893 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5894
5895         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5896         (auth-source-pick): Use it.
5897
5898 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5899
5900         * binhex.el (binhex-decode-region-internal):
5901         * uudecode.el (uudecode-decode-region-internal):
5902         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5903         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5904         setting default-enable-multibyte-characters.
5905
5906 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5907
5908         * auth-source.el (auth-source-protocols)
5909         (auth-source-protocols-customize, auth-source-choices): Added and
5910         modified variable customizations and defaults.
5911         (auth-source-pick, auth-source-user-or-password)
5912         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5913         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5914         (auth-source-user-or-password-sftp)
5915         (auth-source-user-or-password-smtp): Use new variables and provide an
5916         interface to netrc.el.
5917
5918 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5921         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5922         Make sure the nntp port to specify is a string.
5923
5924 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5925
5926         * nntp.el: Use with-current-buffer.
5927         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5928         dubious mm-with-unibyte-current-buffer.
5929         (nntp-with-open-group-function): New function extracted from
5930         nntp-with-open-group macro.
5931         (nntp-with-open-group): Use the function, so it's easier to debug.
5932         Add indentation and debugging info.
5933         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5934         the use of the netcat alternatives.
5935
5936         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5937         Avoid mm-string-as-multibyte as well.
5938
5939         * nnweb.el (nnweb-insert-html):
5940         Remove use of nnheader-string-as-multibyte.
5941
5942         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5943         (nnheader-string-as-multibyte): Remove.
5944
5945         * mm-view.el: Use inhibit-read-only.
5946         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5947         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5948         or unibyte-string.
5949
5950         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5951         (mm-uu-yenc-extract): Use with-current-buffer.
5952
5953         * gnus-soup.el (gnus-soup-send-packet): Don't use
5954         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5955
5956         * nnmh.el: Use with-current-buffer.
5957         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5958         mm-string-as-multibyte on the output of mm-encode-coding-string.
5959
5960         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5961         (nnimap-request-move-article): Use with-current-buffer.
5962
5963         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5964         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5965         conversion uses string-make-unibyte rather than string-as-unibyte.
5966
5967         * gnus-msg.el: Use with-current-buffer.
5968
5969         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5970
5971 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5972
5973         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5974         string for caching if it is 'PIN.
5975
5976 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5977
5978         * lpath.el: Consider the case without Emacs/W3.
5979
5980 2008-03-08  Glenn Morris  <rgm@gnu.org>
5981
5982         * time-date.el (date-to-time, time-subtract, time-add)
5983         (safe-date-to-time): Doc fixes.
5984
5985 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5986
5987         * mail-source.el (mail-source-delete-old-incoming-confirm):
5988         Change default to nil.
5989         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5990
5991 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * lpath.el: Rearrange.
5994
5995         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5996         (gnus-article-goto-prev-page): Work for articles having ^L's.
5997
5998         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5999
6000         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6001
6002 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6003
6004         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6005         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6006         (gnus-bookmark-jump): Adjust some variable names.
6007
6008 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6009
6010         * auth-source.el: New package.
6011         (auth-source-choices): Add customization entry point variable.
6012
6013         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6014         bug.
6015
6016 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6017
6018         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6019         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6020         (gnus-registry-install-shortcuts): Rename from
6021         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6022         the `gnus-registry-mark-map' keymap dynamically from
6023         `gnus-registry-marks'.  The generated functions update the summary line
6024         when a registry mark is added or deleted, and will call
6025         `gnus-registry-install-p' (see the comments in the code).
6026         (gnus-registry-user-format-function-M): Use concat intelligently.
6027
6028         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6029         the registry mark functions.
6030
6031 2008-03-05  Glenn Morris  <rgm@gnu.org>
6032
6033         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6034         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6035         gnus-art.
6036         (top-level): No need to load own source when compiling.
6037
6038 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6039
6040         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6041         Suggested by <chris.anderton@zetnet.co.uk>.
6042
6043 2008-03-04  Glenn Morris  <rgm@gnu.org>
6044
6045         * gnus-sum.el (top-level): No need to require gnus when compiling,
6046         since unconditionally required near start of file.
6047         (gnus-summary-display-while-building): Move definition before use.
6048
6049 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6050
6051         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6052         formatting function.
6053
6054 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6055
6056         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6057         with plists.
6058         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6059         Use new format.
6060
6061 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6064         `where-is-internal' that returns a range of key sequences.
6065
6066 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6067
6068         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6069
6070         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6071         (gnus-summary-jump-to-group): Consider windows on other displayed
6072         frames as well.  Similar changes might be needed elsewhere, but that's
6073         the one I've bumped into during my use.
6074
6075         * nndoc.el (nndoc-oe-dbx-type-p):
6076         * gnus-msg.el (gnus-debug):
6077         * gnus-group.el (gnus-update-group-mark-positions):
6078         Use mm-string-to-multibyte.
6079
6080 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6083         doesn't handle NotDashEscaped.
6084
6085         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6086         (mml-dnd-attach-options): Fix typo in custom choice.
6087
6088         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6089         nndoc-article-type to mbox.
6090         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6091
6092         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6093         to nil, instead of html2text.
6094
6095         * imap.el (imap-debug): Add `imap-ping-server'.
6096
6097         * gnus-bookmark.el: Add FIXMEs.
6098
6099         * message.el (message-form-letter-separator)
6100         (message-send-form-letter-delay): New variables.
6101         (message-send-form-letter): Use them.  New command to send form
6102         letters.  Requested by Uwe Siart.
6103         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6104
6105 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6106
6107         * Update copyright years.
6108
6109 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6110
6111         Sync from EMACS_22_BASE.
6112
6113         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6114
6115 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6116
6117         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6118         empty author.
6119
6120 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6121
6122         * gnus-registry.el (gnus-registry-marks): Add variable for
6123         customization of marks and their appearance.
6124         (gnus-registry-read-mark): Use it.
6125         (gnus-registry-do-marks): Add utility function to loop through
6126         `gnus-registry-marks'.
6127         (gnus-registry-install-shortcuts-and-menus): Add function to install
6128         shortcuts and menus.
6129         (gnus-registry-initialize): Use it.
6130         (gnus-registry-default-mark): Clarify documentation.
6131
6132 2008-02-29  Glenn Morris  <rgm@gnu.org>
6133
6134         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6135         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6136         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6137         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6138         Change defcustom :version from 23.0 to 23.1.
6139
6140 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6141
6142         * gnus-registry.el (gnus-registry-follow-group-p)
6143         (gnus-registry-post-process-groups): Add functions to aid registry
6144         splitting and improve logging.  Clarify behavior in function
6145         documentation.
6146         (gnus-registry-split-fancy-with-parent): Use them.
6147
6148 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6149
6150         * gnus-art.el: Use with-current-buffer.
6151
6152 2008-02-27  David Engster  <dengste@eml.cc>
6153
6154         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6155         Express real group name in the response.
6156
6157 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6160         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6161         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6162         autoload gnus-registry-fetch-group when compiling.
6163         (nnmairix-request-group-with-article-number-correction): Remove
6164         unreferenced argument passed to nnmairix-call-backend.
6165
6166 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6167
6168         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6169         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6170         Wilde.
6171
6172 2008-02-27  Glenn Morris  <rgm@gnu.org>
6173
6174         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6175         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6176         variables to defconsts.  Convert comments to doc-strings.
6177         (nnmairix-last-server, nnmairix-current-server): Convert from free
6178         variables to defvars.  Convert comments to doc-strings.
6179         (gnus-registry-fetch-group): Autoload.
6180         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6181         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6182         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6183         caddr.
6184         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6185         nnmairix-request-group-with-article-number-correction call.
6186         (nnmairix-fast, nnmairix-group): New, less general names, for free
6187         variables passed from nnmairix-request-group to
6188         nnmairix-request-group-with-article-number-correction.  Declare.
6189         (nnmairix-request-group-with-article-number-correction):
6190         Use nnmairix-fast, nnmairix-group rather than fast, group.
6191
6192 2008-02-26  David Engster  <dengste@eml.cc>
6193
6194         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6195         version 0.5.
6196
6197 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6198
6199         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6200         instead of making an extra function call.  Don't add the current group
6201         to articles only when they have the group.  Use
6202         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6203         Reported by David <de_bb@arcor.de>.
6204
6205 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6208         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6209
6210 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * mail-source.el (mail-source-delete-incoming): Change default.
6213         Supplement doc string.
6214
6215         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6216
6217 2008-02-14  Glenn Morris  <rgm@gnu.org>
6218
6219         * time-date.el (format-seconds): New function.
6220
6221 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * nnmail.el (nnmail-message-id-cache-file): Derive from
6224         `gnus-home-directory'.
6225
6226 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6229         Document negative prefix.
6230
6231         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6232
6233 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6234
6235         * message.el (message-unsent-separator): Add the Exim bounce
6236         separator.
6237
6238 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6239
6240         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6241         list.
6242         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6243         recipient/signer list.
6244
6245 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * Makefile.in (datarootdir): Define.
6248         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6249         name that might contain whitespace.
6250
6251 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6252
6253         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6254         fbound (Emacs 23 unicode), signal an error.
6255
6256 2008-02-08  Glenn Morris  <rgm@gnu.org>
6257
6258         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6259
6260 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6261
6262         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6263         ports to the calls to `netrc-machine-user-or-password' in addition to
6264         "imap" and "imaps".
6265
6266 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6267
6268         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6269
6270         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6271
6272 2008-02-01  Kenichi Handa  <handa@m17n.org>
6273
6274         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6275         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6276         (rfc2104-hash): Convert the result of concat to unibyte string.
6277
6278 2008-02-01  Dave Love  <fx@gnu.org>
6279
6280         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6281         coding-system-for-read.
6282         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6283
6284 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6285
6286         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6287         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6288         <hanche@math.ntnu.no>.
6289
6290 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6293
6294         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6295
6296 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6297
6298         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6299         * message.el (message-beginning-of-line): Use featurep instead of bound
6300         tests in order to resolve conditionals at compile time.
6301
6302 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6303
6304         * mail-source.el (mail-sources): Add `group' choice.
6305
6306         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6307         parameter `in-group' to control into which group the articles go.
6308         Add treatment of `group' mail-source.
6309
6310 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6313
6314         * mm-decode.el (mm-dissect-buffer): Decode description.
6315
6316         * mml.el (mml-to-mime): Encode message header first.
6317
6318 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6321         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6322
6323         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6324         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6325
6326 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6327
6328         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6329
6330 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6333         prefix keys.
6334         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6335         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6336         gnus-xmas.el.
6337
6338         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6339         (gnus-xmas-article-describe-bindings): New function.
6340         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6341         gnus-xmas-article-describe-bindings.
6342
6343         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6344
6345 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6346
6347         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6348         Add new variables for article mark management.
6349         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6350         list of extra data entries which, when present, will indicate that the
6351         article ID should not be trimmed from the registry.
6352         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6353         functions.
6354         (gnus-registry-read-mark): New function to read a mark name from the
6355         user.
6356         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6357         (gnus-registry-set-article-mark-internal): New functions to add and
6358         remove marks.
6359         (gnus-registry-get-article-marks): New function to show the marks for
6360         an article, or retrieve them for further use.
6361
6362 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6365         keys when no argument is given.
6366
6367 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6368
6369         * imap.el (imap-ping-server): New variable.
6370         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6371         (imap-ping-server): Minor doc string fixes.
6372
6373 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6374
6375         * imap.el (imap-ping-server): New function.
6376         (imap-opened): Call imap-ping-server.
6377
6378 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6379
6380         * gnus-sum.el (gnus-article-sort-by-random)
6381         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6382         jidanni@jidanni.org.
6383
6384 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-art.el (gnus-article-describe-bindings): New function.
6387         (gnus-article-read-summary-keys): Use it.
6388         (gnus-article-mode-map): Bind `C-h b' to it.
6389
6390 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6391
6392         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6393         XEmacs.
6394         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6395         against non-character events.
6396
6397         * lpath.el: Fbind map-keymap for Emacs 21.
6398
6399 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6402         command.
6403         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6404         instead of END.  Change name of the temp file.
6405         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6406         customizable.
6407
6408 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6409
6410         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6411         bind `S W' to gnus-article-wide-reply-with-original; set default
6412         binding to gnus-article-read-summary-send-keys.
6413         (gnus-article-read-summary-keys): Fix the order of keys; display
6414         continuation keys correctly in the echo area; describe bindings
6415         correctly when keys end with `C-h'.
6416         (gnus-article-read-summary-send-keys): New function.
6417         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6418         for gnus-article-read-summary-send-keys; display continuation keys
6419         correctly in the echo area.
6420         (gnus-article-reply-with-original): Ignore prefix argument.
6421         (gnus-article-wide-reply-with-original): New function.
6422
6423         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6424         Emacs 21.
6425
6426 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6429         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6430
6431 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6432
6433         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6434         (gnus-group-read-ephemeral-gmane-group): New command.
6435
6436 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6437
6438         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6439
6440 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6441
6442         * message.el (message-send-mail-function): Increase custom version.
6443
6444         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6445         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6446
6447 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6448
6449         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6450         for the cases where imap-authenticate is called with a nil buffer
6451         parameter.
6452
6453 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6456         html parts correctly; support forwarded messages.
6457         (gnus-article-browse-html-article): Remove work buffers.
6458
6459         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6460         compiling.
6461         (netrc-bound-and-true-p): New macro.
6462         (netrc-parse): Use it instead of bound-and-true-p that is not available
6463         in XEmacs 21.4.
6464
6465 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6466
6467         * gnus-registry.el (gnus-registry-mark-article)
6468         (gnus-registry-article-marks): Add functionality to mark articles
6469         through the Gnus registry.
6470
6471         * encrypt.el: Clarify documentation for the new pgg method.
6472         (encrypt-file-alist): Add PGG option.
6473         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6474         functionality.  Abstract password key and messaging to external
6475         functions.
6476         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6477         (encrypt-message-method-and-cipher): Add new convenience external
6478         functions.
6479         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6480         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6481
6482         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6483         (netrc-parse): Use encrypt-file-alist to determine if
6484         encrypt-find-model or encrypt-insert-file-contents should be used.
6485
6486         * encrypt.el: Clarify documentation.  Load password-cache or
6487         password, whichever one is found first, instead of autoloading.
6488
6489 2007-12-19  Glenn Morris  <rgm@gnu.org>
6490
6491         * mml.el (message-options-set, message-narrow-to-head)
6492         (message-in-body-p, message-mail-p, message-encode-message-body):
6493         Autoload.
6494         (message-remove-header, message-narrow-to-headers-or-head)
6495         (message-subscribed-p, message-make-mail-followup-to)
6496         (message-position-on-field, message-news-p)
6497         (message-options-set-recipient, message-generate-headers)
6498         (message-sort-headers): Declare as functions.
6499
6500 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6501
6502         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6503         convention in doc string.
6504
6505 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6508         title to html parts.
6509         (gnus-article-browse-html-article): Pass message header to it.
6510
6511         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6512
6513 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6514
6515         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6516         or password compatible with XEmacs.
6517
6518 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6519
6520         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6521         format document.
6522         (gnus-mime-delete-part): Don't write description line if empty.
6523         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6524
6525 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6526
6527         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6528         (gnus-summary-mark-read-and-unread-as-read)
6529         (gnus-summary-mark-current-read-and-unread-as-read)
6530         (gnus-summary-mark-unread-as-ticked): Doc fix.
6531         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6532
6533 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6536         Christoph Conrad <christoph.conrad@gmx.de>.
6537
6538 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6539
6540         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6541         yes-or-no-p.
6542
6543 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * mm-decode.el (mm-add-meta-html-tag): New function.
6546         (mm-save-part-to-file, mm-pipe-part): Use it.
6547
6548         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6549         gnus-y-or-n-p instead of y-or-n-p.
6550         (gnus-article-browse-html-parts): Work with message/external-body; use
6551         mm-add-meta-html-tag.
6552
6553 2007-12-11  Glenn Morris  <rgm@gnu.org>
6554
6555         * gnus-cache.el: Require gnus-sum not just when compiling.
6556
6557         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6558
6559         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6560         definitions before use.
6561
6562         * mm-decode.el: Require gnus-util.
6563         (mm-remove-part): Only call delete-annotation on XEmacs.
6564
6565         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6566
6567         * nnmail.el: Require gnus-int.
6568
6569         * spam.el: Move `require's before `eval-when-compile's.
6570
6571         * gnus-ems.el (gnus-alive-p):
6572         * gnus-fun.el (message-goto-eoh):
6573         * gnus-util.el (gnus-group-name-decode):
6574         * mail-source.el (gnus-compress-sequence):
6575         * message.el (Info-goto-node, format-spec):
6576         * mm-bodies.el (message-options-get):
6577         * mm-decode.el (mm-view-pkcs7):
6578         * mm-util.el (gmm-write-region):
6579         * mml-smime.el (mml-compute-boundary)
6580         (gnus-completing-read-with-default):
6581         * mml.el (widget-button-press, gnus-make-hashtable):
6582         * mml1991.el (mm-decode-content-transfer-encoding)
6583         (mm-encode-content-transfer-encoding)
6584         (message-options-get, message-options-set):
6585         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6586         * nnfolder.el (gnus-request-group):
6587         * nnheader.el (ietf-drums-unfold-fws):
6588         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6589         * smime.el (gnus-run-mode-hooks):
6590         * spam-stat.el (gnus-message): Autoload.
6591
6592         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6593         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6594         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6595         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6596         Add declare-function compatibility definition.
6597
6598         * gnus-cache.el (nnvirtual-find-group-art):
6599         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6600         (gnus-add-image, gnus-add-wash-type):
6601         * gnus-group.el (nnkiboze-score-file):
6602         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6603         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6604         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6605         (message-tokenize-header, gnus-get-buffer-create)
6606         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6607         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6608         * gnus.el (gnus-group-decoded-name):
6609         * mail-source.el (imap-capability):
6610         * mm-bodies.el (message-options-set):
6611         * mm-decode.el (gnus-configure-windows):
6612         * mm-extern.el (message-goto-body):
6613         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6614         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6615         (epg-sub-key-validity, message-options-set):
6616         * mml.el (widget-event-point, gnus-configure-windows):
6617         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6618         * mml2015.el (epg-check-configuration, epg-configuration)
6619         (message-options-set):
6620         * nndb.el (nndb-request-article):
6621         * nnfolder.el (gnus-request-create-group):
6622         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6623         * nnmaildir.el (gnus-group-mark-article-read):
6624         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6625         * rfc1843.el (message-fetch-field):
6626         * spam.el (gnus-extract-address-components):
6627         Declare as functions.
6628
6629 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6632
6633         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6634
6635         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6636         bind show-trailing-whitespace for XEmacs.
6637
6638 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6639
6640         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6641         new no-op macro for backward compatibility.
6642
6643         * imap.el (imap-string-to-integer): New function.
6644
6645 2007-12-09  Glenn Morris  <rgm@gnu.org>
6646
6647         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6648
6649         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6650         * message.el, mm-view.el, sieve-manage.el, smime.el:
6651         Add declare-function compatibility definition.
6652
6653         * gnus-art.el (w3-region, w3m-region, Info-menu):
6654         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6655         * gnus-sum.el (gnus-get-predicate):
6656         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6657         * message.el (mail-abbrev-in-expansion-header-p):
6658         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6659         (w3m-detect-meta-charset, w3m-region):
6660         * sieve-manage.el (password-read, password-cache-add)
6661         (password-cache-remove):
6662         * smime.el (password-read-and-add): Declare as functions.
6663
6664 2007-12-08  David Kastrup  <dak@gnu.org>
6665
6666         * gnus-sum.el (gnus-summary-simplify-subject-query):
6667         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6668         `message'.
6669
6670 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6673         it to bind idna-program, installation-directory, defined-colors, and
6674         face-attribute for XEmacs of the version that compiles defcustom forms.
6675
6676 2007-12-07  Glenn Morris  <rgm@gnu.org>
6677
6678         * gnus-art.el (article-make-date-line): Revert previous change.
6679
6680 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6683
6684 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6685
6686         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6687         Call gnus-add-to-range ranges only once with a prepared article-list.
6688
6689 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6690
6691         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6692         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6693         group names with backslashes.  Reported by Tassilo Horn
6694         <tassilo@member.fsf.org>.
6695
6696 2007-12-06  Deepak Goel  <deego3@gmail.com>
6697
6698         * gnus-art.el (article-make-date-line):
6699         * gnus-start.el (gnus-load):
6700         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6701
6702 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * gnus-art.el (gnus-use-idna)
6705         * gnus-start.el (gnus-site-init-file)
6706         * message.el (message-use-idna)
6707         * mm-uu.el (mm-uu-hide-markers)
6708         * smiley.el (smiley-style): Revert changes that suppress warnings.
6709
6710 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6713         specify charset to html source.  Reported by Christoph Conrad
6714         <christoph.conrad@gmx.de>.
6715
6716 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6719         idna-program in order to suppress byte compile warning issued by XEmacs
6720         that came to byte compile the default value section of defcustom forms
6721         recently.
6722
6723         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6724         value of installation-directory.
6725
6726         * message.el (message-use-idna): Don't directly refer to the value of
6727         idna-program.
6728
6729         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6730
6731         * smiley.el (smiley-style): Don't directly call face-attribute.
6732
6733 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6736
6737         * gnus-dired.el: Reduce Gnus dependencies.
6738         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6739         require.  Use autoloads instead.
6740         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6741         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6742         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6743         (gnus-dired-mode): Adjust doc string.
6744         (gnus-dired-mail-mode): New variable.
6745         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6746         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6747         (gnus-dired-mail-buffers): New function.  Return mail or message
6748         composition buffers.
6749         (gnus-dired-attach): Use it.
6750         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6751         NO-DECODE.
6752         (gnus-dired-print): Use `gnus-print-buffer' depending on
6753         `gnus-dired-mail-mode'.
6754
6755 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * rfc2047.el (rfc2047-encoded-word-regexp)
6758         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6759         explaining what regexp patterns are for.
6760
6761 2007-12-04  Glenn Morris  <rgm@gnu.org>
6762
6763         * password.el: Move to password-cache.el.
6764
6765         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6766         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6767         * mml-smime.el (password-read, password-cache-add)
6768         (password-cache-remove):
6769         No need to autoload, since mml-sec requires password.
6770
6771         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6772         * message.el (gnus-extract-address-components):
6773         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6774
6775         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6776         password.
6777
6778 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * mailcap.el: Reduce dependencies.
6781         (mail-header-parse-content-type): Autoload.
6782         (mailcap-delete-duplicates): New alias.
6783         (mailcap-mime-info): Add optional argument NO-DECODE.
6784         (mailcap-mime-types): Use mailcap-delete-duplicates.
6785
6786         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6787
6788 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6789
6790         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6791         (imap-parse-status): Upcase status-att for servers that sends them
6792         lower-case (e.g., MS Exchange 2007).
6793
6794 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6797         function.
6798
6799         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6800         (gnus-uu-yenc-article): New function.
6801
6802         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6803
6804         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6805         buffer.
6806
6807 2007-12-02  Glenn Morris  <rgm@gnu.org>
6808
6809         * binhex.el (binhex): New custom group.
6810         (binhex-decoder-program, binhex-decoder-switches)
6811         (binhex-use-external): Move to the binhex custom group.
6812
6813         * uudecode.el (uudecode): New custom group.
6814         (uudecode-decoder-program, uudecode-decoder-switches)
6815         (uudecode-use-external): Move to the uudecode custom group.
6816
6817         * netrc.el (top-level): Don't load `encrypt' features.
6818         (netrc-parse): Don't use encrypt.
6819         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6820
6821         * encrypt.el: Remove file.
6822
6823 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6826         matches on patches.
6827
6828         * gnus-art.el (gnus-article-browse-html-article): Mention
6829         `mm-text-html-renderer' in the doc string.
6830
6831         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6832         string.  Add comments.
6833
6834         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6835         if rhs is ASCII.
6836
6837 2007-12-01  Glenn Morris  <rgm@gnu.org>
6838
6839         * mail-source.el (top-level): Require format-spec before
6840         eval-when-compile.
6841
6842 2007-11-30  Glenn Morris  <rgm@gnu.org>
6843
6844         * encrypt.el: Require password, rather than autoloading password-read.
6845
6846 2007-11-29  Glenn Morris  <rgm@gnu.org>
6847
6848         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6849         (sasl-make-client, sasl-next-step, sasl-step-data)
6850         (sasl-step-set-data): Declare as functions.
6851
6852 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6853
6854         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6855
6856 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6857
6858         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6859         certs should be verified and what is to be done in the event of a
6860         verification failure.
6861
6862         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6863         caller can indicate whether the cache should be disregarded for this
6864         call.  This way the result of the call is reproducible at all times and
6865         can be considered a canonical server name for the supplied method.
6866         (gnus-agent-method-p): Canonicalize server names by pushing their
6867         method through `gnus-method-to-server' using the no-cache argument.
6868
6869         * gnus-srvr.el (gnus-server-insert-server-line): Call
6870         `gnus-method-to-server' with `no-cache' argument.
6871
6872         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6873         gnus-agent-possibly-synchronize-flags as this should be called when the
6874         server is actually being opened.
6875         (gnus-agent-possibly-synchronize-flags)
6876         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6877         flags file of an agentized server to the latter function.
6878
6879         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6880         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6881         after a connection has been established successfully.
6882
6883 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-art.el (article-display-face): Force to display face if called
6886         interactively; check if gnus-article-x-face-too-ugly matches author.
6887         (article-display-x-face): Display face even if From header is missing
6888         as article-display-face does.
6889
6890 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6891
6892         * hashcash.el (message-narrow-to-headers-or-head)
6893         (message-fetch-field, message-goto-eoh)
6894         (message-narrow-to-headers): Declare as functions.
6895
6896 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6897
6898         * mail-source.el (mail-sources): Default to fetch from file for
6899         compatibility with default of nnmail-spool-file.
6900
6901 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6904         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6905         to look for encoded word that should be encoded again.
6906         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6907         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6908         encoding pattern.
6909         (rfc2047-decode-region): Switch strict regexp and loose one according
6910         to rfc2047-allow-irregular-q-encoded-words.
6911
6912 2007-11-25  Romain Francoise  <romain@orebokech.com>
6913
6914         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6915
6916 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6917
6918         * tls.el (tls-program): Provide more custom choices from
6919         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6920         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6921
6922 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6925         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6926
6927         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6928         `nnmail-spool-file'.
6929
6930         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6931         `nnmail-spool-file'.
6932
6933         * gnus-move.el (gnus-change-server): Ditto.
6934
6935         * gnus-kill.el (gnus-batch-score): Ditto.
6936
6937         * gnus-cache.el (gnus-jog-cache): Ditto.
6938
6939         * gnus-msg.el (gnus-summary-reply):
6940         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6941
6942 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6945         version.  Minor improvement to doc strings.
6946         (tls-program): Add comment.
6947
6948 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6949
6950         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6951         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6952         mismatch between the hostname provided in the certificate and the name
6953         of the host connnecting to.
6954         (open-tls-stream): Use them.  Check certificates against trusted root
6955         certificates.
6956
6957 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6958
6959         * gnus-cache.el (gnus-cache-generate-nov-databases):
6960         Use nnml-generate-nov-databases-directory instead of
6961         nnml-generate-nov-databases-1.
6962
6963 2007-11-24  Glenn Morris  <rgm@gnu.org>
6964
6965         * message.el (message-tool-bar-retro): Update for rename
6966         mail_send.xpm->mail-send.xpm.
6967
6968 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6969
6970         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6971         `smime-ldap-search' for Emacs 22 and up.
6972
6973 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6974
6975         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6976
6977         * message.el (message-send-mail-function): Fix error convention.
6978         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6979         (message-widen-reply, message-send-mail, message-talkative-question)
6980         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6981         (message-clone-locals, message-send-news): Use with-current-buffer.
6982         (message-insert-or-toggle-importance): Remove unused var `valid'.
6983         (message-make-references): Remove unused var `new-references'.
6984         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6985
6986 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6987
6988         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6989         (spam-split-symbolic-return-positive): Reflow docstring.
6990         (spam-backends, spam-summary-exit-behavior)
6991         (spam-mark-ham-unread-before-move-from-spam-group)
6992         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6993         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6994         (spam-clear-cache, spam-backend-check, spam-install-backend)
6995         (spam-install-statistical-backend, spam-list-of-processors)
6996         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6997         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6998         (spam-check-crm114, spam-initialize, spam-unload-hook):
6999         Fix typos in docstrings.
7000
7001 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7004         been checked if they have never been read and those group levels are
7005         higher than the one that a user specified.
7006
7007 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7010         foreign groups unless a group level is specified by a user.
7011         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7012
7013 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * message.el (message-send-mail-function): Require sendmail.
7016
7017 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * message.el (message-send-mail-function): Check for smtpmail too.
7020
7021         * utf7.el (utf7-encode, utf7-decode): Use coding system
7022         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7023
7024         * message.el (message-send-mail-function): New function.
7025         (message-send-mail-function): Set default using
7026         message-send-mail-function.  Adjust doc string.
7027         (message-send-mail-with-mailclient): New function.
7028
7029 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7030
7031         * smime.el (from):
7032         * rfc2047.el (message-posting-charset):
7033         * qp.el (mm-use-ultra-safe-encoding):
7034         * pop3.el (parse-time-months):
7035         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7036         * nnml.el (files):
7037         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7038         (jka-compr-compression-info-list, ange-ftp-path-format)
7039         (efs-path-regexp):
7040         * nndiary.el (files):
7041         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7042         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7043         (epg-digest-algorithm-alist, inhibit-redisplay)
7044         (password-cache-expiry):
7045         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7046         (pgg-output-buffer, password-cache-expiry):
7047         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7048         (efs-path-regexp):
7049         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7050         (inhibit-redisplay):
7051         * mm-uu.el (file-name, start-point, end-point, entry)
7052         (gnus-newsgroup-name, gnus-newsgroup-charset):
7053         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7054         (latin-unity-ucs-list):
7055         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7056         (mm-uu-binhex-decode-function):
7057         * message.el (gnus-message-group-art, gnus-list-identifiers)
7058         (rmail-enable-mime-composing, gnus-local-organization)
7059         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7060         (gnus-read-active-file, facemenu-add-face-function)
7061         (facemenu-remove-face-function, gnus-article-decoded-p)
7062         (tool-bar-mode):
7063         * mail-source.el (display-time-mail-function):
7064         * gnus-util.el (nnmail-pathname-coding-system)
7065         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7066         (gnus-original-article-buffer, gnus-user-agent)
7067         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7068         (xemacs-codename, sxemacs-codename, emacs-program-version):
7069         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7070         * gnus-start.el (gnus-agent-covered-methods)
7071         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7072         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7073         (gnus-newsgroup-headers, gnus-group-list-mode)
7074         (gnus-group-mark-positions, gnus-newsgroup-data)
7075         (gnus-newsgroup-unreads, nnoo-state-alist)
7076         (gnus-current-select-method, mail-sources)
7077         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7078         (nnmail-spool-file, gnus-cache-active-hashtb):
7079         * gnus-mh.el (mh-lib-progs):
7080         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7081         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7082         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7083         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7084         (gnus-group-buffer):
7085         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7086         (font-lock-set-defaults):
7087         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7088         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7089         (gnus-summary-post-menu, total-parts, type, condition, length):
7090         * gnus-agent.el (gnus-agent-read-agentview):
7091         * flow-fill.el (show-trailing-whitespace):
7092         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7093         eval-and-compile wrappers for byte compiler pacifiers.
7094
7095         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7096         (mm-display-inline-fontify): Check for featurep 'xemacs not
7097         extent-list.
7098
7099         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7100         itimer-list.
7101         (mm-create-image-xemacs): Only do something for XEmacs.
7102         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7103
7104         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7105
7106         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7107         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7108
7109 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7110
7111         * nnimap.el (nnimap-split-download-body):
7112         * gnus-demon.el (gnus-demon):
7113         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7114
7115 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7118         macros.
7119         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7120         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7121         copy data from unibyte buffer to multibyte current buffer.
7122         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7123         to copy data from unibyte current buffer to multibyte buffer.
7124         (nntp-make-process-buffer): Make process buffer unibyte.
7125
7126         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7127
7128 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7129
7130         * pop3.el (pop3-open-server): Accept and process data more robustly at
7131         connexion start to avoid spurious "POP SSL connexion failed" errors.
7132
7133 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7136         read group names.
7137
7138 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7141
7142 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7145         (nnmail-save-active): Use a unibyte buffer when saving active file,
7146         which may contain non-ASCII group names.
7147
7148         * nnml.el (nnml-request-group): Decode group names in messages.
7149
7150 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7151
7152         * message.el (message-citation-line-function)
7153         (message-insert-formatted-citation-line): Fix spelling of
7154         `message-insert-formated-citation-line'.
7155
7156 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7159
7160 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7163         nnmail-pathname-coding-system.
7164
7165         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7166         that a user enters; decode group names in messages.
7167
7168         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7169
7170 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7171
7172         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7173
7174         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7175
7176         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7177         risky local variable.
7178
7179         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7180
7181 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7182
7183         * encrypt.el: Improve documentation to fix function name typo.
7184         Reported by Daiki Ueno <ueno@unixuser.org>.
7185
7186 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7189         even if the point is not in the last page of an article.
7190         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7191         back to the previous page.
7192
7193 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7196
7197 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7200
7201 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7202
7203         * message.el (message-check-news-body-syntax): Avoid
7204         mm-string-as-multibyte.
7205         (message-hide-headers): Don't assume (point-min)==1.
7206
7207 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * message.el (message-remove-blank-cited-lines): Fix if remove is
7210         given.
7211         (message-bogus-address-regexp): New variable.
7212         (message-bogus-recipient-p): New function.
7213         (message-check-recipients): New command.
7214         (message-syntax-checks): Add `bogus-recipient'.
7215         (message-fix-before-sending): Add `bogus-recipient'.
7216
7217         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7218         (gnus-treat-body-boundary): Don't test window-system.
7219
7220 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7221
7222         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7223
7224 2007-10-28  Miles Bader  <miles@gnu.org>
7225
7226         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7227         at compile-time too.
7228
7229 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7230
7231         * gnus-msg.el (gnus-message-setup-hook): Add
7232         `message-remove-blank-cited-lines' to options.
7233
7234 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * message.el (message-remove-blank-cited-lines): New function.
7237         Suggested by Karl Plästerer.
7238
7239 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7242         mapc.
7243
7244         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7245         (top-level): Use mapc to set functions to be traced for debugging.
7246
7247         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7248         called for effect with while loop.
7249
7250         * message.el (message-talkative-question): Replace mapcar called for
7251         effect with mapc.
7252
7253         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7254         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7255         called for effect with dolist.
7256
7257         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7258
7259         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7260         gnus-extra-headers and nnmail-extra-headers.
7261
7262         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7263         called for effect with dolist.
7264         (top-level): Use mapc to set functions to be traced for debugging.
7265
7266         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7267         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7268         dolist.
7269
7270         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7271         Replace mapcar called for effect with mapc.
7272         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7273         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7274         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7275         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7276
7277         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7278         remove-if that's a cl function.
7279
7280         * webmail.el (webmail-debug): Replace mapcar called for effect with
7281         dolist.
7282
7283         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7284         with mapc.
7285
7286 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7289         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7290         with while loop.
7291
7292         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7293         functions from article-* functions.
7294         (gnus-multi-decode-header): Replace mapcar called for effect with
7295         dolist.
7296
7297         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7298         (gnus-bookmark-show-details): Replace mapcar called for effect with
7299         while loop.
7300
7301         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7302         called for effect with while loop.
7303
7304         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7305         with dolist.
7306
7307         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7308         mapcar called for effect with dolist.
7309
7310         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7311
7312         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7313         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7314         Replace mapcar called for effect with dolist.
7315         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7316         mapc.
7317
7318         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7319         Replace mapcar called for effect with dolist.
7320         (gnus-topic-list): Replace mapcar called for effect with mapc.
7321
7322         * gnus.el: Use mapc instead of mapcar to add autoloads.
7323
7324 2007-10-23  Richard Stallman  <rms@gnu.org>
7325
7326         * gnus-group.el (gnus-group-highlight): Mark as risky.
7327
7328 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus.el (gnus-server-to-method): Return method found first in
7331         gnus-newsrc-alist.
7332
7333         * gnus-art.el (gnus-article-highlight-signature)
7334         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7335         button overlay without the front stickiness.
7336
7337 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7338
7339         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7340         overview buffer needed a catch to receive its throw.
7341         (gnus-agent-flush-cache): Declared as interactive to make this function
7342         easier to use.
7343
7344 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7345
7346         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7347         `next-line'.
7348
7349 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7352         exclude address matching message-dont-reply-to-names.
7353
7354 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * gnus-util.el (gnus-string<): New function.
7357
7358         * gnus-sum.el (gnus-article-sort-by-author)
7359         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7360
7361 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7364         the frame-focus tag is set in gnus-buffer-configuration.
7365
7366 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7369         the front stickiness.
7370
7371 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7374         url pattern; remove duplicate one.
7375         (gnus-article-extend-url-button): New function.
7376         (gnus-article-add-buttons): Use it.
7377         (gnus-button-push): Use concatenated url that it makes.
7378
7379 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7380
7381         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7382
7383 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7384
7385         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7386         Don't hardcode point-min==1.
7387
7388 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7389
7390         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7391         Fix comment about "iso8859-1".
7392
7393 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7394
7395         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7396         ones returned from the verify-function.
7397
7398         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7399         mml2015-extract-cleartext-signature if extraction failed.
7400
7401 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7402
7403         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7404         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7405         failed.
7406
7407 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7408
7409         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7410
7411 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7414         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7415         recommends to use EasyPG instead of PGG.
7416
7417         * pgg.el: Revert to revision 6.23.2.16.
7418
7419         * pgg-def.el: Revert to revision 6.6.2.14.
7420
7421         * pgg-gpg.el: Revert to revision 6.23.2.34.
7422
7423 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7424
7425         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7426         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7427         thread for both the null and zero (kill/expire thread) universal prefix
7428         cases.
7429         (gnus-summary-expire-thread): Add new function to expire a thread,
7430         using gnus-summary-kill-thread.
7431         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7432         shortcuts for gnus-summary-expire-thread.
7433         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7434         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7435
7436 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7437
7438         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7439         extras value, so an extras entry can be deleted.
7440         (gnus-registry-delete-extra-entry): Use it.
7441         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7442         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7443         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7444         storage through the gnus-registry, and provide an appropriate API for
7445         it.
7446
7447 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7450         Suggested by Leo <sdl.web@gmail.com>.
7451
7452         * gnus.el: Do.
7453
7454 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7457         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7458
7459         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7460
7461         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7462         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7463
7464 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7467         newline.
7468         (nnmbox-request-accept-article): Don't change article in source buffer;
7469         narrow to header to use message-fetch-field rather than
7470         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7471         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7472         as delimiters; make sure article ends with newline.
7473         (nnmbox-delete-mail): Correct last position of article to be deleted;
7474         ignore X-Gnus-Newsgroup header in article body.
7475         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7476         positions; make sure article ends with newline.
7477
7478         * message.el (message-display-abbrev): Don't infloop when a user
7479         inserts SPC in the beginning of header.
7480
7481         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7482         coding-system-for-read and coding-system-for-write for XEmacs having no
7483         file-coding feature.
7484
7485         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7486
7487 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7488
7489         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7490         list of groups not followed by default.  Fix type to be regexp.
7491         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7492
7493 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7494
7495         * hmac-def.el (define-hmac-function): Switch from old-style to
7496         new-style backquotes.
7497
7498         * md4.el (md4-make-step): Likewise.
7499
7500 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7503         raw-text coding system when saving .newsrc file, which may contain
7504         non-ASCII group names.
7505
7506 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * gnus-cus.el (gnus-score-extra): New widget.
7509         (gnus-score-extra-convert): New function.
7510         (gnus-score-customize): Use it for Extra.
7511
7512 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7513
7514         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7515         (mml2015-mailcrypt-clear-verify): Use it.
7516         (mml2015-gpg-clear-verify): Use it.
7517         (mml2015-pgg-clear-verify): Use it.
7518         (mml2015-epg-clear-verify): Replace the current part with the output
7519         from GnuPG; don't extract the plaintext by itself.
7520
7521         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7522         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7523         mml2015-clear-verify-function; don't touch the armor headers or
7524         dash-escaped text here.
7525
7526 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7529         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7530         parts, or application/octet-stream as a last resort.
7531         (gnus-mime-view-part-as-type): Don't toggle display.
7532         (gnus-mime-view-part-as-charset): Don't turn off display before
7533         querying charset.
7534
7535         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7536         stuff to undisplayer function in Emacs.
7537         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7538
7539         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7540         text/calendar parts.
7541
7542 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7545         decoding text/calendar parts.
7546
7547         * message.el (message-forward-make-body-mime): Always mark body as
7548         having no illegible text; remove signed-or-encrypted argument.
7549         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7550
7551         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7552         (mml-generate-mime-1): Don't encode body if it is specified to be in
7553         raw form; don't make buffer be unibyte when inserting multibyte string.
7554
7555 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7556
7557         * sha1.el: Fix up comment style.
7558         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7559         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7560
7561         * hex-util.el: Fix up comment style.
7562         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7563
7564         * gnus-salt.el: Use with-current-buffer.
7565         (gnus-pick-setup-message): Fix long-standing typo.
7566
7567 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * imap.el (imap-logout-timeout): New variable.
7570         (imap-logout, imap-logout-wait): New functions.
7571         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7572
7573         * nnimap.el (nnimap-logout-timeout): New server variable.
7574         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7575         nnimap-logout-timeout.
7576
7577         * gnus-art.el (gnus-article-summary-command-nosave)
7578         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7579
7580 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * gnus.el (gnus-maximum-newsgroup): New variable.
7583
7584         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7585         according to gnus-maximum-newsgroup.
7586
7587         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7588         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7589         Limit the range of articles according to gnus-maximum-newsgroup.
7590
7591 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7592
7593         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7594         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7595         Don't perform gnus-configure-windows here; reuse existing sticky
7596         article buffer.
7597
7598         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7599         it doesn't exist in gnus-article-mode.
7600
7601 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7604         (gnus-agent-decoded-group-name): New function.
7605         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7606         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7607
7608 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7609
7610         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7611         Add binding for gnus-sticky-article.
7612         (gnus-summary-exit): Don't kill sticky article buffers.
7613
7614         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7615         article buffer.
7616         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7617         (gnus-kill-sticky-article-buffers): New commands.
7618
7619 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * nntp.el (nntp-xref-number-is-evil): New server variable.
7622         (nntp-find-group-and-number): If it is non-nil, don't trust article
7623         numbers in the Xref header.
7624
7625 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * gnus-agent.el (gnus-agent-read-group): New function.
7628         (gnus-agent-flush-group, gnus-agent-expire-group)
7629         (gnus-agent-regenerate-group): Use it.
7630         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7631         nnmail-pathname-coding-system.
7632
7633 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7636
7637         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7638         that are unread as unread, and also as selected so that information of
7639         marks having been changed by a user may be updated when exiting group.
7640
7641 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7644         calculated ignoring signature parts to gnus-treat-article.
7645
7646 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7649         a point here in order to keep the window start.
7650         (gnus-insert-mime-security-button): Make a button overlay without the
7651         front stickiness.
7652         (gnus-mime-display-security): Goto the end of a button.
7653
7654         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7655
7656 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7659         group-name-at-point.
7660         (gnus-group-completing-read): New function that offers decoded
7661         non-ASCII group names for completion.
7662         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7663         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7664         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7665         (gnus-group-fetch-control): Use it.
7666         (gnus-fetch-group): Use group-name-at-point for the initial value
7667         rather than the default value; use gnus-alive-p.
7668
7669         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7670         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7671         (gnus-summary-post-news): Use gnus-group-completing-read.
7672
7673         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7674         (gnus-read-move-group-name): Decode group name for completion.
7675
7676 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7677
7678         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7679         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7680         Yamaoka slightly modified the code).
7681
7682 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7685         (nnmail-split-incoming): Bind it.
7686
7687         * nnml.el (nnml-group-name-charset): New function.
7688         (nnml-decoded-group-name): Use it; don't decode group name if
7689         nnmail-group-names-not-encoded-p is non-nil.
7690         (nnml-encoded-group-name): New function.
7691         (nnml-group-pathname): Inline nnml-decoded-group-name.
7692         (nnml-request-expire-articles): Decode group name in message.
7693         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7694         nnmail-pathname-coding-system.
7695         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7696         not decoded ones according to nnmail-group-names-not-encoded-p.
7697         (nnml-generate-active-info): Use nnml-encoded-group-name.
7698
7699 2007-08-08  Glenn Morris  <rgm@gnu.org>
7700
7701         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7702         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7703         doc-strings and comments.
7704
7705 2007-07-25  Glenn Morris  <rgm@gnu.org>
7706
7707         * Relicense all FSF files to GPLv3 or later.
7708
7709 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-sum.el (gnus-summary-move-article): Make
7712         gnus-summary-respool-article work.
7713
7714 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7715
7716         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7717         string.
7718
7719 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7720
7721         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7722         that should be ignored when comparing distant RSS articles with local
7723         ones.
7724         (nnrss-make-hash-index): New function.  Create a hash index according
7725         to the ignored fields.
7726         (nnrss-check-group): Use it.
7727
7728 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7731
7732         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7733
7734         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7735         the new optional argument ENCODED is non-nil.
7736         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7737         coding system for encoding group name.
7738         (gnus-group-make-rss-group): Pass un-encoded group name to
7739         gnus-group-make-group.
7740         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7741         encoded.
7742
7743         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7744         Encode group name to which articles are moved or copied.
7745         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7746         coding system for encoding Newsgroup, Followup-To and Xref headers.
7747
7748         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7749         marks; use nnheader-file-coding-system to write a file.
7750         (nnagent-retrieve-headers): Bind file-name-coding-system to
7751         nnmail-pathname-coding-system.
7752
7753         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7754
7755         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7756         (nnml-request-article, nnml-request-create-group)
7757         (nnml-request-rename-group, nnml-find-id)
7758         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7759         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7760         (nnml-save-marks): Use nnml-group-pathname instead of
7761         nnmail-group-pathname.
7762
7763         (nnml-request-create-group, nnml-request-expire-articles)
7764         (nnml-request-move-article, nnml-request-delete-group)
7765         (nnml-deletable-article-p, nnml-possibly-create-directory)
7766         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7767         (nnml-open-marks): Bind file-name-coding-system to
7768         nnmail-pathname-coding-system.
7769
7770         (nnml-request-article): Pass server argument to nnml-find-group-number.
7771         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7772         server argument to nnml-possibly-create-directory.
7773         (nnml-request-accept-article): Pass server argument to
7774         nnml-active-number and nnml-save-mail.
7775         (nnml-find-group-number): Pass server argument to nnml-find-id.
7776         (nnml-request-update-info): Pass server argument to
7777         nnml-marks-changed-p.
7778
7779         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7780         (nnml-save-mail, nnml-active-number): Add server argument.
7781
7782         (nnml-request-delete-group): Warn if group is missing.
7783         (nnml-get-nov-buffer): Decode group name.
7784         (nnml-generate-active-info): Encode group name.
7785         (nnml-open-marks): Decode group name in messages.
7786
7787 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7790         if it is not specified.
7791         (gnus-article-pipe-part, gnus-article-save-part)
7792         (gnus-article-interactively-view-part, gnus-article-copy-part)
7793         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7794         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7795         (gnus-article-replace-part, gnus-article-delete-part)
7796         (gnus-article-view-part-as-type): Pass raw prefix argument to
7797         gnus-article-part-wrapper.
7798
7799 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * gnus-agent.el (gnus-agent-save-active): Bind
7802         nnheader-file-coding-system to gnus-agent-file-coding-system.
7803
7804         * gnus-cache.el (gnus-cache-save-buffers)
7805         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7806         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7807         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7808         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7809         (gnus-cache-generate-active, gnus-cache-rename-group)
7810         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7811         (gnus-cache-update-overview-total-fetched-for): Bind
7812         file-name-coding-system to nnmail-pathname-coding-system.
7813         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7814         variables.
7815         (gnus-cache-decoded-group-name): New function.
7816         (gnus-cache-file-name): Use it.
7817         (gnus-cache-generate-active): Use non-decoded group name for active.
7818
7819         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7820         right place.
7821         (gnus-write-active-file): Don't break non-ASCII group names.
7822
7823         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7824         nnmail-pathname-coding-system.
7825
7826         * lpath.el: Bind default-file-name-coding-system,
7827         file-name-coding-system and language-info-alist for XEmacs.
7828
7829         * gnus-uu.el (gnus-uu-decode-save): Typo.
7830
7831 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7834
7835 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7838         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7839         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7840         (gnus-agent-flush-group, gnus-agent-flush-cache)
7841         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7842         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7843         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7844         (gnus-agent-regenerate-group)
7845         (gnus-agent-update-files-total-fetched-for)
7846         (gnus-agent-update-view-total-fetched-for): Bind
7847         file-name-coding-system to nnmail-pathname-coding-system.
7848         (gnus-agent-group-pathname): Don't encode file names by
7849         nnmail-pathname-coding-system.
7850         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7851         coding-system-for-write instead of buffer-file-coding-system to
7852         gnus-agent-file-coding-system.
7853
7854         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7855         Decode group name.
7856
7857         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7858
7859         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7860         (gnus-read-newsrc-el-file): Make group names unibyte.
7861
7862         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7863         nnmail-pathname-coding-system.
7864
7865         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7866         (nnrss-request-delete-group): Bind file-name-coding-system to
7867         nnmail-pathname-coding-system.
7868         (nnrss-read-server-data, nnrss-read-group-data): Bind
7869         file-name-coding-system correctly.
7870         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7871
7872         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7873         (nntp-server-to-method-cache): New variable.
7874         (nntp-group-pathname): New function that decodes non-ASCII group names.
7875         (nntp-possibly-create-directory, nntp-marks-changed-p)
7876         (nntp-save-marks, nntp-open-marks): Use it.
7877         (nntp-possibly-create-directory, nntp-open-marks):
7878         Bind file-name-coding-system to nnmail-pathname-coding-system.
7879         (nntp-open-marks): Decode group names when bootstrapping marks.
7880
7881         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7882         Newsgroups and Folowup-To headers.
7883
7884 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7887         (gnus-server-closed-face, gnus-server-denied-face)
7888         (gnus-server-offline-face): Remove variable.
7889         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7890
7891         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7892         of modifying message-stack directly for XEmacs.
7893
7894         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7895         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7896         if the coding-system argument is nil for XEmacs.
7897
7898         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7899         mm-charset-override-alist.
7900
7901         * rfc2047.el: Don't require base64; require rfc2045 for the function
7902         rfc2045-encode-string.
7903         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7904         to quote the parameter value.
7905
7906 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7909         form in gnus-group-name-charset-method-alist.
7910
7911         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7912         overrides the default layout edit-form.
7913
7914         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7915
7916         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7917
7918 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7921         as unfetched articles.
7922
7923 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7926
7927 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7930         original back end that keeps marks in the local system.
7931
7932 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7935         arg of pop-to-buffer for XEmacs.
7936         (gnus-article-read-summary-keys): Ditto; don't restore window
7937         configuration if summary command ends up with neither article buffer
7938         nor summary buffer; describe bindings if summary keys end with C-h.
7939
7940 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * message.el (message-fix-before-sending): Skip raw message part to be
7943         forwarded while checking illegible text.
7944         (message-forward-make-body-mime, message-forward-make-body): Mark
7945         signed or encrypted raw message as having no illegible text.
7946
7947 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7950         (gnus-message-with-timestamp-1): New macro.
7951         (gnus-message-with-timestamp): New function.
7952         (gnus-message): Use them.
7953
7954         * nnheader.el (nnheader-message): Use them.
7955
7956 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7959         .newsrc.eld file.
7960
7961 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-agent.el (gnus-agent-fetch-headers)
7964         (gnus-agent-retrieve-headers): Bind
7965         gnus-decode-encoded-address-function to identity.
7966
7967         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7968         available also when the server returns simply a dot.
7969
7970         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7971
7972 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7975
7976 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * gnus-ems.el (gnus-x-splash): Make it work.
7979
7980         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7981         from being used.
7982
7983         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7984
7985 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7988         4th and the 5th arguments.
7989
7990         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7991         the front stickiness.
7992         (gnus-article-summary-command-nosave): Correct the order of the
7993         arguments passed to pop-to-buffer.
7994         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7995         summary command ends up with the article buffer.
7996
7997         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7998         the same faces.
7999
8000 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8001
8002         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8003
8004 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8005
8006         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8007         * gnus-sum.el (gnus-summary-highlight):
8008         * pgg.el (pgg-sign-region, pgg-sign):
8009         * mail-source.el (mail-source-delete-old-incoming-confirm):
8010         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8011
8012 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-art.el (gnus-mime-view-part-externally)
8015         (gnus-mime-view-part-internally): Fix predicate function passed to
8016         completing-read.
8017
8018         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8019
8020         * gnus.el (gnus-update-message-archive-method): Add :version.
8021
8022 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus.el (gnus-update-message-archive-method): New variable.
8025
8026         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8027         according to gnus-message-archive-method if
8028         gnus-update-message-archive-method is non-nil.
8029
8030 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8033         by Loic Dachary <loic@dachary.org>.
8034         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8035
8036 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * message.el (message-pop-to-buffer): Add switch-function argument.
8039         (message-mail): Pass switch-function argument to it.
8040
8041 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8042
8043         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8044         Improve doc string.
8045
8046 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8049         (gnus-header-content)
8050         * gnus-cite.el (gnus-cite-10)
8051         * gnus-srvr.el (gnus-server-closed)
8052         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8053         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8054         (gnus-group-mail-3-empty, gnus-group-mail-low)
8055         (gnus-group-mail-low-empty, gnus-splash)
8056         * message.el (message-header-to, message-header-cc)
8057         (message-header-subject, message-header-other, message-header-name)
8058         (message-header-xheader, message-separator, message-cited-text)
8059         (message-mml): Lighten colors of faces used for dark background.
8060
8061 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8062
8063         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8064         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8065
8066 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * message.el (message-narrow-to-headers-or-head):
8069         Ignore mail-header-separator in the body.
8070
8071 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8074         same as window size.
8075
8076 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8077
8078         * message.el (message-font-lock-keywords): Use message-header-xheader
8079         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8080         ahead of the anything pattern, to get it recognised.
8081
8082 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8085         spam.el loads uses it in the compiled defadvice form.
8086
8087 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8088
8089         * gnus-sum.el (gnus-articles-to-read)
8090         (gnus-summary-insert-old-articles): Don't truncate group name for
8091         `read-string'.
8092
8093         * gnus-util.el (gnus-limit-string): Delete this function.
8094
8095         * gnus-sum.el (gnus-simplify-subject-fully): Use
8096         `truncate-string-to-width' instead.
8097
8098 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8099
8100         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8101         if, on summary exit, the next group has to be selected.
8102         (gnus-summary-exit): Use it.
8103
8104 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8107         non-break space.
8108
8109 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8110
8111         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8112         Check if group is not a directory.
8113         (nnfolder-request-expire-articles): Don't delete articles if the target
8114         group is not available.
8115
8116         * nnml.el (nnml-request-create-group): Properly check if group is not a
8117         file.
8118         (nnml-request-expire-articles): Don't delete articles if the target
8119         group is not available.
8120
8121         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8122         Don't quote characters that are within parentheses.
8123
8124 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8127         (gnus-handle-ephemeral-exit): Select article according to it.
8128
8129 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * message.el (message-insert-formated-citation-line): Remove newline.
8132         (message-citation-line-format): Add final \n here so that the user can
8133         avoid a blank line.
8134
8135 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8136
8137         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8138         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8139         Update lanl/arXiv support.
8140
8141 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * gnus.el: Bump version number.
8144
8145 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8146
8147         * gnus.el (gnus-version-number): Bump version.
8148
8149 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8150
8151         * gnus.el: No Gnus v0.6 is released.
8152
8153 2007-04-27  Didier Verna  <didier@xemacs.org>
8154
8155         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8156         * gmm-utils.el (gmm-regexp-concat): here.
8157         * message.el: Don't require 'gnus-util.
8158         (message-dont-reply-to-names): Handle name change above.
8159         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8160
8161 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8164         since the initial value varies according to the system.
8165
8166 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8169
8170 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8171
8172         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8173
8174 2007-04-24  Didier Verna  <didier@xemacs.org>
8175
8176         Improve the type of gnus-ignored-from-addresses.
8177         * gnus-util.el (gnus-orify-regexp): New function.
8178         * message.el (gnus-util): Require it.
8179         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8180         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8181         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8182
8183 2007-04-24  Didier Verna  <didier@xemacs.org>
8184
8185         * gnus-sum.el:
8186         * gnus-utils.el: Fix some trailing whitespaces.
8187
8188 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8191         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8192         article's Message-ID; refer parent article in summary buffer.
8193
8194         * message.el (message-bounce): Call mime-to-mml.
8195
8196         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8197         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8198         optimize and/or forms properly.
8199
8200 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8201
8202         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8203         URL.
8204
8205 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8208
8209 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8210
8211         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8212         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8213         displayed of multipart/alternative part if it is invoked from summary
8214         buffer.
8215
8216         * mm-view.el (mm-inline-text-html-render-with-w3m)
8217         (mm-inline-text-html-render-with-w3m-standalone)
8218         (mm-inline-render-with-function): Use mail-parse-charset by default.
8219
8220 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8221
8222         * parse-time.el (parse-time-string-chars): Check if CHAR
8223         is less than the length of parse-time-syntax.
8224
8225 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8228         from gnus-newsgroup-processable.
8229
8230 2007-04-16  Didier Verna  <didier@xemacs.org>
8231
8232         * gnus-msg.el (gnus-configure-posting-styles): Handle
8233         message-signature-directory properly with :file syntax.  Reported by
8234         "Leo".
8235
8236 2007-04-11  Didier Verna  <didier@xemacs.org>
8237
8238         New user option: message-signature-directory.
8239         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8240         * message.el (message-insert-signature): Ditto.
8241         * message.el (message-signature-file): Doc update.
8242         * message.el (message-signature-directory): New.
8243
8244 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-msg.el (gnus-inews-yank-articles): Use
8247         message-exchange-point-and-mark instead of exchange-point-and-mark.
8248
8249 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * message.el (message-yank-original): Make sure cited text ends with
8252         newline; don't exchange point and mark.
8253
8254 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8255
8256         * tls.el (open-tls-stream): Properly handle case where there
8257         is no associated buffer.
8258
8259 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8260
8261         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8262         message-yank-original, make sure (< mark TEXT point).
8263
8264 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8265
8266         * message.el (message-fill-column): New variable.
8267         (message-mode): Use it.  Add comment on a possible new hook.
8268
8269         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8270         (nnmail-get-new-mail): Reformat.
8271
8272         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8273
8274         * gmm-utils.el: Fix Commentary.
8275         (gmm-tool-bar-from-list): Fix typo in doc string.
8276
8277 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8278
8279         * message.el (message-yank-original): Don't switch point and mark
8280         unnecessarily to put point and mark as documented.
8281
8282 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8283
8284         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8285         from the message heads.
8286
8287 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8288
8289         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8290         article buffer does not have a window.  This may not be the best
8291         solution but is certainly better than setting the start of the null,
8292         that is the current, window.
8293
8294 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8295
8296         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8297         (gnus-draft-setup): Run it.
8298
8299         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8300         gnus-score-fast-scoring.  Allow regexp.
8301         (gnus-score-headers): Use it.
8302
8303         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8304         XEmacs.
8305
8306         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8307         string.
8308         (gnus-button-alist): Also catch `<f1> k ...'.
8309         (gnus-treat-display-x-face): Fix doc string.
8310
8311 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8312
8313         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8314         evaluation of gnus-extended-version to ensure correct generation of the
8315         User-Agent header when message-generate-headers-first is used.
8316
8317 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8318
8319         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8320         hashcash-path is nil.  Don't call callback with incorrect number of
8321         parameters if val is 0.
8322
8323 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8324
8325         * message.el (message-required-news-headers):
8326         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8327
8328 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8329
8330         * tls.el (open-tls-stream): In handshake-waiting loop,
8331         don't wait more if there is output available to process.
8332
8333 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8334
8335         * tls.el (tls-program): Doc fix.
8336
8337 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * message.el (message-generate-new-buffers): Change the meaning of the
8340         nil value; add `standard' to the choices; treat t as `unique'; improve
8341         doc string.
8342         (gnus-select-frame-set-input-focus): Autoload.
8343         (message-buffer-name): Search for the existing message buffer if
8344         message-generate-new-buffers is nil or `standard'; treat the value t of
8345         message-generate-new-buffers as `unique'.
8346         (message-pop-to-buffer): Raise the frame already displaying the message
8347         buffer; clear the echo area after querying.
8348         (message-setup): Pass the `continue' argument to compose-mail.
8349         (message-mail): Prefer `switch-function' if it is given; search for the
8350         existing message buffer if the `continue' argument is non-nil; pass
8351         continue and switch-function arguments to compose-mail by way of
8352         message-setup.
8353         (message-mail-other-window): Adjust argument of message-setup.
8354         (message-mail-other-frame): Ditto.
8355
8356 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8359         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8360         to turn font-lock on when turning gnus-message-citation-mode on.
8361
8362 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8363
8364         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8365         (mml-smime-function-alist): New variable; add epg as the backend.
8366         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8367         mml-smime- functions instead.
8368         * mm-view.el: Require smime.
8369
8370 2007-03-05  Didier Verna  <didier@xemacs.org>
8371
8372         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8373         instead of just inheritance for posting styles.
8374         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8375
8376 2007-02-24  Chris Moore  <dooglus@gmail.com>
8377
8378         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8379         * pgg-pgp.el (pgg-pgp-encrypt-region):
8380         * pgg-gpg.el (pgg-gpg-encrypt-region):
8381         Check pgg-encrypt-for-me if no other recipients.
8382
8383 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8384
8385         * tls.el (tls-certtool-program): Fix custom type.
8386
8387 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8390         and point-at-eol instead of line-(beginning|end)-position.
8391
8392         * assistant.el (assistant-parse-buffer): Ditto.
8393
8394         * netrc.el (netrc-parse-services): Ditto.
8395
8396 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8397
8398         * mml2015.el (mml2015-epg-find-usable-key): New function.
8399         (mml2015-epg-sign): Use it.
8400         (mml2015-epg-encrypt): Use it.
8401
8402 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * message.el (message-make-in-reply-to): Quote name containing
8405         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8406         if there are special characters.  Reported by NAKAJI Hiroyuki
8407         <nakaji@jp.freebsd.org>.
8408
8409 2007-02-27  Didier Verna  <didier@xemacs.org>
8410
8411         Include the group parameters as well as the topic ones in the
8412         inheritance filter process.
8413         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8414         argument GROUP-PARAMS-LIST.
8415         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8416
8417 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * nntp.el (nntp-never-echoes-commands)
8420         (nntp-open-connection-functions-never-echo-commands): New variables.
8421         (nntp-send-command): Use them.
8422
8423 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8424
8425         * mml2015.el (mml2015-epg-verify): Simplified.
8426
8427 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * mml.el (mml-content-disposition-alist): New user option.
8430         (mml-content-disposition): New function.
8431         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8432         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8433
8434 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8435
8436         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8437         verification.
8438
8439 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8440
8441         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8442         articles posted in the last 24 hours.
8443
8444 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8445
8446         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8447
8448 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8449
8450         * nntp.el (nntp-send-command): Don't wait for echoes when
8451         nntp-open-ssl-stream is used.
8452
8453 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8456         (gnus-message-add-citation-keywords)
8457         (gnus-message-remove-citation-keywords): Remove.
8458         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8459         directly, make the variables in font-lock-defaults buffer-local, add
8460         gnus-message-citation-keywords to them and then update the value of
8461         font-lock-keywords.
8462
8463 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * message.el (message-cite-original-1): Don't call
8466         gnus-article-highlight-citation.
8467
8468         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8469         citations; fix line count.
8470
8471 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8474         (gnus-message-add-citation-keywords)
8475         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8476         versions of font-lock-add-keywords and font-lock-remove-keywords to
8477         work with XEmacs correctly.
8478
8479 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * gnus-cite.el (gnus-cite-face-list): Set the values of
8482         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8483         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8484         (gnus-message-cite-prefix-regexp): New variable.
8485         (gnus-message-search-citation-line): Use it; protect against long
8486         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8487         the 0th match data for Emacs.
8488         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8489         (gnus-message-add-citation-keywords): Append keywords rather than
8490         prepending; emulate font-lock-add-keywords if it is not available.
8491         (gnus-message-remove-citation-keywords): Emulate
8492         font-lock-remove-keywords if it is not available.
8493
8494         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8495
8496         * message.el (message-cite-prefix-regexp): Set the value of
8497         gnus-message-cite-prefix-regexp.
8498
8499 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8500
8501         * nnweb.el (nnweb-google-parse-1): Update parser.
8502
8503 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8504
8505         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8506
8507 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8508
8509         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8510         regexp.
8511
8512 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8515         string-to-multibyte.
8516         (uudecode-decode-region-internal): Use it.
8517
8518         * lpath.el: Fbind string-as-multibyte for XEmacs.
8519
8520 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8523         custom choice.
8524
8525         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8526
8527 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8528
8529         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8530
8531         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8532         `write-region' to respect `mm-inhibit-file-name-handlers'.
8533
8534 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8537         Use gnus-home-directory instead of "~/" or "$HOME".
8538
8539 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8540
8541         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8542         to mention filename.
8543         Add comments at beginning regarding usage.
8544         (encrypt-write-file-contents): Change interactive so a string is
8545         acceptable.  If the file has no associated model, show an error instead
8546         of a nonsense prompt.
8547
8548 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8549
8550         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8551         Thanks to Yoshihiko Yamada for kind notification of this typo.
8552
8553 2007-01-12  Kenichi Handa  <handa@m17n.org>
8554
8555         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8556         multibyte buffer.
8557
8558 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8559
8560         * gnus-score.el (gnus-score-fast-scoring): New variable.
8561         (gnus-score-headers): Use it.
8562
8563         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8564
8565         * message.el (message-cite-original-1): Call
8566         gnus-article-highlight-citation if requested.
8567         (message-make-from): Allow name and address as optional arguments.
8568
8569         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8570
8571         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8572         bugs to doc string.
8573         (gnus-button-alist): Add mid\\|message-id.
8574         (gnus-button-fetch-group): Extend for use in
8575         `browse-url-browser-function'.
8576         (gnus-button-url-regexp): Try to catch paired parentheses like in
8577         Wikipedia URLs.
8578
8579         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8580         Suggested by Simon Krahnke <overlord@gmx.li>.
8581
8582 2007-01-13  Romain Francoise  <romain@orebokech.com>
8583
8584         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8585         Update copyright.
8586
8587 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8588
8589         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8590
8591 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8592
8593         * gnus-registry.el (gnus-registry-unfollowed-groups)
8594         (gnus-registry-split-fancy-with-parent): Fix documentation.
8595
8596 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8597
8598         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8599         from nnweb groups.
8600
8601 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8604         Xref urls.  Erase buffer before requesting head.
8605
8606 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8609         customizable.
8610
8611 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8612
8613         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8614         no signing key is found.
8615         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8616         no encrypting and/or signing key is found.
8617
8618 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8621
8622 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8623
8624         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8625         headers read from disk with the ones newly found in the current search.
8626         This should no longer cause problems, because the article numbers in
8627         Gmane's `nov.php' output are ignored since the previous change.
8628
8629 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8630
8631         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8632
8633 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8636         replace-regexp-in-string; bind url-version; fbind display-images-p and
8637         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8638         find-face and set-itimer-function for Emacs; bind itimer-list for
8639         Emacs.
8640
8641         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8642
8643 2007-01-01  Romain Francoise  <romain@orebokech.com>
8644
8645         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8646
8647 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8648
8649         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8650         `define-minor-mode' macro definition expanded properly.
8651         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8652         exclude it there.
8653
8654         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8655         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8656         `fboundp' test.
8657         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8658         This is OK to autoload in (S)XEmacs now.
8659
8660 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8661
8662         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8663         keystroke.
8664         (gnus-summary-limit-to-singletons): Fix typo.
8665
8666         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8667         else fails.
8668
8669 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8670
8671         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8672         docstring.
8673
8674         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8675         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8676         (gnus-summary-insert-dormant-articles): Fix typo in message.
8677
8678 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8679
8680         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8681         nil for XEmacs.
8682         (gnus-message-citation-mode): Don't autoload in XEmacs.
8683
8684         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8685
8686 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8687
8688         * nnimap.el (nnimap-expunge-search-string): Mention
8689         nnimap-search-uids-not-since-is-evil in docstring.
8690
8691 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8692
8693         * spam.el: Revert to make-obsolete-variable because
8694         define-obsolete-variable-alias is not supported in Emacs 21.
8695
8696         * spam.el (spam-ifile-path, spam-ifile-database-path)
8697         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8698         make-obsolete-variable.
8699         (spam-bsfilter-path, spam-bsfilter-program)
8700         (spam-spamassassin-path, spam-spamassassin-program)
8701         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8702         use "path" inappropriately.
8703         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8704         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8705         variable names.
8706
8707 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8708
8709         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8710         summary buffer.
8711
8712         * password.el (password-cache-remove): Use clear-string to burn
8713         password, if available.
8714
8715 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8718
8719         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8720
8721         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8722         (gnus-message-highlight-citation): Move defcustom here from
8723         gnus-cite.el.
8724         (gnus-message-citation-mode): Autoload.
8725
8726         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8727         checks to make it compile with XEmacs.
8728         (gnus-message-citation-mode): New minor mode.
8729         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8730         (gnus-message-highlight-citation): New variables.
8731         (gnus-message-search-citation-line)
8732         (gnus-message-add-citation-keywords)
8733         (gnus-message-remove-citation-keywords)
8734         (turn-on-gnus-message-citation-mode)
8735         (turn-off-gnus-message-citation-mode): New functions.
8736
8737 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8738
8739         * gnus-cite.el: Enable highlighting of different citation levels in
8740         message-mode.
8741
8742 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8743
8744         * message.el (message-make-fqdn): Fix comment.
8745         (message-bogus-system-names): Add ".local".
8746
8747         * spam.el (spam-ifile-path, spam-ifile-program)
8748         (spam-ifile-database-path, spam-ifile-database)
8749         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8750         Don't use "path" inappropriately.
8751         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8752         strings.
8753         (spam-check-ifile, spam-ifile-register-with-ifile)
8754         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8755         new variable names.
8756
8757         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8758         (gnus-treat-display-smileys): Simplify using
8759         gnus-image-type-available-p.
8760
8761         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8762         available.
8763
8764         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8765         `display-images-p' if available.
8766
8767 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8770         one after turning on the buffer's multibyteness instead of decoding
8771         them directly in the unibyte buffer that causes unexpected conversion
8772         in Emacs 23 (unicode).
8773
8774 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8775
8776         * message.el (message-generate-hashcash): Fix custom type.
8777
8778 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8781
8782 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8785         disconnect icons.  Add help text.
8786
8787 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8788
8789         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8790         negated to be consistent with the others we handle.
8791
8792 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8793
8794         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8795         version of gnus-summary-buffer to something, so that we can use two
8796         article buffers at the same time.
8797
8798 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8799
8800         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8801         trigger all the extra headers.
8802         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8803         sorting.
8804
8805 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8806
8807         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8808         solid groups.
8809
8810 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8811
8812         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8813
8814 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * legacy-gnus-agent.el: Add Copyright notice.
8817
8818 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8819
8820         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8821
8822 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8825
8826         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8827         to make it work reliably in CVS Emacs.
8828         (gnus-summary-limit-strange-charsets-predicate)
8829         (gnus-summary-limit-to-predicate): New functions.
8830
8831 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8832
8833         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8834         specifying array size.
8835         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8836         array if it is too small.
8837         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8838         (gnus-sort-threads-loop): New function.
8839
8840 2006-12-06  Chris Moore  <dooglus@gmail.com>
8841
8842         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8843         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8844
8845 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8846
8847         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8848         options.
8849
8850 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851
8852         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8853         DOS-ing the recipient.
8854
8855         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8856         the headers when creating the mapping to avoid mismappings.
8857         (nnweb-gmane-create-mapping): Always nix out old mapping.
8858
8859 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8862         and mm-verify-option to never.
8863
8864 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * message.el (message-signed-or-encrypted-p): New function.
8867         (message-forward-make-body): Use it.
8868
8869         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8870         Replace encode-coding-string with mm-encode-coding-string.
8871
8872 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * nneething.el (nneething-decode-file-name): Replace
8875         decode-coding-string with mm-decode-coding-string.
8876
8877         * gnus-int.el (gnus-open-server): Say failed server's name.
8878
8879 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8880
8881         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8882         strings to a single string.  Quote `errors-file-name'.
8883         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8884         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8885         Adjust calls.  Use `shell-quote-argument'.
8886
8887 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8888
8889         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8890         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8891
8892         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8893         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8894         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8895         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8896         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8897         (gnus-subscribe-newsgroup, gnus-1):
8898         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8899         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8900         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8901         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8902
8903 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8904
8905         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8906         keystroke.
8907         (gnus-summary-limit-to-bodies): Implement headersp.
8908
8909 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8910
8911         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8912
8913 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8916
8917 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * message.el (message-generate-hashcash): Expand range of values to
8920         include `opportunistic'.
8921         (message-send-mail): Use it.
8922
8923 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8924
8925         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8926         and comment it.
8927
8928         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8929
8930 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * gnus-util.el (gnus-extract-address-components): Improve comment.
8933
8934 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-util.el (gnus-extract-address-components): Work with address in
8937         which the name portion contains @.
8938
8939         * lpath.el: Fbind custom-autoload.
8940
8941 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8942
8943         * gnus.el (gnus-start): Move custom group up.
8944         (gnus-select-method): Don't autoload, but make it available for
8945         `customize-variable'.
8946         (gnus-getenv-nntpserver): Don't autoload.
8947
8948 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8949
8950         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8951
8952 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * message.el (message-sendmail-extra-arguments): New variable.
8955         (message-send-mail-with-sendmail): Use it.
8956
8957 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8960         mm-with-unibyte-current-buffer to make string unibyte.
8961
8962         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8963         mm-string-as-multibyte.
8964
8965 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8966
8967         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8968         Reported by Werner Koch <wk@gnupg.org>.
8969
8970 2006-11-14  Daiki Ueno  <ueno@p360>
8971
8972         * mml2015.el: Autoload epa-select-keys when compiling.
8973
8974 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8975
8976         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8977         message-options.
8978         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8979
8980 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8981
8982         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8983         EasyPG (< 0.0.6).
8984         (mml2015-always-trust): New user option.
8985         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8986         prompt.
8987
8988 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * nntp.el (nntp-authinfo-force): New variable.
8991         (nntp-send-authinfo): Use it.
8992
8993 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8994
8995         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8996         decode encoded words.  Improve prompt.  Add comment about forwarding.
8997         (message-replacement-char): Move up.
8998
8999 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9000
9001         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9002         instead of gnus-intersection because arguments of gnus-sorted-nunion
9003         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9004
9005 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9008         (message-simplify-subject-functions): Enable
9009         message-strip-subject-encoded-words by default.
9010
9011 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * message.el (message-strip-subject-encoded-words): New function.
9014         (message-simplify-subject-functions): New variable.
9015         (message-simplify-subject): Use it.  Fix typo in doc string.
9016         Support message-strip-subject-encoded-words.
9017
9018 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9019
9020         * gnus-diary.el (gnus-diary-delay-format-function):
9021         * nndiary.el (nndiary-reminders):
9022         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9023
9024 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9025
9026         * gnus-art.el (article-hide-boring-headers): Fetch date from
9027         gnus-original-article-buffer to avoid problems with localized date
9028         strings.
9029
9030 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9033
9034 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9037         New variables.
9038         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9039         (mm-charset-synonym-alist): Move some entries to
9040         mm-codepage-iso-8859-list.
9041         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9042         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9043
9044 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9047
9048 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9051         with Emacs 21 and XEmacs.
9052
9053 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9054
9055         * spam.el (spam-parse-address): New function for better parsing,
9056         catching errors, etc.
9057         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9058
9059 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9060
9061         * mm-view.el: Add interactive arg to html2text autoload.
9062
9063 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9066
9067 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9068
9069         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9070         variables.
9071         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9072         (mm-charset-synonym-alist): Move some entries to
9073         mm-codepage-iso-8859-list.
9074
9075         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9076
9077 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9078
9079         * message.el (message-citation-line-format)
9080         (message-insert-formated-citation-line): Fix implementation of %E, %N
9081         and %n according to the doc string.
9082
9083 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9084
9085         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9086         car-safe to avoid bad parses.
9087
9088 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9091         names.
9092
9093         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9094
9095 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9098         header.
9099
9100         * message.el (message-draft-headers): Add Date.
9101         (message-headers-to-generate): Fix typo in docstring.
9102
9103         * nndraft.el (nndraft-required-headers): New variable.
9104         (nndraft-generate-headers): Use it.
9105
9106         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9107
9108 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9109
9110         * gnus-registry.el (gnus-registry-wash-for-keywords)
9111         (gnus-registry-find-keywords): New functions to allow easy searching of
9112         articles that are in the registry.
9113
9114 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9115
9116         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9117         ietf-drums-parse-address instead of gnus-extract-address-components.
9118         Reported by Damien Elmes <damien@repose.cx>.
9119
9120 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9121
9122         * gnus.el (gnus-mime): Remove unused custom group.
9123
9124 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9125
9126         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9127         "blank line" when searching for end of armor headers.
9128
9129 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * gmm-utils.el (gmm-write-region): Fix variable name.
9132
9133 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * gmm-utils.el (gmm-write-region): New function based on compatibility
9136         code from `mm-make-temp-file'.
9137
9138         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9139
9140         * nnmaildir.el (nnmaildir--update-nov)
9141         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9142         Use `gmm-write-region'.
9143
9144 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9145
9146         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9147         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9148
9149         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9150
9151         * message.el (message-replacement-char): New variable.
9152         (message-fix-before-sending): Use it.
9153         (message-simplify-subject): New function to remove duplicate code.
9154         (message-reply, message-followup): Use it.
9155
9156         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9157         gnus-summary-limit-to-articles.
9158
9159 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gnus-util.el (gnus-with-local-quit): New macro.
9162
9163         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9164
9165 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9166
9167         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9168         ignore non-string data.
9169
9170 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9171
9172         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9173         non-string data (needs to be done in the registry too).
9174
9175 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9176
9177         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9178         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9179         (gnus-registry-split-fancy-with-parent)
9180         (gnus-registry-fetch-simplified-message-subject-fast)
9181         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9182         Remove text properties on ingress into the registry and when it's saved.
9183         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9184         registry from entries with no groups.
9185
9186 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9187
9188         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9189         function to remove string properties.
9190
9191 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * gmm-utils.el (gmm): Adjust custom version.
9194
9195         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9196         custom version.
9197
9198         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9199
9200 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9201
9202         * gnus-art.el (gnus-insert-prev-page-button)
9203         (gnus-insert-next-page-button): Simplify.  Reformat.
9204
9205 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9206
9207         * gnus-art.el (gnus-insert-prev-page-button)
9208         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9209
9210 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9211
9212         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9213
9214 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9215
9216         * gnus-art.el (gnus-insert-mime-button)
9217         (gnus-insert-mime-security-button):
9218         Apply gnus-article-button-face to MIME and security buttons.
9219
9220 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9223         readable.
9224
9225 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9228
9229 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9230
9231         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9232         `browse-url-of-file' instead of `browse-url'.
9233
9234 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9235
9236         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9237         regexp.  Articles containing quotation were cut prematurely.
9238
9239 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * message.el (message-cite-original-1): Use nobody by default for the
9242         value of From header.
9243         (message-reply): Ditto.
9244
9245 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9246
9247         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9248         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9249         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9250
9251 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9254         mails in the doc string.  Add some URLs in comment.
9255         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9256
9257 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9258
9259         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9260         backslashes handling and the way to find boundaries of quoted strings.
9261
9262 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9263
9264         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9265         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9266         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9267         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9268
9269 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9272         doc string.
9273         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9274
9275 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * lpath.el: Fbind epg-check-configuration.
9278
9279 2006-09-06  Simon Josefsson  <jas@extundo.com>
9280
9281         * mml2015.el (mml2015-use): Doc fix, mention epg.
9282
9283 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9284
9285         * mml2015.el (mml2015-use): Default to epg, if available.
9286
9287 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9288
9289         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9290         message-sender.
9291         (mml1991-epg-encrypt): Ditto.
9292         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9293         message-sender.
9294         (mml2015-epg-encrypt): Ditto.
9295
9296 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9297
9298         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9299         several common directories.
9300
9301 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9302
9303         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9304         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9305
9306 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-art.el (article-decode-encoded-words): Make it fast.
9309
9310 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9313
9314         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9315         in quoted string into `\'.
9316
9317 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9320         Use standard-syntax-table.
9321
9322 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gnus-art.el (gnus-decode-address-function): New variable.
9325         (article-decode-encoded-words): Use it to decode headers which are
9326         assumed to contain addresses.
9327         (gnus-mime-delete-part): Remove useless `or'.
9328
9329         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9330         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9331         (gnus-nov-parse-line): Use it to decode From header.
9332         (gnus-get-newsgroup-headers): Ditto.
9333         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9334
9335         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9336         (mail-decode-encoded-address-string): New alias.
9337
9338         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9339         New function.
9340         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9341         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9342         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9343         (rfc2047-decode-string): Ditto.
9344         (rfc2047-decode-address-region): New function.
9345         (rfc2047-decode-address-string): New function.
9346
9347 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9348
9349         * message.el (message-caesar-buffer-body): Allow rotating headers.
9350
9351         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9352
9353         * message.el (message-insert-formated-citation-line): Fix %f.
9354         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9355
9356 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9359         (gnus-bookmark-mouse-available-p): New macro.
9360         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9361         (gnus-bookmark-bmenu-show-infos): Use it.
9362         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9363         (gnus-bookmark-bmenu-hide-infos): Ditto.
9364         (gnus-bookmark-remove-properties): New function.
9365         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9366         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9367         (gnus-bookmark-write-file): Bind coding-system-for-write.
9368         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9369         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9370         group before selecting it.
9371         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9372         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9373         quit-window if it is not available; use gnus-mouse-2 and bind it to
9374         gnus-bookmark-bmenu-select-by-mouse.
9375         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9376         (gnus-bookmark-bmenu-select-by-mouse): New function.
9377
9378 2006-08-13  Romain Francoise  <romain@orebokech.com>
9379
9380         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9381         space.
9382
9383 2006-08-10  Romain Francoise  <romain@orebokech.com>
9384
9385         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9386         (dns-mode-soa-auto-increment-serial): New user option.
9387         (dns-mode-soa-maybe-increment-serial): New function.
9388         (dns-mode): Add the latter to `write-contents-functions'.
9389
9390 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * compface.el (uncompface): Use binary rather than raw-text-unix.
9393
9394 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * compface.el (uncompface): Make sure the eol conversion doesn't take
9397         place when communicating with the external programs.  Reported by
9398         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9399
9400 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9403
9404 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9405
9406         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9407         Make it more robust by parsing author and date independently.
9408
9409 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9412
9413 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9414
9415         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9416         first matching secret key.
9417         (mml2015-epg-encrypt): Ditto.
9418
9419         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9420         first matching secret key.
9421         (mml1991-epg-encrypt): Ditto.
9422
9423         * mml2015.el (mml2015-encrypt-to-self): New user option.
9424         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9425         mml2015-epg-encrypt-to-self is set.
9426
9427         * mml1991.el (mml1991-encrypt-to-self): New variable.
9428         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9429         mml1991-epg-encrypt-to-self is set.
9430
9431         * mml2015.el (mml2015-signers): New user option.
9432         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9433         (mml2015-epg-encrypt): Allow to select signing keys.
9434
9435         * mml1991.el (mml1991-signers): New variable.
9436         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9437         (mml1991-epg-encrypt): Allow to select signing keys.
9438
9439 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * nnheader.el (nnheader-insert-head): Make it work even if the file
9442         uses CRLF for the line-break code.
9443
9444 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9445
9446         * mml2015.el: Require mml-sec instead of password.
9447         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9448         (mml2015-cache-passphrase): Inherit the default value from
9449         mml-secure-cache-passphrase.
9450         (mml2015-passphrase-cache-expiry): Inherit the default value from
9451         mml-secure-passphrase-cache-expiry.
9452
9453         * mml1991.el: Require mml-sec instead of password.
9454         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9455         (mml1991-cache-passphrase): Inherit the default value from
9456         mml-secure-cache-passphrase.
9457         (mml1991-passphrase-cache-expiry): Inherit the default value from
9458         mml-secure-passphrase-cache-expiry.
9459
9460         * mml-sec.el: Require password.
9461         (mml-secure-verbose): New user option.
9462         (mml-secure-cache-passphrase): New user option.
9463         (mml-secure-passphrase-cache-expiry): New user option.
9464
9465 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9466
9467         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9468         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9469         andreas@altroot.de (Andreas Vögele).
9470
9471         FIXME: Use `tiny change'?
9472
9473 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9474
9475         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9476         workaround for the url package included with Emacs.
9477
9478         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9479
9480 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9483         correctly.  This fixes a bug caused by the 2006-05-12 change.
9484
9485 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9486
9487         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9488         some information about the error when saying that the `bogus' mail
9489         group will be used.
9490
9491 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9494         string.
9495
9496 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9497
9498         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9499
9500 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9501
9502         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9503
9504 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9505
9506         * mml1991.el (mml1991-function-alist): Add epg.
9507         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9508         (mml1991-epg-encrypt): New functions.
9509
9510 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9511
9512         * mml2015.el (mml2015-verbose): New variable.
9513         (mml2015-cache-passphrase): Ditto.
9514         (mml2015-passphrase-cache-expiry): Ditto.
9515         (mml2015-function-alist): Add epg.
9516         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9517         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9518         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9519         functions.
9520
9521 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9522
9523         * message.el (message-cite-original-1): Preserve region when removing
9524         quoted text due to X-No-Archive in order to avoid bogus attribution
9525         when citing multiple messages.
9526
9527 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9528
9529         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9530         Kenneth Jacker <khj@be.cs.appstate.edu>.
9531
9532 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * gnus-diary.el (gnus-user-format-function-d)
9535         (gnus-user-format-function-D): Autoload.
9536
9537         * imap.el (Commentary): Fix typo.
9538
9539         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9540         2006-04-22 contribution.
9541
9542 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9543
9544         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9545         It didn't really fix the bogosity I'm seeing with solid web groups.
9546
9547 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9548
9549         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9550         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9551         created using server names.  If we use the feature without declaring
9552         it, Gnus does not properly manage server and group state.
9553
9554         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9555         bound.
9556
9557 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9558
9559         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9560         looking up the method using GROUP's prefix before inventing a new one.
9561         It is used on killed/unknown groups in various places where returning
9562         an all-new method isn't expected by the caller.
9563
9564         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9565         and match semantics of gnus-group-real-prefix.
9566
9567 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * nnmail.el (nnmail-broken-references-mailers): New variable.
9570         (nnmail-ignore-broken-references): New function generalizing
9571         nnmail-fix-eudora-headers.
9572         (nnmail-fix-eudora-headers): Now obsolete.
9573
9574         * gnus-art.el (gnus-button-handle-custom): Support
9575         `customize-apropos*'.
9576
9577 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9578
9579         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9580
9581         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9582         articles.
9583
9584 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9585
9586         * message.el (message-cite-reply-above): New variable.
9587         (message-yank-original): Use it.
9588
9589 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9592
9593 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9594
9595         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9596         as read.
9597
9598         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9599
9600 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9603         (gnus-bookmark-default-file): Use gnus-directory.
9604         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9605         Remove "*" in doc string.
9606         (gnus-bookmark-write-file): Simplify.
9607         (gnus-bookmark-maybe-sort-alist): Use `when'.
9608         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9609         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9610         FIXME about Emacs 21 and XEmacs compatibility.
9611         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9612         compatibility.
9613         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9614         compatibility.
9615         (gnus-bookmark-menu-heading): Fix version.
9616
9617 2006-06-19  Bastien Guerry  <bzg@altern.org>
9618
9619         * gnus-bookmark.el: New file.
9620
9621 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * message.el (message-syntax-checks): Doc fix.
9624
9625 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9626
9627         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9628         unsubscribed groups as if they were killed ones.  It causes duplicate
9629         entries in gnus-newsrc-alist.
9630
9631 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * message.el (message-syntax-checks): Doc fix.
9634         (message-send-mail): Add check for continuation headers.
9635         (message-check-news-header-syntax): Fix regexp used to check for
9636         continuation headers.
9637
9638 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9641
9642 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9645
9646 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9647
9648         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9649         default-truncate-lines.
9650
9651 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9654         to fill the utf-8 entry.
9655
9656         * lpath.el: Fbind unicode-precedence-list.
9657
9658 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9659
9660         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9661
9662 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9663
9664         * gnus-agent.el (directory-files-and-attributes): Move all the way
9665         forward (the third and final move).
9666         (gnus-agent-read-agentview): Trap reconstruction errors due to
9667         nonexistant directory.  Handle by returning nil.
9668
9669 2006-05-30  Didier Verna  <didier@xemacs.org>
9670
9671         * message.el (message-dont-reply-to-names): Update the custom type.
9672         * message.el (message-dont-reply-to-names): New defsubst: potentially
9673         convert a list of regexps into a single one.
9674         * message.el (message-get-reply-headers): Use it.
9675         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9676
9677 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * gnus-agent.el (directory-files-and-attributes): Move forward.
9680
9681 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * gnus-ml.el (gnus-mailing-list-subscribe)
9684         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9685         (gnus-mailing-list-message): Fix doc strings.
9686
9687 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9688
9689         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9690         of doing it manually.
9691
9692 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9695         comment.
9696
9697 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9698
9699         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9700         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9701         (gnus-agent-read-local): All symbols allocated in my-obarray.
9702         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9703         (gnus-agent-regenerate-group): Check numeric names to see if they are
9704         messages or groups.
9705         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9706         better way of do this...)
9707
9708         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9709         'dummy.group' (there should be a better way of do this...)
9710
9711 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9714         (gnus-saved-headers): Ditto.
9715         (gnus-default-article-saver): Mention functions may have properties.
9716         (gnus-article-save): Override gnus-save-all-headers and
9717         gnus-saved-headers by :headers property which saver function may have.
9718         (gnus-summary-save-in-file): Add :headers property.
9719         (gnus-summary-write-to-file): Ditto.
9720
9721         * gnus-sum.el (gnus-summary-save-article): Bind
9722         gnus-prompt-before-saving to t when saving many articles in a file;
9723         always show all headers.
9724
9725         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9726
9727 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9730         marks.
9731
9732         * message.el (message-indent-citation): Add optional arguments to allow
9733         using it outside of message buffers.
9734
9735         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9736         (gnus-article-treat-unfold-headers): Use it.
9737         (gnus-article-truncate-lines): New variable.
9738         (gnus-article-mode): Use it.
9739         (gnus-article-toggle-truncate-lines): New function.
9740
9741         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9742         gnus-article-toggle-truncate-lines.
9743
9744         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9745         coding system in XEmacs, use binary.
9746
9747 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9750         after-load-alist.
9751
9752         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9753         this function should save decoded articles.
9754         (gnus-summary-write-to-file): Use property to specify this function
9755         should save decoded articles and specify gnus-summary-save-in-file
9756         should be used to save articles other than the first one when saving
9757         many articles.
9758         (gnus-summary-save-body-in-file): Use property to specify this
9759         function should save decoded articles.
9760         (gnus-summary-write-body-to-file): Use property to specify this
9761         function should save decoded articles and specify
9762         gnus-summary-save-body-in-file should be used to save articles other
9763         than the first one when saving many articles.
9764
9765         * gnus-sum.el (gnus-summary-save-article): Simplify.
9766
9767 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * gnus-art.el (gnus-default-article-saver): Add
9770         gnus-summary-write-body-to-file.
9771         (gnus-article-save-coding-system): Don't use coding system object
9772         in XEmacs.
9773         (gnus-read-save-file-name): Add optional `dir-var' argument which
9774         specifies directory in which files are saved; work even if optional
9775         `variable' argument is not specified.
9776         (gnus-summary-write-to-file): Read file name.
9777         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9778         (gnus-summary-write-body-to-file): New function.
9779
9780         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9781         (gnus-summary-local-variables): Add it.
9782         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9783         (gnus-summary-save-article): Remove optional `decode' argument;
9784         determine whether to decode articles by the value of
9785         gnus-default-article-saver; when saving many files using
9786         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9787         it first and use gnus-summary-save-in-file or
9788         gnus-summary-save-body-in-file thereafter unless
9789         gnus-prompt-before-saving is always; move point to article which
9790         will be saved.
9791         (gnus-summary-save-article-file): Revert.
9792         (gnus-summary-write-article-file): Revert.
9793         (gnus-summary-save-article-body-file): Revert.
9794         (gnus-summary-write-article-body-file): New function.
9795
9796 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-art.el (gnus-default-article-saver): Doc fix.
9799         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9800         from gnus-summary-save-article-coding-system, and default to a
9801         certain coding system.
9802         (gnus-output-to-file): Add coding cookie and encode text according
9803         to gnus-article-save-coding-system; don't use mm-append-to-file.
9804
9805         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9806         gnus-art.el and rename to gnus-article-save-coding-system.
9807         (gnus-summary-save-article): Require gnus-art; don't show all
9808         headers if it decodes articles; don't add coding cookie here;
9809         don't bind mm-text-coding-system-for-write.
9810         (gnus-summary-save-article-file): Save decoded articles.
9811         (gnus-summary-write-article-file): When saving many files, use
9812         gnus-summary-write-to-file first and gnus-summary-save-in-file
9813         thereafter unless gnus-prompt-before-saving is always.
9814         (gnus-summary-save-article-body-file): Save decoded articles.
9815
9816         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9817
9818 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * nnrss.el (nnrss-check-group): Bind hash-index.
9821
9822 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9823
9824         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9825         its hash index.  Store this hash in `nnrss-group-data'.
9826         (nnrss-read-group-data): Update accordingly.
9827
9828 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9829
9830         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9831         entry.
9832
9833         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9834         gnus-article-browse-html-article.
9835
9836 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9837
9838         * gnus-sum.el (gnus-summary-mime-map): Add
9839         gnus-article-browse-html-article.
9840
9841         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9842
9843 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9846         suitable coding systems in customize.
9847
9848 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * mail-source.el (mail-sources): Fix custom type.
9851
9852 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9855         (gnus-summary-expire-articles-now): Shorten prompt.
9856
9857         * gmm-utils.el (wid-edit): Require.
9858         (defun-gmm): Renamed from `gmm-defun-compat'.
9859         (gmm-image-search-load-path): Use it.
9860         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9861
9862 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9865         variable.
9866         (gnus-summary-save-article): Add optional `decode' argument.  If
9867         it is set and gnus-summary-save-article-coding-system is non-nil,
9868         save decoded article.
9869         (gnus-summary-write-article-file): Save decoded article if
9870         gnus-summary-save-article-coding-system is non-nil.
9871
9872         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9873         type.
9874
9875 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9878
9879 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9882         first to test gnus-single-article-buffer which may be buffer-local.
9883
9884         * gnus-sum.el (gnus-summary-setup-buffer): Make
9885         gnus-single-article-buffer buffer-local and nil in ephemeral
9886         group; make gnus-article-buffer, gnus-article-current, and
9887         gnus-original-article-buffer always buffer-local.
9888         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9889         group.
9890         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9891
9892 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9893
9894         * nnml.el (nnml-request-compact-group): Compressed files might not
9895         have .gz extension.
9896
9897 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9898
9899         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9900         (mm-copy-to-buffer): Use with-current-buffer.
9901         (mm-display-part): Simplify.
9902         (mm-inlinable-p): Add optional arg `type'.
9903
9904 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9905
9906         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9907         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9908         Try harder to show the attachment internally or externally using
9909         gnus-mime-view-part-as-type.
9910
9911 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9912
9913         * message.el (message-from-style, message-signature-separator)
9914         (message-user-organization-file, message-send-mail-function)
9915         (message-citation-line-function, message-yank-prefix)
9916         (message-indent-citation-function, message-signature)
9917         (message-signature-file, message-signature-insert-empty-line):
9918         Remove autoloads.
9919
9920         * gnus-art.el (gnus-buttonized-mime-types): Remove
9921         "multipart/signed".  Revert 2006-04-26 change.
9922
9923 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9924
9925         * gnus.el (gnus-version-number): Bump version.
9926
9927 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9928
9929         * gnus.el: No Gnus v0.5 is released.
9930
9931 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9932
9933         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9934         fetching articles by message-id.
9935
9936 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9937
9938         * message.el (hashcash): Require hashcash as normal.
9939
9940         * ecomplete.el (ecomplete-highlight-match-line): Use
9941         point-at-eol.
9942         (ecomplete-highlight-match-line): Use `highlight', because that
9943         face exists in both Emacs and XEmacs.
9944
9945         * message.el (message-display-abbrev): Use point-at-bol.
9946
9947         * mail-source.el: Don't require timer/timer-funcs.
9948
9949         * gnus-async.el: Ditto.
9950
9951         * password.el: Ditto.
9952
9953         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9954
9955         * mm-url.el: Ditto.
9956
9957         * gnus-xmas.el: Don't require timer-funcs.
9958
9959         * mm-util.el: Require timer/timer-funcs.
9960
9961 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9962
9963         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9964         Close.
9965
9966 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9969         unibyte after clear-decrypt function runs.
9970
9971         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9972         returns as a unibyte string.
9973
9974 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * lpath.el: Revert.
9977
9978         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9979         (pgg-gpg-process-sentinel): Revert.
9980
9981         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9982         (pgg-pgp-lookup-key): Revert.
9983
9984         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9985         (pgg-pgp5-lookup-key): Revert.
9986
9987         * pgg.el (pgg-fetch-key): Revert.
9988
9989 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * lpath.el: Fbind string-as-multibyte for XEmacs.
9992
9993         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9994         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9995         (mml1991-pgg-encrypt): Ditto.
9996
9997         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9998         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9999         a multibyte buffer.
10000
10001         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10002         (pgg-pgp-lookup-key): Ditto.
10003
10004         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10005         (pgg-pgp5-lookup-key): Ditto.
10006
10007         * pgg.el (pgg-fetch-key): Ditto.
10008
10009 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * message.el (message-user-organization-file): Check several
10012         locations of the organization file.
10013
10014         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10015         Add gnus-article-view-part-as-type.
10016
10017         * gnus-art.el (gnus-article-view-part-as-type): New function.
10018
10019         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10020         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10021
10022         * mml.el: Simplify autoload.
10023         (mml-mode): defvar dnd-protocol-alist instead of using
10024         symbol-value.
10025         (mml-default-directory): New variable.
10026         (mml-minibuffer-read-file): Use it.
10027         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10028
10029         * message.el (message-citation-line-format): New variable.
10030         (message-insert-formated-citation-line): New function.
10031         (message-citation-line-function): Add
10032         `message-insert-formated-citation-line' to custom type.
10033
10034         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10035         to doc string.
10036
10037         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10038         depending on mm-verify-option.
10039
10040 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10043         binding pgg-* variables; reimplement the section which prevents
10044         MIME header from being signed.
10045         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10046         pgg-text-mode; remove a blank line at the top of body.
10047
10048         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10049         lines at the top of body; use gnus-newsgroup-charset if there's no
10050         Charset header.
10051
10052 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * message.el (message-self-insert-commands): Doc fix.
10055
10056         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10057         (mm-uu-pgp-encrypted-test): Ditto.
10058         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10059         between header and body; return application/pgp-encrypted handle
10060         if decryption failed; decode decrypted body by charset.
10061
10062         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10063         element match to application/pgp-*.
10064
10065 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10066
10067         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10068         HTML.
10069
10070 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10071
10072         * mail-source.el (mail-source-call-script): Message the error
10073         string.
10074
10075 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * gnus-util.el (gnus-byte-compile): Use it.
10078
10079 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10080
10081         * gnus-util.el (kill-empty-logs): New function.
10082
10083 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10084
10085         * message.el (message-mail-alias-type): Doc fix.
10086         (message-mail-alias-type-p): New function.
10087         (message-send): Use it.
10088         (message-mode): Ditto.
10089         (message-strip-forbidden-properties): Ditto.
10090
10091         * ecomplete.el (ecomplete-database-file-coding-system): New
10092         variable.
10093         (ecomplete-save): Use it.
10094         (ecomplete-setup): Use it.
10095
10096 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * message.el (message-self-insert-commands): New variable.
10099         (message-strip-forbidden-properties): Use it.
10100
10101 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10102
10103         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10104         that doesn't make XEmacs choke.
10105
10106 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gnus-util.el (gnus-replace-in-string):
10109         Prefer replace-regexp-in-string over of replace-in-string.
10110
10111 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * gnus-util.el (gnus-select-frame-set-input-focus):
10114         Use select-frame-set-input-focus if it is available in XEmacs; use
10115         definition defined in Emacs 22 for old Emacsen.
10116
10117         * dgnushack.el: Autoload unmorse-region for XEmacs.
10118
10119         * lpath.el: Bind cursor-in-non-selected-windows and
10120         select-frame-set-input-focus for XEmacs.
10121
10122 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10125
10126 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10127
10128         * gnus-registry.el (gnus-registry-cache-save): Remove text
10129         properties when saving via the temp buffer.
10130
10131 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10132
10133         * message.el (message-generate-hashcash): Honor custom type.
10134
10135 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10136
10137         * message.el (message-generate-hashcash): Default to non-nil when
10138         hashcash is found.
10139
10140         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10141         (gnus-refer-thread-limit): Increase default to 500.
10142
10143         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10144
10145         * flow-fill.el (fill-flowed): Allow delete-space.
10146
10147 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10148
10149         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10150         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10151         Remove autoloads.
10152
10153 2006-04-18  Simon Josefsson  <jas@extundo.com>
10154
10155         * message.el (message-generate-hashcash): Default to.
10156
10157 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10160         concatenating segments rather than before concatenating them.
10161
10162 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10163
10164         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10165
10166 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10167
10168         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10169
10170         * message.el (message-forward-make-body-plain): Allow
10171         message-forward-ignored-headers to be a list.
10172         (message-remove-ignored-headers): Factor out into function.
10173         (message-forward-make-body-mml): Use it.
10174
10175         * imap.el (imap-quote-specials): New function.
10176         (imap-login-auth): Quote specials.
10177
10178         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10179         (rfc2231-parse-string): Allow concatanation of parameters that
10180         aren't contiguous.  The test case is
10181           (mail-header-parse-content-type "message/external-body;
10182             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10183             access-type=LOCAL-FILE;
10184             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10185
10186 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10187
10188         * nntp.el (nntp-accept-process-output): Return the value of
10189         `nnheader-accept-process-output'.
10190
10191 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10192
10193         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10194         (gnus-button-alist): Recognize more diff formats.
10195         (gnus-button-patch): Strip directory.
10196
10197 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10198
10199         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10200         Emacs 22 when setting focus.
10201
10202 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10203
10204         * gnus-art.el (gnus-article-treat-types): Do treatment of
10205         text/x-verbatim parts.
10206         (gnus-button-patch): New command.
10207
10208         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10209         addresses that contain invalid characters.
10210
10211 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10212
10213         * message.el (message-put-addresses-in-ecomplete): Use
10214         gnus-replace-in-string.
10215         (message-is-yours-p): Use the more correct
10216         mail-header-parse-address instead of
10217         mail-extract-address-components.
10218         (message-put-addresses-in-ecomplete): Fix typo.
10219
10220         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10221         keystroke.
10222
10223         * gnus-art.el (gnus-treatment-function-alist): Change order of
10224         newsgroups/generic header folding to avoid double-folding.
10225
10226         * message.el (message-hidden-headers): Add X-Draft-From.
10227
10228         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10229         command.
10230         (gnus-summary-repeat-search-article-backward): New command.
10231
10232         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10233         groups in the parent topic.
10234
10235 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10236
10237         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10238         (spam-extra-header-to-number): Return the CRM114 number as a
10239         number instead of a string.
10240
10241 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10242
10243         * gnus-art.el (gnus-face-properties-alist): Moved here from
10244         gnus-fun.
10245
10246         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10247
10248 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10249
10250         * message.el (message-strip-forbidden-properties): Only display on
10251         self-insert-command.
10252
10253         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10254         reindent.
10255         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10256
10257 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10258
10259         * smiley.el (smiley-style): Fix typo.
10260
10261 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10262
10263         * hashcash.el (hashcash-insert-payment-async-2): Use
10264         message-goto-eoh instead of doing it manually.
10265         (mail-add-payment): Use message-narrow-to-header instead of trying
10266         to do the same itself.
10267
10268         * message.el (message-hidden-headers): Add Face.
10269
10270         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10271         reparenting code.
10272         (gnus-summary-reparent-children): Refactored out code.
10273         (gnus-summary-thread-map): New keystroke.
10274         (gnus-summary-reparent-children): Make into command.
10275
10276         * smiley.el (smiley-style): Default to `medium' if using a large
10277         font.
10278
10279         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10280         does it itself.
10281
10282         * message.el (message-point-in-header-p): Simplify definition.
10283
10284 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285
10286         * nnagent.el (nnagent-request-set-mark): Silence log file
10287         writing.
10288         (nnagent-request-set-mark): Use write-region instead of
10289         append-to-file.
10290
10291         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10292         strange select method.
10293
10294         * ecomplete.el (ecomplete-display-matches): Get highlightling
10295         right.
10296         (ecomplete-display-matches): Use literals.
10297         (ecomplete-display-matches): Disable message logging.
10298
10299         * message.el (message-display-abbrev): Small optimization.
10300
10301         * ecomplete.el (ecomplete-display-matches): Allow automatic
10302         display.
10303
10304         * message.el (message-strip-forbidden-properties): Display
10305         abbrevs.
10306         (message-display-abbrev): Get automatic display right.
10307
10308         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10309         keystrokes.
10310
10311 2006-04-13  Romain Francoise  <romain@orebokech.com>
10312
10313         TODO: Backport to v5-10!
10314
10315         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10316         Moved here (and renamed) from gnus-registry.el.
10317
10318         * gnus-registry.el: Require gnus-util.
10319         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10320
10321 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10322
10323         * gnus-group.el (gnus-group-catchup-current): Change
10324         if-then-else-if-then-else into cond.
10325         (gnus-group-catchup): Indent.
10326         (group-name-at-point): New function.
10327         (gnus-fetch-group): Provide default from thing at point.
10328
10329 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10330
10331         * message.el (message-display-abbrev): Fix regexp.
10332
10333         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10334         choosing.
10335         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10336         dead variables.
10337
10338         * message.el (message-newline-and-indent): Remove debugging.
10339         (message-display-abbrev): Use new implementation.
10340
10341 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * gnus-art.el (gnus-article-mode): Set
10344         cursor-in-non-selected-windows to nil.
10345
10346         * smiley.el: Revert previous change.
10347         (smiley-data-directory): defvar it before using it in the
10348         defcustom of `smiley-style'.
10349
10350 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10351
10352         * message.el (message-newline-and-indent): New function.
10353
10354         * ecomplete.el: Implement more bits.
10355
10356         * message.el (message-put-addresses-in-ecomplete): Clean up the
10357         string.
10358
10359         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10360
10361         * gnus-sum.el (gnus-summary-save-parts): Bind
10362         gnus-summary-save-parts-counter and use it to make unique file
10363         names.
10364
10365         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10366
10367         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10368         parameter to say whether to actually parse the individual
10369         addresses.
10370
10371         * message.el (message-put-addresses-in-ecomplete): New function.
10372         (ecomplete): Require.
10373         (message-mail-alias-type): Add ecomplete as an option.
10374
10375 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10376
10377         * flow-fill.el (fill-flowed): Remove trailing space from blank
10378         quoted lines.
10379
10380 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10381
10382         * smiley.el (smiley-style): Move definition later to avoid a
10383         compilation warning.
10384
10385 2006-04-12  Kenichi Handa  <handa@m17n.org>
10386
10387         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10388         buffer and then decode the buffer text if necessary.
10389         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10390         first, and after mm-encode-body, change the buffer to unibyte.
10391         Use mm-disable-multibyte instead of set-buffer-multibyte.
10392
10393 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10396         Content-Type header instead of Content-Disposition header.
10397         (gnus-mime-inline-part): Ditto.
10398         (gnus-mime-view-part-as-charset): Ignore charset that the part
10399         specifies.
10400
10401         * mm-decode.el (mm-display-part): Work with external parts and
10402         usual parts similarly.
10403
10404         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10405         instead of gnus-display-mime.
10406
10407         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10408         instead of with-temp-buffer.
10409
10410         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10411         tag to summarized topics part in order to encode non-ASCII text.
10412
10413 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10414
10415         * smiley.el (smiley-style): New variable.
10416         (smiley-directory): New function.
10417         (smiley-data-directory): Derive from `smiley-style' using
10418         `smiley-directory'.
10419         (smiley-regexp-alist): Add new entries.
10420
10421         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10422         (gnus-article-browse-delete-temp): Add :version.
10423
10424 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10425
10426         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10427         the sieve region.
10428
10429 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10430
10431         * gnus.el (gnus-version-number): Bump version.
10432
10433 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10434
10435         * gnus.el: No Gnus v0.4 is released.
10436
10437 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10438
10439         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10440         layout.
10441
10442         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10443         unknown charset.
10444
10445         * message.el (message-header-synonyms): Add Original-To to the
10446         default.
10447
10448         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10449         optional parameter.
10450
10451 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * gnus-fun.el (gnus): Require it for gnus-directory.
10454
10455 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10458
10459 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10460
10461         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10462
10463 2006-04-05  Simon Josefsson  <jas@extundo.com>
10464
10465         * password.el (password-reset): New function.
10466
10467 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10468
10469         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10470         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10471
10472 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10473
10474         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10475         Some whitespace was matched into the url, which broke browsing hits
10476         > 100 when mm-url-use-external was nil.
10477
10478 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10481         gnus-extra-headers for 'Newsgroups.
10482
10483         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10484         bound.
10485
10486 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10487
10488         * pgg-gpg.el: Clean up process buffers every time gpg processes
10489         complete.
10490
10491 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10494         doc string.
10495
10496 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10497
10498         * pgg-gpg.el (pgg-gpg-process-filter)
10499         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10500
10501         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10502         lines, temporary fix.
10503
10504 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10507
10508 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10509
10510         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10511         default-enable-multibyte-characters.  This reverts the change from
10512         revision 6.17 which is no longer necessary because the passphrase
10513         is sent separately now.  GnuPG messages are unreadable under
10514         multibyte locales with default-enable-multibyte-characters set to
10515         nil.
10516
10517 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10518
10519         * message.el (message-tool-bar-gnome): Move "spell".
10520
10521 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10524         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10525         instead.
10526
10527 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10528
10529         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10530         newsgroups handling for NNTP overviews which don't include
10531         Newsgroups.
10532
10533 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10534
10535         * message.el (message-resend): Bind message-generate-hashcash to nil.
10536
10537 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10538
10539         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10540         when searching for already-paid recipients.
10541
10542 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10543
10544         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10545         passphrases when it is not needed.
10546         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10547         passphrase stuff from gpg, should only be necessary when you use
10548         gpg with a smartcard.
10549
10550 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * mml.el (mml-insert-mime): Ignore cached contents of
10553         message/external-body part.
10554
10555         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10556         (mm-insert-part): Ditto.
10557
10558 2006-03-23  Simon Josefsson  <jas@extundo.com>
10559
10560         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10561         Reiner.
10562         (pgg-gpg-use-agent-p): Use it again.
10563
10564 2006-03-23  Simon Josefsson  <jas@extundo.com>
10565
10566         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10567         older emacsen.
10568         (pgg-gpg-use-agent-p): Don't use it.
10569
10570 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10573         if we can.
10574
10575 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10576
10577         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10578         (pgg-gpg-update-agent): New function.
10579         (pgg-gpg-use-agent-p): New function.
10580         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10581         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10582         (pgg-gpg-sign-region): Use it.
10583
10584 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10587         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10588
10589 2006-03-21  Simon Josefsson  <jas@extundo.com>
10590
10591         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10592         <wilde@sha-bang.de>.
10593         (pgg-gpg-use-agent): New variable.
10594         (pgg-gpg-process-region): Use it.
10595         (pgg-gpg-encrypt-region): Likewise.
10596         (pgg-gpg-encrypt-symmetric-region): Likewise.
10597         (pgg-gpg-decrypt-region): Likewise.
10598         (pgg-gpg-sign-region): Likewise.
10599         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10600
10601 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10604
10605         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10606         Add comment on version.
10607
10608 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * smiley.el: Add missing test smiley.
10611
10612 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * mm-decode.el (mm-with-part): New macro.
10615         (mm-get-part): Use it; work with message/external-body as well.
10616         (mm-save-part): Treat name and filename equally.
10617
10618         * mm-extern.el (mm-extern-cache-contents): New function.
10619         (mm-inline-external-body): Use it; force the part to be displayed;
10620         move undisplayer added to the cached handle to the parent.
10621
10622         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10623         (gnus-mime-view-part-as-type): Work with message/external-body.
10624
10625         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10626
10627 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10628
10629         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10630         images in image-load-path.  [Sync with image.el, revision 1.60, in
10631         Emacs.]
10632
10633 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10636         path rather than symbol.  Always return list of directories.
10637         Guarantee that image directory comes first.  [Sync with image.el,
10638         revision 1.59, in Emacs.]
10639
10640         * message.el (message-make-tool-bar): Adjust to new API of
10641         `gmm-image-load-path-for-library'.
10642
10643         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10644
10645         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10646
10647 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10648
10649         * gnus-art.el (gnus-article-only-boring-p):
10650         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10651         intangible text.
10652         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10653
10654 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10655
10656         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10657         `defun' instead of `gmm-defun-compat'.
10658
10659 2006-03-14  Simon Josefsson  <jas@extundo.com>
10660
10661         * message.el (message-unique-id): Don't use message-number-base36
10662         if (user-uid) is a float.
10663         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10664
10665 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10668
10669         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10670         empty line between a part and a message part.
10671
10672 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10673
10674         * smiley.el: Add more test smileys.
10675         (smiley-data-directory, smiley-regexp-alist)
10676         (gnus-smiley-file-types): Fix doc strings.
10677         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10678         adding new elements.
10679         (smiley-mouse-map): Unused code.  Make it a comment.
10680
10681 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10684         scan latest NoCeM messages instead of old ones.
10685         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10686         delimiters that are recently used.
10687         (gnus-nocem-load-cache): Add autoload cookie.
10688
10689         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10690
10691         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10692         level which is larger than gnus-use-nocem is specified.
10693
10694         * gnus-group.el (gnus-group-get-new-news): Ditto.
10695
10696 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10697
10698         * gnus-util.el (gnus-tool-bar-update): New function.
10699
10700         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10701         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10702
10703         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10704
10705         * gnus-group.el (gnus-group-redraw-when-idle)
10706         (gnus-group-redraw-check): Remove.
10707         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10708
10709 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10712         if optional last element is specified in splits (FIELD VALUE...).
10713
10714 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10715
10716         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10717         to gmm-image-load-path-for-library.  Call with no-error argument.
10718         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10719
10720         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10721
10722         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10723
10724         * gmm-utils.el (gmm-image-load-path): Remove alias.
10725
10726 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * gmm-utils.el (gmm-image-load-path): Add alias.
10729
10730         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10731         nnml-generate-nov-databases-1.
10732         (nnml-generate-nov-databases): Use it.
10733         (nnml-generate-nov-databases-directory): Document no-active
10734         argument.
10735
10736         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10737         directory if path is t.  Add no-error.
10738
10739         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10740         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10741
10742         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10743         resetting gnus-article-browse-html-temp-list.
10744
10745         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10746         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10747         Add example to docstring.  Rename local variables.  Move error
10748         checks to default case in cond and simplify.
10749
10750 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10753         handle is multipart when calling it recursively.
10754         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10755
10756 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10757
10758         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10759         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10760
10761 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10764         is loaded.
10765
10766         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10767         loaded.
10768
10769 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10772         to "Emacs 23 (unicode)" in doc string.
10773
10774         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10775         "Emacs 23 (unicode)" in comment.
10776
10777 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10780
10781         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10782         characters 160 through 255 in Emacs 23.
10783
10784 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10787         gnus-article-browse-html-temp.
10788         (gnus-article-browse-delete-temp): Make it customizable.  Add
10789         `file'.  Adjust doc string.
10790         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10791         query for each file.  Adjust doc string.
10792         (gnus-article-browse-html-parts): Add
10793         `gnus-article-browse-delete-temp-files' to
10794         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10795
10796 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10797
10798         * gnus-art.el (gnus-article-browse-html-temp)
10799         (gnus-article-browse-delete-temp): New variables.
10800         (gnus-article-browse-delete-temp-files): New function.
10801         (gnus-article-browse-html-parts): Use it.
10802
10803 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10806
10807         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10808         string.
10809
10810         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10811         gnus-summary-insert-new-articles when unplugged.  Remove
10812         gnus-summary-search-article-forward.
10813
10814         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10815         display-visual-class instead of display-color-cells.
10816
10817 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * dgnushack.el: Autoload customize-group for XEmacs.
10820
10821         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10822         message/* containing non-ASCII text properly.
10823
10824 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * message.el: Require gmm-utils, remove autoloads.
10827         (message-tool-bar): Set default based on
10828         gmm-tool-bar-style.
10829         (message-tool-bar-gnome): Add gmm-customize-mode.
10830
10831         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10832         gmm-tool-bar-style.
10833         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10834
10835         * gnus-group.el (gnus-group-tool-bar): Set default based on
10836         gmm-tool-bar-style.
10837         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10838
10839         * gmm-utils.el (gmm-image-directory): Rename variable from
10840         gmm-image-load-path.
10841         (gmm-image-load-path): Use gmm-image-directory.
10842         (gmm-customize-mode): New function.
10843         (gmm-tool-bar-style): New variable.
10844
10845         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10846         gnus-group-redraw-line-number.
10847         (gnus-group-redraw-check): Simplify.
10848         (gnus-group-tool-bar-update): Remove redraw check.
10849         (gnus-group-make-tool-bar): Add redraw check.
10850
10851 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10852
10853         * gnus-art.el (gnus-button): Add missing parentheses.
10854
10855 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * lpath.el: Fbind line-number-at-pos.
10858
10859 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10862
10863 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * gnus-art.el (gnus-button): New face.
10866         (gnus-article-button-face): Use it.
10867
10868         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10869         gnus-summary-next-page.  Re-order.
10870
10871         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10872         next-node are now included.
10873         (gnus-group-redraw-line-number): New internal variable.
10874         (gnus-group-redraw-check): Helper function for updating the tool
10875         bar.
10876         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10877
10878         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10879
10880         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10881         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10882         Use it to match format of Spamassassin 3.0 and later.  Reported by
10883         IRIE Tetsuya <irie@t.email.ne.jp>.
10884         (spam-check-bogofilter)
10885         (spam-bogofilter-register-with-bogofilter): Fix args of
10886         `gnus-error' calls.
10887
10888 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10889
10890         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10891         unnecessary interaction when sending queued mails.  Reported by
10892         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10893
10894 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10897         first or last are nil.
10898
10899 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10900
10901         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10902
10903 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10906
10907 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908
10909         * dns.el (query-dns): Protect more against buggy tcp output.
10910
10911 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10912
10913         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10914         nov.php.
10915
10916 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10917
10918         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10919         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10920         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10921         output on the server side.
10922         (nnweb-google-create-mapping): Update regexps and add some
10923         progress indication.
10924
10925 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10928         gnus-agent-toggle-plugged.  Re-order icons.
10929         (gnus-group-tool-bar-gnome): Add
10930         gnus-group-{prev,next}-unread-group.
10931         (gnus-group-tool-bar-gnome): Re-order icons.
10932
10933         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10934         gnus-summary-insert-new-articles.
10935
10936         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10937         comments.
10938
10939         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10940         also available in Emacs 21.3.
10941
10942         * message.el (message-fix-before-sending): Change "Emacs 22" to
10943         "Emacs 23 (unicode)" in comment.
10944
10945         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10946         "Emacs 23 (unicode)" in comment.
10947
10948         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10949         comment.
10950         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10951
10952         * mm-view.el (mm-fill-flowed): Add :version.
10953
10954 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10957         and load-path.
10958
10959 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * message.el: Autoload gmm-image-load-path.
10962         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10963         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10964         consitency.
10965
10966         * gmm-utils.el (gmm-image-load-path): Also search in
10967         "../etc/images".  Don't set gmm-image-load-path if we don't find
10968         the image.
10969
10970 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * gmm-utils.el (gmm-image-load-path): Don't make
10973         `gmm-image-load-path' include subdirectories which the second arg
10974         `image' might specify.
10975
10976         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10977         subdirectory to icon file names.
10978
10979         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10980
10981 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10984         gmm-image-load-path calls.
10985
10986         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10987
10988         * message.el (message-make-tool-bar): Ditto.
10989
10990         * mml.el (mml-preview): Added comment concerning tool bar icons.
10991
10992         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10993         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10994
10995         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10996         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10997
10998         * message.el (message-tool-bar-gnome): Use new icon names.
10999         (message-make-tool-bar): Use `gmm-image-load-path'.
11000
11001         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11002         functions from MH-E.
11003         (gmm-image-load-path): New variable from MH-E.
11004         (gmm-image-load-path): New function from MH-E.  Added arguments
11005         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11006         *-image-load-path-called-flag.
11007
11008 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11009
11010         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11011
11012 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11013
11014         * nnimap.el (nnimap-request-move-article): Change folder back to
11015         source group before deleting.
11016
11017 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11020
11021         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11022         mm-url.
11023
11024         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11025
11026 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11029         coding system which mm-charset-to-coding-system returns for a
11030         given charset is valid.
11031
11032 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11033
11034         * html2text.el (html2text-remove-tag-list):
11035         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11036
11037 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11038
11039         * gnus-cus.el: Revert 2005-10-17 change.
11040
11041 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * gnus-art.el (article-strip-banner): Call
11044         article-really-strip-banner only when the regexp match is made.
11045
11046 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * gnus-art.el (article-strip-banner): Use
11049         gnus-extract-address-components instead of
11050         mail-header-parse-addresses to make it work with non-ASCII text;
11051         remove mail-encode-encoded-word-string.
11052
11053         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11054         values which are surrounded with \"...\"; make it never cause a
11055         Lisp error; give up parsing of parameters if it failed in
11056         extracting type.
11057
11058 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11059
11060         * smime.el (smime-cert-by-ldap-1): Fix bug where
11061         `smime-ldap-search' returns results without userCertificates.
11062
11063 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11066
11067 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * spam.el (spam-check-spamassassin-headers): Adapt format for
11070         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11071         <ari@mbf.ocn.ne.jp>.
11072         (spam-list-of-processors): Add spam-use-gmane.
11073
11074 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11077         make-temp-file; make it work with XEmacs as well.
11078
11079         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11080         mm-make-temp-file.
11081
11082         * mm-decode.el (mm-display-external): Use the 3rd arg of
11083         mm-make-temp-file.
11084         (mm-create-image-xemacs): Ditto.
11085
11086 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11089         with message-narrow-to-headers.
11090         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11091         (gnus-draft-check-draft-articles): New function.
11092         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11093
11094 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * gnus-art.el (gnus-article-browse-html-parts):
11097         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11098         Don't use suffix argument for mm-make-temp-file for Emacs 21
11099         compatibility.  Remove useless `format'.
11100
11101 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11102
11103         * nnweb.el (nnweb-google-wash-article): Update regexps.
11104         (nnweb-group-alist): Use defvoo instead of defvar.
11105
11106 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11109         re-loading nn* modules.
11110
11111 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11114         for `tool-bar-mode' and don't check it's default-value.
11115
11116         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11117
11118         * message.el (message-make-tool-bar): Ditto.
11119
11120         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11121         `substring'.  Shorten tmp-file name.
11122
11123         * gnus.el: Remove bogus comment.
11124
11125 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11126
11127         * gnus-art.el (gnus-article-browse-html-parts): New function.
11128         (gnus-article-browse-html-article): New function for viewing html
11129         articles with a browser.
11130
11131 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11132
11133         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11134         in elisp.
11135         (pgg-gpg-encrypt-symmetric-region): Ditto.
11136         (pgg-gpg-sign-region): Ditto.
11137
11138         * pgg-def.el (pgg-text-mode): New variable.
11139
11140         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11141         (mml2015-pgg-encrypt): Ditto.
11142
11143         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11144         (mml1991-pgg-encrypt): Ditto.
11145
11146 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11149         message-make-date instead of current-time-string.
11150
11151         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11152         to gnus-decoded which mm-uu might set.
11153
11154 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11157         don't decode quoted parameters; remove misimported Emacs code.
11158         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11159         (rfc2231-decode-encoded-string): Don't use split-string which
11160         behaves differently according to Emacs version; use
11161         mm-decode-coding-region to convert charset to coding-system.
11162         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11163         (rfc2231-encode-string): Remove misimported Emacs code.
11164
11165 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11166
11167         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11168         when calling mail-header-parse-content-type.
11169         (article-de-quoted-unreadable): Ditto.
11170         (article-de-base64-unreadable): Ditto.
11171         (article-wash-html): Ditto.
11172
11173         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11174         calling mail-header-parse-content-type and
11175         mail-header-parse-content-disposition.
11176         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11177         mail-header-parse-content-type.
11178
11179         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11180         insert charset and format parameters; encode description after
11181         inserting it to buffer.
11182         (mml-insert-parameter): Fold lines properly even if a parameter is
11183         segmented into two or more lines; change the max column to 76.
11184
11185         * rfc1843.el (rfc1843-decode-article-body): Don't use
11186         ignore-errors when calling mail-header-parse-content-type.
11187
11188         * rfc2231.el (rfc2231-parse-string): Return at least type if
11189         possible; don't cause an error even if it fails in parsing of
11190         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11191         (rfc2231-encode-string): Don't break lines at the beginning, leave
11192         it to mml-insert-parameter.
11193
11194         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11195         calling mail-header-parse-content-type.
11196
11197 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11198
11199         * spam-report.el (spam-report-gmane-use-article-number):
11200         Improve doc string.
11201         (spam-report-gmane-internal): Check if a suitable header was found
11202         in the article.
11203
11204 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11207         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11208
11209 2006-02-05  Romain Francoise  <romain@orebokech.com>
11210
11211         Update copyright notices of all files in the gnus directory.
11212
11213 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11214
11215         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11216
11217 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11220         segmented lines of parameter value to cope with Thunderbird 1.5
11221         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11222         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11223         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11224
11225 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11226
11227         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11228         parts.
11229
11230 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11231
11232         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11233         there's only one active file for all servers.
11234         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11235         solid groups.  Gnus might have used a FAST request to select the group.
11236         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11237         and nnweb-search redundantly in the active file.
11238         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11239         (nnweb-request-create-group): Don't use ARGS.
11240         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11241         initialisations.  Let nnoo do the work.
11242
11243 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11246         Say the part has been decoded.
11247
11248         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11249
11250 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11251
11252         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11253         mailcap-viewer-test-cache when there's no 'test clause, since that
11254         will invert the meaning of a "nil" test previously determined by
11255         mailcap-mailcap-entry-passes-test.
11256
11257 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11258
11259         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11260         compiling.
11261
11262         * gnus-sum.el: Ditto.
11263
11264         * message.el: Don't bind tool-bar-map when compiling.
11265
11266 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11269
11270 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11271
11272         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11273         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11274         current Google Groups.
11275
11276 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11279         and tool-bar-mode.
11280
11281         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11282         and tool-bar-mode.
11283
11284         * message.el (message-tool-bar-update): Simplify.
11285         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11286
11287         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11288         gnus-summary-buffer.
11289         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11290         gnus-summary-reply.
11291
11292         * gmm-utils.el (gmm): Add :version.
11293
11294 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11295
11296         * Makefile.in (clean): New rule.
11297         (distclean): Use it.
11298
11299 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11300
11301         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11302         autoload.
11303
11304 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gmm-utils.el (gmm-verbose): Add :group.
11307
11308 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * message.el: Change some comments WRT tool-bars.
11311
11312         * gnus-sum.el (gnus-summary-tool-bar)
11313         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11314         (gnus-summary-tool-bar-zap-list): New variables.
11315         (gnus-summary-make-tool-bar): Complete rewrite using
11316         `gmm-tool-bar-from-list'.
11317
11318         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11319         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11320         variables.
11321         (gnus-group-make-tool-bar): Complete rewrite using
11322         `gmm-tool-bar-from-list'.
11323         (gnus-group-tool-bar-update): New function.
11324
11325         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11326
11327 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11330         is dissected into a single part of which the type is the same as
11331         the given one; decode charset.
11332
11333 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11334
11335         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11336         into alists as symbol not string, since that's what
11337         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11338         look for.
11339
11340 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11343         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11344
11345         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11346
11347 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11350         (gnus-xmas-mime-security-button-menu): New function.
11351
11352         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11353         (gnus-mime-security-button-menu): New definition.
11354         (gnus-mime-security-button-map): Use them.
11355         (gnus-mime-security-button-menu): New function.
11356         (gnus-insert-mime-security-button): Addition to help echo.
11357         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11358         (gnus-mime-security-pipe-part): New functions.
11359
11360         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11361         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11362
11363         * mm-decode.el (mm-handle-set-disposition): Remove.
11364         (mm-handle-set-description): Remove.
11365
11366 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11369         (mm-w3m-standalone-supports-m17n-p): New function.
11370         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11371         w3m usage.
11372
11373         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11374         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11375
11376 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11377
11378         * message.el (message-tool-bar-zap-list): Use
11379         gmm-tool-bar-zap-list as custom type.
11380         (message-tool-bar-update): New function.
11381         (message-tool-bar, message-tool-bar-gnome)
11382         (message-tool-bar-retro): Add message-tool-bar-update.
11383         (message-tool-bar-gnome): Add flyspell-buffer.
11384
11385         * gnus-util.el (gnus-error): Describe `args'.
11386
11387         * gmm-utils.el (gmm-error): Describe `args'.
11388         (gmm-tool-bar-zap-list): New widget.
11389         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11390
11391 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11394         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11395         the number of recursive calls.
11396
11397         * mm-decode.el (mm-handle-set-disposition): New macro.
11398         (mm-handle-set-description): New macro.
11399
11400 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11403         encoding.
11404
11405 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11406
11407         * message.el (message-tool-bar-zap-list, message-tool-bar)
11408         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11409         (message-tool-bar-local-item-from-menu): Remove.
11410         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11411         (message-make-tool-bar): New function.
11412         (message-mode): Use `message-make-tool-bar'.
11413
11414         * gmm-utils.el: New file.
11415         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11416         (gmm-lazy): New widget copied from `nnmail.el'.
11417         (gmm-tool-bar-from-list): New function for creating customizable
11418         tool bars.
11419         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11420         output.
11421         (gmm): Add :prefix to defgroup.
11422
11423 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11424
11425         * gmm-utils.el (gmm-widget-p): New function.
11426
11427 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * mml.el (mml-attach-file): Describe `description' in doc string.
11430         (mml-menu): Add Emacs MIME manual and PGG manual.
11431
11432 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11433
11434         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11435
11436 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11437
11438         * nntp.el (nntp-end-of-line): Doc fix.
11439
11440 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11441
11442         * imap.el (imap-open): Handle case where buffer is a buffer
11443         object.
11444
11445 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11446
11447         * gnus-delay.el (gnus-delay): Don't autoload.
11448         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11449         to be re-loaded when customizing the `gnus-delay' group.
11450
11451 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11452
11453         * message.el (message-insert-citation-line): Use newlines.
11454
11455 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11456
11457         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11458         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11459         these routines, so the passphrase can be managed externally and
11460         passed in to the system.
11461         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11462         pgg-add-passphrase-to-cache function.
11463
11464         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11465         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11466         these routines, so the passphrase can be managed externally and
11467         passed in to the system.
11468         (pgg-pgp5-sign-region): Use new name of
11469         pgg-add-passphrase-to-cache function.
11470
11471 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11472
11473         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11474         part of the decoded armor to find the key-identifier.
11475         (pgg-gpg-lookup-key-owner): New function to return the
11476         human-readable identifier of a key owner.
11477         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11478         itself.
11479         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11480         the key value) if we have a key and can match it against a secret
11481         key.  Also, added a note pointing out fact that the prompt only
11482         indicates the first matching key.
11483
11484         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11485         pgg-decrypt-region.
11486         (pgg-add-passphrase-to-cache): Rename from
11487         `pgg-add-passphrase-cache' to reduce confusion (all callers
11488         changed).
11489         (pgg-remove-passphrase-from-cache): Rename from
11490         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11491         changed).
11492         (pgg-read-passphrase, pgg-add-passphrase-cache)
11493         (pgg-remove-passphrase-cache): Add informative docstrings.
11494         (pgg-decrypt): Convey provided passphrase in subordinate call to
11495         pgg-decrypt-region.
11496
11497 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11498
11499         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11500         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11501         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11502         'passphrase' argument, so the passphrase can be managed externally
11503         and then passed in to the system.
11504
11505         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11506         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11507         so the passphrase cache can be used reliably with identifiers
11508         besides a pgp packet's key id.
11509
11510         * pgg-gpg.el (pgg-gpg-encrypt-region)
11511         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11512         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11513         these routines, so the passphrase can be managed externally and
11514         passed in to the system.
11515
11516         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11517         'notruncate' argument, so the passphrase cache can be used
11518         reliably with identifiers besides a pgp packet's key id.
11519
11520 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11521
11522         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11523         symmetric encryption.
11524         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11525         encrypted session key.
11526         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11527         message ask for the passphrase in a proper way.
11528
11529         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11530         New user commands for symmetric encryption.
11531
11532 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11535
11536         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11537
11538 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11539
11540         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11541
11542 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * mm-decode.el (mm-inlined-types): Add application/pgp.
11545         (mm-automatic-display): Ditto.
11546
11547         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11548         part as text.
11549
11550 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * nnrss.el: Update copyright.
11553         (nnrss-opml-import): Query whether to subscribe to each entry.
11554
11555         * gnus-art.el:
11556         * gnus-sum.el:
11557         * gnus-xmas.el:
11558         * messagexmas.el:
11559         * mm-uu.el:
11560         * mm-view.el: Update copyright.
11561
11562 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11563
11564         * message.el (message-info): New function.
11565         (message-mode-menu): Add it.
11566         Update copyright.
11567
11568         * ChangeLog: Fix and update copyright.
11569
11570 2006-01-13  Romain Francoise  <romain@orebokech.com>
11571
11572         * message.el (message-forward-subject-name-subject): Prefer the
11573         address to 'nowhere' if the sender has no name.
11574         Fix typo.  Update copyright year.
11575
11576 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * gnus-art.el (article-wash-html): Use
11579         gnus-summary-show-article-charset-alist if a numeric arg is given.
11580         (gnus-article-wash-html-with-w3m-standalone): New function.
11581
11582         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11583         mm-inline-text-html-render-with-w3m-standalone.
11584         (mm-text-html-washer-alist): Map w3m-standalone to
11585         gnus-article-wash-html-with-w3m-standalone.
11586         (mm-inline-text-html-render-with-w3m-standalone): New function.
11587
11588 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11589
11590         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11591         Improve LaTeX.
11592
11593 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11596         (nnrss-request-article): Render text/plain parts as HTML.
11597
11598         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11599         the buffer.
11600
11601 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11604         custom definition of `gnus-posting-styles'.
11605
11606         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11607         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11608
11609 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11612         Use nntp for bug archive.
11613
11614 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11617         parts.
11618         (nnrss-normalize-date): New function converts ISO 8601 date into
11619         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11620         (nnrss-check-group): Use it.
11621
11622 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11625
11626         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11627         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11628         (nnrss-insert-w3): Ditto.
11629
11630 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11633         the articles to be forwarded including the case where neither a
11634         number of articles nor a region is specified.
11635
11636 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11637
11638         * nnrss.el (nnrss-request-article): Fix last change; fill
11639         text/plain parts.
11640
11641 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11644         in text/plain part.
11645         (nnrss-check-group): Don't add excessive newline to dc:subject.
11646
11647 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11648
11649         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11650         article.
11651
11652 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11655         (nnml-use-compressed-files, nnml-save-mail): Support other
11656         comression programs such as bzip2.
11657
11658 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11659
11660         * dns.el (query-dns): Make sure we check the buffer size before
11661         removing tcp headers.
11662
11663 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11666         remove MIME buttons associated with multipart/alternative parts.
11667         (gnus-mime-display-alternative): Tag buttons using `article-type'
11668         text property.
11669
11670         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11671         associated with multipart/alternative parts.
11672
11673         * gnus-art.el (gnus-signature-separator): Fix custom type.
11674
11675         * mm-decode.el (mm-inlined-types): Fix custom type.
11676         (mm-keep-viewer-alive-types): Ditto.
11677         (mm-automatic-display): Ditto.
11678         (mm-attachment-override-types): Ditto.
11679         (mm-inline-override-types): Ditto.
11680         (mm-automatic-external-display): Ditto.
11681
11682 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * spam-report.el (spam-report-user-mail-address)
11685         (spam-report-user-agent): New variables.
11686         (spam-report-url-ping-plain): Use spam-report-user-agent.
11687
11688 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11689
11690         * gnus-art.el (gnus-button-handle-custom): Do not just use
11691         `customize-apropos' for any "M-x customize-*" button but the
11692         function called for.  Accept both the function name and its
11693         argument in order to achieve this.
11694         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11695         function name to `gnus-button-handle-custom' in case of "M-x
11696         customize-*" buttons.
11697
11698 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11701         multipart/alternative and add xref to mm-discouraged-alternatives
11702         in doc string.
11703
11704         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11705         gnus-buttonized-mime-types in doc string.
11706
11707 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11710         Suggest image/.* in the doc string.
11711
11712 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11713
11714         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11715         message-marks (Debian bug #342521).
11716
11717 2005-12-12  Simon Josefsson  <jas@extundo.com>
11718
11719         * password.el (password-read-from-cache): Add.
11720         (password-read): Use it.
11721
11722 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11725         us-ascii as a MIME charset.
11726
11727         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11728         against the case where the 2nd arg TYPE is nil.
11729
11730 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11731
11732         * pop3.el (pop3-stream-type): Fix custom version.
11733
11734         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11735
11736 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11737
11738         * mm-decode.el (mm-display-external): Add missing cdr.
11739
11740 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11743         RFC1524) if it is in mailcap or add a suffix according to
11744         mailcap-mime-extensions when generating a temp filename; postpone
11745         deleting a temp file for 2 seconds for some wrappers, shell
11746         scripts, and so on, which might exit right after having started a
11747         viewer command as a background job.
11748
11749 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11750
11751         * nntp.el (nntp-marks-directory): Fix custom group.
11752
11753         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11754         steps when < 10.
11755
11756         * gnus-start.el (gnus-no-server-1): Mention
11757         `gnus-level-default-subscribed' in doc string.
11758
11759 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11760
11761         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11762         parens.
11763
11764 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * gnus-xmas.el (gnus-use-toolbar): Revert.
11767         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11768         gnus-use-toolbar is default.
11769
11770         * messagexmas.el (message-use-toolbar): Revert.
11771         (message-setup-toolbar): Use global default-toolbar if
11772         message-use-toolbar is default.
11773
11774 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11777         according to default-toolbar-visible-p.
11778
11779         * messagexmas.el (message-use-toolbar): Ditto.
11780
11781 2005-11-26  Dave Love  <fx@gnu.org>
11782
11783         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11784         (tls-program, tls-success): Provide openssl alternative.
11785
11786         * starttls.el: Doc fixes.
11787         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11788         SERVICE to PORT.
11789
11790         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11791         port null or service name.
11792         (starttls-negotiate): Autoload.
11793
11794 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * message.el (message-kill-to-signature): Fix interactive spec.
11797
11798 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * pop3.el (pop3-open-server): Recognize a string as a service name.
11801
11802 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11803
11804         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11805
11806 2005-11-23  Dave Love  <fx@gnu.org>
11807
11808         Add pop3s, pop3/starttls.
11809
11810         * pop3.el (pop3-authentication-scheme): Clarify doc.
11811         (open-tls-stream, starttls-open-stream): Autoload.
11812         (pop3-stream-type): New.
11813         (pop3-open-server): Use it.
11814
11815         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11816         for POP.
11817         (mail-source-keyword-map): Add :stream for POP.
11818         (mail-source-fetch-pop): Use pop3-stream-type.
11819
11820 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11823         of current-time-string.
11824
11825 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11826
11827         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11828         date header.
11829
11830 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11831
11832         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11833         it can seriously impact performance as it bypasses the agent's
11834         local caches.
11835
11836 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11837
11838         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11839         must be explicitly online rather than "not explicitly offline" for
11840         its flags to be synchronized.
11841
11842         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11843         that gnus-uu-unmark-thread will function correctly.
11844
11845         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11846         1024K is instead displayed as 1M.
11847
11848 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11849
11850         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11851
11852 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11853
11854         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11855
11856 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11857
11858         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11859         error message to display actual error condition.
11860         (gnus-agent-save-local): Avoid saving symbols that are bound to
11861         nil as they simply result in a warning message in
11862         gnus-agent-read-local.
11863
11864 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11867         rather than make-variable-buffer-local for file-precious-flag.
11868
11869 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11870
11871         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11872         for duplicates which are removed.  The invalid sort check then
11873         triggers a rescan after the sort as sorting may have moved
11874         duplicate entries such that they can be cheaply detected.
11875
11876 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11879
11880 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11881
11882         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11883         internal variable to a custom variable.  Changed default value
11884         from compressed(2) to uncompressed(1).
11885         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11886         support for uncompressed agentview files.  Taken together, reading
11887         the agentview file should now be 6-7 times faster.
11888
11889 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11890
11891         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11892         as a buffer-local variable.  This avoids creating truncated
11893         dribble files as a result of a hang up, eg.
11894
11895 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11896
11897         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11898         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11899         XEmacs.
11900
11901 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11902
11903         * gnus-start.el (gnus-start-draft-setup): Enforce
11904         `gnus-draft-mode' for nndraft:drafts at startup.
11905
11906         * gnus.el (gnus-splash): Change custom group.
11907         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11908         allow-list argument.
11909
11910         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11911         string.
11912
11913 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11914
11915         * gnus-art.el (gnus-default-article-saver): Add user-defined
11916         `function' to custom type.
11917
11918 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11919
11920         * imap.el (imap-open): Handle case where buffer is a buffer
11921         object.
11922
11923 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11926         long lines.
11927         (gnus-cache-delete-group): Wrap doc strings.
11928
11929         * gnus-agent.el (gnus-agent-rename-group)
11930         (gnus-agent-delete-group): Wrap doc strings.
11931
11932 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * messagexmas.el (message-use-toolbar): Change the valid values
11935         into default, top, bottom, left, and right.
11936         (message-toolbar-thickness): New variable.
11937         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11938         well.
11939         (message-setup-toolbar): Make it work.
11940
11941         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11942         (gnus-use-toolbar): Change the valid values into default, top,
11943         bottom, left, and right.
11944         (gnus-toolbar-thickness): New variable.
11945         (gnus-xmas-setup-toolbar): New function.
11946         (gnus-xmas-setup-group-toolbar): Use it.
11947         (gnus-xmas-setup-summary-toolbar): Use it.
11948
11949 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11950
11951         * gnus-start.el (gnus-1): Add "native" to
11952         gnus-predefined-server-alist.
11953
11954         * gnus.el (gnus-method-to-server): Don't add "native" to the
11955         lists here, because that leads to problems when
11956         gnus-select-method is bound.
11957
11958 2005-11-09  Simon Josefsson  <jas@extundo.com>
11959
11960         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11961         use (not sort-by-date) instead.
11962
11963 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11964
11965         * gnus-delay.el (gnus-delay-group): Don't autoload.
11966         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11967         to be re-loaded when customizing the `gnus-delay' group.
11968
11969 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11970
11971         * message.el: Revert last changes.
11972         (message-insert-citation-line): Use newlines.
11973
11974 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11975
11976         * message.el (message-courtesy-message)
11977         (message-mark-insert-begin, message-mark-insert-end)
11978         (message-elide-ellipsis, message-cancel-message)
11979         (message-add-header, message-change-subject)
11980         (message-cross-post-followup-to-header)
11981         (message-cross-post-insert-note, message-reduce-to-to-cc)
11982         (message-widen-reply, message-delete-not-region)
11983         (message-kill-to-signature, message-insert-signature)
11984         (message-insert-importance-high, message-insert-importance-low)
11985         (message-insert-or-toggle-importance)
11986         (message-insert-disposition-notification-to)
11987         (message-indent-citation, message-yank-original)
11988         (message-cite-original-without-signature, message-cite-original)
11989         (message-insert-citation-line, message-position-on-field)
11990         (message-fix-before-sending, message-send-mail-partially)
11991         (message-send-mail, message-send-mail-with-sendmail)
11992         (message-send-mail-with-qmail, message-send-news)
11993         (message-check-news-header-syntax, message-generate-headers)
11994         (message-insert-courtesy-copy, message-fill-address)
11995         (message-fill-header, message-shorten-references)
11996         (message-setup-1, message-cancel-news)
11997         (message-forward-make-body-plain, message-forward-make-body-mime)
11998         (message-forward-make-body-mml, message-encode-message-body)
11999         (message-forward-make-body-digest-plain)
12000         (message-forward-make-body-digest-mime)
12001         (message-use-alternative-email-as-from): Insert `hard-newline'
12002         instead of ordinary newlines.
12003
12004 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12005
12006         * message.el (message-generate-headers): Downcase the argument
12007         given to message-check-element.
12008
12009 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12010
12011         * nntp.el (nntp-authinfo-rejected): New error condition.
12012         (nntp-wait-for): Use new error condition to signal authentication
12013         error.
12014         (nntp-retrieve-data): Rethrow new error condition to break out of
12015         recursive call to nntp-send-authinfo.
12016
12017 2005-11-08  Romain Francoise  <romain@orebokech.com>
12018
12019         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12020         (gnus-summary-exit-map): Bind to `Z p'.
12021         (gnus-summary-make-menu-bar): Add menu item.
12022
12023 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12024
12025         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12026         (gnus-treat-*): Add `first' in all doc strings.
12027
12028         * gnus-group.el (gnus-group-compact-group): Fix typo.
12029
12030 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * gnus.el (gnus-parameters-case-fold-search): New variable.
12033         (gnus-parameters-get-parameter): Use it.
12034
12035         * gnus-score.el (gnus-home-score-file): Doc fix.
12036
12037 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12038
12039         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12040
12041 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * mm-util.el (mm-special-display-p): New function.
12044
12045         * mml.el (mml-preview): Use it; doc fix.
12046
12047 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12048
12049         * imap.el (imap-open): Handle case where buffer is a buffer object.
12050
12051 2005-10-29  Romain Francoise  <romain@orebokech.com>
12052
12053         * message.el (message-fix-before-sending): Fix comment.
12054
12055 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12056
12057         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12058
12059 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12060
12061         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12062         Used in gnus-score.el.
12063
12064 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12067
12068 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12071         whitespace removed in revision 7.8.  Use concatenated string to
12072         protect trailing whitespace.
12073
12074 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12075
12076         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12077         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12078         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12079         Courier IMAP ("some version from 2004").  Mostly based on similar
12080         code in the same function.
12081
12082 2005-10-26  Didier Verna  <didier@xemacs.org>
12083
12084         * gnus-group.el (gnus-group-compact-group): Invalidate original
12085         article buffer.
12086         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12087         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12088         NOV database and in article itself.
12089         Invalidate article backlog.
12090
12091 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12094
12095 2005-10-26  Simon Josefsson  <jas@extundo.com>
12096
12097         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12098         part of 2004-07-25 change.
12099
12100 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * message.el (message-display-completion-list): New function.
12103         (message-expand-group): Use it; make sure the Completions buffer
12104         is modifiable.
12105 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12106
12107         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12108         user-mail-name is an empty string.
12109
12110 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12111
12112         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12113         depending on gnus-score-decay-constant.
12114
12115         * encrypt.el (encrypt-insert-file-contents)
12116         (encrypt-write-file-contents): Don't use `gnus-message'.
12117
12118         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12119         arguments.
12120         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12121         arguments to mm-uu-verbatim-marks-extract.
12122         (mm-uu-hide-markers): New variable.
12123         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12124
12125         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12126         (gnus-convert-image-to-face-command): Use "convert" by default to
12127         allow other input image formats.
12128         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12129         accordingly.
12130
12131 2005-10-23  Simon Josefsson  <jas@extundo.com>
12132
12133         * imap.el (imap-gssapi-program): Align command line parameters
12134         with latest GNU SASL.
12135         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12136
12137 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12138
12139         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12140         HTML.
12141         (nnslashdot-request-article): Ditto.
12142
12143         * lpath.el (featurep): Add nobreak-char-display.
12144
12145 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12146
12147         * mail-source.el (mail-source-fetch-pop): Require pop3.
12148         (mail-source-check-pop): Ditto.
12149
12150 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12153         errors.
12154
12155 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12158         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12159
12160         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12161
12162         * mm-bodies.el (mm-decode-string): Call
12163         `mm-charset-to-coding-system' with allow-override argument.
12164
12165 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12168         (rfc2047-charset-to-coding-system): New function.
12169         (rfc2047-decode-encoded-words): New function.
12170         (rfc2047-decode-region): Use them.
12171         (rfc2047-decode-cte): Remove.
12172         (rfc2047-parse-and-decode): Remove.
12173         (rfc2047-decode): Remove.
12174
12175 2005-10-15  Kenichi Handa  <handa@m17n.org>
12176
12177         * rfc2047.el (rfc2047-decode-cte): New function.
12178         (rfc2047-decode-region): Change the way to decode successive
12179         encoded-words: decode B- or Q-encoding in each encoded-word,
12180         concatenate them, and decode it as charset.
12181
12182 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * lpath.el: Fbind codepage-setup for XEmacs.
12185
12186 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12187
12188         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12189         widget-move-and-invoke.
12190         (gnus-custom-mode): Use gnus-custom-map.
12191
12192 2005-10-15  Bill Wohler  <wohler@newt.com>
12193
12194         * message.el (message-tool-bar-map): Renamed image file from
12195         mail_send to mail/send.
12196
12197 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12198
12199         * message.el (message-expand-group): Pass the common
12200         prefix substring of completion to `display-completion-list'.
12201
12202 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12203
12204         * mml-sec.el (mml-secure-method): New internal variable.
12205         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12206         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12207         functions using mml-secure-method.
12208
12209         * mml.el (mml-mode-map): Add key bindings for those functions.
12210         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12211         Harder <harder@myrealbox.com>.
12212         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12213         end of message if point is the headers of the message.
12214
12215         * message.el (message-in-body-p): New function.
12216
12217         * assistant.el: Autoload gnus-util and netrc.
12218
12219         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12220         Use `mm-charset-override-alist' only when decoding.
12221
12222         * mm-bodies.el (mm-decode-body): Call
12223         `mm-charset-to-coding-system' with allow-override argument.
12224
12225         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12226         `filename' from Content-Disposition if Content-Type doesn't
12227         provide `name'.
12228         (gnus-mime-view-part-as-type): Set default instead of
12229         initial-input.
12230
12231 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12232
12233         * format-spec.el (format-spec): Propagate text properties of % spec.
12234
12235 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12236
12237         * gnus-art.el (gnus-treat-predicate): Add `first'.
12238
12239 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12240
12241         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12242         (mm-charset-override-alist): New variable.
12243         (mm-charset-to-coding-system): Use it.
12244         (mm-codepage-setup): New helper function.
12245         (mm-charset-eval-alist): New variable.
12246         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12247         about unknown charsets.
12248
12249         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12250
12251 2005-10-04  David Hansen  <david.hansen@gmx.net>
12252
12253         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12254         (nnrss-check-group): Ditto.
12255
12256 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12257
12258         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12259         Rename x-gnus-verbatim to x-verbatim.
12260         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12261
12262         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12263         x-verbatim.
12264
12265         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12266
12267         * gnus-util.el (gnus-remove-duplicates): Remove.
12268
12269         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12270         instead of gnus-remove-duplicates.
12271
12272         * message.el (message-remove-duplicates): Remove.
12273         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12274         message-remove-duplicates.
12275
12276         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12277         available, else use implementation from `delete-dups'.
12278
12279         * message.el (message-insert-expires): New function.
12280         (message-mode-map): Add key binding.
12281         (message-mode-field-menu): Add menu entry.
12282         (message-mode): Document it.
12283         (message-make-expires-date): Use `message-make-date'.
12284
12285 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12286
12287         * message.el (message-make-expires-date): New function.
12288
12289 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12290
12291         * Makefile.in (list-installed-shadows): New entry.
12292         (install): Use it.
12293         (remove-installed-shadows): New entry.
12294
12295         * dgnushack.el (dgnushack-default-load-path): New variable.
12296         (dgnushack-find-lisp-shadows): New function.
12297         (dgnushack-remove-lisp-shadows): New function.
12298
12299 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * Makefile.in (install-el-elc): New entry.
12302         (install): Use it so that .el files are necessarily installed.
12303
12304 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12307
12308 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12309
12310         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12311         function rather than the diff-mode.el package.
12312         (mm-display-external): Use with-current-buffer.
12313         (mm-viewer-completion-map, mm-viewer-completion-map):
12314         Move initialization inside declaration.
12315
12316 2005-09-29  Simon Josefsson  <jas@extundo.com>
12317
12318         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12319         autoload mail-check-payment.
12320         (spam-check-hashcash): Define unconditionally, since hashcash.el
12321         is part of Gnus now.  Ignore errors from payment checking.
12322
12323 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12324
12325         * message.el (message-bold-region, message-unbold-region): Rename
12326         from `bold-region' and `unbold-region'.
12327
12328         * message.el: Remove useless autoloads.
12329
12330 2005-09-28  Simon Josefsson  <jas@extundo.com>
12331
12332         * message.el (message-use-idna): Default to t.
12333         (message-use-idna): Test whether encoding works too.  Doc fix.
12334
12335 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * nntp.el (nntp-warn-about-losing-connection): Remove.
12338
12339 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12342         customizable.  Change default value.
12343         (mm-uu-diff-groups-regexp): Change default value.
12344         (mm-uu-type-alist): Add doc string.
12345         (mm-uu-configure): Add doc string.  Make it interactive.
12346         (mm-uu-tex-groups-regexp): New variable.
12347         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12348         (mm-uu-type-alist): Add LaTeX documents.
12349         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12350         of "text/verbatim".
12351         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12352
12353         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12354         instead of "text/verbatim".
12355
12356         * message.el (message-mark-inserted-region)
12357         (message-mark-insert-file): Use slrn style marks when called with
12358         prefix argument.
12359
12360 2005-09-27  Simon Josefsson  <jas@extundo.com>
12361
12362         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12363
12364 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12365
12366         * message.el (message-remove-duplicates): New function.
12367         Implementation borrowed from `gnus-remove-duplicates'.
12368         (message-idna-to-ascii-rhs): Also encode idna addresses in
12369         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12370         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12371         only ask about the same idna domain once per header and also tell
12372         in what header to replace the idna domain.
12373
12374         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12375         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12376         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12377         a header is decoded and not just the last one.
12378
12379 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12382         has been decoded.
12383
12384         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12385         (mm-insert-part): Don't modify text if it has been decoded.
12386
12387         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12388         decoded.
12389
12390         * mm-view.el (mm-inline-text): Don't strip text props unless
12391         decoding enriched or richtext parts.
12392
12393 2005-09-25  Romain Francoise  <romain@orebokech.com>
12394
12395         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12396         * gnus-start.el (gnus-subscribe-interactively):
12397         * gnus-uu.el (gnus-uu-grab-articles):
12398         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12399         space.
12400
12401 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12402
12403         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12404         * mm-view.el (mm-view-pkcs7-decrypt):
12405         * gnus-sum.el (gnus-summary-limit-to-extra)
12406         (gnus-summary-respool-article, gnus-read-move-group-name):
12407         * gnus-score.el (gnus-summary-increase-score):
12408         * gnus-util.el (gnus-completing-read-with-default):
12409         * gnus-art.el (gnus-read-save-file-name)
12410         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12411         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12412         * message.el (message-check-news-header-syntax):
12413         Follow convention for reading with the minibuffer.
12414
12415 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * spam-report.el (spam-report-url-ping-plain):
12418         Use gnus-extended-version as User-Agent.
12419
12420         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12421         default value is nil.
12422
12423         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12424         (mm-uu-verbatim-marks-extract): New function.
12425         (mm-uu-extract): New face.
12426         (mm-uu-copy-to-buffer): Use it.
12427
12428         * spam-report.el (spam-report-gmane-ham): Renamed from
12429         `spam-report-gmane-unspam'.
12430         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12431         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12432
12433         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12434         Autoload.
12435         (spam-report-gmane-unregister-routine): Renamed
12436         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12437
12438 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12439
12440         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12441         (spam-report-gmane-unregister-routine): Add support for gmane
12442         unregistration.
12443
12444         * spam-report.el (spam-report-gmane-unspam)
12445         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12446         (spam-report-gmane): Change to take a single article and do unspam
12447         registration.
12448
12449 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12450
12451         * mm-url.el (mm-url-decode-entities): Fix regexp.
12452
12453 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12454
12455         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12456         default to nil, to be able to use Gnus at all.  If the default
12457         switches to something else, then the function should be fixed not
12458         be exceedingly slow.
12459
12460 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12461
12462         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12463         fail hard.
12464
12465         * spam-report.el: Add better Keywords line.
12466
12467         * spam.el: Add Maintainer and better Keywords line.
12468
12469 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12470
12471         * gnus-art.el (gnus-article-replace-part)
12472         (gnus-mime-replace-part): New functions.
12473         (gnus-mime-action-alist, gnus-mime-button-commands)
12474         (gnus-mime-save-part-and-strip): Added file argument.
12475         (gnus-article-part-wrapper): Added interactive argument.
12476
12477         * gnus-sum.el (gnus-summary-mime-map): Add
12478         `gnus-article-replace-part'.
12479
12480 2005-09-19  Didier Verna  <didier@xemacs.org>
12481
12482         The nnml compaction feature:
12483         * nnml.el (nnml-request-compact-group): New function.
12484         * nnml.el (nnml-request-compact): New function.
12485         * gnus-int.el (gnus-request-compact-group): New function.
12486         * gnus-int.el (gnus-request-compact): New function.
12487         * gnus-group.el (gnus-group-compact-group): New function.
12488         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12489         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12490         * gnus-srvr.el (gnus-server-compact-server): New function.
12491         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12492         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12493
12494 2005-09-18  Deepak Goel  <deego@gnufans.org>
12495
12496         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12497         format spec.
12498
12499 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12502
12503 2005-09-15  Romain Francoise  <romain@orebokech.com>
12504
12505         * message.el (message-fill-paragraph): Clarify docstring.
12506
12507 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * gnus-art.el (gnus-mime-display-part): Protect against broken
12510         MIME messages.
12511
12512 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12515         before parsing header.
12516
12517 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12518
12519         * html2text.el (html2text-replace-list): Add new entities.
12520
12521 2005-09-11  Romain Francoise  <romain@orebokech.com>
12522
12523         * message.el (message-alternative-emails): Improve docstring.
12524         (message-setup-1): Call `message-use-alternative-email-as-from'
12525         after `message-setup-hook' to give it precedence over posting
12526         styles, etc.
12527         (message-use-alternative-email-as-from): Add docstring.  Remove
12528         the original From header if present.
12529
12530         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12531         (nnml-save-mail): Use it.
12532
12533         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12534         articles.  Add new argument `silent'.
12535         (gnus-uu-mark-all): Report the total number of marked articles.
12536
12537 2005-09-10  Romain Francoise  <romain@orebokech.com>
12538
12539         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12540         (gnus-uu-mark-series): Likewise.
12541
12542 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * spam-report.el (spam-report-gmane): Fix generation of spam
12545         report URL.
12546
12547 2005-09-10  Simon Josefsson  <jas@extundo.com>
12548
12549         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12550         t, based on discussion on the ding list with Robert Epprecht
12551         <epprecht@solnet.ch>.
12552
12553 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12554
12555         * spam-report.el (spam-report-gmane): Make it work without
12556         X-Report-Spam header.  Gmane now only provides Archived-At.
12557         This is only used if `spam-report-gmane-use-article-number' is nil.
12558         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12559
12560         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12561         make `gnus-summary-sort-by-recipient' work with threading.
12562
12563         * nnweb.el (nnweb-google-wash-article): Print a message if article
12564         is not available.
12565
12566 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12567
12568         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12569         change.  Decode text/* parts content before displaying.
12570
12571 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12574
12575 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12578
12579         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12580         url-package-name, url-package-version,
12581         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12582         w3m-display-inline-images, and w3m-minor-mode-map.
12583
12584 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * message.el (message-tab-body-function): Fix mismatched custom type.
12587
12588         * gnus.el (gnus-group-change-level-function): Ditto.
12589
12590         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12591
12592         * gnus-art.el (gnus-signature-limit)
12593         (gnus-article-mime-part-function): Ditto.
12594
12595 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * mml.el (mml-mode): Silence the byte compiler.
12598
12599         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12600         using `(sit-for 0)' before moving the point to the specified part;
12601         skip unbuttonized parts.
12602         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12603         return to the summary window if gnus-auto-select-part is non-nil.
12604
12605 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12608         variables.
12609         (mml-dnd-attach-file, mml-mode): Use them.
12610
12611         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12612         Make fetching article by MID work again for Google Groups.  Added
12613         FIXME concerning gnus-group-make-web-group.
12614
12615         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12616         Don't depend on Gnus by using mail-extract-address-components if
12617         gnus-extract-address-components is not bound.
12618
12619 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12620
12621         * gnus-art.el (gnus-mime-display-security): Don't display the
12622         signature, but only the signed part.
12623
12624 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12627
12628         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12629         list, not listp.
12630
12631 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12632
12633         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12634         when encoding.
12635
12636         * mm-bodies.el (mm-decode-content-transfer-encoding):
12637         De-canonicalize CRLF for all text content types, not just
12638         text/plain.
12639
12640 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12643         valid article; point arrow and cursor at the MIME button.
12644
12645 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12648         Suggested by Dan Christensen <jdc@uwo.ca>.
12649
12650         * mm-decode.el (mm-save-part): Enable change of prompt.
12651
12652 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12653
12654         * gnus-msg.el (gnus-inews-add-send-actions): Made
12655         `message-post-method' lambda parameter ARG `&optional'.
12656
12657 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * gnus-sum.el (gnus-summary-mime-map): Added
12660         gnus-article-save-part-and-strip, gnus-article-delete-part and
12661         gnus-article-jump-to-part.
12662
12663         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12664         (gnus-article-edit-part): Use it.
12665         (gnus-article-part-wrapper): Added no-handle argument.
12666         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12667         functions.
12668
12669 2005-08-29  Romain Francoise  <romain@orebokech.com>
12670
12671         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12672         docstring.
12673         (gnus-face-from-file): Likewise.
12674
12675 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12676
12677         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12678         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12679         non-nil.
12680         (gnus-auto-select-part): New variable.
12681         (gnus-article-jump-to-part): New function.
12682         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12683         (gnus-mime-delete-part): Allow selecting specified part after
12684         deleting or stripping parts.
12685         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12686         part if argument is bogus.
12687
12688 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12689
12690         * gnus-art.el (w3m-minor-mode-map):
12691         * gnus-spec.el (gnus-newsrc-file-version):
12692         * gnus-util.el (nnmail-active-file-coding-system)
12693         (gnus-original-article-buffer, gnus-user-agent):
12694         * gnus.el (gnus-ham-process-destinations)
12695         (gnus-parameter-ham-marks-alist)
12696         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12697         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12698         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12699         * mm-decode.el (gnus-current-window-configuration):
12700         * mm-extern.el (gnus-article-mime-handles):
12701         * mm-url.el (url-current-object, url-package-name)
12702         (url-package-version):
12703         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12704         (smime-keys, w3m-cid-retrieve-function-alist)
12705         (w3m-current-buffer, w3m-display-inline-images)
12706         (w3m-minor-mode-map):
12707         * mml-smime.el (gnus-extract-address-components):
12708         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12709         (gnus-newsrc-hashtb, message-default-charset)
12710         (message-deletable-headers, message-options)
12711         (message-posting-charset, message-required-mail-headers)
12712         (message-required-news-headers):
12713         * mml1991.el (mc-pgp-always-sign):
12714         * mml2015.el (mc-pgp-always-sign):
12715         * nnheader.el (nnmail-extra-headers):
12716         * rfc1843.el (gnus-decode-encoded-word-function)
12717         (gnus-decode-header-function, gnus-newsgroup-name):
12718         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12719
12720 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12721
12722         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12723         the end of the date treatments.
12724
12725 2005-08-15  Simon Josefsson  <jas@extundo.com>
12726
12727         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12728         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12729         Capello and Romain Francoise.
12730         (pgg-fetch-key-function): Removed, not used?
12731         (pgg-insert-url-with-w3): Require url, to get
12732         url-insert-file-contents regardless of where it is defined.
12733
12734 2005-08-13  Romain Francoise  <romain@orebokech.com>
12735
12736         * message.el (message-cite-original-1): New function.
12737         (message-cite-original): Use it.
12738         (message-cite-original-without-signature): Ditto.
12739
12740 2005-08-08  Romain Francoise  <romain@orebokech.com>
12741
12742         * message.el (message-yank-empty-prefix): New variable.
12743         (message-indent-citation): Use it.
12744         (message-cite-original-without-signature): Respect X-No-Archive.
12745
12746 2005-08-08  Simon Josefsson  <jas@extundo.com>
12747
12748         * pgg.el: Autoload url-insert-file-contents instead of loading
12749         w3/url.
12750         (pgg-insert-url-with-w3): Don't load url here.
12751
12752 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12753
12754         * message.el (message-kill-to-signature): Don't insert newline at
12755         bol.
12756         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12757
12758 2005-08-06  Romain Francoise  <romain@orebokech.com>
12759
12760         * message.el (message-user-fqdn): Fix typo in docstring.
12761
12762 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12763
12764         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12765
12766         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12767
12768 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * mm-bodies.el (mm-encode-body): Use coding system rather than
12771         charset to encode text.
12772
12773         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12774         number of charsets if utf-8 is available (XEmacs).
12775
12776 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12777
12778         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12779         taken from `gnus-button-mid-or-mail-regexp'.
12780         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12781         (gnus-button-alist): Improve regexp for domain part of the MIDs
12782         for news:localpart@domain buttons.
12783         (gnus-button-ctan-directory-regexp): Update.
12784
12785 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * sieve-manage.el (sieve-manage-interactive-login): Use
12788         make-local-variable rather than make-variable-buffer-local.
12789         (sieve-manage-open): Ditto.
12790         (sieve-manage-authenticate): Ditto.
12791
12792         * mml.el (mml-generate-mime-1): Make the content type default to
12793         text/plain if the filename is not specified.
12794
12795 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12798         instead of insert-buffer.
12799
12800         * message.el (message-yank-original): Ditto; set the mark at the
12801         end of the yanked message.
12802
12803 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12806         lines to scroll rather than to stop it.
12807
12808         * mml.el (mml-generate-default-type): Add doc string.
12809         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12810         default to application/octet-stream when determining the content
12811         type if it is not specified for the part or the mml contents; add
12812         a comment about mml-generate-default-type.
12813
12814 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12815
12816         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12817         make it default to application/octet-stream when determining the
12818         content type if it is not specified for the external contents.
12819
12820 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12823         segmented parameter but also other parameters might be there.
12824
12825 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * mm-decode.el (mm-display-external): Delete temp file, directory
12828         and buffer immediately if the external process is exited.
12829
12830 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12831
12832         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12833         fewer lines than that of scroll-margin.
12834         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12835
12836 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * gnus-art.el (gnus-article-next-page): Revert.
12839         (gnus-article-beginning-of-window): New macro.
12840         (gnus-article-next-page-1): Use it.
12841         (gnus-article-prev-page): Ditto.
12842         (gnus-article-edit-part): Use insert-buffer-substring instead of
12843         insert-buffer.
12844         (gnus-article-edit-exit): Ditto.
12845
12846         * gnus-util.el (gnus-beginning-of-window): Remove.
12847         (gnus-end-of-window): Remove.
12848
12849         * lpath.el: Don't bind header-line-format and scroll-margin.
12850
12851 2005-07-25  Simon Josefsson  <jas@extundo.com>
12852
12853         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12854         to have the url package without w3.  Reported by Daiki Ueno
12855         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12856
12857 2005-07-20  Didier Verna  <didier@xemacs.org>
12858
12859         * gnus-diary.el: Remove the description comment (nndiary is now
12860         properly documented in the Gnus manual).
12861         Fix the spelling of "Back End".
12862         * nndiary.el: Ditto.
12863         Fix the copyright notice.
12864
12865 2005-07-18  Romain Francoise  <romain@orebokech.com>
12866
12867         * gnus-sum.el (gnus-summary-to-prefix)
12868         (gnus-summary-newsgroup-prefix): New variables.
12869         (gnus-summary-from-or-to-or-newsgroups): Use them.
12870
12871 2005-07-17  Romain Francoise  <romain@orebokech.com>
12872
12873         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12874         space as it's generally not especially interesting to the user.
12875
12876 2005-07-16  Romain Francoise  <romain@orebokech.com>
12877
12878         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12879         nil to avoid prompting and file modification if one of the
12880         messages at the top of the nnfolder file contains a copyright
12881         notice.
12882         Update copyright notice.
12883
12884         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12885         instead of `current-time-string' as the latter creates a time
12886         string that is not RFC 2822 compliant (it lacks the zone).
12887         Update copyright notice.
12888
12889 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12890
12891         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12892         for text/rtf.  Display default in prompt.  Pass default for M-n.
12893
12894         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12895
12896 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12897
12898         * gnus-msg.el (gnus-button-mailto): Remove
12899         save-selected-window-window hackery because it relies on
12900         save-selected-window internals.
12901
12902 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12905         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12906         (gnus-article-prev-page): Ditto.
12907
12908         * gnus-util.el (gnus-beginning-of-window): New function.
12909         (gnus-end-of-window): New function.
12910
12911         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12912
12913 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12914
12915         * gnus-score.el (gnus-score-edit-all-score): Set
12916         gnus-score-edit-exit-function to gnus-score-edit-done and call
12917         gnus-message.
12918
12919 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12920
12921         * gnus-msg.el (gnus-button-mailto): Remove
12922         save-selected-window-window hackery because it relies on
12923         save-selected-window internals.
12924
12925 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12928         add-minor-mode.
12929         (gnus-binary-mode): Ditto.
12930
12931         * gnus-topic.el (gnus-topic-mode): Ditto.
12932
12933 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12934
12935         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12936         (gnus-article-prev-page): Take scroll-margin into consideration.
12937
12938 2005-07-04  Lute Kamstra  <lute@gnu.org>
12939
12940         Update FSF's address in GPL notices.
12941
12942 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12943
12944         * gnus.el (gnus-exit):
12945         * gnus-group.el (gnus-group-icons):
12946         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12947
12948         * gnus-nocem.el (gnus-nocem):
12949         * message.el (message-various, message-buffers, message-sending)
12950         (message-interface, message-forwarding, message-insertion)
12951         (message-headers, message-news, message-mail):
12952         * pgg-gpg.el (pgg-gpg):
12953         * pgg-parse.el (pgg-parse):
12954         * pgg-pgp.el (pgg-pgp):
12955         * pgg-pgp5.el (pgg-pgp5):
12956         * pop3.el (pop3): Finish `defgroup' description with period.
12957
12958 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12959
12960         * gnus-art.el (article-display-face): Improve the efficiency.
12961         (article-display-x-face): Ditto; remove grey x-face stuff.
12962
12963 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * gnus-art.el (article-display-face): Correct the position in
12966         which Faces are inserted.
12967
12968 2005-06-29  Didier Verna  <didier@xemacs.org>
12969
12970         * gnus-art.el (article-display-face): Display faces in correct
12971         order.
12972
12973 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12976         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12977         (gnus-nocem-check-article): Fetch the Type header.
12978         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12979         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12980         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12981         make sure gnus-nocem-hashtb is initialized.
12982         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12983         (gnus-nocem-unwanted-article-p): Ditto.
12984
12985         * pgg.el (pgg-verify): Return the verification result.
12986
12987 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12988
12989         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12990         is ascii.
12991
12992 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12993
12994         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12995         `show-nonbreak-escape'.
12996
12997 2005-06-23  Lute Kamstra  <lute@gnu.org>
12998
12999         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13000
13001         * dig.el (dig-mode):
13002         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13003
13004 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13005
13006         * nnimap.el (nnimap-split-download-body): Fix spellings.
13007
13008 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13009
13010         * gnus-art.el (gnus-article-encrypt-body):
13011         * gnus-cus.el (gnus-score-customize):
13012         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13013         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13014
13015 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13016
13017         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13018         header by looking for magic "MII" at the beginnig.
13019
13020 2005-06-16  Miles Bader  <miles@gnu.org>
13021
13022         * gnus-xmas.el (gnus-xmas-group-startup-message):
13023         Use renamed gnus-splash face.
13024
13025         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13026         (assistant-field-face): New backward-compatibility alias for renamed
13027         face.
13028         (assistant-render-text): Use renamed assistant-field face.
13029
13030         * spam.el (spam): Remove "-face" suffix from face name.
13031         (spam-face): New backward-compatibility alias for renamed face.
13032         (spam-face, spam-initialize): Use renamed spam face.
13033
13034         * message.el (message-header-to, message-header-cc)
13035         (message-header-subject, message-header-newsgroups)
13036         (message-header-other, message-header-name)
13037         (message-header-xheader, message-separator, message-cited-text)
13038         (message-mml): Remove "-face" suffix from face names.
13039         (message-header-to-face, message-header-cc-face)
13040         (message-header-subject-face, message-header-newsgroups-face)
13041         (message-header-other-face, message-header-name-face)
13042         (message-header-xheader-face, message-separator-face)
13043         (message-cited-text-face, message-mml-face):
13044         New backward-compatibility aliases for renamed faces.
13045         (message-font-lock-keywords): Use renamed message faces.
13046
13047         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13048         (sieve-test-commands, sieve-tagged-arguments):
13049         Remove "-face" suffix from face names.
13050         (sieve-control-commands-face, sieve-action-commands-face)
13051         (sieve-test-commands-face, sieve-tagged-arguments-face):
13052         New backward-compatibility aliases for renamed faces.
13053         (sieve-control-commands-face, sieve-action-commands-face)
13054         (sieve-test-commands-face, sieve-tagged-arguments-face):
13055         Use renamed sieve faces.
13056
13057         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13058         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13059         (gnus-group-news-3-empty, gnus-group-news-4)
13060         (gnus-group-news-4-empty, gnus-group-news-5)
13061         (gnus-group-news-5-empty, gnus-group-news-6)
13062         (gnus-group-news-6-empty, gnus-group-news-low)
13063         (gnus-group-news-low-empty, gnus-group-mail-1)
13064         (gnus-group-mail-1-empty, gnus-group-mail-2)
13065         (gnus-group-mail-2-empty, gnus-group-mail-3)
13066         (gnus-group-mail-3-empty, gnus-group-mail-low)
13067         (gnus-group-mail-low-empty, gnus-summary-selected)
13068         (gnus-summary-cancelled, gnus-summary-high-ticked)
13069         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13070         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13071         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13072         (gnus-summary-low-undownloaded)
13073         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13074         (gnus-summary-low-unread, gnus-summary-normal-unread)
13075         (gnus-summary-high-read, gnus-summary-low-read)
13076         (gnus-summary-normal-read, gnus-splash):
13077         Remove "-face" suffix from face names.
13078         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13079         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13080         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13081         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13082         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13083         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13084         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13085         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13086         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13087         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13088         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13089         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13090         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13091         (gnus-summary-normal-ticked-face)
13092         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13093         (gnus-summary-normal-ancient-face)
13094         (gnus-summary-high-undownloaded-face)
13095         (gnus-summary-low-undownloaded-face)
13096         (gnus-summary-normal-undownloaded-face)
13097         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13098         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13099         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13100         (gnus-splash-face):
13101         New backward-compatibility aliases for renamed faces.
13102         (gnus-group-startup-message): Use renamed gnus faces.
13103
13104         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13105         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13106         (gnus-server-agent): Remove "-face" suffix from face names.
13107         (gnus-server-agent-face, gnus-server-opened-face)
13108         (gnus-server-closed-face, gnus-server-denied-face)
13109         (gnus-server-offline-face):
13110         New backward-compatibility aliases for renamed faces.
13111         (gnus-server-agent-face, gnus-server-opened-face)
13112         (gnus-server-closed-face, gnus-server-denied-face)
13113         (gnus-server-offline-face): Use renamed gnus faces.
13114
13115         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13116         Remove "-face" suffix from face names.
13117         (gnus-picon-xbm-face, gnus-picon-face):
13118         New backward-compatibility aliases for renamed faces.
13119
13120         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13121         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13122         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13123         (gnus-cite-11): Remove "-face" suffix from face names.
13124         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13125         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13126         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13127         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13128         New backward-compatibility aliases for renamed faces.
13129         (gnus-cite-attribution-face, gnus-cite-face-list)
13130         (gnus-article-boring-faces): Use renamed gnus faces.
13131
13132         * gnus-art.el (gnus-signature, gnus-header-from)
13133         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13134         (gnus-header-content): Remove "-face" suffix from face names.
13135         (gnus-signature-face, gnus-header-from-face)
13136         (gnus-header-subject-face, gnus-header-newsgroups-face)
13137         (gnus-header-name-face, gnus-header-content-face):
13138         New backward-compatibility aliases for renamed faces.
13139         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13140
13141         * gnus-sum.el (gnus-summary-selected-face)
13142         (gnus-summary-highlight): Use renamed gnus faces.
13143         * gnus-group.el (gnus-group-highlight): Likewise.
13144
13145 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13146
13147         * gnus-sieve.el (gnus-sieve-article-add-rule):
13148         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13149         * spam-stat.el (spam-stat-buffer-change-to-spam)
13150         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13151
13152         * message.el (message-is-yours-p):
13153         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13154
13155 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * mm-view.el (mm-inline-text): Withdraw the last change.
13158
13159 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13162         executing enriched-decode.
13163
13164 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13167         charset of tar files.
13168
13169 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13170
13171         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13172
13173 2005-06-04  Lute Kamstra  <lute@gnu.org>
13174
13175         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13176         information is never recorded.
13177
13178 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13179
13180         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13181
13182 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * pop3.el (pop3-apop): Run md5 in the binary mode.
13185
13186         * starttls.el (starttls-set-process-query-on-exit-flag):
13187         Use eval-and-compile.
13188
13189 2005-05-31  Simon Josefsson  <jas@extundo.com>
13190
13191         * smime.el (smime-replace-in-string): Define.
13192         (smime-cert-by-ldap-1): Use it.
13193
13194 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13195
13196         * gnus-art.el (article-display-x-face): Replace
13197         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13198
13199         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13200         set-process-query-on-exit-flag or process-kill-without-query.
13201
13202         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13203         loop instead of replace-regexp.
13204
13205         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13206         instead of process-kill-without-query if it is available.
13207
13208         * lpath.el: Fbind ldap-search-entries.
13209
13210         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13211         instead of find-file-hooks if it is available.
13212
13213         * mml1991.el: Bind pgg-default-user-id when compiling.
13214
13215         * mml2015.el: Bind pgg-default-user-id when compiling.
13216
13217         * nndraft.el (nndraft-request-associate-buffer):
13218         Use write-contents-functions instead of write-contents-hooks if it is
13219         available.
13220
13221         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13222         instead of find-file-hooks if it is available.
13223
13224         * nntp.el (nntp-open-connection): Replace
13225         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13226         (nntp-open-ssl-stream): Ditto.
13227         (nntp-open-tls-stream): Ditto.
13228
13229         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13230         set-process-query-on-exit-flag or process-kill-without-query.
13231         (starttls-open-stream-gnutls): Use it instead of
13232         process-kill-without-query.
13233         (starttls-open-stream): Ditto.
13234
13235 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13236
13237         * smime.el (smime-cert-by-ldap-1): Don't use
13238         replace-regexp-in-string.
13239
13240 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13241
13242         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13243
13244         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13245         in PEM format.  Adjust to the XEmacs compability.
13246
13247 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13250         by `string-to-number'.
13251         * gnus-agent.el (gnus-agent-regenerate-group)
13252         (gnus-agent-fetch-articles): Ditto.
13253         * gnus-art.el (gnus-button-fetch-group): Ditto.
13254         * gnus-cache.el (gnus-cache-generate-active)
13255         (gnus-cache-articles-in-group): Ditto.
13256         * gnus-group.el (gnus-group-set-current-level)
13257         (gnus-group-insert-group-line): Ditto.
13258         * gnus-score.el (gnus-score-set-expunge-below)
13259         (gnus-score-set-mark-below, gnus-summary-score-effect)
13260         (gnus-summary-score-entry): Ditto.
13261         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13262         (gnus-soup-pack): Ditto.
13263         * gnus-spec.el (gnus-xmas-format): Ditto.
13264         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13265         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13266         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13267         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13268         * nndb.el (nndb-get-remote-expire-response): Ditto.
13269         * nndiary.el (nndiary-parse-schedule-value)
13270         (nndiary-string-to-number, nndiary-request-replace-article)
13271         (nndiary-request-article): Ditto.
13272         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13273         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13274         * nneething.el (nneething-make-head): Ditto.
13275         * nnfolder.el (nnfolder-request-article)
13276         (nnfolder-retrieve-headers): Ditto.
13277         * nnheader.el (nnheader-file-to-number): Ditto.
13278         * nnkiboze.el (nnkiboze-request-article): Ditto.
13279         * nnmail.el (nnmail-process-unix-mail-format)
13280         (nnmail-process-babyl-mail-format): Ditto.
13281         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13282         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13283         (nnmh-request-create-group, nnmh-request-list-1)
13284         (nnmh-request-group, nnmh-request-article): Ditto.
13285         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13286         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13287         * nnsoup.el (nnsoup-make-active): Ditto.
13288         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13289         * nntp.el (nntp-find-group-and-number)
13290         (nntp-retrieve-headers-with-xover): Ditto.
13291         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13292         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13293         (pgg-format-key-identifier): Ditto.
13294         * pop3.el (pop3-last, pop3-stat): Ditto.
13295         * qp.el (quoted-printable-decode-region): Ditto.
13296
13297         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13298         of concat.
13299
13300 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13303
13304         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13305
13306         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13307
13308         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13309
13310         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13311
13312         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13313
13314         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13315         (gnus-carpal-mode): Ditto.
13316
13317         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13318         (gnus-browse-mode): Ditto.
13319
13320         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13321
13322         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13323
13324 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13325
13326         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13327
13328 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * gnus-util.el (gnus-run-mode-hooks): New function.
13331
13332         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13333
13334         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13335         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13336
13337 2005-05-27  Lute Kamstra  <lute@gnu.org>
13338
13339         * dns-mode.el (dns-mode): Specify customization group.
13340
13341 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13342
13343         * gnus-agent.el (gnus-agent-make-mode-line-string):
13344         Use mode-line-highlight as mouse-face.
13345
13346 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * canlock.el (canlock): Change the parent group to news.
13349
13350         * deuglify.el (gnus-outlook-deuglify): Add :group.
13351
13352         * dig.el (dig): Add :group.
13353
13354         * dns-mode.el (dns-mode): Add :group.
13355
13356         * encrypt.el (encrypt): Add :group.
13357
13358         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13359         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13360         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13361         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13362         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13363
13364         * gnus-diary.el (gnus-diary): Add :group.
13365
13366         * gnus.el (gnus-group-news-1-face): Add :group.
13367         (gnus-group-news-1-empty-face): Ditto.
13368         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13369         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13370         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13371         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13372         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13373         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13374         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13375         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13376         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13377         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13378         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13379         (gnus-summary-high-ticked-face): Ditto.
13380         (gnus-summary-low-ticked-face): Ditto.
13381         (gnus-summary-normal-ticked-face): Ditto.
13382         (gnus-summary-high-ancient-face): Ditto.
13383         (gnus-summary-low-ancient-face): Ditto.
13384         (gnus-summary-normal-ancient-face): Ditto.
13385         (gnus-summary-high-undownloaded-face): Ditto.
13386         (gnus-summary-low-undownloaded-face): Ditto.
13387         (gnus-summary-normal-undownloaded-face): Ditto.
13388         (gnus-summary-high-unread-face): Ditto.
13389         (gnus-summary-low-unread-face): Ditto.
13390         (gnus-summary-normal-unread-face): Ditto.
13391         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13392         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13393
13394         * hashcash.el (hashcash): New custom group.
13395         (hashcash-default-payment): Add :group.
13396         (hashcash-payment-alist): Ditto.
13397         (hashcash-default-accept-payment): Ditto.
13398         (hashcash-accept-resources): Ditto.
13399         (hashcash-path): Ditto.
13400         (hashcash-extra-generate-parameters): Ditto.
13401         (hashcash-double-spend-database): Ditto.
13402         (hashcash-in-news): Ditto.
13403
13404         * message.el (message-minibuffer-local-map): Add :group.
13405
13406         * netrc.el (netrc): Add :group.
13407
13408         * sieve-manage.el (sieve-manage-log): Add :group.
13409         (sieve-manage-default-user): Diito.
13410         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13411         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13412         (sieve-manage-authenticators): Ditto.
13413         (sieve-manage-authenticator-alist): Ditto.
13414         (sieve-manage-default-port): Ditto.
13415
13416         * sieve-mode.el (sieve-control-commands-face): Add :group.
13417         (sieve-action-commands-face): Ditto.
13418         (sieve-test-commands-face): Ditto.
13419         (sieve-tagged-arguments-face): Ditto.
13420
13421         * smime.el (smime): Add :group.
13422
13423         * spam-report.el (spam-report): Add :group.
13424
13425         * spam.el (spam, spam-face): Add :group.
13426
13427 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13428
13429         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13430         return \n.\n.\n at the end of articles.  Protect against that.
13431         (nntp-with-open-group): Allow debugging.
13432
13433         * nnheader.el (mail-header-set-extra): Make into a function
13434         because I just could't understand how to quote the list properly.
13435
13436         * dns.el (query-dns-cached): New function.
13437
13438 2005-05-26  Lute Kamstra  <lute@gnu.org>
13439
13440         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13441
13442 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13445
13446         * gnus-art.el: Don't autoload mail-extract-address-components.
13447
13448         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13449         eval-and-compile to evaluate it.
13450
13451         * hashcash.el: Don't autoload executable-find.
13452
13453         * nndb.el: Don't declare the nndb back end two or more times; don't
13454         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13455
13456         * nntp.el: Autoload format-spec instead of format; use
13457         eval-and-compile to evaluate autoload forms.
13458
13459 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13460
13461         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13462
13463 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13464
13465         * gnus.el (gnus-version-number): Bump version.
13466
13467 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13468
13469         * gnus.el: No Gnus v0.3 is released.
13470
13471 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13472
13473         * lpath.el (featurep): Bind show-nonbreak-escape.
13474
13475 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * gnus-art.el (gnus-article-edit-part): Disable undo.
13478
13479 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13482         gnus-article-date-lapsed-new-header is t if date timer is active;
13483         skip headers in which the original date value is empty.
13484         (gnus-article-save-original-date): Redefine it as a macro.
13485         (gnus-display-mime): Use it.
13486
13487 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * gnus-art.el (article-date-ut): Support converting date in
13490         forwarded parts as well.
13491         (gnus-article-save-original-date): New function.
13492         (gnus-display-mime): Use it.
13493
13494 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13495
13496         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13497         enclosure element of <item>.
13498
13499 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13500
13501         * message.el (message-kill-buffer-query): Renamed from
13502         `message-kill-buffer-query-if-modified'.  Added :version.
13503
13504 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13507         window layout.
13508
13509 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * mml.el: Autoload dnd when compiling.
13512
13513 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13514
13515         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13516         x-dnd-*.
13517
13518 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * qp.el (quoted-printable-encode-region): Save excursion.
13521
13522 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13523
13524         * message.el (message-kill-buffer-query-if-modified): Add new variable
13525         so the user can kill a modified message buffer quickly.
13526         (message-kill-buffer): Use it.
13527
13528 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * lpath.el: Fbind display-time-event-handler; don't fbind
13531         string-to-multibyte.
13532
13533         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13534
13535 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13538         contained in text because xml.el decodes entities) with LFs.
13539
13540 2005-04-11  Lute Kamstra  <lute@gnu.org>
13541
13542         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13543         differently.
13544
13545 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13546
13547         * mm-util.el (mm-detect-coding-region): Typo.
13548
13549 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13552
13553 2005-04-06  Deepak Goel  <deego@gnufans.org>
13554
13555         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13556         user-function allow user modifications of the scores.
13557         (spam-stat-score-buffer-user): New function, to allow
13558         user-computed modifications to the score.
13559         (spam-stat-score-buffer-user-functions): List of additional
13560         scoring functions.
13561         (spam-stat-error-holder): Global temporary error holder.
13562         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13563         variable.
13564
13565 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13566
13567         * gnus-registry.el (gnus-registry-clean-empty-function)
13568         (gnus-registry-trim, gnus-registry-fetch-groups)
13569         (gnus-registry-delete-group): Groups that match
13570         `gnus-registry-ignored-groups' are removed from the registry
13571         entries, not just ignored for splitting.  This helps clean up the
13572         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13573         to get all the groups a message ID is in.
13574
13575         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13576         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13577         (spam-stat-score-buffer-user-functions): Add :number custom type.
13578
13579 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13582         argument in XEmacs.
13583
13584         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13585         (nnrss-request-group): Decode group name first.
13586         (nnrss-request-article): Make a text/plain article if mml-to-mime
13587         failed.
13588         (nnrss-get-encoding): Return a compatible encoding according to
13589         nnrss-compatible-encoding-alist.
13590         (nnrss-find-el): Use consp instead of listp.
13591         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13592
13593 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13596         which Emacs 20 doesn't support.
13597         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13598
13599 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13600
13601         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13602         silence the byte compiler inside the defun.
13603
13604         * gnus-demon.el (parse-time-string): Add autoload.
13605
13606         * gnus-delay.el (parse-time-string): Add autoload.
13607
13608         * gnus-art.el (parse-time-string): Add autoload.
13609
13610         * nnultimate.el (parse-time): Require for `parse-time-string'.
13611
13612 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13615
13616         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13617
13618         * smime.el (smime-ldap-host-list): Add :version.
13619
13620 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13621
13622         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13623         pass it to `gnus-browse-read-group'.
13624         (gnus-browse-read-group): Add NUMBER argument and pass it to
13625         `gnus-group-read-ephemeral-group'.
13626
13627         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13628         argument and pass it to `gnus-group-read-group'.
13629
13630 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13631
13632         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13633         mm-xemacs-find-mime-charset-1 if we have the mule feature
13634         available at runtime.
13635
13636 2005-03-25  Werner Lemberg  <wl@gnu.org>
13637
13638         * nnmaildir.el: Replace `illegal' with `invalid'.
13639
13640 2005-03-23  Lute Kamstra  <lute@gnu.org>
13641
13642         * time-date.el: Add comment on time value formats.
13643         Don't require parse-time.
13644         (with-decoded-time-value): New macro.
13645         (encode-time-value): New function.
13646         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13647         (days-to-time): Return a valid time value when arg is huge.
13648         (time-since): Use time-subtract.
13649         (time-to-number-of-days): Use time-to-seconds.
13650
13651 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13652
13653         * gnus-start.el (gnus-display-time-event-handler):
13654         Check display-time-timer at runtime rather than only at load time
13655         in case display-time-mode is turned off in the mean time.
13656
13657 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13658
13659         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13660         used.
13661
13662         * nneething.el (nneething-map-file-directory): Derive from
13663         `gnus-directory'.
13664
13665         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13666         the To/Cc button.
13667
13668 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13669
13670         * nnmaildir.el (nnmaildir-request-accept-article):
13671         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13672
13673 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13674
13675         * gnus-async.el: Require timer-funcs at compile time when in
13676         XEmacs for `run-with-idle-timer'.
13677
13678 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13679
13680         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13681         autoloaded function.
13682
13683 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13684
13685         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13686
13687 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13688
13689         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13690
13691 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13692
13693         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13694         gnus-expert-user to default.
13695
13696 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13697
13698         * nnimap.el (nnimap-open-server): Ditto.
13699
13700         * imap.el (imap-authenticate): Fix typo.
13701
13702 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13703
13704         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13705         buffer (since IMAP server might return FETCH response out of
13706         order, and the nntp buffer must be sorted).
13707
13708 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13709
13710         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13711         comparison on string.
13712
13713         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13714         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13715         (gnus-agent-summary-fetch-series): Modified to protect against
13716         gnus-agent-summary-fetch-group clearing processable flags.
13717         (gnus-agent-synchronize-group-flags): Update live group buffer as
13718         synchronization may occur due to the user toggle the plugged
13719         status.
13720         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13721         successfully downloaded.
13722         (gnus-agent-expire-group-1): Avoid using markers when the overview
13723         is in ascending order; greatly improves performance.
13724         (gnus-agent-regenerate-group): Use
13725         gnus-agent-synchronize-group-flags to reset read status in both
13726         gnus and server.
13727         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13728
13729 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * message.el: Don't autoload former message-utils variables.
13732         (message-strip-subject-trailing-was): Change doc string.
13733
13734         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13735         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13736         (nnweb-google-search): Add "hl=en" here.
13737         (nnweb-google-parse-1, nnweb-google-create-mapping):
13738         Don't hardcode URL.
13739
13740 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13741
13742         * message.el (message-get-reply-headers, message-followup):
13743         Mention related variables `message-use-followup-to' and
13744         `message-use-mail-followup-to', in the information buffer.
13745
13746         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13747         of broken groups(-beta).google.com.
13748
13749 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13750
13751         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13752         parameter to invoked gnus-request-move-article; remove the
13753         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13754         all at once instead of once per article.
13755         (gnus-summary-remove-process-mark): Accept a list of articles as
13756         well as a single article for processing.
13757
13758         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13759         parameter.
13760
13761         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13762
13763         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13764
13765         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13766         parameter.
13767
13768         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13769         parameter.
13770
13771         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13772         parameter and remove the gnus-sum-hint-move-is-internal variable.
13773
13774         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13775         parameter.
13776
13777         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13778         parameter.
13779
13780         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13781         parameter.
13782
13783         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13784
13785         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13786         parameter.
13787
13788         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13789         parameter.
13790
13791 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13792
13793         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13794         a more conservative way.
13795
13796 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13797
13798         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13799         buffer, so it moves the window's cursor.
13800
13801 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13802
13803         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13804         `mm-dissect-multipart' and receive the from field as an (optional)
13805         argument from `mm-dissect-multipart'.
13806         (mm-dissect-multipart): Receive the from field as an argument and
13807         pass it on when we call `mm-dissect-buffer' on MIME parts.
13808         Fixes verification/decryption of signed/encrypted MIME parts.
13809
13810 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13811
13812         * gnus-sum.el (gnus-summary-move-article): Set
13813         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13814         whatever it calls (right now, only nnimap-request-move article
13815         respects it).
13816
13817         * nnimap.el (nnimap-request-move-article): When
13818         gnus-sum-hint-move-is-internal is set, don't do the extra
13819         nnimap-request-article.
13820
13821 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13822
13823         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13824
13825         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13826         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13827
13828         * gnus-sum.el (gnus-summary-caesar-message):
13829         Apply `gnus-treat-article' after rotation.
13830
13831         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13832         doc string.
13833
13834 2005-02-22  Simon Josefsson  <jas@extundo.com>
13835
13836         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13837         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13838         <arne@arnested.dk>.
13839         (encrypt): Add password-cache and password-cache-expiry as group
13840         members.
13841
13842 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13843
13844         * smime.el (smime-ldap-host-list): Doc fix.
13845         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13846         cache) password.
13847         (smime-sign-region): Use it.
13848         (smime-decrypt-region): Use it.
13849         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13850         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13851         fails.
13852         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13853         certificate from DER to PEM format rather than calling openssl.
13854
13855         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13856
13857         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13858         for signing/encryption.
13859
13860         * mml.el (mml-parse-1): Use them.
13861
13862 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13863
13864         * nnrss.el (nnrss-verbose): Removed.
13865         (nnrss-request-group): Use `nnheader-message' instead.
13866
13867 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13868
13869         * nnrss.el (nnrss-verbose): New variable.
13870         (nnrss-request-group): Make it say nnrss is requesting a group.
13871
13872 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13875         Handle news URL with given port correctly.
13876
13877 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13880         containing special characters.
13881
13882         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13883
13884         * mml.el (mime-to-mml): Ditto.
13885
13886         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13887         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13888         (rfc2047-decode-region): Quote decoded words containing special
13889         characters when rfc2047-quote-decoded-words-containing-tspecials
13890         is non-nil.
13891
13892 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13893
13894         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13895
13896         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13897
13898 2005-02-15  Simon Josefsson  <jas@extundo.com>
13899
13900         * nnimap.el (nnimap-debug): Doc fix.
13901
13902         * imap.el (imap-debug): Doc fix.
13903
13904 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13907
13908 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13909
13910         * gnus.el (spam-contents): Improve docs for spam-contents
13911         parameter in its variable incarnation.
13912
13913 2005-02-14  Simon Josefsson  <jas@extundo.com>
13914
13915         * smime-ldap.el: Use require instead of load-library for ldap.
13916         (smime-ldap-search): Indent.
13917         (smime-ldap-search-internal): Shorten line.
13918
13919         * smime.el (smime-cert-by-dns): Add doc-string.
13920         (smime-cert-by-ldap-1): Indent.
13921
13922         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13923         mml-smime-get-dns-ldap.
13924         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13925
13926 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13927
13928         * smime.el: Require smime-ldap.
13929         (smime-ldap-host-list): New variable.
13930         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13931
13932         * mml-smime.el (mml-smime-encrypt-query): New function.
13933         (mml-smime-encrypt-query): Use it.
13934
13935         * smime-ldap.el: New file.
13936
13937 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13940
13941 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13942
13943         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13944         argument in doc string.  Make query for type more clear.
13945
13946 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13947
13948         * gnus.el (gnus-group-startup-message): Search for gnus images in
13949         etc/images/gnus.
13950         * mm-util.el (mm-image-load-path): Likewise.
13951         * smiley.el (smiley-data-directory): Search for smilies in
13952         etc/images/smilies.
13953
13954 2005-02-09  Kim F. Storm  <storm@cua.dk>
13955
13956         Change Emacs release version from 21.4 to 22.1 throughout.
13957         Change Emacs development version from 21.3.50 to 22.0.50.
13958
13959 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13962
13963         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13964         non-Mule XEmacs as well.
13965         (mm-decompress-buffer): Signal an error intentionally if it does
13966         not decompress compressed data because auto-compression-mode is
13967         disabled.
13968
13969 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13970
13971         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13972         an ID in the registry even if it has no groups.
13973
13974 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13977         merge it into mm-decompress-buffer.
13978         (gnus-mime-copy-part): Use the MIME part charset, the value which
13979         a user specified or gnus-newsgroup-charset for decoding, like
13980         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13981         save-buffer what was used.  Suggested by Kevin Ryde
13982         <user42@zip.com.au>.
13983         (gnus-mime-inline-part): Allow the name parameter as well as the
13984         filename parameter; force decompressing of compressed data; always
13985         display contents being not decoded as unibyte.
13986
13987         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13988         as well as the filename parameter.
13989
13990         * mm-util.el (mm-decompress-buffer): Merge
13991         gnus-mime-jka-compr-maybe-uncompress.
13992         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13993         of compressed data.
13994
13995 2005-02-08  Simon Josefsson  <jas@extundo.com>
13996
13997         * imap.el (imap-log): Doc fix.
13998
13999 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14002         the coding cookies; decompress compressed parts.
14003
14004         * mml.el (mml-generate-mime-1): Add the charset parameter according
14005         to the value which a user specified manually or the coding cookie.
14006
14007         * mm-util.el (mm-string-to-multibyte): New function.
14008         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14009         (mm-coding-system-to-mime-charset): New function.
14010         (mm-decompress-buffer): New function.
14011         (mm-find-buffer-file-coding-system): New function.
14012
14013         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14014         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14015         parts.
14016
14017 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14018
14019         * mm-view.el (mm-display-inline-fontify): Decode a part according
14020         to the charset parameter.
14021
14022 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14025         prefix arg is neither nil nor a number, as info specifies.
14026
14027 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14030         timestamps.
14031
14032 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14033
14034         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14035         groups error checking and notify user.
14036
14037 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14038
14039         * message.el (message-send-mail-function): Check existence of
14040         sendmail-program first before using default value
14041         `message-send-mail-with-sendmail'.  Otherwise use more generic
14042         `smtpmail-send-it'.
14043
14044 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * nntp.el (nntp-request-update-info): Always return nil.
14047
14048 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14049
14050         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14051
14052 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14053
14054         * message.el (message-beginning-of-line): Change the behavior when
14055         invoked between BOL and : so that it first moves backward.
14056
14057 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14060         article buffer when editing of the article is discarded.
14061         (gnus-article-prepare): Revert.
14062
14063 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * gnus-art.el (gnus-article-prepare):
14066         Remove message-strip-forbidden-properties from the local hook.
14067
14068 2005-01-27  Simon Josefsson  <jas@extundo.com>
14069
14070         * password.el (password-cache-add): Only start one timer per key.
14071         Reported by Derek Atkins <warlord@MIT.EDU>.
14072
14073 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14074
14075         * run-at-time.el: Removed.  It is no longer needed as
14076         timer-funcs.el in the xemacs-base package has a working version of
14077         `run-at-time'.
14078
14079         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14080
14081         * password.el: Require timer-funcs instead of run-at-time in
14082         XEmacs.
14083         Remove `password-run-at-time' macro.
14084         (password-cache-add): Use `run-at-time' instead of
14085         `password-run-at-time'.
14086
14087         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14088         Remove `nnheader-cancel-function-timers' alias,
14089         `cancel-function-timers' exists in XEmacs in timer-funcs.
14090
14091         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14092         for `run-with-idle-timer'.
14093
14094         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14095         for `run-at-time'.
14096
14097         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14098         for `with-timeout'.
14099
14100         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14101         the same as for XEmacs 21.4.
14102         No need to ignore `run-with-idle-timer', this function exists in
14103         XEmacs now in timer-funcs.el in the xemacs-base package.
14104         (dgnushack-compile): No need to delete
14105         run-at-time.el from the list of files to compile because it
14106         doesn't exist anymore.
14107
14108 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14111         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14112
14113 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14114
14115         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14116         sensitively.
14117
14118 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14119
14120         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14121
14122 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14125         which will be inserted according to the multibyteness of a buffer
14126         rather than the type of contents.  Suggested by ARISAWA Akihiro
14127         <ari@mbf.ocn.ne.jp>.
14128
14129         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14130         of string which old xml.el may return rather than a string.
14131
14132 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14135
14136 2005-01-16  Simon Josefsson  <jas@extundo.com>
14137
14138         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14139         idn/idna.el isn't available.
14140         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14141         <michael@waxrat.com>.
14142
14143         * hashcash.el: Remove non-FSF copyright header.
14144
14145         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14146         (hashcash-generate-payment): Use it.
14147         (hashcash-generate-payment-async): Use it.
14148
14149 2005-01-15  Simon Josefsson  <jas@extundo.com>
14150
14151         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14152         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14153
14154         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14155         gnus-summary-idna-message.
14156         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14157         (gnus-summary-idna-message): New function.
14158
14159 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14160
14161         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14162         gnus-novice-user.
14163
14164 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * nnrss.el (nnrss-request-delete-group): Delete entries in
14167         nnrss-group-alist as well.
14168         (nnrss-save-server-data): Insert newline.
14169
14170 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * gnus.el (gnus-user-agent): Use list of symbols instead of
14173         symbols.  Display full version number for (S)XEmacs.  Optionally
14174         display (S)XEmacs codename.
14175
14176         * gnus-util.el (gnus-emacs-version): Update for new
14177         `gnus-user-agent'.
14178
14179         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14180         Gnus version.
14181
14182 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14185         which is unreadable in some setups.
14186
14187 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * gnus-spec.el (gnus-update-format-specifications): Flush the
14190         group format spec cache if it doesn't support decoded group names.
14191
14192 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14195         Allow to apply decay on score files matching a regexp.
14196
14197 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14200         compatibility in %g and %c.
14201
14202 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14205         name for only %g and %c.
14206         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14207         of gnus-tmp-group to decoded group name.
14208         (gnus-group-make-rss-group): Exclude `/'s from group names.
14209
14210 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * nnrss.el (nnrss-get-encoding): Fix regexp.
14213
14214 2004-12-27  Simon Josefsson  <jas@extundo.com>
14215
14216         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14217         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14218         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14219
14220 2004-12-17  Kim F. Storm  <storm@cua.dk>
14221
14222         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14223
14224         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14225
14226 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14227
14228         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14229
14230 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * nnrss.el: Require rfc2047 and mml.
14233         (nnrss-file-coding-system): New variable.
14234         (nnrss-format-string): Redefine it as an inline function.
14235         (nnrss-decode-group-name): New function.
14236         (nnrss-string-as-multibyte): Remove.
14237         (nnrss-retrieve-headers): Decode group name; don't use
14238         nnrss-format-string.
14239         (nnrss-request-group): Decode group name.
14240         (nnrss-request-article): Decode group name; allow a Message-ID as
14241         well as an article number; don't use nnrss-format-string; encode a
14242         Message-ID string which may contain non-ASCII characters; use
14243         mml-to-mime to compose a MIME article.
14244         (nnrss-request-expire-articles): Decode group name.
14245         (nnrss-request-delete-group): Decode group name.
14246         (nnrss-fetch): Clarify error message.
14247         (nnrss-read-server-data): Use insert-file-contents instead of load;
14248         bind file-name-coding-system; use multibyte buffer.
14249         (nnrss-save-server-data): Bind coding-system-for-write to the
14250         value of nnrss-file-coding-system; bind file-name-coding-system;
14251         add coding cookie.
14252         (nnrss-read-group-data): Use insert-file-contents instead of load;
14253         bind file-name-coding-system; use multibyte buffer.
14254         (nnrss-save-group-data): Bind coding-system-for-write to the
14255         value of nnrss-file-coding-system; bind file-name-coding-system.
14256         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14257         make it work with non-ASCII text.
14258         (nnrss-find-el): Make it work with old xml.el as well.
14259
14260 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14261
14262         * nnrss.el (nnrss-get-encoding): New function.
14263         (nnrss-fetch): Use unibyte buffer initially; bind
14264         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14265         decode contents according to the encoding attribute.
14266         (nnrss-save-group-data): Add coding cookie.
14267         (nnrss-mime-encode-string): New function.
14268         (nnrss-check-group): Use it to encode subject and author.
14269
14270 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14271
14272         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14273         imaginary variable.
14274
14275 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14278         correctly even if there are wide characters.
14279
14280 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14281
14282         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14283         downcased symbol names; make a new cache instead of reusing
14284         bbdb-hashtable.
14285
14286 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14289         concatenating segments rather than before concatenating them.
14290         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14291
14292         * message.el (message-get-reply-headers): Bind `extra'.
14293
14294 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14295
14296         * message.el (message-extra-wide-headers): New variable.
14297         (message-get-reply-headers): Use it.
14298
14299 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14302         (gnus-agent-group-pathname): Ditto.
14303
14304         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14305
14306         * gnus-group.el (gnus-group-make-group): Decode group name.
14307         (gnus-group-make-rss-group): Register the group data after opening
14308         the nnrss group.
14309
14310 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14311
14312         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14313         by expiry now get marked as read.
14314
14315 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14318
14319 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14320
14321         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14322         unify Latin characters in XEmacs.
14323         (mm-find-mime-charset-region): Use it.
14324
14325 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * gnus-util.el (gnus-delete-directory): New function.
14328
14329         * gnus-agent.el (gnus-agent-delete-group): Use it.
14330
14331         * gnus-cache.el (gnus-cache-delete-group): Use it.
14332
14333 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14336         names.
14337
14338 2004-12-16  Simon Josefsson  <jas@extundo.com>
14339
14340         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14341
14342 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14345
14346         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14347         (gnus-group-set-current-level): Decode group name.
14348
14349 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14350
14351         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14352         failed.
14353
14354 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * gnus-group.el (gnus-group-delete-group): Decode group name.
14357         (gnus-group-make-rss-group): Encode group name.
14358         (gnus-group-catchup-current): Decode group name.
14359         (gnus-group-kill-group): Decode group name.
14360
14361 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14362
14363         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14364
14365 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-group.el (gnus-group-make-rss-group):
14368         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14369
14370         * gnus-start.el (gnus-setup-news): Honor user's setting to
14371         gnus-message-archive-method.  Suggested by Lute Kamstra
14372         <lute@gnu.org>.
14373
14374 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14375
14376         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14377         global counterparts of the buffer-local variables.
14378
14379 2004-11-16  Romain Francoise  <romain@orebokech.com>
14380
14381         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14382         counterparts of the buffer-local variables.
14383
14384 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14385
14386         * message.el (message-forbidden-properties): Fixed typo in doc
14387         string.
14388
14389 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * gnus-util.el (gnus-replace-in-string): Added doc string.
14392
14393         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14394         to avoid problems when splitting mails with many recipients.
14395
14396 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14397
14398         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14399         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14400
14401 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14402
14403         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14404         if there is no hashtable in memory or file modification time is
14405         newer than cached timestamp.
14406
14407 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14410         not-matching option.
14411
14412 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14413
14414         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14415         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14416         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14417         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14418         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14419         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14420
14421 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * message.el (message-forward-make-body-mml): Remove headers
14424         according to message-forward-ignored-headers if a message is decoded.
14425
14426 2004-12-02  Romain Francoise  <romain@orebokech.com>
14427
14428         * message.el (message-forward-make-body-plain): Always remove
14429         headers according to message-forward-ignored-headers.
14430
14431 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14432
14433         * spam.el (spam-summary-prepare-exit): Remove the
14434         gnus-summary-limit pop for now, it has problems with ham marks for
14435         me.
14436
14437 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14438
14439         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14440         correctly.
14441
14442 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14443
14444         * format-spec.el (format-spec): Message the char.
14445
14446 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14447
14448         * gnus-art.el (gnus-split-methods): Reformat comments.
14449
14450         * spam.el (spam-summary-prepare-exit): Remove article limits
14451         before exiting the summary buffer.
14452
14453 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14456         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14457
14458         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14459         order to silence the byte compiler.
14460
14461         * spam.el: Fix the way to silence the byte compiler, which
14462         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14463         bbdb-search-simple, spam-BBDB-register-routine,
14464         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14465         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14466         spam-stat-buffer-is-spam, spam-stat-load,
14467         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14468         spam-stat-save and spam-stat-split-fancy.
14469
14470 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14473         which may confuse users.
14474         (canlock-password-for-verify): Ditto.
14475
14476         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14477
14478         * gnus-art.el (gnus-emphasis-alist): Ditto.
14479
14480         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14481
14482         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14483
14484         * gnus-start.el (gnus-save-killed-list): Ditto.
14485
14486         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14487         (gnus-sum-thread-tree-root): Ditto.
14488         (gnus-sum-thread-tree-false-root): Ditto.
14489         (gnus-sum-thread-tree-single-indent): Ditto.
14490
14491         * message.el (message-courtesy-message): Ditto.
14492         (message-archive-note): Ditto.
14493         (message-subscribed-address-file): Ditto.
14494         (message-user-fqdn): Ditto.
14495
14496         * spam-report.el (spam-report-gmane-regex): Ditto.
14497
14498         * spam.el (spam-blackhole-good-server-regex): Ditto.
14499
14500 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * mml.el (mml-preview): Widen the message buffer before copying
14503         the contents to the preview buffer; sort headers before previewing.
14504
14505         * message.el (message-hidden-headers): Fix the way to avoid a bug
14506         in the `repeat' widget in Emacs 21.3 or earlier.
14507
14508 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14509
14510         * message.el (message-hidden-headers): Default to "^References:".
14511         Improve customization type.  Suggested by Reiner Steib
14512         <Reiner.Steib@gmx.de>.
14513
14514 2004-11-25  Romain Francoise  <romain@orebokech.com>
14515
14516         * message.el (message-strip-forbidden-properties): Remove check for
14517         obsolete `message-hidden' text property, hidden headers are not
14518         accessible in the buffer anymore.
14519
14520 2004-11-22  Romain Francoise  <romain@orebokech.com>
14521
14522         * message.el (message-header-format-alist): Add `From' in list
14523         so that it can be sorted.
14524         (message-fix-before-sending): Widen and sort headers before
14525         sending.
14526         (message-hide-headers): Use narrowing to hide headers by moving
14527         them to the top of the buffer and narrowing to the region
14528         underneath.
14529
14530 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14531
14532         * message.el (message-strip-forbidden-properties): Bind
14533         buffer-read-only (etc) to nil.
14534
14535 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14536
14537         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14538         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14539
14540 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14541
14542         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14543
14544 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14545
14546         * dns.el (query-dns): Use sit-for to time instead of
14547         accept-process-output, since that doesn't seem to work on udp
14548         sockets.
14549
14550 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14553
14554 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14555
14556         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14557         doc string.  Improve doc string.
14558
14559 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * nntp.el (nntp-request-update-info): Return nil if
14562         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14563         may not call gnus-activate-group which uselessly issues the GROUP
14564         commands for all nntp groups and wastes time.  Reported by Romain
14565         Francoise <romain@orebokech.com>.
14566
14567         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14568
14569 2004-11-15  Simon Josefsson  <jas@extundo.com>
14570
14571         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14572         headers separately.
14573         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14574         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14575
14576 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * gnus-start.el (gnus-convert-old-newsrc):
14579         Assign legacy-gnus-agent to 5.10.7.
14580
14581 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14582
14583         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14584         start of the lines.
14585
14586 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14587
14588         * hashcash.el (hashcash-default-payment): Change default to 20.
14589         (hashcash-default-accept-payment): Change default to 20.
14590         (hashcash-process-alist): New variable.
14591         (hashcash-generate-payment-async): Add.
14592         (hashcash-already-paid-p): Add.
14593         (hashcash-insert-payment): Don't generate payments twice.
14594         (hashcash-insert-payment-async): Add.
14595         (hashcash-insert-payment-async-2): Add.
14596         (hashcash-cancel-async): Add.
14597         (hashcash-wait-async): Add.
14598         (hashcash-processes-running-p): Add.
14599         (hashcash-wait-or-cancel): Add.
14600         (mail-add-payment): New optional argument.  Conditionally start
14601         asynchronous calculation.
14602         (mail-add-payment-async): Add.
14603
14604         * message.el (message-send-mail): Wait for asynchronous hashcash
14605         results.  Don't clobber existing X-Hashcash headers.
14606         (message-setup-1): Call mail-add-payment-async when
14607         message-generate-hashcash is non-nil.
14608
14609 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14610
14611         * message.el (message-use-alternative-email-as-from): Examine the
14612         From header as well; use message-make-from in order to include a
14613         user's full name.
14614
14615 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14618         default; improve customization type.
14619         (gnus-emphasis-custom-with-format): New macro.
14620         (gnus-emphasis-custom-value-to-external): New function.
14621         (gnus-emphasis-custom-value-to-internal): New function.
14622
14623 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14624
14625         * dns.el (query-dns): Resolve reverse addresses.
14626
14627 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14628
14629         * gnus-group.el (gnus-group-get-new-news): Use it.
14630
14631         * gnus-start.el (gnus-check-reasonable-setup): New function.
14632
14633 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14636         "Args out of range" error.  Reported by Arnaud Giersch
14637         <arnaud.giersch@free.fr>.
14638
14639 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14640
14641         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14642
14643 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14644
14645         * spam.el (spam group): Add :version.
14646
14647         * pgg-def.el (pgg group): Add :version.
14648
14649 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * gnus-art.el (gnus-article-edit-article): Don't associate the
14652         article buffer with a draft file.  This is a temporary measure
14653         against the 2004-08-22 change to gnus-article-edit-mode.
14654
14655 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14656
14657         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14658         (html2text-format-tags): Remove unused variable `attr'.
14659
14660 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14661
14662         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14663
14664         * tls.el (tls-process-connection-type, tls-success)
14665         (tls-certtool-program): Add :version.
14666
14667         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14668         (starttls-extra-arguments, starttls-process-connection-type)
14669         (starttls-connect, starttls-failure, starttls-success): Add :version.
14670
14671         * spam-stat.el (spam-stat): Add :version.
14672
14673         * sieve.el (sieve): Add :version.
14674
14675         * sha1.el (sha1): Add :version.
14676         (sha1-use-external): Remove redundant version.
14677
14678         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14679         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14680         (nnmail-split-fancy-match-partial-words)
14681         (nnmail-split-lowercase-expanded): Add :version.
14682
14683         * nndiary.el (nndiary): Add :version.
14684
14685         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14686
14687         * mml-sec.el (mml-default-sign-method)
14688         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14689         Add :version.
14690
14691         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14692
14693         * mm-url.el (mm-url-use-external, mm-url-program)
14694         (mm-url-arguments): Add :version.
14695
14696         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14697         (mm-attachment-file-modes, mm-decrypt-option)
14698         (mm-w3m-safe-url-regexp): Add :version.
14699
14700         * message.el (message-cite-prefix-regexp)
14701         (message-sendmail-envelope-from, message-minibuffer-local-map)
14702         (message-user-fqdn, message-completion-alist): Add :version.
14703
14704         * gnus-win.el (gnus-configure-windows-hook)
14705         (gnus-use-frames-on-any-display): Add :version.
14706
14707         * gnus-art.el (gnus-article-address-banner-alist)
14708         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14709         (gnus-treat-from-picon, gnus-treat-mail-picon)
14710         (gnus-treat-x-pgp-sig): Add :version.
14711
14712         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14713         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14714         (gnus-summary-article-delete-hook)
14715         (gnus-summary-display-while-building): Add :version.
14716
14717         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14718         (gnus-get-top-new-news-hook): Add :version.
14719
14720         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14721         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14722
14723         * gnus-registry.el (gnus-registry): Add :version.
14724
14725         * gnus-spec.el (gnus-use-correct-string-widths)
14726         (gnus-make-format-preserve-properties): Add :version.
14727
14728         * gnus.el (gnus-group-charter-alist)
14729         (gnus-group-fetch-control-use-browse-url)
14730         (gnus-install-group-spam-parameters): Add :version.
14731
14732         * gnus-diary.el (gnus-diary): Add :version.
14733
14734         * gnus-delay.el (gnus-delay): Add :version.
14735
14736         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14737         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14738         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14739         Add :version.
14740
14741         * gnus-agent.el (gnus-agent-max-fetch-size)
14742         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14743         (gnus-agent-prompt-send-queue): Add :version.
14744
14745         * deuglify.el (gnus-outlook-deuglify): Add :version.
14746
14747         * html2text.el: Beautify code.  Improve doc strings.  Some
14748         checkdoc cleanup.
14749         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14750
14751 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14752
14753         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14754
14755 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14756
14757         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14758         when package is loaded.
14759
14760         * spam.el (spam-summary-score-preferred-header): Add global preference
14761         for people who want to override the default SpamAssassin over
14762         Bogofilter preference (when both are set).
14763         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14764         (spam-user-format-function-S): Check
14765         spam-summary-score-preferred-header.
14766         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14767         (spam-user-format-function-S): Format the score correctly.
14768
14769 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14772         signature file.  Suggested by Manoj Srivastava
14773         <srivasta@golden-gryphon.com>.
14774
14775         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14776         iso-2022-jp even in the Japanese language environment.
14777         Suggested by Jason Rumney <jasonr@gnu.org>.
14778
14779 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14782         use the same characters as the dummy marks; make it free from
14783         getting affected by the language environment.
14784         (gnus-summary-read-group-1): Update mark positions only when the
14785         format spec is updated.
14786
14787         * gnus-spec.el (gnus-update-format-specifications): Return a list
14788         of updated types.
14789
14790 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14793         of boundp to check if display-warning is available.
14794
14795 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14796
14797         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14798
14799 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * nnspool.el (nnspool-spool-directory): Use news-path if the
14802         news-directory variable is not bound.
14803
14804         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14805         function instead of display-warning if it is not available.
14806
14807 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14808
14809         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14810         v5-10: Use `point-at-bol'.
14811
14812 2004-10-26  Simon Josefsson  <jas@extundo.com>
14813
14814         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14815         <chenggao@gmail.com>.
14816
14817 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14818
14819         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14820         instead.
14821
14822 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14823
14824         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14825         to remove a server from the nnimap-server-buffer-alist.
14826         (nnimap-open-connection, nnimap-close-server): Use it.
14827
14828         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14829
14830 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14833         running the major-mode function.
14834
14835 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14838         dummy marks in the right way.
14839
14840 2004-10-18  David Edmondson  <dme@dme.org>
14841
14842         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14843         excessively.
14844
14845 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14846
14847         * gnus-util.el (gnus-split-references): Accept a nil references
14848         string and go on blissfully.
14849
14850         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14851         cases where the references string is non-nil but has no references.
14852
14853         * encrypt.el: Add autoload tags.
14854
14855         * spam.el (spam-resolve-registrations-routine): Remove article
14856         from unregistration list too.  Reported by David Hanak
14857         <dhanak@isis.vanderbilt.edu>
14858
14859 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14860
14861         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14862         nil.  Changed custom type.
14863
14864 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14865
14866         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14867
14868         * gnus-sum.el (gnus-summary-move-article): Use it.
14869
14870 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14871
14872         * encrypt.el: Add autoload cookies.
14873
14874         * spam.el (spam-backend-article-list-property)
14875         (spam-backend-get-article-todo-list)
14876         (spam-backend-put-article-todo-list)
14877         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14878         Resolve registrations separately.
14879         (spam-register-routine): Format comments.
14880         (spam-unregister-routine, spam-register-routine): Always call with
14881         specific-articles, no default list.
14882         (spam-summary-prepare-exit): Use the spam-classifications function.
14883
14884         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14885         gnus-encrypt.el.
14886
14887         * encrypt.el: Copied from gnus-encrypt.el.
14888
14889         * gnus-encrypt.el: Commented that it's obsolete.
14890
14891 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14892
14893         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14894         (gnus-score-save): Use it.
14895
14896         * message.el (message-bury): Use `window-dedicated-p'.
14897
14898 2004-10-15  Simon Josefsson  <jas@extundo.com>
14899
14900         * pop3.el (top-level): Don't require nnheader.
14901         (pop3-read-timeout): Add.
14902         (pop3-accept-process-output): Add.
14903         (pop3-read-response, pop3-retr): Use it.
14904
14905 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14906
14907         * spam.el (spam-register-routine): Move comment.
14908         (spam-verify-bogofilter): Use 'unknown for the initial
14909         spam-bogofilter-valid state, not 'never.
14910
14911         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14912         for netrc-machine.
14913
14914         * nnimap.el (nnimap-open-connection): Use
14915         netrc-machine-user-or-password.
14916
14917 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14918
14919         * gnus-registry.el (gnus-registry-unload-hook):
14920         Set as a variable with add-hook.
14921
14922         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14923         of news-path.
14924
14925         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14926
14927         * spam.el: Delete duplicate `provide'.
14928         (spam-unload-hook): Set as a variable with add-hook.
14929
14930 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14931
14932         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14933         in the doc string.
14934
14935         * message.el (message-ignored-news-headers)
14936         (message-ignored-supersedes-headers)
14937         (message-ignored-resent-headers)
14938         (message-forward-ignored-headers): Improve custom type.
14939
14940 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * message.el (message-tokenize-header): Fix 2004-09-06 change
14943         which used point-min in the wrong place.
14944
14945 2004-10-12  Simon Josefsson  <jas@extundo.com>
14946
14947         * tls.el (tls-certtool-program): New variable.
14948         (tls-certificate-information): New function, based on
14949         ssl-certificate-information.
14950
14951 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * compface.el: Move the version of ELisp-based uncompface program
14954         to the contrib directory because of the copyright problem.
14955
14956 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * message.el (message-kill-buffer): Raise the current frame.
14959
14960 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14963
14964         * gnus.el (message-y-or-n-p): Autoload.
14965
14966         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14967         (pop3-password-required, pop3-authentication-scheme)
14968         (pop3-leave-mail-on-server): Made customizable.
14969         (pop3): New custom group.
14970         (pop3-retr): Remove `sleep-for' statements.
14971         Suggested by Dave Love <fx@gnu.org>.
14972
14973         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14974         Windows/DOS.
14975
14976         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14977         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14978         Dave Love <fx@gnu.org>.
14979
14980         * mml.el (mml-minibuffer-read-disposition): Require match.
14981         Suggested by Dave Love <fx@gnu.org>.
14982
14983 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14984
14985         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14986         doc string.
14987
14988 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14991
14992 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14993
14994         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14995         instead of calling `mm-insert-inline', to decode text/* parts
14996         before displaying them.
14997
14998 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * mm-uu.el (mm-uu-text-plain-type): New variable.
15001         (mm-uu-pgp-signed-extract-1): Use it.
15002         (mm-uu-pgp-encrypted-extract-1): Use it.
15003         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15004         bind mm-uu-text-plain-type with that value.
15005         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15006         mm-uu-dissect.
15007
15008 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * gnus-group.el (gnus-update-group-mark-positions):
15011         * gnus-sum.el (gnus-update-summary-mark-positions):
15012         * message.el (message-check-news-body-syntax):
15013         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15014         of string-as-multibyte.
15015
15016 2004-10-05  Juri Linkov  <juri@jurta.org>
15017
15018         * gnus-group.el (gnus-update-group-mark-positions):
15019         * gnus-sum.el (gnus-update-summary-mark-positions):
15020         * message.el (message-check-news-body-syntax):
15021         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15022         8-bit unibyte values to a multibyte string for search functions.
15023
15024 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15027         (mm-uu-dissect-text-parts): New function.
15028
15029         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15030         dissect text parts.
15031
15032         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15033         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15034
15035         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15036
15037         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15038         gnus-current-topics instead of gnus-current-topic.
15039
15040 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15041
15042         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15043
15044 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15045
15046         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15047         where approriate.
15048
15049         * nnml.el (nnml-generate-active-info): do.
15050
15051         * nndiary.el (nndiary-generate-active-info): do.
15052
15053         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15054         (gnus-topic-move): do.
15055
15056         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15057         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15058
15059         * gnus-srvr.el (gnus-server-prepare)
15060         (gnus-server-open-all-servers): do.
15061
15062         * gnus-msg.el (gnus-summary-cancel-article)
15063         (gnus-summary-resend-message)
15064         (gnus-summary-mail-crosspost-complaint): do.
15065
15066         * gnus-move.el (gnus-change-server): do.
15067
15068         * gnus-group.el (gnus-group-unmark-all-groups)
15069         (gnus-group-set-current-level): do.
15070
15071 2004-10-04  Simon Josefsson  <jas@extundo.com>
15072
15073         * message.el (message-generate-hashcash): Doc fix.
15074
15075 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15076
15077         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15078         avoid infinite recursion via gnus-get-function.
15079
15080 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15081
15082         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15083
15084         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15085
15086         * nnmail.el (nnmail-split-history): do.
15087
15088         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15089         (nnml-request-delete-group): do.
15090
15091         * nnslashdot.el (nnslashdot-read-groups): do.
15092
15093         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15094         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15095
15096         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15097         (nnspool-sift-nov-with-sed): Use last.
15098         (nnspool-retrieve-headers-with-nov): Use mapc.
15099         (nnspool-request-newgroups): Use dolist.
15100         (nnspool-request-group): Use last.
15101
15102         * nntp.el (nntp-read-server-type): Use dolist.
15103
15104         * nnvirtual.el (nnvirtual-create-mapping)
15105         (nnvirtual-update-read-and-marked): Use dolist.
15106         (nnvirtual-convert-headers): Simplify.
15107
15108 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15109
15110         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15111         support for sync'ing tick marks.
15112
15113 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15116         there's no visible header.
15117
15118 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15119
15120         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15121         necessary, pass full group name to gnus-request-set-marks.
15122
15123 2004-10-01  Simon Josefsson  <jas@extundo.com>
15124
15125         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15126         acroread.
15127
15128 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15129
15130         * spam-report.el (spam-report-gmane): Fix interactive.
15131
15132         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15133
15134         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15135         when writing file.
15136         (gnus-agent-synchronize-flags): Don't default to being
15137         interactive.
15138
15139 2004-09-30  Simon Josefsson  <jas@extundo.com>
15140
15141         * message.el (message-generate-hashcash): Add.
15142         (message-send-mail): Use it, call mail-add-payment.
15143
15144 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15145
15146         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15147
15148 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15149
15150         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15151         gnus-requst-update-info with explicit code to sync the in-memory
15152         info read flags with the marks being sync'd to the backend.
15153
15154         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15155
15156 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15157
15158         * spam.el (spam-verify-bogofilter): Add new function.
15159         (spam-check-bogofilter)
15160         (spam-bogofilter-register-with-bogofilter): Use it.
15161         (spam-verify-bogofilter): Add small fixes.
15162
15163 2004-09-28  Simon Josefsson  <jas@extundo.com>
15164
15165         * hashcash.el (hashcash-generate-payment): Revert.
15166
15167 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15168
15169         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15170         gnus-extract-references instead of gnus-split-references.
15171
15172         * gnus-util.el (gnus-extract-references): Add new function, analogous
15173         to gnus-split-references but extracts only the message-ID without
15174         anything extra.
15175
15176         * hashcash.el (hashcash-generate-payment)
15177         (hashcash-check-payment): Do the right thing if hashcash-path is
15178         nil (because the hashcash program could not be found).
15179
15180         * spam.el (spam-use-hashcash): Remove comment.
15181
15182 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15183
15184         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15185         (gnus-cache-enter-article, gnus-cache-remove-article)
15186         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15187
15188         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15189
15190         * gnus-art.el (article-hide-boring-headers)
15191         (article-translate-strings, article-display-face)
15192         (gnus-article-mime-match-handle-first)
15193         (gnus-article-highlight-headers)
15194         (gnus-article-add-buttons-to-head): do.
15195
15196 2004-09-27  Simon Josefsson  <jas@extundo.com>
15197
15198         * hashcash.el: New version, from
15199         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15200         ../contrib/.
15201
15202 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15205
15206 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15207
15208         * gnus-dup.el (gnus-dup-open): Use mapc.
15209         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15210
15211         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15212         Reported by Stefan Wiens <s.wi@gmx.net>.
15213
15214         * gnus.el (gnus-shutdown): Use dolist.
15215
15216         * gnus-undo.el (gnus-undo): Use mapc.
15217
15218         * nnrss.el (nnrss-generate-active): do.
15219
15220         * message.el (message-cite-original-without-signature)
15221         (message-cite-original): Use mapc.
15222         (message-do-actions, message-make-forward-subject): Use dolist.
15223
15224 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15225
15226         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15227         deletion to remove entire duplicate line.  Fixes merged article
15228         number bug.
15229
15230 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15231
15232         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15233         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15234         first ask if you want to open a server and then, even when you
15235         responded with no, asking if you want to synchronize the server's
15236         flags.
15237         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15238         multi-line expressions.
15239         (gnus-agent-synchronize-group-flags): New internal function.
15240         Updates marks in memory (in the info structure) AND in the
15241         backend.
15242
15243         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15244
15245         * nnagent.el (nnagent-request-set-mark): Use
15246         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15247         method, to ensure that synchronization updates marks in the
15248         backend and in the info (in memory) structure.
15249
15250 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15253         convention fully; don't miss the root article of a thread; make
15254         the X-Draft-From header with correct article numbers.
15255
15256 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15257
15258         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15259         unless plugged.  Disable the agent so that an open failure causes
15260         an error.
15261
15262         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15263         Reverted 2004-09-21 change.  The backend must be opened while
15264         synchronizing flags even when the backend stores the flags
15265         locally.
15266
15267 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15268
15269         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15270         in `header' match.  Reported by Svend Tollak Munkejord.
15271
15272         * message.el (message-cite-original): Fix use of
15273         `message-cite-articles-with-x-no-archive'.
15274
15275 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15278         (gnus-window-to-buffer): Ditto.
15279
15280         * mml.el (mml-preview-buffer): New variable.
15281         (mml-preview): Manage window layout with gnus-buffer-configuration.
15282
15283         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15284         X-Draft-From header even if those articles aren't quoted.
15285
15286 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15287
15288         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15289         (gnus-request-set-mark, gnus-request-update-mark): Use new
15290         g-s-t-u-l-m to decide to use backend even when unplugged.
15291
15292 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15295         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15296
15297 2004-09-20  Simon Josefsson  <jas@extundo.com>
15298
15299         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15300         "utf-16-le".
15301
15302 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15303
15304         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15305
15306 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15307
15308         * uudecode.el (uudecode-use-external): Add :version.
15309
15310         * smime.el (smime-CA-file, smime-encrypt-cipher)
15311         (smime-dns-server): Add :version.
15312
15313         * smiley.el (gnus-smiley-file-types): Add :version.
15314
15315         * sha1.el (sha1-use-external): Add :version.
15316
15317         * pgg-def.el (pgg-query-keyserver): Add :version.
15318
15319         * nnmail.el (nnmail-fancy-expiry-targets)
15320         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15321         Add :version.
15322
15323         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15324         (nnimap-retrieve-groups-asynchronous): Add :version.
15325         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15326
15327         * mml.el (mml-content-disposition-parameters)
15328         (mml-insert-mime-headers-always): Add :version.
15329
15330         * mm-util.el (mm-coding-system-priorities): Add :version.
15331
15332         * mm-decode.el (mm-inline-text-html-with-images)
15333         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15334         (mm-verify-option): Add :version.
15335         (mm-text-html-renderer): Change :version.
15336
15337         * message.el (message-fcc-externalize-attachments)
15338         (message-required-headers, message-draft-headers)
15339         (message-subject-trailing-was-query)
15340         (message-subject-trailing-was-ask-regexp)
15341         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15342         (message-mark-insert-end, message-archive-header)
15343         (message-archive-note, message-cross-post-default)
15344         (message-cross-post-note, message-followup-to-note)
15345         (message-cross-post-note-function, message-use-mail-followup-to)
15346         (message-subscribed-address-functions)
15347         (message-subscribed-address-file, message-subscribed-addresses)
15348         (message-subscribed-regexps, message-allow-no-recipients)
15349         (message-yank-cited-prefix, message-signature-insert-empty-line)
15350         (message-hidden-headers, message-hierarchical-addresses)
15351         (message-mail-user-agent, message-use-idna)
15352         (message-valid-fqdn-regexp)
15353         (message-strip-special-text-properties, message-header-synonyms)
15354         (message-beginning-of-line, message-tab-body-function): Add :version.
15355         (message-insert-canlock, message-wide-reply-confirm-recipients):
15356         Change :version.
15357
15358         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15359         and :version.
15360         (mail-source-delete-old-incoming-confirm)
15361         (mail-source-movemail-program): Add :version.
15362
15363         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15364         (gnus-agent-cache, gnus-agent): Change :version.
15365
15366         * gnus-util.el (gnus-use-byte-compile): Change :version.
15367
15368         * gnus-sum.el (gnus-summary-make-false-root-always)
15369         (gnus-summary-default-high-score)
15370         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15371         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15372         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15373         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15374         (gnus-sum-thread-tree-single-indent)
15375         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15376         (gnus-sum-thread-tree-leaf-with-other)
15377         (gnus-sum-thread-tree-single-leaf): Add :version.
15378         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15379         (gnus-article-loose-mime): Change :version.
15380
15381         * gnus-start.el (gnus-backup-startup-file)
15382         (gnus-save-startup-file-via-temp-buffer): Add :version.
15383
15384         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15385         (gnus-server-offline-face): Add :version.
15386
15387         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15388
15389         * gnus-msg.el (gnus-gcc-externalize-attachments)
15390         (gnus-debug-files, gnus-debug-exclude-variables)
15391         (gnus-discouraged-post-methods): Change :version.
15392         (gnus-confirm-mail-reply-to-news)
15393         (gnus-confirm-treat-mail-like-news): Add :version.
15394
15395         * gnus-int.el (gnus-server-unopen-status): Add :version.
15396
15397         * gnus-group.el (gnus-group-jump-to-group-prompt)
15398         (gnus-large-ephemeral-newsgroup)
15399         (gnus-fetch-old-ephemeral-headers): Add :version.
15400
15401         * gnus-fun.el (gnus-x-face-directory)
15402         (gnus-convert-pbm-to-x-face-command)
15403         (gnus-convert-image-to-x-face-command)
15404         (gnus-convert-image-to-face-command): Add :version.
15405
15406         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15407
15408         * gnus-cite.el (gnus-cite-blank-line-after-header)
15409         (gnus-article-boring-faces): Add :version.
15410
15411         * gnus-art.el (gnus-buttonized-mime-types)
15412         (gnus-inhibit-mime-unbuttonizing)
15413         (gnus-treat-display-face)
15414         (gnus-treat-body-boundary): Change :version.
15415         (gnus-body-boundary-delimiter, gnus-picon-databases)
15416         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15417         (gnus-treat-date-english, gnus-treat-fold-headers)
15418         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15419         (gnus-treat-mail-picon, gnus-treat-wash-html)
15420         (gnus-article-encrypt-protocol)
15421         (gnus-use-idna, gnus-article-over-scroll)
15422         (gnus-mime-display-multipart-alternative-as-mixed)
15423         (gnus-mime-display-multipart-related-as-mixed)
15424         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15425         (gnus-ctan-url, gnus-button-ctan-handler)
15426         (gnus-button-handle-ctan-bogus-regexp)
15427         (gnus-button-ctan-directory-regexp)
15428         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15429         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15430         (gnus-button-man-level, gnus-button-emacs-level)
15431         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15432
15433         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15434         (gnus-agent-go-online): Change :version.
15435         (gnus-agent-expire-unagentized-dirs)
15436         (gnus-agent-auto-agentize-methods): Add :version.
15437
15438         * flow-fill.el (fill-flowed-display-column)
15439         (fill-flowed-encode-column): Add :version.
15440
15441         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15442         (gnus-outlook-deuglify-unwrap-max)
15443         (gnus-outlook-deuglify-cite-marks)
15444         (gnus-outlook-deuglify-unwrap-stop-chars)
15445         (gnus-outlook-deuglify-no-wrap-chars)
15446         (gnus-outlook-deuglify-attrib-cut-regexp)
15447         (gnus-outlook-deuglify-attrib-verb-regexp)
15448         (gnus-outlook-deuglify-attrib-end-regexp)
15449         (gnus-outlook-display-hook): Add :version.
15450
15451         * binhex.el (binhex-use-external): Add :version.
15452
15453 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15454
15455         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15456         and `invisible'.
15457
15458 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15459
15460         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15461         in gnus-registry-trim.
15462
15463 2004-09-13  Simon Josefsson  <jas@extundo.com>
15464
15465         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15466
15467         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15468
15469         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15470         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15471         <yamaoka@jpl.org>.
15472         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15473         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15474         <yamaoka@jpl.org>.
15475
15476         * sieve.el (sieve-manage-mode): Ditto.
15477
15478 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15479
15480         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15481
15482 2004-09-11  Simon Josefsson  <jas@extundo.com>
15483
15484         * dns-mode.el: Add.
15485
15486         * mm-view.el (mm-display-dns-inline): Add.
15487
15488         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15489         (mm-automatic-display): Ditto.
15490
15491         * mailcap.el (mailcap-mime-data): Add text/dns.
15492         (mailcap-mime-extensions): Map .soa to text/dns.
15493
15494 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15495
15496         * gnus-art.el (article-decode-mime-words, article-babel)
15497         (gnus-article-highlight-signature, gnus-article-add-buttons)
15498         (gnus-signature-toggle): Remove unnecessary bindings of
15499         `inhibit-read-only' inherited from v5.10 merge.
15500
15501 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15502
15503         * nntp.el (nntp): New customization group.
15504         (nntp-authinfo-file): Add customization group.
15505
15506         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15507
15508         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15509
15510         * gnus.el (to-address, to-list, subscribed)
15511         (large-newsgroup-initial): Ditto.
15512
15513         * flow-fill.el (fill-flowed-display-column)
15514         (fill-flowed-encode-column): Ditto.
15515
15516 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15517
15518         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15519         Use point-min rather than 1.
15520         (message-send-mail): Use buffer-size rather than point-max.
15521
15522         * gnus-sum.el (gnus-summary-search-article-forward):
15523         Signal a specific `search-failed' rather than a generic `error'.
15524
15525         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15526         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15527         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15528
15529 2004-09-10  Simon Josefsson  <jas@extundo.com>
15530
15531         * nndb.el (require): Remove tcp and duplicate cl.
15532
15533 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gnus-agent.el (directory-files-and-attributes): Move forward.
15536
15537 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15538
15539         * gnus-agent.el (directory-files-and-attributes): Optionally
15540         defined to support XEmacs.
15541
15542 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15543
15544         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15545         to avoid run-time CL dependencies.
15546         (gnus-agent-unfetch-articles): New function.
15547         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15548         article numbers even when local .overview file is missing.
15549         (gnus-agent-read-article-number): New function.  Only accepts
15550         27-bit article numbers.
15551         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15552         gnus-agent-read-article-number.
15553         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15554         from backend while recognizing that article numbers in .overview
15555         must be valid.
15556         (gnus-agent-update-files-total-fetched-for): Use
15557         directory-files-and-attributes to improve performance.
15558         * gnus-int.el (gnus-request-move-article): Use
15559         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15560         improve performance.
15561
15562         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15563         some users confused by references to .newsrc when they only have a
15564         .newsrc.eld file.
15565         (gnus-convert-mark-converter-prompt)
15566         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15567         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15568         New function.  Used internally to only display 'gnus converting
15569         files' message when actually necessary.
15570
15571         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15572         methods now autoloaded.
15573
15574 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15575
15576         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15577         identifiers.
15578
15579 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15580
15581         * gnus-picon.el: Fix indentation and closing parenthesis.
15582
15583 2004-09-01  Simon Josefsson  <jas@extundo.com>
15584
15585         * message.el (message-canlock-generate): Require sha1, not
15586         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15587         to require within a function.  Sadly, if sha1.el isn't loaded, the
15588         let binding in m-c-g will hide the defcustom definition, which is
15589         bad.)
15590
15591         * canlock.el: Require sha1, not sha1-el.
15592
15593         * message.el: Don't autoload sha1 (there is a autoload cookie in
15594         sha1.el).
15595
15596         * sha1-el.el: Renamed to sha1.el.
15597
15598 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15599
15600         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15601
15602 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15603
15604         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15605
15606 2004-08-30  Kim F. Storm  <storm@cua.dk>
15607
15608         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15609
15610         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15611         Add :group 'nnimap.
15612
15613 2004-08-30  Andreas Schwab  <schwab@suse.de>
15614
15615         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15616         ?* and ?\;.
15617
15618         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15619         and ?\' to symbol instead of whitespace.
15620
15621 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15624
15625         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15626         instead of re-search-forward.
15627
15628         * gnus-uu.el (gnus-uu-save-article): Ditto.
15629         (gnus-uu-post-encode-uuencode): Ditto.
15630
15631         * html2text.el (html2text-clean-list-items): Ditto.
15632         (html2text-clean-dtdd): Ditto.
15633         (html2text-format-tags): Ditto.
15634
15635         * message.el (message-send-mail-with-sendmail): Fix regexp.
15636         (message-fill-field-general): Use search-forward instead of
15637         re-search-forward.
15638         (unbold-region): Ditto.
15639
15640         * nnrss.el (nnrss-request-article): Ditto.
15641
15642         * nnslashdot.el (nnslashdot-request-article): Ditto.
15643
15644         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15645
15646         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15647         "Unrecognized menu descriptor" error in XEmacs.
15648
15649 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15650
15651         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15652         parent article of a sparse article in the thread hashtb.
15653
15654 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15655
15656         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15657         (nnmail-expand-newtext): Lowercase expanded entries if
15658         nnmail-split-lowercase-expanded is non-nil.
15659
15660 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15661
15662         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15663
15664         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15665         of gnus-tmp-news-method into string under XEmacs.  It will be
15666         passed to gnus-correct-length which takes only a string argument.
15667
15668 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * gnus-util.el (gnus-bind-print-variables): New macro.
15671         (gnus-prin1): Use it.
15672         (gnus-prin1-to-string): Use it.
15673         (gnus-pp): New function.
15674         (gnus-pp-to-string): New function.
15675
15676         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15677         Replace pp-to-string with gnus-pp-to-string.
15678         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15679         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15680         * gnus-msg.el (gnus-debug): Ditto.
15681         * gnus-score.el (gnus-score-save): Ditto.
15682         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15683         gnus-pp-to-string.
15684         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15685         with gnus-pp.
15686         * score-mode.el (gnus-score-pretty-print): Ditto.
15687         * webmail.el (webmail-debug): Ditto.
15688
15689 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * gnus-art.el (article-display-face, article-display-x-face):
15692         Use buffer-read-only.
15693
15694 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * gnus-art.el (article-hide-list-identifiers):
15697         Bind inhibit-read-only as t.
15698
15699 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15700
15701         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15702
15703 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15704
15705         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15706         (gnus-narrow-to-page): Don't assume point-min == 1.
15707         (gnus-article-edit-mode): Derive from message-mode.
15708
15709         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15710         point-min == 1.
15711
15712         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15713         Disable incorrect use of `assert'.
15714
15715         * message.el (message-mode): Set comment-start-skip.
15716
15717
15718 2004-08-22  Sam Steingold  <sds@gnu.org>
15719
15720         * pop3.el (pop3-leave-mail-on-server): New user variable.
15721         (pop3-movemail): Delete mail only when it is nil.
15722
15723 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15724
15725         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15726
15727         * mml.el (mml-preview): Use `pop-to-buffer'.
15728
15729         * message.el (message-goto-mail-followup-to): Insert after "To".
15730         (message-carefully-insert-headers): Add comment.
15731
15732         * gnus.el: Remove unused variable `gnus-article-check-size'.
15733
15734         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15735
15736         * gnus-art.el (gnus-button-alist): Improve
15737         `gnus-button-handle-library' entry.
15738
15739 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15740
15741         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15742         downcase, since XEmacs capitalizes error messages differently.
15743
15744 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15745
15746         * nntp.el: Add (require 'gnus) due to reference to
15747         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15748
15749 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15750
15751         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15752         `mm-fill-flowed'.
15753
15754         * mm-decode.el (mm-dissect-singlepart): Check it.
15755
15756 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15757
15758         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15759         'imap' for netrc parsing.
15760
15761 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15762
15763         * mailcap.el (mailcap-mime-data): Mark as risky.
15764
15765 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15768         may be included in the encoded word.
15769         (rfc2047-encode): Don't append a space if the encoded word
15770         includes close parenthesis.
15771
15772 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15773
15774         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15775         of text within parentheses.
15776
15777 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15778
15779         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15780         (gnus-encrypt-write-file-contents): Make the password key the file
15781         name PLUS the cipher, not just the cipher.  Also remove failed
15782         passwords from the cache.
15783
15784 2004-08-06  Simon Josefsson  <jas@extundo.com>
15785
15786         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15787         fix.
15788
15789 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15792         LWSP.
15793
15794 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15795
15796         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15797         to append in-reply-to: data to the references: header.
15798
15799         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15800         (netrc-parse): Use gnus-encrypt.el functions.
15801
15802         * gnus-encrypt.el: Add new file for encryption support; currently
15803         does only a few GPG ciphers and an internal XOR cipher.
15804
15805         * password.el: Add comments on using password-read-and-add.
15806         (password-read-and-add): Add function to read and add the
15807         password to the cache at once.
15808
15809 2004-07-28  Simon Josefsson  <jas@extundo.com>
15810
15811         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15812         parameter (but don't use it, for now).
15813
15814         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15815         instead of hard coding to nil.
15816
15817 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15820         as mm-inline-image-xemacs does.
15821
15822 2004-07-26  Simon Josefsson  <jas@extundo.com>
15823
15824         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15825         Revert part of 2004-07-17 change below.
15826
15827 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15830         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15831
15832 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15833
15834         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15835         quotes that actually start with ">" at the beginning of the
15836         lines.
15837
15838 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * rfc2047.el (rfc2047-encode-region): Fix last change.
15841         (rfc2047-encode-parameter): Remove useless concat.
15842
15843 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15846         encode special characters; fix some kind of misconfigured headers;
15847         signal a real error if debug-on-quit or debug-on-error is non-nil.
15848         (rfc2047-encode-max-chars): New variable.
15849         (rfc2047-encode-1): Use it.
15850         (rfc2047-encode-parameter): New function.
15851
15852         * mml.el (mml-insert-parameter): Remove an excessive space.
15853
15854 2004-07-17  Simon Josefsson  <jas@extundo.com>
15855
15856         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15857         Kai Grossjohann <kai@emptydomain.de>.
15858         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15859         (gnus-group-make-menu-bar): Ditto.
15860
15861         * gnus-util.el (gnus-group-server): Add.
15862
15863 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15864
15865         * message.el (message-clone-locals): Clone sendmail and smtp
15866         variables.
15867
15868 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * rfc2047.el (rfc2047-encode-region): Fix last change.
15871
15872 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15875         characters as non-special.
15876
15877 2004-07-09  Simon Josefsson  <jas@extundo.com>
15878
15879         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15880         Users will lose all flag changes made while unplugged with
15881         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15882         good default.  See numerous reports on ding mailing list.
15883
15884 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15887         add generate-head-function and generate-article-function to the
15888         rfc822-forward entry.
15889         (nndoc-rfc822-forward-generate-article): New function.
15890         (nndoc-rfc822-forward-generate-head): New function.
15891
15892         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15893
15894 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15895
15896         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15897         respect display group parameter and gnus-summary-expunge-below.
15898         (gnus-articles-to-read): Remove unused reference to display group
15899         parameter.
15900
15901 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15902
15903         * nnheader.el (nnheader-uniquify-message-id): New experimental
15904         variable.
15905         (nnheader-nov-read-message-id): Use it.
15906
15907         * spam-report.el (spam-report-gmane): Add interactive.
15908
15909 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15912         qp-or-base64 for the application/* types.
15913
15914 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15915
15916         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15917
15918 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15919
15920         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15921         trim value.
15922
15923 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15924
15925         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15926         New macro and function.
15927         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15928
15929 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15932         after-load-alist.
15933
15934 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15935
15936         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15937         update info that isn't there.
15938
15939 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15940
15941         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15942         entry.
15943
15944 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * mm-view.el (mm-inline-render-with-function): Use multibyte
15947         buffer; decode html source by charset.
15948
15949         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15950
15951         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15952         Mule-UCS is loaded under XEmacs.
15953         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15954
15955 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15956
15957         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15958
15959 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15960
15961         * mm-util.el (mm-coding-system-p): Return a coding-system.
15962         (mm-mime-mule-charset-alist): Use shift_jis instead of
15963         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15964         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15965         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15966         instead of japanese-shift-jis and iso-latin-1 respectively in
15967         order to share the default value with both Emacs and XEmacs-mule.
15968         (mm-mule-charset-to-mime-charset): Make
15969         mm-coding-system-priorities effective.
15970         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15971         while predicating of candidates upon the priorities.
15972
15973 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15974
15975         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15976         gnus-uu-invert-processable.
15977
15978         * gnus.el: Autoload gnus-uu-invert-processable.
15979
15980 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * mm-util.el (mm-with-multibyte-buffer): New macro.
15983
15984         * rfc2047.el (rfc2047-encode-string): Use it.
15985         (rfc2047-encode-region): Move point to the end of the region after
15986         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15987
15988 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15991         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15992
15993 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15996         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15997         Karl Chen <quarl@nospam.quarl.org>.
15998
15999 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16000
16001         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16002         invalid addresses.
16003
16004 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16005
16006         * spam.el: Change section markers, revise TODO list.
16007         (spam-backends): Make new master list of all installed backends.
16008         (spam-summary-exit-behavior): Add new variable to determine how
16009         messages moves are done at summary exit.
16010         (spam-move-spam-nonspam-groups-only)
16011         (spam-process-ham-in-nonham-groups)
16012         (spam-process-ham-in-spam-groups): Remove variables, the
16013         spam-summary-exit-behavior variable should be used to manage this
16014         behavior.
16015         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16016         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16017         and spam-old-spam-articles.
16018         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16019         Add empty variables, placeholders for the backends they represent.
16020         (spam-set-difference): Move, unchanged.
16021         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16022         unless the user has a processor variable.
16023         (spam-classifications, spam-classification-valid-p)
16024         (spam-backend-properties, spam-backend-property-valid-p)
16025         (spam-backend-function-type-valid-p)
16026         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16027         (spam-report-articles-gmane, spam-report-articles-resend):
16028         Remove functions, they are not needed.
16029         (spam-install-backend-super, spam-backend-list)
16030         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16031         (spam-backend-function, spam-backend-ham-registration-function)
16032         (spam-backend-spam-registration-function)
16033         (spam-backend-ham-unregistration-function)
16034         (spam-backend-spam-unregistration-function)
16035         (spam-backend-statistical-p, spam-backend-mover-p)
16036         (spam-install-backend-alias, spam-install-checkonly-backend)
16037         (spam-install-mover-backend, spam-install-nocheck-backend)
16038         (spam-install-backend, spam-install-statistical-backend)
16039         (spam-install-statistical-checkonly-backend): Add backend installation
16040         support.
16041         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16042         (spam-group-processor-p): Use the new backend code and respect the
16043         summary exit behavior.
16044         (spam-mark-spam-as-expired-and-move-routine): Remove.
16045         (spam-summary-prepare): Change to use the new spam-old-articles
16046         variable.
16047         (spam-copy-or-move-routine, spam-copy-spam-routine)
16048         (spam-move-spam-routine, spam-copy-ham-routine)
16049         (spam-move-ham-routine): Add code to copy/move ham or spam.
16050         (spam-fetch-field-fast): Improve doc and code, plus allow the
16051         'number request.
16052         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16053         variables.
16054         (spam-split, spam-find-spam): Use the new backend code.
16055         (spam-registration-functions): Remove variable.
16056         (spam-unregister-routine): Add convenience wrapper.
16057         (spam-log-undo-registration, spam-register-routine)
16058         (spam-log-processing-to-registry)
16059         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16060         where possible.
16061         (spam-check-gmane-xref, spam-check-regex-headers)
16062         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16063         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16064         (spam-check-bogofilter-headers, spam-check-spamoracle)
16065         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16066         (spam-check-crm114-headers): Use the spam-split-group that
16067         spam-split prepares, no need to determine it every time.
16068
16069         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16070         to the nnheader-parse-naked-head call.
16071
16072         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16073
16074         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16075         the nnheader-nov-read-message-id call.
16076
16077 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16080         gnus-activate-group twice.  Suggested by Markus Peter
16081         <warp@spin.de>.
16082
16083 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * gnus-art.el (gnus-article-time-format): Exchange the order of
16086         day and month in the default value; fix customization type.
16087         (article-date-ut): Use add-text-properties.
16088         (article-make-date-line): Use message-make-date instead of
16089         current-time-string.
16090
16091         * message.el (message-fetch-field): Don't use set-text-properties.
16092         (message-make-date): Simplify.
16093
16094         * messagexmas.el (message-xmas-make-date): New function.
16095         (message-xmas-redefine): Defalias message-make-date to it.
16096
16097 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16098
16099         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16100         (rfc2047-encode-region): Treat text within parentheses as special;
16101         show the original text when error has occurred.
16102
16103         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16104         already-computed method to gnus-activate-group.
16105
16106         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16107         same select-methods identical Lisp objects.
16108
16109         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16110         object when modifying the info.
16111
16112 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16115         gnus-opened-servers since it has never been opened with the new
16116         configuration yet.
16117
16118 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16121         arg to nnheader-generate-fake-message-id.
16122
16123 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16124
16125         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16126         number and build a fake message ID localized to a group and
16127         article number (so it's repeatable from that point on).
16128         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16129         ID format.
16130
16131         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16132         nnheader-generate-fake-message-id with the article number.
16133
16134 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16135
16136         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16137         end-of-buffer.
16138
16139 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16140
16141         * message.el (message-ignored-supersedes-headers): Add Approved.
16142
16143 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16146         goto-char.
16147         (rfc2047-encode): Fold the line before encoding.
16148
16149 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16150
16151         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16152         folding -- not all headers can be folded, and this should be done
16153         by the message composition mode.  Probably.  I think.
16154
16155 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16158         fast.
16159
16160         * gnus-ems.el (gnus-remove-image): Don't use
16161         message-text-with-property; remove only the image found first.
16162
16163         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16164         found first.
16165
16166 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16167
16168         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16169
16170 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * message.el (message-text-with-property): Make it fast and accept
16173         optional arguments.
16174         (message-strip-forbidden-properties): Use it.
16175         (message-fix-before-sending): Follow the m-t-w-p change.
16176
16177         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16178
16179 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * gnus-art.el (article-hide-headers): Don't change the buffer
16182         mistakenly when performing mml-preview even if
16183         gnus-single-article-buffer is nil.
16184
16185 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16186
16187         * message.el (message-expand-name-databases): New user option.
16188         (message-expand-name): Use it.
16189
16190 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16191
16192         * spam.el (spam-report-articles-resend)
16193         (spam-report-resend-register-routine): Allow ham reporting.
16194         (spam-report-resend-register-ham-routine): Add wrapper.
16195         (spam-registration-functions): Add ham resending functions.
16196         (spam-list-of-processors): Add ham resend processor.
16197
16198         * gnus.el (ham-resend-to): Add new group parameter.
16199         (spam-process): Add ham resend option.
16200
16201         * spam-report.el (spam-report-resend): Allow reporting ham.
16202         (spam-report-resend-ham): Add wrapper.
16203
16204 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16205
16206         * message.el (message-cite-articles-with-x-no-archive): New
16207         variable.
16208         (message-cite-original): Use it.
16209
16210 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16211
16212         * message.el (message-cite-original): Respect X-No-Archive.
16213
16214 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * gnus-art.el (article-hide-headers): Refer to the values for
16217         gnus-ignored-headers and gnus-visible-headers in the summary
16218         buffer since a user may have set them as group parameters.
16219
16220 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16221
16222         * assistant.el (assistant-node-name): Add convenience function.
16223         (assistant-render-text, assistant-render-node): Add error handling,
16224         plus handle multiple next nodes.
16225         (assistant-find-next-node): Comment out for now.
16226         (assistant-find-next-nodes): Add function, returns list of next
16227         nodes.
16228
16229 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16230
16231         * mail-source.el (mail-source-directory): Fix doc-string.
16232
16233 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16234
16235         * assistant.el (assistant-render-text, assistant-eval): Add :set
16236         widget type, which is different because it takes and returns a
16237         list.  Much hilarity ensues.
16238
16239 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16240
16241         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16242
16243         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16244         doc-string.
16245
16246         * gnus-start.el (gnus-activate-group): Added doc-string.
16247
16248 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16251
16252 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16253
16254         * assistant.el (assistant-render-text): Try to add a :set
16255         widget, more to come.
16256
16257         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16258         strings.
16259         (spam-report-articles-resend)
16260         (spam-register-routine): Do registration iff any articles warrant
16261         it.
16262         (spam-summary-prepare-exit): Change log message for nil group
16263         destinations.
16264
16265 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16266
16267         * spam.el (spam-report-resend-register-routine): Allow
16268         spam-report-resend-to to be a group parameter or a global value.
16269
16270 2004-05-26  Simon Josefsson  <jas@extundo.com>
16271
16272         * starttls.el: Merge with my GNUTLS based starttls.el.
16273         (starttls-gnutls-program, starttls-use-gnutls)
16274         (starttls-extra-arguments, starttls-process-connection-type)
16275         (starttls-connect, starttls-failure, starttls-success): New
16276         variables.
16277         (starttls-program, starttls-extra-args): Doc fix.
16278         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16279         functions.
16280         (starttls-negotiate, starttls-open-stream): Check
16281         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16282         function if it is set.
16283
16284 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16287         structured fields.
16288
16289 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16292
16293 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16294
16295         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16296         variable.
16297         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16298         assigning the spam-mark to new messages.
16299
16300 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16301
16302         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16303
16304 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16307
16308         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16309         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16310         default.
16311
16312 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16313
16314         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16315         correct data.
16316
16317 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16318
16319         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16320         (spam-group-processor-p): Fix function.
16321         (spam-group-processor-multiple-p)
16322         (spam-group-spam-processor-report-gmane-p)
16323         (spam-group-spam-processor-report-resend-p)
16324         (spam-group-spam-processor-bogofilter-p)
16325         (spam-group-spam-processor-blacklist-p)
16326         (spam-group-spam-processor-ifile-p)
16327         (spam-group-ham-processor-ifile-p)
16328         (spam-group-spam-processor-spamoracle-p)
16329         (spam-group-spam-processor-crm114-p)
16330         (spam-group-ham-processor-bogofilter-p)
16331         (spam-group-spam-processor-stat-p)
16332         (spam-group-ham-processor-stat-p)
16333         (spam-group-ham-processor-whitelist-p)
16334         (spam-group-ham-processor-BBDB-p)
16335         (spam-group-ham-processor-spamoracle-p)
16336         (spam-group-ham-processor-copy-p): Remove functions with some
16337         prejudice against unneeded code.
16338         (spam-report-articles-resend)
16339         (spam-report-resend-register-routine): Allow the group/topic
16340         spam-resend-to value to override spam-report-resend-to.
16341         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16342         properly now.
16343
16344         * gnus.el (spam-resend-to): Add group/topic parameter.
16345         (spam-process): Move the OBSOLETE processors to the end of the
16346         choices.
16347
16348 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16349
16350         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16351         with resend-to set to nil, and then ask the user if necessary.
16352         (spam-report-resend): spam-report-resend takes a list of articles, not
16353         separate article numbers.
16354
16355 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16358         addition to emacs-w3m.
16359
16360 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16361
16362         * assistant.el (assistant-authinfo-data): New function.
16363         (assistant-eval): Eval for entire assistant.
16364
16365         * netrc.el (netrc-services-file): New variable.
16366         (netrc-parse-services): New function.
16367         (netrc-find-service-name): New function.
16368         (netrc-find-service-number): New function.
16369         (netrc-port-equal): New function.
16370         (netrc-machine): Use it.
16371
16372         * nnimap.el (nnimap-open-connection): Use netrc.
16373
16374         * gnus-util.el (gnus-netrc-get): Remove aliases.
16375
16376         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16377
16378         * assistant.el (wid-edit): Fix compilation.
16379
16380         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16381
16382 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16383
16384         * gnus-util.el (gnus-set-file-modes): New function.  (small
16385         patch).
16386
16387 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16388
16389         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16390
16391         * assistant.el (assistant-render-node): Fix up rendering and
16392         read-only text.
16393         (assistant-render-node): Reset.
16394         (assistant-make-read-only): Not sticky.
16395
16396 2004-05-20  Danny Siu  <dsiu@adobe.com>
16397
16398         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16399         centered even when gnus-auto-center-summary is t.
16400
16401 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16402
16403         * dns.el (dns-get-txt-answer): New function.
16404         (dns-read-txt): Ditto.
16405         (query-dns): Use it.
16406
16407 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16410         active for foreign groups even if the group level is higher than
16411         the specified value.
16412
16413 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16414
16415         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16416         non-active groups.
16417
16418         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16419
16420 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16421
16422         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16423
16424 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16425
16426         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16427         (spam-crm114-header, spam-crm114-spam-switch)
16428         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16429         (spam-crm114-positive-spam-header)
16430         (spam-crm114-database-directory, spam-list-of-processors)
16431         (spam-group-spam-processor-crm114-p)
16432         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16433         (spam-generic-score, spam-list-of-checks)
16434         (spam-list-of-statistical-checks, spam-registration-functions)
16435         (spam-check-crm114-headers, spam-crm114-score)
16436         (spam-check-crm114, spam-crm114-register-with-crm114)
16437         (spam-crm114-register-spam-routine)
16438         (spam-crm114-unregister-spam-routine)
16439         (spam-crm114-register-ham-routine)
16440         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16441         asjo@koldfront.dk (Adam Sjøgren).
16442
16443         * gnus.el: Add spam-use-crm114.
16444
16445         * spam.el (spam-list-of-processors, spam-registration-functions):
16446         Add spam-use-resend.
16447         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16448         (spam-report-articles-gmane): Add doc fix.
16449         (spam-report-articles-resend, spam-report-resend-register-routine):
16450         Add wrappers around spam-report-resend-to.
16451
16452         * spam-report.el (spam-report-resend-to, spam-report-resend):
16453         Add support for resending spam.
16454         (spam-report-gmane): Fix line length >80.
16455
16456         * gnus.el (spam-process): Add spam-use-resend.
16457
16458 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16459
16460         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16461         number of processed spam messages.
16462         (spam-ham-copy-or-move-routine): Return the number of processed
16463         ham messages.
16464         (spam-summary-prepare-exit): Use the above values to decide
16465         whether status messages shouled be displayed.
16466
16467 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16470         `rfc2047-encoding-function-alist' in order to avoid conflicting
16471         with the old version.
16472         (rfc2047-encode-region): Concatenate words containing non-ASCII
16473         characters in structured fields; don't encode space-delimited
16474         ASCII words even in unstructured fields; don't break words at
16475         char-category boundaries.
16476         (rfc2047-encode-1): New function.
16477         (rfc2047-encode): Use it; encode text so that it occupies the
16478         maximum width within 76-column; work correctly on Q encoding for
16479         iso-2022-* charsets.
16480         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16481         sure not to break a line just after the header name.
16482         (rfc2047-b-encode-region): Removed.
16483         (rfc2047-b-encode-string): New function.
16484         (rfc2047-q-encode-region): Removed.
16485         (rfc2047-q-encode-string): New function.
16486
16487         * mm-util.el (mm-replace-in-string): New function.
16488
16489 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16490
16491         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16492         get it right.
16493         (gnus-inews-make-draft): Really.
16494
16495 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16496
16497         * nnmh.el (nnmh-request-list-1): Don't check the link count
16498         before descending.  (small patch)
16499
16500 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16501
16502         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16503         stuff.
16504
16505         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16506         on real group name.
16507
16508         * gnus-art.el (gnus-signature-limit): Doc fix.
16509
16510         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16511
16512         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16513
16514 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16515
16516         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16517         isn't a string.
16518
16519 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16520
16521         * gnus-draft.el (gnus-draft-send): Bind
16522         rfc2047-encode-encoded-words.
16523
16524         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16525         (rfc2047-encodable-p): Say that =? needs encoding.
16526         (rfc2047-encode-encoded-words): New variable.
16527
16528         * gnus-group.el (gnus-group-select-group): Doc fix.
16529
16530         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16531
16532         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16533         to nil.
16534
16535         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16536
16537         * nnheader.el (nnheader-get-lines-and-char): New function.
16538
16539 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16540
16541         * gnus-msg.el (gnus-summary-followup-with-original): Document
16542         yanking of region when active.
16543
16544 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16547         groups if the group level is higher than the specified value.
16548
16549 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16552         (gnus-group-jump-to-group): Added prefix argument using
16553         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16554         non-active group.
16555
16556         * compface.el (uncompface): Be verbose when changing
16557         `uncompface-use-external'.
16558
16559         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16560         handle manual section.
16561
16562 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16563
16564         * gnus-art.el (gnus-button-alist): Revert previous change.
16565
16566 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16567
16568         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16569
16570 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16571
16572         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16573         whether backend can accept message.
16574
16575         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16576
16577 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16578
16579         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16580         Avoid creating directory when nntp-marks-is-evil is true.
16581         Reported by Reiner Steib.
16582
16583 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * gnus-picon.el (gnus-picon-style): New variable.
16586         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16587         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16588         Jesper Harder <harder@ifa.au.dk>.
16589
16590 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16591
16592         * message.el (message-fill-field): Return point.
16593         (message-generate-headers): Go to end of field.
16594
16595         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16596         stuff for non-living groups.
16597
16598 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16599
16600         * gnus-art.el (gnus-article-followup-with-original)
16601         (gnus-article-reply-with-original): gnus-mark-active-p ->
16602         gnus-region-active-p.
16603
16604 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16605
16606         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16607         only when there is spam or ham to be processed.
16608
16609 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16610
16611         * mail-source.el (mail-source-delete-crash-box): Refactor.
16612         (mail-source-fetch): Use it.
16613         (mail-source-fetch-file): Ditto.
16614         (mail-source-fetch-directory): Run postscript in loop.
16615         (mail-source-fetch-pop): Delete.
16616         (mail-source-fetch-maildir): Ditto.
16617         (mail-source-fetch-imap): Ditto.
16618
16619         * imap.el (imap-authenticators): Comment out sasl.
16620
16621         * message.el (message-skip-to-next-address): New function.
16622         (message-fill-header-address): Refactor.
16623         (message-fill-address): Use it.
16624         (message-delete-address): Use it.
16625         (message-fill-header-general): Refactor.
16626         (message-fill-field-address): Rename.
16627         (message-narrow-to-field): Find the start of the header.
16628         (message-header-format-alist): Don't pre-fill.
16629         (message-fill-header): Removed.
16630         (message-insert-header): New function.
16631         (message-shorten-references): Use it.
16632
16633         * rfc2047.el (rfc2047-field-value): Strip props.
16634
16635         * mail-parse.el (mail-header-make-address): New alias.
16636
16637         * ietf-drums.el (ietf-drums-make-address): New function.
16638
16639         * imap.el: Add compiler directives.
16640
16641         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16642
16643         * gnus-art.el (article-decode-idna-rhs): Don't use
16644         message-idna-inside-rhs-p.
16645
16646 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16647
16648         * message.el (message-idna-inside-rhs-p): Removed.
16649         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16650
16651         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16652         false positives.
16653
16654 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16655
16656         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16657
16658 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16659
16660         * nneething.el (nneething-file-name): Don't create spurious
16661         files.
16662
16663         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16664         (gnus-inews-do-gcc): Remove sleep.
16665
16666         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16667         part under point.
16668
16669         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16670         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16671
16672 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16673
16674         * spam.el (spam-summary-prepare-exit): Fixed (length).
16675
16676 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16677
16678         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16679         as expired without moving it" message when there are spam
16680         messages left.
16681
16682 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16683
16684         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16685         header is not nil.
16686
16687 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16688
16689         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16690         nntp-possibly-create-directory, not nntp-possibly-change-group.
16691         (nntp-marks-changed-p): New arg SERVER.
16692         (nntp-request-update-info): Adjust caller.
16693
16694 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16695
16696         * nntp.el (nntp-save-marks): Pass missing arg.
16697
16698 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16699
16700         * nntp.el: Support marks.
16701         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16702         (nntp-marks-modtime, nntp-marks-directory): New variables.
16703         (nntp-request-set-mark, nntp-request-update-info)
16704         (nntp-possibly-create-directory, nntp-marks-changed-p)
16705         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16706         functions.
16707
16708 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16709
16710         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16711         (gnus-xmas-redefine): Rename.
16712
16713         * gnus-score.el (gnus-score-insert-help): Use
16714         gnus-select-lowest-window.
16715
16716         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16717         appt-select-lowest-window and rename to gnus-select-lowest-window.
16718
16719         * gnus.el: do.
16720
16721 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16722
16723         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16724         encodings of MIME-encoded words, in order to improve
16725         interoperability with several broken MUAs.
16726
16727 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16728
16729         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16730         tags, only when charsets are not specified in headers.
16731         (mm-inline-text-html-render-with-w3m): Ditto.
16732
16733         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16734         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16735
16736 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16737
16738         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16739         instead of MIME-decoded from fields when checking
16740         `gnus-article-address-banner-alist'.
16741
16742 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16743
16744         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16745         description rather than subject.
16746
16747 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16748
16749         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16750
16751 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16752
16753         * gnus.el (gnus-version-number): Bump.
16754
16755 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16756
16757         * gnus.el: No Gnus v0.2 is released.
16758
16759 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16760
16761         * gnus-agent.el (gnus-agent-read-agentview): Inline
16762         gnus-uncompress-range.
16763
16764 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16765
16766         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16767         `exec-installed-p'.
16768
16769 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16770
16771         * gnus.el (spam-process, spam-autodetect-methods): Add
16772         bsfilter and bsfilter-headers.
16773
16774         * spam.el (spam-bsfilter): New customize group.
16775         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16776         (spam-bsfilter-header, spam-bsfilter-probability-header)
16777         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16778         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16779         (spam-bsfilter-database-directory): New options.
16780         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16781         (spam-list-of-statistical-checks, spam-registration-functions):
16782         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16783         (spam-bsfilter-score): New command.
16784         (spam-check-bsfilter-headers, spam-check-bsfilter)
16785         (spam-bsfilter-register-with-bsfilter)
16786         (spam-bsfilter-register-spam-routine)
16787         (spam-bsfilter-unregister-spam-routine)
16788         (spam-bsfilter-register-ham-routine)
16789         (spam-bsfilter-unregister-ham-routine): New functions.
16790         (spam-generic-score): Support bsfilter; Accept an optional argument
16791         to recalcurate spam score even if scoring header has already been
16792         added.
16793         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16794         optional argument to recalcurate spam score even if scoring header
16795         has already been added.
16796
16797 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16798
16799         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16800         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16801         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16802         link is missing.
16803
16804 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16805
16806         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16807         (html2text-get-attr): Rewrite.
16808
16809         * message.el (message-setup-1): Remove redundant put-text-property
16810         on mail-header-separator.
16811
16812 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16813
16814         * gnus-registry.el (gnus-registry-cache-whitespace)
16815         (gnus-registry-action, gnus-registry-spool-action)
16816         (gnus-registry-split-fancy-with-parent): Change message levels
16817         from 5 to 3 or 7, as needed.
16818
16819         * spam.el (spam-summary-prepare-exit)
16820         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16821         (spam-split, spam-find-spam, spam-log-undo-registration)
16822         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16823         level from 5 to 6.
16824
16825 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16828         2004-03-04 change).
16829
16830 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16831
16832         * sieve-manage.el (sieve-manage-open):
16833         * nnweb.el (nnweb-insert-html):
16834         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16835         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16836         * nnspool.el (nnspool-request-group):
16837         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16838         * nnml.el (nnml-request-update-info):
16839         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16840         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16841         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16842         (nnimap-request-set-mark):
16843         * nnfolder.el (nnfolder-request-update-info):
16844         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16845         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16846         * gnus-uu.el (gnus-uu-find-articles-matching):
16847         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16848         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16849         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16850         * gnus-nocem.el (gnus-nocem-scan-groups):
16851         * gnus-int.el (gnus-start-news-server):
16852         * gnus-group.el (gnus-group-make-kiboze-group)
16853         (gnus-group-browse-foreign-server):
16854         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16855         Use mapc when appropriate.
16856
16857 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16858
16859         FIXME: Make separate entries for each person.
16860
16861         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16862         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16863         <shields@msrl.com>:
16864
16865         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16866         may need for spam sorting and scoring.
16867         (spam-user-format-function-S): Add user format function suitable for
16868         general use.
16869         (spam-article-sort-by-spam-status): Add sorting function for summary
16870         sorting.
16871         (spam-extra-header-to-number): Add function to get a score from a
16872         header.
16873         (spam-summary-score): Add function to get a numeric score from the
16874         headers.
16875         (spam-generic-score): Fix function doc, was in wrong place.
16876         (spam-initialize): Take symbols when it's run, and install the
16877         extra headers that spam-necessary-extra-headers thinks we need.
16878
16879 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16880
16881         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16882         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16883
16884 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16885
16886         * gnus-sum.el (gnus-set-global-variables)
16887         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16888         (gnus-article-get-xrefs, gnus-summary-best-group)
16889         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16890         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16891         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16892         Use with-current-buffer.
16893
16894 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16895
16896         * spam.el (spam-summary-prepare-exit): Simplify logic.
16897         (spam-fetch-article-header): Read the article header if it's not
16898         available.
16899         (spam-list-articles): Simplify logic.
16900         (spam-filelist-register-routine): Fix bug with unregister-list.
16901
16902         * gnus-registry.el: Fix comments at beginning.
16903
16904 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16905
16906         * message.el (message-cater-to-broken-inn): Remove.
16907         (message-shorten-references): Make sure the total folded length of
16908         References is shorter than 998 characters to cater to a bug in INN
16909         2.3.  Also, don't pretend that references aren't folded -- this
16910         hasn't worked for a while.
16911
16912 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16913
16914         * gnus-agent.el (gnus-agentize):
16915         gnus-agent-send-mail-real-function no longer set to current value
16916         of message-send-mail-function but rather a lambda that calls
16917         message-send-mail-function.  The change makes the agent real-time
16918         responsive to user changes to message-send-mail-function.
16919
16920 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16921
16922         * legacy-gnus-agent.el
16923         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16924         help from Florian Weimer <fw@deneb.enyo.de>
16925
16926 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * nnmail.el (nnmail-cache-insert): Revert last change.
16929
16930 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16931
16932         * nnmail.el (nnmail-cache-insert): Always check whether
16933         nnmail-cache-ignore-groups matches a group name.
16934
16935 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16936
16937         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16938         (spam-find-spam, spam-log-processing-to-registry)
16939         (spam-log-registered-p, spam-log-unregistration-needed-p)
16940         (spam-log-undo-registration): Use gnus-message instead of
16941         gnus-error, none of these errors are fatal.
16942
16943         * gnus-registry.el (gnus-registry-clean-empty-function)
16944         (gnus-registry-clean-empty): Remove only empty entries without
16945         extra data.
16946
16947 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16948
16949         * spam-stat.el (spam-stat-buffer-change-to-spam)
16950         (spam-stat-buffer-change-to-non-spam): Change (error) to
16951         (gnus-message 8) invocation.
16952
16953 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * nntp.el (nntp-via-netcat-command): New variable.
16956         (nntp-via-netcat-switches): New variable.
16957         (nntp-open-via-rlogin-and-netcat): New function.
16958         (nntp-open-connection-function): Doc fix.
16959         (nntp-telnet-command): Doc fix.
16960         (nntp-end-of-line): Doc fix.
16961         (nntp-via-rlogin-command): Doc fix.
16962         (nntp-via-user-name): Doc fix.
16963         (nntp-via-address): Doc fix.
16964
16965 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16968         error in Emacs 21.1.
16969
16970 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16971
16972         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16973
16974 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16975
16976         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16977         (gnus-agent-with-refreshed-group): New macro.
16978         (gnus-agent-rename-group): New function.
16979         (gnus-agent-delete-group): New function.
16980         (gnus-agent-save-group-info): Use gnus-command-method when
16981         `method' parameter is nil.  Don't write nil entries into the
16982         active file.
16983         (gnus-agent-get-group-info): New function.
16984         (gnus-agent-fetch-articles): Use
16985         gnus-agent-update-files-total-fetched-for to increment disk space
16986         used.
16987         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16988         gnus-agent-update-view-total-fetched-for to increment disk space
16989         used.
16990         (gnus-agent-get-local): Added optional parameters to avoid calling
16991         gnus-group-real-name and gnus-find-method-for-group.
16992         (gnus-agent-set-local): Delete stored entry if either min, or max,
16993         are nil.
16994         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16995         quit, use gnus-agent-regenerate-group to record existance of any
16996         articles fetched to disk before the quit occurred.
16997         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16998         gnus-agent-update-view-total-fetched-for, and
16999         gnus-agent-update-files-total-fetched-for to decrement disk space
17000         used.
17001         (gnus-agent-retrieve-headers): Use
17002         gnus-agent-update-view-total-fetched-for to increment disk space
17003         used.
17004         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17005         with gnus-agent-update-files-total-fetched-for to decrement disk
17006         space and fresh group buffer.
17007         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17008         (gnus-agent-need-update-total-fetched-for): New variable.
17009         (gnus-agent-update-files-total-fetched-for): New function.
17010         (gnus-agent-update-view-total-fetched-for): New function.
17011         (gnus-agent-total-fetched-for): New function.
17012
17013         * gnus-cache.el (gnus-cache-save-buffers): Use
17014         gnus-cache-update-overview-total-fetched-for to change disk space
17015         used by this group.
17016         (gnus-cache-possibly-enter-article): Use
17017         gnus-cache-update-file-total-fetched-for to increment disk space
17018         used by this group.
17019         (gnus-cache-possibly-remove-article): Use
17020         gnus-cache-update-file-total-fetched-for to decrement disk space
17021         used by this group.
17022         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17023         (gnus-cache-rename-group): New function.
17024         (gnus-cache-delete-group): New function.
17025         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17026         (gnus-cache-need-update-total-fetched-for): New variable.
17027         (gnus-cache-with-refreshed-group): New macro.
17028         (gnus-cache-update-file-total-fetched-for): New function.
17029         (gnus-cache-update-overview-total-fetched-for): New function.
17030         (gnus-cache-rename-group-total-fetched-for): New function.
17031         (gnus-cache-delete-group-total-fetched-for): New function.
17032         (gnus-cache-total-fetched-for): New function.
17033
17034         * gnus-group.el: Require gnus-sum and autoload functions to
17035         resolve warnings when gnus-group.el compiled alone.
17036         (gnus-group-line-format): Documented new %F.
17037         (size of Fetched data) group line format; identifies disk space
17038         used by agent and cache.
17039         (gnus-group-line-format-alist): Defined new F format.
17040         (gnus-total-fetched-for): New function.
17041         (gnus-group-delete-group): No longer update
17042         gnus-cache-active-altered as gnus-request-delete-group now keeps
17043         the cache in sync.
17044         (gnus-group-list-active): Let the agent store a server's active
17045         list if currently plugged.
17046
17047         * gnus-int.el (gnus-request-delete-group):
17048         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17049         local disk in sync with the server.
17050         (gnus-request-rename-group):
17051         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17052         local disk in sync with the server.
17053
17054         * gnus-start.el (gnus-get-unread-articles):
17055         Cosmetic simplification to logic.
17056
17057         * gnus-util.el (gnus-rename-file): New function.
17058
17059 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17060
17061         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17062
17063 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17064
17065         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17066         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17067
17068 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17069
17070         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17071         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17072
17073 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17074
17075         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17076
17077 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17078
17079         * spam.el (spam-set-difference): Add function to replace
17080         gnus-set-difference in spam.el.
17081         (spam-summary-prepare-exit): Use spam-set-difference.
17082
17083 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17084
17085         * gnus-registry.el (gnus-registry-cache-file): Update to use
17086         gnus-dribble-directory OR gnus-home-directory OR ~.
17087         (gnus-registry-split-fancy-with-parent): Fix doc.
17088
17089 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * message.el (message-exchange-point-and-mark): Use
17092         message-mark-active-p.  Suggested by Jesper Harder
17093         <harder@ifa.au.dk>.
17094
17095 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * message.el (message-exchange-point-and-mark): Don't activate
17098         region if it was inactive.  Suggested by Hiroshi Fujishima
17099         <pooh@nature.tsukuba.ac.jp>.
17100
17101 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * gnus-art.el (article-display-face): Display Faces in the same
17104         order as X-Faces.
17105
17106 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17109
17110 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17113         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17114         (gnus-article-mime-hierarchy): Remove.
17115         (gnus-article-mime-hierarchy-next): Remove.
17116         (gnus-article-mode): Revert 2004-03-19 change.
17117         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17118         (gnus-insert-mime-button): Revert 2004-03-19 change.
17119         (gnus-mime-accumulate-hierarchy): Remove.
17120         (gnus-mime-enter-multipart): Remove.
17121         (gnus-mime-leave-multipart): Remove.
17122         (gnus-mime-display-part): Revert 2004-03-19 change.
17123         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17124
17125         * mml.el (mml-preview): Revert 2004-03-19 change.
17126
17127 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17128
17129         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17130
17131 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17132
17133         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17134         t while entering a file name using the mm-with-multibyte macro.
17135         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17136
17137         * mm-util.el (mm-with-multibyte): New macro.
17138
17139 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17142         user option.
17143         (gnus-mime-multipart-functions): Doc and customization fix.
17144         (gnus-article-mime-hierarchy): New variable.
17145         (gnus-article-mime-hierarchy-next): New variable.
17146         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17147         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17148         gnus-article-mime-hierarchy-next to nil.
17149         (gnus-insert-mime-button): Show hierarchy numbers.
17150         (gnus-mime-accumulate-hierarchy): New function.
17151         (gnus-mime-enter-multipart): New function.
17152         (gnus-mime-leave-multipart): New function.
17153         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17154         (gnus-mime-display-alternative): Show hierarchy numbers.
17155
17156         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17157         gnus-article-mime-hierarchy-next to nil.
17158
17159 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17160
17161         * dns.el: Don't require gnus-xmas.
17162
17163 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17164
17165         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17166         inline PGP.
17167         (mml-menu): Disable mml-quote-region if mark is inactive.
17168
17169 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17172         when the group's active is not available.
17173
17174 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17175
17176         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17177         error.
17178
17179 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17180
17181         * imap.el (imap-store-password): New variable.
17182         (imap-interactive-login): Use it.
17183         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17184
17185 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17188         window-start and hscroll to summary window.
17189
17190 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17191
17192         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17193         conversion message to newsrc-dribble when an actual conversion is
17194         performed.
17195
17196 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17197
17198         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17199
17200 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * mm-decode.el (mm-complicated-handles): New function reviving
17203         former definition of mm-multiple-handles.
17204
17205         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17206         (gnus-mime-delete-part): Use it.
17207
17208 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17209
17210         * gnus-agent.el (gnus-agent-read-local): Bind
17211         nnheader-file-coding-system to gnus-agent-file-coding-system to
17212         avoid the implicit assumption that they will always be equal.
17213         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17214         coding-system-for-write, as the with-temp-file macro first prints
17215         to a buffer then saves the buffer.
17216
17217 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gnus-art.el (gnus-article-edit-part): New function.
17220         (gnus-mime-save-part-and-strip): Use it; do query instead of
17221         signaling an error; don't use mm-multiple-handles.
17222         (gnus-mime-delete-part): Ditto.
17223
17224 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17225
17226         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17227         old file versions.
17228         (gnus-group-prepare-hook): Removed function that converted list
17229         form of gnus-agent-expire-days to group properties.
17230
17231         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17232         (gnus-request-accept-article): Re-indented.
17233
17234         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17235         converters to handle old agent file formats.  Added logic for a
17236         "backup before upgrading warning".
17237         (gnus-convert-mark-converter-prompt): Developers can mark
17238         functions as needing (default), or not needing,
17239         gnus-convert-old-newsrc's "backup before upgrading warning".
17240         (gnus-convert-converter-needs-prompt): Tests whether the user
17241         should be protected from potentially irreversable changes by the
17242         function.
17243
17244         * legacy-gnus-agent.el: New.  Provides converters that are only
17245         loaded when gnus-convert-old-newsrc needs to call them.
17246
17247 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * mail-source.el (mail-source-touch-pop): Doc fix.
17250
17251         * message.el (message-smtpmail-send-it): Doc fix.
17252
17253 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17254
17255         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17256
17257         * nnmail.el (nnmail-split-fancy): do.
17258
17259         * gnus-kill.el (gnus-kill, gnus-execute): do.
17260
17261 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17262
17263         * gnus-sum.el (gnus-widget-reversible-match)
17264         (gnus-widget-reversible-to-internal)
17265         (gnus-widget-reversible-to-external): New functions.
17266         (gnus-widget-reversible): New widget.
17267         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17268
17269 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17270
17271         * gnus-sum.el (gnus-thread-sort-functions)
17272         (gnus-article-sort-functions): Document `(not F)' items.
17273
17274 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17275
17276         * spam.el (spam-use-gmane-xref): Add new backend.
17277         (spam-gmane-xref-spam-group): Add variable to control the name of the
17278         Gmane spam group.
17279         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17280         (spam-regex-headers-spam, spam-regex-headers-ham)
17281         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17282         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17283         backends and checks.
17284         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17285
17286         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17287         an autodetect method.
17288
17289 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17290
17291         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17292         articles are being added to a group.
17293         (gnus-request-replace-article): Inform the agent that articles
17294         need to be uncached as the cached contents are no longer valid.
17295
17296 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * binhex.el: Don't autoload executable-find.
17299
17300         * canlock.el: Don't autoload mail-fetch-field.
17301
17302         * dgnushack.el: Autoload c-mode for XEmacs.
17303
17304         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17305
17306         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17307         rmail-dont-reply-to and rmail-output.
17308
17309         * gnus-score.el: Don't autoload ffap-string-at-point.
17310
17311         * gnus-setup.el: Don't autoload sc-cite-original.
17312
17313         * imap.el: Don't autoload base64-decode-string,
17314         base64-encode-string and md5.
17315
17316         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17317         and rmail-msg-restore-non-pruned-header.
17318
17319         * mm-decode.el: Don't autoload executable-find.
17320
17321         * mm-url.el: Don't autoload executable-find.
17322
17323         * mm-view.el: Don't autoload diff-mode.
17324
17325         * nndb.el: Don't autoload news-reply-mode, news-setup,
17326         cancel-timer and telnet.
17327
17328         * password.el: Don't autoload run-at-time for Emacs.
17329
17330         * sha1-el.el: Don't autoload executable-find.
17331
17332         * sieve-mode.el: Don't autoload c-mode.
17333
17334         * uudecode.el: Don't autoload executable-find.
17335
17336 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17337
17338         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17339         (gnus-agent-possibly-alter-active): Avoid null in numeric
17340         comparison.
17341         (gnus-agent-set-local): Refuse to save null in local object table.
17342         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17343         list of articles that will be marked as unread.
17344
17345 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17348
17349 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17350
17351         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17352         language tags.
17353
17354 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17355
17356         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17357         Don't bind "obarray".
17358
17359         * gnus-sum.el (gnus-thread-sort-functions): Added
17360         `gnus-thread-sort-by-most-recent-number' and
17361         `gnus-thread-sort-by-most-recent-date'.
17362         Reported by Kai Grossjohann <kai@emptydomain.de>.
17363
17364 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17367
17368 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17369
17370         * gnus-cus.el (gnus-agent-customize-category): Removed
17371         ignore-errors macro reference that required cl to be loaded at
17372         run-time.
17373
17374         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17375         single-interval range of the form (min . max).  Previously the
17376         range had to look like ((min . max)).  Likewise, return
17377         (min . max) rather than ((min . max)).
17378         (gnus-range-map): Use gnus-range-normalize to accept
17379         single-interval range.
17380
17381         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17382         the cache, but not the agent, now appear with their usual face.
17383
17384         * dgnushack.el (loaddir): New variable that is bound to the
17385         directory containing the dgnushack.el file. Use loaddir, rather
17386         than srcdir, to update load-path. Change lets dgnushack compile
17387         code in directories other than GNUS/lisp.
17388
17389 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * lpath.el: Don't bind w3m-safe-url-regexp.
17392
17393         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17394         w3m-safe-url-regexp variable buffer-local.
17395
17396         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17397
17398 2004-02-27  Simon Josefsson  <jas@extundo.com>
17399
17400         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17401         gnus-group-real-prefix.
17402         (gnus-summary-move-article): Use it, instead of
17403         gnus-group-real-prefix.
17404
17405 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17406
17407         * lpath.el: Bind w3m-safe-url-regexp.
17408
17409         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17410         w3m-safe-url-regexp variable buffer-local and set it as the value
17411         of mm-w3m-safe-url-regexp.
17412
17413         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17414
17415         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17416         parsing gnus-posting-styles when the message is not for replying.
17417
17418         * dgnushack.el: Autoload sgml-mode for XEmacs.
17419
17420         * nnrss.el (nnrss-opml-export): Use
17421         mm-set-buffer-file-coding-system instead of
17422         set-buffer-file-coding-system.
17423
17424 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17425
17426         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17427         of checkdoc.el).
17428         * nnrss.el: do.
17429         * gnus-mlspl.el: do.
17430         * gnus-ml.el: do.
17431         * gnus-srvr.el: do.
17432
17433         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17434
17435 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17436
17437         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17438         Corrections to custom-manual links.
17439
17440         * gnus-art.el (gnus-article): Ditto.
17441
17442         * mm-decode.el (mime-display, mime-security): Ditto.
17443
17444 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17445
17446         * flow-fill.el: Typo.
17447
17448 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17449
17450         * spam-wash.el: New file.
17451
17452 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17453
17454         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17455
17456 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17457
17458         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17459         to be run with new-articles as LIST1, not LIST2.
17460         (spam-registration-functions): Add spam-use-ham-copy as a nil
17461         registration backend.
17462
17463 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17464
17465         * spam-stat.el (spam-stat-washing-hook): New option.
17466         (spam-stat-buffer-words): Use it.
17467         (spam-stat-process-directory, spam-stat-test-directory): Use
17468         insert-file-contents-literally.
17469         (spam-stat-coding-system): New variable.
17470         (spam-stat-load, spam-stat-save): Use it.
17471
17472 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17473
17474         * spam-report.el (spam-report-plug-agent): Quote
17475         spam-report-url-to-file and spam-report-url-ping-plain.
17476
17477 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17478
17479         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17480         / in mailto URLs.
17481
17482 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17483
17484         * spam-report.el (spam-report-process-queue): Fix interactive use.
17485         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17486         (spam-report-unplug-agent): Doc fixes.
17487         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17488         (spam-report-agentize, spam-report-deagentize): Autoload.
17489
17490 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17491
17492         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17493
17494         * message.el (message-setup-fill-variables): Add mml tags to
17495         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17496         <ajk@iu.edu>.
17497         (message-mode): Don't modify paragraph-separate there.
17498
17499 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17500
17501         * compface.el (uncompface-use-external): Default to undecided.
17502         (uncompface-use-external-threshold): New variable.
17503         (uncompface-float-time): New macro.
17504         (uncompface): Determine whether to use the external decoder if
17505         uncompface-use-external is undecided.
17506
17507 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17508
17509         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17510         after images.
17511
17512         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17513
17514 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17515
17516         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17517
17518         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17519
17520         * gnus-sum.el (gnus-summary-limit-to-age)
17521         (gnus-summary-limit-children): do.
17522
17523         * gnus-int.el (gnus-request-scan): do.
17524
17525         * gnus-group.el (gnus-group-suspend): do.
17526
17527         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17528
17529         * gnus-cite.el (gnus-cite-parse-attributions): do.
17530
17531         * gnus-agent.el (gnus-summary-set-agent-mark)
17532         (gnus-agent-regenerate-group): do.
17533
17534         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17535
17536         * binhex.el (binhex-decode-region-internal): do.
17537
17538 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17539
17540         * gnus-fun.el (gnus-face-properties-alist): New user option.
17541         (gnus-display-x-face-in-from): Use it.
17542
17543         * gnus-art.el (article-display-face): Ditto.
17544
17545         * compface.el (uncompface-use-external): Default to nil.
17546
17547 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17548
17549         * nntp.el (nntp-erase-buffer): New function.
17550         (nntp-retrieve-data, nntp-send-command)
17551         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17552         (nntp-possibly-change-group): Use it.
17553
17554         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17555         with-current-buffer.
17556
17557 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17558
17559         * compface.el: Merge the ELisp-based uncompface program.
17560         (compface): New customization group.
17561         (uncompface-use-external): New user option.
17562         (uncompface): Call uncompface-internal if uncompface-use-external
17563         is nil.
17564         (uncompface-internal): New function.  Note that there are also
17565         some other functions and variables added for this function.
17566
17567 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17568
17569         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17570         if necessary.
17571
17572 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17573
17574         * spam-report.el (spam-report-unplug-agent)
17575         (spam-report-plug-agent, spam-report-deagentize)
17576         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17577         Add support for the Agent in spam-report: when unplugged, report to a
17578         file; when plugged, submit all the requests.
17579
17580         * spam.el (spam-register-routine): Fix message about
17581         registration.
17582
17583 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17584
17585         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17586         dependencies.
17587         (rfc2047-encode): Use it.
17588
17589         * gnus-art.el (gnus-button-marker-list): Move before first
17590         reference.
17591
17592         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17593         (imap-parse-body): Fix format string mismatch.
17594
17595         * gnus-score.el (gnus-summary-increase-score): do.
17596
17597         * nnrss.el (nnrss-close): New function.
17598
17599 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17600
17601         * nnrss.el (nnrss-make-filename): New function.
17602         (nnrss-request-delete-group, nnrss-read-server-data)
17603         (nnrss-save-server-data, nnrss-read-group-data)
17604         (nnrss-save-group-data): Use it.
17605         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17606         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17607         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17608
17609 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17610
17611         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17612
17613 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17614
17615         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17616         files.
17617
17618         * message.el (message-generate-headers-first): Don't quote nil
17619         and t in docstrings.
17620
17621         * imap.el (imap-id): do.
17622
17623         * gnus-agent.el (gnus-agent-consider-all-articles)
17624         (gnus-agent-queue-mail): do.
17625
17626 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17627
17628         * spam-report.el (spam-report-process-queue): New function.
17629         Process requests from `spam-report-requests-file'.
17630         (spam-report-process-queue): Doc fix.
17631
17632 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17633
17634         * spam.el (spam-register-routine)
17635         (spam-log-processing-to-registry, spam-log-registered-p)
17636         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17637         Change "check" to "spam-check" for semi-clarity.
17638
17639 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17640
17641         * pop3.el: Require nnheader.
17642
17643         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17644
17645         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17646
17647         * gnus-picon.el: Require cl.
17648
17649         * gnus-fun.el: Require gnus-ems and gnus-util.
17650
17651         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17652
17653         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17654
17655         * gnus-art.el (gnus-article-edit-mode): Define before first
17656         reference.
17657
17658 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17659
17660         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17661         (gnus-uu-post-encoded): Use point-at-bol.
17662
17663         * gnus-topic.el (gnus-group-active-topic-p): do.
17664
17665         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17666
17667         * gnus-group.el (gnus-group-kill-region): do.
17668
17669         * gnus-art.el (article-date-ut): do.
17670
17671         * message.el (message-fetch-field): Remove redundant
17672         case-fold-search binding.
17673         (message-narrow-to-field): Simplify.
17674
17675 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17676
17677         * spam.el (spam-directory): Derive from `gnus-directory'.
17678
17679         * spam-report.el (spam-report-url-to-file)
17680         (spam-report-requests-file): New function and variable for offline
17681         reporting.
17682         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17683         and user defined function.
17684         (spam-report-url-ping-mm-url): Remove doubled slash.
17685
17686 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17687
17688         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17689
17690 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17691
17692         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17693         format string mismatch.
17694
17695         * sieve.el (sieve-deactivate-all): do.
17696
17697         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17698
17699         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17700
17701         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17702
17703         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17704
17705 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17706
17707         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17708         the list of checks.
17709
17710 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17711
17712         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17713         padding.
17714
17715 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17716
17717         * mm-view.el (mm-fill-flowed): New variable.
17718         (mm-inline-text): Use it.
17719
17720 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17721
17722         * spam.el (spam-spamassassin-register-ham-routine)
17723         (spam-spamassassin-register-spam-routine): Fix function names.
17724
17725 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * gnus.el (gnus-tmp-grouplens): Remove.
17728         (gnus-summary-line-format): Remove grouplens.
17729
17730         * gnus-group.el (gnus-group-line-format): Ditto.
17731
17732         * gnus-spec.el (gnus-format-specs): Ditto.
17733         (gnus-update-format-specifications): Flush the group format spec
17734         cache if there's the grouplens stuff.
17735         (gnus-parse-simple-format): Replace %l with the empty string.
17736
17737 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17738
17739         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17740         omission.
17741
17742 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17743
17744         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17745         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17746
17747 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17748
17749         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17750         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17751         New macros and functions.
17752         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17753         Handle > NLINK_MAX messages.
17754         * nnmaildir.el (nnmaildir-request-set-mark): Use
17755         nnmaildir--emlink-p and nnmaildir--eexist-p.
17756
17757 2004-01-25  Alex Schroeder  <alex@gnu.org>
17758
17759         * spam-stat.el (spam-stat-process-directory-age): New option.
17760         (spam-stat-process-directory): Use it.
17761
17762 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17763
17764         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17765         (spam-stat-save): Accept prefix argument.
17766
17767 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17768
17769         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17770         links" error.
17771
17772 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17775         the rest of the and/or forms.
17776
17777 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17778
17779         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17780         compatibility with old .newsrc.eld files.
17781
17782         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17783
17784         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17785
17786         * gnus-start.el (gnus-1): do.
17787
17788         * gnus-group.el (gnus-group-line-format-alist): do.
17789
17790         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17791
17792         * gnus-gl.el: Remove.
17793
17794 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17795
17796         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17797         marks consisting of a single range {for example, (3 . 5)} rather
17798         than a list of a single range { ((3 . 5)) }.
17799
17800 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17801
17802         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17803         with-current-buffer.
17804         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17805         avoid consing a string.
17806
17807         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17808         Remove obsolete entries for big5 and gb2312.
17809
17810 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17811
17812         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17813         uncompressed list.
17814
17815 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17816
17817         * spam-stat.el (spam-stat-strip-xref): New function.
17818         (spam-stat-process-directory): Use it.
17819
17820         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17821         here -- it's done in message-fetch-field.
17822
17823 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17824
17825         * gnus-agent.el (gnus-agent-queue-mail)
17826         (gnus-agent-prompt-send-queue): New variables.
17827         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17828         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17829         "nndraft:queue" along to gnus-draft-send.  Use
17830         gnus-agent-prompt-send-queue.
17831         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17832         is "nndraft:queue".  Suggested by Gaute Strokkenes
17833         <gs234@srcf.ucam.org>
17834
17835         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17836         (agent-enable-undownloaded-faces): Added.
17837         (gnus-agent-cat-groups): Use eval-and-compile, not
17838         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17839         method of gnus-agent-cat-groups even when the buffer has been
17840         evaled.
17841         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17842         delete gnus-agent-save-active-1.
17843         (gnus-agent-save-groups): Deleted.  Identical to
17844         gnus-agent-save-active.
17845         (gnus-agent-write-active): No longer adjust agent's copy of active
17846         file as agent's adjustments are now stored in their own
17847         file.  Removed optional parameter.
17848         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17849         servers.  Add use of min/max range limits from server's local
17850         file.
17851         (gnus-agent-save-alist): Removed unused optional argument.
17852         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17853         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17854         (gnus-agent-set-local): A per-server file that keeps min/max range
17855         limits for articles known to the agent.  Provides a fast mechanism
17856         for altering many active ranges.
17857         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17858         active file (local makes it unnecessary).
17859         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17860
17861         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17862         (agent-enable-undownloaded-faces): Added.
17863
17864         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17865         disable it when sending to "nndraft:queue".
17866         (gnus-group-send-queue): Add safety check to avoid sending queue
17867         when unplugged.
17868
17869         * gnus-group.el (gnus-group-catchup): Use new
17870         gnus-sequence-of-unread-articles, not
17871         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17872         numbers of articles.  Use gnus-range-map to avoid having to
17873         uncompress the unread list.
17874         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17875         Fixed invalid ange-ftp reference.
17876
17877         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17878         (gnus-sorted-range-intersection): Intersection of two ranges
17879         without requiring that they first be uncompressed.
17880
17881         * gnus-start.el (gnus-activate-group): Unless blocked by the
17882         caller, possibly expand the active range to include both cached
17883         and agentized articles.
17884         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17885         multiple version-dependent converters.
17886         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17887         gnus-agent-save-active.
17888         (gnus-save-newsrc-file): Save dirty agent range limits.
17889
17890         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17891         gnus-agent-possibly-alter-active.
17892         (gnus-adjust-marked-articles): Faster handling of simple lists.
17893
17894 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17895
17896         * spam-stat.el (spam-stat-test-directory): New optional argument
17897         displays a list of files detected.  Suggested by Andrew Cohen
17898         <cohen@andy.bu.edu>.
17899         (spam-stat-buffer-words-with-scores): Don't narrow and change
17900         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17901
17902 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17903
17904         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17905         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17906         (spam-spamassassin-arguments)
17907         (spam-spamassassin-spam-flag-header)
17908         (spam-spamassassin-positive-spam-flag-header)
17909         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17910         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17911         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17912         (spam-list-of-processors, spam-list-of-checks)
17913         (spam-list-of-statistical-checks, spam-registration-functions)
17914         (spam-check-spamassassin-headers, spam-check-spamassassin)
17915         (spam-spamassassin-score)
17916         (spam-spamassassin-register-with-sa-learn)
17917         (spam-spamassassin-register-spam-routine)
17918         (spam-spamassassin-register-ham-routine)
17919         (spam-assassin-register-spam-routine)
17920         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17921         (spam-bogofilter-score): Fix to show article before scoring.
17922
17923 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17924
17925         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17926         default scoring function.
17927         (spam-generic-score): Call spam-spamassassin-score if
17928         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17929         spam-bogofilter-score otherwise.
17930
17931         * gnus.el (spam-process, spam-autodetect-methods): Add
17932         spamassassin and spamassassin-headers.
17933
17934 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17935
17936         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17937         Suppress unnecessary messages.
17938
17939 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17940
17941         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17942         make-hash-table.
17943
17944 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17945
17946         * canlock.el (base64-encode-string): Don't autoload it.
17947
17948 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17949
17950         * run-at-time.el: Remove useless (require 'itimer),
17951         eval-and-compile and (featurep 'xemacs).
17952
17953 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17954
17955         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17956         GROUP is a virtual group.
17957
17958 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17959
17960         * gnus.el: Autoload `message-y-or-n-p'.
17961
17962 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17963
17964         * pgg-parse.el: Remove unnecessary (require 'custom).
17965
17966         * pgg-def.el: do.
17967
17968         * nnmail.el: do.
17969
17970         * gnus-undo.el: do.
17971
17972         * gnus-picon.el: do.
17973
17974         * gnus-util.el: do.
17975
17976 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17977
17978         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17979
17980 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17983         handle, as well as a list.
17984
17985         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17986         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17987         (mm-w3m-cid-retrieve): Simplify.
17988
17989 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17990
17991         * message.el (message-kill-to-signature): Allow prefix arg to
17992         specify number of lines to keep before signature.
17993
17994 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17995
17996         * message.el (message-kill-to-signature): Change docstring.
17997
17998 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * canlock.el: Always require sha1-el.
18001         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18002
18003         * message.el: Autoload sha1 only when compiling.
18004
18005         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18006         eudc-expand-inline for XEmacs.
18007
18008 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18009
18010         * message.el (message-canlock-generate): Require sha1-el.
18011
18012 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18013
18014         * message.el (message-expand-name): Silence the byte compiler.
18015
18016         * lpath.el: Add detect-coding-system.
18017
18018         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18019         cus-edit.
18020
18021 2004-01-13  Simon Josefsson  <jas@extundo.com>
18022
18023         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18024         Invoke gnus-score-mode.  Reported by
18025         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18026
18027         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18028         Jim Blandy <jimb@redhat.com> (tiny change).
18029
18030 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18031
18032         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18033
18034 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18035
18036         * spam.el (spam-get-article-as-string): Update to use
18037         gnus-request-article-this-buffer, much simpler.
18038         (spam-get-article-as-buffer): Remove.
18039
18040 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18041
18042         * message.el (message-expand-name): Use EUDC if the user uses that.
18043
18044 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18045
18046         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18047         character for the encoding to avoid consing a string.
18048
18049         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18050         unnecessarily.
18051
18052         * mm-util.el (mm-replace-chars-in-string): Remove.
18053
18054         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18055         of mm-replace-chars-in-string.
18056
18057 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18058
18059         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18060
18061         * mm-util.el (mm-subst-char-in-string): Support inplace.
18062
18063         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18064         a new string in every iteration.  Use shy groups.
18065
18066 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18067
18068         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18069         * gnus-soup.el (gnus-soup-group-brew):
18070         * gnus-msg.el (gnus-put-message):
18071         * gnus-move.el (gnus-group-move-group-to-server):
18072         * gnus-kill.el (gnus-batch-score):
18073         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18074         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18075         (gnus-group-update-group, gnus-group-read-group)
18076         (gnus-group-make-group, gnus-group-make-help-group)
18077         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18078         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18079         (gnus-group-sort-by-unread, gnus-group-catchup)
18080         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18081         (gnus-group-yank-group, gnus-group-set-info)
18082         (gnus-group-list-groups):
18083         * gnus.el (gnus-generate-new-group-name):
18084         * gnus-delay.el (gnus-delay-send-queue):
18085         * nnvirtual.el (nnvirtual-catchup-group):
18086         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18087         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18088         (gnus-group-prepare-topics, gnus-topic-check-topology):
18089         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18090         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18091         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18092         (gnus-group-make-articles-read):
18093         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18094         (gnus-group-change-level, gnus-kill-newsgroup)
18095         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18096         (gnus-get-unread-articles, gnus-make-articles-unread)
18097         (gnus-make-ascending-articles-unread): Use accessor
18098         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18099         to get group information for improved readability.
18100
18101
18102 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18103
18104         * gnus-art.el (article-decode-mime-words, article-babel)
18105         (gnus-article-highlight-signature, gnus-article-add-buttons)
18106         (gnus-signature-toggle): Use gnus-with-article-buffer.
18107
18108         * gnus-art.el (gnus-article-highlight-headers)
18109         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18110
18111         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18112         (gnus-article-set-globals, gnus-request-article-this-buffer)
18113         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18114         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18115         (gnus-mime-display-alternative): Use with-current-buffer.
18116
18117 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18118
18119         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18120         also under 80 char limit, and call gnus-error if needed.
18121         (spam-fetch-article-header): Fix - it was a
18122         buffer-local variable (gnus-newsgroup-data).
18123         (spam-find-spam): Use spam-generate-fake-headers, forget about
18124         spam-insert-fake-headers.
18125         (spam-insert-fake-headers): Remove.
18126
18127 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18128
18129         * deuglify.el (gnus-article-outlook-unwrap-lines)
18130         (gnus-outlook-rearrange-article)
18131         (gnus-outlook-repair-attribution-outlook)
18132         (gnus-outlook-repair-attribution-block)
18133         (gnus-outlook-repair-attribution-other): Remove redundant
18134         save-excursion.
18135
18136 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18137
18138         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18139         (spam-fetch-field-subject-fast)
18140         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18141         (spam-fetch-article-header): Add functions to deal with Gnus
18142         internals for fast retrieval of article header data.
18143         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18144
18145 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18146
18147         * pop3.el (pop3-md5): Remove.
18148         (pop3-apop): Replace pop3-md5 with md5.
18149
18150         * mm-bodies.el: base64 is always built-in.
18151
18152         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18153         with-current-buffer.
18154
18155 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18156
18157         * canlock.el (canlock-insert-header): Remove excessive grouping in
18158         regexp.
18159
18160         * gnus-sum.el (gnus-summary-read-document): Ditto.
18161
18162         * gnus-uu.el (gnus-uu-part-number): Ditto.
18163
18164         * html2text.el (html2text-remove-tags): Ditto.
18165         (html2text-format-tags): Ditto.
18166         (html2text-format-single-elements): Ditto.
18167
18168         * mml.el (mml-parse-1): Ditto.
18169
18170 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18171
18172         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18173
18174         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18175
18176         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18177
18178         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18179
18180 2003-11-15  Simon Josefsson  <jas@extundo.com>
18181
18182         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18183         (pgg-gpg-lookup-key): Use regexp match instead of
18184         split-string (split-string is different between emacs 21.2 and
18185         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18186
18187 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18188
18189         * gnus-art.el (gnus-mime-view-all-parts)
18190         (gnus-article-part-wrapper, gnus-article-view-part): Use
18191         with-current-buffer.
18192
18193 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18194
18195         * spam.el (spam-disable-spam-split-during-ham-respool)
18196         (spam-spamoracle-database, spam-cache-lookups)
18197         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18198         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18199         (spam-group-ham-marks, spam-group-spam-marks)
18200         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18201         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18202         also add spam-use-blackholes to the statistical checks.
18203         (spam-fetch-field-fast): Add interface to fetching fields, may
18204         become a macro.
18205         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18206         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18207         (spam-insert-fake-headers): Fake an article when needed.
18208         (spam-find-spam): Fake article when possible.
18209         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18210         (spam-check-bogofilter-headers): Use message-fetch-field instead
18211         of nnmail-fetch-field.
18212
18213 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18214
18215         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18216
18217 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18218
18219         * spam.el (spam-split): Do not require spam-use-CHECK to be
18220         enabled if that check is passed to spam-split explicitly; also
18221         fix so 'spam doesn't get converted to spam-split-group when
18222         spam-split-symbolic-return is t.
18223         (spam-find-spam): Find registrations of the article and use those
18224         instead of re-running spam-split to find the spam/ham
18225         classification of the article.
18226         (spam-log-processing-to-registry, spam-log-registered-p)
18227         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18228         Use gnus-error instead of gnus-message.
18229         (spam-log-registration-type): Add function to determine the
18230         classification of a message based on registry entries; will
18231         return nil if both 'spam and 'ham are found.
18232         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18233         a reasonably fast local cache without the loading errors.
18234         (spam-cache-lookups): Set to t by default.
18235         (spam-find-spam): Don't try to guess spam-cache-lookups.
18236         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18237         spam-caches entry.
18238         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18239         caching of whitelist/blacklist entries.
18240         (spam-check-whitelist, spam-check-blacklist): Invoke
18241         spam-from-listed-p with a type, not a cache variable.
18242         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18243
18244 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18245
18246         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18247
18248         * nnmail.el (nnmail-split-fancy): do.
18249
18250         * mml.el (mml-parse): do.
18251
18252         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18253         (gnus-score-adaptive): do.
18254
18255 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18256
18257         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18258         (gnus-mime-button-map): Don't set keymap parent.
18259         (gnus-button-ctan-directory-regexp): Use shy grouping.
18260         (gnus-prev-page-map): Don't set keymap parent.
18261         (gnus-prev-page-map): Remove duplicated one.
18262         (gnus-next-page-map): Don't set keymap parent.
18263         (gnus-mime-security-button-map): Ditto.
18264
18265         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18266         version number.
18267
18268         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18269
18270 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * canlock.el (canlock-sha1-function): Remove.
18273         (canlock-sha1-function-for-verify): Remove.
18274         (canlock-openssl-program): Remove.
18275         (canlock-openssl-args): Remove.
18276         (canlock-ignore-errors): Remove.
18277         (canlock-sha1-with-openssl): Remove.
18278         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18279         (canlock-verify): Don't use canlock-ignore-errors.
18280
18281         * sha1-el.el (sha1-string-external): Make it can return a string
18282         in binary form.
18283         (sha1-region-external): Ditto.
18284         (sha1-string-internal): Ditto.
18285         (sha1-region-internal): Ditto.
18286         (sha1-region): Ditto.
18287         (sha1-string): Ditto.
18288         (sha1): Ditto.
18289
18290 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18291
18292         * spam.el (spam-report-articles-gmane): New command.
18293
18294 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18295
18296         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18297
18298         * run-at-time.el (run-at-time-saved): Remove.
18299         (run-at-time): Doc fix.
18300
18301 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18302
18303         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18304         (gnus-summary-limit-map): Add it.
18305         (gnus-summary-make-menu-bar): do.
18306
18307 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18308
18309         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18310         Make attempt at some caching support (done for BBDB only now).
18311         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18312         addresses to be checked.
18313         (spam-clear-cache-BBDB): Add function, to be invoked by
18314         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18315         (spam-check-BBDB): Check and use the caches, if
18316         spam-cache-lookups is on, remove superfluous (provide).
18317
18318 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18319
18320         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18321
18322 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18323
18324         * run-at-time.el (run-at-time-saved): Move to after the definition
18325         of `run-at-time'.
18326
18327         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18328
18329 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18332         mm-w3m-local-map-property.
18333
18334         * mm-view.el (mm-w3m-mode-map): Remove.
18335         (mm-w3m-local-map-property): Remove.
18336         (mm-inline-text-html-render-with-w3m): Don't use
18337         mm-w3m-local-map-property.
18338
18339 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18340
18341         * run-at-time.el: New file.
18342
18343         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18344         under Emacs.
18345
18346         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18347         of gnus-set-text-properties.
18348
18349         * gnus-uu.el (gnus-uu-save-article): Ditto.
18350
18351         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18352
18353         * gnus-cite.el (gnus-cite-parse): Ditto.
18354
18355         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18356         of gnus-.
18357
18358         * gnus-xmas.el (run-at-time): Require run-at-time.
18359
18360         * gnus.el: Changed calls to nnheader-run-at-time and
18361         password-run-at-time throughout to use run-at-time directly.
18362
18363         * password.el: Removed definition of run-at-time.
18364
18365         * nnheaderxm.el: Remove definition of run-at-time.
18366
18367 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18368
18369         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18370         in prompt.
18371
18372 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18373
18374         * messagexmas.el (message-xmas-redefine): Alias
18375         `message-make-caesar-translation-table' to
18376         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18377         version.
18378
18379         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18380         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18381         `gnus-xmas-set-text-properties'.
18382         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18383         `gnus-xmas-completing-read'.
18384         (gnus-xmas-completing-read): Removed.
18385         (gnus-xmas-open-network-stream): Removed.
18386
18387         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18388         XEmacs version.
18389
18390         * dns.el (dns-make-network-process): Use `open-network-stream'
18391         instead of `gnus-xmas-open-network-stream'.
18392
18393         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18394
18395         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18396
18397 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18398
18399         * gnus-art.el (gnus-mime-display-alternative)
18400         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18401         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18402         Don't use gnus-local-map-property.
18403
18404         * gnus-util.el (gnus-local-map-property): Remove.
18405
18406         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18407         gnus-completing-read-maybe-default with completing-read.
18408
18409         * gnus-util.el (gnus-completing-read): do.
18410         (gnus-completing-read-maybe-default): Remove.
18411
18412 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18413
18414         * password.el: Only autoload `run-at-time' if not XEmacs.
18415         Only autoload the itimer functions if XEmacs.
18416
18417 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18420         XEmacsen.
18421
18422         * dgnushack.el: Autoload executable-find for XEmacs.
18423
18424 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18425
18426         * gnus-art.el (gnus-read-string): Remove.
18427         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18428         read-string.
18429
18430 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18431
18432         * netrc.el: Autoload password-read.
18433         (netrc): Add configuration group.
18434         (netrc-encoding-method, netrc-openssl-path): Add
18435         variables for encoding and decoding of files with symmetric
18436         ciphers.
18437         (netrc-encode): Add assistant function to encode a file with
18438         netrc-encoding-method.
18439         (netrc-parse): Add interactive parameter, added optional
18440         decoding if netrc-encoding-method is non-nil but otherwise
18441         behavior is standard.
18442         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18443         Do s/encode/encrypt/ everywhere.
18444
18445         * spam.el: Remove executable-find autoload.
18446
18447 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18448
18449         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18450
18451         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18452
18453 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18454
18455         * gnus-art.el (gnus-treat-ansi-sequences)
18456         (article-treat-ansi-sequences): New variable and function.
18457         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18458
18459         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18460         Use it.
18461
18462 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18463
18464         * mm-util.el (mm-quote-arg): Remove.
18465
18466         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18467         shell-quote-argument.
18468
18469         * gnus-uu.el (gnus-uu-command): do.
18470
18471         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18472
18473         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18474         with make-char.
18475
18476         * mm-util.el (mm-make-char): Remove.
18477
18478         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18479         add-minor-mode.
18480
18481         * gnus-undo.el (gnus-undo-mode): do.
18482
18483         * gnus-topic.el (gnus-topic-mode): do.
18484
18485         * gnus-sum.el (gnus-dead-summary-mode): do.
18486
18487         * gnus-start.el (gnus-slave-mode): do.
18488
18489         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18490
18491         * gnus-ml.el (gnus-mailing-list-mode): do.
18492
18493         * gnus-gl.el (gnus-grouplens-mode): do.
18494
18495         * gnus-draft.el (gnus-draft-mode): do.
18496
18497         * gnus-dired.el (gnus-dired-mode): do.
18498
18499         * gnus-ems.el (gnus-add-minor-mode): Remove.
18500
18501         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18502         Replace gnus-char-width with char-width.
18503
18504         * gnus-ems.el (gnus-char-width): Remove.
18505
18506         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18507         Replace gnus-char-width with char-width.
18508
18509         * gnus-ems.el (gnus-char-width): Remove.
18510
18511         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18512         definition.
18513         Remove Emacs 20 hash table compatibility code.
18514
18515         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18516         20 compatibility code.
18517
18518         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18519
18520         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18521
18522         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18523         with point-at-{eol,bol}.
18524
18525         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18526
18527         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18528
18529         * flow-fill.el (fill-flowed-point-at-bol)
18530         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18531
18532         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18533         Replace with point-at-{eol,bol} throughout all files.
18534
18535 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * ntlm.el (ntlm-string-as-unibyte): New macro.
18538         (ntlm-build-auth-response): Use it.
18539
18540         Remove Emacs 20 stuff:
18541         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18542         (butlast, mapc, remove): Remove the compiler macros.
18543         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18544         of delq and copy-sequence.
18545         * gnus-art.el (popup-menu): Remove the compiler macro.
18546         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18547         Emacs 20.
18548
18549 2004-01-05  Simon Josefsson  <jas@extundo.com>
18550
18551         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18552         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18553         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18554         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18555         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18556         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18557         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18558         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18559         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18560         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18561         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18562         string-xor into ntlm-string-xor.  Suggested by
18563         Jesper Harder <harder@myrealbox.com>.
18564
18565         * ntlm.el: Don't include poem.
18566
18567         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18568         Jesper Harder <harder@myrealbox.com>.
18569
18570         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18571
18572         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18573         probably breaks emacs with DL patch, but do we care? Is anyone
18574         still using the DL stuff?)
18575
18576         * sieve-manage.el: Use the password package.
18577         (sieve-manage-read-passwd): Remove.
18578         (sieve-manage-interactive-login): Use password.  Re-add
18579         condition-case around loop.
18580
18581         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18582         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18583         the password package.
18584
18585 2003-02-19  Simon Josefsson  <jas@extundo.com>
18586
18587         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18588         token.
18589
18590 2002-08-07  Simon Josefsson  <jas@extundo.com>
18591
18592         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18593         (sieve-manage-authenticators):
18594         (sieve-manage-authenticator-alist): Add some SASL mechs.
18595         (sieve-sasl-auth): New function.
18596         (sieve-manage-cram-md5-auth):
18597         (sieve-manage-plain-auth): Rewrite using SASL library.
18598         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18599         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18600         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18601         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18602
18603 2004-01-05  Simon Josefsson  <jas@extundo.com>
18604
18605         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18606         New files.
18607
18608 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18609
18610         * gnus-group.el (gnus-no-groups-message): Update.
18611
18612         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18613
18614 2003-11-09  Simon Josefsson  <jas@extundo.com>
18615
18616         * imap.el: Support for ID IMAP extension (RFC 2971).
18617         (imap-local-variables): Add imap-id.
18618         (imap-id): New variable.
18619         (imap-id): New function.
18620         (imap-parse-response): Parse untagged ID response.
18621         * nnimap.el (nnimap-id): New variable.
18622         (nnimap-open-connection): Use it.
18623
18624 2003-12-28  Simon Josefsson  <jas@extundo.com>
18625
18626         * gnus-score.el (gnus-score-edit-all-score): New.
18627         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18628
18629 2004-01-04  Simon Josefsson  <jas@extundo.com>
18630
18631         * password.el: Add.
18632
18633 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18634
18635         * dns.el (dns-query-types): Fix typo.
18636         (dns-query-types): New function.
18637         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18638         PTR and SOA replies, see RFC 1035.
18639
18640 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18641
18642         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18643
18644         * Moved to Changelog.2.
18645
18646 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18647
18648         * gnus.el (gnus-version-number): Bump version.
18649
18650 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18651
18652         * gnus.el: No Gnus v0.1 is released.
18653
18654 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18655
18656         * gnus.el: No Gnus v0.0 is released.
18657
18658 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18659
18660         * gnus.el (gnus-version-number): Bump.
18661         (gnus-version): No.
18662
18663 See ChangeLog.2 for earlier changes.
18664
18665     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18666       Free Software Foundation, Inc.
18667
18668   This file is part of GNU Emacs.
18669
18670   GNU Emacs is free software: you can redistribute it and/or modify
18671   it under the terms of the GNU General Public License as published by
18672   the Free Software Foundation, either version 3 of the License, or
18673   (at your option) any later version.
18674
18675   GNU Emacs is distributed in the hope that it will be useful,
18676   but WITHOUT ANY WARRANTY; without even the implied warranty of
18677   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18678   GNU General Public License for more details.
18679
18680   You should have received a copy of the GNU General Public License
18681   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18682
18683 ;; Local Variables:
18684 ;; coding: utf-8
18685 ;; fill-column: 79
18686 ;; add-log-time-zone-rule: t
18687 ;; End: