Use AUTHENTICATE PLAIN on servers that say they support that.
[gnus] / lisp / ChangeLog
1 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-quote-specials): Function copied over from
4         imap.el.
5         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6         they support that.  Suggested by Tom Regner.
7
8 2010-10-29  Julien Danjou  <julien@danjou.info>
9
10         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
11         defalias.
12         (gnus-summary-delete-marked-with): Remove obsolete defalias.
13
14         * gnus.el: Remove `gnus-nntp-service' variable.
15         (gnus-secondary-servers): Make obsolete.
16         (gnus-nntp-server): Make obsolete.
17
18         * gnus-start.el (gnus-1): Remove x-splash calls.
19
20         * gnus-ems.el (gnus-x-splash): Remove.
21
22         * gnus.el (gnus-group-startup-message): Simplify/update code.
23
24         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
25         definition.
26
27         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
28         capability before doing anything.
29         (gnus-group-insert-group-line): Remove useless
30         gnus-group-remove-excess-properties.
31
32 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
35
36 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
39         config after reselecting.
40
41 2010-10-28  Julien Danjou  <julien@danjou.info>
42
43         * shr.el (shr-put-image): Use point even if only inserting text.
44         (shr-put-image): Save excursion when inserting alt text on non-graphic
45         display, so the behaviour is the same when we are on a graphic display.
46
47         * nnir.el (nnir-run-swish-e): Remove hyrex support.
48
49 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
52         (gnus-mime-copy-part): Check coding system, not charset.
53         (gnus-mime-view-part-externally): Never remove part.
54         (gnus-mime-view-part-internally): Don't remove part here.
55         (gnus-article-part-wrapper): Make sure MIME tag is visible.
56         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
57         multipart/alternative.
58
59         * mm-decode.el (mm-display-part): Take optional arg `force'.
60
61 2010-10-26  Julien Danjou  <julien@danjou.info>
62
63         * gnus-group.el (gnus-group-default-list-level): Add this function to
64         compute the default list level.
65         (gnus-group-default-list-level): Add possibility to use a function.
66
67 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
70
71         * gnus-group.el (gnus-group-completing-read)
72         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
73         gnus-replace-in-string.
74
75 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * shr.el (shr-tag-div): Added.
78
79         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
80
81 2010-10-25  Julien Danjou  <julien@danjou.info>
82
83         * gnus-util.el: Remove `gnus-with-local-quit'.
84
85         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
86
87 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
88
89         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
90         the original article buffer.
91
92 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * nnimap.el (nnimap-request-head): New function.
95         (nnimap-request-move-article): Try to be slighly faster by not
96         requesting the entire message when moving.
97         (nnimap-transform-headers): Don't bug out on bodiless articles.
98         (nnimap-send-command): Have no outstanding messages if the IMAP server
99         doesn't support streaming.
100         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
101
102 2010-10-24  Julien Danjou  <julien@danjou.info>
103
104         * message.el (message-default-headers): Fix type.
105
106 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
109         prefetching images.
110
111         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
112         backend for unknown groups.  This is mainly useful for nnimap groups.
113
114         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
115         group isn't covered by the agent.
116
117 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
118
119         * nnir.el (nnir-method-default-engines): new variable.
120         (nnir-run-query): use it.
121         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
122         (gnus-summary-nnir-goto-thread): change group if needed.
123
124         * gnus-group.el (gnus-group-group-map): add key binding for
125         gnus-group-make-nnir-group.
126
127 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * shr.el (shr-tag-object): Added.
130
131         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
132         original article buffer live.
133         (gnus-summary-select-article-buffer): Mention
134         gnus-widen-article-buffer.
135
136 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * shr.el (shr-tag-strong): Added.
139
140 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
143         group names.  They mess up the group buffer badly.
144
145         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
146
147         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
148         instead of the summary one.
149
150 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * mml.el (mml-preview): Work properly when editing article.
153
154         * gnus-start.el (gnus-read-active-file-1): Don't add method to
155         gnus-have-read-active-file if it's already been in.
156
157 2010-10-22  Tom Tromey  <tromey@redhat.com>
158
159         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
160         gnus-group-completing-read.
161
162 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * message.el (message-mode-map): Don't bind M-; to comment region, to
165         allow the global comment-dwim to work.
166
167 2010-10-21  Julien Danjou  <julien@danjou.info>
168
169         * message.el (message-setup-1): Allow message-default-headers to be a
170         function.
171
172 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * shr.el (shr-tag-table): Simplify.
175
176 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
179         to avoid trying to snarf invalid stuff.
180
181         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
182
183         * gnus.el (gnus-message-archive-group): Quote value.
184         (gnus-message-archive-group): Mark as changed.
185
186         * shr.el (shr-add-font): Don't put the font properties on the newline
187         or the indentation.
188
189         * message.el (message-fix-before-sending): Change options when sending
190         non-printable characters.
191
192         * gnus.el (gnus-message-archive-method): Change the default to
193         monthly outgoing groups.
194
195         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
196         that have gotten new numbers.
197
198         * nnimap.el (nnimap-request-replace-article): New function.
199
200 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
203         (nnrss-request-article): Don't use special html washing code.
204
205 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * shr.el (shr-tag-table): Remove useless nconc.
208
209 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * gnus-art.el (article-wash-html): Simplify and remove the charset
212         stuff.  Use the normal html rendering code instead of the special html
213         washing code.
214
215         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
216         `gnus-w3m' symbols.
217         (mm-text-html-washer-alist): Removed.
218
219         * mm-decode.el (mm-inline-text-html-renderer): Removed.
220         (mm-inline-media-tests): Removed use.
221         (mm-text-html-renderer): Change default to the `shr' symbol.
222
223         * mm-view.el (mm-inline-text-html): Removed use.
224
225         * gnus-art.el (gnus-blocked-images): New function.  Allow the
226         `gnus-blocked-images' to be a function.
227         (gnus-article-wash-function): Removed.
228
229 2010-10-20  Julien Danjou  <julien@danjou.info>
230
231         * spam.el (spam-list-of-processors): Mark as obsolete.
232
233         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
234         (nnimap-insert-partial-structure): Fix boundary detection.
235
236 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
237
238         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
239         run file-truename on remote files.  This can be expensive and even
240         prevent one from editing drafts if some unrelated buffer has a stale
241         connection.
242
243 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
246         kinsoku-eol regardless of shr-kinsoku-shorten.
247         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
248         (shr-tag-table): Support caption, thead, and tfoot.
249
250 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
253         lines.
254         (shr-save-contents): New command and keystroke.
255
256         * nndoc.el (nndoc-type-alist): Add git support.
257         (nndoc-git-type-p): New function.
258         (nndoc-transform-git-article): Ditto.
259         (nndoc-transform-git-headers): Ditto.
260         (nndoc-transform-git-headers): Generate Subject headers.
261
262         * shr.el (shr-parse-style): New function.
263         (shr-tag-span): Ditto.
264
265         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
266         to `G G' to avoid collisions.
267
268 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
269
270         * shr.el: Load kinsoku if necessary.
271         (shr-kinsoku-shorten): New internal variable.
272         (shr-find-fill-point): Make kinsoku shorten text line if
273         shr-kinsoku-shorten is bound to non-nil.
274         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
275         shr-indentation too when testing if table is wider than frame width.
276         (shr-insert-table): Use `string-width' instead of `length' to measure
277         text width.
278         (shr-insert-table-ruler): Make sure indentation is done at bol.
279
280 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
281
282         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
283         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
284         undecoded network data.
285
286 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
289         name in the mode line spec so that the mode line menu works
290         (bug #2431).
291
292         * message.el (message-get-reply-headers): If we're fed `to-address',
293         then always use that.
294
295         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
296         aren't so wide as to need to switch off the edit menu.
297
298         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
299         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
300
301         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
302         `M-g'.
303         (nnimap-update-info): Update flags/read marks even if \* isn't part of
304         the permanent marks.
305
306 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
307
308         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
309         Splitting according to references/in-reply-to obeys the ignore-groups
310         variable, while splitting by sender and subject do not.
311
312 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
315         alist, so that we can look for non-Unicode chars.
316         (article-translate-strings): Allow both character and string maps.
317
318 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
319
320         * shr.el (shr-insert): Don't insert space behind a wide character
321         categorized as kinsoku-bol, or between characters both categorized as
322         nospace.
323
324 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
325
326         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
327         headers to gnus-newsgroup-headers.
328
329 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330
331         * shr.el (shr-tag-img): Don't align images -- since we're not
332         rescaling, this often leads to ugly displays.
333
334 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
335
336         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
337         duplicates.
338
339 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
340
341         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
342         call.
343
344 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
345
346         * gnus.el: Autoload gnus-html-show-images.
347
348         * nnimap.el: Use nnheader-message throughout.
349
350         * shr.el (shr-tag-img): Ignore images with no data.
351
352 2010-10-15  Julien Danjou  <julien@danjou.info>
353
354         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
355         a possibility to disable format=flow encoding when using hard newlines.
356
357 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * shr.el (shr-insert): Remove space inserted before or after a
360         breakable character or at the beginning or the end of a line.
361         (shr-find-fill-point): Do kinsoku; find the second best point or give
362         it up if there's no breakable point.
363
364 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * nnimap.el (nnimap-open-connection): Message when opening connection
367         for debugging purposes.
368
369         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
370         on every setup buffer call to allow this to change from article to
371         article.
372
373         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
374         buffers where we have a wide table.
375
376 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
377
378         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
379         uses *-request-thread.
380
381 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * nnimap.el (nnimap-open-connection): Remove %s from openssl
384         incantation, which is no longer valid.
385
386 2010-10-14  Julien Danjou  <julien@danjou.info>
387
388         * shr.el: Fix defcustom type (char -> character).
389
390 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
391
392         * nnimap.el (nnimap-open-connection): tls-program should be a list of
393         programs.
394
395 2010-10-14  Julien Danjou  <julien@danjou.info>
396
397         * shr.el (shr-tag-a): Use url-link as widget type.
398
399         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
400         `gnus-group-get-icon'.
401
402 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
405         This should make server editing work better.
406
407         * shr.el (shr-find-fill-point): Don't inloop on indented text.
408
409         * tls.el (tls-program): Remove spurious %s from openssl.
410
411         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
412         (nnimap-parse-flags): Fix regexp.
413
414         * shr.el (shr-find-fill-point): Use a filling algorithm that should
415         probably work for CJVK text, too.
416
417         * nnimap.el (nnimap-extend-tls-programs): Removed.
418         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
419
420         * tls.el (tls-starttls-switches): Remove starttls hack.
421         (open-tls-stream): Ditto.
422         (tls-find-starttls-argument): Ditto.
423
424 2010-10-13  Julien Danjou  <julien@danjou.info>
425
426         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
427         responses.
428
429 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
432
433         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
434         anything in Emacs.
435
436         * shr.el (shr-current-column): Remove buggy and unnecessary function.
437
438 2010-10-13  Julien Danjou  <julien@danjou.info>
439
440         * shr.el (shr-width): Make shr-width a defcustom with default to
441         fill-column.
442         (shr-tag-img): Use shr-width rather than fill-column.
443
444 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * dgnushack.el (byte-optimize-apply)
447         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
448
449         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
450         position when (X-)Faces exist.
451         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
452         avatars when called interactively.
453
454 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
457         gnus-article-x-face-too-ugly is bound.
458
459 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
462
463         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
464         mailbox that doesn't exist.
465
466 2010-10-12  Julien Danjou  <julien@danjou.info>
467
468         * shr.el (shr-tag-img): Encode URL properly when retrieving.
469         (shr-get-image-data): Encode URL properly when fetching from cache.
470         (shr-tag-img): Use aligned-to spaces to align correctly images.
471
472         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
473         before inserting the Gravatar.
474
475         * shr.el (shr-tag-img): Add align attribute support for <img>.
476
477 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-gravatar.el (gnus-art): Required.
480
481         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
482         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
483         Remove long obsoleted functions.
484
485 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
488
489         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
490
491         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
492         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
493         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
494         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
495         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
496         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
497         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
498
499 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * nnimap.el (nnimap-request-rename-group): Select group read-only
502         before renaming it.
503
504         * shr.el (shr-insert): Fix up the white space only regexp.
505
506         * nnimap.el (nnimap-transform-split-mail): Not all articles have
507         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
508
509         * shr.el (shr-current-column): New function.
510         (shr-find-fill-point): New function.
511
512 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
513
514         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
515         numbers.
516
517 2010-10-11  Julien Danjou  <julien@danjou.info>
518
519         * shr.el (shr-hr-line): Add.
520         (shr-tag-hr): Use shr-hr-line to specify which character to use to
521         display hr lines.
522         (shr-max-columns): Do not change state to nil if we just inserting
523         spaces.
524
525 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-topic.el (gnus-topic-read-group): If after the last group,
528         select the last group.
529
530 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
531
532         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
533
534 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
535
536         * dig.el (dig-mode-map): Declare and define in one step.
537
538 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
541         for Gnus.
542         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
543         (nnimap-update-qresync-info): Mark \Seen articles as read.
544
545         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
546         non-variable, too.
547
548         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
549         available.
550         (nnimap-update-info): Rely more on the current active than the param
551         active to avoid marking articles as read too much.
552
553         * auth-source.el (auth-source-create): Use (user-login-name) for the
554         user name default.
555
556         * nnimap.el (nnimap-update-info): If the server doesn't return any
557         useful info, just use the previous info.
558         (nnimap-update-info): Prefer old info over start-article.
559         (nnimap-update-qresync-info): Finish implementing QRESYNC.
560
561 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
562
563         * nnir.el (autoload): Clean up autoloads.
564         (nnir-imap-default-search-key): Renamed from
565         nnir-imap-search-field. Use key rather than value.
566         (nnir-imap-search-other): New variable.
567         (nnir-read-parm): Use it.
568         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
569         (gnus-summary-nnir-goto-thread): Modify to work with imap.
570
571 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
572
573         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
574         the process, too.
575
576 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
579         Allbery.
580
581         * shr.el: Rework the way things are indented by <li> slightly.
582
583         * gnus.el (gnus-group-set-parameter): Fix typo.
584
585         * nnimap.el: Start implementing QRESYNC support.
586
587 2010-10-09  Julien Danjou  <julien@danjou.info>
588
589         * nnir.el (nnir-engines): Fix too many arguments.
590
591 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
592
593         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
594         group is the "last", so that the backends like nnfolder actually save
595         their folders.
596
597         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
598         try to use that for the tls stream.
599         (nnimap-retrieve-group-data-early): Rework the marks code to heed
600         UIDVALIDITY and find out which groups are read-only and not.
601         (nnimap-get-flags): Use the same marks parsing code as the rest of
602         nnimap.
603
604 2010-10-09  Julien Danjou  <julien@danjou.info>
605
606         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
607
608         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
609         retrieving gravatars.
610
611         * shr.el (shr-table-corner): Add.
612         (shr-table-line): Add.
613         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
614
615 2010-10-08  Julien Danjou  <julien@danjou.info>
616
617         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
618
619 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
620
621         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
622
623         * gnus-sum.el (gnus-mark-article-as-unread)
624         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
625         (gnus-summary-set-bookmark): Use it.
626
627         * gnus-msg.el (gnus-setup-message): Use it.
628
629         * gnus-demon.el (gnus-demon-remove-handler): Use it.
630
631         * gnus.el (gnus-group-remove-parameter): Use it.
632
633         * gnus-group.el (gnus-group-make-web-group): Use it.
634
635         * gnus-demon.el (gnus-demon-remove-handler): Use it.
636
637         * nnregistry.el: Update docs to mention manual.
638
639         * gnus-registry.el: Update docs to mention nnregistry.el.
640         (gnus-registry-initialize): Don't install nnregistry refer method
641         automatically.
642         (gnus-registry-install-nnregistry): Remove it.
643
644 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * shr.el (shr-insert): Don't insert double spaces.
647
648 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * gnus-gravatar.el (gnus-treat-from-gravatar)
651         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
652         called interactively.
653
654         * gnus-art.el (gnus-mime-view-part-externally)
655         (gnus-mime-view-part-internally): Make predicate function passed to
656         gnus-mime-view-part-as-type assume argument is a mime type, not a list
657         of a mime type.
658
659         * shr.el (shr-table-widths): Don't use cl function `reduce'.
660
661 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * shr.el (require): Require cl when compiling.
664         (shr-tag-hr): New function.
665
666         * nnimap.el (nnimap-update-info): Remove double setting of high.
667         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
668         makes nnimap work properly on Courier again.
669
670         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
671         the variable for backwards compatability.
672
673         * mm-decode.el (mm-save-part): If given a non-directory result, expand
674         the file name before using to avoid setting mm-default-directory to
675         nil.
676
677         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
678         bidning gnus-agent variables.
679
680         * shr.el (shr-render-td): Use a cache for the table rendering function
681         to avoid getting an exponential rendering behaviour in nested tables.
682         (shr-insert): Rework the line-breaking algorithm.
683         (shr-insert): Don't leave trailing spaces.
684         (shr-insert-table): Also insert empty TDs.
685         (shr-tag-blockquote): Ensure paragraphs after </ul>.
686
687 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
688
689         * gnus-sum.el (gnus-number): Rename from `number'.
690         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
691         (gnus-summary-limit-children): Update uses correspondingly.
692
693 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
696         (gnus-gravatar-transform-address): Don't show avatars of people of
697         which mail addresses match gnus-gravatar-too-ugly.
698
699 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * shr.el (shr-table-widths): Expand TD elements to fill available
702         space.
703
704 2010-10-07  Julien Danjou  <julien@danjou.info>
705
706         * nnimap.el (nnimap-request-rename-group): Add this method.
707
708 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
711         name from XEmacs' function-arglist.
712
713         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
714         gravatar under XEmacs.
715
716 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
717
718         * auth-source.el: Update docs with TODO items.
719
720         * gnus-sync.el: Update docs to explain state and plans.
721
722         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
723         Hooks for mark updates.
724         (gnus-request-set-mark, gnus-request-update-mark): Use them.
725
726         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
727         hooks with arguments, which is needed for mark update hooks.
728
729 2010-10-06  Julien Danjou  <julien@danjou.info>
730
731         * gnus.el (gnus-expand-group-parameter): Only return and act on what
732         was matched.
733
734         * sieve-manage.el: Update example in `Commentary'.
735
736         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
737
738         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
739         not 2000.
740         (sieve-manage-authenticate): Re-add function.
741
742 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * shr.el (shr-insert): Get 'space transition right.
745         (shr-render-td): Only delete space at the end of the TD.
746
747         * nnimap.el (nnimap-open-connection): Prepare to support
748         open-gnutls-stream.
749
750         * shr.el: Rearrange function order to be more logical.
751
752 2010-10-06  Julien Danjou  <julien@danjou.info>
753
754         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
755         (nnrss-discover-feed): Remove 404 URL in docstring.
756
757         * nnir.el: Fix Swish-E URL.
758         Fix Namazu URL.
759
760         * message.el (message-change-subject): Remove 404 URL in a comment.
761
762 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
765         called interactively.
766
767         * gnus-util.el (gnus-remove-if): Allow hash table.
768         (gnus-remove-if-not): New function.
769
770         * gnus-art.el (gnus-mime-view-part-as-type)
771         * gnus-score.el (gnus-summary-score-effect)
772         * gnus-sum.el (gnus-read-move-group-name):
773         Replace remove-if-not with gnus-remove-if-not.
774
775         * gnus-group.el (gnus-group-completing-read):
776         Regard collection as a hash table if it is not a list.
777
778 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * shr.el (shr-render-td): Allow blank/missing <TD>s.
781
782         * shr.el: Document the table-rendering algorithm.
783
784 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
787         for Emacsen having no `libxml-parse-html-region' support.
788
789 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
792         invalid URLs.
793
794         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
795         line-broken.
796         (shr-tag-img): Ignore image fetching errors.
797         (shr-overlays-in-region): Compute overlay positions correctly.
798
799         * mm-decode.el (mm-shr): Require shr.
800
801         * gnus-art.el (gnus-blocked-images): Move variable here.
802
803         * shr.el (shr-insert-table): Bind free variable.
804
805         * mm-decode.el (mm-shr): Bind shr-content-function.
806
807         * shr.el (shr-content-function): New variable.
808
809         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
810         added for symmetry.
811
812         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
813
814         * gnus-group.el (gnus-group-make-group): Doc fix.
815
816         * nnimap.el (nnimap-request-newgroups): Return success.
817
818         * shr.el (shr-find-elements): New function.
819         (shr-tag-table): Put all the images after the table.
820         (shr-tag-table): Really inhibit images inside the table.
821         (shr-collect-overlays): Copy over overlays from the TD elements to the
822         main document.
823
824         * mm-decode.el (mm-shr): Bind shr-blocked-images to
825         gnus-blocked-images.
826
827 2010-10-05  Julien Danjou  <julien@danjou.info>
828
829         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
830
831         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
832         (gnus-html-maximum-image-size): Add this function.
833         (gnus-html-put-image): Use gnus-html-maximum-image-size.
834
835         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
836         server-value of the capability is nil.
837
838 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
839
840         * shr.el (shr-tag-em): Add <EM> tag.
841
842 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
843
844         * sieve-manage.el (sieve-manage-default-stream): Make default stream
845         customizable.
846
847         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
848         handing broken links to browse-url.
849
850 2010-10-05  Julien Danjou  <julien@danjou.info>
851
852         * gnus-util.el (gnus-emacs-completing-read)
853         (gnus-iswitchb-completing-read): Use autoload rather than require.
854
855 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
858         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
859         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
860         iswitchb-temp-buflist for XEmacs.
861
862         * gnus-util.el (gnus-completing-read-function): Exclude
863         gnus-icompleting-read and gnus-ido-completing-read from candidates for
864         XEmacs since iswitchb.el is very old and ido.el is unavailable in
865         XEmacs.
866
867         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
868         not to use `delete-dups' that is unavailable in XEmacs 21.4.
869
870         * gnus-html.el: Don't require help-fns under XEmacs.
871         (gnus-html-schedule-image-fetching): Work for XEmacs.
872
873         * mm-decode.el (mm-shr): Decode contents by charset.
874
875 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
878         unknown.
879
880         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
881         (shr-get-image-data): Ensure against the cache file missing.
882
883         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
884         for data.
885
886         * spam-report.el (spam-report-url-ping-plain): Don't query about
887         killing the process.
888
889         * shr.el (shr-render-td): Protect against too-wide text.
890
891 2010-10-04  Julien Danjou  <julien@danjou.info>
892
893         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
894         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
895
896         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
897         retrieved.
898
899 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * shr.el (browse-url): Required.
902         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
903         lines.
904         (shr-show-alt-text, shr-browse-image): New commands.
905         (shr-browse-url, shr-copy-url): New commands.
906
907         * gnus-sum.el (gnus-widen-article-window): New variable.
908         (gnus-summary-select-article-buffer): Use it.
909
910         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
911         without @ signs.
912
913 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
914
915         * nnir.el (nnir-run-imap): Remove spurious space in search string.
916
917 2010-10-04  Julien Danjou  <julien@danjou.info>
918
919         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
920         for XEmacs.
921
922 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
925
926         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
927         (nnimap-close-server): Implement.
928
929         * dgnushack.el (iswitchb): Require to shut up the compiler.
930
931         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
932         (shr-insert): Tweak line breaking.
933         (shr-insert): Handle <pre> better.
934         (shr-tag-li): Get <li> indentation right.
935         (shr-tag-li): Get <li> indentation even righter.
936         (shr-tag-blockquote): Ensure paragraph start.
937         (shr-make-table): Tweak table generation.
938         (shr-make-table): Fix typo.
939
940         * shr.el: Implement table rendering.
941
942 2010-10-04  Julien Danjou  <julien@danjou.info>
943
944         * gnus-html.el (gnus-html-put-image): Fix resize image code.
945
946 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * shr.el (shr-insert): Use string anchors instead of line anchors.
949
950 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * shr.el: Add headings.
953         (shr-ensure-paragraph): Actually work.
954         (shr-tag-li): Make <ul> prettier.
955         (shr-insert): Get white space at the beginning/end of elements right.
956         (shr-tag-p): Collapse subsequent <p>s.
957         (shr-ensure-paragraph): Don't insert double line feeds after blank
958         lines.
959         (shr-insert): \t is also space.
960         (shr-tag-s): Fix "s" tag name function.
961         (shr-tag-s): Fix face prop name.
962
963 2010-10-03  Julien Danjou  <julien@danjou.info>
964
965         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
966
967         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
968         gnus-window-inside-pixel-edges.
969
970         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
971         gnus-ems.
972
973         * mm-view.el (mm-inline-image-emacs): Support image resizing.
974
975         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
976         function.
977
978         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
979         resize choice.
980
981 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
984         beginning of the buffer.
985
986         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
987         article buffer again.
988
989         * shr.el (shr-tag-p): Don't insert newlines at the start of the
990         buffer.
991
992         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
993         when it's at the start of the buffer.
994
995         * shr.el (shr-tag-blockquote): Convert name.
996         (shr-rescale-image): Use the right image-size variant.
997
998         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
999         buffer isn't shown, then select the current article first instead of
1000         bugging out.
1001         (gnus-summary-select-article-buffer): Show both the article and summary
1002         buffers again.
1003
1004         * shr.el (shr-fontize-cont): Protect against regions with no text.
1005         Rename tag functions to shr-tag-* for enhanced security.
1006         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1007
1008 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1009
1010         * shr.el (shr-insert):
1011         * pop3.el (pop3-movemail):
1012         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1013         loaded.
1014
1015 2010-10-03  Glenn Morris  <rgm@gnu.org>
1016
1017         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1018
1019         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1020
1021         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1022
1023         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1024
1025         * gnus-util.el (gnus-make-local-hook): Simplify.
1026
1027 2010-10-02  Julien Danjou  <julien@danjou.info>
1028
1029         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1030         (gnus-ido-completing-read): New function.
1031         (gnus-emacs-completing-read): New function.
1032         (gnus-completing-read): Use gnus-completing-read-function.
1033         Add gnus-completing-read-function.
1034
1035 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * shr.el (shr-insert-document): Autoload.
1038         (shr-img): Be silent.
1039         (shr-insert): Add a newline after every picture before text.
1040         (shr-add-font): Use overlays for combining faces.
1041         (shr-insert): Pass upwards the text start point.
1042
1043         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1044         possible.
1045         (mm-shr): New function.
1046
1047 2010-10-02  Julien Danjou  <julien@danjou.info>
1048
1049         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1050         should go backward.
1051
1052 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1053
1054         * shr.el (shr): Fix typo in provide call.
1055
1056 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * shr.el: New file.
1059
1060         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1061
1062         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1063         completing read.
1064
1065 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1066
1067         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1068         we're being queried about.  Suggested by Dan Jacobson.
1069
1070         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1071         by Jason Eisner.
1072
1073         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1074         table, too.  Suggested by Stefan Wiens.
1075         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1076         the table unnecessary.  Suggested by Stefan Wiens.
1077
1078         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1079         longer needed, and probably doesn't work either, as pointed out by
1080         Stefan Wiens.
1081         (gnus-summary-exit): Remove call to the clearing function.
1082         (gnus-summary-exit-no-update): Ditto.
1083
1084         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1085         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1086         Reported by Stefan Monnier.
1087         (gnus-summary-save-in-rmail): Ditto.
1088
1089         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1090         article buffer, instead of both the article buffer and the summary
1091         buffer.  Sort of suggested by Dan Jacobson.
1092
1093         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1094
1095         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1096         Suggested by Dan Jacobson.
1097
1098         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1099         documentation clearer.
1100
1101         * message.el (message-shorten-references): Comment on the number "21".
1102         Suggested by Stefan Monnier.
1103
1104         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1105         Suggested by Dan Jacobson.
1106
1107         * gnus.el (gnus-large-newsgroup): Mention
1108         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1109
1110         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1111         externalize attachments.  Bug reported by Steve Wen.
1112
1113         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1114         really message anything to the user.
1115
1116         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1117         directly.
1118
1119         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1120         messages in empty groups.
1121
1122 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1123
1124         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1125         non-UIDNEXT group.
1126
1127 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1130         not the value from the collection.
1131
1132         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1133         values.  This sometimes happens on some groups that have no info.
1134         (nnimap-request-newgroups): New function.
1135
1136 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1137
1138         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1139         check into `gnus-registry-initialize'.
1140         (gnus-registry-initialize): Ditto.
1141         Fix and extend header docs.
1142
1143 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1146         regexp backtrace overflows.
1147
1148         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1149         for starttls that tls.el implements; i.e. openssl.
1150
1151         * tls.el (tls-starttls-switches): Give up on using starttls with
1152         gnutls-cli.
1153         (tls-program): Add --insecure to be consistent with the defaults from
1154         openssl s_client.  Now all three commands are insecure.
1155
1156 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1157
1158         * lpath.el: Bind completion-styles-alist for XEmacs.
1159
1160         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1161         (gravatar-create-image): New function that's an alias to
1162         gnus-xmas-create-image, gnus-create-image, or create-image.
1163         (gravatar-data->image): Use it.
1164
1165 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1166
1167         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1168         install the nnregistry refer method.
1169         (gnus-registry-install-hooks): Use it.
1170         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1171         unfollowed groups.
1172
1173 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1174
1175         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1176         expanding threads.
1177
1178 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * nnir.el: Use the server names without suffixes (bug #7009).
1181
1182         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1183         unencrypted to STARTTLS, if possible.
1184
1185 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1186
1187         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1188         headers before superseding.
1189
1190 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * nnrss.el (nnrss-use-local): Add documentation.
1193
1194         * nnimap.el (nnimap-extend-tls-programs): New function.
1195         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1196         (nnimap-wait-for-connection): Accept the greeting from the stupid
1197         output from openssl s_client -starttls, too.
1198
1199         * tls.el (tls-starttls-switches): New variable.
1200         (tls-find-starttls-argument): Use it.
1201         (open-tls-stream): Ditto.
1202
1203         * netrc.el (netrc-credentials): Return the value of the "default"
1204         entry.
1205         (netrc-machine): Ditto.
1206
1207         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1208         article number.
1209         (nnimap-split-fancy): New variable.
1210         (nnimap-split-incoming-mail): Use it.
1211
1212         * nntp.el (nntp-server-list-active-group): Document.
1213
1214         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1215         SELECT to get the message-id.
1216
1217         * mail-source.el (mail-sources): Removed webmail support.
1218         (defvar): Ditto.
1219         (mail-source-fetcher-alist): Ditto.
1220         (mail-source-fetch-webmail): Removed.
1221
1222         * webmail.el: Removed -- doesn't seem relevant any more.
1223
1224         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1225
1226         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1227         the \r.
1228
1229 2010-09-30  Julien Danjou  <julien@danjou.info>
1230
1231         * gnus-agent.el (gnus-agent-add-group): Fix call to
1232         gnus-completing-read.
1233
1234 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * nndoc.el (nndoc-retrieve-groups): New function.
1237
1238         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1239         `default', use nnmail-split-methods.
1240         (nnimap-request-article): Downcase the NILs so that they are nil.
1241
1242         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1243         symbol.
1244
1245         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1246         code, since if the user has requested network, that's what they ought
1247         to get.
1248         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1249         (nnimap-split-rule): Mark as obsolete.
1250
1251         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1252         variable.
1253
1254         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1255         correct slot, too.
1256
1257 2010-09-29  Julien Danjou  <julien@danjou.info>
1258
1259         * gnus.el (gnus-local-domain): Declare variable obsolete.
1260
1261         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1262         computing.
1263         (gnus-ido-completing-read): Require ido.
1264
1265 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1268         build Gnus.
1269
1270         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1271         when interpreting the structures.
1272         (nnimap-request-accept-article): Add \r\n to the lines to make this
1273         work with Cyrus.
1274
1275         * nndraft.el (nndraft-request-expire-articles): Use the group name
1276         instead if "nndraft".  Fix found by Nils Ackermann.
1277
1278 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1279
1280         * nnregistry.el: Added.
1281
1282 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1283
1284         * nnmail.el (group, group-art-list, group-art):
1285         Remove unneeded directives.
1286
1287 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1290         (mm-mime-charset)
1291         * rfc2047.el (rfc2047-syntax-table)
1292         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1293
1294         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1295         rather than `insert-file-contents' and `eval-region'.
1296
1297         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1298         construction.
1299
1300         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1301
1302         * time-date.el: No need to require cl for Emacs 21.
1303
1304 2010-09-29  Julien Danjou  <julien@danjou.info>
1305
1306         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1307         replacement of `gnus-gravatar-relief' to mimic
1308         `gnus-faces-properties-alist'.
1309         Add :version property.
1310
1311 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * mail-source.el (mail-source-report-new-mail)
1314         * message.el (message-default-mail-headers)
1315         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1316
1317         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1318
1319 2010-09-28  Julien Danjou  <julien@danjou.info>
1320
1321         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1322         mail-address contains the same string as real-name.
1323
1324         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1325         non-blank in header, otherwise it'll get stripped.
1326
1327         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1328         real-name, and then for mail address rather than doing : or , search.
1329
1330 2010-09-27  Julien Danjou  <julien@danjou.info>
1331
1332         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1333         (gnus-server-goto-server): Use gnus-completing-read.
1334
1335         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1336
1337         * mm-util.el (defalias): Use gnus-completing-read.
1338         (mm-codepage-setup): Use gnus-completing-read.
1339
1340         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1341         (smime-decrypt-buffer): Use gnus-completing-read.
1342
1343         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1344
1345         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1346         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1347         (mml-insert-multipart): Use gnus-completing-read.
1348
1349         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1350
1351         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1352
1353         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1354
1355         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1356
1357         * gnus.el (gnus-read-method): Use gnus-completing-read.
1358
1359         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1360
1361         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1362         (gnus-mime-action-on-part): Use gnus-completing-read.
1363         (gnus-article-encrypt-body): Use gnus-completing-read.
1364
1365         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1366         (gnus-topic-move-matching): Use gnus-completing-read.
1367         (gnus-topic-copy-matching): Use gnus-completing-read.
1368         (gnus-topic-sort-topics): Use gnus-completing-read.
1369         (gnus-topic-move): Use gnus-completing-read.
1370
1371         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1372         (gnus-agent-add-group): Use gnus-completing-read.
1373
1374         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1375         gnus-completing-read.
1376         (nnmairix-update-groups): Use gnus-completing-read.
1377         (nnmairix-get-server): Use gnus-completing-read.
1378         (nnmairix-backend-to-server): Use gnus-completing-read.
1379         (nnmairix-goto-original-article): Use gnus-completing-read.
1380         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1381
1382         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1383
1384         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1385         (gnus-group-make-useful-group): Use gnus-completing-read.
1386         (gnus-group-make-web-group): Use gnus-completing-read.
1387         (gnus-group-add-to-virtual): Use gnus-completing-read.
1388         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1389
1390         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1391         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1392         (gnus-summary-execute-command): Use gnus-completing-read.
1393         (gnus-summary-respool-article): Use gnus-completing-read.
1394         (gnus-read-move-group-name): Use gnus-completing-read.
1395
1396         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1397         (gnus-summary-score-effect): Use gnus-completing-read.
1398
1399         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1400
1401         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1402         right completing-read function.
1403         (gnus-use-ido): New variable
1404         (gnus-completing-read-with-default): Remove.
1405
1406 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1409         x-focus-frame.
1410
1411         * nnimap.el (auth-source-forget-user-or-password)
1412         (auth-source-user-or-password): Autoload.
1413
1414         * message.el (message-from-style, message-interactive)
1415         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1416         (message-yank-prefix, message-indentation-spaces, message-signature)
1417         (message-signature-file): Add comment.
1418
1419 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1422         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1423         new articles.
1424
1425         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1426         parts.
1427         (nnimap-request-article): Work with the t setting, too.
1428
1429         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1430         that you don't get flashes of other buffers.
1431         (gnus-summary-show-complete-article): Intern before setting.
1432
1433 2010-09-27  David Engster  <dengste@eml.cc>
1434
1435         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1436         well as HEADERS.
1437         (nnmairix-retrieve-headers): Provide new argument for the above.
1438
1439 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * gnus-sum.el (gnus-summary-move-article): Don't alter
1442         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1443         group.
1444
1445         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1446
1447         * message.el (message-cite-prefix-regexp): Revert my last edit.
1448
1449         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1450         variable instead of the Gnus variable.
1451
1452         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1453
1454         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1455         again.
1456
1457         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1458         since some servers don't like it.
1459         (nnimap-open-connection): Forget credentials if the server says the
1460         password was wrong.
1461         (nnimap-parse-line): Protect against invalid data.
1462
1463         * gnus-sum.el (gnus-summary-move-article): Add comment.
1464         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1465         nothing alters it while scanning for new messages.
1466
1467         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1468         which may or may not help.
1469         (nnimap-open-connection): If we're doing a stream connection, and then
1470         discover we're on a STARTTLS-capable server, then open a STARTTLS
1471         connection instead.
1472
1473 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * nnimap.el (utf7): Required.
1476
1477         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1478         prefix.
1479
1480 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1481
1482         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1483
1484 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * nnimap.el (nnimap-request-accept-article): Message the error on
1487         error.
1488
1489 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1492
1493 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1494
1495         * nndoc.el (nndoc-request-list): Return success always.
1496
1497         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1498         `fetch-old' -- we only want to fetch the articles we've requested.  The
1499         rest are in the agent, probably.
1500         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1501         disappeared server" to something low.  It's not important.
1502
1503         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1504         arrived before the FETCH data.
1505
1506         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1507         target here, because we don't know the Gnus name of the group.
1508
1509         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1510         for the correct group.
1511
1512         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1513
1514         * gnus.el (gnus): Give a final warning after startup.
1515
1516         * gnus-util.el (gnus-action-message-log): New variable.
1517         (gnus-message): Use it.
1518         (gnus-final-warning): New function.
1519
1520         * nnimap.el (nnimap-open-connection): Record the greeting.
1521         (nnimap): Add greeting.
1522
1523 2010-09-26  Julien Danjou  <julien@danjou.info>
1524
1525         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1526         arguments.
1527         (gnus-html-wash-images): Fix spec computing to include start/end.
1528
1529         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1530
1531 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1534         deletion.
1535         (nnimap-retrieve-headers): Don't select the group, because that's
1536         already done by nnimap-possibly-change-group.
1537
1538         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1539         (gnus-picon-transform-address): Use it.
1540
1541         * mail-source.el (mail-source-value): Revert previous patch.
1542
1543         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1544         on failure.
1545         (nnimap-open-connection): Look up both virtual and physical server name
1546         credentials.
1547
1548         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1549
1550 2009-02-07  Dave Love  <fx@gnu.org>
1551
1552         * tls.el (open-tls-stream): Don't query killing process.
1553
1554 2009-02-08  Dave Love  <fx@gnu.org>
1555
1556         * gnus-win.el (gnus-window-to-buffer-helper,
1557         gnus-all-windows-visible-p): Function needn't be a symbol.
1558
1559         * mail-source.el (mail-source-value): Function needn't be a symbol.
1560
1561 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * message.el (message-cite-prefix-regexp): Remove } from the cite
1564         prefix.
1565
1566         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1567         highlight again, so that the highlight is correct.
1568
1569         * gnus-picon.el (gnus-picon): Remove again.
1570         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1571
1572         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1573         doing the header highlightling, so that the background colour of the
1574         picon is correct.
1575
1576         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1577         (gnus-picon): Ditto.
1578         (gnus-picon): Reinstate.  The background colour for picons is white.
1579         (gnus-picon-insert-glyph): Make the background white.
1580
1581         * nnml.el (nnml-open-nov): Don't return dead buffers.
1582
1583         * auth-source.el (auth-source-create): Query the user for whether to
1584         store the credentials.
1585
1586         * netrc.el (netrc-store-data): New function.
1587
1588         * auth-source.el (auth-source-user-or-password): Use the existing auth
1589         sources, if any, for creation.
1590
1591         * gnus.el (gnus-group-fast-parameter): Return the last matching
1592         parameter instead of the first matching parameter.
1593
1594 2010-09-26  Julien Danjou  <julien@danjou.info>
1595
1596         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1597
1598 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * mml2015.el (mml2015-use): Remove gpg support.
1601
1602         * mml1991.el (mml1991-function-alist): Remove gpg function.
1603         (mml1991-gpg-sign): Removed.
1604
1605 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1606
1607         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1608         (gnus-browse-unsubscribe-current-group): Document it.
1609         (gnus-browse-unsubscribe-group): Use it.
1610
1611 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1614         address to the To list for easier response.
1615
1616         * gnus.el (gnus-play-startup-jingle): Removed.
1617         (gnus-splash): Don't play jingle.
1618         (gnus): Silence gnus-load message.
1619
1620         * gnus-art.el (gnus-treat-play-sounds): Removed.
1621
1622         * gnus.el (gnus-play-jingle): Remove audio support.
1623
1624         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1625
1626         * earcon.el: Removed -- no users.
1627
1628         * gnus-audio.el: Removed -- no users of this package.
1629
1630         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1631
1632         * gnus-start.el (gnus-setup-news): Remove nocem support.
1633
1634         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1635
1636         * gnus.el (gnus-use-nocem): Removed.
1637
1638         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1639         Removed.
1640
1641         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1642         uses NoCeM any more.
1643
1644         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1645         (gnus-button-ctan-handler): Ditto.
1646         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1647         (gnus-button-ctan-directory-regexp): Ditto.
1648         (gnus-button-handle-ctan): Ditto.
1649         (gnus-button-tex-level): Ditto.
1650         (gnus-button-alist): Removed CTAN stuff.
1651
1652 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1655         nnimap-streaming test.
1656
1657         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1658         servers twice.
1659
1660         * nnimap.el (nnimap-open-connection): Add more error reporting when
1661         nnimap fails early.
1662
1663         * nnheader.el (nnheader-get-report-string): New function.
1664         (nnheader-get-report): Use it.
1665
1666         * gnus-int.el (gnus-check-server): Say what the error was when opening
1667         failed.
1668
1669         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1670         using streaming.
1671
1672 2010-09-25  Julien Danjou  <julien@danjou.info>
1673
1674         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1675         gnus-window-inside-pixel-edges.
1676
1677 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1680
1681         * mm-decode.el (mm-save-part): Allow saving to other directories the
1682         normal Emacs way.
1683
1684         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1685         by Jay Berkenbilt.
1686
1687         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1688         there isn't a single byte.
1689
1690         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1691         just do it.  It doesn't really seem to matter what the user responds
1692         here, I think, so it's just a confusing question.
1693
1694         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1695         non-streaming case.
1696
1697         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1698         (gnus-article-encrypt-body): Use it.
1699
1700         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1701         keystroke.
1702
1703         * nnimap.el (nnimap-find-wanted-parts-1): Use
1704         gnus-fetch-partial-articles.
1705
1706         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1707
1708         * nnimap.el (nnimap-insert-partial-structure): New function.
1709         (nnimap-get-partial-article): New function.
1710         (nnimap-request-article): Use it.
1711         (nnimap-wait-for-response): Return whether the wait was successful.
1712         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1713         retrieval wasn't successful.
1714         (nnimap-retrieve-group-data-early): Allow throttling servers.
1715         (nnimap-streaming): New variable.
1716         (nnimap-fetch-partial-articles): Removed.
1717
1718         * mm-decode.el (mm-with-part): Protect against killed buffers.
1719
1720         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1721         for prettier summary display.
1722
1723 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1724
1725         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1726         directly.
1727
1728 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1731         apparently third-party libraries depend on it.
1732
1733         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1734         before starting negotiation.
1735
1736         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1737         privacy reasons.
1738         (gnus-treat-mail-gravatar): Ditto.
1739
1740         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1741         buffer when inserting images.  Inserting text into the headers, for
1742         instance, can make them invalid.
1743
1744 2010-09-25  Julien Danjou  <julien@danjou.info>
1745
1746         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1747         variables.
1748
1749         * nnheader.el: Remove useless variables news-reply-yank-from and
1750         news-reply-yank-message-id.
1751
1752         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1753         variables.
1754
1755         * mml1991.el: Remove useless mml1991-verbose.
1756
1757         * gnus.el: Remove useless variable gnus-use-generic-from.
1758         Remove obsolete variable gnus-topic-indentation.
1759
1760         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1761
1762         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1763
1764         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1765
1766         * gnus-group.el: Remove useless gnus-group-icon-cache.
1767         Remove useless gnus-ephemeral-group-server.
1768
1769         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1770
1771         * mml2015.el: Remove useless mml2015-verbose.
1772
1773         * mml-smime.el: Remove useless mml-smime-verbose.
1774
1775         * gnus.el: Remove useless gnus-local-domain.
1776
1777         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1778         gnus-gravatar-size.
1779
1780         * gnus-art.el: Remove useless gnus-treat-translate.
1781
1782 2010-09-24  Julien Danjou  <julien@danjou.info>
1783
1784         * gnus-sum.el: Add support for Gravatars.
1785
1786         * gnus-art.el: Add support for Gravatars.
1787
1788         * gnus-gravatar.el: Add this file.
1789
1790         * gravatar.el: Add this file.
1791
1792 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1795
1796         * gnus-group.el (gnus-group-fetch-faq): Removed.
1797
1798         * gnus.el (gnus-group-faq-directory): Removed.
1799
1800         * gnus-group.el (gnus-group-fetch-charter): Removed.
1801
1802         * gnus.el (gnus-group-charter-alist): Removed.
1803
1804         * gnus-group.el (gnus-group-archive-directory): Removed.
1805         (gnus-group-recent-archive-directory): Ditto.
1806         (gnus-group-make-archive-group): Removed.
1807
1808         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1809
1810         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1811         use the same article number for all the cached articles.
1812
1813         * nnimap.el (nnimap-command): Register the last command time so
1814         that we can use it for idling NOOPs.
1815         (nnimap-open-connection): Start the keeplive timer.
1816         (nnimap-make-process-buffer): Store all the process buffers.
1817         (nnimap-keepalive): New function.
1818
1819         * starttls.el: (starttls-open-stream): Add autoload cookie.
1820
1821 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1822
1823         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1824         handling.
1825
1826 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1829         its data structures.
1830
1831         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1832         instead of the cl.el copy-list.
1833         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1834         equalp.
1835
1836 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1839         and tool-bar-local-item-from-menu.
1840
1841         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1842         mode-line-highlight face for Emacs.
1843
1844         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1845         loading gnus-sum.elc; fix comment for canlock-verify.
1846         (gnus-article-jump-to-part): Use read-number.
1847         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1848         Emacs pre-21 compatible code for help-echo.
1849         (gnus-article-next-page-1): No need to adjust the number of lines.
1850         (gnus-article-describe-bindings): Always use help-buffer.
1851
1852         * gnus-audio.el (gnus-audio-inline-sound)
1853         * gnus-cus.el (gnus-custom-mode)
1854         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1855
1856         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1857
1858         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1859         compatible code.
1860
1861 2010-09-24  Glenn Morris  <rgm@gnu.org>
1862
1863         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1864         visiting the fcc file in rmail-mode.
1865
1866         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1867
1868 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * nnir.el: Silence the byte compiler.
1871
1872         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1873         alias to browse-url-url-encode-chars if any.
1874         (gnus-html-encode-url): Use it.
1875
1876 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-start.el (gnus-use-backend-marks): New variable.
1879         (gnus-get-unread-articles-in-group): Use it.
1880
1881         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1882         makeover.
1883
1884 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1885
1886         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1887
1888 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1891         Removed.
1892         (gnus-setup-news-hook): Removed
1893         gnus-fixup-nnimap-unread-after-getting-new-news.
1894
1895         * gnus-int.el (gnus-request-update-info): Protect against backends not
1896         having the function.
1897
1898         * nnimap.el (nnimap-stream): Mention starttls.
1899         (nnimap-open-connection): Add starttls support.
1900
1901 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1902
1903         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1904
1905 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906
1907         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1908         BODYSTRUCTUREs.
1909         (nnimap-transform-headers): Unfold quoted {42} headers.
1910
1911         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1912         the info.
1913         (gnus-get-unread-articles): Only call updatep on backends that support
1914         it.
1915
1916         * nnweb.el (nnweb-request-update-info): NOOP.
1917
1918         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1919
1920         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1921         since it only deals with marks.
1922
1923         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1924         gnus-request-marks, and make a new gnus-request-update-info.
1925
1926         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1927         the active instead of the high number, which is usually too low.
1928
1929 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1930
1931         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1932         * encrypt.el: Removed.
1933
1934 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1937         server in symbolic form.
1938
1939         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1940         0.9.
1941
1942 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1945         (nnimap-update-info): Fix up code slightly.
1946
1947         * gnus-int.el (gnus-open-server): Add tracing for performance
1948         debugging.
1949
1950         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1951         (gnus-group-insert-group-line): Pass the real group name so that it
1952         gets the right data.
1953
1954         * gnus-start.el (gnus-get-unread-articles): Don't have
1955         `gnus-get-unread-articles-in-group' update info, since that can be
1956         really slow and doesn't seem to be needed?
1957
1958 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1959
1960         * time-date.el (date-to-time): Try using parse-time-string first before
1961         using the slower timezone-make-date-arpa-standard.
1962
1963 2010-09-22  Julien Danjou  <julien@danjou.info>
1964
1965         * gnus-group.el (gnus-group-insert-group-line): Call
1966         gnus-group-highlight-line.
1967         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1968         default hook list.
1969         (gnus-group-update-eval-form): Add new function.
1970         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1971         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1972
1973 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1976         immediate, then expire all articles.
1977         (nnimap-update-info): Fix off-by-one errors.
1978         (nnimap-flags-to-marks): Would return no marks lists for group with no
1979         flags.  Instead return the other data.
1980
1981 2010-09-22  Julien Danjou  <julien@danjou.info>
1982
1983         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1984         Only return an icon.
1985         (gnus-group-insert-group-line): Compute icon to return.
1986
1987         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1988         variable.
1989         (gnus-html-image-fetched): Only cache if
1990         gnus-html-image-automatic-caching is set.
1991         (gnus-html-image-fetched): Check for errors.
1992
1993 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1996         once per method on `g'.  This ensures that backends like nnfolder don't
1997         open all their folders.
1998
1999         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2000         (nnimap-request-list): Nix out group in the correct buffer.
2001         (nnimap-parse-flags): Implement by using `read' instead of
2002         hand-parsing.
2003         (nnimap-flags-to-marks): Pass on permanent-flags.
2004         (nnimap-make-process-buffer): Record the server name.
2005         (nnimap-parse-flags): Fix typo.
2006         (nnimap-request-scan): Run split on the server in general, not just a
2007         single group.
2008
2009         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2010         parameter, and propagate this downwards.
2011
2012         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2013         since EXAMINE changes it on the server.
2014
2015         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2016         this command might take a while.
2017
2018 2010-09-22  Julien Danjou  <julien@danjou.info>
2019
2020         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2021         harmful if you have 2 images side-by-side, they can't be properly
2022         update on text deletion.  Using text-property is safer here.
2023         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2024         data.
2025
2026 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * nnimap.el (nnimap-expunge-inbox): Removed.
2029         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2030         (nnimap-expunge): Flip default to t.
2031
2032         * gnus.el (gnus-method-to-server): Don't push things to the cache
2033         unless it's unique.
2034         (gnus-server-to-method): Ditto.
2035
2036 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2037
2038         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2039
2040 2010-09-22  Julien Danjou  <julien@danjou.info>
2041
2042         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2043         get the start of data.
2044         (gnus-html-encode-url): Add this function to encode special chars in
2045         URL.
2046         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2047         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2048
2049         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2050         default.
2051         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2052
2053         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2054         images alt-text.
2055         (gnus-html-put-image): Put alt-text as help-echo.
2056
2057 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2060         * mm-util.el (mm-decompress-buffer)
2061         * nnir.el (nnir-run-find-grep)
2062         * pop3.el (pop3-list): Use 3rd arg of split-string.
2063
2064         * time-date.el (format-seconds): Comment fix.
2065
2066         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2067         and byte-optimize-form-code-walker.
2068         (dgnushack-make-auto-load): Don't advise make-autoload.
2069
2070         * lpath.el: Remove Emacs 21 stuff.
2071
2072 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2075         outside the active range.  Suggested by Dan Christensen.
2076
2077         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2078         slightly later to avoid double-getting it.
2079
2080         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2081         previous patch.
2082
2083         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2084
2085 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2086
2087         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2088
2089 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-int.el (gnus-open-server): Give a better error message in the
2092         "go offline" case.
2093
2094         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2095         marks for nnimap, which is seldom the right thing to do.
2096
2097         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2098         (gnus-same-method-different-name): New function.
2099
2100         * nnimap.el (parse-time): Require.
2101
2102         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2103         method in the presence of many similar methods.
2104
2105         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2106
2107         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2108         nnml-inhibit-expiry.
2109
2110         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2111         find out whether methods are equal.
2112
2113         * nnimap.el (nnimap-find-expired-articles): New function.
2114         (nnimap-process-expiry-targets): New function.
2115         (nnimap-request-move-article): Request the article before looking at
2116         what the Message-ID is.  Fix found by Andrew Cohen.
2117         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2118
2119         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2120         for oldness in addition to being a predicate.
2121
2122         * nnimap.el (nnimap-request-group): When we have zero articles, return
2123         the right data to Gnus.
2124         (nnimap-request-expire-articles): Only delete articles immediately if
2125         the target is 'delete.
2126
2127         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2128         method, this would bug out.
2129
2130         * gnus-group.el (gnus-group-expunge-group): Renamed from
2131         gnus-group-nnimap-expunge, and implemented as a normal interface
2132         function.
2133
2134         * gnus-int.el (gnus-request-expunge-group): New function.
2135
2136         * nnimap.el (nnimap-request-create-group): Implement.
2137         (nnimap-request-expunge-group): New function.
2138
2139 2010-09-21  Julien Danjou  <julien@danjou.info>
2140
2141         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2142         (gnus-html-cache-expired): Add new function.
2143         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2144         wethever we should display image for fetch it.
2145         Compute alt-text earlier to pass it to the fetching function too.
2146         (gnus-html-schedule-image-fetching): Change function argument to only
2147         get one image at a time, not a list.
2148         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2149         cache.
2150         (gnus-html-get-image-data): New function to retrieve image data from
2151         cache.
2152         (gnus-html-put-image): Change buffer argument to use image data rather
2153         than file, and place image above region rather than inserting a new
2154         one. Do not take alt-text as argument, since it's useless now: we place
2155         the image above alt-text.
2156         (gnus-html-prune-cache): Remove.
2157         (gnus-html-show-images): Start to fetch image when we find one, do not
2158         push into a temporary list.
2159         (gnus-html-prefetch-images): Only fetch image if they have expired.
2160         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2161         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2162
2163 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2166
2167 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2170         spec inser "*" if the group isn't active instead of 0.
2171
2172         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2173         opening the server.
2174         (nnimap-request-delete-group): Implement group deletion.
2175         (nnimap-transform-headers): Return the size of the entire message in
2176         the Bytes header, not just the size of the first part.
2177         (nnimap-request-move-article): When moving an article from nnimap,
2178         request the article first so the accepting form has an article to
2179         accept.  Reported by Dan Christensen.
2180         (nnimap-command): Make sure that the error message doesn't error out.
2181
2182 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2183
2184         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2185         we haven't requested anything.
2186
2187 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2190         "".  Fix found by Andrew Cohen.
2191
2192         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2193         instead of -encode-string.
2194
2195 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2196
2197         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2198
2199         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2200         by mm-subst-char-in-string.
2201
2202 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2205         waiting for the connection string.
2206
2207         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2208         arriving.
2209
2210         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2211         bogus characters.  This allows selecting certain Gmail groups.
2212
2213         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2214         (nnimap-fetch-partial-articles): New variable.
2215         (nnimap-open-connection): When looking for credentials, also use the
2216         nnimap-server-port.
2217         (nnimap-request-article): Return the group/article number, so that Gnus
2218         `^' works as expected.
2219         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2220         them.
2221
2222         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2223         comments.
2224         (gnus-methods-sloppily-equal): New function.
2225         (gnus): When using the development version of Gnus, load the gnus-load
2226         file.
2227
2228         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2229         `gnus-open-server' on each method before trying to scan them etc.  This
2230         ensures that all the backend parameters are set correctly.
2231
2232         * nnimap.el (nnimap-authenticator): New variable.
2233         (nnimap-open-connection): Allow anonymous login.
2234         (nnimap-transform-headers): The chars header is called Chars not
2235         Bytes.
2236         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2237         drops.
2238
2239         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2240         patch, found by Knut Anders Hatlen.
2241
2242 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2243
2244         * gnus-agent.el (gnus-agent-batch-confirmation)
2245         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2246         to gnus-message.
2247         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2248         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2249         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2250         * gnus-int.el (gnus-open-server): Likewise.
2251         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2252         (gnus-score-check-syntax): Likewise.
2253         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2254         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2255         Likewise.
2256         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2257
2258 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2261         calling conventions so that prefetch doesn't bug out.
2262
2263 2010-09-19  Julien Danjou  <julien@danjou.info>
2264
2265         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2266         rather than `subst-char-in-region' in order to be able to replace ASCII
2267         char by UTF-8 ones.
2268
2269         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2270         than curl.
2271         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2272         the right URL and ALT text on images.
2273         (gnus-html-wash-tags): Fix tag case.
2274         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2275         (gnus-article-html): Add -o display_ins_del=2 option.
2276         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2277
2278 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279
2280         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2281         the extra mail headers, which sometimes seem to happen for unknown
2282         reasons.
2283
2284         * mail-parse.el (mail-header-encode-parameter): Define as
2285         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2286         (or most, perhaps?) mail readers don't understand the latter, but do
2287         understand the former.
2288
2289         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2290         to nil, so that no methods are automatically agentized.  I think this
2291         is probably what most users want.
2292
2293         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2294         from url-retrieve, for instance about invalid URLs.
2295
2296         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2297         groups that have no articles.
2298         (nnimap-request-article): Check that we really got an article when we
2299         requested one.
2300
2301         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2302         doesn't exist.
2303
2304         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2305         nntp buffer so the agent can save it.
2306         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2307         that CRLF doesn't get translated to \n.
2308         (nnimap-open-connection): Don't make 'shell commands only send \n.
2309
2310 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2311
2312         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2313         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2314         Update var name.
2315         (nnml-generate-nov-file): Use dolist.
2316         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2317         Use with-current-buffer.
2318
2319 2010-09-18  Julien Danjou  <julien@danjou.info>
2320
2321         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2322         parallel.
2323
2324 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325
2326         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2327         the range update right.
2328         (nnimap-request-group): Don't make `M-g' bug out on group with no
2329         marks.
2330         (nnoo): Required, so that other packages can require nnimap.
2331         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2332         command we're looking for.  This helps when the server sends more
2333         responses after we've gotten everything we expected.
2334         (nnimap): Add a `newlinep' field to keep track of end-of-line
2335         conventions.
2336         Don't send CRLF to things that don't want it.
2337         (nnimap-request-accept-article): Ditto.
2338
2339 2010-09-18  Julien Danjou  <julien@danjou.info>
2340
2341         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2342         than curl to retrieve images.
2343
2344 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2347         the marks.
2348         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2349         (nnimap-wait-for-connection): New function.
2350         (nnimap-open-connection): If we have PREAUTH, don't query for login
2351         credentials.
2352         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2353         when doing a partial update.
2354
2355 2010-09-18  Julien Danjou  <julien@danjou.info>
2356
2357         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2358         tags.
2359
2360 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * nnimap.el (nnimap-credentials): New function.
2363         (nnimap-open-connection): Use the new function to look for credentials
2364         also on the numeric equivalents of "imap" and "imaps".
2365
2366         * gnus-start.el (gnus-activate-group): Send the info to
2367         gnus-request-group.
2368
2369         * nnimap.el (nnimap-request-group): Have the "check" version of the
2370         function parse flags and update the info, so that a `M-g' get a total
2371         resync of all flags from the group.
2372
2373         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2374         to allow backends to alter the info on group selection.  Also alter all
2375         the backend -request-group functions to take the parameter.
2376
2377         * nnimap.el (nnimap-store-info): New function.
2378         (nnimap-update-info): Store the info for later usage.
2379         (nnimap-request-group): Use the stored info for the dont-check case, so
2380         that we don't retrieve all marks when we enter a group.
2381
2382         * nnimap.el: Use deffoo instead of defun for interface functions.
2383
2384         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2385         update the group info.  This makes the nndraft groups, for instance, go
2386         back to their old behaviour.
2387
2388         * gnus-sum.el (gnus-select-newsgroup): Indent.
2389
2390         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2391         in.
2392         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2393         nothing.
2394
2395         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2396         from methods that are denied.
2397
2398         * gnus-int.el (gnus-method-denied-p): New function.
2399
2400         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2401         store the password instead of netrc.
2402         (nnimap-open-connection): Don't error out when we can't make a
2403         connections.
2404
2405         * auth-source.el (auth-source-create): In the password prompt, say what
2406         we're querying for.  Also prompt for user name if that hasn't been
2407         given.
2408
2409         * nnimap.el (nnimap-with-process-buffer): Removed.
2410
2411 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2414         method when we're reading from the agent.
2415
2416         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2417
2418         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2419         that's probably most useful for users.
2420
2421         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2422         "failed" all the time.
2423
2424         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2425         ...)) with (with-current-buffer ... ).
2426
2427         * nntp.el (nntp-open-server): Return whether the open was successful or
2428         not.
2429
2430         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2431         select an unread unseen article first.
2432
2433         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2434         /etc/services, supply some sensible port defaults.
2435
2436         * dgnushack.el: Define netrc-credentials.
2437
2438 2010-09-17  Julien Danjou  <julien@danjou.info>
2439
2440         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2441
2442 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2443
2444         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2445         doesn't have any parameters.
2446
2447 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448
2449         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2450         only upcased checks.
2451
2452         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2453
2454         * nnimap.el (nnimap-open-shell-stream): New function.
2455         (nnimap-open-connection): Use it.
2456         (nnimap-transform-headers): Get the number of lines in each message.
2457         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2458         number of lines.
2459         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2460         problem.
2461
2462         * utf7.el (utf7-encode): Autoload.
2463
2464         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2465         to allow the mail splitting to not return a default group.  This is
2466         useful for nnimap, which will leave unmatched mail in the inbox.
2467
2468         * nnimap.el: Rewritten.
2469
2470         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2471         nnimap usage.
2472
2473         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2474         if the move is internal, so that nnimap can do fast internal moves.
2475
2476         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2477         data.
2478         (gnus-read-active-for-groups): Support finishing the early retrieval of
2479         data.
2480
2481         * gnus-range.el (gnus-range-nconcat): New function.
2482
2483         * gnus-int.el (gnus-finish-retrieve-group-infos)
2484         (gnus-retrieve-group-data-early): New functions.
2485
2486 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2487
2488         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2489         (nnrss-retrieve-groups):
2490         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2491         (pop3-quit): Use with-current-buffer.
2492
2493 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2496         instead of nnheader-accept-process-output.
2497
2498         * dgnushack.el (dgnushack-compile): Add comment.
2499
2500         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2501
2502         * gnus-html.el (gnus-html-schedule-image-fetching)
2503         (gnus-html-prefetch-images): Replace process-kill-without-query by
2504         gnus-set-process-query-on-exit-flag.
2505
2506 2010-09-16  Romain Francoise  <romain@orebokech.com>
2507
2508         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2509
2510 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2513         parameter to unintern is mandatory-ish in Emacs 24.
2514
2515         * gnus-html.el (gnus-html-schedule-image-fetching)
2516         (gnus-html-prefetch-images): Check for curl before using it.
2517
2518         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2519         depend on curl, which isn't essential.
2520
2521         * imap.el: Revert back to version
2522         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2523         seem problematic.
2524
2525 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2526
2527         * gnus-registry.el (gnus-registry-install-shortcuts):
2528         Explicitly pass `obarray' to `unintern' to avoid a warning.
2529
2530 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2533         change.
2534
2535         * nnrss.el (nnrss-request-list): Removed this function and related
2536         functions, including the moreover stuff.
2537
2538 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * nnrss.el (nnrss-retrieve-groups): New function.
2541
2542 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2543
2544         * .dir-locals.el: Add no-byte-compile cookie.
2545
2546 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * time-date.el (format-seconds): Comment fix.
2549
2550         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2551         for back end that doesn't support request-scan.
2552
2553 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2556         then do request scans from the backends.
2557
2558         * netrc.el (netrc-credentials): New conveniency function.
2559
2560         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2561         avoid running a hook per line, since this takes a lot of time,
2562         profiling shows.
2563         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2564         directly if gnus-visual-p is true.
2565
2566 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2569         groups; replace mapcar with dolist which is a bit faster; pass groups
2570         info to gnus-read-active-file-1.
2571         (gnus-read-active-file-1): Scan only specified groups if the new
2572         optional arg `infos' is given.
2573
2574 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2577
2578         * pop3.el (pop3-movemail): Removed.
2579         (pop3-streaming-movemail): Renamed to pop3-movemail.
2580
2581         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2582         don't restrict end-tag searches to the end of the line.
2583
2584 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2587         articles of every unchecked group to t, which means unknown since the
2588         server has never been opened.
2589
2590 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * gnus-html.el (gnus-html-show-alt-text): New command.
2593         (gnus-html-browse-image): Ditto.
2594         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2595         to browse the image directly.
2596         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2597         better.
2598
2599         * gnus-async.el (gnus-async-article-callback): Call
2600         `gnus-html-prefetch-images' unconditionally.
2601
2602         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2603         before feeding URLs to curl.
2604
2605 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2608         internal images as deletable by `W D D'.
2609
2610         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2611         (gnus-async-article-callback): Fix typo.
2612
2613 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2614
2615         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2616         current line to work around bugs in the output from w3m.
2617
2618         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2619         for groups that want that.
2620
2621         * nntp.el (nntp-wait-for-string): Supply a timeout for
2622         accept-process-output to ensure progress.
2623
2624         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2625         level to get unread articles from, then use that for foreign groups,
2626         too.
2627
2628         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2629         confuses the rest of the function.
2630
2631         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2632         for the methods that support -retrieve-groups, too.
2633
2634         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2635
2636 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2639         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2640
2641         * pop3.el: Require cl when compiling.
2642         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2643
2644 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645
2646         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2647         that aren't going to be activated.
2648         (gnus-get-unread-articles): Fix up the last commit.
2649
2650         * gnus-html.el (gnus-article-html): Allow calling without specifying
2651         the handle.  In that case, dissect the buffer first.
2652
2653         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2654
2655         * nnimap.el (nnimap-open-connection): Revert the change that would look
2656         into authinfo for imaps instead of imap.
2657
2658         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2659         say that you don't want to call gnus-request-group with don-check, but
2660         do check the reponse.  This is for virtual groups only.
2661         (gnus-get-unread-articles): Count the archive groups as secondary, so
2662         that they're activated the same way as before.
2663
2664         * imap.el (imap-message-map): Removed optional buffer parameter, since
2665         no callers use it.
2666         (imap-message-get): Ditto.
2667         (imap-message-put): Ditto.
2668         (imap-mailbox-map): Ditto.
2669         (imap-mailbox-put): Ditto.
2670         (imap-mailbox-get): Ditto.
2671         (imap-mailbox-get): Revert last change for this function.
2672
2673         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2674         case-insensitively.
2675         (nnimap-debug): Removed.
2676
2677         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2678         to use `imap-fetch' instead.  According to the comments, this should be
2679         safe, since all other IMAP clients use the 1:* syntax.
2680         (imap-enable-exchange-bug-workaround): Removed.
2681         (imap-debug): Removed -- doesn't seem very useful.
2682
2683         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2684         mail from a file, and the file doesn't exist.
2685
2686         * imap.el (imap-log): New convenience function used throughout instead
2687         of repeating the same code all over the place.
2688
2689         * pop3.el (pop3-streaming-movemail): Return t for success.
2690
2691         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2692         .authinfo if we're using ssl connection.
2693
2694         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2695         already have if we're in a main Gnus `g' run.
2696
2697         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2698
2699 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2702
2703         * nnmh.el (nnmh-request-list-1): Bind `file'.
2704
2705         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2706         alias to set-process-query-on-exit-flag or process-kill-without-query.
2707         (pop3-open-server): Use it.
2708
2709 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710
2711         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2712         box to the Incoming file.  Fixes mistake in previous checkin.
2713
2714         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2715         request loop (for debugging purposes) removed.
2716
2717         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2718         culprit is more visible.
2719         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2720         (nnml-add-incremental-nov): New functions to do "incremental" nov
2721         updates, where we just append to the end of the existing nov files
2722         without reading/writing them in full.
2723
2724         * mail-source.el (mail-source-delete-crash-box): Really only check the
2725         incoming files once in a while.
2726
2727         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2728
2729         * mail-source.el (mail-source-delete-crash-box): Only check the
2730         incoming files for deletion once per day to save a lot of file
2731         accesses.
2732
2733         * pop3.el (pop3-logon): Fix up unbound variable typo.
2734
2735         * mail-source.el (pop3-streaming-movemail): Autoload.
2736
2737         * pop3.el (pop3-streaming-movemail): Respect
2738         pop3-leave-mail-on-server.
2739
2740         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2741         retrieval.
2742
2743         * pop3.el (pop3-process-filter): Removed unused function.
2744         (pop3-streaming-movemail, pop3-send-streaming-command)
2745         (pop3-wait-for-messages, pop3-write-to-file)
2746         (pop3-number-of-responses): New functions for streaming pop3
2747         retrieval.
2748
2749         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2750         come from no known methods.
2751         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2752         list.
2753
2754         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2755         message sizes.
2756         (pop3-movemail): Use erase-buffer instead of looping and deleting
2757         regions, which seems rather odd.
2758
2759         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2760         file once per `g' run.
2761
2762         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2763         directories.  This makes the draft queue directory work.
2764
2765         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2766         data from the backends, so that we only request the list of groups from
2767         each method once.  This should speed things up considerably.
2768
2769         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2770         detect that it's not implemented.
2771
2772         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2773         we actually do recurse down into the tree, but don't stat all leaf
2774         nodes.
2775
2776         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2777         then say so instead of bugging out.
2778
2779         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2780         files exist before trying to read them.
2781
2782         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2783         around <pre_int>.
2784
2785         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2786
2787         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2788
2789 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * mm-util.el (mm-image-load-path): Just return the image directories,
2792         not all directories in the path in addition to the image directories.
2793         (mm-image-load-path): Maintain a cache of the image directories so that
2794         the `g' command in Gnus doesn't have to stat dozens of directories each
2795         time.
2796
2797         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2798         (gnus-html-wash-tags): Add a new `i' command to insert images.
2799         (gnus-html-insert-image): New command and keystroke.
2800         (gnus-html-redisplay-with-images): New command and keystroke.
2801         (gnus-html-show-images): Renamed command.
2802         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2803         spacers.
2804         (gnus-html-wash-tags): Decode entities at the end, so that entities
2805         inside the tags don't mess up the rest of the "parsing".
2806
2807         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2808         so that nnimap methods aren't agentized by default.  There's apparently
2809         many problems related to agent/imap behaviour.
2810
2811         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2812
2813         * gnus-html.el: Doc fix.
2814
2815 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2818         specifier-spec-list for Emacs 21.
2819
2820         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2821         glyph-width and glyph-height instead of display-graphic-p and
2822         image-size; make avoidance of displaying small images work for XEmacs.
2823
2824         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2825         for XEmacs.
2826
2827         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2828         of symbol that holds plist data.
2829         (gnus-process-plist): Remove plist of process after getting it.
2830
2831 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * message.el (message-generate-hashcash): Change default to
2834         'opportunistic if hashcash is installed.
2835
2836         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2837         (gnus-html-put-image): Only call image-size once, since it's somewhat
2838         time-consuming on remote X servers.
2839
2840 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2843         type on data, not a file name.
2844
2845         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2846         window-pixel-edges for Emacs 21.
2847
2848         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2849         decoded contents.
2850         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2851
2852 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2855         group line format, since it isn't very interesting.
2856
2857         * gnus-agent.el (gnus-agent-short-article),
2858         (gnus-agent-long-article): Increase values for these two variables,
2859         since most people are likely to have more network connection and
2860         storage than before.
2861
2862         * gnus.el (gnus-refer-article-method): Change default to 'current.
2863         When referring an article, the common behaviour is to refer it from the
2864         current select method, not the native select method.  The chances of
2865         the native select method having the message in question is rather slim
2866         these days.
2867
2868         * gnus-sum.el (gnus-auto-select-subject): Change default to
2869         `unseen-or-unread'.  I think it's likely that most people want to
2870         select an unseen article over a previously seen, but unread one.
2871
2872         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2873         means that in the article buffer none of the minor mode elements will
2874         be shown, usually, and this is not desirable in most cases.
2875
2876         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2877         that commands like `d' (and the like) go to the next line in the
2878         buffer, instead of the next unread article.  I think this is the
2879         behaviour that is most natural for most users.
2880         (gnus-single-article-buffer): Change default to nil, so that people can
2881         have as many article buffers open as they have summary buffer.  I think
2882         this is the most natural way for the groups to behave.
2883
2884         * message.el (message-generate-new-buffers): Change default to
2885         `unsent', so that all new message buffers start their names with the
2886         string "*unsent", and it's easier to find the buffers if you move from
2887         them.
2888
2889 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890
2891         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2892         small.  They're probably tracking images.
2893         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2894         (gnus-html-rescale-image): Yet another try at getting the image sizing
2895         right.
2896
2897         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2898         nntp-marks-file-name is nil.
2899
2900 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2901
2902         * gnus-html.el (gnus-html-wash-tags)
2903         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2904         Better logging.
2905
2906 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2909
2910         * gnus-html.el (gnus-html-wash-tags): Check the value of
2911         gnus-blocked-images in the summary buffer.
2912
2913 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2916
2917 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2920         like "a", it seems like.
2921         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2922         since it needs to be picked from the correct buffer.
2923
2924         * nnwfm.el: Removed.
2925
2926         * nnlistserv.el: Removed.
2927
2928 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2929
2930         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2931         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2932
2933 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * nnkiboze.el: Removed.
2936
2937         * nndb.el: Removed.
2938
2939         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2940         alt text.
2941         (gnus-html-rescale-image): Try to get the rescaling logic right for
2942         images that are just wide and not tall.
2943
2944         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2945         overshadow variable bindings.
2946
2947 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2948
2949         * gnus-html.el (gnus-html-wash-tags)
2950         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2951         extra logging.
2952
2953 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2956         (gnus-max-image-proportion): New variable.
2957         (gnus-html-rescale-image): New function.
2958         (gnus-html-put-image): Rescale images.
2959
2960 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2961
2962         Fix up some byte-compiler warnings.
2963         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2964         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2965         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2966         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2967         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2968         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2969         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2970
2971 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * gnus-html.el (gnus-article-html): Decode contents by charset.
2974
2975 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2978         (gnus-html-frame-width, gnus-blocked-images)
2979         * message.el (message-prune-recipient-rules): Add custom version.
2980         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2981
2982         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2983         functions.
2984
2985         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2986         gnus-process-get.
2987
2988 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2989
2990         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2991         instead of lsub directly.
2992
2993 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * nnwarchive.el: Removed.
2996
2997         * gnus-soup.el: Removed.
2998
2999         * nnsoup.el: Removed.
3000
3001         * nnultimate.el: Removed.
3002
3003         * gnus-html.el (gnus-blocked-images): New variable.
3004
3005         * message.el (message-prune-recipients): New function.
3006         (message-prune-recipient-rules): New variable.
3007
3008         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3009         guess whether a long line is natural text or not.
3010
3011         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3012         gnus-process-plist and friends for compatibility.
3013
3014 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3015
3016         * gnus-html.el: Require packages that define macros used in this file.
3017         (gnus-article-mouse-face): Declare to silence byte-compiler.
3018         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3019         process-get.
3020         (gnus-html-put-image): Use plist-get to avoid getf.
3021         (gnus-html-prefetch-images): Use with-current-buffer.
3022
3023 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * gnus-ems.el: Provide compatibility functions for
3026         gnus-set-process-plist.
3027
3028         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3029         header-line-format for XEmacs 21.4.
3030
3031         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3032         * gnus.el (gnus-valid-select-methods)
3033         * message.el (message-send-mail-partially-limit)
3034         * mm-decode.el (mm-text-html-renderer)
3035         * mml.el (mml-insert-mime-headers-always)
3036         * smiley.el (smiley-regexp-alist): Bump custom version.
3037
3038 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * gnus-html.el: require mm-url.
3041         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3042         with the url to `url'.
3043         (gnus-html-wash-tags): Support cid: URLs/images.
3044
3045 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3048         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3049         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3050
3051         * gnus-move.el: Removed file, since it doesn't really work.
3052
3053         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3054         UTF-8.  This seems to fix problems with some German web feeds.
3055
3056         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3057         at the top so that the proper colours are applied.
3058
3059         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3060         don't have dots in their names.
3061
3062         * gnus-art.el (gnus-article-view-part): Doc fix.
3063
3064         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3065         XEmacs-compatible.
3066         (gnus-html-put-image): Don't do images on non-graphic displays.
3067
3068         * nnslashdot.el: Removed this unused backend.
3069
3070         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3071         actions.
3072         (gnus-undo-register-1): Revert last change.
3073
3074         * gnus-group.el (gnus-group-completing-read): Protect against not
3075         having completion-styles bound.
3076
3077         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3078         make broken recipients happier.
3079
3080         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3081
3082         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3083         point parameter.
3084
3085         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3086
3087         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3088         completion-styles for group selection.
3089
3090 2009-02-04  Andreas Schwab  <schwab@suse.de>
3091
3092         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3093         headers and regexp-quote the match if necessary.
3094
3095 2009-03-24  Miles Bader  <miles@gnu.org>
3096
3097         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3098         the blinking smiley.
3099
3100 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3101
3102         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3103         blink smiley.
3104
3105 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106
3107         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3108         where the dribbel file lives exists.
3109
3110         * message.el (message-send-mail-partially-limit): Change the default to
3111         nil, since most people don't want this.
3112
3113         * mm-url.el (mm-url-decode-entities): Also decode entities like
3114         &#x3212.
3115
3116 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3117
3118         * gnus-sum.el (gnus-summary-idna-message):
3119         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3120         Hyperlink urls in docstrings with URL `...'.
3121
3122 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3123
3124         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3125         functions.
3126
3127 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3130         say what the mouseover text should be.
3131
3132         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3133         version of the mm-w3m-safe-url-regexp variable to only download images
3134         in the groups where we want that to happen.
3135
3136         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3137
3138         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3139         easier debugging.
3140         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3141         big pictures in the article buffer.
3142
3143         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3144         gnus-article-html.
3145         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3146         w3m.
3147
3148         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3149
3150 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3153         which doesn't exist.
3154
3155         * message.el (message-inhibit-ecomplete): New variable to allow some
3156         function to inhibit ecomplete address storage.
3157         (message-resend): Disable ecomplete message storage when resending
3158         messages.
3159
3160         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3161
3162 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3165         Save excursion while copying, moving, and deleting articles in order to
3166         prevent the cursor from jumping to unforeseen place.
3167
3168 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * lpath.el: No need to bind bookmark-current-buffer,
3171         bookmark-yank-point and bookmark-make-record-function.
3172
3173 2010-08-17  Glenn Morris  <rgm@gnu.org>
3174
3175         * gnus-sync.el: Require gnus components whose functions are used.
3176
3177         * gnus-art.el (bookmark-make-record-function):
3178         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3179         Declare for compiler.
3180
3181         * mm-url.el (mml-compute-boundary): Autoload.
3182
3183 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3186
3187 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3188
3189         Typo fix "hoo4a" -> "hook".
3190
3191         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3192
3193 2010-08-14  Glenn Morris  <rgm@gnu.org>
3194
3195         * gnus-sync.el (gnus-sync): Fix defgroup version.
3196
3197 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3198
3199         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3200
3201         * gnus-sync.el: Fix docs.
3202         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3203         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3204
3205 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3206
3207         Optimizations for gnus-sync.el.
3208
3209         * gnus-sync.el: Add docs about gnus-sync-backend
3210         possibilities.
3211         (gnus-sync-save): Remove unnecessary message.
3212         (gnus-sync-read): Optimize and show what groups were skipped.
3213
3214 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3215
3216         Minor bug fixes for gnus-sync.el.
3217
3218         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3219         read the sync on get-new-news.
3220
3221         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3222         quiet.
3223
3224         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3225
3226 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3227
3228         Make saving and restoring of hidden threads work with overlays.
3229         Patch applied by Ted Zlatanov.
3230
3231         * gnus-sum.el (gnus-hidden-threads-configuration)
3232         (gnus-restore-hidden-threads-configuration): Update to deal with text
3233         properties, rather than searching for a magic character.
3234
3235 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3236
3237         New gnus-sync.el library for synchronization of marks.
3238
3239         * gnus-sync.el: New library for synchronization of marks.
3240
3241         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3242         renamed from `gnus-registry-grep-in-list'.
3243
3244         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3245
3246         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3247
3248 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3251         determining charset of text fails.
3252
3253 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3254
3255         * nnmail.el (nnmail-get-new-mail-1): Revert.
3256
3257         * nnml.el (nnml-active-number): Make sure names of newly created groups
3258         in nnml-group-alist are encoded.
3259
3260 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3263         containing non-ASCII characters in active file for nnml back end.
3264
3265 2010-07-24  David Engster  <dengste@eml.cc>
3266
3267         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3268         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3269
3270 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3271
3272         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3273         tag (Bug#6654).
3274
3275 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3276
3277         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3278         the article buffer, not the summary buffer.
3279
3280 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3283         Emacs 23 as well.
3284
3285 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3288         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3289
3290 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3291
3292         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3293         Patch applied by Karl Fogel.
3294
3295         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3296         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3297
3298 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3299
3300         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3301         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3302         C-w still not working correctly from Article buffers; Thierry's
3303         patch to fix that will be applied after this.
3304
3305         * gnus-art.el (bookmark-make-record-function): New local variable.
3306
3307         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3308         article buffer.
3309         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3310
3311 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3312
3313         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3314         on changes in bookmark.el.
3315
3316 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3317
3318         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3319         `no-log' instead of message not to log prompt string.
3320
3321 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3322
3323         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3324         the *other* type of HTML form submission.
3325
3326 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3327
3328         * auth-source.el (auth-source-pick): If choice does not contain a
3329         questioned keyword, set the check to t.
3330
3331 2010-06-12  Romain Francoise  <romain@orebokech.com>
3332
3333         * gnus-util.el (gnus-date-get-time): Move up before first use.
3334
3335 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3338         (gnus-article-edit-part): Bind it to make last part that is substituted
3339         or deleted visible.
3340         (gnus-mime-display-single): Buttonize part of which id equals to
3341         gnus-mime-buttonized-part-id.
3342
3343 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3344
3345         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3346         (gnus-dd-mmm): Use gnus-date-get-time.
3347         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3348         simplify logic.
3349         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3350         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3351
3352 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3353
3354         * auth-source.el (top): Autoload `secrets-list-collections',
3355         `secrets-create-item', `secrets-delete-item'.
3356         (auth-sources): Fix tag string.
3357         (auth-get-source, auth-source-retrieve, auth-source-create)
3358         (auth-source-delete): New defuns.
3359         (auth-source-pick): Rewrite in order to avoid 2 passes.
3360         (auth-source-forget-user-or-password): New parameter USERNAME.
3361         (auth-source-user-or-password): New parameters CREATE-MISSING and
3362         DELETE-EXISTING.  Retrieve password interactively, if needed.
3363
3364 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3365
3366         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3367         deleting unused directories when gnus-expert-user is t.
3368
3369 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3372         for each temp file when gnus-article-browse-delete-temp is ask.
3373
3374 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3375
3376         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3377         Lisp calls to delete-backward-char by calls to delete-char.
3378
3379 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3380
3381         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3382
3383 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3384
3385         * password-cache.el (password-cache-remove): Fix docstring.
3386
3387 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3390         article unless decoding article to be saved.
3391
3392 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3393
3394         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3395         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3396         generated within the mm-with-unibyte-current-buffer macro.
3397
3398 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3401         to nil when we're in a mml-preview buffer and no group is selected.
3402
3403 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3404
3405         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3406         when catching the `C-g'.  Reported by "Leo".
3407
3408 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * message.el (message-forward-make-body-plain)
3411         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3412         multibyte-string-p.
3413
3414         * lpath.el: Revert.
3415
3416 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * message.el (message-forward-make-body-mml): Assume original message
3419         is multibyte string; error on unibyte.
3420         (message-forward-make-body-plain): Ditto; don't add excessive newline
3421         in body end.
3422
3423         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3424
3425 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3426
3427         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3428         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3429
3430 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         * mm-extern.el (mm-extern-url): Don't use
3433         mm-with-unibyte-current-buffer.
3434         (mm-extern-cache-contents): Use with-current-buffer instead of
3435         save-excursion + set-buffer.
3436
3437 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * mm-util.el (mm-emacs-mule): Remove.
3440
3441 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3442
3443         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3444         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3445         change.
3446
3447 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3450         bind the default value of enable-multibyte-characters to nil.
3451
3452 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * message.el (message-forward-make-body-plain)
3455         (message-forward-make-body-mml):
3456         Don't use mm-with-unibyte-current-buffer.
3457
3458 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3459
3460         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3461
3462 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3463
3464         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3465         (Bug#5592).
3466
3467 2010-05-07  Julien Danjou  <julien@danjou.info>
3468
3469         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3470         it to mm-pipe-part.
3471
3472         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3473         it is given.
3474
3475 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * binhex.el (binhex-decode-region-internal)
3478         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3479         (dns-query)
3480         * nnweb.el (nnweb-gmane-search)
3481         * pgg-parse.el (pgg-parse-armor)
3482         * pgg.el (pgg-verify-region)
3483         * sha1.el (sha1-string-external)
3484         * uudecode.el (uudecode-decode-region-internal)
3485         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3486         XEmacs.
3487
3488         * gnus-art.el (gnus-article-browse-html-parts)
3489         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3490         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3491         make-temp-file.
3492
3493         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3494         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3495         compiling.
3496
3497         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3498         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3499         XEmacs when compiling.
3500
3501         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3502         gnus-pick-mode-off-hook for XEmacs when compiling.
3503         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3504         gnus-binary-mode-off-hook for XEmacs when compiling.
3505
3506         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3507         nil if char-charset is not available.
3508
3509         * imap.el (imap-disable-multibyte)
3510         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3511         macros.
3512
3513         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3514         instead of encode-coding-string.
3515
3516         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3517         'xemacs) instead of mm-emacs-mule to switch function definitions.
3518         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3519
3520         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3521         bind temporary-file-directory for XEmacs;
3522         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3523         timer-set-function for XEmacs 21.4 and SXEmacs;
3524         bind timer-list for XEmacs 21.4 and SXEmacs;
3525         fbind char-charset and find-charset-region for non-Mule XEmacs;
3526         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3527         encode-coding-region and encode-coding-string for XEmacs having no
3528         file-coding feature.
3529
3530 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3531
3532         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3533
3534 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3537         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3538
3539 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3540
3541         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3542         alias `jka-compr-delete-temp-file' no longer exists.
3543
3544 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3545
3546         Use define-minor-mode in Gnus where applicable.
3547         * mml.el (mml-mode): Use define-minor-mode.
3548         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3549         (gnus-undo-mode): Use define-minor-mode.
3550         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3551         (gnus-dead-summary-mode): Use define-minor-mode.
3552         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3553         Initialize in declaration.
3554         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3555         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3556         (gnus-mailing-list-mode): Use define-minor-mode.
3557         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3558         (gnus-draft-mode): Use define-minor-mode.
3559         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3560         (gnus-dired-mode): Use define-minor-mode.
3561
3562 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3563
3564         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3565         handles on recursive mml-to-mime translation and check them for
3566         boundary delimiter collisions.  Reported by Greg Troxel.
3567
3568 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3571
3572 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3573
3574         * mm-util.el (mm-find-buffer-file-coding-system):
3575         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3576
3577 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3578
3579         * message.el (message-generate-headers): Record insertion of optional
3580         headers as well.  Otherwise the check to prevent repeated insertion of
3581         optional headers is a no-op.
3582
3583 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         * smime.el: Don't mention CVS.
3586
3587         * nnrss.el (nnrss-fetch): Don't mention CVS.
3588
3589         * nnir.el: Don't mention CVS.
3590
3591 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3592
3593         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3594
3595 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * lpath.el: Fbind bookmark-default-handler,
3598         bookmark-get-bookmark-record, bookmark-make-record-default,
3599         bookmark-prop-get for Emacs <23 and XEmacs.
3600
3601 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3602
3603         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3604         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3605         Use with-current-buffer to silence the byte-compiler.
3606         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3607         bother to require `gnus'.
3608         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3609
3610 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3611
3612         * gnus-sum.el (gnus-summary-bookmark-make-record)
3613         (gnus-summary-bookmark-jump): New functions.
3614         (gnus-summary-mode): Setup bookmark support.
3615
3616 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3617
3618         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3619         if set.
3620
3621 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3624         gnus-article-browse-html-save-cid-image; make it work recursively for
3625         forwarded messages as well.
3626         (gnus-article-browse-html-parts): Work when prefix arg is given.
3627         (gnus-article-browse-html-article): Doc fix.
3628
3629 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3630
3631         * message.el (message-default-mail-headers):
3632         (message-default-headers): Carry the value mail-default-headers over
3633         into message-default-mail-headers, rather than message-default-headers.
3634
3635 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3636
3637         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3638         charset.
3639
3640         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3641         charset into the <meta> tag when the article is encoded to utf-8.
3642
3643 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3646         directories as well.
3647         (gnus-article-browse-html-parts): Work for images that do not specify
3648         file names; delete temp directory when quitting; insert header at the
3649         right place; use file: scheme for image files.
3650
3651 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3652
3653         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3654         (gnus-article-browse-html-parts): Use it to make temporary cid image
3655         files in addition to html file so that browser may display them.
3656
3657 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3660
3661 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3662
3663         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3664
3665 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3666
3667         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3668         about Secret Service API sources.  Improve Customize options.
3669         (auth-source-pick): Change to accept any number of search parameters.
3670         Implement fallbacks iteratively, not recursively.  Add scoring on the
3671         second pass and sort by score.  Call Secret Service API when needed.
3672         (auth-source-user-or-password): Use it.  Call Secret Service API
3673         directly when needed to get the user name and the password.
3674
3675 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3676
3677         * message.el (message-interactive): Doc fix.
3678         (message-qmail-inject-args): Reflow.
3679         (message-kill-to-signature): Fix typo in docstring.
3680
3681         * smiley.el (smiley-buffer): Fix typo in docstring.
3682
3683 2010-03-24  Glenn Morris  <rgm@gnu.org>
3684
3685         * mail-source.el (gnus-message): Declare.
3686         (mail-source-delete-old-incoming): Require gnus-util.
3687
3688 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3689
3690         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3691
3692         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3693
3694         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3695         password-cache's default if it is not bound.
3696         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3697         password-cache-expiry's default if it is not bound.
3698
3699         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3700         available in Emacs 21.
3701
3702         * lpath.el: Suppress compiler warnings for:
3703         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3704         XEmacs;
3705         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3706         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3707         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3708
3709 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3710
3711         * auth-source.el (auth-sources): Fix up definition so extra parameters
3712         are always inline.
3713
3714 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3715
3716         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3717         wasn't updated after mismatch.  Clear cached mailbox info correctly
3718         when uidvalidity changes.
3719         (nnimap-group-prefixed-name): New function to avoid some code
3720         duplication.
3721         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3722         (nnimap-request-group): Use it.
3723         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3724         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3725         with many imap folders.  This is done by caching the group status from
3726         the imap server persistently in a group parameter `imap-status'.  (This
3727         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3728         but not persistently, so every Gnus startup was still very slow.)
3729
3730 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3731
3732         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3733         delete the extra newline.  Otherwise editing of :string and :number
3734         types don't work.
3735
3736 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3737
3738         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3739         secrets.el dependency.
3740         (auth-sources): Add optional user name.  Add secrets.el configuration
3741         choice (unused right now).
3742
3743 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3744
3745         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3746         `gnus-registry-install-shortcuts' fill in the functions.
3747
3748         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3749         warnings.
3750         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3751         (gnus-registry-install-shortcuts): Populate and use it in a
3752         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3753
3754 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3755
3756         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3757         In-place substitutions for the group name encoding/decoding.
3758         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3759         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3760         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3761         (nnimap-update-unseen, nnimap-request-list)
3762         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3763         (nnimap-request-set-mark, nnimap-split-to-groups)
3764         (nnimap-split-articles, nnimap-request-newgroups)
3765         (nnimap-request-create-group, nnimap-request-accept-article)
3766         (nnimap-request-delete-group, nnimap-request-rename-group)
3767         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3768         `encoded-mbx' for consistency.
3769         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3770         variable `imap-current-mailbox'.
3771
3772         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3773         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3774
3775 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3776
3777         * pop3.el (pop3-display-message-size-flag): Display message size byte
3778         counts during POP3 download.
3779         (pop3-movemail): Use it.
3780         (pop3-list): Implement listing of available messages.
3781
3782 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3783
3784         * nnir.el (nnir-get-article-nov-override-function): New function to
3785         override the normal NOV retrieval.
3786         (nnir-retrieve-headers): Use it.
3787
3788 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3789
3790         * auth-source.el (netrc-machine-user-or-password): Autoload.
3791
3792 2010-03-19  Glenn Morris  <rgm@gnu.org>
3793
3794         Stop message.el from loading about 40 libraries it doesn't always need.
3795         The general approach is to autoload rather than require, and to
3796         require in the specific functions rather than the file.  (Bug#5642)
3797
3798         * gmm-utils.el: Don't require wid-edit.
3799         (widget-create-child-value, widget-convert, widget-default-get):
3800         Autoload.
3801
3802         * gnus-util.el: Don't require time-date, netrc.
3803         (message-fetch-field, gnus-group-name-decode): Declare rather than
3804         autoloading.
3805         (gnus-fetch-field): Require message.
3806         (gnus-decode-newsgroups): Require gnus-group.
3807
3808         * ietf-drums.el: Don't require time-date.
3809
3810         * message.el: Don't require hashcash, canlock, ecomplete.
3811         Do require mail-utils.  Require nnheader only when compiling.
3812         (smtpmail-default-smtp-server): Remove declaration.
3813         (message-send-mail-function): Check smtpmail-default-smtp-server
3814         is bound rather than requiring smtpmail.
3815         (message-auto-save-directory, message-insert-signature): Use
3816         expand-file-name rather than nnheader-concat.
3817         (nnheader-insert-file-contents): Autoload.
3818         (hashcash-wait-async): Declare.
3819         (message-send-mail): Only call gnus-setup-posting-charset if
3820         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3821         (message-send-mail-with-sendmail): Require sendmail.
3822         (canlock-password, canlock-password-for-verify): Declare.
3823         (message-canlock-password): Require canlock.
3824         (nnheader-get-report): Autoload.
3825         (gnus-setup-posting-charset): Declare.
3826         (message-send-news): Require gnus-msg.
3827         (message-make-references, message-make-in-reply-to): Use mail-header-id
3828         rather than the alias mail-header-message-id.
3829         (ecomplete-add-item, ecomplete-save): Declare.
3830         (message-put-addresses-in-ecomplete): Require ecomplete.
3831         (ecomplete-display-matches): Autoload.
3832
3833         * mm-decode.el: Don't require mailcap, gnus-util.
3834         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3835         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3836         Autoload.
3837         (mailcap-mime-extensions): Declare.
3838
3839         * mm-encode.el: Don't require mailcap.
3840         (mailcap-extension-to-mime): Autoload.
3841
3842         * mml-sec.el: Don't require password-cache.
3843
3844         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3845         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3846         (mml-minibuffer-read-type): Require mailcap.
3847         (mml-preview): Require gnus-msg.
3848
3849         * mml1991.el: Require password-cache.
3850         (password-cache-expiry): Remove declaration.
3851
3852         * mml2015.el: Require password-cache.
3853         (password-cache-expiry): Remove declaration.
3854
3855         * nneething.el (mailcap): Require mailcap.
3856
3857         * nnheader.el (declare-function): Add compatibility stub.
3858         (message-remove-header): Declare rather than autoload.
3859         (nnheader-replace-header): Require message.
3860
3861         * nnimap.el (declare-function): Add compatibility stub.
3862         (netrc-parse, netrc-machine-user-or-password): Declare.
3863         (nnimap-open-connection): Require netrc.
3864
3865         * nntp.el (declare-function): Add compatibility stub.
3866         (netrc-parse, netrc-machine, netrc-get): Declare.
3867         (nntp-send-authinfo): Require netrc.
3868
3869         * rfc2047.el: Don't require qp.
3870         (quoted-printable-encode-region, quoted-printable-decode-string):
3871         Autoload.
3872
3873         * sieve-mode.el: Don't require easymenu.
3874         (easy-menu-add-item): Autoload it.
3875
3876         * spam-stat.el (time-to-number-of-days): Autoload it.
3877
3878 2010-03-19  Glenn Morris  <rgm@gnu.org>
3879
3880         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3881
3882 2010-03-18  Glenn Morris  <rgm@gnu.org>
3883
3884         * hashcash.el (declare-function): Remove duplicate definition.
3885
3886 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3887
3888         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3889         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3890         value if any backslash escapes).
3891
3892 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3895         if it is available.  (bug#5647)
3896
3897         * lpath.el: Suppress compiler warning for coding-system-from-name for
3898         Emacs 21 and XEmacs.
3899
3900 2010-03-14  Juri Linkov  <juri@jurta.org>
3901
3902         * hmac-def.el:
3903         * hmac-md5.el:
3904         * netrc.el: Fix keywords.
3905
3906 2010-02-26  Glenn Morris  <rgm@gnu.org>
3907
3908         * message.el (message-send-mail-function): Change the default, so that
3909         it inherits from a customized send-mail-function.  (Bug#5643)
3910
3911 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3912
3913         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3914         shell-command-to-string signals an error (bug#5299).
3915
3916 2010-02-24  Glenn Morris  <rgm@gnu.org>
3917
3918         * message.el (message-smtpmail-send-it)
3919         (message-send-mail-with-mailclient): Doc fixes.
3920
3921 2010-02-16  Glenn Morris  <rgm@gnu.org>
3922
3923         * message.el (message-default-mail-headers): Change the default value
3924         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3925
3926 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3929         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3930
3931 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3932
3933         * time-date.el (date-to-time): Doc fix (Bug#5408).
3934
3935 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3936
3937         * message.el (message-mail): Just pass yank-action on to message-setup.
3938         (message-setup): Handle (FUN . ARGS) form of yank-action.
3939         (message-with-reply-buffer, message-widen-reply)
3940         (message-yank-original): Handle non-buffer values of
3941         message-reply-buffer (Bug#4080).
3942         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3943
3944 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3945
3946         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3947         Fix typo in docstring.
3948
3949 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3950
3951         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3952         response.
3953
3954 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3957
3958         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3959
3960         * message.el (message-check-news-header-syntax): Protect against a
3961         string that `rfc822-addresses' returns when parsing fails.
3962
3963 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3966         (gnus-previous-char-property-change): New functions.
3967
3968         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3969
3970 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3971
3972         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3973         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3974
3975 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3976
3977         * message.el (message-exchange-point-and-mark): Rework last change to
3978         avoid using optional arg of exchange-point-and-mark, for backward
3979         compatibility.
3980
3981 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3982
3983         * message.el (message-exchange-point-and-mark): Call
3984         exchange-point-and-mark with an argument rather than setting
3985         mark-active by hand (Bug#5175).
3986
3987 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * nntp.el (nntp-service-to-port): Work for service expressed with
3990         numeric string; replace [:digit:] with [0-9] for XEmacs.
3991
3992 2009-12-17  Glenn Morris  <rgm@gnu.org>
3993
3994         * gnus-group.el (gnus-bug-group-download-format-alist):
3995         Change emacs entry to debbugs.gnu.org.  Bump :version.
3996
3997 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3998
3999         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4000
4001 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4002
4003         * message.el (message-info): Explain why we use `Info-goto-node'.
4004
4005 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4008
4009 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4010
4011         * message.el (message-completion-in-region): New compatibility function.
4012         (message-expand-group): Use it.
4013
4014 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4017         with no unread article should be listed if the 2nd arg `predicate' is
4018         given.
4019
4020 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4023
4024 2009-11-29  Juri Linkov  <juri@jurta.org>
4025
4026         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4027         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4028         on `gnus-recenter'. (Bug#4698, Bug#4981)
4029
4030 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4031
4032         * sha1.el (sha1-string-external): default-directory "/" in case
4033         otherwise non-existent.  process-connection-type pipe for touch of
4034         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4035
4036 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4037
4038         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4039         it's comms related and sgml-mode.el has "comm" on that basis too.
4040
4041 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4044         containing tspecial characters if they have been already quoted.
4045
4046 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4047
4048         * dns-mode.el (auto-mode-alist): Purecopy string.
4049
4050 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4051
4052         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4053
4054 2009-10-24  Glenn Morris  <rgm@gnu.org>
4055
4056         * gnus-art.el (help-xref-stack-item): Define for compiler.
4057
4058 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4059
4060         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4061
4062 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4065
4066 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4067
4068         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4069         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4070
4071 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4074         (gnus-overlays-in): New alias to overlays-in.
4075
4076         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4077         gnus-overlay-get, and gnus-delete-overlay.
4078         (gnus-summary-show-thread): Make it work as well for systems in which
4079         next-single-char-property-change is not available.
4080         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4081
4082         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4083         (gnus-overlay-get): New alias to extent-property.
4084         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4085
4086         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4087         SXEmacs.
4088
4089         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4090         SXEmacs.
4091
4092 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4093
4094         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4095
4096 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4097
4098         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4099         and XEmacs that don't have `remove-overlays'.
4100
4101 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4102
4103         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4104         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4105         selective display.  Use overlays instead.
4106
4107 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4108
4109         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4110
4111 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4112
4113         * spam-stat.el (spam-stat-load): Fix typo in message.
4114
4115 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4116
4117         * dig.el (dig-invoke): Fix typo in docstring.
4118         (query-dig): Reflow docstring.
4119
4120 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4121
4122         * gnus-art.el (gnus-article-encrypt-body):
4123         * message.el (message-check-recipients):
4124         * mm-util.el (mm-codepage-setup):
4125         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4126         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4127
4128 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4129
4130         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4131         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4132         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4133         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4134         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4135
4136 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4137
4138         * dig.el: Add "Keywords: comm", as per net-utils.el.
4139
4140 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4141
4142         * dig.el (dig-mode): Use define-derived-mode.
4143
4144 2009-09-19  Glenn Morris  <rgm@gnu.org>
4145
4146         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4147
4148 2009-09-18  Glenn Morris  <rgm@gnu.org>
4149
4150         * gnus-diary.el (gnus-diary-check-message):
4151         * message.el (message-insert-formatted-citation-line):
4152         * nnbabyl.el (top-level):
4153         * nndiary.el (nndiary-schedule):
4154         Fix typos in condition-case handlers.
4155
4156 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4159         configuration that provides the sole article window in a frame;
4160         position point correctly after deleting a part.
4161
4162 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4163
4164         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4165         (spam-resolve-registrations-routine): Use it to unregister articles
4166         that change status.
4167
4168 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4171         with XEmacs.
4172         (parse-time-string-chars): Use it.
4173
4174 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4175
4176         * imap.el (imap-interactive-login): Better messages.
4177         (imap-open): Fix bug with renamed buffer on reconnect.
4178         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4179         for easier debugging and cleaner code.  On successful (guessed based on
4180         server capabilities) secondary authentication, set imap-state
4181         correctly.
4182         (imap-last-authenticator): Define imap-last-authenticator as a variable
4183         to avoid warnings.
4184
4185 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * nnrss.el (nnrss-request-article): Remove binding of
4188         default-enable-multibyte-characters that has gotten needless by
4189         the 2007-07-13 change in rfc2047-encode-message-header.
4190
4191         * mml.el (mml-insert-multipart): Error on the message header.
4192         (mml-insert-part): Error on the message header; position point at
4193         the end of a MIME tag.
4194
4195 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * time-date.el (autoload): Expand define-obsolete-function-alias into
4198         defalias and make-obsolete for old Emacsen that Gnus supports.
4199         (with-no-warnings): Define it for old Emacsen.
4200         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4201         is available.
4202         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4203         float-time is available; suppress compile warning for time-to-seconds.
4204
4205         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4206         (gnus-float-time): Alias to float-time if it exists.
4207
4208         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4209         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4210         float-time is available; suppress compile warning for time-to-seconds.
4211
4212         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4213         XEmacs.
4214
4215 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4216
4217         * imap.el (imap-message-map): Docstring fix.
4218
4219 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4222         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4223         Add the optional argument `encoding' that overrides the default.
4224
4225         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4226         mm-encode-buffer.
4227
4228 2009-09-04  Glenn Morris  <rgm@gnu.org>
4229
4230         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4231         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4232         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4233         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4234         * mm-util.el (mm-with-unibyte-current-buffer)
4235         (mm-find-buffer-file-coding-system):
4236         * yenc.el (yenc-decode-region): Use default-value rather than
4237         default-enable-multibyte-characters.
4238
4239 2009-09-03  Glenn Morris  <rgm@gnu.org>
4240
4241         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4242         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4243         than default-enable-multibyte-characters.
4244
4245 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4246
4247         * gnus-art.el (gnus-article-read-summary-keys):
4248         Fix gnus-buffer-configuration's value temporarily used.
4249
4250 2009-09-02  Glenn Morris  <rgm@gnu.org>
4251
4252         * gnus-util.el (gnus-float-time): New function.
4253         * gnus-delay.el (gnus-delay-article):
4254         * gnus-sum.el (gnus-thread-latest-date):
4255         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4256         * nnspool.el (nnspool-request-newgroups):
4257         Use gnus-float-time rather than time-to-seconds.
4258         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4259
4260         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4261         (gnus-header-subject-face, gnus-header-newsgroups-face)
4262         (gnus-header-name-face, gnus-header-content-face):
4263         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4264         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4265         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4266         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4267         (gnus-cite-face-11):
4268         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4269         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4270         (gnus-server-closed-face, gnus-server-denied-face)
4271         (gnus-server-offline-face):
4272         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4273         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4274         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4275         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4276         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4277         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4278         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4279         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4280         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4281         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4282         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4283         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4284         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4285         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4286         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4287         (gnus-summary-high-undownloaded-face)
4288         (gnus-summary-low-undownloaded-face)
4289         (gnus-summary-normal-undownloaded-face)
4290         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4291         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4292         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4293         (gnus-splash-face):
4294         * message.el (message-header-to-face, message-header-cc-face)
4295         (message-header-subject-face, message-header-newsgroups-face)
4296         (message-header-other-face, message-header-name-face)
4297         (message-header-xheader-face, message-separator-face)
4298         (message-cited-text-face, message-mml-face):
4299         * sieve-mode.el (sieve-control-commands-face)
4300         (sieve-action-commands-face, sieve-test-commands-face)
4301         (sieve-tagged-arguments-face):
4302         * spam.el (spam-face):
4303         Mark face aliases with "-face" in the name as obsolete.
4304
4305 2009-09-01  Glenn Morris  <rgm@gnu.org>
4306
4307         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4308         than goto-line.
4309
4310 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4313         Don't move point if the command is invoked inside the message header.
4314
4315 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4316
4317         * imap.el (imap-send-command): Simplify.
4318         (imap-wait-for-tag): point-max -> buffer-size.
4319
4320 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4321
4322         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4323         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4324         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4325         * nnir.el (nnir-swish-e-index-file):
4326         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4327         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4328         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4329         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4330         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4331         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4332
4333 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4336         Don't save excursion.
4337
4338 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4339
4340         * nnheader.el (nnheader-find-file-noselect):
4341         * mm-util.el (mm-insert-file-contents):
4342         Use (default-value 'major-mode) instead of default-major-mode.
4343
4344 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4345
4346         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4347
4348 2009-08-26  Glenn Morris  <rgm@gnu.org>
4349
4350         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4351         than placing in files.el.
4352
4353 2009-08-25  Glenn Morris  <rgm@gnu.org>
4354
4355         * nnir.el (top-level): Don't require cl at run-time.
4356         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4357         Replace cl-function substitute with gnus-replace-in-string.
4358         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4359         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4360         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4361         simplified expansions.
4362
4363 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4364
4365         * dig.el (dig): Add autoload cookie.
4366
4367 2009-08-22  Glenn Morris  <rgm@gnu.org>
4368
4369         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4370         goto-line.
4371
4372 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4373
4374         * parse-time.el (parse-time-string-chars): Save match data.
4375
4376 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4377
4378         * parse-time.el (parse-time-string-chars): Compute using character
4379         classes, to handle non-ascii characters (Bug#3190).
4380
4381 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4384
4385         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4386         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4387         (gnus-mm-display-part, gnus-mime-display-single)
4388         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4389         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4390
4391         * gnus-sum.el
4392         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4393         (gnus-summary-move-article): Add expirable mark to articles copied or
4394         moved to group that has auto-expire turned on if the option is non-nil.
4395
4396 2009-07-24  Glenn Morris  <rgm@gnu.org>
4397
4398         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4399         Fix typo.  (Bug#3903)
4400
4401 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4404         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4405         that should not be used for draft articles.
4406         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4407         that has no concern in minor mode keys.
4408         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4409         Abolish.
4410
4411 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4414         article without making inquiry to a user for unknown encoding.
4415
4416         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4417         (nnmaildir--scan): Assume i-node and device number that file-attributes
4418         returns might be cons-cell.
4419
4420         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4421
4422         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4423
4424 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4425
4426         * auth-source.el: Remove docs now in auth.texi.  Don't use
4427         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4428         `auth-source-hide-passwords' and use them.
4429
4430 2009-07-15  Glenn Morris  <rgm@gnu.org>
4431
4432         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4433
4434 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4437         excessive whitespace from the default values of title and description.
4438
4439 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4442         mail-fetch-field to fetch Content-Description header in order to
4443         exclude newlines.
4444
4445 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4446
4447         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4448         format used by GnuPG 2.0.11.
4449
4450 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4453         to deleted part.
4454
4455 2009-05-30  David Engster  <dengste@eml.cc>
4456
4457         * nnmairix.el: Remove old documentation in the commentary block.
4458         (nnmairix-request-group): Do not update active file for nnml back ends.
4459         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4460         end so that overview files are ignored.
4461         (nnmairix-update-groups): Make updating the groups more robust by using
4462         marks.
4463         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4464         with dollar characters in message-id.
4465
4466 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4467
4468         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4469         2008-12-25 in dns.el.
4470
4471 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4472
4473         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4474         could happen if the text is only composed of spaces and/or tabs.
4475
4476 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4477
4478         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4479         when sending a queued message to avoid extra mml tags.
4480
4481 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4484
4485 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4488         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4489         rmail-toggle-header for XEmacs;
4490         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4491
4492 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * gnus-dired.el: Remove autoload for gnus-setup-message.
4495         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4496         displaying Gnus logo; always use compose-mail.
4497
4498 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4501
4502 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4505         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4506         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4507         available.
4508         (gnus-nocem-epg-verify): New function.
4509
4510 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4511
4512         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4513
4514 2009-02-15  Glenn Morris  <rgm@gnu.org>
4515
4516         * gnus-util.el (rmail-insert-rmail-file-header)
4517         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4518         autoloads.
4519         (rmail-default-rmail-file): Remove unnecessary declaration.
4520         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4521
4522 2009-02-14  Glenn Morris  <rgm@gnu.org>
4523
4524         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4525         variable (only used in gnus-util, which declares it anyway).
4526         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4527         which was only needed by gnus-art (changed to not use it any more).
4528         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4529         only used in gnus-util, which autoloads it itself.
4530         (rmail-update-summary): Fix autoload.
4531
4532         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4533         rather than rmail-output-to-rmail-file.
4534
4535 2009-02-07  Glenn Morris  <rgm@gnu.org>
4536
4537         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4538         autoload of function that no longer exists.
4539         (rmail-toggle-header): Declare.
4540         (message-forward-rmail-make-body): Handle mbox Rmail.
4541
4542 2009-01-31  Glenn Morris  <rgm@gnu.org>
4543
4544         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4545         2009-01-09 change.
4546
4547 2009-01-31  Dave Love  <fx@gnu.org>
4548
4549         * imap.el (imap-fetch-safe): Bind debug-on-error.
4550         (imap-debug): Add imap-fetch-safe.
4551
4552 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4555         (auth-source-forget-all-cached): New convenience function.
4556         (auth-source-user-or-password): Accept list of modes or a single mode.
4557
4558         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4559         auth-source modes.
4560
4561         * netrc.el (netrc-machine-user-or-password): Use list of
4562         auth-source modes.
4563
4564         * nnimap.el (nnimap-open-connection): Use list of
4565         auth-source modes.
4566
4567         * nntp.el (nntp-send-authinfo): Use list of
4568         auth-source modes.
4569
4570 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4571
4572         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4573         now.
4574
4575 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4576
4577         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4578         coding system in XEmacs; add a workaround for XEmacs.
4579
4580         * lpath.el: Fbind coding-system-aliasee.
4581
4582 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4585         of current-language-environment.
4586
4587 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4588
4589         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4590         available at runtime.
4591
4592 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4595
4596 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4597
4598         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4599         the greatest positive fixnum value doesn't work under an XEmacs with
4600         bignum support; use the most-positive-fixnum constant instead,
4601         available since Emacs 21.1 with cl and XEmacs 21.1.
4602
4603 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4606         XEmacs gets not to work.
4607
4608 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * mm-util.el (mm-coding-system-priorities): Allow the value like
4611         "Japanese (UTF-8)" of current-language-environment.
4612
4613 2009-01-09  Glenn Morris  <rgm@gnu.org>
4614
4615         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4616         with last-command-event.
4617
4618 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4621         in the doc string.
4622
4623         * message.el (message-fix-before-sending): Amend comment.
4624
4625 2009-01-08  Dave Love  <fx@gnu.org>
4626
4627         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4628
4629 2009-01-07  David Engster  <dengste@eml.cc>
4630
4631         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4632         simplified server definitions by converting it via
4633         gnus-server-to-method.
4634
4635 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4638         parameter's operands.
4639
4640 2009-01-06  David Engster  <dengste@eml.cc>
4641
4642         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4643         primary select method (for gnus-group-mark-article-as-read).
4644
4645 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4646
4647         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4648         `(gnus)Face', not `(gnus)X-Face'.
4649
4650 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * mm-util.el (mm-ucs-to-char): New function.
4653
4654         * mm-url.el (mm-url-decode-entities): Use it.
4655
4656         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4657         unicode-to-char.
4658
4659 2009-01-05  Dave Love  <fx@gnu.org>
4660
4661         * time-date.el: Require cl for `declare'.
4662
4663 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4664
4665         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4666         Dave Love.
4667
4668 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4669
4670         * message.el (message-fix-before-sending): Add `eight-bit' to
4671         illegible-text check.
4672
4673 2009-01-03  Michael Olson  <mwolson@gnu.org>
4674
4675         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4676         `headers' is nil.  This can occur if the IMAP server does not have
4677         permissions to read messages from a folder, but can write new messages
4678         to the folder.
4679         (nnimap-request-article-part): Do not insert `data' if it is nil.
4680
4681         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4682         characters which will confuse `read', so skip past them.
4683
4684 2009-01-01  Dave Love  <fx@gnu.org>
4685
4686         * imap.el (imap-string-to-integer): Fix typo.
4687         (imap-fetch-safe): New function.
4688         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4689
4690         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4691
4692         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4693         (imap-parse-greeting): Fix doc strings.
4694         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4695         (imap-parse-flag-list): Make messages unique.
4696         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4697
4698         * nnimap.el: Fix author email.
4699         (nnimap-split-rule): Add FIXME comment.
4700         (nnimap-debug): Fix doc string.
4701
4702 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4703
4704         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4705
4706 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4709         nslookup if resolv.conf isn't available.
4710         (dns-query): Rename from query-dns.
4711         (dns-query-cached): Rename from query-dns-cached.
4712
4713 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4716         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4717         to check if those variables exist (first appeared in Emacs 18.50).
4718
4719 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4720
4721         * mm-util.el (mm-line-number-at-pos): New function.
4722
4723         * spam-report.el (spam-report-process-queue): Use it.
4724
4725 2008-12-24  David Engster  <dengste@eml.cc>
4726
4727         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4728         parameters that haven't existed as variables as buffer-local variables.
4729
4730 2008-12-23  Dave Love  <fx@gnu.org>
4731
4732         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4733         cadar.
4734
4735         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4736         imap-starttls-p.
4737         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4738
4739 2008-12-22  Dave Love  <fx@gnu.org>
4740
4741         * imap.el: Fix author email.  Doc fixes.
4742         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4743         reply.
4744
4745 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * spam-report.el (spam-report-gmane-max-requests): New constant.
4748         (spam-report-gmane-wait): New variable.
4749         (spam-report-gmane-ham, spam-report-gmane-spam)
4750         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4751         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4752         the server.
4753
4754         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4755         Add explanations.
4756
4757         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4758         nnheader-accept-process-output and nnheader-read-timeout if available.
4759         (pop3-movemail): Use it.
4760
4761         * message.el (message-check-news-body-syntax): Fix signature check if
4762         there's an attachment.
4763
4764 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4765
4766         * mm-util.el: Add comments to the mm- emulating functions.
4767
4768 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4769
4770         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4771         by Stephen Berman <stephen.berman@gmx.net>.
4772
4773 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * mm-util.el (mm-substring-no-properties): New function.
4776         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4777         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4778         (mm-string-to-multibyte): Doc fix.
4779
4780         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4781
4782 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4783
4784         * mml.el (mml-attach-file): Strip text properties from file name.
4785         (Bug#1574)
4786
4787 2008-12-16  Glenn Morris  <rgm@gnu.org>
4788
4789         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4790
4791 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4794         knows since the charset specified might be a bogus alias that
4795         mm-charset-synonym-alist provides.
4796
4797 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4798
4799         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4800         "ISO_8859-1".
4801
4802         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4803
4804 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * mm-util.el (mm-charset-eval-alist):
4807         Define it before mm-charset-to-coding-system.
4808         (mm-charset-to-coding-system): Add optional argument `silent';
4809         define it before mm-charset-override-alist.
4810         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4811         default value if it can be used in Emacs currently running;
4812         silence mm-charset-to-coding-system.
4813
4814 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4817         `allow-override' which says whether to use `mm-charset-override-alist'.
4818         (rfc2047-decode-encoded-words): Use it.
4819
4820         * mm-util.el (mm-charset-override-alist): Fix custom type;
4821         add `(gb2312 . gbk)' to choices.
4822
4823 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4824
4825         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4826         fast.
4827
4828         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4829
4830         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4831
4832 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4833
4834         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4835         on links.
4836
4837         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4838
4839 2008-12-03  Lute Kamstra  <lute@gnu.org>
4840
4841         * sha1.el: Remove leading * from docstrings of defcustoms,
4842         deffaces, defconsts and defuns.
4843
4844 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4847         users' addresses that don't have domain parts.
4848         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4849         rather than message-narrow-to-head since there will be the message
4850         header separator.
4851
4852 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4853
4854         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4855         since the result is inserted in a unibyte buffer anyway.
4856         (nnimap-demule-use-string-to-multibyte): Remove.
4857         (nnimap-demule): Alias it to mm-string-to-multibyte.
4858
4859 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4860
4861         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4862         variable for debugging bug#464 and bug#1174.
4863         (nnimap-demule): Use it.
4864
4865 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4866
4867         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4868         score calculation correctly.
4869
4870 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4871
4872         * message.el (message-send-mail): Just set the buffer to unibyte
4873         rather than use mm-with-unibyte-current-buffer which does a lot more.
4874         (message-send-mail-partially): Don't bother with
4875         mm-with-unibyte-current-buffer since it's already been made unibyte by
4876         message-send-mail.
4877
4878 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4879
4880         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4881
4882 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4883
4884         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4885
4886 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4889         require itself and to remove `with-no-warnings'.
4890
4891 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4892
4893         * starttls.el (starttls-any-program-available): Get the name of the
4894         available TLS layer program.
4895         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4896         well as the host name in the "opening" message.
4897
4898         * auth-source.el (auth-source-cache, auth-source-do-cache)
4899         (auth-source-user-or-password): Cache passwords and logins by default,
4900         allow override with `auth-source-do-cache'.
4901         (auth-source-forget-user-or-password): Allow users to remove cache
4902         entries if needed.
4903
4904 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4905
4906         * md4.el (md4-buffer): Fix typo in docstring.
4907         (md4, md4-64): Doc fixes.
4908         (md4-pack-int32): Reflow docstring.
4909
4910 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4911
4912         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4913         condition-case to only the forward-sexp call.
4914
4915 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4916
4917         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4918         quotes contained.  Make it more robust regardless by an extra
4919         condition-case wrapper.
4920
4921 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4924
4925 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * nnml.el (nnml-request-expire-articles): Check if the function set to
4928         `nnmail-expiry-target' returns the symbol `delete'.
4929
4930         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4931
4932         * nnmail.el (nnmail-expiry-target): Fix custom type.
4933
4934 2008-10-02  Glenn Morris  <rgm@gnu.org>
4935
4936         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4937         Silence compiler warning.
4938
4939 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4940
4941         * tls.el (open-tls-stream): Show the actual command being
4942         executed, instead of the format string.
4943
4944 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * lpath.el: Fbind codepage-setup for Emacs 23.
4947
4948 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4949
4950         * mml.el (mml-menu): Don't assume mml2015 is bound.
4951
4952 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4955         exists.
4956
4957 2008-09-27  Glenn Morris  <rgm@gnu.org>
4958
4959         * gnus-util.el (mail-header-remove-comments): Autoload it.
4960
4961 2008-09-27  Andreas Schwab  <schwab@suse.de>
4962
4963         * gnus-util.el (gnus-split-references): Strip comments.
4964         (gnus-parent-id): Likewise.
4965
4966 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4967
4968         * message.el (message-confirm-send): Fix version.
4969
4970 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * message.el (message-idna-to-ascii-rhs-1): Use
4973         mail-extract-address-components rather than mail-header-parse-addresses
4974         that is an alias by default to ietf-drums-parse-addresses that does not
4975         support non-ASCII names in headers' contents.
4976
4977 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4978
4979         * message.el (message-confirm-send): Fixed variable documentation to
4980         avoid the "y/n" wording.
4981
4982 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4983
4984         * message.el (message-set-auto-save-file-name): Save to a different
4985         filename so multiple messages (especially drafts) can be recovered.
4986
4987 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4988
4989         * message.el (message-confirm-send): Add appropriate version.
4990
4991 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4992
4993         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4994         defvar.
4995
4996 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4997
4998         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4999         (mm-pkcs7-enveloped-magic): Ditto.
5000
5001 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5002
5003         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5004         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5005
5006 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5007
5008         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5009         default, it's better.
5010
5011 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5012
5013         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5014         summary line gnus-number property and ignore them (with a warning
5015         message).
5016
5017 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5020         macro caddr in the interactive form since it won't be expanded.
5021
5022 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5025         `charset'; fix name of function called recursively.
5026         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5027
5028 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5029
5030         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5031         (gnus-mime-set-charset-parameters): New function.
5032         (gnus-mime-view-part-as-charset): Use it to correctly display part
5033         specifying wrong charset.
5034
5035 2008-09-08  David Engster  <dengste@eml.cc>
5036
5037         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5038         in completing-read for back end server.
5039
5040 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5041
5042         * message.el (message-confirm-send): New variable to confirm sending a
5043         message.
5044         (message-send): Use it.
5045
5046 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5047
5048         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5049
5050 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5051
5052         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5053
5054 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5055
5056         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5057         prevent tracking too many groups.
5058         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5059         Use it.
5060
5061 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5062
5063         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5064         moving point to the bottom of the window in order to avoid recentering.
5065
5066 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5069
5070         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5071         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5072         (gnus-article-beginning-of-window): Fix calculation.
5073
5074 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * gnus-msg.el (gnus-summary-supersede-article)
5077         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5078         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5079         message header.
5080
5081 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5082
5083         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5084         pending output coming after the status change.
5085
5086 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5087
5088         * message.el:
5089         * gnus-start.el:
5090         * gnus-registry.el: Remove VMS support.
5091
5092 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5095         macro.
5096         (rfc2104-hash): Use it.
5097
5098 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5101         (gnus-summary-sort-by-most-recent-date): New commands.
5102         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5103         and menu entries.
5104
5105 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5108         don't redisplay article for raw contents; remove plural articles stuff.
5109
5110         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5111         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5112         on gnus-summary-save-article; display results properly.
5113
5114 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * lpath.el: No need to fbind ns-focus-frame.
5117
5118 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5121
5122 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5125         gnus-save-all-headers.
5126
5127 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5128
5129         * gnus-util.el (ns-focus-frame): Remove declaration.
5130         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5131         like x.
5132
5133 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5134
5135         * rfc2104.el (rfc2104-zero): Delete defconst.
5136         (rfc2104-hex-alist): Likewise.
5137         (rfc2104-hex-to-int): Delete func.
5138         (rfc2104-hexstring-to-bitstring): Likewise.
5139         (rfc2104-nybbles): New defconst.
5140         (rfc2104-hash): Rewrite for speed.
5141
5142 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5143
5144         * tls.el (open-tls-stream): Make it work with the 2nd argument
5145         BUFFER that is a string but does not exist as a buffer object, as
5146         mentioned in the doc-string.
5147
5148 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5151         SXEmacs.
5152
5153 2008-07-16  Glenn Morris  <rgm@gnu.org>
5154
5155         * gnus-util.el (ns-focus-frame): Declare for compiler.
5156
5157 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5160         set as a group parameter.
5161         (gnus-summary-save-in-pipe): Work when it is called independently.
5162         (gnus-summary-pipe-to-muttprint): Don't modify
5163         gnus-summary-pipe-output-default-command.
5164
5165 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5166
5167         * message.el (message-send-mail-with-sendmail):
5168         Display the error message.
5169
5170 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * gnus-art.el (gnus-default-article-saver):
5173         Add gnus-summary-save-in-pipe to choices.
5174         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5175         gnus-summary-pipe-output-default-command as the default command.
5176         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5177         instead of gnus-last-shell-command.
5178
5179         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5180         New user option.
5181         (gnus-summary-muttprint-program): Mention the value will be changed.
5182         (gnus-summary-save-article): Force showing of all headers.
5183         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5184
5185 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5186
5187         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5188
5189 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5190
5191         * nnimap.el (nnimap-id):
5192         * sieve-manage.el (sieve-manage-open): Doc fixes.
5193
5194 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5195
5196         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5197         if available.
5198
5199 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5200
5201         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5202
5203         * nnkiboze.el (nnkiboze-generate-group):
5204         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5205
5206         * nnmairix.el: Require CL.
5207
5208 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * dgnushack.el: Autoload get-display-table and put-display-table for
5211         XEmacs 21.5.
5212
5213         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5214         21.4 and SXEmacs.
5215
5216 2008-06-15  David Engster  <dengste@eml.cc>
5217
5218         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5219
5220 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5221
5222         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5223         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5224         runtime choice under XEmacs.
5225
5226         * gnus-sum.el (gnus-summary-set-display-table):
5227         Use `gnus-put-display-table', `gnus-get-display-table',
5228         `gnus-set-display-table' for the display table, instead of `aset'.
5229
5230         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5231         Use `gnus-put-display-table', `gnus-get-display-table',
5232         `gnus-set-display-table' for the display table.
5233
5234 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5235
5236         * nnmairix.el: Add autoloads.
5237
5238 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5239
5240         * nnmairix.el (nnmairix-delete-recreate-group)
5241         (nnmairix-update-and-clear-marks): Fix error messages.
5242
5243 2008-06-14  David Engster  <dengste@eml.cc>
5244
5245         * nnmairix.el: Upgrade to version 0.6.
5246         (nnmairix-group-toggle-propmarks-this-group)
5247         (nnmairix-group-toggle-readmarks-this-group)
5248         (nnmairix-group-delete-recreate-this-group)
5249         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5250         (nnmairix-remove-tick-mark-original-article): New commands.
5251         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5252         (nnmairix-propagate-marks-to-nnmairix-groups)
5253         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5254         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5255         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5256         functions needed for marks propagation and manipulation of read marks.
5257         (nnmairix-update-groups): New function.
5258         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5259         (nnmairix-determine-original-group-from-registry)
5260         (nnmairix-determine-original-group-from-path)
5261         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5262         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5263         New helper functions.
5264         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5265         keystrokes for new commands.
5266         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5267         (nnmairix-request-group): Check allow-fast group parameter.
5268         (nnmairix-request-create-group): Set allow-fast group parameter if
5269         nnmairix-allowfast-default is set.
5270         (nnmairix-close-group): Propagate marks upon closing if needed.
5271         (nnmairix-group-toggle-threads-this-group): Use new.
5272         nnmairix-group-toggle-parameter helper function.
5273         (nnmairix-search): Better check for empty search result.
5274         (nnmairix-goto-original-article): Use new helper functions for
5275         determining original article.
5276         (nnmairix-show-original-article): Make sure message-id is in brackets.
5277         (nnmairix-call-mairix-binary): Change variable name.
5278         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5279         helper function.
5280         (nnmairix-widget-toggle-activate): Fix doc string.
5281
5282 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * nnir.el: Require edmacro when compiling with XEmacs.
5285         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5286         available in Emacs 21.
5287
5288 2008-06-11  Glenn Morris  <rgm@gnu.org>
5289
5290         * gnus-util.el (x-focus-frame):
5291         * gnus.el (image-size):
5292         * mm-decode.el (image-size): Declare.
5293
5294         * gnus-picon.el (declare-function): Add compat definition.
5295         (image-size): Declare.
5296
5297         * gnus-group.el (tool-bar-map):
5298         * gnus-sum.el (tool-bar-map): Define for compiler.
5299
5300         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5301
5302         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5303
5304         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5305         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5306         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5307         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5308         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5309         * sieve-manage.el, spam-report.el, spam.el:
5310         Remove unnecessary eval-and-compile of autoloads.
5311
5312 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5313
5314         * auth-source.el: Precise Tramp doc.
5315
5316 2008-06-07  Glenn Morris  <rgm@gnu.org>
5317
5318         * nnmairix.el: Remove unnecessary eval-when-compile.
5319
5320 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * lpath.el: Fbind propertize for XEmacs 21.4.
5323
5324 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5325
5326         * nnir.el: Move here from ../contrib.
5327
5328 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5329
5330         * gnus-util.el (gnus-read-shell-command): New function.
5331         * mm-decode.el (mm-pipe-part):
5332         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5333
5334 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5337
5338 2008-06-03  Glenn Morris  <rgm@gnu.org>
5339
5340         * pop3.el (nnheader-accept-process-output): Autoload it.
5341
5342 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5345         are not 2-digit hexadecimal characters that follow `%'s.
5346
5347 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5348
5349         * message.el (message-bogus-recipient-p): Fix type in doc string.
5350         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5351         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5352         Improve custom options.
5353         (message-bogus-recipient-p): Adjust accordingly.
5354
5355 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5356
5357         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5358         long-form month and day names.
5359
5360 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * dgnushack.el: Autoload debug, eudc-expand-inline and
5363         pgg-snarf-keys-region for XEmacs.
5364
5365         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5366
5367         * nnmairix.el: Require edmacro when compiling with XEmacs.
5368
5369 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5370
5371         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5372         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5373
5374 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5375
5376         * auth-source.el: Add more docs.
5377
5378         * netrc.el (netrc-machine): Always match if the port is not given.
5379
5380 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381
5382         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5383         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5384         retrieval faster in some cases, but might make CPU usage larger.  If
5385         this has any bad side effects, we might revert this change.
5386
5387         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5388         seems to make mail retrieval much, much faster.
5389         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5390         unconditionally.
5391
5392         * gnus-draft.el (gnus-group-send-queue): Bind
5393         message-send-mail-partially-limit to nil to avoid being prompted.
5394
5395 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5396
5397         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5398
5399         * message.el (message-bogus-address-regexp): Fix and improve custom
5400         type.
5401         (message-setup-hook): Add message-check-recipients as custom option.
5402
5403 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5404
5405         * message.el (message-cite-function): Remove bogus autoload which crept
5406         in during merge from v5-10.
5407
5408 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5409
5410         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5411
5412         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5413
5414         * auth-source.el: Preliminary Tramp docs.
5415         (auth-sources): Change the default auth-sources to use
5416         EPA .gpg files.
5417
5418 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         * nntp.el: Autoload `auth-source-user-or-password'.
5421         (nntp-send-authinfo): Use it.
5422
5423         * nnimap.el: Autoload `auth-source-user-or-password'.
5424         (nnimap-open-connection): Use it.
5425
5426         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5427         for the gnus-message function.
5428         (auth-source-user-or-password): Use it.
5429
5430 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5431
5432         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5433         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5434         (rfc2104-hash): Use it.
5435
5436 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5437
5438         * gnus-art.el (gnus-article-toggle-truncate-lines):
5439         Don't use `iff' in docstring.
5440
5441 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5442
5443         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5444
5445         * gnus-util.el (gnus-extract-address-component-name)
5446         (gnus-extract-address-component-email): Convenience functions around
5447         `gnus-extract-address-components'.
5448
5449         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5450         Use `gnus-extract-address-component-email' to fix bug of comparing full
5451         sender name to `user-mail-address'.
5452
5453 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5454
5455         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5456         catch/throw to optimize.
5457         (gnus-registry-find-keywords): Just use member to find a keyword.
5458
5459 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5460
5461         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5462         is current before calling gnus-server-prepare.
5463         (gnus-server-setup-buffer, gnus-server-update-server)
5464         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5465
5466 2008-05-04  Juri Linkov  <juri@jurta.org>
5467
5468         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5469         (mailcap-file-default-commands): Use mailcap-replace-in-string
5470         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5471         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5472
5473 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5474
5475         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5476
5477 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5478
5479         * gnus.el: Bump version to 0.11.
5480
5481 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5482
5483         * gnus.el: No Gnus v0.10 is released.
5484
5485 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5488         hooks.
5489         (gnus-update-read-articles): Speed up non-marks-using users.
5490         (gnus-use-marks): Define gnus-use-marks.
5491         (gnus-propagate-marks): Rename variable to something more sensible.
5492
5493 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5494
5495         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5496         (gmm-image-load-path-for-library): Fix typos in docstrings.
5497         (gmm-message): Reflow docstring.
5498
5499 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5500
5501         * mail-source.el (mail-source-set-1, mail-source-bind):
5502         Move auth-source code out of the macro to clean it up and fix bugs.
5503
5504 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5505
5506         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5507         by sender if it's equal to user-mail-address, it's likely to be
5508         useless.
5509
5510         * mail-source.el (mail-source-bind): Don't use user or password if they
5511         are not bound.  Unintern them if they are nil.  Don't use server unless
5512         it's bound, and default it to empty string otherwise.
5513
5514 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * mail-source.el: Load auth-source.el.
5517         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5518         get user name or password, if auth-sources is set up.
5519
5520         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5521         strategy of splitting with parent.
5522         (gnus-registry-split-fancy-with-parent)
5523         (gnus-registry-post-process-groups): Use it and fix prior
5524         bug (returning a list as the split result).
5525
5526         * auth-source.el (auth-sources): Remove server parameter.
5527         (auth-source-pick, auth-source-user-or-password)
5528         (auth-source-user-or-password-imap)
5529         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5530         (auth-source-user-or-password-sftp)
5531         (auth-source-user-or-password-smtp): Remove server parameter.
5532
5533 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5534
5535         * smime.el (smime-sign-region, smime-encrypt-region)
5536         (smime-decrypt-region):
5537         Remove redundant calls to `generate-new-buffer-name'.
5538
5539 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5540
5541         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5542         Don't use QP for message/rfc822.
5543         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5544
5545 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5546
5547         * sieve-manage.el (sieve-string-bytes): Remove.
5548         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5549         correct byte-length only if the process's coding-system is the same as
5550         the one used internally by Emacs to represent strings.
5551
5552 2008-04-22  Juri Linkov  <juri@jurta.org>
5553
5554         * mailcap.el (mailcap-file-default-commands): New function.
5555
5556 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * message.el (message-signature-separator, message-cite-function):
5559         Change custom version.
5560
5561 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5562
5563         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5564         commands.
5565         (tls-checktrust): Ditto.
5566
5567 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5568
5569         * mm-decode.el (mm-display-external): Make temp file read-only.
5570
5571 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5574         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5575         `C-c C-f d'.
5576
5577 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5578
5579         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5580
5581 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5582
5583         * gnus.el: Bump version to 0.9.
5584
5585 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5586
5587         * gnus.el: No Gnus v0.8 is released.
5588
5589 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5590
5591         * mail-source.el (mail-source-value):
5592         Prefer fboundp to functionp so it works with macros as well.
5593
5594 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5595
5596         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5597         Fix last change in case the element is not even a symbol.
5598
5599 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5600
5601         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5602         Prefer fboundp to functionp so it works with macros as well.
5603
5604 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5605
5606         * auth-source.el: Added docs.
5607         (auth-sources): Modify format to support server.
5608         (auth-source-pick, auth-source-user-or-password)
5609         (auth-source-user-or-password-imap)
5610         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5611         (auth-source-user-or-password-sftp)
5612         (auth-source-user-or-password-smtp): Add server parameter.
5613
5614 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * gnus-registry.el: Initialize the registry when gnus-registry-install
5617         is t.
5618
5619 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * compface.el (uncompface): Make buffer unibyte.
5622
5623 2008-04-05  Glenn Morris  <rgm@gnu.org>
5624
5625         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5626
5627 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5628
5629         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5630         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5631
5632         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5633         multibyteness after rather than before erasing it.
5634
5635         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5636         mm-with-multibyte.
5637         (gnus-request-article-this-buffer): Make sure the proper decoding is
5638         used if gnus-original-article-buffer happens to be unibyte.
5639
5640         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5641         default-enable-multibyte-characters.
5642
5643         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5644         default-enable-multibyte-characters.
5645
5646         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5647
5648         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5649
5650 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5651
5652         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5653         (imap-message-copyuid-1): Use it.
5654         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5655         J. Williams in
5656         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5657
5658         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5659         imap-enable-exchange-bug-workaround.
5660         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5661
5662 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5663
5664         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5665         a 100 byte status-checks into a 2-3MB transfer for each group.
5666         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5667         to enable bug workaround or not.
5668         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5669
5670 2008-03-31  Glenn Morris  <rgm@gnu.org>
5671
5672         * message.el (mml2015-use): Declare for compiler.
5673         (message-info): Require mml2015 when appropriate.
5674
5675 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5678         whitespace.
5679
5680 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5681
5682         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5683         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5684         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5685         (nntp-service-to-port): New function.
5686         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5687         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5688         (nntp-open-netcat-stream): New function.
5689         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5690
5691 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5692
5693         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5694
5695 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5696
5697         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5698
5699 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5700
5701         * dns.el (dns-write): Use set-buffer-multibyte.
5702
5703 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5704
5705         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5706
5707 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5708
5709         * message.el (message-signature-separator): Change default.
5710         Improve custom type.
5711         (message-cite-function): Change default to
5712         message-cite-original-without-signature.
5713
5714         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5715         toggle.
5716
5717         * message.el (message-check-news-body-syntax): Fix signature check.
5718         (message-setup-1): Mark buffer as unmodified _after_ running
5719         message-setup-hook and handling message-alternative-emails.
5720         (message-shorten-references): Be more strict when building list of
5721         valid references to comply with GNKSA.
5722
5723         * gnus-group.el (gnus-read-ephemeral-bug-group)
5724         (gnus-read-ephemeral-debian-bug-group)
5725         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5726
5727         * message.el (message-info): Don't use booleanp which isn't supported
5728         in Emacs 21 and XEmacs.
5729
5730 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5733         gnus-group-gmane-group-download-format.
5734         (gnus-group-read-ephemeral-gmane-group): Rename from
5735         gnus-group-read-ephemeral-gmane-group.
5736         (gnus-read-ephemeral-gmane-group-url): Rename from
5737         gnus-group-read-ephemeral-gmane-group-url.
5738         (gnus-bug-group-download-format-alist): New variable.
5739         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5740         (gnus-read-ephemeral-emacs-bug-group): New commands.
5741
5742 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5743
5744         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5745         (gnus-visible-headers): Improve custom type.
5746
5747 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5748
5749         * mml.el (mml-menu): Add workarounds for XEmacs.
5750
5751         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5752         X-Boundary header.
5753
5754         * message.el (message-simplify-recipients): Fix previous commit.
5755
5756 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5757
5758         * mm-util.el (mm-set-buffer-multibyte): New function.
5759         * mm-decode.el (mm-copy-to-buffer): Use it.
5760
5761 2008-03-19  Glenn Morris  <rgm@gnu.org>
5762
5763         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5764         Accidentally removed in the sync process with Emacs.
5765
5766 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5767
5768         * message.el (message-alter-recipients-discard-bogus-full-name):
5769         New function.
5770         (message-alter-recipients-function): New variable.
5771         (message-get-reply-headers): Use it.
5772         (message-replace-header): New helper function.
5773         (message-recipients-without-full-name): New variable.
5774         (message-simplify-recipients): New command.
5775
5776         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5777
5778         * message.el (message-info): Handle EasyPG manual.
5779
5780         * mml.el (mml-menu): Add entry for EasyPG.
5781
5782 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5783
5784         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5785         parameter.
5786
5787         * message.el (message-disassociate-draft): Specify drafts group name
5788         fully.
5789
5790 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5791
5792         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5793         unnecessary duplicates from the match list.
5794
5795 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5798
5799         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5800
5801         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5802         args of `how-many' of which the XEmacs version doesn't take; declare
5803         Info-index-next as function.
5804
5805 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * gnus-score.el (gnus-score-headers): Fix handling of
5808         gnus-inhibit-slow-scoring.
5809
5810         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5811         string.
5812         (gnus-button-url-regexp): Improve handling of parenthesis.
5813         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5814         (gnus-button-handle-info-keystrokes): Handle index entries.
5815
5816 2008-03-15  Glenn Morris  <rgm@gnu.org>
5817
5818         * parse-time.el (parse-time-string): Simplify.
5819
5820 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5823         Incoming* files.
5824
5825 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5826
5827         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5828         (auth-source-pick): Use it.
5829
5830 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5831
5832         * binhex.el (binhex-decode-region-internal):
5833         * uudecode.el (uudecode-decode-region-internal):
5834         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5835         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5836         setting default-enable-multibyte-characters.
5837
5838 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5839
5840         * auth-source.el (auth-source-protocols)
5841         (auth-source-protocols-customize, auth-source-choices): Added and
5842         modified variable customizations and defaults.
5843         (auth-source-pick, auth-source-user-or-password)
5844         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5845         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5846         (auth-source-user-or-password-sftp)
5847         (auth-source-user-or-password-smtp): Use new variables and provide an
5848         interface to netrc.el.
5849
5850 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5853         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5854         Make sure the nntp port to specify is a string.
5855
5856 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5857
5858         * nntp.el: Use with-current-buffer.
5859         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5860         dubious mm-with-unibyte-current-buffer.
5861         (nntp-with-open-group-function): New function extracted from
5862         nntp-with-open-group macro.
5863         (nntp-with-open-group): Use the function, so it's easier to debug.
5864         Add indentation and debugging info.
5865         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5866         the use of the netcat alternatives.
5867
5868         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5869         Avoid mm-string-as-multibyte as well.
5870
5871         * nnweb.el (nnweb-insert-html):
5872         Remove use of nnheader-string-as-multibyte.
5873
5874         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5875         (nnheader-string-as-multibyte): Remove.
5876
5877         * mm-view.el: Use inhibit-read-only.
5878         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5879         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5880         or unibyte-string.
5881
5882         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5883         (mm-uu-yenc-extract): Use with-current-buffer.
5884
5885         * gnus-soup.el (gnus-soup-send-packet): Don't use
5886         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5887
5888         * nnmh.el: Use with-current-buffer.
5889         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5890         mm-string-as-multibyte on the output of mm-encode-coding-string.
5891
5892         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5893         (nnimap-request-move-article): Use with-current-buffer.
5894
5895         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5896         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5897         conversion uses string-make-unibyte rather than string-as-unibyte.
5898
5899         * gnus-msg.el: Use with-current-buffer.
5900
5901         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5902
5903 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5904
5905         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5906         string for caching if it is 'PIN.
5907
5908 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * lpath.el: Consider the case without Emacs/W3.
5911
5912 2008-03-08  Glenn Morris  <rgm@gnu.org>
5913
5914         * time-date.el (date-to-time, time-subtract, time-add)
5915         (safe-date-to-time): Doc fixes.
5916
5917 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5918
5919         * mail-source.el (mail-source-delete-old-incoming-confirm):
5920         Change default to nil.
5921         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5922
5923 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5924
5925         * lpath.el: Rearrange.
5926
5927         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5928         (gnus-article-goto-prev-page): Work for articles having ^L's.
5929
5930         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5931
5932         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5933
5934 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5935
5936         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5937         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5938         (gnus-bookmark-jump): Adjust some variable names.
5939
5940 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5941
5942         * auth-source.el: New package.
5943         (auth-source-choices): Add customization entry point variable.
5944
5945         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5946         bug.
5947
5948 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5949
5950         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5951         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5952         (gnus-registry-install-shortcuts): Rename from
5953         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5954         the `gnus-registry-mark-map' keymap dynamically from
5955         `gnus-registry-marks'.  The generated functions update the summary line
5956         when a registry mark is added or deleted, and will call
5957         `gnus-registry-install-p' (see the comments in the code).
5958         (gnus-registry-user-format-function-M): Use concat intelligently.
5959
5960         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5961         the registry mark functions.
5962
5963 2008-03-05  Glenn Morris  <rgm@gnu.org>
5964
5965         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5966         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5967         gnus-art.
5968         (top-level): No need to load own source when compiling.
5969
5970 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5971
5972         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5973         Suggested by <chris.anderton@zetnet.co.uk>.
5974
5975 2008-03-04  Glenn Morris  <rgm@gnu.org>
5976
5977         * gnus-sum.el (top-level): No need to require gnus when compiling,
5978         since unconditionally required near start of file.
5979         (gnus-summary-display-while-building): Move definition before use.
5980
5981 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5984         formatting function.
5985
5986 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5989         with plists.
5990         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5991         Use new format.
5992
5993 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5996         `where-is-internal' that returns a range of key sequences.
5997
5998 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5999
6000         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6001
6002         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6003         (gnus-summary-jump-to-group): Consider windows on other displayed
6004         frames as well.  Similar changes might be needed elsewhere, but that's
6005         the one I've bumped into during my use.
6006
6007         * nndoc.el (nndoc-oe-dbx-type-p):
6008         * gnus-msg.el (gnus-debug):
6009         * gnus-group.el (gnus-update-group-mark-positions):
6010         Use mm-string-to-multibyte.
6011
6012 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6015         doesn't handle NotDashEscaped.
6016
6017         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6018         (mml-dnd-attach-options): Fix typo in custom choice.
6019
6020         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6021         nndoc-article-type to mbox.
6022         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6023
6024         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6025         to nil, instead of html2text.
6026
6027         * imap.el (imap-debug): Add `imap-ping-server'.
6028
6029         * gnus-bookmark.el: Add FIXMEs.
6030
6031         * message.el (message-form-letter-separator)
6032         (message-send-form-letter-delay): New variables.
6033         (message-send-form-letter): Use them.  New command to send form
6034         letters.  Requested by Uwe Siart.
6035         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6036
6037 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6038
6039         * Update copyright years.
6040
6041 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         Sync from EMACS_22_BASE.
6044
6045         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6046
6047 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6048
6049         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6050         empty author.
6051
6052 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6053
6054         * gnus-registry.el (gnus-registry-marks): Add variable for
6055         customization of marks and their appearance.
6056         (gnus-registry-read-mark): Use it.
6057         (gnus-registry-do-marks): Add utility function to loop through
6058         `gnus-registry-marks'.
6059         (gnus-registry-install-shortcuts-and-menus): Add function to install
6060         shortcuts and menus.
6061         (gnus-registry-initialize): Use it.
6062         (gnus-registry-default-mark): Clarify documentation.
6063
6064 2008-02-29  Glenn Morris  <rgm@gnu.org>
6065
6066         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6067         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6068         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6069         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6070         Change defcustom :version from 23.0 to 23.1.
6071
6072 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6073
6074         * gnus-registry.el (gnus-registry-follow-group-p)
6075         (gnus-registry-post-process-groups): Add functions to aid registry
6076         splitting and improve logging.  Clarify behavior in function
6077         documentation.
6078         (gnus-registry-split-fancy-with-parent): Use them.
6079
6080 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6081
6082         * gnus-art.el: Use with-current-buffer.
6083
6084 2008-02-27  David Engster  <dengste@eml.cc>
6085
6086         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6087         Express real group name in the response.
6088
6089 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6092         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6093         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6094         autoload gnus-registry-fetch-group when compiling.
6095         (nnmairix-request-group-with-article-number-correction): Remove
6096         unreferenced argument passed to nnmairix-call-backend.
6097
6098 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6101         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6102         Wilde.
6103
6104 2008-02-27  Glenn Morris  <rgm@gnu.org>
6105
6106         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6107         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6108         variables to defconsts.  Convert comments to doc-strings.
6109         (nnmairix-last-server, nnmairix-current-server): Convert from free
6110         variables to defvars.  Convert comments to doc-strings.
6111         (gnus-registry-fetch-group): Autoload.
6112         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6113         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6114         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6115         caddr.
6116         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6117         nnmairix-request-group-with-article-number-correction call.
6118         (nnmairix-fast, nnmairix-group): New, less general names, for free
6119         variables passed from nnmairix-request-group to
6120         nnmairix-request-group-with-article-number-correction.  Declare.
6121         (nnmairix-request-group-with-article-number-correction):
6122         Use nnmairix-fast, nnmairix-group rather than fast, group.
6123
6124 2008-02-26  David Engster  <dengste@eml.cc>
6125
6126         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6127         version 0.5.
6128
6129 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6130
6131         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6132         instead of making an extra function call.  Don't add the current group
6133         to articles only when they have the group.  Use
6134         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6135         Reported by David <de_bb@arcor.de>.
6136
6137 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6140         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6141
6142 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6143
6144         * mail-source.el (mail-source-delete-incoming): Change default.
6145         Supplement doc string.
6146
6147         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6148
6149 2008-02-14  Glenn Morris  <rgm@gnu.org>
6150
6151         * time-date.el (format-seconds): New function.
6152
6153 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6154
6155         * nnmail.el (nnmail-message-id-cache-file): Derive from
6156         `gnus-home-directory'.
6157
6158 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6159
6160         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6161         Document negative prefix.
6162
6163         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6164
6165 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6166
6167         * message.el (message-unsent-separator): Add the Exim bounce
6168         separator.
6169
6170 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6171
6172         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6173         list.
6174         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6175         recipient/signer list.
6176
6177 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * Makefile.in (datarootdir): Define.
6180         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6181         name that might contain whitespace.
6182
6183 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6186         fbound (Emacs 23 unicode), signal an error.
6187
6188 2008-02-08  Glenn Morris  <rgm@gnu.org>
6189
6190         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6191
6192 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6193
6194         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6195         ports to the calls to `netrc-machine-user-or-password' in addition to
6196         "imap" and "imaps".
6197
6198 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6199
6200         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6201
6202         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6203
6204 2008-02-01  Kenichi Handa  <handa@m17n.org>
6205
6206         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6207         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6208         (rfc2104-hash): Convert the result of concat to unibyte string.
6209
6210 2008-02-01  Dave Love  <fx@gnu.org>
6211
6212         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6213         coding-system-for-read.
6214         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6215
6216 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6219         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6220         <hanche@math.ntnu.no>.
6221
6222 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6225
6226         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6227
6228 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6229
6230         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6231         * message.el (message-beginning-of-line): Use featurep instead of bound
6232         tests in order to resolve conditionals at compile time.
6233
6234 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6235
6236         * mail-source.el (mail-sources): Add `group' choice.
6237
6238         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6239         parameter `in-group' to control into which group the articles go.
6240         Add treatment of `group' mail-source.
6241
6242 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6243
6244         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6245
6246         * mm-decode.el (mm-dissect-buffer): Decode description.
6247
6248         * mml.el (mml-to-mime): Encode message header first.
6249
6250 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6253         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6254
6255         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6256         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6257
6258 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6259
6260         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6261
6262 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6265         prefix keys.
6266         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6267         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6268         gnus-xmas.el.
6269
6270         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6271         (gnus-xmas-article-describe-bindings): New function.
6272         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6273         gnus-xmas-article-describe-bindings.
6274
6275         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6276
6277 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6278
6279         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6280         Add new variables for article mark management.
6281         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6282         list of extra data entries which, when present, will indicate that the
6283         article ID should not be trimmed from the registry.
6284         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6285         functions.
6286         (gnus-registry-read-mark): New function to read a mark name from the
6287         user.
6288         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6289         (gnus-registry-set-article-mark-internal): New functions to add and
6290         remove marks.
6291         (gnus-registry-get-article-marks): New function to show the marks for
6292         an article, or retrieve them for further use.
6293
6294 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6297         keys when no argument is given.
6298
6299 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * imap.el (imap-ping-server): New variable.
6302         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6303         (imap-ping-server): Minor doc string fixes.
6304
6305 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6306
6307         * imap.el (imap-ping-server): New function.
6308         (imap-opened): Call imap-ping-server.
6309
6310 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6311
6312         * gnus-sum.el (gnus-article-sort-by-random)
6313         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6314         jidanni@jidanni.org.
6315
6316 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * gnus-art.el (gnus-article-describe-bindings): New function.
6319         (gnus-article-read-summary-keys): Use it.
6320         (gnus-article-mode-map): Bind `C-h b' to it.
6321
6322 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6323
6324         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6325         XEmacs.
6326         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6327         against non-character events.
6328
6329         * lpath.el: Fbind map-keymap for Emacs 21.
6330
6331 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6334         command.
6335         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6336         instead of END.  Change name of the temp file.
6337         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6338         customizable.
6339
6340 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6343         bind `S W' to gnus-article-wide-reply-with-original; set default
6344         binding to gnus-article-read-summary-send-keys.
6345         (gnus-article-read-summary-keys): Fix the order of keys; display
6346         continuation keys correctly in the echo area; describe bindings
6347         correctly when keys end with `C-h'.
6348         (gnus-article-read-summary-send-keys): New function.
6349         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6350         for gnus-article-read-summary-send-keys; display continuation keys
6351         correctly in the echo area.
6352         (gnus-article-reply-with-original): Ignore prefix argument.
6353         (gnus-article-wide-reply-with-original): New function.
6354
6355         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6356         Emacs 21.
6357
6358 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6361         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6362
6363 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6366         (gnus-group-read-ephemeral-gmane-group): New command.
6367
6368 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6369
6370         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6371
6372 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6373
6374         * message.el (message-send-mail-function): Increase custom version.
6375
6376         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6377         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6378
6379 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6380
6381         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6382         for the cases where imap-authenticate is called with a nil buffer
6383         parameter.
6384
6385 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6388         html parts correctly; support forwarded messages.
6389         (gnus-article-browse-html-article): Remove work buffers.
6390
6391         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6392         compiling.
6393         (netrc-bound-and-true-p): New macro.
6394         (netrc-parse): Use it instead of bound-and-true-p that is not available
6395         in XEmacs 21.4.
6396
6397 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6398
6399         * gnus-registry.el (gnus-registry-mark-article)
6400         (gnus-registry-article-marks): Add functionality to mark articles
6401         through the Gnus registry.
6402
6403         * encrypt.el: Clarify documentation for the new pgg method.
6404         (encrypt-file-alist): Add PGG option.
6405         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6406         functionality.  Abstract password key and messaging to external
6407         functions.
6408         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6409         (encrypt-message-method-and-cipher): Add new convenience external
6410         functions.
6411         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6412         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6413
6414         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6415         (netrc-parse): Use encrypt-file-alist to determine if
6416         encrypt-find-model or encrypt-insert-file-contents should be used.
6417
6418         * encrypt.el: Clarify documentation.  Load password-cache or
6419         password, whichever one is found first, instead of autoloading.
6420
6421 2007-12-19  Glenn Morris  <rgm@gnu.org>
6422
6423         * mml.el (message-options-set, message-narrow-to-head)
6424         (message-in-body-p, message-mail-p, message-encode-message-body):
6425         Autoload.
6426         (message-remove-header, message-narrow-to-headers-or-head)
6427         (message-subscribed-p, message-make-mail-followup-to)
6428         (message-position-on-field, message-news-p)
6429         (message-options-set-recipient, message-generate-headers)
6430         (message-sort-headers): Declare as functions.
6431
6432 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6435         convention in doc string.
6436
6437 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6440         title to html parts.
6441         (gnus-article-browse-html-article): Pass message header to it.
6442
6443         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6444
6445 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6446
6447         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6448         or password compatible with XEmacs.
6449
6450 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6451
6452         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6453         format document.
6454         (gnus-mime-delete-part): Don't write description line if empty.
6455         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6456
6457 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6458
6459         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6460         (gnus-summary-mark-read-and-unread-as-read)
6461         (gnus-summary-mark-current-read-and-unread-as-read)
6462         (gnus-summary-mark-unread-as-ticked): Doc fix.
6463         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6464
6465 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6466
6467         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6468         Christoph Conrad <christoph.conrad@gmx.de>.
6469
6470 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6473         yes-or-no-p.
6474
6475 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * mm-decode.el (mm-add-meta-html-tag): New function.
6478         (mm-save-part-to-file, mm-pipe-part): Use it.
6479
6480         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6481         gnus-y-or-n-p instead of y-or-n-p.
6482         (gnus-article-browse-html-parts): Work with message/external-body; use
6483         mm-add-meta-html-tag.
6484
6485 2007-12-11  Glenn Morris  <rgm@gnu.org>
6486
6487         * gnus-cache.el: Require gnus-sum not just when compiling.
6488
6489         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6490
6491         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6492         definitions before use.
6493
6494         * mm-decode.el: Require gnus-util.
6495         (mm-remove-part): Only call delete-annotation on XEmacs.
6496
6497         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6498
6499         * nnmail.el: Require gnus-int.
6500
6501         * spam.el: Move `require's before `eval-when-compile's.
6502
6503         * gnus-ems.el (gnus-alive-p):
6504         * gnus-fun.el (message-goto-eoh):
6505         * gnus-util.el (gnus-group-name-decode):
6506         * mail-source.el (gnus-compress-sequence):
6507         * message.el (Info-goto-node, format-spec):
6508         * mm-bodies.el (message-options-get):
6509         * mm-decode.el (mm-view-pkcs7):
6510         * mm-util.el (gmm-write-region):
6511         * mml-smime.el (mml-compute-boundary)
6512         (gnus-completing-read-with-default):
6513         * mml.el (widget-button-press, gnus-make-hashtable):
6514         * mml1991.el (mm-decode-content-transfer-encoding)
6515         (mm-encode-content-transfer-encoding)
6516         (message-options-get, message-options-set):
6517         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6518         * nnfolder.el (gnus-request-group):
6519         * nnheader.el (ietf-drums-unfold-fws):
6520         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6521         * smime.el (gnus-run-mode-hooks):
6522         * spam-stat.el (gnus-message): Autoload.
6523
6524         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6525         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6526         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6527         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6528         Add declare-function compatibility definition.
6529
6530         * gnus-cache.el (nnvirtual-find-group-art):
6531         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6532         (gnus-add-image, gnus-add-wash-type):
6533         * gnus-group.el (nnkiboze-score-file):
6534         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6535         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6536         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6537         (message-tokenize-header, gnus-get-buffer-create)
6538         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6539         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6540         * gnus.el (gnus-group-decoded-name):
6541         * mail-source.el (imap-capability):
6542         * mm-bodies.el (message-options-set):
6543         * mm-decode.el (gnus-configure-windows):
6544         * mm-extern.el (message-goto-body):
6545         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6546         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6547         (epg-sub-key-validity, message-options-set):
6548         * mml.el (widget-event-point, gnus-configure-windows):
6549         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6550         * mml2015.el (epg-check-configuration, epg-configuration)
6551         (message-options-set):
6552         * nndb.el (nndb-request-article):
6553         * nnfolder.el (gnus-request-create-group):
6554         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6555         * nnmaildir.el (gnus-group-mark-article-read):
6556         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6557         * rfc1843.el (message-fetch-field):
6558         * spam.el (gnus-extract-address-components):
6559         Declare as functions.
6560
6561 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6564
6565         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6566
6567         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6568         bind show-trailing-whitespace for XEmacs.
6569
6570 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6573         new no-op macro for backward compatibility.
6574
6575         * imap.el (imap-string-to-integer): New function.
6576
6577 2007-12-09  Glenn Morris  <rgm@gnu.org>
6578
6579         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6580
6581         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6582         * message.el, mm-view.el, sieve-manage.el, smime.el:
6583         Add declare-function compatibility definition.
6584
6585         * gnus-art.el (w3-region, w3m-region, Info-menu):
6586         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6587         * gnus-sum.el (gnus-get-predicate):
6588         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6589         * message.el (mail-abbrev-in-expansion-header-p):
6590         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6591         (w3m-detect-meta-charset, w3m-region):
6592         * sieve-manage.el (password-read, password-cache-add)
6593         (password-cache-remove):
6594         * smime.el (password-read-and-add): Declare as functions.
6595
6596 2007-12-08  David Kastrup  <dak@gnu.org>
6597
6598         * gnus-sum.el (gnus-summary-simplify-subject-query):
6599         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6600         `message'.
6601
6602 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6605         it to bind idna-program, installation-directory, defined-colors, and
6606         face-attribute for XEmacs of the version that compiles defcustom forms.
6607
6608 2007-12-07  Glenn Morris  <rgm@gnu.org>
6609
6610         * gnus-art.el (article-make-date-line): Revert previous change.
6611
6612 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6613
6614         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6615
6616 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6617
6618         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6619         Call gnus-add-to-range ranges only once with a prepared article-list.
6620
6621 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6622
6623         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6624         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6625         group names with backslashes.  Reported by Tassilo Horn
6626         <tassilo@member.fsf.org>.
6627
6628 2007-12-06  Deepak Goel  <deego3@gmail.com>
6629
6630         * gnus-art.el (article-make-date-line):
6631         * gnus-start.el (gnus-load):
6632         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6633
6634 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * gnus-art.el (gnus-use-idna)
6637         * gnus-start.el (gnus-site-init-file)
6638         * message.el (message-use-idna)
6639         * mm-uu.el (mm-uu-hide-markers)
6640         * smiley.el (smiley-style): Revert changes that suppress warnings.
6641
6642 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6645         specify charset to html source.  Reported by Christoph Conrad
6646         <christoph.conrad@gmx.de>.
6647
6648 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6651         idna-program in order to suppress byte compile warning issued by XEmacs
6652         that came to byte compile the default value section of defcustom forms
6653         recently.
6654
6655         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6656         value of installation-directory.
6657
6658         * message.el (message-use-idna): Don't directly refer to the value of
6659         idna-program.
6660
6661         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6662
6663         * smiley.el (smiley-style): Don't directly call face-attribute.
6664
6665 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6666
6667         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6668
6669         * gnus-dired.el: Reduce Gnus dependencies.
6670         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6671         require.  Use autoloads instead.
6672         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6673         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6674         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6675         (gnus-dired-mode): Adjust doc string.
6676         (gnus-dired-mail-mode): New variable.
6677         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6678         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6679         (gnus-dired-mail-buffers): New function.  Return mail or message
6680         composition buffers.
6681         (gnus-dired-attach): Use it.
6682         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6683         NO-DECODE.
6684         (gnus-dired-print): Use `gnus-print-buffer' depending on
6685         `gnus-dired-mail-mode'.
6686
6687 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * rfc2047.el (rfc2047-encoded-word-regexp)
6690         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6691         explaining what regexp patterns are for.
6692
6693 2007-12-04  Glenn Morris  <rgm@gnu.org>
6694
6695         * password.el: Move to password-cache.el.
6696
6697         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6698         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6699         * mml-smime.el (password-read, password-cache-add)
6700         (password-cache-remove):
6701         No need to autoload, since mml-sec requires password.
6702
6703         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6704         * message.el (gnus-extract-address-components):
6705         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6706
6707         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6708         password.
6709
6710 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6711
6712         * mailcap.el: Reduce dependencies.
6713         (mail-header-parse-content-type): Autoload.
6714         (mailcap-delete-duplicates): New alias.
6715         (mailcap-mime-info): Add optional argument NO-DECODE.
6716         (mailcap-mime-types): Use mailcap-delete-duplicates.
6717
6718         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6719
6720 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6721
6722         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6723         (imap-parse-status): Upcase status-att for servers that sends them
6724         lower-case (e.g., MS Exchange 2007).
6725
6726 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6727
6728         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6729         function.
6730
6731         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6732         (gnus-uu-yenc-article): New function.
6733
6734         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6735
6736         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6737         buffer.
6738
6739 2007-12-02  Glenn Morris  <rgm@gnu.org>
6740
6741         * binhex.el (binhex): New custom group.
6742         (binhex-decoder-program, binhex-decoder-switches)
6743         (binhex-use-external): Move to the binhex custom group.
6744
6745         * uudecode.el (uudecode): New custom group.
6746         (uudecode-decoder-program, uudecode-decoder-switches)
6747         (uudecode-use-external): Move to the uudecode custom group.
6748
6749         * netrc.el (top-level): Don't load `encrypt' features.
6750         (netrc-parse): Don't use encrypt.
6751         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6752
6753         * encrypt.el: Remove file.
6754
6755 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6756
6757         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6758         matches on patches.
6759
6760         * gnus-art.el (gnus-article-browse-html-article): Mention
6761         `mm-text-html-renderer' in the doc string.
6762
6763         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6764         string.  Add comments.
6765
6766         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6767         if rhs is ASCII.
6768
6769 2007-12-01  Glenn Morris  <rgm@gnu.org>
6770
6771         * mail-source.el (top-level): Require format-spec before
6772         eval-when-compile.
6773
6774 2007-11-30  Glenn Morris  <rgm@gnu.org>
6775
6776         * encrypt.el: Require password, rather than autoloading password-read.
6777
6778 2007-11-29  Glenn Morris  <rgm@gnu.org>
6779
6780         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6781         (sasl-make-client, sasl-next-step, sasl-step-data)
6782         (sasl-step-set-data): Declare as functions.
6783
6784 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6787
6788 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6789
6790         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6791         certs should be verified and what is to be done in the event of a
6792         verification failure.
6793
6794         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6795         caller can indicate whether the cache should be disregarded for this
6796         call.  This way the result of the call is reproducible at all times and
6797         can be considered a canonical server name for the supplied method.
6798         (gnus-agent-method-p): Canonicalize server names by pushing their
6799         method through `gnus-method-to-server' using the no-cache argument.
6800
6801         * gnus-srvr.el (gnus-server-insert-server-line): Call
6802         `gnus-method-to-server' with `no-cache' argument.
6803
6804         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6805         gnus-agent-possibly-synchronize-flags as this should be called when the
6806         server is actually being opened.
6807         (gnus-agent-possibly-synchronize-flags)
6808         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6809         flags file of an agentized server to the latter function.
6810
6811         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6812         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6813         after a connection has been established successfully.
6814
6815 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * gnus-art.el (article-display-face): Force to display face if called
6818         interactively; check if gnus-article-x-face-too-ugly matches author.
6819         (article-display-x-face): Display face even if From header is missing
6820         as article-display-face does.
6821
6822 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6823
6824         * hashcash.el (message-narrow-to-headers-or-head)
6825         (message-fetch-field, message-goto-eoh)
6826         (message-narrow-to-headers): Declare as functions.
6827
6828 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * mail-source.el (mail-sources): Default to fetch from file for
6831         compatibility with default of nnmail-spool-file.
6832
6833 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6836         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6837         to look for encoded word that should be encoded again.
6838         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6839         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6840         encoding pattern.
6841         (rfc2047-decode-region): Switch strict regexp and loose one according
6842         to rfc2047-allow-irregular-q-encoded-words.
6843
6844 2007-11-25  Romain Francoise  <romain@orebokech.com>
6845
6846         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6847
6848 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * tls.el (tls-program): Provide more custom choices from
6851         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6852         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6853
6854 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6857         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6858
6859         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6860         `nnmail-spool-file'.
6861
6862         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6863         `nnmail-spool-file'.
6864
6865         * gnus-move.el (gnus-change-server): Ditto.
6866
6867         * gnus-kill.el (gnus-batch-score): Ditto.
6868
6869         * gnus-cache.el (gnus-jog-cache): Ditto.
6870
6871         * gnus-msg.el (gnus-summary-reply):
6872         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6873
6874 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6875
6876         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6877         version.  Minor improvement to doc strings.
6878         (tls-program): Add comment.
6879
6880 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6881
6882         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6883         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6884         mismatch between the hostname provided in the certificate and the name
6885         of the host connnecting to.
6886         (open-tls-stream): Use them.  Check certificates against trusted root
6887         certificates.
6888
6889 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6890
6891         * gnus-cache.el (gnus-cache-generate-nov-databases):
6892         Use nnml-generate-nov-databases-directory instead of
6893         nnml-generate-nov-databases-1.
6894
6895 2007-11-24  Glenn Morris  <rgm@gnu.org>
6896
6897         * message.el (message-tool-bar-retro): Update for rename
6898         mail_send.xpm->mail-send.xpm.
6899
6900 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6903         `smime-ldap-search' for Emacs 22 and up.
6904
6905 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6906
6907         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6908
6909         * message.el (message-send-mail-function): Fix error convention.
6910         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6911         (message-widen-reply, message-send-mail, message-talkative-question)
6912         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6913         (message-clone-locals, message-send-news): Use with-current-buffer.
6914         (message-insert-or-toggle-importance): Remove unused var `valid'.
6915         (message-make-references): Remove unused var `new-references'.
6916         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6917
6918 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6919
6920         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6921         (spam-split-symbolic-return-positive): Reflow docstring.
6922         (spam-backends, spam-summary-exit-behavior)
6923         (spam-mark-ham-unread-before-move-from-spam-group)
6924         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6925         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6926         (spam-clear-cache, spam-backend-check, spam-install-backend)
6927         (spam-install-statistical-backend, spam-list-of-processors)
6928         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6929         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6930         (spam-check-crm114, spam-initialize, spam-unload-hook):
6931         Fix typos in docstrings.
6932
6933 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6936         been checked if they have never been read and those group levels are
6937         higher than the one that a user specified.
6938
6939 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6942         foreign groups unless a group level is specified by a user.
6943         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6944
6945 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6946
6947         * message.el (message-send-mail-function): Require sendmail.
6948
6949 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * message.el (message-send-mail-function): Check for smtpmail too.
6952
6953         * utf7.el (utf7-encode, utf7-decode): Use coding system
6954         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6955
6956         * message.el (message-send-mail-function): New function.
6957         (message-send-mail-function): Set default using
6958         message-send-mail-function.  Adjust doc string.
6959         (message-send-mail-with-mailclient): New function.
6960
6961 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6962
6963         * smime.el (from):
6964         * rfc2047.el (message-posting-charset):
6965         * qp.el (mm-use-ultra-safe-encoding):
6966         * pop3.el (parse-time-months):
6967         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6968         * nnml.el (files):
6969         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6970         (jka-compr-compression-info-list, ange-ftp-path-format)
6971         (efs-path-regexp):
6972         * nndiary.el (files):
6973         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6974         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6975         (epg-digest-algorithm-alist, inhibit-redisplay)
6976         (password-cache-expiry):
6977         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6978         (pgg-output-buffer, password-cache-expiry):
6979         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6980         (efs-path-regexp):
6981         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6982         (inhibit-redisplay):
6983         * mm-uu.el (file-name, start-point, end-point, entry)
6984         (gnus-newsgroup-name, gnus-newsgroup-charset):
6985         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6986         (latin-unity-ucs-list):
6987         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6988         (mm-uu-binhex-decode-function):
6989         * message.el (gnus-message-group-art, gnus-list-identifiers)
6990         (rmail-enable-mime-composing, gnus-local-organization)
6991         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6992         (gnus-read-active-file, facemenu-add-face-function)
6993         (facemenu-remove-face-function, gnus-article-decoded-p)
6994         (tool-bar-mode):
6995         * mail-source.el (display-time-mail-function):
6996         * gnus-util.el (nnmail-pathname-coding-system)
6997         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6998         (gnus-original-article-buffer, gnus-user-agent)
6999         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7000         (xemacs-codename, sxemacs-codename, emacs-program-version):
7001         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7002         * gnus-start.el (gnus-agent-covered-methods)
7003         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7004         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7005         (gnus-newsgroup-headers, gnus-group-list-mode)
7006         (gnus-group-mark-positions, gnus-newsgroup-data)
7007         (gnus-newsgroup-unreads, nnoo-state-alist)
7008         (gnus-current-select-method, mail-sources)
7009         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7010         (nnmail-spool-file, gnus-cache-active-hashtb):
7011         * gnus-mh.el (mh-lib-progs):
7012         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7013         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7014         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7015         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7016         (gnus-group-buffer):
7017         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7018         (font-lock-set-defaults):
7019         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7020         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7021         (gnus-summary-post-menu, total-parts, type, condition, length):
7022         * gnus-agent.el (gnus-agent-read-agentview):
7023         * flow-fill.el (show-trailing-whitespace):
7024         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7025         eval-and-compile wrappers for byte compiler pacifiers.
7026
7027         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7028         (mm-display-inline-fontify): Check for featurep 'xemacs not
7029         extent-list.
7030
7031         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7032         itimer-list.
7033         (mm-create-image-xemacs): Only do something for XEmacs.
7034         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7035
7036         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7037
7038         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7039         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7040
7041 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7042
7043         * nnimap.el (nnimap-split-download-body):
7044         * gnus-demon.el (gnus-demon):
7045         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7046
7047 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7050         macros.
7051         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7052         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7053         copy data from unibyte buffer to multibyte current buffer.
7054         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7055         to copy data from unibyte current buffer to multibyte buffer.
7056         (nntp-make-process-buffer): Make process buffer unibyte.
7057
7058         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7059
7060 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7061
7062         * pop3.el (pop3-open-server): Accept and process data more robustly at
7063         connexion start to avoid spurious "POP SSL connexion failed" errors.
7064
7065 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7068         read group names.
7069
7070 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7073
7074 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7077         (nnmail-save-active): Use a unibyte buffer when saving active file,
7078         which may contain non-ASCII group names.
7079
7080         * nnml.el (nnml-request-group): Decode group names in messages.
7081
7082 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * message.el (message-citation-line-function)
7085         (message-insert-formatted-citation-line): Fix spelling of
7086         `message-insert-formated-citation-line'.
7087
7088 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7089
7090         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7091
7092 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7095         nnmail-pathname-coding-system.
7096
7097         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7098         that a user enters; decode group names in messages.
7099
7100         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7101
7102 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7105
7106         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7107
7108         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7109         risky local variable.
7110
7111         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7112
7113 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7114
7115         * encrypt.el: Improve documentation to fix function name typo.
7116         Reported by Daiki Ueno <ueno@unixuser.org>.
7117
7118 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7121         even if the point is not in the last page of an article.
7122         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7123         back to the previous page.
7124
7125 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7128
7129 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7132
7133 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7134
7135         * message.el (message-check-news-body-syntax): Avoid
7136         mm-string-as-multibyte.
7137         (message-hide-headers): Don't assume (point-min)==1.
7138
7139 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * message.el (message-remove-blank-cited-lines): Fix if remove is
7142         given.
7143         (message-bogus-address-regexp): New variable.
7144         (message-bogus-recipient-p): New function.
7145         (message-check-recipients): New command.
7146         (message-syntax-checks): Add `bogus-recipient'.
7147         (message-fix-before-sending): Add `bogus-recipient'.
7148
7149         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7150         (gnus-treat-body-boundary): Don't test window-system.
7151
7152 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7153
7154         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7155
7156 2007-10-28  Miles Bader  <miles@gnu.org>
7157
7158         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7159         at compile-time too.
7160
7161 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * gnus-msg.el (gnus-message-setup-hook): Add
7164         `message-remove-blank-cited-lines' to options.
7165
7166 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7167
7168         * message.el (message-remove-blank-cited-lines): New function.
7169         Suggested by Karl Plästerer.
7170
7171 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7174         mapc.
7175
7176         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7177         (top-level): Use mapc to set functions to be traced for debugging.
7178
7179         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7180         called for effect with while loop.
7181
7182         * message.el (message-talkative-question): Replace mapcar called for
7183         effect with mapc.
7184
7185         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7186         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7187         called for effect with dolist.
7188
7189         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7190
7191         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7192         gnus-extra-headers and nnmail-extra-headers.
7193
7194         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7195         called for effect with dolist.
7196         (top-level): Use mapc to set functions to be traced for debugging.
7197
7198         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7199         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7200         dolist.
7201
7202         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7203         Replace mapcar called for effect with mapc.
7204         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7205         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7206         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7207         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7208
7209         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7210         remove-if that's a cl function.
7211
7212         * webmail.el (webmail-debug): Replace mapcar called for effect with
7213         dolist.
7214
7215         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7216         with mapc.
7217
7218 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7221         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7222         with while loop.
7223
7224         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7225         functions from article-* functions.
7226         (gnus-multi-decode-header): Replace mapcar called for effect with
7227         dolist.
7228
7229         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7230         (gnus-bookmark-show-details): Replace mapcar called for effect with
7231         while loop.
7232
7233         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7234         called for effect with while loop.
7235
7236         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7237         with dolist.
7238
7239         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7240         mapcar called for effect with dolist.
7241
7242         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7243
7244         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7245         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7246         Replace mapcar called for effect with dolist.
7247         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7248         mapc.
7249
7250         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7251         Replace mapcar called for effect with dolist.
7252         (gnus-topic-list): Replace mapcar called for effect with mapc.
7253
7254         * gnus.el: Use mapc instead of mapcar to add autoloads.
7255
7256 2007-10-23  Richard Stallman  <rms@gnu.org>
7257
7258         * gnus-group.el (gnus-group-highlight): Mark as risky.
7259
7260 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7261
7262         * gnus.el (gnus-server-to-method): Return method found first in
7263         gnus-newsrc-alist.
7264
7265         * gnus-art.el (gnus-article-highlight-signature)
7266         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7267         button overlay without the front stickiness.
7268
7269 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7270
7271         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7272         overview buffer needed a catch to receive its throw.
7273         (gnus-agent-flush-cache): Declared as interactive to make this function
7274         easier to use.
7275
7276 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7279         `next-line'.
7280
7281 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7284         exclude address matching message-dont-reply-to-names.
7285
7286 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-util.el (gnus-string<): New function.
7289
7290         * gnus-sum.el (gnus-article-sort-by-author)
7291         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7292
7293 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7296         the frame-focus tag is set in gnus-buffer-configuration.
7297
7298 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7301         the front stickiness.
7302
7303 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7306         url pattern; remove duplicate one.
7307         (gnus-article-extend-url-button): New function.
7308         (gnus-article-add-buttons): Use it.
7309         (gnus-button-push): Use concatenated url that it makes.
7310
7311 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7312
7313         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7314
7315 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7316
7317         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7318         Don't hardcode point-min==1.
7319
7320 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7323         Fix comment about "iso8859-1".
7324
7325 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7326
7327         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7328         ones returned from the verify-function.
7329
7330         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7331         mml2015-extract-cleartext-signature if extraction failed.
7332
7333 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7334
7335         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7336         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7337         failed.
7338
7339 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7340
7341         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7342
7343 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7346         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7347         recommends to use EasyPG instead of PGG.
7348
7349         * pgg.el: Revert to revision 6.23.2.16.
7350
7351         * pgg-def.el: Revert to revision 6.6.2.14.
7352
7353         * pgg-gpg.el: Revert to revision 6.23.2.34.
7354
7355 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7356
7357         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7358         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7359         thread for both the null and zero (kill/expire thread) universal prefix
7360         cases.
7361         (gnus-summary-expire-thread): Add new function to expire a thread,
7362         using gnus-summary-kill-thread.
7363         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7364         shortcuts for gnus-summary-expire-thread.
7365         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7366         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7367
7368 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7369
7370         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7371         extras value, so an extras entry can be deleted.
7372         (gnus-registry-delete-extra-entry): Use it.
7373         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7374         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7375         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7376         storage through the gnus-registry, and provide an appropriate API for
7377         it.
7378
7379 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7382         Suggested by Leo <sdl.web@gmail.com>.
7383
7384         * gnus.el: Do.
7385
7386 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7389         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7390
7391         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7392
7393         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7394         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7395
7396 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7399         newline.
7400         (nnmbox-request-accept-article): Don't change article in source buffer;
7401         narrow to header to use message-fetch-field rather than
7402         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7403         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7404         as delimiters; make sure article ends with newline.
7405         (nnmbox-delete-mail): Correct last position of article to be deleted;
7406         ignore X-Gnus-Newsgroup header in article body.
7407         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7408         positions; make sure article ends with newline.
7409
7410         * message.el (message-display-abbrev): Don't infloop when a user
7411         inserts SPC in the beginning of header.
7412
7413         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7414         coding-system-for-read and coding-system-for-write for XEmacs having no
7415         file-coding feature.
7416
7417         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7418
7419 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7420
7421         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7422         list of groups not followed by default.  Fix type to be regexp.
7423         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7424
7425 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7426
7427         * hmac-def.el (define-hmac-function): Switch from old-style to
7428         new-style backquotes.
7429
7430         * md4.el (md4-make-step): Likewise.
7431
7432 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7435         raw-text coding system when saving .newsrc file, which may contain
7436         non-ASCII group names.
7437
7438 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-cus.el (gnus-score-extra): New widget.
7441         (gnus-score-extra-convert): New function.
7442         (gnus-score-customize): Use it for Extra.
7443
7444 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7445
7446         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7447         (mml2015-mailcrypt-clear-verify): Use it.
7448         (mml2015-gpg-clear-verify): Use it.
7449         (mml2015-pgg-clear-verify): Use it.
7450         (mml2015-epg-clear-verify): Replace the current part with the output
7451         from GnuPG; don't extract the plaintext by itself.
7452
7453         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7454         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7455         mml2015-clear-verify-function; don't touch the armor headers or
7456         dash-escaped text here.
7457
7458 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7461         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7462         parts, or application/octet-stream as a last resort.
7463         (gnus-mime-view-part-as-type): Don't toggle display.
7464         (gnus-mime-view-part-as-charset): Don't turn off display before
7465         querying charset.
7466
7467         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7468         stuff to undisplayer function in Emacs.
7469         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7470
7471         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7472         text/calendar parts.
7473
7474 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7477         decoding text/calendar parts.
7478
7479         * message.el (message-forward-make-body-mime): Always mark body as
7480         having no illegible text; remove signed-or-encrypted argument.
7481         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7482
7483         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7484         (mml-generate-mime-1): Don't encode body if it is specified to be in
7485         raw form; don't make buffer be unibyte when inserting multibyte string.
7486
7487 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7488
7489         * sha1.el: Fix up comment style.
7490         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7491         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7492
7493         * hex-util.el: Fix up comment style.
7494         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7495
7496         * gnus-salt.el: Use with-current-buffer.
7497         (gnus-pick-setup-message): Fix long-standing typo.
7498
7499 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * imap.el (imap-logout-timeout): New variable.
7502         (imap-logout, imap-logout-wait): New functions.
7503         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7504
7505         * nnimap.el (nnimap-logout-timeout): New server variable.
7506         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7507         nnimap-logout-timeout.
7508
7509         * gnus-art.el (gnus-article-summary-command-nosave)
7510         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7511
7512 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * gnus.el (gnus-maximum-newsgroup): New variable.
7515
7516         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7517         according to gnus-maximum-newsgroup.
7518
7519         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7520         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7521         Limit the range of articles according to gnus-maximum-newsgroup.
7522
7523 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7524
7525         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7526         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7527         Don't perform gnus-configure-windows here; reuse existing sticky
7528         article buffer.
7529
7530         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7531         it doesn't exist in gnus-article-mode.
7532
7533 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7536         (gnus-agent-decoded-group-name): New function.
7537         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7538         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7539
7540 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7541
7542         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7543         Add binding for gnus-sticky-article.
7544         (gnus-summary-exit): Don't kill sticky article buffers.
7545
7546         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7547         article buffer.
7548         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7549         (gnus-kill-sticky-article-buffers): New commands.
7550
7551 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * nntp.el (nntp-xref-number-is-evil): New server variable.
7554         (nntp-find-group-and-number): If it is non-nil, don't trust article
7555         numbers in the Xref header.
7556
7557 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * gnus-agent.el (gnus-agent-read-group): New function.
7560         (gnus-agent-flush-group, gnus-agent-expire-group)
7561         (gnus-agent-regenerate-group): Use it.
7562         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7563         nnmail-pathname-coding-system.
7564
7565 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7568
7569         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7570         that are unread as unread, and also as selected so that information of
7571         marks having been changed by a user may be updated when exiting group.
7572
7573 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7576         calculated ignoring signature parts to gnus-treat-article.
7577
7578 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7581         a point here in order to keep the window start.
7582         (gnus-insert-mime-security-button): Make a button overlay without the
7583         front stickiness.
7584         (gnus-mime-display-security): Goto the end of a button.
7585
7586         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7587
7588 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7591         group-name-at-point.
7592         (gnus-group-completing-read): New function that offers decoded
7593         non-ASCII group names for completion.
7594         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7595         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7596         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7597         (gnus-group-fetch-control): Use it.
7598         (gnus-fetch-group): Use group-name-at-point for the initial value
7599         rather than the default value; use gnus-alive-p.
7600
7601         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7602         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7603         (gnus-summary-post-news): Use gnus-group-completing-read.
7604
7605         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7606         (gnus-read-move-group-name): Decode group name for completion.
7607
7608 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7609
7610         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7611         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7612         Yamaoka slightly modified the code).
7613
7614 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7617         (nnmail-split-incoming): Bind it.
7618
7619         * nnml.el (nnml-group-name-charset): New function.
7620         (nnml-decoded-group-name): Use it; don't decode group name if
7621         nnmail-group-names-not-encoded-p is non-nil.
7622         (nnml-encoded-group-name): New function.
7623         (nnml-group-pathname): Inline nnml-decoded-group-name.
7624         (nnml-request-expire-articles): Decode group name in message.
7625         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7626         nnmail-pathname-coding-system.
7627         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7628         not decoded ones according to nnmail-group-names-not-encoded-p.
7629         (nnml-generate-active-info): Use nnml-encoded-group-name.
7630
7631 2007-08-08  Glenn Morris  <rgm@gnu.org>
7632
7633         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7634         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7635         doc-strings and comments.
7636
7637 2007-07-25  Glenn Morris  <rgm@gnu.org>
7638
7639         * Relicense all FSF files to GPLv3 or later.
7640
7641 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-sum.el (gnus-summary-move-article): Make
7644         gnus-summary-respool-article work.
7645
7646 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7647
7648         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7649         string.
7650
7651 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7652
7653         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7654         that should be ignored when comparing distant RSS articles with local
7655         ones.
7656         (nnrss-make-hash-index): New function.  Create a hash index according
7657         to the ignored fields.
7658         (nnrss-check-group): Use it.
7659
7660 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7663
7664         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7665
7666         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7667         the new optional argument ENCODED is non-nil.
7668         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7669         coding system for encoding group name.
7670         (gnus-group-make-rss-group): Pass un-encoded group name to
7671         gnus-group-make-group.
7672         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7673         encoded.
7674
7675         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7676         Encode group name to which articles are moved or copied.
7677         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7678         coding system for encoding Newsgroup, Followup-To and Xref headers.
7679
7680         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7681         marks; use nnheader-file-coding-system to write a file.
7682         (nnagent-retrieve-headers): Bind file-name-coding-system to
7683         nnmail-pathname-coding-system.
7684
7685         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7686
7687         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7688         (nnml-request-article, nnml-request-create-group)
7689         (nnml-request-rename-group, nnml-find-id)
7690         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7691         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7692         (nnml-save-marks): Use nnml-group-pathname instead of
7693         nnmail-group-pathname.
7694
7695         (nnml-request-create-group, nnml-request-expire-articles)
7696         (nnml-request-move-article, nnml-request-delete-group)
7697         (nnml-deletable-article-p, nnml-possibly-create-directory)
7698         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7699         (nnml-open-marks): Bind file-name-coding-system to
7700         nnmail-pathname-coding-system.
7701
7702         (nnml-request-article): Pass server argument to nnml-find-group-number.
7703         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7704         server argument to nnml-possibly-create-directory.
7705         (nnml-request-accept-article): Pass server argument to
7706         nnml-active-number and nnml-save-mail.
7707         (nnml-find-group-number): Pass server argument to nnml-find-id.
7708         (nnml-request-update-info): Pass server argument to
7709         nnml-marks-changed-p.
7710
7711         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7712         (nnml-save-mail, nnml-active-number): Add server argument.
7713
7714         (nnml-request-delete-group): Warn if group is missing.
7715         (nnml-get-nov-buffer): Decode group name.
7716         (nnml-generate-active-info): Encode group name.
7717         (nnml-open-marks): Decode group name in messages.
7718
7719 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7722         if it is not specified.
7723         (gnus-article-pipe-part, gnus-article-save-part)
7724         (gnus-article-interactively-view-part, gnus-article-copy-part)
7725         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7726         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7727         (gnus-article-replace-part, gnus-article-delete-part)
7728         (gnus-article-view-part-as-type): Pass raw prefix argument to
7729         gnus-article-part-wrapper.
7730
7731 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-agent.el (gnus-agent-save-active): Bind
7734         nnheader-file-coding-system to gnus-agent-file-coding-system.
7735
7736         * gnus-cache.el (gnus-cache-save-buffers)
7737         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7738         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7739         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7740         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7741         (gnus-cache-generate-active, gnus-cache-rename-group)
7742         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7743         (gnus-cache-update-overview-total-fetched-for): Bind
7744         file-name-coding-system to nnmail-pathname-coding-system.
7745         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7746         variables.
7747         (gnus-cache-decoded-group-name): New function.
7748         (gnus-cache-file-name): Use it.
7749         (gnus-cache-generate-active): Use non-decoded group name for active.
7750
7751         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7752         right place.
7753         (gnus-write-active-file): Don't break non-ASCII group names.
7754
7755         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7756         nnmail-pathname-coding-system.
7757
7758         * lpath.el: Bind default-file-name-coding-system,
7759         file-name-coding-system and language-info-alist for XEmacs.
7760
7761         * gnus-uu.el (gnus-uu-decode-save): Typo.
7762
7763 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7766
7767 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7770         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7771         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7772         (gnus-agent-flush-group, gnus-agent-flush-cache)
7773         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7774         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7775         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7776         (gnus-agent-regenerate-group)
7777         (gnus-agent-update-files-total-fetched-for)
7778         (gnus-agent-update-view-total-fetched-for): Bind
7779         file-name-coding-system to nnmail-pathname-coding-system.
7780         (gnus-agent-group-pathname): Don't encode file names by
7781         nnmail-pathname-coding-system.
7782         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7783         coding-system-for-write instead of buffer-file-coding-system to
7784         gnus-agent-file-coding-system.
7785
7786         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7787         Decode group name.
7788
7789         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7790
7791         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7792         (gnus-read-newsrc-el-file): Make group names unibyte.
7793
7794         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7795         nnmail-pathname-coding-system.
7796
7797         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7798         (nnrss-request-delete-group): Bind file-name-coding-system to
7799         nnmail-pathname-coding-system.
7800         (nnrss-read-server-data, nnrss-read-group-data): Bind
7801         file-name-coding-system correctly.
7802         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7803
7804         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7805         (nntp-server-to-method-cache): New variable.
7806         (nntp-group-pathname): New function that decodes non-ASCII group names.
7807         (nntp-possibly-create-directory, nntp-marks-changed-p)
7808         (nntp-save-marks, nntp-open-marks): Use it.
7809         (nntp-possibly-create-directory, nntp-open-marks):
7810         Bind file-name-coding-system to nnmail-pathname-coding-system.
7811         (nntp-open-marks): Decode group names when bootstrapping marks.
7812
7813         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7814         Newsgroups and Folowup-To headers.
7815
7816 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7817
7818         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7819         (gnus-server-closed-face, gnus-server-denied-face)
7820         (gnus-server-offline-face): Remove variable.
7821         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7822
7823         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7824         of modifying message-stack directly for XEmacs.
7825
7826         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7827         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7828         if the coding-system argument is nil for XEmacs.
7829
7830         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7831         mm-charset-override-alist.
7832
7833         * rfc2047.el: Don't require base64; require rfc2045 for the function
7834         rfc2045-encode-string.
7835         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7836         to quote the parameter value.
7837
7838 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7841         form in gnus-group-name-charset-method-alist.
7842
7843         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7844         overrides the default layout edit-form.
7845
7846         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7847
7848         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7849
7850 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7853         as unfetched articles.
7854
7855 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7856
7857         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7858
7859 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7862         original back end that keeps marks in the local system.
7863
7864 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7867         arg of pop-to-buffer for XEmacs.
7868         (gnus-article-read-summary-keys): Ditto; don't restore window
7869         configuration if summary command ends up with neither article buffer
7870         nor summary buffer; describe bindings if summary keys end with C-h.
7871
7872 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * message.el (message-fix-before-sending): Skip raw message part to be
7875         forwarded while checking illegible text.
7876         (message-forward-make-body-mime, message-forward-make-body): Mark
7877         signed or encrypted raw message as having no illegible text.
7878
7879 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7882         (gnus-message-with-timestamp-1): New macro.
7883         (gnus-message-with-timestamp): New function.
7884         (gnus-message): Use them.
7885
7886         * nnheader.el (nnheader-message): Use them.
7887
7888 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7889
7890         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7891         .newsrc.eld file.
7892
7893 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-agent.el (gnus-agent-fetch-headers)
7896         (gnus-agent-retrieve-headers): Bind
7897         gnus-decode-encoded-address-function to identity.
7898
7899         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7900         available also when the server returns simply a dot.
7901
7902         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7903
7904 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7907
7908 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-ems.el (gnus-x-splash): Make it work.
7911
7912         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7913         from being used.
7914
7915         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7916
7917 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7920         4th and the 5th arguments.
7921
7922         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7923         the front stickiness.
7924         (gnus-article-summary-command-nosave): Correct the order of the
7925         arguments passed to pop-to-buffer.
7926         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7927         summary command ends up with the article buffer.
7928
7929         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7930         the same faces.
7931
7932 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7933
7934         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7935
7936 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7937
7938         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7939         * gnus-sum.el (gnus-summary-highlight):
7940         * pgg.el (pgg-sign-region, pgg-sign):
7941         * mail-source.el (mail-source-delete-old-incoming-confirm):
7942         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7943
7944 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-art.el (gnus-mime-view-part-externally)
7947         (gnus-mime-view-part-internally): Fix predicate function passed to
7948         completing-read.
7949
7950         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7951
7952         * gnus.el (gnus-update-message-archive-method): Add :version.
7953
7954 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gnus.el (gnus-update-message-archive-method): New variable.
7957
7958         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7959         according to gnus-message-archive-method if
7960         gnus-update-message-archive-method is non-nil.
7961
7962 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7965         by Loic Dachary <loic@dachary.org>.
7966         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7967
7968 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * message.el (message-pop-to-buffer): Add switch-function argument.
7971         (message-mail): Pass switch-function argument to it.
7972
7973 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7976         Improve doc string.
7977
7978 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7981         (gnus-header-content)
7982         * gnus-cite.el (gnus-cite-10)
7983         * gnus-srvr.el (gnus-server-closed)
7984         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7985         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7986         (gnus-group-mail-3-empty, gnus-group-mail-low)
7987         (gnus-group-mail-low-empty, gnus-splash)
7988         * message.el (message-header-to, message-header-cc)
7989         (message-header-subject, message-header-other, message-header-name)
7990         (message-header-xheader, message-separator, message-cited-text)
7991         (message-mml): Lighten colors of faces used for dark background.
7992
7993 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7994
7995         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7996         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7997
7998 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * message.el (message-narrow-to-headers-or-head):
8001         Ignore mail-header-separator in the body.
8002
8003 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8006         same as window size.
8007
8008 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8009
8010         * message.el (message-font-lock-keywords): Use message-header-xheader
8011         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8012         ahead of the anything pattern, to get it recognised.
8013
8014 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8017         spam.el loads uses it in the compiled defadvice form.
8018
8019 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8020
8021         * gnus-sum.el (gnus-articles-to-read)
8022         (gnus-summary-insert-old-articles): Don't truncate group name for
8023         `read-string'.
8024
8025         * gnus-util.el (gnus-limit-string): Delete this function.
8026
8027         * gnus-sum.el (gnus-simplify-subject-fully): Use
8028         `truncate-string-to-width' instead.
8029
8030 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8031
8032         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8033         if, on summary exit, the next group has to be selected.
8034         (gnus-summary-exit): Use it.
8035
8036 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8039         non-break space.
8040
8041 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8044         Check if group is not a directory.
8045         (nnfolder-request-expire-articles): Don't delete articles if the target
8046         group is not available.
8047
8048         * nnml.el (nnml-request-create-group): Properly check if group is not a
8049         file.
8050         (nnml-request-expire-articles): Don't delete articles if the target
8051         group is not available.
8052
8053         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8054         Don't quote characters that are within parentheses.
8055
8056 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8059         (gnus-handle-ephemeral-exit): Select article according to it.
8060
8061 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * message.el (message-insert-formated-citation-line): Remove newline.
8064         (message-citation-line-format): Add final \n here so that the user can
8065         avoid a blank line.
8066
8067 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8068
8069         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8070         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8071         Update lanl/arXiv support.
8072
8073 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * gnus.el: Bump version number.
8076
8077 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * gnus.el (gnus-version-number): Bump version.
8080
8081 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8082
8083         * gnus.el: No Gnus v0.6 is released.
8084
8085 2007-04-27  Didier Verna  <didier@xemacs.org>
8086
8087         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8088         * gmm-utils.el (gmm-regexp-concat): here.
8089         * message.el: Don't require 'gnus-util.
8090         (message-dont-reply-to-names): Handle name change above.
8091         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8092
8093 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8096         since the initial value varies according to the system.
8097
8098 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8101
8102 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8103
8104         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8105
8106 2007-04-24  Didier Verna  <didier@xemacs.org>
8107
8108         Improve the type of gnus-ignored-from-addresses.
8109         * gnus-util.el (gnus-orify-regexp): New function.
8110         * message.el (gnus-util): Require it.
8111         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8112         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8113         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8114
8115 2007-04-24  Didier Verna  <didier@xemacs.org>
8116
8117         * gnus-sum.el:
8118         * gnus-utils.el: Fix some trailing whitespaces.
8119
8120 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8123         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8124         article's Message-ID; refer parent article in summary buffer.
8125
8126         * message.el (message-bounce): Call mime-to-mml.
8127
8128         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8129         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8130         optimize and/or forms properly.
8131
8132 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8135         URL.
8136
8137 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8140
8141 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8144         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8145         displayed of multipart/alternative part if it is invoked from summary
8146         buffer.
8147
8148         * mm-view.el (mm-inline-text-html-render-with-w3m)
8149         (mm-inline-text-html-render-with-w3m-standalone)
8150         (mm-inline-render-with-function): Use mail-parse-charset by default.
8151
8152 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8153
8154         * parse-time.el (parse-time-string-chars): Check if CHAR
8155         is less than the length of parse-time-syntax.
8156
8157 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8160         from gnus-newsgroup-processable.
8161
8162 2007-04-16  Didier Verna  <didier@xemacs.org>
8163
8164         * gnus-msg.el (gnus-configure-posting-styles): Handle
8165         message-signature-directory properly with :file syntax.  Reported by
8166         "Leo".
8167
8168 2007-04-11  Didier Verna  <didier@xemacs.org>
8169
8170         New user option: message-signature-directory.
8171         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8172         * message.el (message-insert-signature): Ditto.
8173         * message.el (message-signature-file): Doc update.
8174         * message.el (message-signature-directory): New.
8175
8176 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-msg.el (gnus-inews-yank-articles): Use
8179         message-exchange-point-and-mark instead of exchange-point-and-mark.
8180
8181 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8182
8183         * message.el (message-yank-original): Make sure cited text ends with
8184         newline; don't exchange point and mark.
8185
8186 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8187
8188         * tls.el (open-tls-stream): Properly handle case where there
8189         is no associated buffer.
8190
8191 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8192
8193         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8194         message-yank-original, make sure (< mark TEXT point).
8195
8196 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * message.el (message-fill-column): New variable.
8199         (message-mode): Use it.  Add comment on a possible new hook.
8200
8201         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8202         (nnmail-get-new-mail): Reformat.
8203
8204         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8205
8206         * gmm-utils.el: Fix Commentary.
8207         (gmm-tool-bar-from-list): Fix typo in doc string.
8208
8209 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8210
8211         * message.el (message-yank-original): Don't switch point and mark
8212         unnecessarily to put point and mark as documented.
8213
8214 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8215
8216         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8217         from the message heads.
8218
8219 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8220
8221         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8222         article buffer does not have a window.  This may not be the best
8223         solution but is certainly better than setting the start of the null,
8224         that is the current, window.
8225
8226 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8229         (gnus-draft-setup): Run it.
8230
8231         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8232         gnus-score-fast-scoring.  Allow regexp.
8233         (gnus-score-headers): Use it.
8234
8235         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8236         XEmacs.
8237
8238         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8239         string.
8240         (gnus-button-alist): Also catch `<f1> k ...'.
8241         (gnus-treat-display-x-face): Fix doc string.
8242
8243 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8244
8245         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8246         evaluation of gnus-extended-version to ensure correct generation of the
8247         User-Agent header when message-generate-headers-first is used.
8248
8249 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8250
8251         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8252         hashcash-path is nil.  Don't call callback with incorrect number of
8253         parameters if val is 0.
8254
8255 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8256
8257         * message.el (message-required-news-headers):
8258         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8259
8260 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8261
8262         * tls.el (open-tls-stream): In handshake-waiting loop,
8263         don't wait more if there is output available to process.
8264
8265 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8266
8267         * tls.el (tls-program): Doc fix.
8268
8269 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * message.el (message-generate-new-buffers): Change the meaning of the
8272         nil value; add `standard' to the choices; treat t as `unique'; improve
8273         doc string.
8274         (gnus-select-frame-set-input-focus): Autoload.
8275         (message-buffer-name): Search for the existing message buffer if
8276         message-generate-new-buffers is nil or `standard'; treat the value t of
8277         message-generate-new-buffers as `unique'.
8278         (message-pop-to-buffer): Raise the frame already displaying the message
8279         buffer; clear the echo area after querying.
8280         (message-setup): Pass the `continue' argument to compose-mail.
8281         (message-mail): Prefer `switch-function' if it is given; search for the
8282         existing message buffer if the `continue' argument is non-nil; pass
8283         continue and switch-function arguments to compose-mail by way of
8284         message-setup.
8285         (message-mail-other-window): Adjust argument of message-setup.
8286         (message-mail-other-frame): Ditto.
8287
8288 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8291         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8292         to turn font-lock on when turning gnus-message-citation-mode on.
8293
8294 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8295
8296         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8297         (mml-smime-function-alist): New variable; add epg as the backend.
8298         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8299         mml-smime- functions instead.
8300         * mm-view.el: Require smime.
8301
8302 2007-03-05  Didier Verna  <didier@xemacs.org>
8303
8304         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8305         instead of just inheritance for posting styles.
8306         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8307
8308 2007-02-24  Chris Moore  <dooglus@gmail.com>
8309
8310         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8311         * pgg-pgp.el (pgg-pgp-encrypt-region):
8312         * pgg-gpg.el (pgg-gpg-encrypt-region):
8313         Check pgg-encrypt-for-me if no other recipients.
8314
8315 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8316
8317         * tls.el (tls-certtool-program): Fix custom type.
8318
8319 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8322         and point-at-eol instead of line-(beginning|end)-position.
8323
8324         * assistant.el (assistant-parse-buffer): Ditto.
8325
8326         * netrc.el (netrc-parse-services): Ditto.
8327
8328 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8329
8330         * mml2015.el (mml2015-epg-find-usable-key): New function.
8331         (mml2015-epg-sign): Use it.
8332         (mml2015-epg-encrypt): Use it.
8333
8334 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * message.el (message-make-in-reply-to): Quote name containing
8337         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8338         if there are special characters.  Reported by NAKAJI Hiroyuki
8339         <nakaji@jp.freebsd.org>.
8340
8341 2007-02-27  Didier Verna  <didier@xemacs.org>
8342
8343         Include the group parameters as well as the topic ones in the
8344         inheritance filter process.
8345         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8346         argument GROUP-PARAMS-LIST.
8347         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8348
8349 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * nntp.el (nntp-never-echoes-commands)
8352         (nntp-open-connection-functions-never-echo-commands): New variables.
8353         (nntp-send-command): Use them.
8354
8355 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8356
8357         * mml2015.el (mml2015-epg-verify): Simplified.
8358
8359 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * mml.el (mml-content-disposition-alist): New user option.
8362         (mml-content-disposition): New function.
8363         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8364         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8365
8366 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8367
8368         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8369         verification.
8370
8371 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8372
8373         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8374         articles posted in the last 24 hours.
8375
8376 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8377
8378         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8379
8380 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8381
8382         * nntp.el (nntp-send-command): Don't wait for echoes when
8383         nntp-open-ssl-stream is used.
8384
8385 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8388         (gnus-message-add-citation-keywords)
8389         (gnus-message-remove-citation-keywords): Remove.
8390         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8391         directly, make the variables in font-lock-defaults buffer-local, add
8392         gnus-message-citation-keywords to them and then update the value of
8393         font-lock-keywords.
8394
8395 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * message.el (message-cite-original-1): Don't call
8398         gnus-article-highlight-citation.
8399
8400         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8401         citations; fix line count.
8402
8403 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8406         (gnus-message-add-citation-keywords)
8407         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8408         versions of font-lock-add-keywords and font-lock-remove-keywords to
8409         work with XEmacs correctly.
8410
8411 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-cite.el (gnus-cite-face-list): Set the values of
8414         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8415         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8416         (gnus-message-cite-prefix-regexp): New variable.
8417         (gnus-message-search-citation-line): Use it; protect against long
8418         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8419         the 0th match data for Emacs.
8420         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8421         (gnus-message-add-citation-keywords): Append keywords rather than
8422         prepending; emulate font-lock-add-keywords if it is not available.
8423         (gnus-message-remove-citation-keywords): Emulate
8424         font-lock-remove-keywords if it is not available.
8425
8426         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8427
8428         * message.el (message-cite-prefix-regexp): Set the value of
8429         gnus-message-cite-prefix-regexp.
8430
8431 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8432
8433         * nnweb.el (nnweb-google-parse-1): Update parser.
8434
8435 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8436
8437         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8438
8439 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8440
8441         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8442         regexp.
8443
8444 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8447         string-to-multibyte.
8448         (uudecode-decode-region-internal): Use it.
8449
8450         * lpath.el: Fbind string-as-multibyte for XEmacs.
8451
8452 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8455         custom choice.
8456
8457         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8458
8459 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8460
8461         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8462
8463         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8464         `write-region' to respect `mm-inhibit-file-name-handlers'.
8465
8466 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8467
8468         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8469         Use gnus-home-directory instead of "~/" or "$HOME".
8470
8471 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8472
8473         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8474         to mention filename.
8475         Add comments at beginning regarding usage.
8476         (encrypt-write-file-contents): Change interactive so a string is
8477         acceptable.  If the file has no associated model, show an error instead
8478         of a nonsense prompt.
8479
8480 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8481
8482         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8483         Thanks to Yoshihiko Yamada for kind notification of this typo.
8484
8485 2007-01-12  Kenichi Handa  <handa@m17n.org>
8486
8487         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8488         multibyte buffer.
8489
8490 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8491
8492         * gnus-score.el (gnus-score-fast-scoring): New variable.
8493         (gnus-score-headers): Use it.
8494
8495         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8496
8497         * message.el (message-cite-original-1): Call
8498         gnus-article-highlight-citation if requested.
8499         (message-make-from): Allow name and address as optional arguments.
8500
8501         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8502
8503         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8504         bugs to doc string.
8505         (gnus-button-alist): Add mid\\|message-id.
8506         (gnus-button-fetch-group): Extend for use in
8507         `browse-url-browser-function'.
8508         (gnus-button-url-regexp): Try to catch paired parentheses like in
8509         Wikipedia URLs.
8510
8511         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8512         Suggested by Simon Krahnke <overlord@gmx.li>.
8513
8514 2007-01-13  Romain Francoise  <romain@orebokech.com>
8515
8516         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8517         Update copyright.
8518
8519 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8520
8521         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8522
8523 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8524
8525         * gnus-registry.el (gnus-registry-unfollowed-groups)
8526         (gnus-registry-split-fancy-with-parent): Fix documentation.
8527
8528 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8529
8530         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8531         from nnweb groups.
8532
8533 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8534
8535         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8536         Xref urls.  Erase buffer before requesting head.
8537
8538 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8541         customizable.
8542
8543 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8544
8545         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8546         no signing key is found.
8547         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8548         no encrypting and/or signing key is found.
8549
8550 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8551
8552         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8553
8554 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8555
8556         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8557         headers read from disk with the ones newly found in the current search.
8558         This should no longer cause problems, because the article numbers in
8559         Gmane's `nov.php' output are ignored since the previous change.
8560
8561 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8562
8563         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8564
8565 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8568         replace-regexp-in-string; bind url-version; fbind display-images-p and
8569         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8570         find-face and set-itimer-function for Emacs; bind itimer-list for
8571         Emacs.
8572
8573         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8574
8575 2007-01-01  Romain Francoise  <romain@orebokech.com>
8576
8577         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8578
8579 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8580
8581         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8582         `define-minor-mode' macro definition expanded properly.
8583         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8584         exclude it there.
8585
8586         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8587         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8588         `fboundp' test.
8589         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8590         This is OK to autoload in (S)XEmacs now.
8591
8592 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8593
8594         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8595         keystroke.
8596         (gnus-summary-limit-to-singletons): Fix typo.
8597
8598         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8599         else fails.
8600
8601 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8602
8603         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8604         docstring.
8605
8606         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8607         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8608         (gnus-summary-insert-dormant-articles): Fix typo in message.
8609
8610 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8613         nil for XEmacs.
8614         (gnus-message-citation-mode): Don't autoload in XEmacs.
8615
8616         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8617
8618 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8619
8620         * nnimap.el (nnimap-expunge-search-string): Mention
8621         nnimap-search-uids-not-since-is-evil in docstring.
8622
8623 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8624
8625         * spam.el: Revert to make-obsolete-variable because
8626         define-obsolete-variable-alias is not supported in Emacs 21.
8627
8628         * spam.el (spam-ifile-path, spam-ifile-database-path)
8629         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8630         make-obsolete-variable.
8631         (spam-bsfilter-path, spam-bsfilter-program)
8632         (spam-spamassassin-path, spam-spamassassin-program)
8633         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8634         use "path" inappropriately.
8635         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8636         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8637         variable names.
8638
8639 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8640
8641         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8642         summary buffer.
8643
8644         * password.el (password-cache-remove): Use clear-string to burn
8645         password, if available.
8646
8647 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8648
8649         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8650
8651         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8652
8653         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8654         (gnus-message-highlight-citation): Move defcustom here from
8655         gnus-cite.el.
8656         (gnus-message-citation-mode): Autoload.
8657
8658         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8659         checks to make it compile with XEmacs.
8660         (gnus-message-citation-mode): New minor mode.
8661         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8662         (gnus-message-highlight-citation): New variables.
8663         (gnus-message-search-citation-line)
8664         (gnus-message-add-citation-keywords)
8665         (gnus-message-remove-citation-keywords)
8666         (turn-on-gnus-message-citation-mode)
8667         (turn-off-gnus-message-citation-mode): New functions.
8668
8669 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8670
8671         * gnus-cite.el: Enable highlighting of different citation levels in
8672         message-mode.
8673
8674 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8675
8676         * message.el (message-make-fqdn): Fix comment.
8677         (message-bogus-system-names): Add ".local".
8678
8679         * spam.el (spam-ifile-path, spam-ifile-program)
8680         (spam-ifile-database-path, spam-ifile-database)
8681         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8682         Don't use "path" inappropriately.
8683         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8684         strings.
8685         (spam-check-ifile, spam-ifile-register-with-ifile)
8686         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8687         new variable names.
8688
8689         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8690         (gnus-treat-display-smileys): Simplify using
8691         gnus-image-type-available-p.
8692
8693         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8694         available.
8695
8696         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8697         `display-images-p' if available.
8698
8699 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8702         one after turning on the buffer's multibyteness instead of decoding
8703         them directly in the unibyte buffer that causes unexpected conversion
8704         in Emacs 23 (unicode).
8705
8706 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8707
8708         * message.el (message-generate-hashcash): Fix custom type.
8709
8710 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8713
8714 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8717         disconnect icons.  Add help text.
8718
8719 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8720
8721         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8722         negated to be consistent with the others we handle.
8723
8724 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8727         version of gnus-summary-buffer to something, so that we can use two
8728         article buffers at the same time.
8729
8730 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8731
8732         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8733         trigger all the extra headers.
8734         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8735         sorting.
8736
8737 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8738
8739         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8740         solid groups.
8741
8742 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8743
8744         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8745
8746 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * legacy-gnus-agent.el: Add Copyright notice.
8749
8750 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8751
8752         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8753
8754 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8755
8756         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8757
8758         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8759         to make it work reliably in CVS Emacs.
8760         (gnus-summary-limit-strange-charsets-predicate)
8761         (gnus-summary-limit-to-predicate): New functions.
8762
8763 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8764
8765         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8766         specifying array size.
8767         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8768         array if it is too small.
8769         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8770         (gnus-sort-threads-loop): New function.
8771
8772 2006-12-06  Chris Moore  <dooglus@gmail.com>
8773
8774         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8775         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8776
8777 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8778
8779         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8780         options.
8781
8782 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8783
8784         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8785         DOS-ing the recipient.
8786
8787         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8788         the headers when creating the mapping to avoid mismappings.
8789         (nnweb-gmane-create-mapping): Always nix out old mapping.
8790
8791 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8794         and mm-verify-option to never.
8795
8796 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * message.el (message-signed-or-encrypted-p): New function.
8799         (message-forward-make-body): Use it.
8800
8801         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8802         Replace encode-coding-string with mm-encode-coding-string.
8803
8804 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * nneething.el (nneething-decode-file-name): Replace
8807         decode-coding-string with mm-decode-coding-string.
8808
8809         * gnus-int.el (gnus-open-server): Say failed server's name.
8810
8811 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8812
8813         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8814         strings to a single string.  Quote `errors-file-name'.
8815         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8816         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8817         Adjust calls.  Use `shell-quote-argument'.
8818
8819 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8820
8821         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8822         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8823
8824         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8825         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8826         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8827         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8828         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8829         (gnus-subscribe-newsgroup, gnus-1):
8830         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8831         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8832         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8833         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8834
8835 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8836
8837         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8838         keystroke.
8839         (gnus-summary-limit-to-bodies): Implement headersp.
8840
8841 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8842
8843         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8844
8845 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8848
8849 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8850
8851         * message.el (message-generate-hashcash): Expand range of values to
8852         include `opportunistic'.
8853         (message-send-mail): Use it.
8854
8855 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8856
8857         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8858         and comment it.
8859
8860         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8861
8862 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * gnus-util.el (gnus-extract-address-components): Improve comment.
8865
8866 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * gnus-util.el (gnus-extract-address-components): Work with address in
8869         which the name portion contains @.
8870
8871         * lpath.el: Fbind custom-autoload.
8872
8873 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * gnus.el (gnus-start): Move custom group up.
8876         (gnus-select-method): Don't autoload, but make it available for
8877         `customize-variable'.
8878         (gnus-getenv-nntpserver): Don't autoload.
8879
8880 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8881
8882         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8883
8884 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * message.el (message-sendmail-extra-arguments): New variable.
8887         (message-send-mail-with-sendmail): Use it.
8888
8889 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8892         mm-with-unibyte-current-buffer to make string unibyte.
8893
8894         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8895         mm-string-as-multibyte.
8896
8897 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8898
8899         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8900         Reported by Werner Koch <wk@gnupg.org>.
8901
8902 2006-11-14  Daiki Ueno  <ueno@p360>
8903
8904         * mml2015.el: Autoload epa-select-keys when compiling.
8905
8906 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8907
8908         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8909         message-options.
8910         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8911
8912 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8913
8914         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8915         EasyPG (< 0.0.6).
8916         (mml2015-always-trust): New user option.
8917         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8918         prompt.
8919
8920 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * nntp.el (nntp-authinfo-force): New variable.
8923         (nntp-send-authinfo): Use it.
8924
8925 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8928         decode encoded words.  Improve prompt.  Add comment about forwarding.
8929         (message-replacement-char): Move up.
8930
8931 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8932
8933         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8934         instead of gnus-intersection because arguments of gnus-sorted-nunion
8935         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8936
8937 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8938
8939         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8940         (message-simplify-subject-functions): Enable
8941         message-strip-subject-encoded-words by default.
8942
8943 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * message.el (message-strip-subject-encoded-words): New function.
8946         (message-simplify-subject-functions): New variable.
8947         (message-simplify-subject): Use it.  Fix typo in doc string.
8948         Support message-strip-subject-encoded-words.
8949
8950 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8951
8952         * gnus-diary.el (gnus-diary-delay-format-function):
8953         * nndiary.el (nndiary-reminders):
8954         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8955
8956 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * gnus-art.el (article-hide-boring-headers): Fetch date from
8959         gnus-original-article-buffer to avoid problems with localized date
8960         strings.
8961
8962 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8965
8966 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8969         New variables.
8970         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8971         (mm-charset-synonym-alist): Move some entries to
8972         mm-codepage-iso-8859-list.
8973         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8974         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8975
8976 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8979
8980 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8981
8982         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8983         with Emacs 21 and XEmacs.
8984
8985 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8986
8987         * spam.el (spam-parse-address): New function for better parsing,
8988         catching errors, etc.
8989         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8990
8991 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * mm-view.el: Add interactive arg to html2text autoload.
8994
8995 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8998
8999 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9002         variables.
9003         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9004         (mm-charset-synonym-alist): Move some entries to
9005         mm-codepage-iso-8859-list.
9006
9007         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9008
9009 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * message.el (message-citation-line-format)
9012         (message-insert-formated-citation-line): Fix implementation of %E, %N
9013         and %n according to the doc string.
9014
9015 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9016
9017         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9018         car-safe to avoid bad parses.
9019
9020 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9023         names.
9024
9025         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9026
9027 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9030         header.
9031
9032         * message.el (message-draft-headers): Add Date.
9033         (message-headers-to-generate): Fix typo in docstring.
9034
9035         * nndraft.el (nndraft-required-headers): New variable.
9036         (nndraft-generate-headers): Use it.
9037
9038         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9039
9040 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9041
9042         * gnus-registry.el (gnus-registry-wash-for-keywords)
9043         (gnus-registry-find-keywords): New functions to allow easy searching of
9044         articles that are in the registry.
9045
9046 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9047
9048         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9049         ietf-drums-parse-address instead of gnus-extract-address-components.
9050         Reported by Damien Elmes <damien@repose.cx>.
9051
9052 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * gnus.el (gnus-mime): Remove unused custom group.
9055
9056 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9057
9058         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9059         "blank line" when searching for end of armor headers.
9060
9061 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gmm-utils.el (gmm-write-region): Fix variable name.
9064
9065 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * gmm-utils.el (gmm-write-region): New function based on compatibility
9068         code from `mm-make-temp-file'.
9069
9070         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9071
9072         * nnmaildir.el (nnmaildir--update-nov)
9073         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9074         Use `gmm-write-region'.
9075
9076 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9079         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9080
9081         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9082
9083         * message.el (message-replacement-char): New variable.
9084         (message-fix-before-sending): Use it.
9085         (message-simplify-subject): New function to remove duplicate code.
9086         (message-reply, message-followup): Use it.
9087
9088         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9089         gnus-summary-limit-to-articles.
9090
9091 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-util.el (gnus-with-local-quit): New macro.
9094
9095         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9096
9097 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9098
9099         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9100         ignore non-string data.
9101
9102 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9103
9104         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9105         non-string data (needs to be done in the registry too).
9106
9107 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9108
9109         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9110         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9111         (gnus-registry-split-fancy-with-parent)
9112         (gnus-registry-fetch-simplified-message-subject-fast)
9113         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9114         Remove text properties on ingress into the registry and when it's saved.
9115         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9116         registry from entries with no groups.
9117
9118 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9119
9120         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9121         function to remove string properties.
9122
9123 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * gmm-utils.el (gmm): Adjust custom version.
9126
9127         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9128         custom version.
9129
9130         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9131
9132 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * gnus-art.el (gnus-insert-prev-page-button)
9135         (gnus-insert-next-page-button): Simplify.  Reformat.
9136
9137 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9138
9139         * gnus-art.el (gnus-insert-prev-page-button)
9140         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9141
9142 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9143
9144         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9145
9146 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9147
9148         * gnus-art.el (gnus-insert-mime-button)
9149         (gnus-insert-mime-security-button):
9150         Apply gnus-article-button-face to MIME and security buttons.
9151
9152 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9155         readable.
9156
9157 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9160
9161 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9162
9163         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9164         `browse-url-of-file' instead of `browse-url'.
9165
9166 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9167
9168         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9169         regexp.  Articles containing quotation were cut prematurely.
9170
9171 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * message.el (message-cite-original-1): Use nobody by default for the
9174         value of From header.
9175         (message-reply): Ditto.
9176
9177 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9178
9179         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9180         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9181         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9182
9183 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9184
9185         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9186         mails in the doc string.  Add some URLs in comment.
9187         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9188
9189 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9192         backslashes handling and the way to find boundaries of quoted strings.
9193
9194 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9195
9196         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9197         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9198         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9199         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9200
9201 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9204         doc string.
9205         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9206
9207 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * lpath.el: Fbind epg-check-configuration.
9210
9211 2006-09-06  Simon Josefsson  <jas@extundo.com>
9212
9213         * mml2015.el (mml2015-use): Doc fix, mention epg.
9214
9215 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9216
9217         * mml2015.el (mml2015-use): Default to epg, if available.
9218
9219 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9220
9221         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9222         message-sender.
9223         (mml1991-epg-encrypt): Ditto.
9224         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9225         message-sender.
9226         (mml2015-epg-encrypt): Ditto.
9227
9228 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9229
9230         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9231         several common directories.
9232
9233 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9234
9235         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9236         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9237
9238 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus-art.el (article-decode-encoded-words): Make it fast.
9241
9242 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9245
9246         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9247         in quoted string into `\'.
9248
9249 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9252         Use standard-syntax-table.
9253
9254 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * gnus-art.el (gnus-decode-address-function): New variable.
9257         (article-decode-encoded-words): Use it to decode headers which are
9258         assumed to contain addresses.
9259         (gnus-mime-delete-part): Remove useless `or'.
9260
9261         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9262         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9263         (gnus-nov-parse-line): Use it to decode From header.
9264         (gnus-get-newsgroup-headers): Ditto.
9265         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9266
9267         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9268         (mail-decode-encoded-address-string): New alias.
9269
9270         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9271         New function.
9272         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9273         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9274         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9275         (rfc2047-decode-string): Ditto.
9276         (rfc2047-decode-address-region): New function.
9277         (rfc2047-decode-address-string): New function.
9278
9279 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9280
9281         * message.el (message-caesar-buffer-body): Allow rotating headers.
9282
9283         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9284
9285         * message.el (message-insert-formated-citation-line): Fix %f.
9286         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9287
9288 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9291         (gnus-bookmark-mouse-available-p): New macro.
9292         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9293         (gnus-bookmark-bmenu-show-infos): Use it.
9294         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9295         (gnus-bookmark-bmenu-hide-infos): Ditto.
9296         (gnus-bookmark-remove-properties): New function.
9297         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9298         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9299         (gnus-bookmark-write-file): Bind coding-system-for-write.
9300         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9301         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9302         group before selecting it.
9303         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9304         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9305         quit-window if it is not available; use gnus-mouse-2 and bind it to
9306         gnus-bookmark-bmenu-select-by-mouse.
9307         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9308         (gnus-bookmark-bmenu-select-by-mouse): New function.
9309
9310 2006-08-13  Romain Francoise  <romain@orebokech.com>
9311
9312         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9313         space.
9314
9315 2006-08-10  Romain Francoise  <romain@orebokech.com>
9316
9317         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9318         (dns-mode-soa-auto-increment-serial): New user option.
9319         (dns-mode-soa-maybe-increment-serial): New function.
9320         (dns-mode): Add the latter to `write-contents-functions'.
9321
9322 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * compface.el (uncompface): Use binary rather than raw-text-unix.
9325
9326 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * compface.el (uncompface): Make sure the eol conversion doesn't take
9329         place when communicating with the external programs.  Reported by
9330         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9331
9332 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9335
9336 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9337
9338         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9339         Make it more robust by parsing author and date independently.
9340
9341 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9344
9345 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9346
9347         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9348         first matching secret key.
9349         (mml2015-epg-encrypt): Ditto.
9350
9351         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9352         first matching secret key.
9353         (mml1991-epg-encrypt): Ditto.
9354
9355         * mml2015.el (mml2015-encrypt-to-self): New user option.
9356         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9357         mml2015-epg-encrypt-to-self is set.
9358
9359         * mml1991.el (mml1991-encrypt-to-self): New variable.
9360         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9361         mml1991-epg-encrypt-to-self is set.
9362
9363         * mml2015.el (mml2015-signers): New user option.
9364         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9365         (mml2015-epg-encrypt): Allow to select signing keys.
9366
9367         * mml1991.el (mml1991-signers): New variable.
9368         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9369         (mml1991-epg-encrypt): Allow to select signing keys.
9370
9371 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * nnheader.el (nnheader-insert-head): Make it work even if the file
9374         uses CRLF for the line-break code.
9375
9376 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9377
9378         * mml2015.el: Require mml-sec instead of password.
9379         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9380         (mml2015-cache-passphrase): Inherit the default value from
9381         mml-secure-cache-passphrase.
9382         (mml2015-passphrase-cache-expiry): Inherit the default value from
9383         mml-secure-passphrase-cache-expiry.
9384
9385         * mml1991.el: Require mml-sec instead of password.
9386         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9387         (mml1991-cache-passphrase): Inherit the default value from
9388         mml-secure-cache-passphrase.
9389         (mml1991-passphrase-cache-expiry): Inherit the default value from
9390         mml-secure-passphrase-cache-expiry.
9391
9392         * mml-sec.el: Require password.
9393         (mml-secure-verbose): New user option.
9394         (mml-secure-cache-passphrase): New user option.
9395         (mml-secure-passphrase-cache-expiry): New user option.
9396
9397 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9398
9399         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9400         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9401         andreas@altroot.de (Andreas Vögele).
9402
9403         FIXME: Use `tiny change'?
9404
9405 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9406
9407         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9408         workaround for the url package included with Emacs.
9409
9410         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9411
9412 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9415         correctly.  This fixes a bug caused by the 2006-05-12 change.
9416
9417 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9418
9419         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9420         some information about the error when saying that the `bogus' mail
9421         group will be used.
9422
9423 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9426         string.
9427
9428 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9429
9430         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9431
9432 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9433
9434         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9435
9436 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9437
9438         * mml1991.el (mml1991-function-alist): Add epg.
9439         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9440         (mml1991-epg-encrypt): New functions.
9441
9442 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9443
9444         * mml2015.el (mml2015-verbose): New variable.
9445         (mml2015-cache-passphrase): Ditto.
9446         (mml2015-passphrase-cache-expiry): Ditto.
9447         (mml2015-function-alist): Add epg.
9448         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9449         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9450         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9451         functions.
9452
9453 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9454
9455         * message.el (message-cite-original-1): Preserve region when removing
9456         quoted text due to X-No-Archive in order to avoid bogus attribution
9457         when citing multiple messages.
9458
9459 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9460
9461         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9462         Kenneth Jacker <khj@be.cs.appstate.edu>.
9463
9464 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * gnus-diary.el (gnus-user-format-function-d)
9467         (gnus-user-format-function-D): Autoload.
9468
9469         * imap.el (Commentary): Fix typo.
9470
9471         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9472         2006-04-22 contribution.
9473
9474 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9475
9476         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9477         It didn't really fix the bogosity I'm seeing with solid web groups.
9478
9479 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9480
9481         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9482         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9483         created using server names.  If we use the feature without declaring
9484         it, Gnus does not properly manage server and group state.
9485
9486         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9487         bound.
9488
9489 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9490
9491         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9492         looking up the method using GROUP's prefix before inventing a new one.
9493         It is used on killed/unknown groups in various places where returning
9494         an all-new method isn't expected by the caller.
9495
9496         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9497         and match semantics of gnus-group-real-prefix.
9498
9499 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * nnmail.el (nnmail-broken-references-mailers): New variable.
9502         (nnmail-ignore-broken-references): New function generalizing
9503         nnmail-fix-eudora-headers.
9504         (nnmail-fix-eudora-headers): Now obsolete.
9505
9506         * gnus-art.el (gnus-button-handle-custom): Support
9507         `customize-apropos*'.
9508
9509 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9512
9513         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9514         articles.
9515
9516 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * message.el (message-cite-reply-above): New variable.
9519         (message-yank-original): Use it.
9520
9521 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9524
9525 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9528         as read.
9529
9530         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9531
9532 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9533
9534         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9535         (gnus-bookmark-default-file): Use gnus-directory.
9536         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9537         Remove "*" in doc string.
9538         (gnus-bookmark-write-file): Simplify.
9539         (gnus-bookmark-maybe-sort-alist): Use `when'.
9540         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9541         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9542         FIXME about Emacs 21 and XEmacs compatibility.
9543         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9544         compatibility.
9545         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9546         compatibility.
9547         (gnus-bookmark-menu-heading): Fix version.
9548
9549 2006-06-19  Bastien Guerry  <bzg@altern.org>
9550
9551         * gnus-bookmark.el: New file.
9552
9553 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * message.el (message-syntax-checks): Doc fix.
9556
9557 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9558
9559         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9560         unsubscribed groups as if they were killed ones.  It causes duplicate
9561         entries in gnus-newsrc-alist.
9562
9563 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * message.el (message-syntax-checks): Doc fix.
9566         (message-send-mail): Add check for continuation headers.
9567         (message-check-news-header-syntax): Fix regexp used to check for
9568         continuation headers.
9569
9570 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9573
9574 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9577
9578 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9579
9580         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9581         default-truncate-lines.
9582
9583 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9586         to fill the utf-8 entry.
9587
9588         * lpath.el: Fbind unicode-precedence-list.
9589
9590 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9591
9592         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9593
9594 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9595
9596         * gnus-agent.el (directory-files-and-attributes): Move all the way
9597         forward (the third and final move).
9598         (gnus-agent-read-agentview): Trap reconstruction errors due to
9599         nonexistant directory.  Handle by returning nil.
9600
9601 2006-05-30  Didier Verna  <didier@xemacs.org>
9602
9603         * message.el (message-dont-reply-to-names): Update the custom type.
9604         * message.el (message-dont-reply-to-names): New defsubst: potentially
9605         convert a list of regexps into a single one.
9606         * message.el (message-get-reply-headers): Use it.
9607         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9608
9609 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * gnus-agent.el (directory-files-and-attributes): Move forward.
9612
9613 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * gnus-ml.el (gnus-mailing-list-subscribe)
9616         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9617         (gnus-mailing-list-message): Fix doc strings.
9618
9619 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9620
9621         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9622         of doing it manually.
9623
9624 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9627         comment.
9628
9629 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9630
9631         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9632         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9633         (gnus-agent-read-local): All symbols allocated in my-obarray.
9634         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9635         (gnus-agent-regenerate-group): Check numeric names to see if they are
9636         messages or groups.
9637         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9638         better way of do this...)
9639
9640         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9641         'dummy.group' (there should be a better way of do this...)
9642
9643 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9646         (gnus-saved-headers): Ditto.
9647         (gnus-default-article-saver): Mention functions may have properties.
9648         (gnus-article-save): Override gnus-save-all-headers and
9649         gnus-saved-headers by :headers property which saver function may have.
9650         (gnus-summary-save-in-file): Add :headers property.
9651         (gnus-summary-write-to-file): Ditto.
9652
9653         * gnus-sum.el (gnus-summary-save-article): Bind
9654         gnus-prompt-before-saving to t when saving many articles in a file;
9655         always show all headers.
9656
9657         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9658
9659 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9662         marks.
9663
9664         * message.el (message-indent-citation): Add optional arguments to allow
9665         using it outside of message buffers.
9666
9667         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9668         (gnus-article-treat-unfold-headers): Use it.
9669         (gnus-article-truncate-lines): New variable.
9670         (gnus-article-mode): Use it.
9671         (gnus-article-toggle-truncate-lines): New function.
9672
9673         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9674         gnus-article-toggle-truncate-lines.
9675
9676         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9677         coding system in XEmacs, use binary.
9678
9679 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9682         after-load-alist.
9683
9684         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9685         this function should save decoded articles.
9686         (gnus-summary-write-to-file): Use property to specify this function
9687         should save decoded articles and specify gnus-summary-save-in-file
9688         should be used to save articles other than the first one when saving
9689         many articles.
9690         (gnus-summary-save-body-in-file): Use property to specify this
9691         function should save decoded articles.
9692         (gnus-summary-write-body-to-file): Use property to specify this
9693         function should save decoded articles and specify
9694         gnus-summary-save-body-in-file should be used to save articles other
9695         than the first one when saving many articles.
9696
9697         * gnus-sum.el (gnus-summary-save-article): Simplify.
9698
9699 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-art.el (gnus-default-article-saver): Add
9702         gnus-summary-write-body-to-file.
9703         (gnus-article-save-coding-system): Don't use coding system object
9704         in XEmacs.
9705         (gnus-read-save-file-name): Add optional `dir-var' argument which
9706         specifies directory in which files are saved; work even if optional
9707         `variable' argument is not specified.
9708         (gnus-summary-write-to-file): Read file name.
9709         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9710         (gnus-summary-write-body-to-file): New function.
9711
9712         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9713         (gnus-summary-local-variables): Add it.
9714         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9715         (gnus-summary-save-article): Remove optional `decode' argument;
9716         determine whether to decode articles by the value of
9717         gnus-default-article-saver; when saving many files using
9718         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9719         it first and use gnus-summary-save-in-file or
9720         gnus-summary-save-body-in-file thereafter unless
9721         gnus-prompt-before-saving is always; move point to article which
9722         will be saved.
9723         (gnus-summary-save-article-file): Revert.
9724         (gnus-summary-write-article-file): Revert.
9725         (gnus-summary-save-article-body-file): Revert.
9726         (gnus-summary-write-article-body-file): New function.
9727
9728 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-art.el (gnus-default-article-saver): Doc fix.
9731         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9732         from gnus-summary-save-article-coding-system, and default to a
9733         certain coding system.
9734         (gnus-output-to-file): Add coding cookie and encode text according
9735         to gnus-article-save-coding-system; don't use mm-append-to-file.
9736
9737         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9738         gnus-art.el and rename to gnus-article-save-coding-system.
9739         (gnus-summary-save-article): Require gnus-art; don't show all
9740         headers if it decodes articles; don't add coding cookie here;
9741         don't bind mm-text-coding-system-for-write.
9742         (gnus-summary-save-article-file): Save decoded articles.
9743         (gnus-summary-write-article-file): When saving many files, use
9744         gnus-summary-write-to-file first and gnus-summary-save-in-file
9745         thereafter unless gnus-prompt-before-saving is always.
9746         (gnus-summary-save-article-body-file): Save decoded articles.
9747
9748         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9749
9750 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * nnrss.el (nnrss-check-group): Bind hash-index.
9753
9754 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9755
9756         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9757         its hash index.  Store this hash in `nnrss-group-data'.
9758         (nnrss-read-group-data): Update accordingly.
9759
9760 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9763         entry.
9764
9765         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9766         gnus-article-browse-html-article.
9767
9768 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9769
9770         * gnus-sum.el (gnus-summary-mime-map): Add
9771         gnus-article-browse-html-article.
9772
9773         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9774
9775 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9778         suitable coding systems in customize.
9779
9780 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9781
9782         * mail-source.el (mail-sources): Fix custom type.
9783
9784 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9787         (gnus-summary-expire-articles-now): Shorten prompt.
9788
9789         * gmm-utils.el (wid-edit): Require.
9790         (defun-gmm): Renamed from `gmm-defun-compat'.
9791         (gmm-image-search-load-path): Use it.
9792         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9793
9794 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9797         variable.
9798         (gnus-summary-save-article): Add optional `decode' argument.  If
9799         it is set and gnus-summary-save-article-coding-system is non-nil,
9800         save decoded article.
9801         (gnus-summary-write-article-file): Save decoded article if
9802         gnus-summary-save-article-coding-system is non-nil.
9803
9804         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9805         type.
9806
9807 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9810
9811 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9814         first to test gnus-single-article-buffer which may be buffer-local.
9815
9816         * gnus-sum.el (gnus-summary-setup-buffer): Make
9817         gnus-single-article-buffer buffer-local and nil in ephemeral
9818         group; make gnus-article-buffer, gnus-article-current, and
9819         gnus-original-article-buffer always buffer-local.
9820         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9821         group.
9822         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9823
9824 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * nnml.el (nnml-request-compact-group): Compressed files might not
9827         have .gz extension.
9828
9829 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9830
9831         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9832         (mm-copy-to-buffer): Use with-current-buffer.
9833         (mm-display-part): Simplify.
9834         (mm-inlinable-p): Add optional arg `type'.
9835
9836 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9837
9838         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9839         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9840         Try harder to show the attachment internally or externally using
9841         gnus-mime-view-part-as-type.
9842
9843 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * message.el (message-from-style, message-signature-separator)
9846         (message-user-organization-file, message-send-mail-function)
9847         (message-citation-line-function, message-yank-prefix)
9848         (message-indent-citation-function, message-signature)
9849         (message-signature-file, message-signature-insert-empty-line):
9850         Remove autoloads.
9851
9852         * gnus-art.el (gnus-buttonized-mime-types): Remove
9853         "multipart/signed".  Revert 2006-04-26 change.
9854
9855 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856
9857         * gnus.el (gnus-version-number): Bump version.
9858
9859 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9860
9861         * gnus.el: No Gnus v0.5 is released.
9862
9863 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9864
9865         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9866         fetching articles by message-id.
9867
9868 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869
9870         * message.el (hashcash): Require hashcash as normal.
9871
9872         * ecomplete.el (ecomplete-highlight-match-line): Use
9873         point-at-eol.
9874         (ecomplete-highlight-match-line): Use `highlight', because that
9875         face exists in both Emacs and XEmacs.
9876
9877         * message.el (message-display-abbrev): Use point-at-bol.
9878
9879         * mail-source.el: Don't require timer/timer-funcs.
9880
9881         * gnus-async.el: Ditto.
9882
9883         * password.el: Ditto.
9884
9885         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9886
9887         * mm-url.el: Ditto.
9888
9889         * gnus-xmas.el: Don't require timer-funcs.
9890
9891         * mm-util.el: Require timer/timer-funcs.
9892
9893 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9894
9895         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9896         Close.
9897
9898 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9901         unibyte after clear-decrypt function runs.
9902
9903         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9904         returns as a unibyte string.
9905
9906 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * lpath.el: Revert.
9909
9910         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9911         (pgg-gpg-process-sentinel): Revert.
9912
9913         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9914         (pgg-pgp-lookup-key): Revert.
9915
9916         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9917         (pgg-pgp5-lookup-key): Revert.
9918
9919         * pgg.el (pgg-fetch-key): Revert.
9920
9921 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * lpath.el: Fbind string-as-multibyte for XEmacs.
9924
9925         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9926         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9927         (mml1991-pgg-encrypt): Ditto.
9928
9929         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9930         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9931         a multibyte buffer.
9932
9933         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9934         (pgg-pgp-lookup-key): Ditto.
9935
9936         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9937         (pgg-pgp5-lookup-key): Ditto.
9938
9939         * pgg.el (pgg-fetch-key): Ditto.
9940
9941 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9942
9943         * message.el (message-user-organization-file): Check several
9944         locations of the organization file.
9945
9946         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9947         Add gnus-article-view-part-as-type.
9948
9949         * gnus-art.el (gnus-article-view-part-as-type): New function.
9950
9951         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9952         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9953
9954         * mml.el: Simplify autoload.
9955         (mml-mode): defvar dnd-protocol-alist instead of using
9956         symbol-value.
9957         (mml-default-directory): New variable.
9958         (mml-minibuffer-read-file): Use it.
9959         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9960
9961         * message.el (message-citation-line-format): New variable.
9962         (message-insert-formated-citation-line): New function.
9963         (message-citation-line-function): Add
9964         `message-insert-formated-citation-line' to custom type.
9965
9966         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9967         to doc string.
9968
9969         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9970         depending on mm-verify-option.
9971
9972 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9975         binding pgg-* variables; reimplement the section which prevents
9976         MIME header from being signed.
9977         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9978         pgg-text-mode; remove a blank line at the top of body.
9979
9980         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9981         lines at the top of body; use gnus-newsgroup-charset if there's no
9982         Charset header.
9983
9984 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * message.el (message-self-insert-commands): Doc fix.
9987
9988         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9989         (mm-uu-pgp-encrypted-test): Ditto.
9990         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9991         between header and body; return application/pgp-encrypted handle
9992         if decryption failed; decode decrypted body by charset.
9993
9994         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9995         element match to application/pgp-*.
9996
9997 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9998
9999         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10000         HTML.
10001
10002 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10003
10004         * mail-source.el (mail-source-call-script): Message the error
10005         string.
10006
10007 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008
10009         * gnus-util.el (gnus-byte-compile): Use it.
10010
10011 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10012
10013         * gnus-util.el (kill-empty-logs): New function.
10014
10015 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016
10017         * message.el (message-mail-alias-type): Doc fix.
10018         (message-mail-alias-type-p): New function.
10019         (message-send): Use it.
10020         (message-mode): Ditto.
10021         (message-strip-forbidden-properties): Ditto.
10022
10023         * ecomplete.el (ecomplete-database-file-coding-system): New
10024         variable.
10025         (ecomplete-save): Use it.
10026         (ecomplete-setup): Use it.
10027
10028 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * message.el (message-self-insert-commands): New variable.
10031         (message-strip-forbidden-properties): Use it.
10032
10033 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10034
10035         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10036         that doesn't make XEmacs choke.
10037
10038 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10039
10040         * gnus-util.el (gnus-replace-in-string):
10041         Prefer replace-regexp-in-string over of replace-in-string.
10042
10043 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-util.el (gnus-select-frame-set-input-focus):
10046         Use select-frame-set-input-focus if it is available in XEmacs; use
10047         definition defined in Emacs 22 for old Emacsen.
10048
10049         * dgnushack.el: Autoload unmorse-region for XEmacs.
10050
10051         * lpath.el: Bind cursor-in-non-selected-windows and
10052         select-frame-set-input-focus for XEmacs.
10053
10054 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10057
10058 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10059
10060         * gnus-registry.el (gnus-registry-cache-save): Remove text
10061         properties when saving via the temp buffer.
10062
10063 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * message.el (message-generate-hashcash): Honor custom type.
10066
10067 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10068
10069         * message.el (message-generate-hashcash): Default to non-nil when
10070         hashcash is found.
10071
10072         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10073         (gnus-refer-thread-limit): Increase default to 500.
10074
10075         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10076
10077         * flow-fill.el (fill-flowed): Allow delete-space.
10078
10079 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10082         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10083         Remove autoloads.
10084
10085 2006-04-18  Simon Josefsson  <jas@extundo.com>
10086
10087         * message.el (message-generate-hashcash): Default to.
10088
10089 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10092         concatenating segments rather than before concatenating them.
10093
10094 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10095
10096         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10097
10098 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099
10100         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10101
10102         * message.el (message-forward-make-body-plain): Allow
10103         message-forward-ignored-headers to be a list.
10104         (message-remove-ignored-headers): Factor out into function.
10105         (message-forward-make-body-mml): Use it.
10106
10107         * imap.el (imap-quote-specials): New function.
10108         (imap-login-auth): Quote specials.
10109
10110         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10111         (rfc2231-parse-string): Allow concatanation of parameters that
10112         aren't contiguous.  The test case is
10113           (mail-header-parse-content-type "message/external-body;
10114             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10115             access-type=LOCAL-FILE;
10116             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10117
10118 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10119
10120         * nntp.el (nntp-accept-process-output): Return the value of
10121         `nnheader-accept-process-output'.
10122
10123 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10124
10125         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10126         (gnus-button-alist): Recognize more diff formats.
10127         (gnus-button-patch): Strip directory.
10128
10129 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10132         Emacs 22 when setting focus.
10133
10134 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10135
10136         * gnus-art.el (gnus-article-treat-types): Do treatment of
10137         text/x-verbatim parts.
10138         (gnus-button-patch): New command.
10139
10140         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10141         addresses that contain invalid characters.
10142
10143 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10144
10145         * message.el (message-put-addresses-in-ecomplete): Use
10146         gnus-replace-in-string.
10147         (message-is-yours-p): Use the more correct
10148         mail-header-parse-address instead of
10149         mail-extract-address-components.
10150         (message-put-addresses-in-ecomplete): Fix typo.
10151
10152         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10153         keystroke.
10154
10155         * gnus-art.el (gnus-treatment-function-alist): Change order of
10156         newsgroups/generic header folding to avoid double-folding.
10157
10158         * message.el (message-hidden-headers): Add X-Draft-From.
10159
10160         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10161         command.
10162         (gnus-summary-repeat-search-article-backward): New command.
10163
10164         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10165         groups in the parent topic.
10166
10167 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10168
10169         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10170         (spam-extra-header-to-number): Return the CRM114 number as a
10171         number instead of a string.
10172
10173 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10174
10175         * gnus-art.el (gnus-face-properties-alist): Moved here from
10176         gnus-fun.
10177
10178         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10179
10180 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10181
10182         * message.el (message-strip-forbidden-properties): Only display on
10183         self-insert-command.
10184
10185         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10186         reindent.
10187         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10188
10189 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10190
10191         * smiley.el (smiley-style): Fix typo.
10192
10193 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10194
10195         * hashcash.el (hashcash-insert-payment-async-2): Use
10196         message-goto-eoh instead of doing it manually.
10197         (mail-add-payment): Use message-narrow-to-header instead of trying
10198         to do the same itself.
10199
10200         * message.el (message-hidden-headers): Add Face.
10201
10202         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10203         reparenting code.
10204         (gnus-summary-reparent-children): Refactored out code.
10205         (gnus-summary-thread-map): New keystroke.
10206         (gnus-summary-reparent-children): Make into command.
10207
10208         * smiley.el (smiley-style): Default to `medium' if using a large
10209         font.
10210
10211         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10212         does it itself.
10213
10214         * message.el (message-point-in-header-p): Simplify definition.
10215
10216 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10217
10218         * nnagent.el (nnagent-request-set-mark): Silence log file
10219         writing.
10220         (nnagent-request-set-mark): Use write-region instead of
10221         append-to-file.
10222
10223         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10224         strange select method.
10225
10226         * ecomplete.el (ecomplete-display-matches): Get highlightling
10227         right.
10228         (ecomplete-display-matches): Use literals.
10229         (ecomplete-display-matches): Disable message logging.
10230
10231         * message.el (message-display-abbrev): Small optimization.
10232
10233         * ecomplete.el (ecomplete-display-matches): Allow automatic
10234         display.
10235
10236         * message.el (message-strip-forbidden-properties): Display
10237         abbrevs.
10238         (message-display-abbrev): Get automatic display right.
10239
10240         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10241         keystrokes.
10242
10243 2006-04-13  Romain Francoise  <romain@orebokech.com>
10244
10245         TODO: Backport to v5-10!
10246
10247         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10248         Moved here (and renamed) from gnus-registry.el.
10249
10250         * gnus-registry.el: Require gnus-util.
10251         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10252
10253 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10254
10255         * gnus-group.el (gnus-group-catchup-current): Change
10256         if-then-else-if-then-else into cond.
10257         (gnus-group-catchup): Indent.
10258         (group-name-at-point): New function.
10259         (gnus-fetch-group): Provide default from thing at point.
10260
10261 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10262
10263         * message.el (message-display-abbrev): Fix regexp.
10264
10265         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10266         choosing.
10267         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10268         dead variables.
10269
10270         * message.el (message-newline-and-indent): Remove debugging.
10271         (message-display-abbrev): Use new implementation.
10272
10273 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * gnus-art.el (gnus-article-mode): Set
10276         cursor-in-non-selected-windows to nil.
10277
10278         * smiley.el: Revert previous change.
10279         (smiley-data-directory): defvar it before using it in the
10280         defcustom of `smiley-style'.
10281
10282 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283
10284         * message.el (message-newline-and-indent): New function.
10285
10286         * ecomplete.el: Implement more bits.
10287
10288         * message.el (message-put-addresses-in-ecomplete): Clean up the
10289         string.
10290
10291         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10292
10293         * gnus-sum.el (gnus-summary-save-parts): Bind
10294         gnus-summary-save-parts-counter and use it to make unique file
10295         names.
10296
10297         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10298
10299         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10300         parameter to say whether to actually parse the individual
10301         addresses.
10302
10303         * message.el (message-put-addresses-in-ecomplete): New function.
10304         (ecomplete): Require.
10305         (message-mail-alias-type): Add ecomplete as an option.
10306
10307 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10308
10309         * flow-fill.el (fill-flowed): Remove trailing space from blank
10310         quoted lines.
10311
10312 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10313
10314         * smiley.el (smiley-style): Move definition later to avoid a
10315         compilation warning.
10316
10317 2006-04-12  Kenichi Handa  <handa@m17n.org>
10318
10319         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10320         buffer and then decode the buffer text if necessary.
10321         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10322         first, and after mm-encode-body, change the buffer to unibyte.
10323         Use mm-disable-multibyte instead of set-buffer-multibyte.
10324
10325 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10328         Content-Type header instead of Content-Disposition header.
10329         (gnus-mime-inline-part): Ditto.
10330         (gnus-mime-view-part-as-charset): Ignore charset that the part
10331         specifies.
10332
10333         * mm-decode.el (mm-display-part): Work with external parts and
10334         usual parts similarly.
10335
10336         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10337         instead of gnus-display-mime.
10338
10339         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10340         instead of with-temp-buffer.
10341
10342         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10343         tag to summarized topics part in order to encode non-ASCII text.
10344
10345 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * smiley.el (smiley-style): New variable.
10348         (smiley-directory): New function.
10349         (smiley-data-directory): Derive from `smiley-style' using
10350         `smiley-directory'.
10351         (smiley-regexp-alist): Add new entries.
10352
10353         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10354         (gnus-article-browse-delete-temp): Add :version.
10355
10356 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10357
10358         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10359         the sieve region.
10360
10361 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10362
10363         * gnus.el (gnus-version-number): Bump version.
10364
10365 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * gnus.el: No Gnus v0.4 is released.
10368
10369 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10370
10371         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10372         layout.
10373
10374         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10375         unknown charset.
10376
10377         * message.el (message-header-synonyms): Add Original-To to the
10378         default.
10379
10380         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10381         optional parameter.
10382
10383 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10384
10385         * gnus-fun.el (gnus): Require it for gnus-directory.
10386
10387 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10390
10391 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10392
10393         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10394
10395 2006-04-05  Simon Josefsson  <jas@extundo.com>
10396
10397         * password.el (password-reset): New function.
10398
10399 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10400
10401         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10402         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10403
10404 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10405
10406         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10407         Some whitespace was matched into the url, which broke browsing hits
10408         > 100 when mm-url-use-external was nil.
10409
10410 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10413         gnus-extra-headers for 'Newsgroups.
10414
10415         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10416         bound.
10417
10418 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10419
10420         * pgg-gpg.el: Clean up process buffers every time gpg processes
10421         complete.
10422
10423 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10424
10425         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10426         doc string.
10427
10428 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10429
10430         * pgg-gpg.el (pgg-gpg-process-filter)
10431         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10432
10433         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10434         lines, temporary fix.
10435
10436 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10439
10440 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10441
10442         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10443         default-enable-multibyte-characters.  This reverts the change from
10444         revision 6.17 which is no longer necessary because the passphrase
10445         is sent separately now.  GnuPG messages are unreadable under
10446         multibyte locales with default-enable-multibyte-characters set to
10447         nil.
10448
10449 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * message.el (message-tool-bar-gnome): Move "spell".
10452
10453 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10454
10455         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10456         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10457         instead.
10458
10459 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10460
10461         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10462         newsgroups handling for NNTP overviews which don't include
10463         Newsgroups.
10464
10465 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10466
10467         * message.el (message-resend): Bind message-generate-hashcash to nil.
10468
10469 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10470
10471         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10472         when searching for already-paid recipients.
10473
10474 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10475
10476         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10477         passphrases when it is not needed.
10478         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10479         passphrase stuff from gpg, should only be necessary when you use
10480         gpg with a smartcard.
10481
10482 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * mml.el (mml-insert-mime): Ignore cached contents of
10485         message/external-body part.
10486
10487         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10488         (mm-insert-part): Ditto.
10489
10490 2006-03-23  Simon Josefsson  <jas@extundo.com>
10491
10492         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10493         Reiner.
10494         (pgg-gpg-use-agent-p): Use it again.
10495
10496 2006-03-23  Simon Josefsson  <jas@extundo.com>
10497
10498         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10499         older emacsen.
10500         (pgg-gpg-use-agent-p): Don't use it.
10501
10502 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10505         if we can.
10506
10507 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10508
10509         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10510         (pgg-gpg-update-agent): New function.
10511         (pgg-gpg-use-agent-p): New function.
10512         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10513         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10514         (pgg-gpg-sign-region): Use it.
10515
10516 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10519         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10520
10521 2006-03-21  Simon Josefsson  <jas@extundo.com>
10522
10523         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10524         <wilde@sha-bang.de>.
10525         (pgg-gpg-use-agent): New variable.
10526         (pgg-gpg-process-region): Use it.
10527         (pgg-gpg-encrypt-region): Likewise.
10528         (pgg-gpg-encrypt-symmetric-region): Likewise.
10529         (pgg-gpg-decrypt-region): Likewise.
10530         (pgg-gpg-sign-region): Likewise.
10531         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10532
10533 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10536
10537         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10538         Add comment on version.
10539
10540 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10541
10542         * smiley.el: Add missing test smiley.
10543
10544 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * mm-decode.el (mm-with-part): New macro.
10547         (mm-get-part): Use it; work with message/external-body as well.
10548         (mm-save-part): Treat name and filename equally.
10549
10550         * mm-extern.el (mm-extern-cache-contents): New function.
10551         (mm-inline-external-body): Use it; force the part to be displayed;
10552         move undisplayer added to the cached handle to the parent.
10553
10554         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10555         (gnus-mime-view-part-as-type): Work with message/external-body.
10556
10557         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10558
10559 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10560
10561         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10562         images in image-load-path.  [Sync with image.el, revision 1.60, in
10563         Emacs.]
10564
10565 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10568         path rather than symbol.  Always return list of directories.
10569         Guarantee that image directory comes first.  [Sync with image.el,
10570         revision 1.59, in Emacs.]
10571
10572         * message.el (message-make-tool-bar): Adjust to new API of
10573         `gmm-image-load-path-for-library'.
10574
10575         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10576
10577         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10578
10579 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10580
10581         * gnus-art.el (gnus-article-only-boring-p):
10582         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10583         intangible text.
10584         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10585
10586 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10589         `defun' instead of `gmm-defun-compat'.
10590
10591 2006-03-14  Simon Josefsson  <jas@extundo.com>
10592
10593         * message.el (message-unique-id): Don't use message-number-base36
10594         if (user-uid) is a float.
10595         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10596
10597 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10600
10601         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10602         empty line between a part and a message part.
10603
10604 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10605
10606         * smiley.el: Add more test smileys.
10607         (smiley-data-directory, smiley-regexp-alist)
10608         (gnus-smiley-file-types): Fix doc strings.
10609         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10610         adding new elements.
10611         (smiley-mouse-map): Unused code.  Make it a comment.
10612
10613 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10616         scan latest NoCeM messages instead of old ones.
10617         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10618         delimiters that are recently used.
10619         (gnus-nocem-load-cache): Add autoload cookie.
10620
10621         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10622
10623         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10624         level which is larger than gnus-use-nocem is specified.
10625
10626         * gnus-group.el (gnus-group-get-new-news): Ditto.
10627
10628 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10629
10630         * gnus-util.el (gnus-tool-bar-update): New function.
10631
10632         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10633         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10634
10635         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10636
10637         * gnus-group.el (gnus-group-redraw-when-idle)
10638         (gnus-group-redraw-check): Remove.
10639         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10640
10641 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10644         if optional last element is specified in splits (FIELD VALUE...).
10645
10646 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10649         to gmm-image-load-path-for-library.  Call with no-error argument.
10650         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10651
10652         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10653
10654         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10655
10656         * gmm-utils.el (gmm-image-load-path): Remove alias.
10657
10658 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * gmm-utils.el (gmm-image-load-path): Add alias.
10661
10662         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10663         nnml-generate-nov-databases-1.
10664         (nnml-generate-nov-databases): Use it.
10665         (nnml-generate-nov-databases-directory): Document no-active
10666         argument.
10667
10668         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10669         directory if path is t.  Add no-error.
10670
10671         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10672         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10673
10674         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10675         resetting gnus-article-browse-html-temp-list.
10676
10677         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10678         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10679         Add example to docstring.  Rename local variables.  Move error
10680         checks to default case in cond and simplify.
10681
10682 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10685         handle is multipart when calling it recursively.
10686         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10687
10688 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10689
10690         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10691         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10692
10693 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10696         is loaded.
10697
10698         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10699         loaded.
10700
10701 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10702
10703         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10704         to "Emacs 23 (unicode)" in doc string.
10705
10706         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10707         "Emacs 23 (unicode)" in comment.
10708
10709 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10712
10713         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10714         characters 160 through 255 in Emacs 23.
10715
10716 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10719         gnus-article-browse-html-temp.
10720         (gnus-article-browse-delete-temp): Make it customizable.  Add
10721         `file'.  Adjust doc string.
10722         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10723         query for each file.  Adjust doc string.
10724         (gnus-article-browse-html-parts): Add
10725         `gnus-article-browse-delete-temp-files' to
10726         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10727
10728 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10729
10730         * gnus-art.el (gnus-article-browse-html-temp)
10731         (gnus-article-browse-delete-temp): New variables.
10732         (gnus-article-browse-delete-temp-files): New function.
10733         (gnus-article-browse-html-parts): Use it.
10734
10735 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10738
10739         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10740         string.
10741
10742         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10743         gnus-summary-insert-new-articles when unplugged.  Remove
10744         gnus-summary-search-article-forward.
10745
10746         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10747         display-visual-class instead of display-color-cells.
10748
10749 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * dgnushack.el: Autoload customize-group for XEmacs.
10752
10753         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10754         message/* containing non-ASCII text properly.
10755
10756 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * message.el: Require gmm-utils, remove autoloads.
10759         (message-tool-bar): Set default based on
10760         gmm-tool-bar-style.
10761         (message-tool-bar-gnome): Add gmm-customize-mode.
10762
10763         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10764         gmm-tool-bar-style.
10765         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10766
10767         * gnus-group.el (gnus-group-tool-bar): Set default based on
10768         gmm-tool-bar-style.
10769         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10770
10771         * gmm-utils.el (gmm-image-directory): Rename variable from
10772         gmm-image-load-path.
10773         (gmm-image-load-path): Use gmm-image-directory.
10774         (gmm-customize-mode): New function.
10775         (gmm-tool-bar-style): New variable.
10776
10777         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10778         gnus-group-redraw-line-number.
10779         (gnus-group-redraw-check): Simplify.
10780         (gnus-group-tool-bar-update): Remove redraw check.
10781         (gnus-group-make-tool-bar): Add redraw check.
10782
10783 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10784
10785         * gnus-art.el (gnus-button): Add missing parentheses.
10786
10787 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * lpath.el: Fbind line-number-at-pos.
10790
10791 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10792
10793         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10794
10795 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * gnus-art.el (gnus-button): New face.
10798         (gnus-article-button-face): Use it.
10799
10800         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10801         gnus-summary-next-page.  Re-order.
10802
10803         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10804         next-node are now included.
10805         (gnus-group-redraw-line-number): New internal variable.
10806         (gnus-group-redraw-check): Helper function for updating the tool
10807         bar.
10808         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10809
10810         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10811
10812         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10813         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10814         Use it to match format of Spamassassin 3.0 and later.  Reported by
10815         IRIE Tetsuya <irie@t.email.ne.jp>.
10816         (spam-check-bogofilter)
10817         (spam-bogofilter-register-with-bogofilter): Fix args of
10818         `gnus-error' calls.
10819
10820 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10823         unnecessary interaction when sending queued mails.  Reported by
10824         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10825
10826 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10829         first or last are nil.
10830
10831 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10832
10833         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10834
10835 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10836
10837         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10838
10839 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10840
10841         * dns.el (query-dns): Protect more against buggy tcp output.
10842
10843 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10846         nov.php.
10847
10848 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10849
10850         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10851         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10852         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10853         output on the server side.
10854         (nnweb-google-create-mapping): Update regexps and add some
10855         progress indication.
10856
10857 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10858
10859         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10860         gnus-agent-toggle-plugged.  Re-order icons.
10861         (gnus-group-tool-bar-gnome): Add
10862         gnus-group-{prev,next}-unread-group.
10863         (gnus-group-tool-bar-gnome): Re-order icons.
10864
10865         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10866         gnus-summary-insert-new-articles.
10867
10868         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10869         comments.
10870
10871         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10872         also available in Emacs 21.3.
10873
10874         * message.el (message-fix-before-sending): Change "Emacs 22" to
10875         "Emacs 23 (unicode)" in comment.
10876
10877         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10878         "Emacs 23 (unicode)" in comment.
10879
10880         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10881         comment.
10882         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10883
10884         * mm-view.el (mm-fill-flowed): Add :version.
10885
10886 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10889         and load-path.
10890
10891 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * message.el: Autoload gmm-image-load-path.
10894         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10895         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10896         consitency.
10897
10898         * gmm-utils.el (gmm-image-load-path): Also search in
10899         "../etc/images".  Don't set gmm-image-load-path if we don't find
10900         the image.
10901
10902 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * gmm-utils.el (gmm-image-load-path): Don't make
10905         `gmm-image-load-path' include subdirectories which the second arg
10906         `image' might specify.
10907
10908         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10909         subdirectory to icon file names.
10910
10911         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10912
10913 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10914
10915         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10916         gmm-image-load-path calls.
10917
10918         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10919
10920         * message.el (message-make-tool-bar): Ditto.
10921
10922         * mml.el (mml-preview): Added comment concerning tool bar icons.
10923
10924         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10925         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10926
10927         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10928         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10929
10930         * message.el (message-tool-bar-gnome): Use new icon names.
10931         (message-make-tool-bar): Use `gmm-image-load-path'.
10932
10933         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10934         functions from MH-E.
10935         (gmm-image-load-path): New variable from MH-E.
10936         (gmm-image-load-path): New function from MH-E.  Added arguments
10937         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10938         *-image-load-path-called-flag.
10939
10940 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10941
10942         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10943
10944 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10945
10946         * nnimap.el (nnimap-request-move-article): Change folder back to
10947         source group before deleting.
10948
10949 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10952
10953         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10954         mm-url.
10955
10956         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10957
10958 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10961         coding system which mm-charset-to-coding-system returns for a
10962         given charset is valid.
10963
10964 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10965
10966         * html2text.el (html2text-remove-tag-list):
10967         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10968
10969 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10970
10971         * gnus-cus.el: Revert 2005-10-17 change.
10972
10973 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * gnus-art.el (article-strip-banner): Call
10976         article-really-strip-banner only when the regexp match is made.
10977
10978 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10979
10980         * gnus-art.el (article-strip-banner): Use
10981         gnus-extract-address-components instead of
10982         mail-header-parse-addresses to make it work with non-ASCII text;
10983         remove mail-encode-encoded-word-string.
10984
10985         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10986         values which are surrounded with \"...\"; make it never cause a
10987         Lisp error; give up parsing of parameters if it failed in
10988         extracting type.
10989
10990 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10991
10992         * smime.el (smime-cert-by-ldap-1): Fix bug where
10993         `smime-ldap-search' returns results without userCertificates.
10994
10995 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10998
10999 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * spam.el (spam-check-spamassassin-headers): Adapt format for
11002         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11003         <ari@mbf.ocn.ne.jp>.
11004         (spam-list-of-processors): Add spam-use-gmane.
11005
11006 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11009         make-temp-file; make it work with XEmacs as well.
11010
11011         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11012         mm-make-temp-file.
11013
11014         * mm-decode.el (mm-display-external): Use the 3rd arg of
11015         mm-make-temp-file.
11016         (mm-create-image-xemacs): Ditto.
11017
11018 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11021         with message-narrow-to-headers.
11022         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11023         (gnus-draft-check-draft-articles): New function.
11024         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11025
11026 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * gnus-art.el (gnus-article-browse-html-parts):
11029         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11030         Don't use suffix argument for mm-make-temp-file for Emacs 21
11031         compatibility.  Remove useless `format'.
11032
11033 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11034
11035         * nnweb.el (nnweb-google-wash-article): Update regexps.
11036         (nnweb-group-alist): Use defvoo instead of defvar.
11037
11038 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11041         re-loading nn* modules.
11042
11043 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11046         for `tool-bar-mode' and don't check it's default-value.
11047
11048         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11049
11050         * message.el (message-make-tool-bar): Ditto.
11051
11052         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11053         `substring'.  Shorten tmp-file name.
11054
11055         * gnus.el: Remove bogus comment.
11056
11057 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11058
11059         * gnus-art.el (gnus-article-browse-html-parts): New function.
11060         (gnus-article-browse-html-article): New function for viewing html
11061         articles with a browser.
11062
11063 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11064
11065         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11066         in elisp.
11067         (pgg-gpg-encrypt-symmetric-region): Ditto.
11068         (pgg-gpg-sign-region): Ditto.
11069
11070         * pgg-def.el (pgg-text-mode): New variable.
11071
11072         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11073         (mml2015-pgg-encrypt): Ditto.
11074
11075         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11076         (mml1991-pgg-encrypt): Ditto.
11077
11078 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11081         message-make-date instead of current-time-string.
11082
11083         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11084         to gnus-decoded which mm-uu might set.
11085
11086 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11087
11088         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11089         don't decode quoted parameters; remove misimported Emacs code.
11090         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11091         (rfc2231-decode-encoded-string): Don't use split-string which
11092         behaves differently according to Emacs version; use
11093         mm-decode-coding-region to convert charset to coding-system.
11094         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11095         (rfc2231-encode-string): Remove misimported Emacs code.
11096
11097 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11100         when calling mail-header-parse-content-type.
11101         (article-de-quoted-unreadable): Ditto.
11102         (article-de-base64-unreadable): Ditto.
11103         (article-wash-html): Ditto.
11104
11105         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11106         calling mail-header-parse-content-type and
11107         mail-header-parse-content-disposition.
11108         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11109         mail-header-parse-content-type.
11110
11111         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11112         insert charset and format parameters; encode description after
11113         inserting it to buffer.
11114         (mml-insert-parameter): Fold lines properly even if a parameter is
11115         segmented into two or more lines; change the max column to 76.
11116
11117         * rfc1843.el (rfc1843-decode-article-body): Don't use
11118         ignore-errors when calling mail-header-parse-content-type.
11119
11120         * rfc2231.el (rfc2231-parse-string): Return at least type if
11121         possible; don't cause an error even if it fails in parsing of
11122         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11123         (rfc2231-encode-string): Don't break lines at the beginning, leave
11124         it to mml-insert-parameter.
11125
11126         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11127         calling mail-header-parse-content-type.
11128
11129 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * spam-report.el (spam-report-gmane-use-article-number):
11132         Improve doc string.
11133         (spam-report-gmane-internal): Check if a suitable header was found
11134         in the article.
11135
11136 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11137
11138         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11139         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11140
11141 2006-02-05  Romain Francoise  <romain@orebokech.com>
11142
11143         Update copyright notices of all files in the gnus directory.
11144
11145 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11146
11147         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11148
11149 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11152         segmented lines of parameter value to cope with Thunderbird 1.5
11153         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11154         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11155         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11156
11157 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11158
11159         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11160         parts.
11161
11162 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11163
11164         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11165         there's only one active file for all servers.
11166         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11167         solid groups.  Gnus might have used a FAST request to select the group.
11168         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11169         and nnweb-search redundantly in the active file.
11170         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11171         (nnweb-request-create-group): Don't use ARGS.
11172         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11173         initialisations.  Let nnoo do the work.
11174
11175 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11178         Say the part has been decoded.
11179
11180         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11181
11182 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11183
11184         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11185         mailcap-viewer-test-cache when there's no 'test clause, since that
11186         will invert the meaning of a "nil" test previously determined by
11187         mailcap-mailcap-entry-passes-test.
11188
11189 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11192         compiling.
11193
11194         * gnus-sum.el: Ditto.
11195
11196         * message.el: Don't bind tool-bar-map when compiling.
11197
11198 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11199
11200         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11201
11202 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11203
11204         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11205         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11206         current Google Groups.
11207
11208 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11211         and tool-bar-mode.
11212
11213         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11214         and tool-bar-mode.
11215
11216         * message.el (message-tool-bar-update): Simplify.
11217         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11218
11219         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11220         gnus-summary-buffer.
11221         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11222         gnus-summary-reply.
11223
11224         * gmm-utils.el (gmm): Add :version.
11225
11226 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * Makefile.in (clean): New rule.
11229         (distclean): Use it.
11230
11231 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11232
11233         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11234         autoload.
11235
11236 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * gmm-utils.el (gmm-verbose): Add :group.
11239
11240 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * message.el: Change some comments WRT tool-bars.
11243
11244         * gnus-sum.el (gnus-summary-tool-bar)
11245         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11246         (gnus-summary-tool-bar-zap-list): New variables.
11247         (gnus-summary-make-tool-bar): Complete rewrite using
11248         `gmm-tool-bar-from-list'.
11249
11250         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11251         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11252         variables.
11253         (gnus-group-make-tool-bar): Complete rewrite using
11254         `gmm-tool-bar-from-list'.
11255         (gnus-group-tool-bar-update): New function.
11256
11257         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11258
11259 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11262         is dissected into a single part of which the type is the same as
11263         the given one; decode charset.
11264
11265 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11266
11267         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11268         into alists as symbol not string, since that's what
11269         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11270         look for.
11271
11272 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11275         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11276
11277         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11278
11279 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11282         (gnus-xmas-mime-security-button-menu): New function.
11283
11284         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11285         (gnus-mime-security-button-menu): New definition.
11286         (gnus-mime-security-button-map): Use them.
11287         (gnus-mime-security-button-menu): New function.
11288         (gnus-insert-mime-security-button): Addition to help echo.
11289         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11290         (gnus-mime-security-pipe-part): New functions.
11291
11292         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11293         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11294
11295         * mm-decode.el (mm-handle-set-disposition): Remove.
11296         (mm-handle-set-description): Remove.
11297
11298 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11301         (mm-w3m-standalone-supports-m17n-p): New function.
11302         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11303         w3m usage.
11304
11305         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11306         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11307
11308 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * message.el (message-tool-bar-zap-list): Use
11311         gmm-tool-bar-zap-list as custom type.
11312         (message-tool-bar-update): New function.
11313         (message-tool-bar, message-tool-bar-gnome)
11314         (message-tool-bar-retro): Add message-tool-bar-update.
11315         (message-tool-bar-gnome): Add flyspell-buffer.
11316
11317         * gnus-util.el (gnus-error): Describe `args'.
11318
11319         * gmm-utils.el (gmm-error): Describe `args'.
11320         (gmm-tool-bar-zap-list): New widget.
11321         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11322
11323 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11326         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11327         the number of recursive calls.
11328
11329         * mm-decode.el (mm-handle-set-disposition): New macro.
11330         (mm-handle-set-description): New macro.
11331
11332 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11335         encoding.
11336
11337 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * message.el (message-tool-bar-zap-list, message-tool-bar)
11340         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11341         (message-tool-bar-local-item-from-menu): Remove.
11342         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11343         (message-make-tool-bar): New function.
11344         (message-mode): Use `message-make-tool-bar'.
11345
11346         * gmm-utils.el: New file.
11347         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11348         (gmm-lazy): New widget copied from `nnmail.el'.
11349         (gmm-tool-bar-from-list): New function for creating customizable
11350         tool bars.
11351         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11352         output.
11353         (gmm): Add :prefix to defgroup.
11354
11355 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11356
11357         * gmm-utils.el (gmm-widget-p): New function.
11358
11359 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * mml.el (mml-attach-file): Describe `description' in doc string.
11362         (mml-menu): Add Emacs MIME manual and PGG manual.
11363
11364 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11365
11366         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11367
11368 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11369
11370         * nntp.el (nntp-end-of-line): Doc fix.
11371
11372 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11373
11374         * imap.el (imap-open): Handle case where buffer is a buffer
11375         object.
11376
11377 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11378
11379         * gnus-delay.el (gnus-delay): Don't autoload.
11380         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11381         to be re-loaded when customizing the `gnus-delay' group.
11382
11383 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11384
11385         * message.el (message-insert-citation-line): Use newlines.
11386
11387 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11388
11389         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11390         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11391         these routines, so the passphrase can be managed externally and
11392         passed in to the system.
11393         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11394         pgg-add-passphrase-to-cache function.
11395
11396         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11397         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11398         these routines, so the passphrase can be managed externally and
11399         passed in to the system.
11400         (pgg-pgp5-sign-region): Use new name of
11401         pgg-add-passphrase-to-cache function.
11402
11403 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11404
11405         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11406         part of the decoded armor to find the key-identifier.
11407         (pgg-gpg-lookup-key-owner): New function to return the
11408         human-readable identifier of a key owner.
11409         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11410         itself.
11411         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11412         the key value) if we have a key and can match it against a secret
11413         key.  Also, added a note pointing out fact that the prompt only
11414         indicates the first matching key.
11415
11416         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11417         pgg-decrypt-region.
11418         (pgg-add-passphrase-to-cache): Rename from
11419         `pgg-add-passphrase-cache' to reduce confusion (all callers
11420         changed).
11421         (pgg-remove-passphrase-from-cache): Rename from
11422         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11423         changed).
11424         (pgg-read-passphrase, pgg-add-passphrase-cache)
11425         (pgg-remove-passphrase-cache): Add informative docstrings.
11426         (pgg-decrypt): Convey provided passphrase in subordinate call to
11427         pgg-decrypt-region.
11428
11429 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11430
11431         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11432         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11433         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11434         'passphrase' argument, so the passphrase can be managed externally
11435         and then passed in to the system.
11436
11437         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11438         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11439         so the passphrase cache can be used reliably with identifiers
11440         besides a pgp packet's key id.
11441
11442         * pgg-gpg.el (pgg-gpg-encrypt-region)
11443         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11444         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11445         these routines, so the passphrase can be managed externally and
11446         passed in to the system.
11447
11448         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11449         'notruncate' argument, so the passphrase cache can be used
11450         reliably with identifiers besides a pgp packet's key id.
11451
11452 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11453
11454         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11455         symmetric encryption.
11456         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11457         encrypted session key.
11458         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11459         message ask for the passphrase in a proper way.
11460
11461         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11462         New user commands for symmetric encryption.
11463
11464 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11467
11468         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11469
11470 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11471
11472         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11473
11474 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * mm-decode.el (mm-inlined-types): Add application/pgp.
11477         (mm-automatic-display): Ditto.
11478
11479         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11480         part as text.
11481
11482 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * nnrss.el: Update copyright.
11485         (nnrss-opml-import): Query whether to subscribe to each entry.
11486
11487         * gnus-art.el:
11488         * gnus-sum.el:
11489         * gnus-xmas.el:
11490         * messagexmas.el:
11491         * mm-uu.el:
11492         * mm-view.el: Update copyright.
11493
11494 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * message.el (message-info): New function.
11497         (message-mode-menu): Add it.
11498         Update copyright.
11499
11500         * ChangeLog: Fix and update copyright.
11501
11502 2006-01-13  Romain Francoise  <romain@orebokech.com>
11503
11504         * message.el (message-forward-subject-name-subject): Prefer the
11505         address to 'nowhere' if the sender has no name.
11506         Fix typo.  Update copyright year.
11507
11508 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gnus-art.el (article-wash-html): Use
11511         gnus-summary-show-article-charset-alist if a numeric arg is given.
11512         (gnus-article-wash-html-with-w3m-standalone): New function.
11513
11514         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11515         mm-inline-text-html-render-with-w3m-standalone.
11516         (mm-text-html-washer-alist): Map w3m-standalone to
11517         gnus-article-wash-html-with-w3m-standalone.
11518         (mm-inline-text-html-render-with-w3m-standalone): New function.
11519
11520 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11521
11522         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11523         Improve LaTeX.
11524
11525 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11528         (nnrss-request-article): Render text/plain parts as HTML.
11529
11530         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11531         the buffer.
11532
11533 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11536         custom definition of `gnus-posting-styles'.
11537
11538         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11539         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11540
11541 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11544         Use nntp for bug archive.
11545
11546 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11549         parts.
11550         (nnrss-normalize-date): New function converts ISO 8601 date into
11551         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11552         (nnrss-check-group): Use it.
11553
11554 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11557
11558         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11559         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11560         (nnrss-insert-w3): Ditto.
11561
11562 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11565         the articles to be forwarded including the case where neither a
11566         number of articles nor a region is specified.
11567
11568 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * nnrss.el (nnrss-request-article): Fix last change; fill
11571         text/plain parts.
11572
11573 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11576         in text/plain part.
11577         (nnrss-check-group): Don't add excessive newline to dc:subject.
11578
11579 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11580
11581         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11582         article.
11583
11584 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11587         (nnml-use-compressed-files, nnml-save-mail): Support other
11588         comression programs such as bzip2.
11589
11590 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11591
11592         * dns.el (query-dns): Make sure we check the buffer size before
11593         removing tcp headers.
11594
11595 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11598         remove MIME buttons associated with multipart/alternative parts.
11599         (gnus-mime-display-alternative): Tag buttons using `article-type'
11600         text property.
11601
11602         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11603         associated with multipart/alternative parts.
11604
11605         * gnus-art.el (gnus-signature-separator): Fix custom type.
11606
11607         * mm-decode.el (mm-inlined-types): Fix custom type.
11608         (mm-keep-viewer-alive-types): Ditto.
11609         (mm-automatic-display): Ditto.
11610         (mm-attachment-override-types): Ditto.
11611         (mm-inline-override-types): Ditto.
11612         (mm-automatic-external-display): Ditto.
11613
11614 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * spam-report.el (spam-report-user-mail-address)
11617         (spam-report-user-agent): New variables.
11618         (spam-report-url-ping-plain): Use spam-report-user-agent.
11619
11620 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11621
11622         * gnus-art.el (gnus-button-handle-custom): Do not just use
11623         `customize-apropos' for any "M-x customize-*" button but the
11624         function called for.  Accept both the function name and its
11625         argument in order to achieve this.
11626         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11627         function name to `gnus-button-handle-custom' in case of "M-x
11628         customize-*" buttons.
11629
11630 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11633         multipart/alternative and add xref to mm-discouraged-alternatives
11634         in doc string.
11635
11636         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11637         gnus-buttonized-mime-types in doc string.
11638
11639 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11642         Suggest image/.* in the doc string.
11643
11644 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11647         message-marks (Debian bug #342521).
11648
11649 2005-12-12  Simon Josefsson  <jas@extundo.com>
11650
11651         * password.el (password-read-from-cache): Add.
11652         (password-read): Use it.
11653
11654 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11657         us-ascii as a MIME charset.
11658
11659         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11660         against the case where the 2nd arg TYPE is nil.
11661
11662 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * pop3.el (pop3-stream-type): Fix custom version.
11665
11666         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11667
11668 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11669
11670         * mm-decode.el (mm-display-external): Add missing cdr.
11671
11672 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11675         RFC1524) if it is in mailcap or add a suffix according to
11676         mailcap-mime-extensions when generating a temp filename; postpone
11677         deleting a temp file for 2 seconds for some wrappers, shell
11678         scripts, and so on, which might exit right after having started a
11679         viewer command as a background job.
11680
11681 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11682
11683         * nntp.el (nntp-marks-directory): Fix custom group.
11684
11685         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11686         steps when < 10.
11687
11688         * gnus-start.el (gnus-no-server-1): Mention
11689         `gnus-level-default-subscribed' in doc string.
11690
11691 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11692
11693         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11694         parens.
11695
11696 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11697
11698         * gnus-xmas.el (gnus-use-toolbar): Revert.
11699         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11700         gnus-use-toolbar is default.
11701
11702         * messagexmas.el (message-use-toolbar): Revert.
11703         (message-setup-toolbar): Use global default-toolbar if
11704         message-use-toolbar is default.
11705
11706 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11709         according to default-toolbar-visible-p.
11710
11711         * messagexmas.el (message-use-toolbar): Ditto.
11712
11713 2005-11-26  Dave Love  <fx@gnu.org>
11714
11715         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11716         (tls-program, tls-success): Provide openssl alternative.
11717
11718         * starttls.el: Doc fixes.
11719         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11720         SERVICE to PORT.
11721
11722         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11723         port null or service name.
11724         (starttls-negotiate): Autoload.
11725
11726 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * message.el (message-kill-to-signature): Fix interactive spec.
11729
11730 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * pop3.el (pop3-open-server): Recognize a string as a service name.
11733
11734 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11735
11736         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11737
11738 2005-11-23  Dave Love  <fx@gnu.org>
11739
11740         Add pop3s, pop3/starttls.
11741
11742         * pop3.el (pop3-authentication-scheme): Clarify doc.
11743         (open-tls-stream, starttls-open-stream): Autoload.
11744         (pop3-stream-type): New.
11745         (pop3-open-server): Use it.
11746
11747         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11748         for POP.
11749         (mail-source-keyword-map): Add :stream for POP.
11750         (mail-source-fetch-pop): Use pop3-stream-type.
11751
11752 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11753
11754         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11755         of current-time-string.
11756
11757 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11758
11759         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11760         date header.
11761
11762 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11763
11764         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11765         it can seriously impact performance as it bypasses the agent's
11766         local caches.
11767
11768 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11769
11770         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11771         must be explicitly online rather than "not explicitly offline" for
11772         its flags to be synchronized.
11773
11774         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11775         that gnus-uu-unmark-thread will function correctly.
11776
11777         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11778         1024K is instead displayed as 1M.
11779
11780 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11781
11782         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11783
11784 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11785
11786         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11787
11788 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11789
11790         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11791         error message to display actual error condition.
11792         (gnus-agent-save-local): Avoid saving symbols that are bound to
11793         nil as they simply result in a warning message in
11794         gnus-agent-read-local.
11795
11796 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11799         rather than make-variable-buffer-local for file-precious-flag.
11800
11801 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11802
11803         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11804         for duplicates which are removed.  The invalid sort check then
11805         triggers a rescan after the sort as sorting may have moved
11806         duplicate entries such that they can be cheaply detected.
11807
11808 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11811
11812 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11813
11814         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11815         internal variable to a custom variable.  Changed default value
11816         from compressed(2) to uncompressed(1).
11817         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11818         support for uncompressed agentview files.  Taken together, reading
11819         the agentview file should now be 6-7 times faster.
11820
11821 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11822
11823         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11824         as a buffer-local variable.  This avoids creating truncated
11825         dribble files as a result of a hang up, eg.
11826
11827 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11828
11829         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11830         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11831         XEmacs.
11832
11833 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11834
11835         * gnus-start.el (gnus-start-draft-setup): Enforce
11836         `gnus-draft-mode' for nndraft:drafts at startup.
11837
11838         * gnus.el (gnus-splash): Change custom group.
11839         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11840         allow-list argument.
11841
11842         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11843         string.
11844
11845 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11846
11847         * gnus-art.el (gnus-default-article-saver): Add user-defined
11848         `function' to custom type.
11849
11850 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11851
11852         * imap.el (imap-open): Handle case where buffer is a buffer
11853         object.
11854
11855 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11858         long lines.
11859         (gnus-cache-delete-group): Wrap doc strings.
11860
11861         * gnus-agent.el (gnus-agent-rename-group)
11862         (gnus-agent-delete-group): Wrap doc strings.
11863
11864 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * messagexmas.el (message-use-toolbar): Change the valid values
11867         into default, top, bottom, left, and right.
11868         (message-toolbar-thickness): New variable.
11869         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11870         well.
11871         (message-setup-toolbar): Make it work.
11872
11873         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11874         (gnus-use-toolbar): Change the valid values into default, top,
11875         bottom, left, and right.
11876         (gnus-toolbar-thickness): New variable.
11877         (gnus-xmas-setup-toolbar): New function.
11878         (gnus-xmas-setup-group-toolbar): Use it.
11879         (gnus-xmas-setup-summary-toolbar): Use it.
11880
11881 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11882
11883         * gnus-start.el (gnus-1): Add "native" to
11884         gnus-predefined-server-alist.
11885
11886         * gnus.el (gnus-method-to-server): Don't add "native" to the
11887         lists here, because that leads to problems when
11888         gnus-select-method is bound.
11889
11890 2005-11-09  Simon Josefsson  <jas@extundo.com>
11891
11892         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11893         use (not sort-by-date) instead.
11894
11895 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11896
11897         * gnus-delay.el (gnus-delay-group): Don't autoload.
11898         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11899         to be re-loaded when customizing the `gnus-delay' group.
11900
11901 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11902
11903         * message.el: Revert last changes.
11904         (message-insert-citation-line): Use newlines.
11905
11906 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11907
11908         * message.el (message-courtesy-message)
11909         (message-mark-insert-begin, message-mark-insert-end)
11910         (message-elide-ellipsis, message-cancel-message)
11911         (message-add-header, message-change-subject)
11912         (message-cross-post-followup-to-header)
11913         (message-cross-post-insert-note, message-reduce-to-to-cc)
11914         (message-widen-reply, message-delete-not-region)
11915         (message-kill-to-signature, message-insert-signature)
11916         (message-insert-importance-high, message-insert-importance-low)
11917         (message-insert-or-toggle-importance)
11918         (message-insert-disposition-notification-to)
11919         (message-indent-citation, message-yank-original)
11920         (message-cite-original-without-signature, message-cite-original)
11921         (message-insert-citation-line, message-position-on-field)
11922         (message-fix-before-sending, message-send-mail-partially)
11923         (message-send-mail, message-send-mail-with-sendmail)
11924         (message-send-mail-with-qmail, message-send-news)
11925         (message-check-news-header-syntax, message-generate-headers)
11926         (message-insert-courtesy-copy, message-fill-address)
11927         (message-fill-header, message-shorten-references)
11928         (message-setup-1, message-cancel-news)
11929         (message-forward-make-body-plain, message-forward-make-body-mime)
11930         (message-forward-make-body-mml, message-encode-message-body)
11931         (message-forward-make-body-digest-plain)
11932         (message-forward-make-body-digest-mime)
11933         (message-use-alternative-email-as-from): Insert `hard-newline'
11934         instead of ordinary newlines.
11935
11936 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * message.el (message-generate-headers): Downcase the argument
11939         given to message-check-element.
11940
11941 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11942
11943         * nntp.el (nntp-authinfo-rejected): New error condition.
11944         (nntp-wait-for): Use new error condition to signal authentication
11945         error.
11946         (nntp-retrieve-data): Rethrow new error condition to break out of
11947         recursive call to nntp-send-authinfo.
11948
11949 2005-11-08  Romain Francoise  <romain@orebokech.com>
11950
11951         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11952         (gnus-summary-exit-map): Bind to `Z p'.
11953         (gnus-summary-make-menu-bar): Add menu item.
11954
11955 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11958         (gnus-treat-*): Add `first' in all doc strings.
11959
11960         * gnus-group.el (gnus-group-compact-group): Fix typo.
11961
11962 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * gnus.el (gnus-parameters-case-fold-search): New variable.
11965         (gnus-parameters-get-parameter): Use it.
11966
11967         * gnus-score.el (gnus-home-score-file): Doc fix.
11968
11969 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11970
11971         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11972
11973 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * mm-util.el (mm-special-display-p): New function.
11976
11977         * mml.el (mml-preview): Use it; doc fix.
11978
11979 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11980
11981         * imap.el (imap-open): Handle case where buffer is a buffer object.
11982
11983 2005-10-29  Romain Francoise  <romain@orebokech.com>
11984
11985         * message.el (message-fix-before-sending): Fix comment.
11986
11987 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11988
11989         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11990
11991 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11992
11993         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11994         Used in gnus-score.el.
11995
11996 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11999
12000 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12001
12002         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12003         whitespace removed in revision 7.8.  Use concatenated string to
12004         protect trailing whitespace.
12005
12006 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12007
12008         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12009         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12010         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12011         Courier IMAP ("some version from 2004").  Mostly based on similar
12012         code in the same function.
12013
12014 2005-10-26  Didier Verna  <didier@xemacs.org>
12015
12016         * gnus-group.el (gnus-group-compact-group): Invalidate original
12017         article buffer.
12018         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12019         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12020         NOV database and in article itself.
12021         Invalidate article backlog.
12022
12023 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12024
12025         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12026
12027 2005-10-26  Simon Josefsson  <jas@extundo.com>
12028
12029         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12030         part of 2004-07-25 change.
12031
12032 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * message.el (message-display-completion-list): New function.
12035         (message-expand-group): Use it; make sure the Completions buffer
12036         is modifiable.
12037 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12038
12039         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12040         user-mail-name is an empty string.
12041
12042 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12043
12044         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12045         depending on gnus-score-decay-constant.
12046
12047         * encrypt.el (encrypt-insert-file-contents)
12048         (encrypt-write-file-contents): Don't use `gnus-message'.
12049
12050         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12051         arguments.
12052         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12053         arguments to mm-uu-verbatim-marks-extract.
12054         (mm-uu-hide-markers): New variable.
12055         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12056
12057         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12058         (gnus-convert-image-to-face-command): Use "convert" by default to
12059         allow other input image formats.
12060         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12061         accordingly.
12062
12063 2005-10-23  Simon Josefsson  <jas@extundo.com>
12064
12065         * imap.el (imap-gssapi-program): Align command line parameters
12066         with latest GNU SASL.
12067         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12068
12069 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12070
12071         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12072         HTML.
12073         (nnslashdot-request-article): Ditto.
12074
12075         * lpath.el (featurep): Add nobreak-char-display.
12076
12077 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12078
12079         * mail-source.el (mail-source-fetch-pop): Require pop3.
12080         (mail-source-check-pop): Ditto.
12081
12082 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12085         errors.
12086
12087 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12090         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12091
12092         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12093
12094         * mm-bodies.el (mm-decode-string): Call
12095         `mm-charset-to-coding-system' with allow-override argument.
12096
12097 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12100         (rfc2047-charset-to-coding-system): New function.
12101         (rfc2047-decode-encoded-words): New function.
12102         (rfc2047-decode-region): Use them.
12103         (rfc2047-decode-cte): Remove.
12104         (rfc2047-parse-and-decode): Remove.
12105         (rfc2047-decode): Remove.
12106
12107 2005-10-15  Kenichi Handa  <handa@m17n.org>
12108
12109         * rfc2047.el (rfc2047-decode-cte): New function.
12110         (rfc2047-decode-region): Change the way to decode successive
12111         encoded-words: decode B- or Q-encoding in each encoded-word,
12112         concatenate them, and decode it as charset.
12113
12114 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * lpath.el: Fbind codepage-setup for XEmacs.
12117
12118 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12119
12120         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12121         widget-move-and-invoke.
12122         (gnus-custom-mode): Use gnus-custom-map.
12123
12124 2005-10-15  Bill Wohler  <wohler@newt.com>
12125
12126         * message.el (message-tool-bar-map): Renamed image file from
12127         mail_send to mail/send.
12128
12129 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12130
12131         * message.el (message-expand-group): Pass the common
12132         prefix substring of completion to `display-completion-list'.
12133
12134 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12135
12136         * mml-sec.el (mml-secure-method): New internal variable.
12137         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12138         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12139         functions using mml-secure-method.
12140
12141         * mml.el (mml-mode-map): Add key bindings for those functions.
12142         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12143         Harder <harder@myrealbox.com>.
12144         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12145         end of message if point is the headers of the message.
12146
12147         * message.el (message-in-body-p): New function.
12148
12149         * assistant.el: Autoload gnus-util and netrc.
12150
12151         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12152         Use `mm-charset-override-alist' only when decoding.
12153
12154         * mm-bodies.el (mm-decode-body): Call
12155         `mm-charset-to-coding-system' with allow-override argument.
12156
12157         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12158         `filename' from Content-Disposition if Content-Type doesn't
12159         provide `name'.
12160         (gnus-mime-view-part-as-type): Set default instead of
12161         initial-input.
12162
12163 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12164
12165         * format-spec.el (format-spec): Propagate text properties of % spec.
12166
12167 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12168
12169         * gnus-art.el (gnus-treat-predicate): Add `first'.
12170
12171 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12174         (mm-charset-override-alist): New variable.
12175         (mm-charset-to-coding-system): Use it.
12176         (mm-codepage-setup): New helper function.
12177         (mm-charset-eval-alist): New variable.
12178         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12179         about unknown charsets.
12180
12181         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12182
12183 2005-10-04  David Hansen  <david.hansen@gmx.net>
12184
12185         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12186         (nnrss-check-group): Ditto.
12187
12188 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12189
12190         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12191         Rename x-gnus-verbatim to x-verbatim.
12192         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12193
12194         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12195         x-verbatim.
12196
12197         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12198
12199         * gnus-util.el (gnus-remove-duplicates): Remove.
12200
12201         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12202         instead of gnus-remove-duplicates.
12203
12204         * message.el (message-remove-duplicates): Remove.
12205         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12206         message-remove-duplicates.
12207
12208         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12209         available, else use implementation from `delete-dups'.
12210
12211         * message.el (message-insert-expires): New function.
12212         (message-mode-map): Add key binding.
12213         (message-mode-field-menu): Add menu entry.
12214         (message-mode): Document it.
12215         (message-make-expires-date): Use `message-make-date'.
12216
12217 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12218
12219         * message.el (message-make-expires-date): New function.
12220
12221 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * Makefile.in (list-installed-shadows): New entry.
12224         (install): Use it.
12225         (remove-installed-shadows): New entry.
12226
12227         * dgnushack.el (dgnushack-default-load-path): New variable.
12228         (dgnushack-find-lisp-shadows): New function.
12229         (dgnushack-remove-lisp-shadows): New function.
12230
12231 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * Makefile.in (install-el-elc): New entry.
12234         (install): Use it so that .el files are necessarily installed.
12235
12236 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12239
12240 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12241
12242         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12243         function rather than the diff-mode.el package.
12244         (mm-display-external): Use with-current-buffer.
12245         (mm-viewer-completion-map, mm-viewer-completion-map):
12246         Move initialization inside declaration.
12247
12248 2005-09-29  Simon Josefsson  <jas@extundo.com>
12249
12250         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12251         autoload mail-check-payment.
12252         (spam-check-hashcash): Define unconditionally, since hashcash.el
12253         is part of Gnus now.  Ignore errors from payment checking.
12254
12255 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12256
12257         * message.el (message-bold-region, message-unbold-region): Rename
12258         from `bold-region' and `unbold-region'.
12259
12260         * message.el: Remove useless autoloads.
12261
12262 2005-09-28  Simon Josefsson  <jas@extundo.com>
12263
12264         * message.el (message-use-idna): Default to t.
12265         (message-use-idna): Test whether encoding works too.  Doc fix.
12266
12267 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * nntp.el (nntp-warn-about-losing-connection): Remove.
12270
12271 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12272
12273         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12274         customizable.  Change default value.
12275         (mm-uu-diff-groups-regexp): Change default value.
12276         (mm-uu-type-alist): Add doc string.
12277         (mm-uu-configure): Add doc string.  Make it interactive.
12278         (mm-uu-tex-groups-regexp): New variable.
12279         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12280         (mm-uu-type-alist): Add LaTeX documents.
12281         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12282         of "text/verbatim".
12283         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12284
12285         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12286         instead of "text/verbatim".
12287
12288         * message.el (message-mark-inserted-region)
12289         (message-mark-insert-file): Use slrn style marks when called with
12290         prefix argument.
12291
12292 2005-09-27  Simon Josefsson  <jas@extundo.com>
12293
12294         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12295
12296 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12297
12298         * message.el (message-remove-duplicates): New function.
12299         Implementation borrowed from `gnus-remove-duplicates'.
12300         (message-idna-to-ascii-rhs): Also encode idna addresses in
12301         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12302         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12303         only ask about the same idna domain once per header and also tell
12304         in what header to replace the idna domain.
12305
12306         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12307         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12308         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12309         a header is decoded and not just the last one.
12310
12311 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12314         has been decoded.
12315
12316         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12317         (mm-insert-part): Don't modify text if it has been decoded.
12318
12319         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12320         decoded.
12321
12322         * mm-view.el (mm-inline-text): Don't strip text props unless
12323         decoding enriched or richtext parts.
12324
12325 2005-09-25  Romain Francoise  <romain@orebokech.com>
12326
12327         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12328         * gnus-start.el (gnus-subscribe-interactively):
12329         * gnus-uu.el (gnus-uu-grab-articles):
12330         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12331         space.
12332
12333 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12334
12335         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12336         * mm-view.el (mm-view-pkcs7-decrypt):
12337         * gnus-sum.el (gnus-summary-limit-to-extra)
12338         (gnus-summary-respool-article, gnus-read-move-group-name):
12339         * gnus-score.el (gnus-summary-increase-score):
12340         * gnus-util.el (gnus-completing-read-with-default):
12341         * gnus-art.el (gnus-read-save-file-name)
12342         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12343         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12344         * message.el (message-check-news-header-syntax):
12345         Follow convention for reading with the minibuffer.
12346
12347 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * spam-report.el (spam-report-url-ping-plain):
12350         Use gnus-extended-version as User-Agent.
12351
12352         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12353         default value is nil.
12354
12355         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12356         (mm-uu-verbatim-marks-extract): New function.
12357         (mm-uu-extract): New face.
12358         (mm-uu-copy-to-buffer): Use it.
12359
12360         * spam-report.el (spam-report-gmane-ham): Renamed from
12361         `spam-report-gmane-unspam'.
12362         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12363         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12364
12365         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12366         Autoload.
12367         (spam-report-gmane-unregister-routine): Renamed
12368         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12369
12370 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12371
12372         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12373         (spam-report-gmane-unregister-routine): Add support for gmane
12374         unregistration.
12375
12376         * spam-report.el (spam-report-gmane-unspam)
12377         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12378         (spam-report-gmane): Change to take a single article and do unspam
12379         registration.
12380
12381 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * mm-url.el (mm-url-decode-entities): Fix regexp.
12384
12385 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12386
12387         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12388         default to nil, to be able to use Gnus at all.  If the default
12389         switches to something else, then the function should be fixed not
12390         be exceedingly slow.
12391
12392 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12393
12394         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12395         fail hard.
12396
12397         * spam-report.el: Add better Keywords line.
12398
12399         * spam.el: Add Maintainer and better Keywords line.
12400
12401 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12402
12403         * gnus-art.el (gnus-article-replace-part)
12404         (gnus-mime-replace-part): New functions.
12405         (gnus-mime-action-alist, gnus-mime-button-commands)
12406         (gnus-mime-save-part-and-strip): Added file argument.
12407         (gnus-article-part-wrapper): Added interactive argument.
12408
12409         * gnus-sum.el (gnus-summary-mime-map): Add
12410         `gnus-article-replace-part'.
12411
12412 2005-09-19  Didier Verna  <didier@xemacs.org>
12413
12414         The nnml compaction feature:
12415         * nnml.el (nnml-request-compact-group): New function.
12416         * nnml.el (nnml-request-compact): New function.
12417         * gnus-int.el (gnus-request-compact-group): New function.
12418         * gnus-int.el (gnus-request-compact): New function.
12419         * gnus-group.el (gnus-group-compact-group): New function.
12420         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12421         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12422         * gnus-srvr.el (gnus-server-compact-server): New function.
12423         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12424         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12425
12426 2005-09-18  Deepak Goel  <deego@gnufans.org>
12427
12428         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12429         format spec.
12430
12431 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12434
12435 2005-09-15  Romain Francoise  <romain@orebokech.com>
12436
12437         * message.el (message-fill-paragraph): Clarify docstring.
12438
12439 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * gnus-art.el (gnus-mime-display-part): Protect against broken
12442         MIME messages.
12443
12444 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12447         before parsing header.
12448
12449 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12450
12451         * html2text.el (html2text-replace-list): Add new entities.
12452
12453 2005-09-11  Romain Francoise  <romain@orebokech.com>
12454
12455         * message.el (message-alternative-emails): Improve docstring.
12456         (message-setup-1): Call `message-use-alternative-email-as-from'
12457         after `message-setup-hook' to give it precedence over posting
12458         styles, etc.
12459         (message-use-alternative-email-as-from): Add docstring.  Remove
12460         the original From header if present.
12461
12462         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12463         (nnml-save-mail): Use it.
12464
12465         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12466         articles.  Add new argument `silent'.
12467         (gnus-uu-mark-all): Report the total number of marked articles.
12468
12469 2005-09-10  Romain Francoise  <romain@orebokech.com>
12470
12471         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12472         (gnus-uu-mark-series): Likewise.
12473
12474 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12475
12476         * spam-report.el (spam-report-gmane): Fix generation of spam
12477         report URL.
12478
12479 2005-09-10  Simon Josefsson  <jas@extundo.com>
12480
12481         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12482         t, based on discussion on the ding list with Robert Epprecht
12483         <epprecht@solnet.ch>.
12484
12485 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * spam-report.el (spam-report-gmane): Make it work without
12488         X-Report-Spam header.  Gmane now only provides Archived-At.
12489         This is only used if `spam-report-gmane-use-article-number' is nil.
12490         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12491
12492         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12493         make `gnus-summary-sort-by-recipient' work with threading.
12494
12495         * nnweb.el (nnweb-google-wash-article): Print a message if article
12496         is not available.
12497
12498 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12499
12500         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12501         change.  Decode text/* parts content before displaying.
12502
12503 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12506
12507 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12510
12511         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12512         url-package-name, url-package-version,
12513         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12514         w3m-display-inline-images, and w3m-minor-mode-map.
12515
12516 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * message.el (message-tab-body-function): Fix mismatched custom type.
12519
12520         * gnus.el (gnus-group-change-level-function): Ditto.
12521
12522         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12523
12524         * gnus-art.el (gnus-signature-limit)
12525         (gnus-article-mime-part-function): Ditto.
12526
12527 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * mml.el (mml-mode): Silence the byte compiler.
12530
12531         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12532         using `(sit-for 0)' before moving the point to the specified part;
12533         skip unbuttonized parts.
12534         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12535         return to the summary window if gnus-auto-select-part is non-nil.
12536
12537 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12538
12539         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12540         variables.
12541         (mml-dnd-attach-file, mml-mode): Use them.
12542
12543         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12544         Make fetching article by MID work again for Google Groups.  Added
12545         FIXME concerning gnus-group-make-web-group.
12546
12547         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12548         Don't depend on Gnus by using mail-extract-address-components if
12549         gnus-extract-address-components is not bound.
12550
12551 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12552
12553         * gnus-art.el (gnus-mime-display-security): Don't display the
12554         signature, but only the signed part.
12555
12556 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12557
12558         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12559
12560         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12561         list, not listp.
12562
12563 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12564
12565         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12566         when encoding.
12567
12568         * mm-bodies.el (mm-decode-content-transfer-encoding):
12569         De-canonicalize CRLF for all text content types, not just
12570         text/plain.
12571
12572 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12575         valid article; point arrow and cursor at the MIME button.
12576
12577 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12580         Suggested by Dan Christensen <jdc@uwo.ca>.
12581
12582         * mm-decode.el (mm-save-part): Enable change of prompt.
12583
12584 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12585
12586         * gnus-msg.el (gnus-inews-add-send-actions): Made
12587         `message-post-method' lambda parameter ARG `&optional'.
12588
12589 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12590
12591         * gnus-sum.el (gnus-summary-mime-map): Added
12592         gnus-article-save-part-and-strip, gnus-article-delete-part and
12593         gnus-article-jump-to-part.
12594
12595         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12596         (gnus-article-edit-part): Use it.
12597         (gnus-article-part-wrapper): Added no-handle argument.
12598         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12599         functions.
12600
12601 2005-08-29  Romain Francoise  <romain@orebokech.com>
12602
12603         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12604         docstring.
12605         (gnus-face-from-file): Likewise.
12606
12607 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12610         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12611         non-nil.
12612         (gnus-auto-select-part): New variable.
12613         (gnus-article-jump-to-part): New function.
12614         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12615         (gnus-mime-delete-part): Allow selecting specified part after
12616         deleting or stripping parts.
12617         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12618         part if argument is bogus.
12619
12620 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12621
12622         * gnus-art.el (w3m-minor-mode-map):
12623         * gnus-spec.el (gnus-newsrc-file-version):
12624         * gnus-util.el (nnmail-active-file-coding-system)
12625         (gnus-original-article-buffer, gnus-user-agent):
12626         * gnus.el (gnus-ham-process-destinations)
12627         (gnus-parameter-ham-marks-alist)
12628         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12629         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12630         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12631         * mm-decode.el (gnus-current-window-configuration):
12632         * mm-extern.el (gnus-article-mime-handles):
12633         * mm-url.el (url-current-object, url-package-name)
12634         (url-package-version):
12635         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12636         (smime-keys, w3m-cid-retrieve-function-alist)
12637         (w3m-current-buffer, w3m-display-inline-images)
12638         (w3m-minor-mode-map):
12639         * mml-smime.el (gnus-extract-address-components):
12640         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12641         (gnus-newsrc-hashtb, message-default-charset)
12642         (message-deletable-headers, message-options)
12643         (message-posting-charset, message-required-mail-headers)
12644         (message-required-news-headers):
12645         * mml1991.el (mc-pgp-always-sign):
12646         * mml2015.el (mc-pgp-always-sign):
12647         * nnheader.el (nnmail-extra-headers):
12648         * rfc1843.el (gnus-decode-encoded-word-function)
12649         (gnus-decode-header-function, gnus-newsgroup-name):
12650         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12651
12652 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12653
12654         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12655         the end of the date treatments.
12656
12657 2005-08-15  Simon Josefsson  <jas@extundo.com>
12658
12659         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12660         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12661         Capello and Romain Francoise.
12662         (pgg-fetch-key-function): Removed, not used?
12663         (pgg-insert-url-with-w3): Require url, to get
12664         url-insert-file-contents regardless of where it is defined.
12665
12666 2005-08-13  Romain Francoise  <romain@orebokech.com>
12667
12668         * message.el (message-cite-original-1): New function.
12669         (message-cite-original): Use it.
12670         (message-cite-original-without-signature): Ditto.
12671
12672 2005-08-08  Romain Francoise  <romain@orebokech.com>
12673
12674         * message.el (message-yank-empty-prefix): New variable.
12675         (message-indent-citation): Use it.
12676         (message-cite-original-without-signature): Respect X-No-Archive.
12677
12678 2005-08-08  Simon Josefsson  <jas@extundo.com>
12679
12680         * pgg.el: Autoload url-insert-file-contents instead of loading
12681         w3/url.
12682         (pgg-insert-url-with-w3): Don't load url here.
12683
12684 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12685
12686         * message.el (message-kill-to-signature): Don't insert newline at
12687         bol.
12688         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12689
12690 2005-08-06  Romain Francoise  <romain@orebokech.com>
12691
12692         * message.el (message-user-fqdn): Fix typo in docstring.
12693
12694 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12695
12696         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12697
12698         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12699
12700 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * mm-bodies.el (mm-encode-body): Use coding system rather than
12703         charset to encode text.
12704
12705         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12706         number of charsets if utf-8 is available (XEmacs).
12707
12708 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12711         taken from `gnus-button-mid-or-mail-regexp'.
12712         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12713         (gnus-button-alist): Improve regexp for domain part of the MIDs
12714         for news:localpart@domain buttons.
12715         (gnus-button-ctan-directory-regexp): Update.
12716
12717 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * sieve-manage.el (sieve-manage-interactive-login): Use
12720         make-local-variable rather than make-variable-buffer-local.
12721         (sieve-manage-open): Ditto.
12722         (sieve-manage-authenticate): Ditto.
12723
12724         * mml.el (mml-generate-mime-1): Make the content type default to
12725         text/plain if the filename is not specified.
12726
12727 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12730         instead of insert-buffer.
12731
12732         * message.el (message-yank-original): Ditto; set the mark at the
12733         end of the yanked message.
12734
12735 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12738         lines to scroll rather than to stop it.
12739
12740         * mml.el (mml-generate-default-type): Add doc string.
12741         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12742         default to application/octet-stream when determining the content
12743         type if it is not specified for the part or the mml contents; add
12744         a comment about mml-generate-default-type.
12745
12746 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12747
12748         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12749         make it default to application/octet-stream when determining the
12750         content type if it is not specified for the external contents.
12751
12752 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12755         segmented parameter but also other parameters might be there.
12756
12757 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * mm-decode.el (mm-display-external): Delete temp file, directory
12760         and buffer immediately if the external process is exited.
12761
12762 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12765         fewer lines than that of scroll-margin.
12766         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12767
12768 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * gnus-art.el (gnus-article-next-page): Revert.
12771         (gnus-article-beginning-of-window): New macro.
12772         (gnus-article-next-page-1): Use it.
12773         (gnus-article-prev-page): Ditto.
12774         (gnus-article-edit-part): Use insert-buffer-substring instead of
12775         insert-buffer.
12776         (gnus-article-edit-exit): Ditto.
12777
12778         * gnus-util.el (gnus-beginning-of-window): Remove.
12779         (gnus-end-of-window): Remove.
12780
12781         * lpath.el: Don't bind header-line-format and scroll-margin.
12782
12783 2005-07-25  Simon Josefsson  <jas@extundo.com>
12784
12785         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12786         to have the url package without w3.  Reported by Daiki Ueno
12787         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12788
12789 2005-07-20  Didier Verna  <didier@xemacs.org>
12790
12791         * gnus-diary.el: Remove the description comment (nndiary is now
12792         properly documented in the Gnus manual).
12793         Fix the spelling of "Back End".
12794         * nndiary.el: Ditto.
12795         Fix the copyright notice.
12796
12797 2005-07-18  Romain Francoise  <romain@orebokech.com>
12798
12799         * gnus-sum.el (gnus-summary-to-prefix)
12800         (gnus-summary-newsgroup-prefix): New variables.
12801         (gnus-summary-from-or-to-or-newsgroups): Use them.
12802
12803 2005-07-17  Romain Francoise  <romain@orebokech.com>
12804
12805         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12806         space as it's generally not especially interesting to the user.
12807
12808 2005-07-16  Romain Francoise  <romain@orebokech.com>
12809
12810         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12811         nil to avoid prompting and file modification if one of the
12812         messages at the top of the nnfolder file contains a copyright
12813         notice.
12814         Update copyright notice.
12815
12816         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12817         instead of `current-time-string' as the latter creates a time
12818         string that is not RFC 2822 compliant (it lacks the zone).
12819         Update copyright notice.
12820
12821 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12822
12823         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12824         for text/rtf.  Display default in prompt.  Pass default for M-n.
12825
12826         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12827
12828 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12829
12830         * gnus-msg.el (gnus-button-mailto): Remove
12831         save-selected-window-window hackery because it relies on
12832         save-selected-window internals.
12833
12834 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12837         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12838         (gnus-article-prev-page): Ditto.
12839
12840         * gnus-util.el (gnus-beginning-of-window): New function.
12841         (gnus-end-of-window): New function.
12842
12843         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12844
12845 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12846
12847         * gnus-score.el (gnus-score-edit-all-score): Set
12848         gnus-score-edit-exit-function to gnus-score-edit-done and call
12849         gnus-message.
12850
12851 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12852
12853         * gnus-msg.el (gnus-button-mailto): Remove
12854         save-selected-window-window hackery because it relies on
12855         save-selected-window internals.
12856
12857 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12860         add-minor-mode.
12861         (gnus-binary-mode): Ditto.
12862
12863         * gnus-topic.el (gnus-topic-mode): Ditto.
12864
12865 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12866
12867         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12868         (gnus-article-prev-page): Take scroll-margin into consideration.
12869
12870 2005-07-04  Lute Kamstra  <lute@gnu.org>
12871
12872         Update FSF's address in GPL notices.
12873
12874 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12875
12876         * gnus.el (gnus-exit):
12877         * gnus-group.el (gnus-group-icons):
12878         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12879
12880         * gnus-nocem.el (gnus-nocem):
12881         * message.el (message-various, message-buffers, message-sending)
12882         (message-interface, message-forwarding, message-insertion)
12883         (message-headers, message-news, message-mail):
12884         * pgg-gpg.el (pgg-gpg):
12885         * pgg-parse.el (pgg-parse):
12886         * pgg-pgp.el (pgg-pgp):
12887         * pgg-pgp5.el (pgg-pgp5):
12888         * pop3.el (pop3): Finish `defgroup' description with period.
12889
12890 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * gnus-art.el (article-display-face): Improve the efficiency.
12893         (article-display-x-face): Ditto; remove grey x-face stuff.
12894
12895 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * gnus-art.el (article-display-face): Correct the position in
12898         which Faces are inserted.
12899
12900 2005-06-29  Didier Verna  <didier@xemacs.org>
12901
12902         * gnus-art.el (article-display-face): Display faces in correct
12903         order.
12904
12905 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12908         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12909         (gnus-nocem-check-article): Fetch the Type header.
12910         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12911         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12912         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12913         make sure gnus-nocem-hashtb is initialized.
12914         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12915         (gnus-nocem-unwanted-article-p): Ditto.
12916
12917         * pgg.el (pgg-verify): Return the verification result.
12918
12919 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12920
12921         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12922         is ascii.
12923
12924 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12925
12926         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12927         `show-nonbreak-escape'.
12928
12929 2005-06-23  Lute Kamstra  <lute@gnu.org>
12930
12931         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12932
12933         * dig.el (dig-mode):
12934         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12935
12936 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12937
12938         * nnimap.el (nnimap-split-download-body): Fix spellings.
12939
12940 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12941
12942         * gnus-art.el (gnus-article-encrypt-body):
12943         * gnus-cus.el (gnus-score-customize):
12944         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12945         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12946
12947 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12948
12949         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12950         header by looking for magic "MII" at the beginnig.
12951
12952 2005-06-16  Miles Bader  <miles@gnu.org>
12953
12954         * gnus-xmas.el (gnus-xmas-group-startup-message):
12955         Use renamed gnus-splash face.
12956
12957         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12958         (assistant-field-face): New backward-compatibility alias for renamed
12959         face.
12960         (assistant-render-text): Use renamed assistant-field face.
12961
12962         * spam.el (spam): Remove "-face" suffix from face name.
12963         (spam-face): New backward-compatibility alias for renamed face.
12964         (spam-face, spam-initialize): Use renamed spam face.
12965
12966         * message.el (message-header-to, message-header-cc)
12967         (message-header-subject, message-header-newsgroups)
12968         (message-header-other, message-header-name)
12969         (message-header-xheader, message-separator, message-cited-text)
12970         (message-mml): Remove "-face" suffix from face names.
12971         (message-header-to-face, message-header-cc-face)
12972         (message-header-subject-face, message-header-newsgroups-face)
12973         (message-header-other-face, message-header-name-face)
12974         (message-header-xheader-face, message-separator-face)
12975         (message-cited-text-face, message-mml-face):
12976         New backward-compatibility aliases for renamed faces.
12977         (message-font-lock-keywords): Use renamed message faces.
12978
12979         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12980         (sieve-test-commands, sieve-tagged-arguments):
12981         Remove "-face" suffix from face names.
12982         (sieve-control-commands-face, sieve-action-commands-face)
12983         (sieve-test-commands-face, sieve-tagged-arguments-face):
12984         New backward-compatibility aliases for renamed faces.
12985         (sieve-control-commands-face, sieve-action-commands-face)
12986         (sieve-test-commands-face, sieve-tagged-arguments-face):
12987         Use renamed sieve faces.
12988
12989         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12990         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12991         (gnus-group-news-3-empty, gnus-group-news-4)
12992         (gnus-group-news-4-empty, gnus-group-news-5)
12993         (gnus-group-news-5-empty, gnus-group-news-6)
12994         (gnus-group-news-6-empty, gnus-group-news-low)
12995         (gnus-group-news-low-empty, gnus-group-mail-1)
12996         (gnus-group-mail-1-empty, gnus-group-mail-2)
12997         (gnus-group-mail-2-empty, gnus-group-mail-3)
12998         (gnus-group-mail-3-empty, gnus-group-mail-low)
12999         (gnus-group-mail-low-empty, gnus-summary-selected)
13000         (gnus-summary-cancelled, gnus-summary-high-ticked)
13001         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13002         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13003         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13004         (gnus-summary-low-undownloaded)
13005         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13006         (gnus-summary-low-unread, gnus-summary-normal-unread)
13007         (gnus-summary-high-read, gnus-summary-low-read)
13008         (gnus-summary-normal-read, gnus-splash):
13009         Remove "-face" suffix from face names.
13010         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13011         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13012         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13013         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13014         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13015         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13016         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13017         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13018         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13019         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13020         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13021         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13022         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13023         (gnus-summary-normal-ticked-face)
13024         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13025         (gnus-summary-normal-ancient-face)
13026         (gnus-summary-high-undownloaded-face)
13027         (gnus-summary-low-undownloaded-face)
13028         (gnus-summary-normal-undownloaded-face)
13029         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13030         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13031         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13032         (gnus-splash-face):
13033         New backward-compatibility aliases for renamed faces.
13034         (gnus-group-startup-message): Use renamed gnus faces.
13035
13036         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13037         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13038         (gnus-server-agent): Remove "-face" suffix from face names.
13039         (gnus-server-agent-face, gnus-server-opened-face)
13040         (gnus-server-closed-face, gnus-server-denied-face)
13041         (gnus-server-offline-face):
13042         New backward-compatibility aliases for renamed faces.
13043         (gnus-server-agent-face, gnus-server-opened-face)
13044         (gnus-server-closed-face, gnus-server-denied-face)
13045         (gnus-server-offline-face): Use renamed gnus faces.
13046
13047         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13048         Remove "-face" suffix from face names.
13049         (gnus-picon-xbm-face, gnus-picon-face):
13050         New backward-compatibility aliases for renamed faces.
13051
13052         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13053         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13054         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13055         (gnus-cite-11): Remove "-face" suffix from face names.
13056         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13057         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13058         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13059         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13060         New backward-compatibility aliases for renamed faces.
13061         (gnus-cite-attribution-face, gnus-cite-face-list)
13062         (gnus-article-boring-faces): Use renamed gnus faces.
13063
13064         * gnus-art.el (gnus-signature, gnus-header-from)
13065         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13066         (gnus-header-content): Remove "-face" suffix from face names.
13067         (gnus-signature-face, gnus-header-from-face)
13068         (gnus-header-subject-face, gnus-header-newsgroups-face)
13069         (gnus-header-name-face, gnus-header-content-face):
13070         New backward-compatibility aliases for renamed faces.
13071         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13072
13073         * gnus-sum.el (gnus-summary-selected-face)
13074         (gnus-summary-highlight): Use renamed gnus faces.
13075         * gnus-group.el (gnus-group-highlight): Likewise.
13076
13077 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13078
13079         * gnus-sieve.el (gnus-sieve-article-add-rule):
13080         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13081         * spam-stat.el (spam-stat-buffer-change-to-spam)
13082         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13083
13084         * message.el (message-is-yours-p):
13085         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13086
13087 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * mm-view.el (mm-inline-text): Withdraw the last change.
13090
13091 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13094         executing enriched-decode.
13095
13096 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13099         charset of tar files.
13100
13101 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13102
13103         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13104
13105 2005-06-04  Lute Kamstra  <lute@gnu.org>
13106
13107         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13108         information is never recorded.
13109
13110 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13111
13112         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13113
13114 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * pop3.el (pop3-apop): Run md5 in the binary mode.
13117
13118         * starttls.el (starttls-set-process-query-on-exit-flag):
13119         Use eval-and-compile.
13120
13121 2005-05-31  Simon Josefsson  <jas@extundo.com>
13122
13123         * smime.el (smime-replace-in-string): Define.
13124         (smime-cert-by-ldap-1): Use it.
13125
13126 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * gnus-art.el (article-display-x-face): Replace
13129         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13130
13131         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13132         set-process-query-on-exit-flag or process-kill-without-query.
13133
13134         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13135         loop instead of replace-regexp.
13136
13137         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13138         instead of process-kill-without-query if it is available.
13139
13140         * lpath.el: Fbind ldap-search-entries.
13141
13142         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13143         instead of find-file-hooks if it is available.
13144
13145         * mml1991.el: Bind pgg-default-user-id when compiling.
13146
13147         * mml2015.el: Bind pgg-default-user-id when compiling.
13148
13149         * nndraft.el (nndraft-request-associate-buffer):
13150         Use write-contents-functions instead of write-contents-hooks if it is
13151         available.
13152
13153         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13154         instead of find-file-hooks if it is available.
13155
13156         * nntp.el (nntp-open-connection): Replace
13157         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13158         (nntp-open-ssl-stream): Ditto.
13159         (nntp-open-tls-stream): Ditto.
13160
13161         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13162         set-process-query-on-exit-flag or process-kill-without-query.
13163         (starttls-open-stream-gnutls): Use it instead of
13164         process-kill-without-query.
13165         (starttls-open-stream): Ditto.
13166
13167 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13168
13169         * smime.el (smime-cert-by-ldap-1): Don't use
13170         replace-regexp-in-string.
13171
13172 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13173
13174         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13175
13176         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13177         in PEM format.  Adjust to the XEmacs compability.
13178
13179 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13182         by `string-to-number'.
13183         * gnus-agent.el (gnus-agent-regenerate-group)
13184         (gnus-agent-fetch-articles): Ditto.
13185         * gnus-art.el (gnus-button-fetch-group): Ditto.
13186         * gnus-cache.el (gnus-cache-generate-active)
13187         (gnus-cache-articles-in-group): Ditto.
13188         * gnus-group.el (gnus-group-set-current-level)
13189         (gnus-group-insert-group-line): Ditto.
13190         * gnus-score.el (gnus-score-set-expunge-below)
13191         (gnus-score-set-mark-below, gnus-summary-score-effect)
13192         (gnus-summary-score-entry): Ditto.
13193         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13194         (gnus-soup-pack): Ditto.
13195         * gnus-spec.el (gnus-xmas-format): Ditto.
13196         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13197         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13198         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13199         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13200         * nndb.el (nndb-get-remote-expire-response): Ditto.
13201         * nndiary.el (nndiary-parse-schedule-value)
13202         (nndiary-string-to-number, nndiary-request-replace-article)
13203         (nndiary-request-article): Ditto.
13204         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13205         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13206         * nneething.el (nneething-make-head): Ditto.
13207         * nnfolder.el (nnfolder-request-article)
13208         (nnfolder-retrieve-headers): Ditto.
13209         * nnheader.el (nnheader-file-to-number): Ditto.
13210         * nnkiboze.el (nnkiboze-request-article): Ditto.
13211         * nnmail.el (nnmail-process-unix-mail-format)
13212         (nnmail-process-babyl-mail-format): Ditto.
13213         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13214         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13215         (nnmh-request-create-group, nnmh-request-list-1)
13216         (nnmh-request-group, nnmh-request-article): Ditto.
13217         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13218         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13219         * nnsoup.el (nnsoup-make-active): Ditto.
13220         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13221         * nntp.el (nntp-find-group-and-number)
13222         (nntp-retrieve-headers-with-xover): Ditto.
13223         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13224         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13225         (pgg-format-key-identifier): Ditto.
13226         * pop3.el (pop3-last, pop3-stat): Ditto.
13227         * qp.el (quoted-printable-decode-region): Ditto.
13228
13229         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13230         of concat.
13231
13232 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13235
13236         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13237
13238         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13239
13240         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13241
13242         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13243
13244         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13245
13246         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13247         (gnus-carpal-mode): Ditto.
13248
13249         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13250         (gnus-browse-mode): Ditto.
13251
13252         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13253
13254         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13255
13256 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13257
13258         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13259
13260 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * gnus-util.el (gnus-run-mode-hooks): New function.
13263
13264         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13265
13266         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13267         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13268
13269 2005-05-27  Lute Kamstra  <lute@gnu.org>
13270
13271         * dns-mode.el (dns-mode): Specify customization group.
13272
13273 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13274
13275         * gnus-agent.el (gnus-agent-make-mode-line-string):
13276         Use mode-line-highlight as mouse-face.
13277
13278 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * canlock.el (canlock): Change the parent group to news.
13281
13282         * deuglify.el (gnus-outlook-deuglify): Add :group.
13283
13284         * dig.el (dig): Add :group.
13285
13286         * dns-mode.el (dns-mode): Add :group.
13287
13288         * encrypt.el (encrypt): Add :group.
13289
13290         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13291         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13292         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13293         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13294         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13295
13296         * gnus-diary.el (gnus-diary): Add :group.
13297
13298         * gnus.el (gnus-group-news-1-face): Add :group.
13299         (gnus-group-news-1-empty-face): Ditto.
13300         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13301         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13302         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13303         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13304         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13305         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13306         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13307         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13308         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13309         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13310         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13311         (gnus-summary-high-ticked-face): Ditto.
13312         (gnus-summary-low-ticked-face): Ditto.
13313         (gnus-summary-normal-ticked-face): Ditto.
13314         (gnus-summary-high-ancient-face): Ditto.
13315         (gnus-summary-low-ancient-face): Ditto.
13316         (gnus-summary-normal-ancient-face): Ditto.
13317         (gnus-summary-high-undownloaded-face): Ditto.
13318         (gnus-summary-low-undownloaded-face): Ditto.
13319         (gnus-summary-normal-undownloaded-face): Ditto.
13320         (gnus-summary-high-unread-face): Ditto.
13321         (gnus-summary-low-unread-face): Ditto.
13322         (gnus-summary-normal-unread-face): Ditto.
13323         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13324         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13325
13326         * hashcash.el (hashcash): New custom group.
13327         (hashcash-default-payment): Add :group.
13328         (hashcash-payment-alist): Ditto.
13329         (hashcash-default-accept-payment): Ditto.
13330         (hashcash-accept-resources): Ditto.
13331         (hashcash-path): Ditto.
13332         (hashcash-extra-generate-parameters): Ditto.
13333         (hashcash-double-spend-database): Ditto.
13334         (hashcash-in-news): Ditto.
13335
13336         * message.el (message-minibuffer-local-map): Add :group.
13337
13338         * netrc.el (netrc): Add :group.
13339
13340         * sieve-manage.el (sieve-manage-log): Add :group.
13341         (sieve-manage-default-user): Diito.
13342         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13343         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13344         (sieve-manage-authenticators): Ditto.
13345         (sieve-manage-authenticator-alist): Ditto.
13346         (sieve-manage-default-port): Ditto.
13347
13348         * sieve-mode.el (sieve-control-commands-face): Add :group.
13349         (sieve-action-commands-face): Ditto.
13350         (sieve-test-commands-face): Ditto.
13351         (sieve-tagged-arguments-face): Ditto.
13352
13353         * smime.el (smime): Add :group.
13354
13355         * spam-report.el (spam-report): Add :group.
13356
13357         * spam.el (spam, spam-face): Add :group.
13358
13359 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13360
13361         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13362         return \n.\n.\n at the end of articles.  Protect against that.
13363         (nntp-with-open-group): Allow debugging.
13364
13365         * nnheader.el (mail-header-set-extra): Make into a function
13366         because I just could't understand how to quote the list properly.
13367
13368         * dns.el (query-dns-cached): New function.
13369
13370 2005-05-26  Lute Kamstra  <lute@gnu.org>
13371
13372         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13373
13374 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13377
13378         * gnus-art.el: Don't autoload mail-extract-address-components.
13379
13380         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13381         eval-and-compile to evaluate it.
13382
13383         * hashcash.el: Don't autoload executable-find.
13384
13385         * nndb.el: Don't declare the nndb back end two or more times; don't
13386         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13387
13388         * nntp.el: Autoload format-spec instead of format; use
13389         eval-and-compile to evaluate autoload forms.
13390
13391 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13392
13393         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13394
13395 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13396
13397         * gnus.el (gnus-version-number): Bump version.
13398
13399 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13400
13401         * gnus.el: No Gnus v0.3 is released.
13402
13403 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * lpath.el (featurep): Bind show-nonbreak-escape.
13406
13407 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13408
13409         * gnus-art.el (gnus-article-edit-part): Disable undo.
13410
13411 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13414         gnus-article-date-lapsed-new-header is t if date timer is active;
13415         skip headers in which the original date value is empty.
13416         (gnus-article-save-original-date): Redefine it as a macro.
13417         (gnus-display-mime): Use it.
13418
13419 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * gnus-art.el (article-date-ut): Support converting date in
13422         forwarded parts as well.
13423         (gnus-article-save-original-date): New function.
13424         (gnus-display-mime): Use it.
13425
13426 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13427
13428         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13429         enclosure element of <item>.
13430
13431 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13432
13433         * message.el (message-kill-buffer-query): Renamed from
13434         `message-kill-buffer-query-if-modified'.  Added :version.
13435
13436 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13439         window layout.
13440
13441 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * mml.el: Autoload dnd when compiling.
13444
13445 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13448         x-dnd-*.
13449
13450 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * qp.el (quoted-printable-encode-region): Save excursion.
13453
13454 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13455
13456         * message.el (message-kill-buffer-query-if-modified): Add new variable
13457         so the user can kill a modified message buffer quickly.
13458         (message-kill-buffer): Use it.
13459
13460 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * lpath.el: Fbind display-time-event-handler; don't fbind
13463         string-to-multibyte.
13464
13465         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13466
13467 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13468
13469         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13470         contained in text because xml.el decodes entities) with LFs.
13471
13472 2005-04-11  Lute Kamstra  <lute@gnu.org>
13473
13474         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13475         differently.
13476
13477 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13478
13479         * mm-util.el (mm-detect-coding-region): Typo.
13480
13481 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13484
13485 2005-04-06  Deepak Goel  <deego@gnufans.org>
13486
13487         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13488         user-function allow user modifications of the scores.
13489         (spam-stat-score-buffer-user): New function, to allow
13490         user-computed modifications to the score.
13491         (spam-stat-score-buffer-user-functions): List of additional
13492         scoring functions.
13493         (spam-stat-error-holder): Global temporary error holder.
13494         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13495         variable.
13496
13497 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13498
13499         * gnus-registry.el (gnus-registry-clean-empty-function)
13500         (gnus-registry-trim, gnus-registry-fetch-groups)
13501         (gnus-registry-delete-group): Groups that match
13502         `gnus-registry-ignored-groups' are removed from the registry
13503         entries, not just ignored for splitting.  This helps clean up the
13504         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13505         to get all the groups a message ID is in.
13506
13507         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13508         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13509         (spam-stat-score-buffer-user-functions): Add :number custom type.
13510
13511 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13514         argument in XEmacs.
13515
13516         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13517         (nnrss-request-group): Decode group name first.
13518         (nnrss-request-article): Make a text/plain article if mml-to-mime
13519         failed.
13520         (nnrss-get-encoding): Return a compatible encoding according to
13521         nnrss-compatible-encoding-alist.
13522         (nnrss-find-el): Use consp instead of listp.
13523         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13524
13525 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13528         which Emacs 20 doesn't support.
13529         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13530
13531 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13534         silence the byte compiler inside the defun.
13535
13536         * gnus-demon.el (parse-time-string): Add autoload.
13537
13538         * gnus-delay.el (parse-time-string): Add autoload.
13539
13540         * gnus-art.el (parse-time-string): Add autoload.
13541
13542         * nnultimate.el (parse-time): Require for `parse-time-string'.
13543
13544 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13545
13546         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13547
13548         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13549
13550         * smime.el (smime-ldap-host-list): Add :version.
13551
13552 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13553
13554         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13555         pass it to `gnus-browse-read-group'.
13556         (gnus-browse-read-group): Add NUMBER argument and pass it to
13557         `gnus-group-read-ephemeral-group'.
13558
13559         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13560         argument and pass it to `gnus-group-read-group'.
13561
13562 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13563
13564         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13565         mm-xemacs-find-mime-charset-1 if we have the mule feature
13566         available at runtime.
13567
13568 2005-03-25  Werner Lemberg  <wl@gnu.org>
13569
13570         * nnmaildir.el: Replace `illegal' with `invalid'.
13571
13572 2005-03-23  Lute Kamstra  <lute@gnu.org>
13573
13574         * time-date.el: Add comment on time value formats.
13575         Don't require parse-time.
13576         (with-decoded-time-value): New macro.
13577         (encode-time-value): New function.
13578         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13579         (days-to-time): Return a valid time value when arg is huge.
13580         (time-since): Use time-subtract.
13581         (time-to-number-of-days): Use time-to-seconds.
13582
13583 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13584
13585         * gnus-start.el (gnus-display-time-event-handler):
13586         Check display-time-timer at runtime rather than only at load time
13587         in case display-time-mode is turned off in the mean time.
13588
13589 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13590
13591         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13592         used.
13593
13594         * nneething.el (nneething-map-file-directory): Derive from
13595         `gnus-directory'.
13596
13597         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13598         the To/Cc button.
13599
13600 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13601
13602         * nnmaildir.el (nnmaildir-request-accept-article):
13603         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13604
13605 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13606
13607         * gnus-async.el: Require timer-funcs at compile time when in
13608         XEmacs for `run-with-idle-timer'.
13609
13610 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13611
13612         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13613         autoloaded function.
13614
13615 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13616
13617         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13618
13619 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13620
13621         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13622
13623 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13624
13625         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13626         gnus-expert-user to default.
13627
13628 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13629
13630         * nnimap.el (nnimap-open-server): Ditto.
13631
13632         * imap.el (imap-authenticate): Fix typo.
13633
13634 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13635
13636         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13637         buffer (since IMAP server might return FETCH response out of
13638         order, and the nntp buffer must be sorted).
13639
13640 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13641
13642         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13643         comparison on string.
13644
13645         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13646         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13647         (gnus-agent-summary-fetch-series): Modified to protect against
13648         gnus-agent-summary-fetch-group clearing processable flags.
13649         (gnus-agent-synchronize-group-flags): Update live group buffer as
13650         synchronization may occur due to the user toggle the plugged
13651         status.
13652         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13653         successfully downloaded.
13654         (gnus-agent-expire-group-1): Avoid using markers when the overview
13655         is in ascending order; greatly improves performance.
13656         (gnus-agent-regenerate-group): Use
13657         gnus-agent-synchronize-group-flags to reset read status in both
13658         gnus and server.
13659         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13660
13661 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13662
13663         * message.el: Don't autoload former message-utils variables.
13664         (message-strip-subject-trailing-was): Change doc string.
13665
13666         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13667         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13668         (nnweb-google-search): Add "hl=en" here.
13669         (nnweb-google-parse-1, nnweb-google-create-mapping):
13670         Don't hardcode URL.
13671
13672 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * message.el (message-get-reply-headers, message-followup):
13675         Mention related variables `message-use-followup-to' and
13676         `message-use-mail-followup-to', in the information buffer.
13677
13678         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13679         of broken groups(-beta).google.com.
13680
13681 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13682
13683         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13684         parameter to invoked gnus-request-move-article; remove the
13685         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13686         all at once instead of once per article.
13687         (gnus-summary-remove-process-mark): Accept a list of articles as
13688         well as a single article for processing.
13689
13690         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13691         parameter.
13692
13693         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13694
13695         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13696
13697         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13698         parameter.
13699
13700         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13701         parameter.
13702
13703         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13704         parameter and remove the gnus-sum-hint-move-is-internal variable.
13705
13706         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13707         parameter.
13708
13709         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13710         parameter.
13711
13712         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13713         parameter.
13714
13715         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13716
13717         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13718         parameter.
13719
13720         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13721         parameter.
13722
13723 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13724
13725         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13726         a more conservative way.
13727
13728 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13729
13730         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13731         buffer, so it moves the window's cursor.
13732
13733 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13734
13735         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13736         `mm-dissect-multipart' and receive the from field as an (optional)
13737         argument from `mm-dissect-multipart'.
13738         (mm-dissect-multipart): Receive the from field as an argument and
13739         pass it on when we call `mm-dissect-buffer' on MIME parts.
13740         Fixes verification/decryption of signed/encrypted MIME parts.
13741
13742 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13743
13744         * gnus-sum.el (gnus-summary-move-article): Set
13745         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13746         whatever it calls (right now, only nnimap-request-move article
13747         respects it).
13748
13749         * nnimap.el (nnimap-request-move-article): When
13750         gnus-sum-hint-move-is-internal is set, don't do the extra
13751         nnimap-request-article.
13752
13753 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13756
13757         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13758         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13759
13760         * gnus-sum.el (gnus-summary-caesar-message):
13761         Apply `gnus-treat-article' after rotation.
13762
13763         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13764         doc string.
13765
13766 2005-02-22  Simon Josefsson  <jas@extundo.com>
13767
13768         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13769         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13770         <arne@arnested.dk>.
13771         (encrypt): Add password-cache and password-cache-expiry as group
13772         members.
13773
13774 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13775
13776         * smime.el (smime-ldap-host-list): Doc fix.
13777         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13778         cache) password.
13779         (smime-sign-region): Use it.
13780         (smime-decrypt-region): Use it.
13781         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13782         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13783         fails.
13784         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13785         certificate from DER to PEM format rather than calling openssl.
13786
13787         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13788
13789         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13790         for signing/encryption.
13791
13792         * mml.el (mml-parse-1): Use them.
13793
13794 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13795
13796         * nnrss.el (nnrss-verbose): Removed.
13797         (nnrss-request-group): Use `nnheader-message' instead.
13798
13799 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13800
13801         * nnrss.el (nnrss-verbose): New variable.
13802         (nnrss-request-group): Make it say nnrss is requesting a group.
13803
13804 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13805
13806         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13807         Handle news URL with given port correctly.
13808
13809 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13812         containing special characters.
13813
13814         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13815
13816         * mml.el (mime-to-mml): Ditto.
13817
13818         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13819         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13820         (rfc2047-decode-region): Quote decoded words containing special
13821         characters when rfc2047-quote-decoded-words-containing-tspecials
13822         is non-nil.
13823
13824 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13825
13826         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13827
13828         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13829
13830 2005-02-15  Simon Josefsson  <jas@extundo.com>
13831
13832         * nnimap.el (nnimap-debug): Doc fix.
13833
13834         * imap.el (imap-debug): Doc fix.
13835
13836 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13839
13840 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13841
13842         * gnus.el (spam-contents): Improve docs for spam-contents
13843         parameter in its variable incarnation.
13844
13845 2005-02-14  Simon Josefsson  <jas@extundo.com>
13846
13847         * smime-ldap.el: Use require instead of load-library for ldap.
13848         (smime-ldap-search): Indent.
13849         (smime-ldap-search-internal): Shorten line.
13850
13851         * smime.el (smime-cert-by-dns): Add doc-string.
13852         (smime-cert-by-ldap-1): Indent.
13853
13854         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13855         mml-smime-get-dns-ldap.
13856         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13857
13858 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13859
13860         * smime.el: Require smime-ldap.
13861         (smime-ldap-host-list): New variable.
13862         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13863
13864         * mml-smime.el (mml-smime-encrypt-query): New function.
13865         (mml-smime-encrypt-query): Use it.
13866
13867         * smime-ldap.el: New file.
13868
13869 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13872
13873 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13874
13875         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13876         argument in doc string.  Make query for type more clear.
13877
13878 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13879
13880         * gnus.el (gnus-group-startup-message): Search for gnus images in
13881         etc/images/gnus.
13882         * mm-util.el (mm-image-load-path): Likewise.
13883         * smiley.el (smiley-data-directory): Search for smilies in
13884         etc/images/smilies.
13885
13886 2005-02-09  Kim F. Storm  <storm@cua.dk>
13887
13888         Change Emacs release version from 21.4 to 22.1 throughout.
13889         Change Emacs development version from 21.3.50 to 22.0.50.
13890
13891 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13894
13895         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13896         non-Mule XEmacs as well.
13897         (mm-decompress-buffer): Signal an error intentionally if it does
13898         not decompress compressed data because auto-compression-mode is
13899         disabled.
13900
13901 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13902
13903         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13904         an ID in the registry even if it has no groups.
13905
13906 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13909         merge it into mm-decompress-buffer.
13910         (gnus-mime-copy-part): Use the MIME part charset, the value which
13911         a user specified or gnus-newsgroup-charset for decoding, like
13912         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13913         save-buffer what was used.  Suggested by Kevin Ryde
13914         <user42@zip.com.au>.
13915         (gnus-mime-inline-part): Allow the name parameter as well as the
13916         filename parameter; force decompressing of compressed data; always
13917         display contents being not decoded as unibyte.
13918
13919         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13920         as well as the filename parameter.
13921
13922         * mm-util.el (mm-decompress-buffer): Merge
13923         gnus-mime-jka-compr-maybe-uncompress.
13924         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13925         of compressed data.
13926
13927 2005-02-08  Simon Josefsson  <jas@extundo.com>
13928
13929         * imap.el (imap-log): Doc fix.
13930
13931 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13934         the coding cookies; decompress compressed parts.
13935
13936         * mml.el (mml-generate-mime-1): Add the charset parameter according
13937         to the value which a user specified manually or the coding cookie.
13938
13939         * mm-util.el (mm-string-to-multibyte): New function.
13940         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13941         (mm-coding-system-to-mime-charset): New function.
13942         (mm-decompress-buffer): New function.
13943         (mm-find-buffer-file-coding-system): New function.
13944
13945         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13946         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13947         parts.
13948
13949 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13950
13951         * mm-view.el (mm-display-inline-fontify): Decode a part according
13952         to the charset parameter.
13953
13954 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13957         prefix arg is neither nil nor a number, as info specifies.
13958
13959 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13962         timestamps.
13963
13964 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13965
13966         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13967         groups error checking and notify user.
13968
13969 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13970
13971         * message.el (message-send-mail-function): Check existence of
13972         sendmail-program first before using default value
13973         `message-send-mail-with-sendmail'.  Otherwise use more generic
13974         `smtpmail-send-it'.
13975
13976 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13977
13978         * nntp.el (nntp-request-update-info): Always return nil.
13979
13980 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13981
13982         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13983
13984 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13985
13986         * message.el (message-beginning-of-line): Change the behavior when
13987         invoked between BOL and : so that it first moves backward.
13988
13989 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13992         article buffer when editing of the article is discarded.
13993         (gnus-article-prepare): Revert.
13994
13995 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * gnus-art.el (gnus-article-prepare):
13998         Remove message-strip-forbidden-properties from the local hook.
13999
14000 2005-01-27  Simon Josefsson  <jas@extundo.com>
14001
14002         * password.el (password-cache-add): Only start one timer per key.
14003         Reported by Derek Atkins <warlord@MIT.EDU>.
14004
14005 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14006
14007         * run-at-time.el: Removed.  It is no longer needed as
14008         timer-funcs.el in the xemacs-base package has a working version of
14009         `run-at-time'.
14010
14011         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14012
14013         * password.el: Require timer-funcs instead of run-at-time in
14014         XEmacs.
14015         Remove `password-run-at-time' macro.
14016         (password-cache-add): Use `run-at-time' instead of
14017         `password-run-at-time'.
14018
14019         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14020         Remove `nnheader-cancel-function-timers' alias,
14021         `cancel-function-timers' exists in XEmacs in timer-funcs.
14022
14023         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14024         for `run-with-idle-timer'.
14025
14026         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14027         for `run-at-time'.
14028
14029         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14030         for `with-timeout'.
14031
14032         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14033         the same as for XEmacs 21.4.
14034         No need to ignore `run-with-idle-timer', this function exists in
14035         XEmacs now in timer-funcs.el in the xemacs-base package.
14036         (dgnushack-compile): No need to delete
14037         run-at-time.el from the list of files to compile because it
14038         doesn't exist anymore.
14039
14040 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14043         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14044
14045 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14046
14047         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14048         sensitively.
14049
14050 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14051
14052         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14053
14054 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14055
14056         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14057         which will be inserted according to the multibyteness of a buffer
14058         rather than the type of contents.  Suggested by ARISAWA Akihiro
14059         <ari@mbf.ocn.ne.jp>.
14060
14061         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14062         of string which old xml.el may return rather than a string.
14063
14064 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14067
14068 2005-01-16  Simon Josefsson  <jas@extundo.com>
14069
14070         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14071         idn/idna.el isn't available.
14072         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14073         <michael@waxrat.com>.
14074
14075         * hashcash.el: Remove non-FSF copyright header.
14076
14077         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14078         (hashcash-generate-payment): Use it.
14079         (hashcash-generate-payment-async): Use it.
14080
14081 2005-01-15  Simon Josefsson  <jas@extundo.com>
14082
14083         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14084         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14085
14086         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14087         gnus-summary-idna-message.
14088         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14089         (gnus-summary-idna-message): New function.
14090
14091 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14092
14093         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14094         gnus-novice-user.
14095
14096 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * nnrss.el (nnrss-request-delete-group): Delete entries in
14099         nnrss-group-alist as well.
14100         (nnrss-save-server-data): Insert newline.
14101
14102 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * gnus.el (gnus-user-agent): Use list of symbols instead of
14105         symbols.  Display full version number for (S)XEmacs.  Optionally
14106         display (S)XEmacs codename.
14107
14108         * gnus-util.el (gnus-emacs-version): Update for new
14109         `gnus-user-agent'.
14110
14111         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14112         Gnus version.
14113
14114 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14117         which is unreadable in some setups.
14118
14119 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14120
14121         * gnus-spec.el (gnus-update-format-specifications): Flush the
14122         group format spec cache if it doesn't support decoded group names.
14123
14124 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14127         Allow to apply decay on score files matching a regexp.
14128
14129 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14132         compatibility in %g and %c.
14133
14134 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14137         name for only %g and %c.
14138         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14139         of gnus-tmp-group to decoded group name.
14140         (gnus-group-make-rss-group): Exclude `/'s from group names.
14141
14142 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * nnrss.el (nnrss-get-encoding): Fix regexp.
14145
14146 2004-12-27  Simon Josefsson  <jas@extundo.com>
14147
14148         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14149         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14150         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14151
14152 2004-12-17  Kim F. Storm  <storm@cua.dk>
14153
14154         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14155
14156         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14157
14158 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14159
14160         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14161
14162 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * nnrss.el: Require rfc2047 and mml.
14165         (nnrss-file-coding-system): New variable.
14166         (nnrss-format-string): Redefine it as an inline function.
14167         (nnrss-decode-group-name): New function.
14168         (nnrss-string-as-multibyte): Remove.
14169         (nnrss-retrieve-headers): Decode group name; don't use
14170         nnrss-format-string.
14171         (nnrss-request-group): Decode group name.
14172         (nnrss-request-article): Decode group name; allow a Message-ID as
14173         well as an article number; don't use nnrss-format-string; encode a
14174         Message-ID string which may contain non-ASCII characters; use
14175         mml-to-mime to compose a MIME article.
14176         (nnrss-request-expire-articles): Decode group name.
14177         (nnrss-request-delete-group): Decode group name.
14178         (nnrss-fetch): Clarify error message.
14179         (nnrss-read-server-data): Use insert-file-contents instead of load;
14180         bind file-name-coding-system; use multibyte buffer.
14181         (nnrss-save-server-data): Bind coding-system-for-write to the
14182         value of nnrss-file-coding-system; bind file-name-coding-system;
14183         add coding cookie.
14184         (nnrss-read-group-data): Use insert-file-contents instead of load;
14185         bind file-name-coding-system; use multibyte buffer.
14186         (nnrss-save-group-data): Bind coding-system-for-write to the
14187         value of nnrss-file-coding-system; bind file-name-coding-system.
14188         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14189         make it work with non-ASCII text.
14190         (nnrss-find-el): Make it work with old xml.el as well.
14191
14192 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14193
14194         * nnrss.el (nnrss-get-encoding): New function.
14195         (nnrss-fetch): Use unibyte buffer initially; bind
14196         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14197         decode contents according to the encoding attribute.
14198         (nnrss-save-group-data): Add coding cookie.
14199         (nnrss-mime-encode-string): New function.
14200         (nnrss-check-group): Use it to encode subject and author.
14201
14202 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14203
14204         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14205         imaginary variable.
14206
14207 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14210         correctly even if there are wide characters.
14211
14212 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14213
14214         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14215         downcased symbol names; make a new cache instead of reusing
14216         bbdb-hashtable.
14217
14218 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14221         concatenating segments rather than before concatenating them.
14222         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14223
14224         * message.el (message-get-reply-headers): Bind `extra'.
14225
14226 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14227
14228         * message.el (message-extra-wide-headers): New variable.
14229         (message-get-reply-headers): Use it.
14230
14231 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14232
14233         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14234         (gnus-agent-group-pathname): Ditto.
14235
14236         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14237
14238         * gnus-group.el (gnus-group-make-group): Decode group name.
14239         (gnus-group-make-rss-group): Register the group data after opening
14240         the nnrss group.
14241
14242 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14243
14244         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14245         by expiry now get marked as read.
14246
14247 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14248
14249         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14250
14251 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14252
14253         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14254         unify Latin characters in XEmacs.
14255         (mm-find-mime-charset-region): Use it.
14256
14257 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus-util.el (gnus-delete-directory): New function.
14260
14261         * gnus-agent.el (gnus-agent-delete-group): Use it.
14262
14263         * gnus-cache.el (gnus-cache-delete-group): Use it.
14264
14265 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14268         names.
14269
14270 2004-12-16  Simon Josefsson  <jas@extundo.com>
14271
14272         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14273
14274 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14275
14276         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14277
14278         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14279         (gnus-group-set-current-level): Decode group name.
14280
14281 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14282
14283         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14284         failed.
14285
14286 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * gnus-group.el (gnus-group-delete-group): Decode group name.
14289         (gnus-group-make-rss-group): Encode group name.
14290         (gnus-group-catchup-current): Decode group name.
14291         (gnus-group-kill-group): Decode group name.
14292
14293 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14294
14295         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14296
14297 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * gnus-group.el (gnus-group-make-rss-group):
14300         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14301
14302         * gnus-start.el (gnus-setup-news): Honor user's setting to
14303         gnus-message-archive-method.  Suggested by Lute Kamstra
14304         <lute@gnu.org>.
14305
14306 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14307
14308         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14309         global counterparts of the buffer-local variables.
14310
14311 2004-11-16  Romain Francoise  <romain@orebokech.com>
14312
14313         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14314         counterparts of the buffer-local variables.
14315
14316 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14317
14318         * message.el (message-forbidden-properties): Fixed typo in doc
14319         string.
14320
14321 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14322
14323         * gnus-util.el (gnus-replace-in-string): Added doc string.
14324
14325         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14326         to avoid problems when splitting mails with many recipients.
14327
14328 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14329
14330         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14331         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14332
14333 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14334
14335         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14336         if there is no hashtable in memory or file modification time is
14337         newer than cached timestamp.
14338
14339 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14340
14341         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14342         not-matching option.
14343
14344 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14345
14346         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14347         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14348         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14349         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14350         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14351         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14352
14353 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * message.el (message-forward-make-body-mml): Remove headers
14356         according to message-forward-ignored-headers if a message is decoded.
14357
14358 2004-12-02  Romain Francoise  <romain@orebokech.com>
14359
14360         * message.el (message-forward-make-body-plain): Always remove
14361         headers according to message-forward-ignored-headers.
14362
14363 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14364
14365         * spam.el (spam-summary-prepare-exit): Remove the
14366         gnus-summary-limit pop for now, it has problems with ham marks for
14367         me.
14368
14369 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14370
14371         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14372         correctly.
14373
14374 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14375
14376         * format-spec.el (format-spec): Message the char.
14377
14378 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14379
14380         * gnus-art.el (gnus-split-methods): Reformat comments.
14381
14382         * spam.el (spam-summary-prepare-exit): Remove article limits
14383         before exiting the summary buffer.
14384
14385 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14388         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14389
14390         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14391         order to silence the byte compiler.
14392
14393         * spam.el: Fix the way to silence the byte compiler, which
14394         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14395         bbdb-search-simple, spam-BBDB-register-routine,
14396         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14397         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14398         spam-stat-buffer-is-spam, spam-stat-load,
14399         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14400         spam-stat-save and spam-stat-split-fancy.
14401
14402 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14405         which may confuse users.
14406         (canlock-password-for-verify): Ditto.
14407
14408         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14409
14410         * gnus-art.el (gnus-emphasis-alist): Ditto.
14411
14412         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14413
14414         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14415
14416         * gnus-start.el (gnus-save-killed-list): Ditto.
14417
14418         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14419         (gnus-sum-thread-tree-root): Ditto.
14420         (gnus-sum-thread-tree-false-root): Ditto.
14421         (gnus-sum-thread-tree-single-indent): Ditto.
14422
14423         * message.el (message-courtesy-message): Ditto.
14424         (message-archive-note): Ditto.
14425         (message-subscribed-address-file): Ditto.
14426         (message-user-fqdn): Ditto.
14427
14428         * spam-report.el (spam-report-gmane-regex): Ditto.
14429
14430         * spam.el (spam-blackhole-good-server-regex): Ditto.
14431
14432 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * mml.el (mml-preview): Widen the message buffer before copying
14435         the contents to the preview buffer; sort headers before previewing.
14436
14437         * message.el (message-hidden-headers): Fix the way to avoid a bug
14438         in the `repeat' widget in Emacs 21.3 or earlier.
14439
14440 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * message.el (message-hidden-headers): Default to "^References:".
14443         Improve customization type.  Suggested by Reiner Steib
14444         <Reiner.Steib@gmx.de>.
14445
14446 2004-11-25  Romain Francoise  <romain@orebokech.com>
14447
14448         * message.el (message-strip-forbidden-properties): Remove check for
14449         obsolete `message-hidden' text property, hidden headers are not
14450         accessible in the buffer anymore.
14451
14452 2004-11-22  Romain Francoise  <romain@orebokech.com>
14453
14454         * message.el (message-header-format-alist): Add `From' in list
14455         so that it can be sorted.
14456         (message-fix-before-sending): Widen and sort headers before
14457         sending.
14458         (message-hide-headers): Use narrowing to hide headers by moving
14459         them to the top of the buffer and narrowing to the region
14460         underneath.
14461
14462 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14463
14464         * message.el (message-strip-forbidden-properties): Bind
14465         buffer-read-only (etc) to nil.
14466
14467 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14470         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14471
14472 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14473
14474         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14475
14476 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14477
14478         * dns.el (query-dns): Use sit-for to time instead of
14479         accept-process-output, since that doesn't seem to work on udp
14480         sockets.
14481
14482 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14485
14486 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14487
14488         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14489         doc string.  Improve doc string.
14490
14491 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * nntp.el (nntp-request-update-info): Return nil if
14494         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14495         may not call gnus-activate-group which uselessly issues the GROUP
14496         commands for all nntp groups and wastes time.  Reported by Romain
14497         Francoise <romain@orebokech.com>.
14498
14499         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14500
14501 2004-11-15  Simon Josefsson  <jas@extundo.com>
14502
14503         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14504         headers separately.
14505         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14506         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14507
14508 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * gnus-start.el (gnus-convert-old-newsrc):
14511         Assign legacy-gnus-agent to 5.10.7.
14512
14513 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14514
14515         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14516         start of the lines.
14517
14518 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14519
14520         * hashcash.el (hashcash-default-payment): Change default to 20.
14521         (hashcash-default-accept-payment): Change default to 20.
14522         (hashcash-process-alist): New variable.
14523         (hashcash-generate-payment-async): Add.
14524         (hashcash-already-paid-p): Add.
14525         (hashcash-insert-payment): Don't generate payments twice.
14526         (hashcash-insert-payment-async): Add.
14527         (hashcash-insert-payment-async-2): Add.
14528         (hashcash-cancel-async): Add.
14529         (hashcash-wait-async): Add.
14530         (hashcash-processes-running-p): Add.
14531         (hashcash-wait-or-cancel): Add.
14532         (mail-add-payment): New optional argument.  Conditionally start
14533         asynchronous calculation.
14534         (mail-add-payment-async): Add.
14535
14536         * message.el (message-send-mail): Wait for asynchronous hashcash
14537         results.  Don't clobber existing X-Hashcash headers.
14538         (message-setup-1): Call mail-add-payment-async when
14539         message-generate-hashcash is non-nil.
14540
14541 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14542
14543         * message.el (message-use-alternative-email-as-from): Examine the
14544         From header as well; use message-make-from in order to include a
14545         user's full name.
14546
14547 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14550         default; improve customization type.
14551         (gnus-emphasis-custom-with-format): New macro.
14552         (gnus-emphasis-custom-value-to-external): New function.
14553         (gnus-emphasis-custom-value-to-internal): New function.
14554
14555 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14556
14557         * dns.el (query-dns): Resolve reverse addresses.
14558
14559 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14560
14561         * gnus-group.el (gnus-group-get-new-news): Use it.
14562
14563         * gnus-start.el (gnus-check-reasonable-setup): New function.
14564
14565 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14566
14567         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14568         "Args out of range" error.  Reported by Arnaud Giersch
14569         <arnaud.giersch@free.fr>.
14570
14571 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14572
14573         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14574
14575 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14576
14577         * spam.el (spam group): Add :version.
14578
14579         * pgg-def.el (pgg group): Add :version.
14580
14581 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * gnus-art.el (gnus-article-edit-article): Don't associate the
14584         article buffer with a draft file.  This is a temporary measure
14585         against the 2004-08-22 change to gnus-article-edit-mode.
14586
14587 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14590         (html2text-format-tags): Remove unused variable `attr'.
14591
14592 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14595
14596         * tls.el (tls-process-connection-type, tls-success)
14597         (tls-certtool-program): Add :version.
14598
14599         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14600         (starttls-extra-arguments, starttls-process-connection-type)
14601         (starttls-connect, starttls-failure, starttls-success): Add :version.
14602
14603         * spam-stat.el (spam-stat): Add :version.
14604
14605         * sieve.el (sieve): Add :version.
14606
14607         * sha1.el (sha1): Add :version.
14608         (sha1-use-external): Remove redundant version.
14609
14610         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14611         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14612         (nnmail-split-fancy-match-partial-words)
14613         (nnmail-split-lowercase-expanded): Add :version.
14614
14615         * nndiary.el (nndiary): Add :version.
14616
14617         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14618
14619         * mml-sec.el (mml-default-sign-method)
14620         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14621         Add :version.
14622
14623         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14624
14625         * mm-url.el (mm-url-use-external, mm-url-program)
14626         (mm-url-arguments): Add :version.
14627
14628         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14629         (mm-attachment-file-modes, mm-decrypt-option)
14630         (mm-w3m-safe-url-regexp): Add :version.
14631
14632         * message.el (message-cite-prefix-regexp)
14633         (message-sendmail-envelope-from, message-minibuffer-local-map)
14634         (message-user-fqdn, message-completion-alist): Add :version.
14635
14636         * gnus-win.el (gnus-configure-windows-hook)
14637         (gnus-use-frames-on-any-display): Add :version.
14638
14639         * gnus-art.el (gnus-article-address-banner-alist)
14640         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14641         (gnus-treat-from-picon, gnus-treat-mail-picon)
14642         (gnus-treat-x-pgp-sig): Add :version.
14643
14644         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14645         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14646         (gnus-summary-article-delete-hook)
14647         (gnus-summary-display-while-building): Add :version.
14648
14649         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14650         (gnus-get-top-new-news-hook): Add :version.
14651
14652         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14653         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14654
14655         * gnus-registry.el (gnus-registry): Add :version.
14656
14657         * gnus-spec.el (gnus-use-correct-string-widths)
14658         (gnus-make-format-preserve-properties): Add :version.
14659
14660         * gnus.el (gnus-group-charter-alist)
14661         (gnus-group-fetch-control-use-browse-url)
14662         (gnus-install-group-spam-parameters): Add :version.
14663
14664         * gnus-diary.el (gnus-diary): Add :version.
14665
14666         * gnus-delay.el (gnus-delay): Add :version.
14667
14668         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14669         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14670         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14671         Add :version.
14672
14673         * gnus-agent.el (gnus-agent-max-fetch-size)
14674         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14675         (gnus-agent-prompt-send-queue): Add :version.
14676
14677         * deuglify.el (gnus-outlook-deuglify): Add :version.
14678
14679         * html2text.el: Beautify code.  Improve doc strings.  Some
14680         checkdoc cleanup.
14681         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14682
14683 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14684
14685         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14686
14687 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14688
14689         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14690         when package is loaded.
14691
14692         * spam.el (spam-summary-score-preferred-header): Add global preference
14693         for people who want to override the default SpamAssassin over
14694         Bogofilter preference (when both are set).
14695         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14696         (spam-user-format-function-S): Check
14697         spam-summary-score-preferred-header.
14698         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14699         (spam-user-format-function-S): Format the score correctly.
14700
14701 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14704         signature file.  Suggested by Manoj Srivastava
14705         <srivasta@golden-gryphon.com>.
14706
14707         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14708         iso-2022-jp even in the Japanese language environment.
14709         Suggested by Jason Rumney <jasonr@gnu.org>.
14710
14711 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14714         use the same characters as the dummy marks; make it free from
14715         getting affected by the language environment.
14716         (gnus-summary-read-group-1): Update mark positions only when the
14717         format spec is updated.
14718
14719         * gnus-spec.el (gnus-update-format-specifications): Return a list
14720         of updated types.
14721
14722 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14725         of boundp to check if display-warning is available.
14726
14727 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14728
14729         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14730
14731 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * nnspool.el (nnspool-spool-directory): Use news-path if the
14734         news-directory variable is not bound.
14735
14736         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14737         function instead of display-warning if it is not available.
14738
14739 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14740
14741         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14742         v5-10: Use `point-at-bol'.
14743
14744 2004-10-26  Simon Josefsson  <jas@extundo.com>
14745
14746         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14747         <chenggao@gmail.com>.
14748
14749 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14752         instead.
14753
14754 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14755
14756         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14757         to remove a server from the nnimap-server-buffer-alist.
14758         (nnimap-open-connection, nnimap-close-server): Use it.
14759
14760         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14761
14762 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14765         running the major-mode function.
14766
14767 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14770         dummy marks in the right way.
14771
14772 2004-10-18  David Edmondson  <dme@dme.org>
14773
14774         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14775         excessively.
14776
14777 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14778
14779         * gnus-util.el (gnus-split-references): Accept a nil references
14780         string and go on blissfully.
14781
14782         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14783         cases where the references string is non-nil but has no references.
14784
14785         * encrypt.el: Add autoload tags.
14786
14787         * spam.el (spam-resolve-registrations-routine): Remove article
14788         from unregistration list too.  Reported by David Hanak
14789         <dhanak@isis.vanderbilt.edu>
14790
14791 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14792
14793         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14794         nil.  Changed custom type.
14795
14796 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14797
14798         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14799
14800         * gnus-sum.el (gnus-summary-move-article): Use it.
14801
14802 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14803
14804         * encrypt.el: Add autoload cookies.
14805
14806         * spam.el (spam-backend-article-list-property)
14807         (spam-backend-get-article-todo-list)
14808         (spam-backend-put-article-todo-list)
14809         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14810         Resolve registrations separately.
14811         (spam-register-routine): Format comments.
14812         (spam-unregister-routine, spam-register-routine): Always call with
14813         specific-articles, no default list.
14814         (spam-summary-prepare-exit): Use the spam-classifications function.
14815
14816         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14817         gnus-encrypt.el.
14818
14819         * encrypt.el: Copied from gnus-encrypt.el.
14820
14821         * gnus-encrypt.el: Commented that it's obsolete.
14822
14823 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14826         (gnus-score-save): Use it.
14827
14828         * message.el (message-bury): Use `window-dedicated-p'.
14829
14830 2004-10-15  Simon Josefsson  <jas@extundo.com>
14831
14832         * pop3.el (top-level): Don't require nnheader.
14833         (pop3-read-timeout): Add.
14834         (pop3-accept-process-output): Add.
14835         (pop3-read-response, pop3-retr): Use it.
14836
14837 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14838
14839         * spam.el (spam-register-routine): Move comment.
14840         (spam-verify-bogofilter): Use 'unknown for the initial
14841         spam-bogofilter-valid state, not 'never.
14842
14843         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14844         for netrc-machine.
14845
14846         * nnimap.el (nnimap-open-connection): Use
14847         netrc-machine-user-or-password.
14848
14849 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14850
14851         * gnus-registry.el (gnus-registry-unload-hook):
14852         Set as a variable with add-hook.
14853
14854         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14855         of news-path.
14856
14857         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14858
14859         * spam.el: Delete duplicate `provide'.
14860         (spam-unload-hook): Set as a variable with add-hook.
14861
14862 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14865         in the doc string.
14866
14867         * message.el (message-ignored-news-headers)
14868         (message-ignored-supersedes-headers)
14869         (message-ignored-resent-headers)
14870         (message-forward-ignored-headers): Improve custom type.
14871
14872 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * message.el (message-tokenize-header): Fix 2004-09-06 change
14875         which used point-min in the wrong place.
14876
14877 2004-10-12  Simon Josefsson  <jas@extundo.com>
14878
14879         * tls.el (tls-certtool-program): New variable.
14880         (tls-certificate-information): New function, based on
14881         ssl-certificate-information.
14882
14883 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * compface.el: Move the version of ELisp-based uncompface program
14886         to the contrib directory because of the copyright problem.
14887
14888 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14889
14890         * message.el (message-kill-buffer): Raise the current frame.
14891
14892 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14893
14894         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14895
14896         * gnus.el (message-y-or-n-p): Autoload.
14897
14898         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14899         (pop3-password-required, pop3-authentication-scheme)
14900         (pop3-leave-mail-on-server): Made customizable.
14901         (pop3): New custom group.
14902         (pop3-retr): Remove `sleep-for' statements.
14903         Suggested by Dave Love <fx@gnu.org>.
14904
14905         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14906         Windows/DOS.
14907
14908         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14909         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14910         Dave Love <fx@gnu.org>.
14911
14912         * mml.el (mml-minibuffer-read-disposition): Require match.
14913         Suggested by Dave Love <fx@gnu.org>.
14914
14915 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14916
14917         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14918         doc string.
14919
14920 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14923
14924 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14925
14926         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14927         instead of calling `mm-insert-inline', to decode text/* parts
14928         before displaying them.
14929
14930 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * mm-uu.el (mm-uu-text-plain-type): New variable.
14933         (mm-uu-pgp-signed-extract-1): Use it.
14934         (mm-uu-pgp-encrypted-extract-1): Use it.
14935         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14936         bind mm-uu-text-plain-type with that value.
14937         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14938         mm-uu-dissect.
14939
14940 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-group.el (gnus-update-group-mark-positions):
14943         * gnus-sum.el (gnus-update-summary-mark-positions):
14944         * message.el (message-check-news-body-syntax):
14945         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14946         of string-as-multibyte.
14947
14948 2004-10-05  Juri Linkov  <juri@jurta.org>
14949
14950         * gnus-group.el (gnus-update-group-mark-positions):
14951         * gnus-sum.el (gnus-update-summary-mark-positions):
14952         * message.el (message-check-news-body-syntax):
14953         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14954         8-bit unibyte values to a multibyte string for search functions.
14955
14956 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14959         (mm-uu-dissect-text-parts): New function.
14960
14961         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14962         dissect text parts.
14963
14964         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14965         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14966
14967         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14968
14969         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14970         gnus-current-topics instead of gnus-current-topic.
14971
14972 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14973
14974         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14975
14976 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14977
14978         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14979         where approriate.
14980
14981         * nnml.el (nnml-generate-active-info): do.
14982
14983         * nndiary.el (nndiary-generate-active-info): do.
14984
14985         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14986         (gnus-topic-move): do.
14987
14988         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14989         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14990
14991         * gnus-srvr.el (gnus-server-prepare)
14992         (gnus-server-open-all-servers): do.
14993
14994         * gnus-msg.el (gnus-summary-cancel-article)
14995         (gnus-summary-resend-message)
14996         (gnus-summary-mail-crosspost-complaint): do.
14997
14998         * gnus-move.el (gnus-change-server): do.
14999
15000         * gnus-group.el (gnus-group-unmark-all-groups)
15001         (gnus-group-set-current-level): do.
15002
15003 2004-10-04  Simon Josefsson  <jas@extundo.com>
15004
15005         * message.el (message-generate-hashcash): Doc fix.
15006
15007 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15008
15009         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15010         avoid infinite recursion via gnus-get-function.
15011
15012 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15013
15014         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15015
15016         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15017
15018         * nnmail.el (nnmail-split-history): do.
15019
15020         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15021         (nnml-request-delete-group): do.
15022
15023         * nnslashdot.el (nnslashdot-read-groups): do.
15024
15025         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15026         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15027
15028         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15029         (nnspool-sift-nov-with-sed): Use last.
15030         (nnspool-retrieve-headers-with-nov): Use mapc.
15031         (nnspool-request-newgroups): Use dolist.
15032         (nnspool-request-group): Use last.
15033
15034         * nntp.el (nntp-read-server-type): Use dolist.
15035
15036         * nnvirtual.el (nnvirtual-create-mapping)
15037         (nnvirtual-update-read-and-marked): Use dolist.
15038         (nnvirtual-convert-headers): Simplify.
15039
15040 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15041
15042         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15043         support for sync'ing tick marks.
15044
15045 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15048         there's no visible header.
15049
15050 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15051
15052         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15053         necessary, pass full group name to gnus-request-set-marks.
15054
15055 2004-10-01  Simon Josefsson  <jas@extundo.com>
15056
15057         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15058         acroread.
15059
15060 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15061
15062         * spam-report.el (spam-report-gmane): Fix interactive.
15063
15064         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15065
15066         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15067         when writing file.
15068         (gnus-agent-synchronize-flags): Don't default to being
15069         interactive.
15070
15071 2004-09-30  Simon Josefsson  <jas@extundo.com>
15072
15073         * message.el (message-generate-hashcash): Add.
15074         (message-send-mail): Use it, call mail-add-payment.
15075
15076 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15077
15078         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15079
15080 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15081
15082         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15083         gnus-requst-update-info with explicit code to sync the in-memory
15084         info read flags with the marks being sync'd to the backend.
15085
15086         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15087
15088 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15089
15090         * spam.el (spam-verify-bogofilter): Add new function.
15091         (spam-check-bogofilter)
15092         (spam-bogofilter-register-with-bogofilter): Use it.
15093         (spam-verify-bogofilter): Add small fixes.
15094
15095 2004-09-28  Simon Josefsson  <jas@extundo.com>
15096
15097         * hashcash.el (hashcash-generate-payment): Revert.
15098
15099 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15100
15101         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15102         gnus-extract-references instead of gnus-split-references.
15103
15104         * gnus-util.el (gnus-extract-references): Add new function, analogous
15105         to gnus-split-references but extracts only the message-ID without
15106         anything extra.
15107
15108         * hashcash.el (hashcash-generate-payment)
15109         (hashcash-check-payment): Do the right thing if hashcash-path is
15110         nil (because the hashcash program could not be found).
15111
15112         * spam.el (spam-use-hashcash): Remove comment.
15113
15114 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15115
15116         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15117         (gnus-cache-enter-article, gnus-cache-remove-article)
15118         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15119
15120         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15121
15122         * gnus-art.el (article-hide-boring-headers)
15123         (article-translate-strings, article-display-face)
15124         (gnus-article-mime-match-handle-first)
15125         (gnus-article-highlight-headers)
15126         (gnus-article-add-buttons-to-head): do.
15127
15128 2004-09-27  Simon Josefsson  <jas@extundo.com>
15129
15130         * hashcash.el: New version, from
15131         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15132         ../contrib/.
15133
15134 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15137
15138 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15139
15140         * gnus-dup.el (gnus-dup-open): Use mapc.
15141         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15142
15143         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15144         Reported by Stefan Wiens <s.wi@gmx.net>.
15145
15146         * gnus.el (gnus-shutdown): Use dolist.
15147
15148         * gnus-undo.el (gnus-undo): Use mapc.
15149
15150         * nnrss.el (nnrss-generate-active): do.
15151
15152         * message.el (message-cite-original-without-signature)
15153         (message-cite-original): Use mapc.
15154         (message-do-actions, message-make-forward-subject): Use dolist.
15155
15156 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15157
15158         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15159         deletion to remove entire duplicate line.  Fixes merged article
15160         number bug.
15161
15162 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15163
15164         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15165         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15166         first ask if you want to open a server and then, even when you
15167         responded with no, asking if you want to synchronize the server's
15168         flags.
15169         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15170         multi-line expressions.
15171         (gnus-agent-synchronize-group-flags): New internal function.
15172         Updates marks in memory (in the info structure) AND in the
15173         backend.
15174
15175         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15176
15177         * nnagent.el (nnagent-request-set-mark): Use
15178         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15179         method, to ensure that synchronization updates marks in the
15180         backend and in the info (in memory) structure.
15181
15182 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15185         convention fully; don't miss the root article of a thread; make
15186         the X-Draft-From header with correct article numbers.
15187
15188 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15189
15190         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15191         unless plugged.  Disable the agent so that an open failure causes
15192         an error.
15193
15194         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15195         Reverted 2004-09-21 change.  The backend must be opened while
15196         synchronizing flags even when the backend stores the flags
15197         locally.
15198
15199 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15200
15201         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15202         in `header' match.  Reported by Svend Tollak Munkejord.
15203
15204         * message.el (message-cite-original): Fix use of
15205         `message-cite-articles-with-x-no-archive'.
15206
15207 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15210         (gnus-window-to-buffer): Ditto.
15211
15212         * mml.el (mml-preview-buffer): New variable.
15213         (mml-preview): Manage window layout with gnus-buffer-configuration.
15214
15215         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15216         X-Draft-From header even if those articles aren't quoted.
15217
15218 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15219
15220         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15221         (gnus-request-set-mark, gnus-request-update-mark): Use new
15222         g-s-t-u-l-m to decide to use backend even when unplugged.
15223
15224 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15225
15226         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15227         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15228
15229 2004-09-20  Simon Josefsson  <jas@extundo.com>
15230
15231         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15232         "utf-16-le".
15233
15234 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15235
15236         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15237
15238 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15239
15240         * uudecode.el (uudecode-use-external): Add :version.
15241
15242         * smime.el (smime-CA-file, smime-encrypt-cipher)
15243         (smime-dns-server): Add :version.
15244
15245         * smiley.el (gnus-smiley-file-types): Add :version.
15246
15247         * sha1.el (sha1-use-external): Add :version.
15248
15249         * pgg-def.el (pgg-query-keyserver): Add :version.
15250
15251         * nnmail.el (nnmail-fancy-expiry-targets)
15252         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15253         Add :version.
15254
15255         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15256         (nnimap-retrieve-groups-asynchronous): Add :version.
15257         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15258
15259         * mml.el (mml-content-disposition-parameters)
15260         (mml-insert-mime-headers-always): Add :version.
15261
15262         * mm-util.el (mm-coding-system-priorities): Add :version.
15263
15264         * mm-decode.el (mm-inline-text-html-with-images)
15265         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15266         (mm-verify-option): Add :version.
15267         (mm-text-html-renderer): Change :version.
15268
15269         * message.el (message-fcc-externalize-attachments)
15270         (message-required-headers, message-draft-headers)
15271         (message-subject-trailing-was-query)
15272         (message-subject-trailing-was-ask-regexp)
15273         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15274         (message-mark-insert-end, message-archive-header)
15275         (message-archive-note, message-cross-post-default)
15276         (message-cross-post-note, message-followup-to-note)
15277         (message-cross-post-note-function, message-use-mail-followup-to)
15278         (message-subscribed-address-functions)
15279         (message-subscribed-address-file, message-subscribed-addresses)
15280         (message-subscribed-regexps, message-allow-no-recipients)
15281         (message-yank-cited-prefix, message-signature-insert-empty-line)
15282         (message-hidden-headers, message-hierarchical-addresses)
15283         (message-mail-user-agent, message-use-idna)
15284         (message-valid-fqdn-regexp)
15285         (message-strip-special-text-properties, message-header-synonyms)
15286         (message-beginning-of-line, message-tab-body-function): Add :version.
15287         (message-insert-canlock, message-wide-reply-confirm-recipients):
15288         Change :version.
15289
15290         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15291         and :version.
15292         (mail-source-delete-old-incoming-confirm)
15293         (mail-source-movemail-program): Add :version.
15294
15295         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15296         (gnus-agent-cache, gnus-agent): Change :version.
15297
15298         * gnus-util.el (gnus-use-byte-compile): Change :version.
15299
15300         * gnus-sum.el (gnus-summary-make-false-root-always)
15301         (gnus-summary-default-high-score)
15302         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15303         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15304         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15305         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15306         (gnus-sum-thread-tree-single-indent)
15307         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15308         (gnus-sum-thread-tree-leaf-with-other)
15309         (gnus-sum-thread-tree-single-leaf): Add :version.
15310         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15311         (gnus-article-loose-mime): Change :version.
15312
15313         * gnus-start.el (gnus-backup-startup-file)
15314         (gnus-save-startup-file-via-temp-buffer): Add :version.
15315
15316         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15317         (gnus-server-offline-face): Add :version.
15318
15319         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15320
15321         * gnus-msg.el (gnus-gcc-externalize-attachments)
15322         (gnus-debug-files, gnus-debug-exclude-variables)
15323         (gnus-discouraged-post-methods): Change :version.
15324         (gnus-confirm-mail-reply-to-news)
15325         (gnus-confirm-treat-mail-like-news): Add :version.
15326
15327         * gnus-int.el (gnus-server-unopen-status): Add :version.
15328
15329         * gnus-group.el (gnus-group-jump-to-group-prompt)
15330         (gnus-large-ephemeral-newsgroup)
15331         (gnus-fetch-old-ephemeral-headers): Add :version.
15332
15333         * gnus-fun.el (gnus-x-face-directory)
15334         (gnus-convert-pbm-to-x-face-command)
15335         (gnus-convert-image-to-x-face-command)
15336         (gnus-convert-image-to-face-command): Add :version.
15337
15338         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15339
15340         * gnus-cite.el (gnus-cite-blank-line-after-header)
15341         (gnus-article-boring-faces): Add :version.
15342
15343         * gnus-art.el (gnus-buttonized-mime-types)
15344         (gnus-inhibit-mime-unbuttonizing)
15345         (gnus-treat-display-face)
15346         (gnus-treat-body-boundary): Change :version.
15347         (gnus-body-boundary-delimiter, gnus-picon-databases)
15348         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15349         (gnus-treat-date-english, gnus-treat-fold-headers)
15350         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15351         (gnus-treat-mail-picon, gnus-treat-wash-html)
15352         (gnus-article-encrypt-protocol)
15353         (gnus-use-idna, gnus-article-over-scroll)
15354         (gnus-mime-display-multipart-alternative-as-mixed)
15355         (gnus-mime-display-multipart-related-as-mixed)
15356         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15357         (gnus-ctan-url, gnus-button-ctan-handler)
15358         (gnus-button-handle-ctan-bogus-regexp)
15359         (gnus-button-ctan-directory-regexp)
15360         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15361         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15362         (gnus-button-man-level, gnus-button-emacs-level)
15363         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15364
15365         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15366         (gnus-agent-go-online): Change :version.
15367         (gnus-agent-expire-unagentized-dirs)
15368         (gnus-agent-auto-agentize-methods): Add :version.
15369
15370         * flow-fill.el (fill-flowed-display-column)
15371         (fill-flowed-encode-column): Add :version.
15372
15373         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15374         (gnus-outlook-deuglify-unwrap-max)
15375         (gnus-outlook-deuglify-cite-marks)
15376         (gnus-outlook-deuglify-unwrap-stop-chars)
15377         (gnus-outlook-deuglify-no-wrap-chars)
15378         (gnus-outlook-deuglify-attrib-cut-regexp)
15379         (gnus-outlook-deuglify-attrib-verb-regexp)
15380         (gnus-outlook-deuglify-attrib-end-regexp)
15381         (gnus-outlook-display-hook): Add :version.
15382
15383         * binhex.el (binhex-use-external): Add :version.
15384
15385 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15388         and `invisible'.
15389
15390 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15391
15392         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15393         in gnus-registry-trim.
15394
15395 2004-09-13  Simon Josefsson  <jas@extundo.com>
15396
15397         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15398
15399         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15400
15401         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15402         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15403         <yamaoka@jpl.org>.
15404         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15405         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15406         <yamaoka@jpl.org>.
15407
15408         * sieve.el (sieve-manage-mode): Ditto.
15409
15410 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15411
15412         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15413
15414 2004-09-11  Simon Josefsson  <jas@extundo.com>
15415
15416         * dns-mode.el: Add.
15417
15418         * mm-view.el (mm-display-dns-inline): Add.
15419
15420         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15421         (mm-automatic-display): Ditto.
15422
15423         * mailcap.el (mailcap-mime-data): Add text/dns.
15424         (mailcap-mime-extensions): Map .soa to text/dns.
15425
15426 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15427
15428         * gnus-art.el (article-decode-mime-words, article-babel)
15429         (gnus-article-highlight-signature, gnus-article-add-buttons)
15430         (gnus-signature-toggle): Remove unnecessary bindings of
15431         `inhibit-read-only' inherited from v5.10 merge.
15432
15433 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15434
15435         * nntp.el (nntp): New customization group.
15436         (nntp-authinfo-file): Add customization group.
15437
15438         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15439
15440         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15441
15442         * gnus.el (to-address, to-list, subscribed)
15443         (large-newsgroup-initial): Ditto.
15444
15445         * flow-fill.el (fill-flowed-display-column)
15446         (fill-flowed-encode-column): Ditto.
15447
15448 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15449
15450         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15451         Use point-min rather than 1.
15452         (message-send-mail): Use buffer-size rather than point-max.
15453
15454         * gnus-sum.el (gnus-summary-search-article-forward):
15455         Signal a specific `search-failed' rather than a generic `error'.
15456
15457         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15458         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15459         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15460
15461 2004-09-10  Simon Josefsson  <jas@extundo.com>
15462
15463         * nndb.el (require): Remove tcp and duplicate cl.
15464
15465 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15466
15467         * gnus-agent.el (directory-files-and-attributes): Move forward.
15468
15469 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15470
15471         * gnus-agent.el (directory-files-and-attributes): Optionally
15472         defined to support XEmacs.
15473
15474 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15475
15476         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15477         to avoid run-time CL dependencies.
15478         (gnus-agent-unfetch-articles): New function.
15479         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15480         article numbers even when local .overview file is missing.
15481         (gnus-agent-read-article-number): New function.  Only accepts
15482         27-bit article numbers.
15483         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15484         gnus-agent-read-article-number.
15485         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15486         from backend while recognizing that article numbers in .overview
15487         must be valid.
15488         (gnus-agent-update-files-total-fetched-for): Use
15489         directory-files-and-attributes to improve performance.
15490         * gnus-int.el (gnus-request-move-article): Use
15491         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15492         improve performance.
15493
15494         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15495         some users confused by references to .newsrc when they only have a
15496         .newsrc.eld file.
15497         (gnus-convert-mark-converter-prompt)
15498         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15499         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15500         New function.  Used internally to only display 'gnus converting
15501         files' message when actually necessary.
15502
15503         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15504         methods now autoloaded.
15505
15506 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15509         identifiers.
15510
15511 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15512
15513         * gnus-picon.el: Fix indentation and closing parenthesis.
15514
15515 2004-09-01  Simon Josefsson  <jas@extundo.com>
15516
15517         * message.el (message-canlock-generate): Require sha1, not
15518         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15519         to require within a function.  Sadly, if sha1.el isn't loaded, the
15520         let binding in m-c-g will hide the defcustom definition, which is
15521         bad.)
15522
15523         * canlock.el: Require sha1, not sha1-el.
15524
15525         * message.el: Don't autoload sha1 (there is a autoload cookie in
15526         sha1.el).
15527
15528         * sha1-el.el: Renamed to sha1.el.
15529
15530 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15531
15532         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15533
15534 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15535
15536         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15537
15538 2004-08-30  Kim F. Storm  <storm@cua.dk>
15539
15540         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15541
15542         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15543         Add :group 'nnimap.
15544
15545 2004-08-30  Andreas Schwab  <schwab@suse.de>
15546
15547         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15548         ?* and ?\;.
15549
15550         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15551         and ?\' to symbol instead of whitespace.
15552
15553 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15554
15555         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15556
15557         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15558         instead of re-search-forward.
15559
15560         * gnus-uu.el (gnus-uu-save-article): Ditto.
15561         (gnus-uu-post-encode-uuencode): Ditto.
15562
15563         * html2text.el (html2text-clean-list-items): Ditto.
15564         (html2text-clean-dtdd): Ditto.
15565         (html2text-format-tags): Ditto.
15566
15567         * message.el (message-send-mail-with-sendmail): Fix regexp.
15568         (message-fill-field-general): Use search-forward instead of
15569         re-search-forward.
15570         (unbold-region): Ditto.
15571
15572         * nnrss.el (nnrss-request-article): Ditto.
15573
15574         * nnslashdot.el (nnslashdot-request-article): Ditto.
15575
15576         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15577
15578         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15579         "Unrecognized menu descriptor" error in XEmacs.
15580
15581 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15582
15583         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15584         parent article of a sparse article in the thread hashtb.
15585
15586 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15587
15588         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15589         (nnmail-expand-newtext): Lowercase expanded entries if
15590         nnmail-split-lowercase-expanded is non-nil.
15591
15592 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15593
15594         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15595
15596         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15597         of gnus-tmp-news-method into string under XEmacs.  It will be
15598         passed to gnus-correct-length which takes only a string argument.
15599
15600 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-util.el (gnus-bind-print-variables): New macro.
15603         (gnus-prin1): Use it.
15604         (gnus-prin1-to-string): Use it.
15605         (gnus-pp): New function.
15606         (gnus-pp-to-string): New function.
15607
15608         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15609         Replace pp-to-string with gnus-pp-to-string.
15610         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15611         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15612         * gnus-msg.el (gnus-debug): Ditto.
15613         * gnus-score.el (gnus-score-save): Ditto.
15614         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15615         gnus-pp-to-string.
15616         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15617         with gnus-pp.
15618         * score-mode.el (gnus-score-pretty-print): Ditto.
15619         * webmail.el (webmail-debug): Ditto.
15620
15621 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15622
15623         * gnus-art.el (article-display-face, article-display-x-face):
15624         Use buffer-read-only.
15625
15626 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15627
15628         * gnus-art.el (article-hide-list-identifiers):
15629         Bind inhibit-read-only as t.
15630
15631 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15632
15633         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15634
15635 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15636
15637         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15638         (gnus-narrow-to-page): Don't assume point-min == 1.
15639         (gnus-article-edit-mode): Derive from message-mode.
15640
15641         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15642         point-min == 1.
15643
15644         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15645         Disable incorrect use of `assert'.
15646
15647         * message.el (message-mode): Set comment-start-skip.
15648
15649
15650 2004-08-22  Sam Steingold  <sds@gnu.org>
15651
15652         * pop3.el (pop3-leave-mail-on-server): New user variable.
15653         (pop3-movemail): Delete mail only when it is nil.
15654
15655 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15658
15659         * mml.el (mml-preview): Use `pop-to-buffer'.
15660
15661         * message.el (message-goto-mail-followup-to): Insert after "To".
15662         (message-carefully-insert-headers): Add comment.
15663
15664         * gnus.el: Remove unused variable `gnus-article-check-size'.
15665
15666         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15667
15668         * gnus-art.el (gnus-button-alist): Improve
15669         `gnus-button-handle-library' entry.
15670
15671 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15672
15673         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15674         downcase, since XEmacs capitalizes error messages differently.
15675
15676 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15677
15678         * nntp.el: Add (require 'gnus) due to reference to
15679         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15680
15681 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15682
15683         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15684         `mm-fill-flowed'.
15685
15686         * mm-decode.el (mm-dissect-singlepart): Check it.
15687
15688 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15689
15690         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15691         'imap' for netrc parsing.
15692
15693 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15694
15695         * mailcap.el (mailcap-mime-data): Mark as risky.
15696
15697 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15700         may be included in the encoded word.
15701         (rfc2047-encode): Don't append a space if the encoded word
15702         includes close parenthesis.
15703
15704 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15707         of text within parentheses.
15708
15709 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15710
15711         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15712         (gnus-encrypt-write-file-contents): Make the password key the file
15713         name PLUS the cipher, not just the cipher.  Also remove failed
15714         passwords from the cache.
15715
15716 2004-08-06  Simon Josefsson  <jas@extundo.com>
15717
15718         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15719         fix.
15720
15721 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15724         LWSP.
15725
15726 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15727
15728         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15729         to append in-reply-to: data to the references: header.
15730
15731         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15732         (netrc-parse): Use gnus-encrypt.el functions.
15733
15734         * gnus-encrypt.el: Add new file for encryption support; currently
15735         does only a few GPG ciphers and an internal XOR cipher.
15736
15737         * password.el: Add comments on using password-read-and-add.
15738         (password-read-and-add): Add function to read and add the
15739         password to the cache at once.
15740
15741 2004-07-28  Simon Josefsson  <jas@extundo.com>
15742
15743         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15744         parameter (but don't use it, for now).
15745
15746         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15747         instead of hard coding to nil.
15748
15749 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15752         as mm-inline-image-xemacs does.
15753
15754 2004-07-26  Simon Josefsson  <jas@extundo.com>
15755
15756         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15757         Revert part of 2004-07-17 change below.
15758
15759 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15760
15761         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15762         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15763
15764 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15765
15766         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15767         quotes that actually start with ">" at the beginning of the
15768         lines.
15769
15770 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * rfc2047.el (rfc2047-encode-region): Fix last change.
15773         (rfc2047-encode-parameter): Remove useless concat.
15774
15775 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15778         encode special characters; fix some kind of misconfigured headers;
15779         signal a real error if debug-on-quit or debug-on-error is non-nil.
15780         (rfc2047-encode-max-chars): New variable.
15781         (rfc2047-encode-1): Use it.
15782         (rfc2047-encode-parameter): New function.
15783
15784         * mml.el (mml-insert-parameter): Remove an excessive space.
15785
15786 2004-07-17  Simon Josefsson  <jas@extundo.com>
15787
15788         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15789         Kai Grossjohann <kai@emptydomain.de>.
15790         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15791         (gnus-group-make-menu-bar): Ditto.
15792
15793         * gnus-util.el (gnus-group-server): Add.
15794
15795 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15796
15797         * message.el (message-clone-locals): Clone sendmail and smtp
15798         variables.
15799
15800 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15801
15802         * rfc2047.el (rfc2047-encode-region): Fix last change.
15803
15804 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15807         characters as non-special.
15808
15809 2004-07-09  Simon Josefsson  <jas@extundo.com>
15810
15811         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15812         Users will lose all flag changes made while unplugged with
15813         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15814         good default.  See numerous reports on ding mailing list.
15815
15816 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15817
15818         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15819         add generate-head-function and generate-article-function to the
15820         rfc822-forward entry.
15821         (nndoc-rfc822-forward-generate-article): New function.
15822         (nndoc-rfc822-forward-generate-head): New function.
15823
15824         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15825
15826 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15827
15828         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15829         respect display group parameter and gnus-summary-expunge-below.
15830         (gnus-articles-to-read): Remove unused reference to display group
15831         parameter.
15832
15833 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15834
15835         * nnheader.el (nnheader-uniquify-message-id): New experimental
15836         variable.
15837         (nnheader-nov-read-message-id): Use it.
15838
15839         * spam-report.el (spam-report-gmane): Add interactive.
15840
15841 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15842
15843         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15844         qp-or-base64 for the application/* types.
15845
15846 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15847
15848         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15849
15850 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15851
15852         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15853         trim value.
15854
15855 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15856
15857         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15858         New macro and function.
15859         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15860
15861 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15864         after-load-alist.
15865
15866 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15867
15868         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15869         update info that isn't there.
15870
15871 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15872
15873         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15874         entry.
15875
15876 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15877
15878         * mm-view.el (mm-inline-render-with-function): Use multibyte
15879         buffer; decode html source by charset.
15880
15881         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15882
15883         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15884         Mule-UCS is loaded under XEmacs.
15885         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15886
15887 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15888
15889         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15890
15891 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * mm-util.el (mm-coding-system-p): Return a coding-system.
15894         (mm-mime-mule-charset-alist): Use shift_jis instead of
15895         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15896         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15897         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15898         instead of japanese-shift-jis and iso-latin-1 respectively in
15899         order to share the default value with both Emacs and XEmacs-mule.
15900         (mm-mule-charset-to-mime-charset): Make
15901         mm-coding-system-priorities effective.
15902         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15903         while predicating of candidates upon the priorities.
15904
15905 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15906
15907         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15908         gnus-uu-invert-processable.
15909
15910         * gnus.el: Autoload gnus-uu-invert-processable.
15911
15912 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * mm-util.el (mm-with-multibyte-buffer): New macro.
15915
15916         * rfc2047.el (rfc2047-encode-string): Use it.
15917         (rfc2047-encode-region): Move point to the end of the region after
15918         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15919
15920 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15923         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15924
15925 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15928         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15929         Karl Chen <quarl@nospam.quarl.org>.
15930
15931 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15932
15933         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15934         invalid addresses.
15935
15936 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15937
15938         * spam.el: Change section markers, revise TODO list.
15939         (spam-backends): Make new master list of all installed backends.
15940         (spam-summary-exit-behavior): Add new variable to determine how
15941         messages moves are done at summary exit.
15942         (spam-move-spam-nonspam-groups-only)
15943         (spam-process-ham-in-nonham-groups)
15944         (spam-process-ham-in-spam-groups): Remove variables, the
15945         spam-summary-exit-behavior variable should be used to manage this
15946         behavior.
15947         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15948         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15949         and spam-old-spam-articles.
15950         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15951         Add empty variables, placeholders for the backends they represent.
15952         (spam-set-difference): Move, unchanged.
15953         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15954         unless the user has a processor variable.
15955         (spam-classifications, spam-classification-valid-p)
15956         (spam-backend-properties, spam-backend-property-valid-p)
15957         (spam-backend-function-type-valid-p)
15958         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15959         (spam-report-articles-gmane, spam-report-articles-resend):
15960         Remove functions, they are not needed.
15961         (spam-install-backend-super, spam-backend-list)
15962         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15963         (spam-backend-function, spam-backend-ham-registration-function)
15964         (spam-backend-spam-registration-function)
15965         (spam-backend-ham-unregistration-function)
15966         (spam-backend-spam-unregistration-function)
15967         (spam-backend-statistical-p, spam-backend-mover-p)
15968         (spam-install-backend-alias, spam-install-checkonly-backend)
15969         (spam-install-mover-backend, spam-install-nocheck-backend)
15970         (spam-install-backend, spam-install-statistical-backend)
15971         (spam-install-statistical-checkonly-backend): Add backend installation
15972         support.
15973         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15974         (spam-group-processor-p): Use the new backend code and respect the
15975         summary exit behavior.
15976         (spam-mark-spam-as-expired-and-move-routine): Remove.
15977         (spam-summary-prepare): Change to use the new spam-old-articles
15978         variable.
15979         (spam-copy-or-move-routine, spam-copy-spam-routine)
15980         (spam-move-spam-routine, spam-copy-ham-routine)
15981         (spam-move-ham-routine): Add code to copy/move ham or spam.
15982         (spam-fetch-field-fast): Improve doc and code, plus allow the
15983         'number request.
15984         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15985         variables.
15986         (spam-split, spam-find-spam): Use the new backend code.
15987         (spam-registration-functions): Remove variable.
15988         (spam-unregister-routine): Add convenience wrapper.
15989         (spam-log-undo-registration, spam-register-routine)
15990         (spam-log-processing-to-registry)
15991         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15992         where possible.
15993         (spam-check-gmane-xref, spam-check-regex-headers)
15994         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15995         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15996         (spam-check-bogofilter-headers, spam-check-spamoracle)
15997         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15998         (spam-check-crm114-headers): Use the spam-split-group that
15999         spam-split prepares, no need to determine it every time.
16000
16001         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16002         to the nnheader-parse-naked-head call.
16003
16004         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16005
16006         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16007         the nnheader-nov-read-message-id call.
16008
16009 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16010
16011         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16012         gnus-activate-group twice.  Suggested by Markus Peter
16013         <warp@spin.de>.
16014
16015 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus-art.el (gnus-article-time-format): Exchange the order of
16018         day and month in the default value; fix customization type.
16019         (article-date-ut): Use add-text-properties.
16020         (article-make-date-line): Use message-make-date instead of
16021         current-time-string.
16022
16023         * message.el (message-fetch-field): Don't use set-text-properties.
16024         (message-make-date): Simplify.
16025
16026         * messagexmas.el (message-xmas-make-date): New function.
16027         (message-xmas-redefine): Defalias message-make-date to it.
16028
16029 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16032         (rfc2047-encode-region): Treat text within parentheses as special;
16033         show the original text when error has occurred.
16034
16035         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16036         already-computed method to gnus-activate-group.
16037
16038         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16039         same select-methods identical Lisp objects.
16040
16041         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16042         object when modifying the info.
16043
16044 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16047         gnus-opened-servers since it has never been opened with the new
16048         configuration yet.
16049
16050 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16053         arg to nnheader-generate-fake-message-id.
16054
16055 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16056
16057         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16058         number and build a fake message ID localized to a group and
16059         article number (so it's repeatable from that point on).
16060         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16061         ID format.
16062
16063         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16064         nnheader-generate-fake-message-id with the article number.
16065
16066 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16067
16068         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16069         end-of-buffer.
16070
16071 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16072
16073         * message.el (message-ignored-supersedes-headers): Add Approved.
16074
16075 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16078         goto-char.
16079         (rfc2047-encode): Fold the line before encoding.
16080
16081 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16082
16083         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16084         folding -- not all headers can be folded, and this should be done
16085         by the message composition mode.  Probably.  I think.
16086
16087 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16090         fast.
16091
16092         * gnus-ems.el (gnus-remove-image): Don't use
16093         message-text-with-property; remove only the image found first.
16094
16095         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16096         found first.
16097
16098 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16099
16100         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16101
16102 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * message.el (message-text-with-property): Make it fast and accept
16105         optional arguments.
16106         (message-strip-forbidden-properties): Use it.
16107         (message-fix-before-sending): Follow the m-t-w-p change.
16108
16109         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16110
16111 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * gnus-art.el (article-hide-headers): Don't change the buffer
16114         mistakenly when performing mml-preview even if
16115         gnus-single-article-buffer is nil.
16116
16117 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16118
16119         * message.el (message-expand-name-databases): New user option.
16120         (message-expand-name): Use it.
16121
16122 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16123
16124         * spam.el (spam-report-articles-resend)
16125         (spam-report-resend-register-routine): Allow ham reporting.
16126         (spam-report-resend-register-ham-routine): Add wrapper.
16127         (spam-registration-functions): Add ham resending functions.
16128         (spam-list-of-processors): Add ham resend processor.
16129
16130         * gnus.el (ham-resend-to): Add new group parameter.
16131         (spam-process): Add ham resend option.
16132
16133         * spam-report.el (spam-report-resend): Allow reporting ham.
16134         (spam-report-resend-ham): Add wrapper.
16135
16136 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16137
16138         * message.el (message-cite-articles-with-x-no-archive): New
16139         variable.
16140         (message-cite-original): Use it.
16141
16142 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16143
16144         * message.el (message-cite-original): Respect X-No-Archive.
16145
16146 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * gnus-art.el (article-hide-headers): Refer to the values for
16149         gnus-ignored-headers and gnus-visible-headers in the summary
16150         buffer since a user may have set them as group parameters.
16151
16152 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16153
16154         * assistant.el (assistant-node-name): Add convenience function.
16155         (assistant-render-text, assistant-render-node): Add error handling,
16156         plus handle multiple next nodes.
16157         (assistant-find-next-node): Comment out for now.
16158         (assistant-find-next-nodes): Add function, returns list of next
16159         nodes.
16160
16161 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16162
16163         * mail-source.el (mail-source-directory): Fix doc-string.
16164
16165 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16166
16167         * assistant.el (assistant-render-text, assistant-eval): Add :set
16168         widget type, which is different because it takes and returns a
16169         list.  Much hilarity ensues.
16170
16171 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16172
16173         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16174
16175         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16176         doc-string.
16177
16178         * gnus-start.el (gnus-activate-group): Added doc-string.
16179
16180 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16183
16184 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16185
16186         * assistant.el (assistant-render-text): Try to add a :set
16187         widget, more to come.
16188
16189         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16190         strings.
16191         (spam-report-articles-resend)
16192         (spam-register-routine): Do registration iff any articles warrant
16193         it.
16194         (spam-summary-prepare-exit): Change log message for nil group
16195         destinations.
16196
16197 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16198
16199         * spam.el (spam-report-resend-register-routine): Allow
16200         spam-report-resend-to to be a group parameter or a global value.
16201
16202 2004-05-26  Simon Josefsson  <jas@extundo.com>
16203
16204         * starttls.el: Merge with my GNUTLS based starttls.el.
16205         (starttls-gnutls-program, starttls-use-gnutls)
16206         (starttls-extra-arguments, starttls-process-connection-type)
16207         (starttls-connect, starttls-failure, starttls-success): New
16208         variables.
16209         (starttls-program, starttls-extra-args): Doc fix.
16210         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16211         functions.
16212         (starttls-negotiate, starttls-open-stream): Check
16213         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16214         function if it is set.
16215
16216 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16219         structured fields.
16220
16221 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16224
16225 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16226
16227         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16228         variable.
16229         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16230         assigning the spam-mark to new messages.
16231
16232 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16233
16234         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16235
16236 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16239
16240         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16241         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16242         default.
16243
16244 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16245
16246         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16247         correct data.
16248
16249 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16250
16251         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16252         (spam-group-processor-p): Fix function.
16253         (spam-group-processor-multiple-p)
16254         (spam-group-spam-processor-report-gmane-p)
16255         (spam-group-spam-processor-report-resend-p)
16256         (spam-group-spam-processor-bogofilter-p)
16257         (spam-group-spam-processor-blacklist-p)
16258         (spam-group-spam-processor-ifile-p)
16259         (spam-group-ham-processor-ifile-p)
16260         (spam-group-spam-processor-spamoracle-p)
16261         (spam-group-spam-processor-crm114-p)
16262         (spam-group-ham-processor-bogofilter-p)
16263         (spam-group-spam-processor-stat-p)
16264         (spam-group-ham-processor-stat-p)
16265         (spam-group-ham-processor-whitelist-p)
16266         (spam-group-ham-processor-BBDB-p)
16267         (spam-group-ham-processor-spamoracle-p)
16268         (spam-group-ham-processor-copy-p): Remove functions with some
16269         prejudice against unneeded code.
16270         (spam-report-articles-resend)
16271         (spam-report-resend-register-routine): Allow the group/topic
16272         spam-resend-to value to override spam-report-resend-to.
16273         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16274         properly now.
16275
16276         * gnus.el (spam-resend-to): Add group/topic parameter.
16277         (spam-process): Move the OBSOLETE processors to the end of the
16278         choices.
16279
16280 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16281
16282         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16283         with resend-to set to nil, and then ask the user if necessary.
16284         (spam-report-resend): spam-report-resend takes a list of articles, not
16285         separate article numbers.
16286
16287 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16290         addition to emacs-w3m.
16291
16292 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16293
16294         * assistant.el (assistant-authinfo-data): New function.
16295         (assistant-eval): Eval for entire assistant.
16296
16297         * netrc.el (netrc-services-file): New variable.
16298         (netrc-parse-services): New function.
16299         (netrc-find-service-name): New function.
16300         (netrc-find-service-number): New function.
16301         (netrc-port-equal): New function.
16302         (netrc-machine): Use it.
16303
16304         * nnimap.el (nnimap-open-connection): Use netrc.
16305
16306         * gnus-util.el (gnus-netrc-get): Remove aliases.
16307
16308         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16309
16310         * assistant.el (wid-edit): Fix compilation.
16311
16312         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16313
16314 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16315
16316         * gnus-util.el (gnus-set-file-modes): New function.  (small
16317         patch).
16318
16319 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16320
16321         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16322
16323         * assistant.el (assistant-render-node): Fix up rendering and
16324         read-only text.
16325         (assistant-render-node): Reset.
16326         (assistant-make-read-only): Not sticky.
16327
16328 2004-05-20  Danny Siu  <dsiu@adobe.com>
16329
16330         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16331         centered even when gnus-auto-center-summary is t.
16332
16333 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16334
16335         * dns.el (dns-get-txt-answer): New function.
16336         (dns-read-txt): Ditto.
16337         (query-dns): Use it.
16338
16339 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16340
16341         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16342         active for foreign groups even if the group level is higher than
16343         the specified value.
16344
16345 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16346
16347         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16348         non-active groups.
16349
16350         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16351
16352 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16353
16354         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16355
16356 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16357
16358         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16359         (spam-crm114-header, spam-crm114-spam-switch)
16360         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16361         (spam-crm114-positive-spam-header)
16362         (spam-crm114-database-directory, spam-list-of-processors)
16363         (spam-group-spam-processor-crm114-p)
16364         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16365         (spam-generic-score, spam-list-of-checks)
16366         (spam-list-of-statistical-checks, spam-registration-functions)
16367         (spam-check-crm114-headers, spam-crm114-score)
16368         (spam-check-crm114, spam-crm114-register-with-crm114)
16369         (spam-crm114-register-spam-routine)
16370         (spam-crm114-unregister-spam-routine)
16371         (spam-crm114-register-ham-routine)
16372         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16373         asjo@koldfront.dk (Adam Sjøgren).
16374
16375         * gnus.el: Add spam-use-crm114.
16376
16377         * spam.el (spam-list-of-processors, spam-registration-functions):
16378         Add spam-use-resend.
16379         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16380         (spam-report-articles-gmane): Add doc fix.
16381         (spam-report-articles-resend, spam-report-resend-register-routine):
16382         Add wrappers around spam-report-resend-to.
16383
16384         * spam-report.el (spam-report-resend-to, spam-report-resend):
16385         Add support for resending spam.
16386         (spam-report-gmane): Fix line length >80.
16387
16388         * gnus.el (spam-process): Add spam-use-resend.
16389
16390 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16391
16392         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16393         number of processed spam messages.
16394         (spam-ham-copy-or-move-routine): Return the number of processed
16395         ham messages.
16396         (spam-summary-prepare-exit): Use the above values to decide
16397         whether status messages shouled be displayed.
16398
16399 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16402         `rfc2047-encoding-function-alist' in order to avoid conflicting
16403         with the old version.
16404         (rfc2047-encode-region): Concatenate words containing non-ASCII
16405         characters in structured fields; don't encode space-delimited
16406         ASCII words even in unstructured fields; don't break words at
16407         char-category boundaries.
16408         (rfc2047-encode-1): New function.
16409         (rfc2047-encode): Use it; encode text so that it occupies the
16410         maximum width within 76-column; work correctly on Q encoding for
16411         iso-2022-* charsets.
16412         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16413         sure not to break a line just after the header name.
16414         (rfc2047-b-encode-region): Removed.
16415         (rfc2047-b-encode-string): New function.
16416         (rfc2047-q-encode-region): Removed.
16417         (rfc2047-q-encode-string): New function.
16418
16419         * mm-util.el (mm-replace-in-string): New function.
16420
16421 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16422
16423         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16424         get it right.
16425         (gnus-inews-make-draft): Really.
16426
16427 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16428
16429         * nnmh.el (nnmh-request-list-1): Don't check the link count
16430         before descending.  (small patch)
16431
16432 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16433
16434         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16435         stuff.
16436
16437         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16438         on real group name.
16439
16440         * gnus-art.el (gnus-signature-limit): Doc fix.
16441
16442         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16443
16444         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16445
16446 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16447
16448         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16449         isn't a string.
16450
16451 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16452
16453         * gnus-draft.el (gnus-draft-send): Bind
16454         rfc2047-encode-encoded-words.
16455
16456         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16457         (rfc2047-encodable-p): Say that =? needs encoding.
16458         (rfc2047-encode-encoded-words): New variable.
16459
16460         * gnus-group.el (gnus-group-select-group): Doc fix.
16461
16462         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16463
16464         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16465         to nil.
16466
16467         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16468
16469         * nnheader.el (nnheader-get-lines-and-char): New function.
16470
16471 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16472
16473         * gnus-msg.el (gnus-summary-followup-with-original): Document
16474         yanking of region when active.
16475
16476 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16479         groups if the group level is higher than the specified value.
16480
16481 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16482
16483         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16484         (gnus-group-jump-to-group): Added prefix argument using
16485         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16486         non-active group.
16487
16488         * compface.el (uncompface): Be verbose when changing
16489         `uncompface-use-external'.
16490
16491         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16492         handle manual section.
16493
16494 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16495
16496         * gnus-art.el (gnus-button-alist): Revert previous change.
16497
16498 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16501
16502 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16503
16504         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16505         whether backend can accept message.
16506
16507         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16508
16509 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16510
16511         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16512         Avoid creating directory when nntp-marks-is-evil is true.
16513         Reported by Reiner Steib.
16514
16515 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16516
16517         * gnus-picon.el (gnus-picon-style): New variable.
16518         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16519         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16520         Jesper Harder <harder@ifa.au.dk>.
16521
16522 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16523
16524         * message.el (message-fill-field): Return point.
16525         (message-generate-headers): Go to end of field.
16526
16527         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16528         stuff for non-living groups.
16529
16530 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16531
16532         * gnus-art.el (gnus-article-followup-with-original)
16533         (gnus-article-reply-with-original): gnus-mark-active-p ->
16534         gnus-region-active-p.
16535
16536 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16537
16538         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16539         only when there is spam or ham to be processed.
16540
16541 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16542
16543         * mail-source.el (mail-source-delete-crash-box): Refactor.
16544         (mail-source-fetch): Use it.
16545         (mail-source-fetch-file): Ditto.
16546         (mail-source-fetch-directory): Run postscript in loop.
16547         (mail-source-fetch-pop): Delete.
16548         (mail-source-fetch-maildir): Ditto.
16549         (mail-source-fetch-imap): Ditto.
16550
16551         * imap.el (imap-authenticators): Comment out sasl.
16552
16553         * message.el (message-skip-to-next-address): New function.
16554         (message-fill-header-address): Refactor.
16555         (message-fill-address): Use it.
16556         (message-delete-address): Use it.
16557         (message-fill-header-general): Refactor.
16558         (message-fill-field-address): Rename.
16559         (message-narrow-to-field): Find the start of the header.
16560         (message-header-format-alist): Don't pre-fill.
16561         (message-fill-header): Removed.
16562         (message-insert-header): New function.
16563         (message-shorten-references): Use it.
16564
16565         * rfc2047.el (rfc2047-field-value): Strip props.
16566
16567         * mail-parse.el (mail-header-make-address): New alias.
16568
16569         * ietf-drums.el (ietf-drums-make-address): New function.
16570
16571         * imap.el: Add compiler directives.
16572
16573         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16574
16575         * gnus-art.el (article-decode-idna-rhs): Don't use
16576         message-idna-inside-rhs-p.
16577
16578 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16579
16580         * message.el (message-idna-inside-rhs-p): Removed.
16581         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16582
16583         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16584         false positives.
16585
16586 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16587
16588         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16589
16590 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16591
16592         * nneething.el (nneething-file-name): Don't create spurious
16593         files.
16594
16595         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16596         (gnus-inews-do-gcc): Remove sleep.
16597
16598         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16599         part under point.
16600
16601         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16602         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16603
16604 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16605
16606         * spam.el (spam-summary-prepare-exit): Fixed (length).
16607
16608 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16609
16610         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16611         as expired without moving it" message when there are spam
16612         messages left.
16613
16614 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16615
16616         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16617         header is not nil.
16618
16619 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16620
16621         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16622         nntp-possibly-create-directory, not nntp-possibly-change-group.
16623         (nntp-marks-changed-p): New arg SERVER.
16624         (nntp-request-update-info): Adjust caller.
16625
16626 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16627
16628         * nntp.el (nntp-save-marks): Pass missing arg.
16629
16630 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16631
16632         * nntp.el: Support marks.
16633         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16634         (nntp-marks-modtime, nntp-marks-directory): New variables.
16635         (nntp-request-set-mark, nntp-request-update-info)
16636         (nntp-possibly-create-directory, nntp-marks-changed-p)
16637         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16638         functions.
16639
16640 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16641
16642         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16643         (gnus-xmas-redefine): Rename.
16644
16645         * gnus-score.el (gnus-score-insert-help): Use
16646         gnus-select-lowest-window.
16647
16648         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16649         appt-select-lowest-window and rename to gnus-select-lowest-window.
16650
16651         * gnus.el: do.
16652
16653 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16654
16655         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16656         encodings of MIME-encoded words, in order to improve
16657         interoperability with several broken MUAs.
16658
16659 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16660
16661         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16662         tags, only when charsets are not specified in headers.
16663         (mm-inline-text-html-render-with-w3m): Ditto.
16664
16665         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16666         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16667
16668 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16669
16670         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16671         instead of MIME-decoded from fields when checking
16672         `gnus-article-address-banner-alist'.
16673
16674 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16675
16676         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16677         description rather than subject.
16678
16679 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16680
16681         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16682
16683 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16684
16685         * gnus.el (gnus-version-number): Bump.
16686
16687 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16688
16689         * gnus.el: No Gnus v0.2 is released.
16690
16691 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16692
16693         * gnus-agent.el (gnus-agent-read-agentview): Inline
16694         gnus-uncompress-range.
16695
16696 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16697
16698         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16699         `exec-installed-p'.
16700
16701 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16702
16703         * gnus.el (spam-process, spam-autodetect-methods): Add
16704         bsfilter and bsfilter-headers.
16705
16706         * spam.el (spam-bsfilter): New customize group.
16707         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16708         (spam-bsfilter-header, spam-bsfilter-probability-header)
16709         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16710         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16711         (spam-bsfilter-database-directory): New options.
16712         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16713         (spam-list-of-statistical-checks, spam-registration-functions):
16714         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16715         (spam-bsfilter-score): New command.
16716         (spam-check-bsfilter-headers, spam-check-bsfilter)
16717         (spam-bsfilter-register-with-bsfilter)
16718         (spam-bsfilter-register-spam-routine)
16719         (spam-bsfilter-unregister-spam-routine)
16720         (spam-bsfilter-register-ham-routine)
16721         (spam-bsfilter-unregister-ham-routine): New functions.
16722         (spam-generic-score): Support bsfilter; Accept an optional argument
16723         to recalcurate spam score even if scoring header has already been
16724         added.
16725         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16726         optional argument to recalcurate spam score even if scoring header
16727         has already been added.
16728
16729 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16730
16731         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16732         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16733         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16734         link is missing.
16735
16736 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16737
16738         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16739         (html2text-get-attr): Rewrite.
16740
16741         * message.el (message-setup-1): Remove redundant put-text-property
16742         on mail-header-separator.
16743
16744 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16745
16746         * gnus-registry.el (gnus-registry-cache-whitespace)
16747         (gnus-registry-action, gnus-registry-spool-action)
16748         (gnus-registry-split-fancy-with-parent): Change message levels
16749         from 5 to 3 or 7, as needed.
16750
16751         * spam.el (spam-summary-prepare-exit)
16752         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16753         (spam-split, spam-find-spam, spam-log-undo-registration)
16754         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16755         level from 5 to 6.
16756
16757 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16760         2004-03-04 change).
16761
16762 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16763
16764         * sieve-manage.el (sieve-manage-open):
16765         * nnweb.el (nnweb-insert-html):
16766         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16767         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16768         * nnspool.el (nnspool-request-group):
16769         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16770         * nnml.el (nnml-request-update-info):
16771         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16772         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16773         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16774         (nnimap-request-set-mark):
16775         * nnfolder.el (nnfolder-request-update-info):
16776         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16777         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16778         * gnus-uu.el (gnus-uu-find-articles-matching):
16779         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16780         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16781         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16782         * gnus-nocem.el (gnus-nocem-scan-groups):
16783         * gnus-int.el (gnus-start-news-server):
16784         * gnus-group.el (gnus-group-make-kiboze-group)
16785         (gnus-group-browse-foreign-server):
16786         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16787         Use mapc when appropriate.
16788
16789 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16790
16791         FIXME: Make separate entries for each person.
16792
16793         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16794         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16795         <shields@msrl.com>:
16796
16797         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16798         may need for spam sorting and scoring.
16799         (spam-user-format-function-S): Add user format function suitable for
16800         general use.
16801         (spam-article-sort-by-spam-status): Add sorting function for summary
16802         sorting.
16803         (spam-extra-header-to-number): Add function to get a score from a
16804         header.
16805         (spam-summary-score): Add function to get a numeric score from the
16806         headers.
16807         (spam-generic-score): Fix function doc, was in wrong place.
16808         (spam-initialize): Take symbols when it's run, and install the
16809         extra headers that spam-necessary-extra-headers thinks we need.
16810
16811 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16812
16813         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16814         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16815
16816 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16817
16818         * gnus-sum.el (gnus-set-global-variables)
16819         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16820         (gnus-article-get-xrefs, gnus-summary-best-group)
16821         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16822         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16823         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16824         Use with-current-buffer.
16825
16826 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16827
16828         * spam.el (spam-summary-prepare-exit): Simplify logic.
16829         (spam-fetch-article-header): Read the article header if it's not
16830         available.
16831         (spam-list-articles): Simplify logic.
16832         (spam-filelist-register-routine): Fix bug with unregister-list.
16833
16834         * gnus-registry.el: Fix comments at beginning.
16835
16836 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16837
16838         * message.el (message-cater-to-broken-inn): Remove.
16839         (message-shorten-references): Make sure the total folded length of
16840         References is shorter than 998 characters to cater to a bug in INN
16841         2.3.  Also, don't pretend that references aren't folded -- this
16842         hasn't worked for a while.
16843
16844 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16845
16846         * gnus-agent.el (gnus-agentize):
16847         gnus-agent-send-mail-real-function no longer set to current value
16848         of message-send-mail-function but rather a lambda that calls
16849         message-send-mail-function.  The change makes the agent real-time
16850         responsive to user changes to message-send-mail-function.
16851
16852 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16853
16854         * legacy-gnus-agent.el
16855         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16856         help from Florian Weimer <fw@deneb.enyo.de>
16857
16858 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16859
16860         * nnmail.el (nnmail-cache-insert): Revert last change.
16861
16862 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * nnmail.el (nnmail-cache-insert): Always check whether
16865         nnmail-cache-ignore-groups matches a group name.
16866
16867 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16868
16869         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16870         (spam-find-spam, spam-log-processing-to-registry)
16871         (spam-log-registered-p, spam-log-unregistration-needed-p)
16872         (spam-log-undo-registration): Use gnus-message instead of
16873         gnus-error, none of these errors are fatal.
16874
16875         * gnus-registry.el (gnus-registry-clean-empty-function)
16876         (gnus-registry-clean-empty): Remove only empty entries without
16877         extra data.
16878
16879 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16880
16881         * spam-stat.el (spam-stat-buffer-change-to-spam)
16882         (spam-stat-buffer-change-to-non-spam): Change (error) to
16883         (gnus-message 8) invocation.
16884
16885 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * nntp.el (nntp-via-netcat-command): New variable.
16888         (nntp-via-netcat-switches): New variable.
16889         (nntp-open-via-rlogin-and-netcat): New function.
16890         (nntp-open-connection-function): Doc fix.
16891         (nntp-telnet-command): Doc fix.
16892         (nntp-end-of-line): Doc fix.
16893         (nntp-via-rlogin-command): Doc fix.
16894         (nntp-via-user-name): Doc fix.
16895         (nntp-via-address): Doc fix.
16896
16897 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16900         error in Emacs 21.1.
16901
16902 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16903
16904         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16905
16906 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16907
16908         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16909         (gnus-agent-with-refreshed-group): New macro.
16910         (gnus-agent-rename-group): New function.
16911         (gnus-agent-delete-group): New function.
16912         (gnus-agent-save-group-info): Use gnus-command-method when
16913         `method' parameter is nil.  Don't write nil entries into the
16914         active file.
16915         (gnus-agent-get-group-info): New function.
16916         (gnus-agent-fetch-articles): Use
16917         gnus-agent-update-files-total-fetched-for to increment disk space
16918         used.
16919         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16920         gnus-agent-update-view-total-fetched-for to increment disk space
16921         used.
16922         (gnus-agent-get-local): Added optional parameters to avoid calling
16923         gnus-group-real-name and gnus-find-method-for-group.
16924         (gnus-agent-set-local): Delete stored entry if either min, or max,
16925         are nil.
16926         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16927         quit, use gnus-agent-regenerate-group to record existance of any
16928         articles fetched to disk before the quit occurred.
16929         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16930         gnus-agent-update-view-total-fetched-for, and
16931         gnus-agent-update-files-total-fetched-for to decrement disk space
16932         used.
16933         (gnus-agent-retrieve-headers): Use
16934         gnus-agent-update-view-total-fetched-for to increment disk space
16935         used.
16936         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16937         with gnus-agent-update-files-total-fetched-for to decrement disk
16938         space and fresh group buffer.
16939         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16940         (gnus-agent-need-update-total-fetched-for): New variable.
16941         (gnus-agent-update-files-total-fetched-for): New function.
16942         (gnus-agent-update-view-total-fetched-for): New function.
16943         (gnus-agent-total-fetched-for): New function.
16944
16945         * gnus-cache.el (gnus-cache-save-buffers): Use
16946         gnus-cache-update-overview-total-fetched-for to change disk space
16947         used by this group.
16948         (gnus-cache-possibly-enter-article): Use
16949         gnus-cache-update-file-total-fetched-for to increment disk space
16950         used by this group.
16951         (gnus-cache-possibly-remove-article): Use
16952         gnus-cache-update-file-total-fetched-for to decrement disk space
16953         used by this group.
16954         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16955         (gnus-cache-rename-group): New function.
16956         (gnus-cache-delete-group): New function.
16957         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16958         (gnus-cache-need-update-total-fetched-for): New variable.
16959         (gnus-cache-with-refreshed-group): New macro.
16960         (gnus-cache-update-file-total-fetched-for): New function.
16961         (gnus-cache-update-overview-total-fetched-for): New function.
16962         (gnus-cache-rename-group-total-fetched-for): New function.
16963         (gnus-cache-delete-group-total-fetched-for): New function.
16964         (gnus-cache-total-fetched-for): New function.
16965
16966         * gnus-group.el: Require gnus-sum and autoload functions to
16967         resolve warnings when gnus-group.el compiled alone.
16968         (gnus-group-line-format): Documented new %F.
16969         (size of Fetched data) group line format; identifies disk space
16970         used by agent and cache.
16971         (gnus-group-line-format-alist): Defined new F format.
16972         (gnus-total-fetched-for): New function.
16973         (gnus-group-delete-group): No longer update
16974         gnus-cache-active-altered as gnus-request-delete-group now keeps
16975         the cache in sync.
16976         (gnus-group-list-active): Let the agent store a server's active
16977         list if currently plugged.
16978
16979         * gnus-int.el (gnus-request-delete-group):
16980         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16981         local disk in sync with the server.
16982         (gnus-request-rename-group):
16983         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16984         local disk in sync with the server.
16985
16986         * gnus-start.el (gnus-get-unread-articles):
16987         Cosmetic simplification to logic.
16988
16989         * gnus-util.el (gnus-rename-file): New function.
16990
16991 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16992
16993         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16994
16995 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16996
16997         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16998         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16999
17000 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17001
17002         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17003         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17004
17005 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17006
17007         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17008
17009 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17010
17011         * spam.el (spam-set-difference): Add function to replace
17012         gnus-set-difference in spam.el.
17013         (spam-summary-prepare-exit): Use spam-set-difference.
17014
17015 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17016
17017         * gnus-registry.el (gnus-registry-cache-file): Update to use
17018         gnus-dribble-directory OR gnus-home-directory OR ~.
17019         (gnus-registry-split-fancy-with-parent): Fix doc.
17020
17021 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * message.el (message-exchange-point-and-mark): Use
17024         message-mark-active-p.  Suggested by Jesper Harder
17025         <harder@ifa.au.dk>.
17026
17027 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * message.el (message-exchange-point-and-mark): Don't activate
17030         region if it was inactive.  Suggested by Hiroshi Fujishima
17031         <pooh@nature.tsukuba.ac.jp>.
17032
17033 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * gnus-art.el (article-display-face): Display Faces in the same
17036         order as X-Faces.
17037
17038 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17041
17042 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17045         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17046         (gnus-article-mime-hierarchy): Remove.
17047         (gnus-article-mime-hierarchy-next): Remove.
17048         (gnus-article-mode): Revert 2004-03-19 change.
17049         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17050         (gnus-insert-mime-button): Revert 2004-03-19 change.
17051         (gnus-mime-accumulate-hierarchy): Remove.
17052         (gnus-mime-enter-multipart): Remove.
17053         (gnus-mime-leave-multipart): Remove.
17054         (gnus-mime-display-part): Revert 2004-03-19 change.
17055         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17056
17057         * mml.el (mml-preview): Revert 2004-03-19 change.
17058
17059 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17060
17061         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17062
17063 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17066         t while entering a file name using the mm-with-multibyte macro.
17067         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17068
17069         * mm-util.el (mm-with-multibyte): New macro.
17070
17071 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17074         user option.
17075         (gnus-mime-multipart-functions): Doc and customization fix.
17076         (gnus-article-mime-hierarchy): New variable.
17077         (gnus-article-mime-hierarchy-next): New variable.
17078         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17079         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17080         gnus-article-mime-hierarchy-next to nil.
17081         (gnus-insert-mime-button): Show hierarchy numbers.
17082         (gnus-mime-accumulate-hierarchy): New function.
17083         (gnus-mime-enter-multipart): New function.
17084         (gnus-mime-leave-multipart): New function.
17085         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17086         (gnus-mime-display-alternative): Show hierarchy numbers.
17087
17088         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17089         gnus-article-mime-hierarchy-next to nil.
17090
17091 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17092
17093         * dns.el: Don't require gnus-xmas.
17094
17095 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17096
17097         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17098         inline PGP.
17099         (mml-menu): Disable mml-quote-region if mark is inactive.
17100
17101 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17102
17103         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17104         when the group's active is not available.
17105
17106 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17109         error.
17110
17111 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17112
17113         * imap.el (imap-store-password): New variable.
17114         (imap-interactive-login): Use it.
17115         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17116
17117 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17118
17119         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17120         window-start and hscroll to summary window.
17121
17122 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17123
17124         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17125         conversion message to newsrc-dribble when an actual conversion is
17126         performed.
17127
17128 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17129
17130         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17131
17132 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * mm-decode.el (mm-complicated-handles): New function reviving
17135         former definition of mm-multiple-handles.
17136
17137         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17138         (gnus-mime-delete-part): Use it.
17139
17140 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17141
17142         * gnus-agent.el (gnus-agent-read-local): Bind
17143         nnheader-file-coding-system to gnus-agent-file-coding-system to
17144         avoid the implicit assumption that they will always be equal.
17145         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17146         coding-system-for-write, as the with-temp-file macro first prints
17147         to a buffer then saves the buffer.
17148
17149 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17150
17151         * gnus-art.el (gnus-article-edit-part): New function.
17152         (gnus-mime-save-part-and-strip): Use it; do query instead of
17153         signaling an error; don't use mm-multiple-handles.
17154         (gnus-mime-delete-part): Ditto.
17155
17156 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17157
17158         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17159         old file versions.
17160         (gnus-group-prepare-hook): Removed function that converted list
17161         form of gnus-agent-expire-days to group properties.
17162
17163         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17164         (gnus-request-accept-article): Re-indented.
17165
17166         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17167         converters to handle old agent file formats.  Added logic for a
17168         "backup before upgrading warning".
17169         (gnus-convert-mark-converter-prompt): Developers can mark
17170         functions as needing (default), or not needing,
17171         gnus-convert-old-newsrc's "backup before upgrading warning".
17172         (gnus-convert-converter-needs-prompt): Tests whether the user
17173         should be protected from potentially irreversable changes by the
17174         function.
17175
17176         * legacy-gnus-agent.el: New.  Provides converters that are only
17177         loaded when gnus-convert-old-newsrc needs to call them.
17178
17179 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * mail-source.el (mail-source-touch-pop): Doc fix.
17182
17183         * message.el (message-smtpmail-send-it): Doc fix.
17184
17185 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17186
17187         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17188
17189         * nnmail.el (nnmail-split-fancy): do.
17190
17191         * gnus-kill.el (gnus-kill, gnus-execute): do.
17192
17193 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17194
17195         * gnus-sum.el (gnus-widget-reversible-match)
17196         (gnus-widget-reversible-to-internal)
17197         (gnus-widget-reversible-to-external): New functions.
17198         (gnus-widget-reversible): New widget.
17199         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17200
17201 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17202
17203         * gnus-sum.el (gnus-thread-sort-functions)
17204         (gnus-article-sort-functions): Document `(not F)' items.
17205
17206 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17207
17208         * spam.el (spam-use-gmane-xref): Add new backend.
17209         (spam-gmane-xref-spam-group): Add variable to control the name of the
17210         Gmane spam group.
17211         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17212         (spam-regex-headers-spam, spam-regex-headers-ham)
17213         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17214         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17215         backends and checks.
17216         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17217
17218         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17219         an autodetect method.
17220
17221 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17222
17223         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17224         articles are being added to a group.
17225         (gnus-request-replace-article): Inform the agent that articles
17226         need to be uncached as the cached contents are no longer valid.
17227
17228 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * binhex.el: Don't autoload executable-find.
17231
17232         * canlock.el: Don't autoload mail-fetch-field.
17233
17234         * dgnushack.el: Autoload c-mode for XEmacs.
17235
17236         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17237
17238         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17239         rmail-dont-reply-to and rmail-output.
17240
17241         * gnus-score.el: Don't autoload ffap-string-at-point.
17242
17243         * gnus-setup.el: Don't autoload sc-cite-original.
17244
17245         * imap.el: Don't autoload base64-decode-string,
17246         base64-encode-string and md5.
17247
17248         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17249         and rmail-msg-restore-non-pruned-header.
17250
17251         * mm-decode.el: Don't autoload executable-find.
17252
17253         * mm-url.el: Don't autoload executable-find.
17254
17255         * mm-view.el: Don't autoload diff-mode.
17256
17257         * nndb.el: Don't autoload news-reply-mode, news-setup,
17258         cancel-timer and telnet.
17259
17260         * password.el: Don't autoload run-at-time for Emacs.
17261
17262         * sha1-el.el: Don't autoload executable-find.
17263
17264         * sieve-mode.el: Don't autoload c-mode.
17265
17266         * uudecode.el: Don't autoload executable-find.
17267
17268 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17269
17270         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17271         (gnus-agent-possibly-alter-active): Avoid null in numeric
17272         comparison.
17273         (gnus-agent-set-local): Refuse to save null in local object table.
17274         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17275         list of articles that will be marked as unread.
17276
17277 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17280
17281 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17282
17283         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17284         language tags.
17285
17286 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17287
17288         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17289         Don't bind "obarray".
17290
17291         * gnus-sum.el (gnus-thread-sort-functions): Added
17292         `gnus-thread-sort-by-most-recent-number' and
17293         `gnus-thread-sort-by-most-recent-date'.
17294         Reported by Kai Grossjohann <kai@emptydomain.de>.
17295
17296 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17299
17300 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17301
17302         * gnus-cus.el (gnus-agent-customize-category): Removed
17303         ignore-errors macro reference that required cl to be loaded at
17304         run-time.
17305
17306         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17307         single-interval range of the form (min . max).  Previously the
17308         range had to look like ((min . max)).  Likewise, return
17309         (min . max) rather than ((min . max)).
17310         (gnus-range-map): Use gnus-range-normalize to accept
17311         single-interval range.
17312
17313         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17314         the cache, but not the agent, now appear with their usual face.
17315
17316         * dgnushack.el (loaddir): New variable that is bound to the
17317         directory containing the dgnushack.el file. Use loaddir, rather
17318         than srcdir, to update load-path. Change lets dgnushack compile
17319         code in directories other than GNUS/lisp.
17320
17321 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * lpath.el: Don't bind w3m-safe-url-regexp.
17324
17325         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17326         w3m-safe-url-regexp variable buffer-local.
17327
17328         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17329
17330 2004-02-27  Simon Josefsson  <jas@extundo.com>
17331
17332         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17333         gnus-group-real-prefix.
17334         (gnus-summary-move-article): Use it, instead of
17335         gnus-group-real-prefix.
17336
17337 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * lpath.el: Bind w3m-safe-url-regexp.
17340
17341         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17342         w3m-safe-url-regexp variable buffer-local and set it as the value
17343         of mm-w3m-safe-url-regexp.
17344
17345         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17346
17347         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17348         parsing gnus-posting-styles when the message is not for replying.
17349
17350         * dgnushack.el: Autoload sgml-mode for XEmacs.
17351
17352         * nnrss.el (nnrss-opml-export): Use
17353         mm-set-buffer-file-coding-system instead of
17354         set-buffer-file-coding-system.
17355
17356 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17357
17358         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17359         of checkdoc.el).
17360         * nnrss.el: do.
17361         * gnus-mlspl.el: do.
17362         * gnus-ml.el: do.
17363         * gnus-srvr.el: do.
17364
17365         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17366
17367 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17368
17369         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17370         Corrections to custom-manual links.
17371
17372         * gnus-art.el (gnus-article): Ditto.
17373
17374         * mm-decode.el (mime-display, mime-security): Ditto.
17375
17376 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17377
17378         * flow-fill.el: Typo.
17379
17380 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17381
17382         * spam-wash.el: New file.
17383
17384 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17385
17386         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17387
17388 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17389
17390         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17391         to be run with new-articles as LIST1, not LIST2.
17392         (spam-registration-functions): Add spam-use-ham-copy as a nil
17393         registration backend.
17394
17395 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17396
17397         * spam-stat.el (spam-stat-washing-hook): New option.
17398         (spam-stat-buffer-words): Use it.
17399         (spam-stat-process-directory, spam-stat-test-directory): Use
17400         insert-file-contents-literally.
17401         (spam-stat-coding-system): New variable.
17402         (spam-stat-load, spam-stat-save): Use it.
17403
17404 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * spam-report.el (spam-report-plug-agent): Quote
17407         spam-report-url-to-file and spam-report-url-ping-plain.
17408
17409 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17410
17411         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17412         / in mailto URLs.
17413
17414 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17415
17416         * spam-report.el (spam-report-process-queue): Fix interactive use.
17417         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17418         (spam-report-unplug-agent): Doc fixes.
17419         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17420         (spam-report-agentize, spam-report-deagentize): Autoload.
17421
17422 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17425
17426         * message.el (message-setup-fill-variables): Add mml tags to
17427         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17428         <ajk@iu.edu>.
17429         (message-mode): Don't modify paragraph-separate there.
17430
17431 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * compface.el (uncompface-use-external): Default to undecided.
17434         (uncompface-use-external-threshold): New variable.
17435         (uncompface-float-time): New macro.
17436         (uncompface): Determine whether to use the external decoder if
17437         uncompface-use-external is undecided.
17438
17439 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17440
17441         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17442         after images.
17443
17444         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17445
17446 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17447
17448         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17449
17450         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17451
17452         * gnus-sum.el (gnus-summary-limit-to-age)
17453         (gnus-summary-limit-children): do.
17454
17455         * gnus-int.el (gnus-request-scan): do.
17456
17457         * gnus-group.el (gnus-group-suspend): do.
17458
17459         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17460
17461         * gnus-cite.el (gnus-cite-parse-attributions): do.
17462
17463         * gnus-agent.el (gnus-summary-set-agent-mark)
17464         (gnus-agent-regenerate-group): do.
17465
17466         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17467
17468         * binhex.el (binhex-decode-region-internal): do.
17469
17470 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17471
17472         * gnus-fun.el (gnus-face-properties-alist): New user option.
17473         (gnus-display-x-face-in-from): Use it.
17474
17475         * gnus-art.el (article-display-face): Ditto.
17476
17477         * compface.el (uncompface-use-external): Default to nil.
17478
17479 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17480
17481         * nntp.el (nntp-erase-buffer): New function.
17482         (nntp-retrieve-data, nntp-send-command)
17483         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17484         (nntp-possibly-change-group): Use it.
17485
17486         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17487         with-current-buffer.
17488
17489 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17490
17491         * compface.el: Merge the ELisp-based uncompface program.
17492         (compface): New customization group.
17493         (uncompface-use-external): New user option.
17494         (uncompface): Call uncompface-internal if uncompface-use-external
17495         is nil.
17496         (uncompface-internal): New function.  Note that there are also
17497         some other functions and variables added for this function.
17498
17499 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17500
17501         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17502         if necessary.
17503
17504 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17505
17506         * spam-report.el (spam-report-unplug-agent)
17507         (spam-report-plug-agent, spam-report-deagentize)
17508         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17509         Add support for the Agent in spam-report: when unplugged, report to a
17510         file; when plugged, submit all the requests.
17511
17512         * spam.el (spam-register-routine): Fix message about
17513         registration.
17514
17515 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17516
17517         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17518         dependencies.
17519         (rfc2047-encode): Use it.
17520
17521         * gnus-art.el (gnus-button-marker-list): Move before first
17522         reference.
17523
17524         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17525         (imap-parse-body): Fix format string mismatch.
17526
17527         * gnus-score.el (gnus-summary-increase-score): do.
17528
17529         * nnrss.el (nnrss-close): New function.
17530
17531 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17532
17533         * nnrss.el (nnrss-make-filename): New function.
17534         (nnrss-request-delete-group, nnrss-read-server-data)
17535         (nnrss-save-server-data, nnrss-read-group-data)
17536         (nnrss-save-group-data): Use it.
17537         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17538         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17539         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17540
17541 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17542
17543         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17544
17545 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17546
17547         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17548         files.
17549
17550         * message.el (message-generate-headers-first): Don't quote nil
17551         and t in docstrings.
17552
17553         * imap.el (imap-id): do.
17554
17555         * gnus-agent.el (gnus-agent-consider-all-articles)
17556         (gnus-agent-queue-mail): do.
17557
17558 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17559
17560         * spam-report.el (spam-report-process-queue): New function.
17561         Process requests from `spam-report-requests-file'.
17562         (spam-report-process-queue): Doc fix.
17563
17564 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17565
17566         * spam.el (spam-register-routine)
17567         (spam-log-processing-to-registry, spam-log-registered-p)
17568         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17569         Change "check" to "spam-check" for semi-clarity.
17570
17571 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17572
17573         * pop3.el: Require nnheader.
17574
17575         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17576
17577         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17578
17579         * gnus-picon.el: Require cl.
17580
17581         * gnus-fun.el: Require gnus-ems and gnus-util.
17582
17583         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17584
17585         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17586
17587         * gnus-art.el (gnus-article-edit-mode): Define before first
17588         reference.
17589
17590 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17591
17592         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17593         (gnus-uu-post-encoded): Use point-at-bol.
17594
17595         * gnus-topic.el (gnus-group-active-topic-p): do.
17596
17597         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17598
17599         * gnus-group.el (gnus-group-kill-region): do.
17600
17601         * gnus-art.el (article-date-ut): do.
17602
17603         * message.el (message-fetch-field): Remove redundant
17604         case-fold-search binding.
17605         (message-narrow-to-field): Simplify.
17606
17607 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17608
17609         * spam.el (spam-directory): Derive from `gnus-directory'.
17610
17611         * spam-report.el (spam-report-url-to-file)
17612         (spam-report-requests-file): New function and variable for offline
17613         reporting.
17614         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17615         and user defined function.
17616         (spam-report-url-ping-mm-url): Remove doubled slash.
17617
17618 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17619
17620         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17621
17622 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17623
17624         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17625         format string mismatch.
17626
17627         * sieve.el (sieve-deactivate-all): do.
17628
17629         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17630
17631         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17632
17633         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17634
17635         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17636
17637 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17638
17639         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17640         the list of checks.
17641
17642 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17643
17644         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17645         padding.
17646
17647 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17648
17649         * mm-view.el (mm-fill-flowed): New variable.
17650         (mm-inline-text): Use it.
17651
17652 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17653
17654         * spam.el (spam-spamassassin-register-ham-routine)
17655         (spam-spamassassin-register-spam-routine): Fix function names.
17656
17657 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * gnus.el (gnus-tmp-grouplens): Remove.
17660         (gnus-summary-line-format): Remove grouplens.
17661
17662         * gnus-group.el (gnus-group-line-format): Ditto.
17663
17664         * gnus-spec.el (gnus-format-specs): Ditto.
17665         (gnus-update-format-specifications): Flush the group format spec
17666         cache if there's the grouplens stuff.
17667         (gnus-parse-simple-format): Replace %l with the empty string.
17668
17669 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17670
17671         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17672         omission.
17673
17674 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17677         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17678
17679 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17680
17681         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17682         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17683         New macros and functions.
17684         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17685         Handle > NLINK_MAX messages.
17686         * nnmaildir.el (nnmaildir-request-set-mark): Use
17687         nnmaildir--emlink-p and nnmaildir--eexist-p.
17688
17689 2004-01-25  Alex Schroeder  <alex@gnu.org>
17690
17691         * spam-stat.el (spam-stat-process-directory-age): New option.
17692         (spam-stat-process-directory): Use it.
17693
17694 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17695
17696         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17697         (spam-stat-save): Accept prefix argument.
17698
17699 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17700
17701         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17702         links" error.
17703
17704 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17707         the rest of the and/or forms.
17708
17709 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17710
17711         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17712         compatibility with old .newsrc.eld files.
17713
17714         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17715
17716         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17717
17718         * gnus-start.el (gnus-1): do.
17719
17720         * gnus-group.el (gnus-group-line-format-alist): do.
17721
17722         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17723
17724         * gnus-gl.el: Remove.
17725
17726 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17727
17728         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17729         marks consisting of a single range {for example, (3 . 5)} rather
17730         than a list of a single range { ((3 . 5)) }.
17731
17732 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17733
17734         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17735         with-current-buffer.
17736         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17737         avoid consing a string.
17738
17739         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17740         Remove obsolete entries for big5 and gb2312.
17741
17742 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17743
17744         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17745         uncompressed list.
17746
17747 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17748
17749         * spam-stat.el (spam-stat-strip-xref): New function.
17750         (spam-stat-process-directory): Use it.
17751
17752         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17753         here -- it's done in message-fetch-field.
17754
17755 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17756
17757         * gnus-agent.el (gnus-agent-queue-mail)
17758         (gnus-agent-prompt-send-queue): New variables.
17759         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17760         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17761         "nndraft:queue" along to gnus-draft-send.  Use
17762         gnus-agent-prompt-send-queue.
17763         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17764         is "nndraft:queue".  Suggested by Gaute Strokkenes
17765         <gs234@srcf.ucam.org>
17766
17767         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17768         (agent-enable-undownloaded-faces): Added.
17769         (gnus-agent-cat-groups): Use eval-and-compile, not
17770         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17771         method of gnus-agent-cat-groups even when the buffer has been
17772         evaled.
17773         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17774         delete gnus-agent-save-active-1.
17775         (gnus-agent-save-groups): Deleted.  Identical to
17776         gnus-agent-save-active.
17777         (gnus-agent-write-active): No longer adjust agent's copy of active
17778         file as agent's adjustments are now stored in their own
17779         file.  Removed optional parameter.
17780         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17781         servers.  Add use of min/max range limits from server's local
17782         file.
17783         (gnus-agent-save-alist): Removed unused optional argument.
17784         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17785         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17786         (gnus-agent-set-local): A per-server file that keeps min/max range
17787         limits for articles known to the agent.  Provides a fast mechanism
17788         for altering many active ranges.
17789         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17790         active file (local makes it unnecessary).
17791         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17792
17793         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17794         (agent-enable-undownloaded-faces): Added.
17795
17796         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17797         disable it when sending to "nndraft:queue".
17798         (gnus-group-send-queue): Add safety check to avoid sending queue
17799         when unplugged.
17800
17801         * gnus-group.el (gnus-group-catchup): Use new
17802         gnus-sequence-of-unread-articles, not
17803         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17804         numbers of articles.  Use gnus-range-map to avoid having to
17805         uncompress the unread list.
17806         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17807         Fixed invalid ange-ftp reference.
17808
17809         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17810         (gnus-sorted-range-intersection): Intersection of two ranges
17811         without requiring that they first be uncompressed.
17812
17813         * gnus-start.el (gnus-activate-group): Unless blocked by the
17814         caller, possibly expand the active range to include both cached
17815         and agentized articles.
17816         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17817         multiple version-dependent converters.
17818         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17819         gnus-agent-save-active.
17820         (gnus-save-newsrc-file): Save dirty agent range limits.
17821
17822         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17823         gnus-agent-possibly-alter-active.
17824         (gnus-adjust-marked-articles): Faster handling of simple lists.
17825
17826 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17827
17828         * spam-stat.el (spam-stat-test-directory): New optional argument
17829         displays a list of files detected.  Suggested by Andrew Cohen
17830         <cohen@andy.bu.edu>.
17831         (spam-stat-buffer-words-with-scores): Don't narrow and change
17832         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17833
17834 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17835
17836         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17837         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17838         (spam-spamassassin-arguments)
17839         (spam-spamassassin-spam-flag-header)
17840         (spam-spamassassin-positive-spam-flag-header)
17841         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17842         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17843         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17844         (spam-list-of-processors, spam-list-of-checks)
17845         (spam-list-of-statistical-checks, spam-registration-functions)
17846         (spam-check-spamassassin-headers, spam-check-spamassassin)
17847         (spam-spamassassin-score)
17848         (spam-spamassassin-register-with-sa-learn)
17849         (spam-spamassassin-register-spam-routine)
17850         (spam-spamassassin-register-ham-routine)
17851         (spam-assassin-register-spam-routine)
17852         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17853         (spam-bogofilter-score): Fix to show article before scoring.
17854
17855 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17856
17857         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17858         default scoring function.
17859         (spam-generic-score): Call spam-spamassassin-score if
17860         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17861         spam-bogofilter-score otherwise.
17862
17863         * gnus.el (spam-process, spam-autodetect-methods): Add
17864         spamassassin and spamassassin-headers.
17865
17866 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17867
17868         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17869         Suppress unnecessary messages.
17870
17871 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17872
17873         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17874         make-hash-table.
17875
17876 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * canlock.el (base64-encode-string): Don't autoload it.
17879
17880 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * run-at-time.el: Remove useless (require 'itimer),
17883         eval-and-compile and (featurep 'xemacs).
17884
17885 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17886
17887         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17888         GROUP is a virtual group.
17889
17890 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17891
17892         * gnus.el: Autoload `message-y-or-n-p'.
17893
17894 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17895
17896         * pgg-parse.el: Remove unnecessary (require 'custom).
17897
17898         * pgg-def.el: do.
17899
17900         * nnmail.el: do.
17901
17902         * gnus-undo.el: do.
17903
17904         * gnus-picon.el: do.
17905
17906         * gnus-util.el: do.
17907
17908 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17909
17910         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17911
17912 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17915         handle, as well as a list.
17916
17917         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17918         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17919         (mm-w3m-cid-retrieve): Simplify.
17920
17921 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17922
17923         * message.el (message-kill-to-signature): Allow prefix arg to
17924         specify number of lines to keep before signature.
17925
17926 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17927
17928         * message.el (message-kill-to-signature): Change docstring.
17929
17930 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * canlock.el: Always require sha1-el.
17933         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17934
17935         * message.el: Autoload sha1 only when compiling.
17936
17937         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17938         eudc-expand-inline for XEmacs.
17939
17940 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * message.el (message-canlock-generate): Require sha1-el.
17943
17944 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17945
17946         * message.el (message-expand-name): Silence the byte compiler.
17947
17948         * lpath.el: Add detect-coding-system.
17949
17950         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17951         cus-edit.
17952
17953 2004-01-13  Simon Josefsson  <jas@extundo.com>
17954
17955         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17956         Invoke gnus-score-mode.  Reported by
17957         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17958
17959         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17960         Jim Blandy <jimb@redhat.com> (tiny change).
17961
17962 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17963
17964         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17965
17966 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17967
17968         * spam.el (spam-get-article-as-string): Update to use
17969         gnus-request-article-this-buffer, much simpler.
17970         (spam-get-article-as-buffer): Remove.
17971
17972 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17973
17974         * message.el (message-expand-name): Use EUDC if the user uses that.
17975
17976 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17977
17978         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17979         character for the encoding to avoid consing a string.
17980
17981         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17982         unnecessarily.
17983
17984         * mm-util.el (mm-replace-chars-in-string): Remove.
17985
17986         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17987         of mm-replace-chars-in-string.
17988
17989 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17990
17991         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17992
17993         * mm-util.el (mm-subst-char-in-string): Support inplace.
17994
17995         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17996         a new string in every iteration.  Use shy groups.
17997
17998 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17999
18000         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18001         * gnus-soup.el (gnus-soup-group-brew):
18002         * gnus-msg.el (gnus-put-message):
18003         * gnus-move.el (gnus-group-move-group-to-server):
18004         * gnus-kill.el (gnus-batch-score):
18005         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18006         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18007         (gnus-group-update-group, gnus-group-read-group)
18008         (gnus-group-make-group, gnus-group-make-help-group)
18009         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18010         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18011         (gnus-group-sort-by-unread, gnus-group-catchup)
18012         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18013         (gnus-group-yank-group, gnus-group-set-info)
18014         (gnus-group-list-groups):
18015         * gnus.el (gnus-generate-new-group-name):
18016         * gnus-delay.el (gnus-delay-send-queue):
18017         * nnvirtual.el (nnvirtual-catchup-group):
18018         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18019         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18020         (gnus-group-prepare-topics, gnus-topic-check-topology):
18021         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18022         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18023         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18024         (gnus-group-make-articles-read):
18025         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18026         (gnus-group-change-level, gnus-kill-newsgroup)
18027         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18028         (gnus-get-unread-articles, gnus-make-articles-unread)
18029         (gnus-make-ascending-articles-unread): Use accessor
18030         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18031         to get group information for improved readability.
18032
18033
18034 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18035
18036         * gnus-art.el (article-decode-mime-words, article-babel)
18037         (gnus-article-highlight-signature, gnus-article-add-buttons)
18038         (gnus-signature-toggle): Use gnus-with-article-buffer.
18039
18040         * gnus-art.el (gnus-article-highlight-headers)
18041         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18042
18043         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18044         (gnus-article-set-globals, gnus-request-article-this-buffer)
18045         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18046         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18047         (gnus-mime-display-alternative): Use with-current-buffer.
18048
18049 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18050
18051         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18052         also under 80 char limit, and call gnus-error if needed.
18053         (spam-fetch-article-header): Fix - it was a
18054         buffer-local variable (gnus-newsgroup-data).
18055         (spam-find-spam): Use spam-generate-fake-headers, forget about
18056         spam-insert-fake-headers.
18057         (spam-insert-fake-headers): Remove.
18058
18059 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18060
18061         * deuglify.el (gnus-article-outlook-unwrap-lines)
18062         (gnus-outlook-rearrange-article)
18063         (gnus-outlook-repair-attribution-outlook)
18064         (gnus-outlook-repair-attribution-block)
18065         (gnus-outlook-repair-attribution-other): Remove redundant
18066         save-excursion.
18067
18068 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18069
18070         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18071         (spam-fetch-field-subject-fast)
18072         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18073         (spam-fetch-article-header): Add functions to deal with Gnus
18074         internals for fast retrieval of article header data.
18075         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18076
18077 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18078
18079         * pop3.el (pop3-md5): Remove.
18080         (pop3-apop): Replace pop3-md5 with md5.
18081
18082         * mm-bodies.el: base64 is always built-in.
18083
18084         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18085         with-current-buffer.
18086
18087 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18088
18089         * canlock.el (canlock-insert-header): Remove excessive grouping in
18090         regexp.
18091
18092         * gnus-sum.el (gnus-summary-read-document): Ditto.
18093
18094         * gnus-uu.el (gnus-uu-part-number): Ditto.
18095
18096         * html2text.el (html2text-remove-tags): Ditto.
18097         (html2text-format-tags): Ditto.
18098         (html2text-format-single-elements): Ditto.
18099
18100         * mml.el (mml-parse-1): Ditto.
18101
18102 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18103
18104         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18105
18106         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18107
18108         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18109
18110         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18111
18112 2003-11-15  Simon Josefsson  <jas@extundo.com>
18113
18114         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18115         (pgg-gpg-lookup-key): Use regexp match instead of
18116         split-string (split-string is different between emacs 21.2 and
18117         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18118
18119 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18120
18121         * gnus-art.el (gnus-mime-view-all-parts)
18122         (gnus-article-part-wrapper, gnus-article-view-part): Use
18123         with-current-buffer.
18124
18125 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18126
18127         * spam.el (spam-disable-spam-split-during-ham-respool)
18128         (spam-spamoracle-database, spam-cache-lookups)
18129         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18130         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18131         (spam-group-ham-marks, spam-group-spam-marks)
18132         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18133         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18134         also add spam-use-blackholes to the statistical checks.
18135         (spam-fetch-field-fast): Add interface to fetching fields, may
18136         become a macro.
18137         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18138         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18139         (spam-insert-fake-headers): Fake an article when needed.
18140         (spam-find-spam): Fake article when possible.
18141         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18142         (spam-check-bogofilter-headers): Use message-fetch-field instead
18143         of nnmail-fetch-field.
18144
18145 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18146
18147         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18148
18149 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18150
18151         * spam.el (spam-split): Do not require spam-use-CHECK to be
18152         enabled if that check is passed to spam-split explicitly; also
18153         fix so 'spam doesn't get converted to spam-split-group when
18154         spam-split-symbolic-return is t.
18155         (spam-find-spam): Find registrations of the article and use those
18156         instead of re-running spam-split to find the spam/ham
18157         classification of the article.
18158         (spam-log-processing-to-registry, spam-log-registered-p)
18159         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18160         Use gnus-error instead of gnus-message.
18161         (spam-log-registration-type): Add function to determine the
18162         classification of a message based on registry entries; will
18163         return nil if both 'spam and 'ham are found.
18164         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18165         a reasonably fast local cache without the loading errors.
18166         (spam-cache-lookups): Set to t by default.
18167         (spam-find-spam): Don't try to guess spam-cache-lookups.
18168         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18169         spam-caches entry.
18170         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18171         caching of whitelist/blacklist entries.
18172         (spam-check-whitelist, spam-check-blacklist): Invoke
18173         spam-from-listed-p with a type, not a cache variable.
18174         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18175
18176 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18177
18178         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18179
18180         * nnmail.el (nnmail-split-fancy): do.
18181
18182         * mml.el (mml-parse): do.
18183
18184         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18185         (gnus-score-adaptive): do.
18186
18187 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18188
18189         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18190         (gnus-mime-button-map): Don't set keymap parent.
18191         (gnus-button-ctan-directory-regexp): Use shy grouping.
18192         (gnus-prev-page-map): Don't set keymap parent.
18193         (gnus-prev-page-map): Remove duplicated one.
18194         (gnus-next-page-map): Don't set keymap parent.
18195         (gnus-mime-security-button-map): Ditto.
18196
18197         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18198         version number.
18199
18200         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18201
18202 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18203
18204         * canlock.el (canlock-sha1-function): Remove.
18205         (canlock-sha1-function-for-verify): Remove.
18206         (canlock-openssl-program): Remove.
18207         (canlock-openssl-args): Remove.
18208         (canlock-ignore-errors): Remove.
18209         (canlock-sha1-with-openssl): Remove.
18210         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18211         (canlock-verify): Don't use canlock-ignore-errors.
18212
18213         * sha1-el.el (sha1-string-external): Make it can return a string
18214         in binary form.
18215         (sha1-region-external): Ditto.
18216         (sha1-string-internal): Ditto.
18217         (sha1-region-internal): Ditto.
18218         (sha1-region): Ditto.
18219         (sha1-string): Ditto.
18220         (sha1): Ditto.
18221
18222 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18223
18224         * spam.el (spam-report-articles-gmane): New command.
18225
18226 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18227
18228         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18229
18230         * run-at-time.el (run-at-time-saved): Remove.
18231         (run-at-time): Doc fix.
18232
18233 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18234
18235         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18236         (gnus-summary-limit-map): Add it.
18237         (gnus-summary-make-menu-bar): do.
18238
18239 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18240
18241         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18242         Make attempt at some caching support (done for BBDB only now).
18243         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18244         addresses to be checked.
18245         (spam-clear-cache-BBDB): Add function, to be invoked by
18246         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18247         (spam-check-BBDB): Check and use the caches, if
18248         spam-cache-lookups is on, remove superfluous (provide).
18249
18250 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18251
18252         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18253
18254 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18255
18256         * run-at-time.el (run-at-time-saved): Move to after the definition
18257         of `run-at-time'.
18258
18259         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18260
18261 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18264         mm-w3m-local-map-property.
18265
18266         * mm-view.el (mm-w3m-mode-map): Remove.
18267         (mm-w3m-local-map-property): Remove.
18268         (mm-inline-text-html-render-with-w3m): Don't use
18269         mm-w3m-local-map-property.
18270
18271 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18272
18273         * run-at-time.el: New file.
18274
18275         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18276         under Emacs.
18277
18278         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18279         of gnus-set-text-properties.
18280
18281         * gnus-uu.el (gnus-uu-save-article): Ditto.
18282
18283         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18284
18285         * gnus-cite.el (gnus-cite-parse): Ditto.
18286
18287         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18288         of gnus-.
18289
18290         * gnus-xmas.el (run-at-time): Require run-at-time.
18291
18292         * gnus.el: Changed calls to nnheader-run-at-time and
18293         password-run-at-time throughout to use run-at-time directly.
18294
18295         * password.el: Removed definition of run-at-time.
18296
18297         * nnheaderxm.el: Remove definition of run-at-time.
18298
18299 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18300
18301         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18302         in prompt.
18303
18304 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18305
18306         * messagexmas.el (message-xmas-redefine): Alias
18307         `message-make-caesar-translation-table' to
18308         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18309         version.
18310
18311         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18312         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18313         `gnus-xmas-set-text-properties'.
18314         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18315         `gnus-xmas-completing-read'.
18316         (gnus-xmas-completing-read): Removed.
18317         (gnus-xmas-open-network-stream): Removed.
18318
18319         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18320         XEmacs version.
18321
18322         * dns.el (dns-make-network-process): Use `open-network-stream'
18323         instead of `gnus-xmas-open-network-stream'.
18324
18325         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18326
18327         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18328
18329 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18330
18331         * gnus-art.el (gnus-mime-display-alternative)
18332         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18333         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18334         Don't use gnus-local-map-property.
18335
18336         * gnus-util.el (gnus-local-map-property): Remove.
18337
18338         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18339         gnus-completing-read-maybe-default with completing-read.
18340
18341         * gnus-util.el (gnus-completing-read): do.
18342         (gnus-completing-read-maybe-default): Remove.
18343
18344 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18345
18346         * password.el: Only autoload `run-at-time' if not XEmacs.
18347         Only autoload the itimer functions if XEmacs.
18348
18349 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18352         XEmacsen.
18353
18354         * dgnushack.el: Autoload executable-find for XEmacs.
18355
18356 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18357
18358         * gnus-art.el (gnus-read-string): Remove.
18359         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18360         read-string.
18361
18362 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18363
18364         * netrc.el: Autoload password-read.
18365         (netrc): Add configuration group.
18366         (netrc-encoding-method, netrc-openssl-path): Add
18367         variables for encoding and decoding of files with symmetric
18368         ciphers.
18369         (netrc-encode): Add assistant function to encode a file with
18370         netrc-encoding-method.
18371         (netrc-parse): Add interactive parameter, added optional
18372         decoding if netrc-encoding-method is non-nil but otherwise
18373         behavior is standard.
18374         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18375         Do s/encode/encrypt/ everywhere.
18376
18377         * spam.el: Remove executable-find autoload.
18378
18379 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18380
18381         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18382
18383         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18384
18385 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18386
18387         * gnus-art.el (gnus-treat-ansi-sequences)
18388         (article-treat-ansi-sequences): New variable and function.
18389         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18390
18391         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18392         Use it.
18393
18394 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18395
18396         * mm-util.el (mm-quote-arg): Remove.
18397
18398         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18399         shell-quote-argument.
18400
18401         * gnus-uu.el (gnus-uu-command): do.
18402
18403         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18404
18405         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18406         with make-char.
18407
18408         * mm-util.el (mm-make-char): Remove.
18409
18410         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18411         add-minor-mode.
18412
18413         * gnus-undo.el (gnus-undo-mode): do.
18414
18415         * gnus-topic.el (gnus-topic-mode): do.
18416
18417         * gnus-sum.el (gnus-dead-summary-mode): do.
18418
18419         * gnus-start.el (gnus-slave-mode): do.
18420
18421         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18422
18423         * gnus-ml.el (gnus-mailing-list-mode): do.
18424
18425         * gnus-gl.el (gnus-grouplens-mode): do.
18426
18427         * gnus-draft.el (gnus-draft-mode): do.
18428
18429         * gnus-dired.el (gnus-dired-mode): do.
18430
18431         * gnus-ems.el (gnus-add-minor-mode): Remove.
18432
18433         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18434         Replace gnus-char-width with char-width.
18435
18436         * gnus-ems.el (gnus-char-width): Remove.
18437
18438         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18439         Replace gnus-char-width with char-width.
18440
18441         * gnus-ems.el (gnus-char-width): Remove.
18442
18443         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18444         definition.
18445         Remove Emacs 20 hash table compatibility code.
18446
18447         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18448         20 compatibility code.
18449
18450         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18451
18452         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18453
18454         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18455         with point-at-{eol,bol}.
18456
18457         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18458
18459         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18460
18461         * flow-fill.el (fill-flowed-point-at-bol)
18462         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18463
18464         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18465         Replace with point-at-{eol,bol} throughout all files.
18466
18467 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * ntlm.el (ntlm-string-as-unibyte): New macro.
18470         (ntlm-build-auth-response): Use it.
18471
18472         Remove Emacs 20 stuff:
18473         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18474         (butlast, mapc, remove): Remove the compiler macros.
18475         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18476         of delq and copy-sequence.
18477         * gnus-art.el (popup-menu): Remove the compiler macro.
18478         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18479         Emacs 20.
18480
18481 2004-01-05  Simon Josefsson  <jas@extundo.com>
18482
18483         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18484         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18485         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18486         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18487         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18488         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18489         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18490         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18491         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18492         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18493         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18494         string-xor into ntlm-string-xor.  Suggested by
18495         Jesper Harder <harder@myrealbox.com>.
18496
18497         * ntlm.el: Don't include poem.
18498
18499         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18500         Jesper Harder <harder@myrealbox.com>.
18501
18502         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18503
18504         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18505         probably breaks emacs with DL patch, but do we care? Is anyone
18506         still using the DL stuff?)
18507
18508         * sieve-manage.el: Use the password package.
18509         (sieve-manage-read-passwd): Remove.
18510         (sieve-manage-interactive-login): Use password.  Re-add
18511         condition-case around loop.
18512
18513         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18514         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18515         the password package.
18516
18517 2003-02-19  Simon Josefsson  <jas@extundo.com>
18518
18519         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18520         token.
18521
18522 2002-08-07  Simon Josefsson  <jas@extundo.com>
18523
18524         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18525         (sieve-manage-authenticators):
18526         (sieve-manage-authenticator-alist): Add some SASL mechs.
18527         (sieve-sasl-auth): New function.
18528         (sieve-manage-cram-md5-auth):
18529         (sieve-manage-plain-auth): Rewrite using SASL library.
18530         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18531         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18532         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18533         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18534
18535 2004-01-05  Simon Josefsson  <jas@extundo.com>
18536
18537         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18538         New files.
18539
18540 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18541
18542         * gnus-group.el (gnus-no-groups-message): Update.
18543
18544         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18545
18546 2003-11-09  Simon Josefsson  <jas@extundo.com>
18547
18548         * imap.el: Support for ID IMAP extension (RFC 2971).
18549         (imap-local-variables): Add imap-id.
18550         (imap-id): New variable.
18551         (imap-id): New function.
18552         (imap-parse-response): Parse untagged ID response.
18553         * nnimap.el (nnimap-id): New variable.
18554         (nnimap-open-connection): Use it.
18555
18556 2003-12-28  Simon Josefsson  <jas@extundo.com>
18557
18558         * gnus-score.el (gnus-score-edit-all-score): New.
18559         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18560
18561 2004-01-04  Simon Josefsson  <jas@extundo.com>
18562
18563         * password.el: Add.
18564
18565 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18566
18567         * dns.el (dns-query-types): Fix typo.
18568         (dns-query-types): New function.
18569         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18570         PTR and SOA replies, see RFC 1035.
18571
18572 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18573
18574         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18575
18576         * Moved to Changelog.2.
18577
18578 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18579
18580         * gnus.el (gnus-version-number): Bump version.
18581
18582 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18583
18584         * gnus.el: No Gnus v0.1 is released.
18585
18586 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18587
18588         * gnus.el: No Gnus v0.0 is released.
18589
18590 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18591
18592         * gnus.el (gnus-version-number): Bump.
18593         (gnus-version): No.
18594
18595 See ChangeLog.2 for earlier changes.
18596
18597     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18598       Free Software Foundation, Inc.
18599
18600   This file is part of GNU Emacs.
18601
18602   GNU Emacs is free software: you can redistribute it and/or modify
18603   it under the terms of the GNU General Public License as published by
18604   the Free Software Foundation, either version 3 of the License, or
18605   (at your option) any later version.
18606
18607   GNU Emacs is distributed in the hope that it will be useful,
18608   but WITHOUT ANY WARRANTY; without even the implied warranty of
18609   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18610   GNU General Public License for more details.
18611
18612   You should have received a copy of the GNU General Public License
18613   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18614
18615 ;; Local Variables:
18616 ;; coding: utf-8
18617 ;; fill-column: 79
18618 ;; add-log-time-zone-rule: t
18619 ;; End: